Uses of Class
org.hl7.fhir.dstu2.model.Device
-
Packages that use Device Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Device in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Device Modifier and Type Method Description protected DeviceJsonParser. parseDevice(com.google.gson.JsonObject json)protected DeviceXmlParser. parseDevice(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Device Modifier and Type Method Description protected voidJsonParser. composeDevice(String name, Device element)protected voidXmlParser. composeDevice(String name, Device element)protected voidJsonParser. composeDeviceInner(Device element) -
Uses of Device in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Device Modifier and Type Field Description protected DeviceDeviceUseRequest. deviceTargetThe actual object that is the target of the reference (The details of the device to be used.)protected DeviceDeviceUseStatement. deviceTargetThe actual object that is the target of the reference (The details of the device used.)protected DeviceProcedure.ProcedureFocalDeviceComponent. manipulatedTargetThe actual object that is the target of the reference (The device that was manipulated (changed) during the procedure.)protected DeviceDeviceComponent. sourceTargetThe actual object that is the target of the reference (Describes the link to the source Device that contains administrative device information such as manufacture, serial number, etc.)protected DeviceDeviceMetric. sourceTargetThe actual object that is the target of the reference (Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.)protected DeviceMessageHeader.MessageDestinationComponent. targetTargetThe actual object that is the target of the reference (Identifies the target end system in situations where the initial message transmission is to an intermediary system.)Fields in org.hl7.fhir.dstu2.model with type parameters of type Device Modifier and Type Field Description protected List<Device>MedicationAdministration. deviceTargetThe actual objects that are the target of the reference (The device used in administering the medication to the patient.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Device Modifier and Type Method Description List<Device>MedicationAdministration. getDeviceTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type Device Modifier and Type Method Description DeviceUseRequestDeviceUseRequest. setDeviceTarget(Device value)DeviceUseStatementDeviceUseStatement. setDeviceTarget(Device value)Procedure.ProcedureFocalDeviceComponentProcedure.ProcedureFocalDeviceComponent. setManipulatedTarget(Device value)DeviceComponentDeviceComponent. setSourceTarget(Device value)DeviceMetricDeviceMetric. setSourceTarget(Device value)MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setTargetTarget(Device value)
-