
Uses of Class
org.hl7.fhir.dstu3.model.DeviceComponent
Packages that use DeviceComponent
-
Uses of DeviceComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DeviceComponentModifier and TypeMethodDescriptionprotected DeviceComponentJsonParser.parseDeviceComponent(com.google.gson.JsonObject json) protected DeviceComponentXmlParser.parseDeviceComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type DeviceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceComponent(String name, DeviceComponent element) protected voidRdfParser.composeDeviceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceComponent element, int index) protected voidXmlParser.composeDeviceComponent(String name, DeviceComponent element) protected voidXmlParser.composeDeviceComponentElements(DeviceComponent element) protected voidJsonParser.composeDeviceComponentInner(DeviceComponent element) protected booleanXmlParser.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 booleanXmlParser.parseDeviceComponentDeviceComponentProductionSpecificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner, DeviceComponent.DeviceComponentProductionSpecificationComponent res) protected voidJsonParser.parseDeviceComponentDeviceComponentProductionSpecificationComponentProperties(com.google.gson.JsonObject json, DeviceComponent owner, DeviceComponent.DeviceComponentProductionSpecificationComponent res) protected voidJsonParser.parseDeviceComponentProperties(com.google.gson.JsonObject json, DeviceComponent res) -
Uses of DeviceComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as DeviceComponentModifier and TypeFieldDescriptionprotected DeviceComponentDeviceComponent.parentTargetThe actual object that is the target of the reference (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.dstu3.model that return DeviceComponentModifier 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 DeviceComponentDeviceComponent.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type DeviceComponentModifier and TypeMethodDescriptionDeviceComponent.setParentTarget(DeviceComponent value) DeviceMetric.setParentTarget(DeviceComponent value)