Skip to content

Commit

Permalink
Merge pull request #406 from noharm-ai/develop
Browse files Browse the repository at this point in the history
summary query fix
  • Loading branch information
marceloarocha authored Nov 1, 2024
2 parents e4683a4 + 021f847 commit 9463443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/summary_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def _get_all_drugs_used(admission_number, schema, report_connection):
left join public.classe cm on (c.idclassemae = cm.idclasse)
where
p.nratendimento = :admission_number
and origem <> 'Dietas'
and pm.origem <> 'Dietas'
) meds
group by
nome, idclasse, classe
Expand Down

0 comments on commit 9463443

Please sign in to comment.