personalcancertoolkit / openmrs-module-patientportaltoolkit

Other
7 stars 9 forks source link

Followup Care - Create a moniker ~ Auto FollowUp Care Event - and log them into the Event Table #445

Closed maurya closed 1 year ago

bmamlin commented 1 year ago

I believe the goal of this ticket was to log the generation of follow up appointments to the event log – i.e., whenever the system creates a follow up entry for a patient, an auto_followup_care event is added to the event log with details about the type of follow up and its date.

PhilipAdeoye commented 1 year ago

@bmamlin When the system "auto generates" appointments, it doesn't save any details of these auto-generated appointments since they are just generated to display on the calendar. And it does this auto-generation every time the calendar view is loaded.

I think creating an event like auto_followup_care and saving logging it every time the calendar is viewed will create a lot of mostly meaningless noise in the event log table. Close this issue?

bmamlin commented 1 year ago

I agree. If events were getting stored to the database or were calculated once it might make sense, but If the follow up events are recalculated each time the calendar is viewed, then there isn't much point to logging these events. I'll go ahead and close this ticket.