Uses of Class
com.ibm.fhir.model.type.code.ObservationDataType
-
Packages that use ObservationDataType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ObservationDataType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return types with arguments of type ObservationDataType Modifier and Type Method Description List<ObservationDataType>ObservationDefinition. getPermittedDataType()The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.Methods in com.ibm.fhir.model.resource with parameters of type ObservationDataType Modifier and Type Method Description ObservationDefinition.BuilderObservationDefinition.Builder. permittedDataType(ObservationDataType... permittedDataType)The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.Method parameters in com.ibm.fhir.model.resource with type arguments of type ObservationDataType Modifier and Type Method Description ObservationDefinition.BuilderObservationDefinition.Builder. permittedDataType(Collection<ObservationDataType> permittedDataType)The data types allowed for the value element of the instance observations conforming to this ObservationDefinition. -
Uses of ObservationDataType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ObservationDataType Modifier and Type Field Description static ObservationDataTypeObservationDataType. BOOLEANbooleanstatic ObservationDataTypeObservationDataType. CODEABLE_CONCEPTCodeableConceptstatic ObservationDataTypeObservationDataType. DATE_TIMEdateTimestatic ObservationDataTypeObservationDataType. INTEGERintegerstatic ObservationDataTypeObservationDataType. PERIODPeriodstatic ObservationDataTypeObservationDataType. QUANTITYQuantitystatic ObservationDataTypeObservationDataType. RANGERangestatic ObservationDataTypeObservationDataType. RATIORatiostatic ObservationDataTypeObservationDataType. SAMPLED_DATASampledDatastatic ObservationDataTypeObservationDataType. STRINGstringstatic ObservationDataTypeObservationDataType. TIMEtimeMethods in com.ibm.fhir.model.type.code that return ObservationDataType Modifier and Type Method Description ObservationDataTypeObservationDataType.Builder. build()static ObservationDataTypeObservationDataType. of(ObservationDataType.ValueSet value)Factory method for creating ObservationDataType objects from a passed enum value.static ObservationDataTypeObservationDataType. of(String value)Factory method for creating ObservationDataType objects from a passed string value.
-