CaseData
A full case data object which includes full patient demographic data.
Properties
| Parameter | Type | Description |
|---|---|---|
| Key | string | The unencrypted case key. |
| Patient | PatientDemographicData | The patient’s demographic details. |
| OpenedDate | DateTime | The date the case was opened. |
| ClosedDate | DateTime (optional) | The date the case was closed, if at all. |
| Title | string | The public case title. |
| IsOpen | bool | Whether the case is still open or not. |