Skip to content

Commit

Permalink
POC-739: added hpv payload 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqedme committed Jun 28, 2024
1 parent 8ed6457 commit 1cd9f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/lab-integration/utils/poc-eid-payload-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
lab: '',
amrs_location: getLocation(payload, 'mrsId')
};
console.log('DNAPCR PAYLOAD: ', eidPayload);
break;
case 'CD4':
eidPayload = {
Expand Down
2 changes: 1 addition & 1 deletion app/registers-framework/registers-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ var defs = {
WHERE
fhs.is_clinical_encounter=1
and DATE(fhs.encounter_datetime) = '2024-04-02'
and fhs.location_id in (315) group by fhs.person_id;
and fhs.location_id in (315) group by fhs.person_id
`;

queryParts = {
Expand Down

0 comments on commit 1cd9f1d

Please sign in to comment.