Service Records

Service Records

FieldTypeDescription
service_record_id 🔑INTEGERUnique identifier for this service record.
service_contract_id 🔗INTEGERThe ID of the service contract this service record belongs to.
service_referral_id 🔗INTEGERThe ID of the service referral this service record belongs to.
provider_agency_id 🔗INTEGERThe ID of the provider agency that provided the service.
referring_agency_id 🔗INTEGERThe ID of the referring agency that referred the service.
service_dateDATEThe date of the service.
method_of_engagementSTRINGThe method of engagement for the service.
method_of_engagement_otherSTRINGThe other method of engagement for the service.
start_timeTIMESTAMPThe start time of the service.
end_timeTIMESTAMPThe end time of the service.
notesSTRINGThe notes for the service.
created_atTIMESTAMPThe date and time the service record was created.
updated_atTIMESTAMPThe date and time the service record was last updated.
locked_atTIMESTAMPThe date and time the service record was locked.
locked_by_id 🔗INTEGERThe ID of the user who locked the service record.

Key Information

Primary Keys

  • service_record_id - Unique identifier for this service record.

Foreign Keys

  • service_contract_id - The ID of the service contract this service record belongs to.
  • service_referral_id - The ID of the service referral this service record belongs to.
  • provider_agency_id - The ID of the provider agency that provided the service.
  • referring_agency_id - The ID of the referring agency that referred the service.
  • locked_by_id - The ID of the user who locked the service record.