Skip to content

Commit

Permalink
Modified Behavioral alert notification that reports notes pertaining …
Browse files Browse the repository at this point in the history
…to DAR. (#1055)
  • Loading branch information
Ohsudev authored Jul 11, 2024
1 parent 682360d commit 3de39d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ New alert for DCM notes (category = notes pertaining to DAR) removed the previou
Refer to tkt #9977
*/
SimpleFilter filter4 = new SimpleFilter(FieldKey.fromString("enddate"), cal.getTime(), CompareType.DATE_EQUAL);
filter4.addCondition(FieldKey.fromString("category"), "Notes Pertaining to DAR", CompareType.EQUAL);
TableSelector ts4 = new TableSelector(getStudySchema(c, u).getTable("Notes_WithLocation"), filter4, null);
long count4 = ts4.getRowCount();

Expand Down

0 comments on commit 3de39d8

Please sign in to comment.