Uses of Class
org.hl7.fhir.dstu2.model.DeviceComponent
-
Packages that use DeviceComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of DeviceComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return DeviceComponent Modifier and Type Method Description protected DeviceComponentJsonParser. parseDeviceComponent(com.google.gson.JsonObject json)protected DeviceComponentXmlParser. parseDeviceComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type DeviceComponent Modifier and Type Method Description protected voidJsonParser. composeDeviceComponent(String name, DeviceComponent element)protected voidXmlParser. composeDeviceComponent(String name, DeviceComponent element)protected voidJsonParser. composeDeviceComponentInner(DeviceComponent element)protected DeviceComponent.DeviceComponentProductionSpecificationComponentJsonParser. parseDeviceComponentDeviceComponentProductionSpecificationComponent(com.google.gson.JsonObject json, DeviceComponent owner)protected DeviceComponent.DeviceComponentProductionSpecificationComponentXmlParser. parseDeviceComponentDeviceComponentProductionSpecificationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner) -
Uses of DeviceComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as DeviceComponent Modifier and Type Field Description protected DeviceComponentDeviceComponent. parentTargetThe actual object that is the target of the reference (Describes the link to the parent resource.protected DeviceComponentDeviceMetric. parentTargetThe actual object that is the target of the reference (Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device.Methods in org.hl7.fhir.dstu2.model with parameters of type DeviceComponent Modifier and Type Method Description DeviceComponentDeviceComponent. setParentTarget(DeviceComponent value)DeviceMetricDeviceMetric. setParentTarget(DeviceComponent value)
-