Skip to content

Commit

Permalink
(enhc) Add configs for visit-note form (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Oct 5, 2023
1 parent f59c7bc commit 9d5237a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configuration/dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,11 @@
},
"@openmrs/esm-patient-orders-app": {
"orderEncounterType": "7df67b83-1b84-4fe2-b1b7-794b4e9bfcc3"
},
"@openmrs/esm-patient-notes-app": {
"visitNoteConfig": {
"encounterTypeUuid": "465a92f2-baf8-42e9-9612-53064be868e8",
"clinicianEncounterRole": "a0b03050-c99b-11e0-9572-0800200c9a66"
}
}
}
6 changes: 6 additions & 0 deletions configuration/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,11 @@
},
"@openmrs/esm-patient-orders-app": {
"orderEncounterType": "7df67b83-1b84-4fe2-b1b7-794b4e9bfcc3"
},
"@openmrs/esm-patient-notes-app": {
"visitNoteConfig": {
"encounterTypeUuid": "465a92f2-baf8-42e9-9612-53064be868e8",
"clinicianEncounterRole": "a0b03050-c99b-11e0-9572-0800200c9a66"
}
}
}

0 comments on commit 9d5237a

Please sign in to comment.