We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed6457 commit 1cd9f1dCopy full SHA for 1cd9f1d
app/lab-integration/utils/poc-eid-payload-helper.js
@@ -55,6 +55,7 @@
55
lab: '',
56
amrs_location: getLocation(payload, 'mrsId')
57
};
58
+ console.log('DNAPCR PAYLOAD: ', eidPayload);
59
break;
60
case 'CD4':
61
eidPayload = {
app/registers-framework/registers-db.js
@@ -147,7 +147,7 @@ var defs = {
147
WHERE
148
fhs.is_clinical_encounter=1
149
and DATE(fhs.encounter_datetime) = '2024-04-02'
150
- and fhs.location_id in (315) group by fhs.person_id;
+ and fhs.location_id in (315) group by fhs.person_id
151
`;
152
153
queryParts = {
0 commit comments