Uses of Class
org.hl7.fhir.dstu3.model.DeviceComponent.DeviceComponentProductionSpecificationComponent
-
Uses of DeviceComponent.DeviceComponentProductionSpecificationComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceComponentDeviceComponentProductionSpecificationComponent
(com.google.gson.JsonObject json, DeviceComponent owner) XmlParser.parseDeviceComponentDeviceComponentProductionSpecificationComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceComponentDeviceComponentProductionSpecificationComponent
(String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element) protected void
RdfParser.composeDeviceComponentDeviceComponentProductionSpecificationComponent
(Turtle.Complex parent, String parentType, String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element, int index) protected void
XmlParser.composeDeviceComponentDeviceComponentProductionSpecificationComponent
(String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element) protected void
XmlParser.composeDeviceComponentDeviceComponentProductionSpecificationComponentElements
(DeviceComponent.DeviceComponentProductionSpecificationComponent element) protected void
JsonParser.composeDeviceComponentDeviceComponentProductionSpecificationComponentInner
(DeviceComponent.DeviceComponentProductionSpecificationComponent element) 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) -
Uses of DeviceComponent.DeviceComponentProductionSpecificationComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionDeviceComponent.productionSpecification
The production specification such as component revision, serial number, etc.Modifier and TypeMethodDescriptionDeviceComponent.addProductionSpecification()
DeviceComponent.DeviceComponentProductionSpecificationComponent.copy()
DeviceComponent.getProductionSpecificationFirstRep()
DeviceComponent.DeviceComponentProductionSpecificationComponent.setComponentId
(Identifier value) DeviceComponent.DeviceComponentProductionSpecificationComponent.setProductionSpec
(String value) DeviceComponent.DeviceComponentProductionSpecificationComponent.setProductionSpecElement
(StringType value) DeviceComponent.DeviceComponentProductionSpecificationComponent.setSpecType
(CodeableConcept value) Modifier and TypeMethodDescriptionDeviceComponent.addProductionSpecification
(DeviceComponent.DeviceComponentProductionSpecificationComponent t) Modifier and TypeMethodDescriptionDeviceComponent.setProductionSpecification
(List<DeviceComponent.DeviceComponentProductionSpecificationComponent> theProductionSpecification)