Documentation Index
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Product Enhancements
| Table | Updates |
|---|---|
| appointment | added service_location_id column |
| service_location | added name column |
Release Highlights
This was a hotfix release to add appointment location data requested by customers. The changes were extended to all HDB customers since the data is broadly useful. Added service_location_id to appointments table Theservice_location_id column was added to the appointment table as a foreign key joining to service_location.id, allowing customers to report on which location an appointment was scheduled at.
Added name to service_location table
The name column was added to the service_location table so customers can join from appointment.service_location_id and retrieve the human-readable location name.