Skip to content

Commit

Permalink
Remove added blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlogan committed Dec 14, 2024
1 parent 54be93a commit c4b120a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion onprc_ehr/resources/queries/study/treatmentSchedule.sql
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,3 @@ WHERE (d.lastDayatCenter Is Null or d.lastDayAtCenter > s.enddate)

--account for date/time in schedule
AND s.date >= s.startDate AND (s.date <= s.enddate OR s.enddate IS NULL) -- some treatment_orders can have NULL enddates

Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ WHERE --d.calculated_status = 'Alive'
--account for date/time in schedule
--and
s.date >= s.startDate AND (s.date <= s.enddate OR s.enddate IS NULL) -- some treatment_orders can have NULL enddates

0 comments on commit c4b120a

Please sign in to comment.