Skip to content

Commit 1ce36c5

Browse files
authored
Merge pull request #1377 from Alfred-Mutai/POC-729
POC-729: Add pre-appointment visits for AMPATH Uzima patients scale-u…
2 parents ee485a9 + b9792a2 commit 1ce36c5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

programs/scope-builder.service.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,18 @@ function buildScope(dataDictionary) {
3535
'29124daf-6422-4896-b70e-daad3b252c9d',
3636
'08fec42a-1352-11df-a1f1-0026b9348838',
3737
'a36c86bb-7ca3-4319-8674-28c66ba14deb',
38-
'345514ae-8f37-42fc-9bbe-993828c2910d'
38+
'345514ae-8f37-42fc-9bbe-993828c2910d',
39+
'08feb444-1352-11df-a1f1-0026b9348838',
40+
'0900880a-1352-11df-a1f1-0026b9348838',
41+
'0900948a-1352-11df-a1f1-0026b9348838',
42+
'dfa41633-bef8-4465-b773-8254cef7cc7f',
43+
'1ee4e702-913b-40a6-ab9c-26f9b4fced1c',
44+
'af0d01d4-7c15-491d-be73-50512ab67e3a',
45+
'8241f06b-d74d-4f6d-9def-7254d9833e10',
46+
'd560891a-28b9-41cc-8cfc-1efd441bc906',
47+
'e467502b-ac9a-47f8-ad13-9a8e3eda889f',
48+
'2313bdd9-54f2-4534-9193-07246f2485d6',
49+
'4e21fbba-66e4-43d5-94a9-219b25a02ddc'
3950
].includes(dataDictionary.intendedVisitLocationUuid);
4051
if (dataDictionary.patient) {
4152
buildPatientScopeMembers(scope, dataDictionary.patient);

0 commit comments

Comments
 (0)