Number of encounters created per hours and days
Encounters Created In the System
Form completions are captured using FormEntryService.
Completed forms per hour/day charts are populated with the captured data.
● Per hour chart: In each 1 hour
● Per day chart: In each single day
Used AOP (Aspect Oriented Programming) around EncounterService in order to track the entries.