Uses of Class
ca.uhn.fhir.model.dstu2.resource.DeviceComponent
-
Uses of DeviceComponent in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionDeviceComponent.addOperationalStatus
(CodeableConceptDt theValue) Adds a given new value for operationalStatus ()DeviceComponent.addProductionSpecification
(DeviceComponent.ProductionSpecification theValue) Adds a given new value for productionSpecification ()DeviceComponent.setIdentifier
(IdentifierDt theValue) Sets the value(s) for identifier ()DeviceComponent.setLanguageCode
(CodeableConceptDt theValue) Sets the value(s) for languageCode ()DeviceComponent.setLastSystemChange
(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for lastSystemChange ()DeviceComponent.setLastSystemChange
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for lastSystemChange ()DeviceComponent.setLastSystemChangeWithMillisPrecision
(Date theDate) Sets the value for lastSystemChange ()DeviceComponent.setMeasurementPrinciple
(MeasmntPrincipleEnum theValue) Sets the value(s) for measurementPrinciple ()DeviceComponent.setMeasurementPrinciple
(ca.uhn.fhir.model.primitive.BoundCodeDt<MeasmntPrincipleEnum> theValue) Sets the value(s) for measurementPrinciple ()DeviceComponent.setOperationalStatus
(List<CodeableConceptDt> theValue) Sets the value(s) for operationalStatus ()DeviceComponent.setParameterGroup
(CodeableConceptDt theValue) Sets the value(s) for parameterGroup ()DeviceComponent.setParent
(ResourceReferenceDt theValue) Sets the value(s) for parent ()DeviceComponent.setProductionSpecification
(List<DeviceComponent.ProductionSpecification> theValue) Sets the value(s) for productionSpecification ()DeviceComponent.setSource
(ResourceReferenceDt theValue) Sets the value(s) for source ()DeviceComponent.setType
(CodeableConceptDt theValue) Sets the value(s) for type ()