Patient history URL history data transfer object and this model extends AbstractPatientHistoryItemHistoryDto.
name | data type | constraints | description |
---|---|---|---|
historyTypeId | number | required | The unique id of the history type. |
historyDate | string | The created date of this patient history url at the very beginning. | |
url | string | The URL. | |
urlName | string | The free URL name on the patient history url record. | |
deleted | boolean | required | Whether this is deleted as marked by Accuro. |
patientHistoryUrlId | number | required | The unique id of the patient history url record. |
historyUserId | number | The id of the Accuro user who created/updated the patient history URL record. | |
Properties inherited from AbstractPatientHistoryItemHistoryDto |
|||
id | number | required | The unique id of the patient history history record. |
patientId | number | required | The unique id of the patient who owns the history record. |
maskId | number | If the record is masked in Accuro, this value will hold the mask id, null otherwise. |
|
modifiedDate | string | The date this patient history item was modified. |
Example
{ "historyTypeId" : 1, "historyDate" : "2018-09-25T00:00:00.000-0700", "url" : "http://www.url-two.com", "urlName" : "url two", "deleted" : true, "patientHistoryUrlId" : 1, "historyUserId" : 1, "id" : 1, "patientId" : 1, "maskId" : 1, "modifiedDate" : "2018-07-13" }