Skip to content
Partner Developer Portal

Schema

Column NameData TypeDescription
attendance_register_idintegerPrimary key from the attendance register.
leave_register_idintegerPrimary key for the leave register.
organisationvarcharAn organisation is synonymous with a pharmacy and is also known as the RXid.
is_deletedbooleanWhether this record should be considered deleted. Data deleted at source has non-key columns set to null while primary keys are retained.
psc_sign_out_timevarcharUser-editable leave sign-out time.
system_sign_out_timevarcharSystem-recorded leave sign-out time.
psc_sign_in_timevarcharUser-editable leave sign-in time.
actual_sign_in_timevarcharSystem-recorded leave sign-in time.
destinationvarcharDestination recorded during leave period.
reason_for_leavingvarcharReason provided for taking leave.
row_idvarcharUnique hash generated based on column values, used to identify data changes.
last_updated_datedateDate that this record was last updated by the orchestration process.