Build: #56 was successful Changes by Ian Bacher

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
25 seconds
Labels
None
Revisions
openmrs-content-referenceapplication-demo
9137a83f3d4093d8caad3fbb4690ceb9366b82d9
Release scripts
d5831e94deff58c79f07afa118e3aad928391687
Successful since
#29 ()

Code commits

openmrs-content-referenceapplication-demo
Author Commit Message Commit date
Ian Bacher Ian Bacher 9137a83f3d4093d8caad3fbb4690ceb9366b82d9 Fix overlaps in date ranges
1 year = 12 months, so <= 12 months captures 1 year olds, but not 13 month olds who are also not > 1 year. For the first few rows, we interpret the upper-bound as being excluded, so 0-2 weeks means 0 days to 13 days; 2 weeks - 12 months means 14 days to 12 months minus 1 day. That way the ranges are unambiguous and capture all possible ages.