Skip to content

Commit 1020d57

Browse files
authored
Merge pull request #207 from AMPATH/add-mat-doc-notes
Add Doctor notes to Maternity
2 parents bae6f15 + 1ae1764 commit 1020d57

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

frontend/configuration/maternity.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,25 @@
2626
"launchOptions": {"displayText": "add"},
2727
"formList": [{"uuid": "3a9cbd83-4e6b-3f94-97be-e994680e3522"}]
2828
},
29+
{
30+
"tabName": "doctorsReviewNotes",
31+
"hasFilter": false,
32+
"headerTitle": "doctorsReviewNotes",
33+
"displayText": "doctorsReviewNotes",
34+
"encounterType": "b3a31699-deef-43e1-8389-7d6893bf3f5f",
35+
"columns": [
36+
{
37+
"id": "actions",
38+
"title": "actionsTitle",
39+
"actionOptions": [
40+
{"formName": "POC Doctor's Review Notes v1.0", "label": "viewDetails", "mode": "view"},
41+
{"formName": "POC Doctor's Review Notes v1.0", "label": "editForm", "mode": "edit"}
42+
]
43+
}
44+
],
45+
"launchOptions": {"displayText": "add"},
46+
"formList": [{"uuid": "799e4490-22a9-3162-89ef-46a6f3fb14f4"}]
47+
},
2948
{
3049
"tabName": "cadex",
3150
"hasFilter": false,
@@ -142,7 +161,7 @@
142161
"formList": [{"uuid": "a6f7d96d-7d6e-3c51-9786-7b817515ff5b"}]
143162
}
144163
],
145-
"Translation overrides": {"en": {"maternityAdmission": "Maternity Admission", "cadex": "Cardex", "vitals": "Vitals", "lcg": "LCG", "maternityLabourDelivery": "Labour and delivery form", "maternityDischarge": "Discharge", "admissionDateTitle": "Admission Date", "encounterDateTitle": "Encounter Date", "providerTitle": "Provider"}}
164+
"Translation overrides": {"en": {"maternityAdmission": "Maternity Admission", "doctorsReviewNotes": "Doctor's Review Notes", "cadex": "Cardex", "vitals": "Vitals", "lcg": "LCG", "maternityLabourDelivery": "Labour and delivery form", "maternityDischarge": "Discharge", "admissionDateTitle": "Admission Date", "encounterDateTitle": "Encounter Date", "providerTitle": "Provider"}}
146165
},
147166
"labour-care-widget": {
148167
"title": "Labour Care Guide"

0 commit comments

Comments
 (0)