Object Definition
| Attribute | Type | Allowed values | Description |
|---|---|---|---|
| body | string | The actual message body | |
| id | int | The id of the thread message | |
| patient | int | The patient id | |
| practice | int | The practice id | |
| thread | int | The message thread id | |
| to_document.chart_date | date | The creation date of the to_document’s patient chart | |
| to_document.created_date | date | The creation date of the to_document | |
| to_document.deleted_date | date | The deleted date of the to_document | |
| to_document.document_date | date | The creation date of the to_document | |
| to_document.signed_by | int | The id of whoever signed the to_document (if signed) | |
| to_document.signed_date | date | The date of when the to_document was signed (if signed) | |
| sender | int | The id of who sent the message | |
| send_date | date | The date of when the message was sent |