Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 0e586b8

Browse files
authored
Adding VL Request Form to clinical views (#318)
1 parent 810565f commit 0e586b8

File tree

2 files changed

+68
-12
lines changed

2 files changed

+68
-12
lines changed

packages/esm-ugandaemr-app/src/views/hiv/hct/treatment-regimen/treatment-regimen-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"encounterType": "c11774c1-3b4a-4bdb-a847-6060895e006d",
1010
"columns": [
1111
{
12-
"id": "currentRegimen",
13-
"title": "Current Regimen",
12+
"id": "previousRegimen",
13+
"title": "Previous Regimen",
1414
"concept": "107bef04-bf05-4f41-9260-b167c1108f7e"
1515
},
1616
{

packages/esm-ugandaemr-app/src/views/hiv/hct/treatment/treatment-config.json

Lines changed: 66 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
{
2222
"id": "artStartDate",
2323
"title": "ART Start Date",
24+
"isDate": true,
2425
"concept": "ab505422-26d9-41f1-a079-c3d222000440"
2526
},
2627
{
@@ -82,16 +83,6 @@
8283
"title": "WHO Clinical Stage",
8384
"concept": "dcdff274-30ab-102d-86b0-7a5022ba4115"
8485
},
85-
{
86-
"id": "tptStatus",
87-
"title": "TPT Status",
88-
"concept": "37d4ac43-b3b4-4445-b63b-e3acf47c8910"
89-
},
90-
{
91-
"id": "tbStatus",
92-
"title": "TB Status",
93-
"concept": "dce02aa1-30ab-102d-86b0-7a5022ba4115"
94-
},
9586
{
9687
"id": "adherenceStatus",
9788
"title": "Adherence",
@@ -129,6 +120,71 @@
129120
"name": "HMIS 003 HIV Care ART Card - Clinical Assessment"
130121
}
131122
]
123+
},
124+
{
125+
"tabName": "Viral Load Monitoring",
126+
"hasFilter": true,
127+
"headerTitle": "VL Monitoring",
128+
"displayText": "vlMonitoring",
129+
"encounterType": "cbf01392-ca29-11e9-a32f-2a2ae2dbcce4",
130+
"columns": [
131+
{
132+
"id": "artStartDate",
133+
"title": "ART Start Date",
134+
"isDate": true,
135+
"concept": "ab505422-26d9-41f1-a079-c3d222000440"
136+
},
137+
{
138+
"id": "whoClinicalStage",
139+
"title": "WHO Clinical Stage",
140+
"concept": "dcdff274-30ab-102d-86b0-7a5022ba4115"
141+
},
142+
{
143+
"id": "curentRegimen",
144+
"title": "Current Regimen",
145+
"concept": "107bef04-bf05-4f41-9260-b167c1108f7e"
146+
},
147+
{
148+
"id": "adherenceStatus",
149+
"title": "Adherence",
150+
"concept": "dce03b2f-30ab-102d-86b0-7a5022ba4115"
151+
},
152+
{
153+
"id": "careApproach",
154+
"title": "Treatment Care Approach",
155+
"concept": "1e755463-df07-4f18-bc67-9e5527bc252f"
156+
},
157+
{
158+
"id": "vlTestingIndication",
159+
"title": "Indication for VL Testing",
160+
"concept": "59f36196-3ebe-4fea-be92-6fc9551c3a11"
161+
},
162+
{
163+
"id": "actions",
164+
"title": "Actions",
165+
"actionOptions": [
166+
{
167+
"formName": "HMIS ACP 002: Viral Load Request Form",
168+
"label": "View Details",
169+
"mode": "view"
170+
},
171+
{
172+
"formName": "HMIS ACP 002: Viral Load Request Form",
173+
"label": "EditForm",
174+
"mode": "edit"
175+
}
176+
]
177+
}
178+
],
179+
"launchOptions": {
180+
"displayText": "Add"
181+
},
182+
"formList": [
183+
{
184+
"uuid": "12de5bc5-352e-4faf-9961-a2125085a75c",
185+
"name": "HMIS ACP 002: Viral Load Request Form"
186+
}
187+
]
132188
}
133189
]
134190
}

0 commit comments

Comments
 (0)