Uses of Class
org.hl7.fhir.dstu2.model.DeviceComponent.DeviceComponentProductionSpecificationComponent
-
Packages that use DeviceComponent.DeviceComponentProductionSpecificationComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of DeviceComponent.DeviceComponentProductionSpecificationComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return DeviceComponent.DeviceComponentProductionSpecificationComponent Modifier and Type Method Description protected DeviceComponent.DeviceComponentProductionSpecificationComponentJsonParser. parseDeviceComponentDeviceComponentProductionSpecificationComponent(com.google.gson.JsonObject json, DeviceComponent owner)protected DeviceComponent.DeviceComponentProductionSpecificationComponentXmlParser. parseDeviceComponentDeviceComponentProductionSpecificationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type DeviceComponent.DeviceComponentProductionSpecificationComponent Modifier and Type Method Description protected voidJsonParser. composeDeviceComponentDeviceComponentProductionSpecificationComponent(String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element)protected voidXmlParser. composeDeviceComponentDeviceComponentProductionSpecificationComponent(String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element)protected voidJsonParser. composeDeviceComponentDeviceComponentProductionSpecificationComponentInner(DeviceComponent.DeviceComponentProductionSpecificationComponent element) -
Uses of DeviceComponent.DeviceComponentProductionSpecificationComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DeviceComponent.DeviceComponentProductionSpecificationComponent Modifier and Type Field Description protected List<DeviceComponent.DeviceComponentProductionSpecificationComponent>DeviceComponent. productionSpecificationDescribes the production specification such as component revision, serial number, etc.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DeviceComponent.DeviceComponentProductionSpecificationComponent Modifier and Type Method Description List<DeviceComponent.DeviceComponentProductionSpecificationComponent>DeviceComponent. getProductionSpecification()Methods in org.hl7.fhir.dstu2.model with parameters of type DeviceComponent.DeviceComponentProductionSpecificationComponent Modifier and Type Method Description DeviceComponentDeviceComponent. addProductionSpecification(DeviceComponent.DeviceComponentProductionSpecificationComponent t)
-