Skip to content

Commit

Permalink
Merge pull request #2067 from njorocs/casereport-fixes
Browse files Browse the repository at this point in the history
Removed test data param in labs section
  • Loading branch information
patryllus authored Nov 28, 2024
2 parents 6d2cd95 + 6855e63 commit 549e744
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public EvaluatedVisitData evaluate(VisitDataDefinition definition, EvaluationCon
"FROM openmrs.orders\n" +
"WHERE order_type_id = 3\n" +
" AND voided = 0\n" +
" AND DATE(date_activated) >= date(:startDate)\n" +
"GROUP BY patient_id,concept_id),\n" +
"LabOrderConcepts AS (SELECT cs.concept_set_id AS set_id,\n" +
" cs.concept_id AS member_concept_id,\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public EvaluatedVisitData evaluate(VisitDataDefinition definition, EvaluationCon
" FROM orders\n" +
" WHERE order_type_id = 3\n" +
" AND voided = 0\n" +
" AND DATE(date_activated) = '2024-11-18'\n" +
" GROUP BY patient_id, concept_id),\n" +
" LabOrderConcepts AS (SELECT cs.concept_set_id AS set_id,\n" +
" cs.concept_id AS member_concept_id,\n" +
Expand Down

0 comments on commit 549e744

Please sign in to comment.