Skip to content

Commit

Permalink
walk-in type reason (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpa-iplit authored and Ekirapapaul committed Sep 26, 2019
1 parent 3619401 commit 115dee2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"registerNewPatient1": {
"title": "Register A New Patient",
"attributes": [
"TypeofPatient"
"TypeofPatient",
"Walk-InReason"
],
"expand": true,
"order": 2
Expand Down Expand Up @@ -106,7 +107,7 @@
},
"addressHierarchy": {
"showAddressFieldsTopDown": true,
"strictAutocompleteFromLevel": "address0"
"strictAutocompleteFromLevel": "address1"
},
"relationshipTypeMap": {
"Doctor":"provider",
Expand Down

0 comments on commit 115dee2

Please sign in to comment.