Uses of Class
org.hl7.fhir.dstu3.model.DeviceComponent
-
Uses of DeviceComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected DeviceComponent
JsonParser.parseDeviceComponent
(com.google.gson.JsonObject json) protected DeviceComponent
XmlParser.parseDeviceComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceComponent
(String name, DeviceComponent element) protected void
RdfParser.composeDeviceComponent
(Turtle.Complex parent, String parentType, String name, DeviceComponent element, int index) protected void
XmlParser.composeDeviceComponent
(String name, DeviceComponent element) protected void
XmlParser.composeDeviceComponentElements
(DeviceComponent element) protected void
JsonParser.composeDeviceComponentInner
(DeviceComponent element) protected boolean
XmlParser.parseDeviceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceComponent res) JsonParser.parseDeviceComponentDeviceComponentProductionSpecificationComponent
(com.google.gson.JsonObject json, DeviceComponent owner) XmlParser.parseDeviceComponentDeviceComponentProductionSpecificationComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner) protected boolean
XmlParser.parseDeviceComponentDeviceComponentProductionSpecificationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner, DeviceComponent.DeviceComponentProductionSpecificationComponent res) protected void
JsonParser.parseDeviceComponentDeviceComponentProductionSpecificationComponentProperties
(com.google.gson.JsonObject json, DeviceComponent owner, DeviceComponent.DeviceComponentProductionSpecificationComponent res) protected void
JsonParser.parseDeviceComponentProperties
(com.google.gson.JsonObject json, DeviceComponent res) -
Uses of DeviceComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected DeviceComponent
DeviceComponent.parentTarget
The actual object that is the target of the reference (The link to the parent resource.protected DeviceComponent
DeviceMetric.parentTarget
The 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.Modifier and TypeMethodDescriptionDeviceComponent.addOperationalStatus
(CodeableConcept t) DeviceComponent.addProductionSpecification
(DeviceComponent.DeviceComponentProductionSpecificationComponent t) DeviceComponent.copy()
DeviceComponent.getParentTarget()
DeviceMetric.getParentTarget()
DeviceComponent.setIdentifier
(Identifier value) DeviceComponent.setLanguageCode
(CodeableConcept value) DeviceComponent.setLastSystemChange
(Date value) DeviceComponent.setLastSystemChangeElement
(InstantType value) DeviceComponent.setMeasurementPrinciple
(DeviceComponent.MeasmntPrinciple value) DeviceComponent.setMeasurementPrincipleElement
(Enumeration<DeviceComponent.MeasmntPrinciple> value) DeviceComponent.setOperationalStatus
(List<CodeableConcept> theOperationalStatus) DeviceComponent.setParameterGroup
(CodeableConcept value) DeviceComponent.setParentTarget
(DeviceComponent value) DeviceComponent.setProductionSpecification
(List<DeviceComponent.DeviceComponentProductionSpecificationComponent> theProductionSpecification) DeviceComponent.setSourceTarget
(Device value) DeviceComponent.setType
(CodeableConcept value) protected DeviceComponent
DeviceComponent.typedCopy()
Modifier and TypeMethodDescriptionDeviceComponent.setParentTarget
(DeviceComponent value) DeviceMetric.setParentTarget
(DeviceComponent value)