Skip to content

Commit

Permalink
BAH-4035 | Add sample patient admit tasks to eventsConfig.json (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Jul 17, 2024
1 parent 5d9d818 commit ac1f799
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion openmrs/apps/ipdDashboard/eventsConfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
[
{
"type": "PATIENT_ADMIT",
"tasks": []
"tasks": [
{
"name": "Collect patient history"
},
{
"name": "Record medications taken by the patient already"
},
{
"name": "Record Vitals"
}
]
},
{
"type": "SHIFT_START_TASK",
Expand Down

0 comments on commit ac1f799

Please sign in to comment.