> ## 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.

# The Print Header Object

```json theme={null}
{
  "id": 140755885883720,
  "created_date": "2021-11-24T06:31:41Z",
  "deleted_date": null,
  "name": "Header test101",
  "content_type": "0",
  "header": "This is a simple test1.",
  "header_image": null,
  "image_placement": "2",
  "practice": 140755880968196
}
```

| 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}`  <br />0=text  <br />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}`  <br />0=Left  <br />1=Right  <br />2=Center  <br />3=Fit to Width | Specifies where the image header is placed.                    |
| practice         | int                 |                                                                                   | The practice that owns this print header.                      |
