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.
| Attribute | Type | Allowed Values | Description |
|---|---|---|---|
| id | int | The id of the print header. | |
| created_date | datetime | The timestamp when the print header was created. | |
| deleted_date | datetime | The timestamp when the print header was deleted. | |
| name | string | The name of the print header displayed in the app. | |
| content_type | int | {0, 1} 0=text 1=image | The type of print header; whether its pure text or is an image |
| header | string | The text header. Will be null if not a text print header. | |
| header_image | base64 encoded file | The header image. Will be null if not an image header. | |
| image_placement | int | {0, 1, 2, 3} 0=Left 1=Right 2=Center 3=Fit to Width | Specifies where the image header is placed. |
| practice | int | The practice that owns this print header. |