Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 include Device.hrl
Raw

include/Device.hrl

-ifndef(DEVICE_HL7).
-define(DEVICE_HL7, true).
-record('Device', {
id = [],
inventory = [],
serial = [],
definition = [],
status = [],
error = [],
available = [],
manufacturer = [],
manufacturerDate = [],
deviceName = [],
deviceType = [],
model = [],
properties = [],
patientAssociation = [],
patient = [],
owner = [],
division = [],
note = [],
parent = [],
recorder = [],
encounter = [],
lot = [],
expire = []
}).
-endif.