Skip to content

Commit

Permalink
Added location test on ml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai committed Apr 26, 2024
1 parent ee485a9 commit f87f2b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion programs/scope-builder.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ function buildScope(dataDictionary) {
'29124daf-6422-4896-b70e-daad3b252c9d',
'08fec42a-1352-11df-a1f1-0026b9348838',
'a36c86bb-7ca3-4319-8674-28c66ba14deb',
'345514ae-8f37-42fc-9bbe-993828c2910d'
'345514ae-8f37-42fc-9bbe-993828c2910d',
'18c343eb-b353-462a-9139-b16606e6b6c2'
].includes(dataDictionary.intendedVisitLocationUuid);
if (dataDictionary.patient) {
buildPatientScopeMembers(scope, dataDictionary.patient);
Expand Down

0 comments on commit f87f2b7

Please sign in to comment.