Uses of Class
org.hl7.fhir.dstu3.model.DeviceComponent.DeviceComponentProductionSpecificationComponent
-
Packages that use DeviceComponent.DeviceComponentProductionSpecificationComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of DeviceComponent.DeviceComponentProductionSpecificationComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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) -
Uses of DeviceComponent.DeviceComponentProductionSpecificationComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DeviceComponent.DeviceComponentProductionSpecificationComponent Modifier and Type Field Description protected List<DeviceComponent.DeviceComponentProductionSpecificationComponent>DeviceComponent. productionSpecificationThe production specification such as component revision, serial number, etc.Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type DeviceComponent.DeviceComponentProductionSpecificationComponent Modifier and Type Method Description DeviceComponentDeviceComponent. addProductionSpecification(DeviceComponent.DeviceComponentProductionSpecificationComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DeviceComponent.DeviceComponentProductionSpecificationComponent Modifier and Type Method Description DeviceComponentDeviceComponent. setProductionSpecification(List<DeviceComponent.DeviceComponentProductionSpecificationComponent> theProductionSpecification)
-