I would like a review on this PR HTML-776 Add an optional date attribute to latestObs, earliestObs, latestEncounter and currentProgramWorkflowStatus to limit the date search for each of the expressions by ssmusoke · Pull Request #241 · openmrs/openmrs-module-htmlformentry · GitHub which adds the ability to add a maximum date for the following functions
- latestObs
- latestEncounter and latestEncounter(EncounterType)
- programWorkflow
This allows better use of these functions to cut off data searches based on the encounter and visit dates, if needed

