Uses of Class
ca.uhn.fhir.model.dstu2.resource.DeviceComponent.ProductionSpecification
-
Packages that use DeviceComponent.ProductionSpecification Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DeviceComponent.ProductionSpecification in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DeviceComponent.ProductionSpecification Modifier and Type Method Description DeviceComponent.ProductionSpecificationDeviceComponent. addProductionSpecification()Adds and returns a new value for productionSpecification ()DeviceComponent.ProductionSpecificationDeviceComponent. getProductionSpecificationFirstRep()Gets the first repetition for productionSpecification (), creating it if it does not already exist.DeviceComponent.ProductionSpecificationDeviceComponent.ProductionSpecification. setComponentId(IdentifierDt theValue)Sets the value(s) for componentId ()DeviceComponent.ProductionSpecificationDeviceComponent.ProductionSpecification. setProductionSpec(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for productionSpec ()DeviceComponent.ProductionSpecificationDeviceComponent.ProductionSpecification. setProductionSpec(String theString)Sets the value for productionSpec ()DeviceComponent.ProductionSpecificationDeviceComponent.ProductionSpecification. setSpecType(CodeableConceptDt theValue)Sets the value(s) for specType ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DeviceComponent.ProductionSpecification Modifier and Type Method Description List<DeviceComponent.ProductionSpecification>DeviceComponent. getProductionSpecification()Gets the value(s) for productionSpecification ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DeviceComponent.ProductionSpecification Modifier and Type Method Description DeviceComponentDeviceComponent. addProductionSpecification(DeviceComponent.ProductionSpecification theValue)Adds a given new value for productionSpecification ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DeviceComponent.ProductionSpecification Modifier and Type Method Description DeviceComponentDeviceComponent. setProductionSpecification(List<DeviceComponent.ProductionSpecification> theValue)Sets the value(s) for productionSpecification ()
-