You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display due and overdue visits without consuming much loading time and impact on the server.
Acceptance criteria:
Create a ETL visits table called due_and_overdue_visits
The table will contain the below columns:
- encounter_uuid
- scheduled_by
- scheduled_for
- due_on
- overdue_on
- encounter name
- subject type name
- created_date_time
- last_modified_date_time
Remove the completed visits everytime the table is updated.
Approach:
trigger
or just normal scan and insert using lastSyncTime
Out of scope:
UI to render in webapp
The text was updated successfully, but these errors were encountered:
mahalakshme
changed the title
Show overdue and due visits
Table for overdue and due visits
Nov 6, 2023
Motivation:
Display due and overdue visits without consuming much loading time and impact on the server.
Acceptance criteria:
- encounter_uuid
- scheduled_by
- scheduled_for
- due_on
- overdue_on
- encounter name
- subject type name
- created_date_time
- last_modified_date_time
Approach:
Out of scope:
UI to render in webapp
The text was updated successfully, but these errors were encountered: