Skip to content

Commit

Permalink
POC-746 added data for HEI
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqedme committed Jun 6, 2024
1 parent a8c83e9 commit 8ed6457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/registers-framework/registers-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ var defs = {
});
},
getCareTreatmentDetails: (params) => {
console.log('CareNATreatment: ', params);
return new Promise((resolve, reject) => {
let queryParts = {};
let sql = `
Expand Down Expand Up @@ -146,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);
and fhs.location_id in (315) group by fhs.person_id;
`;

queryParts = {
Expand Down

0 comments on commit 8ed6457

Please sign in to comment.