Uses of Class
org.hl7.fhir.dstu2016may.model.Device
-
Packages that use Device Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Device in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type Device Modifier and Type Method Description protected voidJsonParser. composeDevice(String name, Device element)protected voidRdfParser. composeDevice(RdfGenerator.Complex parent, String parentType, String name, Device element, int index)protected voidXmlParser. composeDevice(String name, Device element)protected voidJsonParser. composeDeviceInner(Device element) -
Uses of Device in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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 DeviceSequence. deviceTargetThe actual object that is the target of the reference (The method for sequencing, for example, chip information.)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.dstu2016may.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.protected List<Device>Claim.DetailComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>Claim.ItemsComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>Claim.SubDetailComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>ExplanationOfBenefit.DetailComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>ExplanationOfBenefit.ItemsComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)protected List<Device>ExplanationOfBenefit.SubDetailComponent. udiTargetThe actual objects that are the target of the reference (List of Unique Device Identifiers associated with this line item.)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Device Modifier and Type Method Description List<Device>MedicationAdministration. getDeviceTarget()List<Device>Claim.DetailComponent. getUdiTarget()List<Device>Claim.ItemsComponent. getUdiTarget()List<Device>Claim.SubDetailComponent. getUdiTarget()List<Device>ExplanationOfBenefit.DetailComponent. getUdiTarget()List<Device>ExplanationOfBenefit.ItemsComponent. getUdiTarget()List<Device>ExplanationOfBenefit.SubDetailComponent. getUdiTarget()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Device Modifier and Type Method Description DeviceUseRequestDeviceUseRequest. setDeviceTarget(Device value)DeviceUseStatementDeviceUseStatement. setDeviceTarget(Device value)SequenceSequence. setDeviceTarget(Device value)Procedure.ProcedureFocalDeviceComponentProcedure.ProcedureFocalDeviceComponent. setManipulatedTarget(Device value)DeviceComponentDeviceComponent. setSourceTarget(Device value)DeviceMetricDeviceMetric. setSourceTarget(Device value)MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setTargetTarget(Device value)
-