
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DeviceComponent.ProductionSpecification
Packages that use DeviceComponent.ProductionSpecification
-
Uses of DeviceComponent.ProductionSpecification in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DeviceComponent.ProductionSpecificationModifier and TypeMethodDescriptionDeviceComponent.addProductionSpecification()Adds and returns a new value for productionSpecification ()DeviceComponent.getProductionSpecificationFirstRep()Gets the first repetition for productionSpecification (), creating it if it does not already exist.DeviceComponent.ProductionSpecification.setComponentId(IdentifierDt theValue) Sets the value(s) for componentId ()DeviceComponent.ProductionSpecification.setProductionSpec(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for productionSpec ()DeviceComponent.ProductionSpecification.setProductionSpec(String theString) Sets the value for productionSpec ()DeviceComponent.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.ProductionSpecificationModifier and TypeMethodDescriptionDeviceComponent.getProductionSpecification()Gets the value(s) for productionSpecification ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DeviceComponent.ProductionSpecificationModifier and TypeMethodDescriptionDeviceComponent.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.ProductionSpecificationModifier and TypeMethodDescriptionDeviceComponent.setProductionSpecification(List<DeviceComponent.ProductionSpecification> theValue) Sets the value(s) for productionSpecification ()