Skip to content

Commit 1cd9f1d

Browse files
committed
POC-739: added hpv payload 2
1 parent 8ed6457 commit 1cd9f1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/lab-integration/utils/poc-eid-payload-helper.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
lab: '',
5656
amrs_location: getLocation(payload, 'mrsId')
5757
};
58+
console.log('DNAPCR PAYLOAD: ', eidPayload);
5859
break;
5960
case 'CD4':
6061
eidPayload = {

app/registers-framework/registers-db.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ var defs = {
147147
WHERE
148148
fhs.is_clinical_encounter=1
149149
and DATE(fhs.encounter_datetime) = '2024-04-02'
150-
and fhs.location_id in (315) group by fhs.person_id;
150+
and fhs.location_id in (315) group by fhs.person_id
151151
`;
152152

153153
queryParts = {

0 commit comments

Comments
 (0)