Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the placeholder text.

Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ public static class BloodDrawsTodayObject {
// Creates filter.
Date todayDate = dateToolkit.getDateToday();
SimpleFilter myFilter = new SimpleFilter("Id/DataSet/Demographics/calculated_status", "Alive", CompareType.EQUAL);
// myFilter.addCondition("date", todayDate, CompareType.DATE_EQUAL); //TODO: Uncomment this after testing.
myFilter.addCondition("date", dateToolkit.getDateXDaysFromNow(-800), CompareType.DATE_GTE); //TODO: Delete this after testing.
myFilter.addCondition("date", todayDate, CompareType.DATE_EQUAL);

// Creates sort.
Sort mySort = new Sort("date");
Expand Down