Skip to content

Commit

Permalink
[Rahul] | BAH-4051 | Add. IPD Non Medication Task Messages (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Aug 7, 2024
1 parent 3276a98 commit 84450f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openmrs/i18n/admin/locale_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"ADMINISTER_MEDICATION_TASK_MESSAGE": "User {{userId}} administered a medication task for patient {{patientId}}.",
"STOP_SCHEDULED_MEDICATION_TASK_MESSAGE": "User {{userId}} stopped a medication task for patient {{patientId}}.",
"SKIP_SCHEDULED_MEDICATION_TASK_MESSAGE": "User {{userId}} skipped a medication task for patient {{patientId}}.",
"CREATE_EMERGENCY_MEDICATION_TASK_MESSAGE": "User {{userId}} added a emergency medication task for patient {{patientId}}."
"CREATE_EMERGENCY_MEDICATION_TASK_MESSAGE": "User {{userId}} added a emergency medication task for patient {{patientId}}.",
"CREATE_NON_MEDICATION_TASK_MESSAGE": "User {{userId}} added a non medication task for patient {{patientId}}.",
"SKIP_SCHEDULED_NON_MEDICATION_TASK_MESSAGE": "User {{userId}} skipped a non medication task for patient {{patientId}}.",
"NON_MEDICATION_TASK_COMPLETED_MESSAGE": "User {{userId}} completed a non medication task for patient {{patientId}}."
}

0 comments on commit 84450f8

Please sign in to comment.