HistoryTrackingItemDto Data Type

The History Tracking Item data transfer object model.

See Also
com.qhrtech.emr.accuro.model.medicalhistory.HistoryTrackingItem
Properties
name data type constraints description
id number required The unique history item id.
historyTypeId number required The unique history type id that the item belongs to.
name string   The tracking name.
active boolean required The flag indicating if the item is active.

Example

{
  "id" : 1,
  "historyTypeId" : 1,
  "name" : "Flu Vaccination",
  "active" : true
}