Skip to content

Commit

Permalink
Configurd dispense behavious && close/pause reasons (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
makombe authored Nov 1, 2023
1 parent ef0716a commit c9566bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configuration/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,20 @@
}
]
},
"@openmrs/esm-dispensing-app": {
"valueSets": {
"reasonForPause": {
"uuid": "2462a9d7-61fb-4bf5-9359-aedecb8d03cb"
},
"reasonForClose": {
"uuid": "2462a9d7-61fb-4bf5-9359-aedecb8d03cb"
}
},
"dispenseBehavior": {
"restrictTotalQuantityDispensed": true,
"allowModifyingPrescription": false
}
},
"@openmrs/esm-form-builder-app": {
"patientUuid": "3d8e8417-77ca-496c-85f0-c2797e96bae8"
}
Expand Down

0 comments on commit c9566bd

Please sign in to comment.