Skip to content

Commit

Permalink
Include MCH locations (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic authored Aug 15, 2023
1 parent 981d6d7 commit eb89b31
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion programs/scope-builder.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ function buildScope(dataDictionary) {
retroSpective: false,
screenedForCovidToday: false
};

// Restrict to Pilot locations
scope.MlLocations = [
'08feb8ae-1352-11df-a1f1-0026b9348838',
'08feb9a8-1352-11df-a1f1-0026b9348838',
'08fec60a-1352-11df-a1f1-0026b9348838',
'090090d4-1352-11df-a1f1-0026b9348838',
'db2bdd7c-5fe6-4ea3-adc1-d2d8dfb3d658',
'17c97881-90e5-43c8-b8a3-cc0322f89a89',
'e9f515c2-7c48-4099-ac76-41db9977f96f',
'f7aabb83-7915-4c24-88b2-bcde8b3a9977'
].includes(dataDictionary.intendedVisitLocationUuid);
if (dataDictionary.patient) {
buildPatientScopeMembers(scope, dataDictionary.patient);
}
Expand Down

0 comments on commit eb89b31

Please sign in to comment.