
Uses of Enum Class
org.hl7.fhir.r4.model.ObservationDefinition.ObservationDataType
Packages that use ObservationDefinition.ObservationDataType
-
Uses of ObservationDefinition.ObservationDataType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ObservationDefinition.ObservationDataTypeModifier and TypeFieldDescriptionprotected List
<Enumeration<ObservationDefinition.ObservationDataType>> ObservationDefinition.permittedDataType
The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.Methods in org.hl7.fhir.r4.model that return ObservationDefinition.ObservationDataTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ObservationDefinition.ObservationDataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ObservationDefinition.ObservationDataTypeModifier and TypeMethodDescriptionObservationDefinition.addPermittedDataTypeElement()
ObservationDefinition.ObservationDataTypeEnumFactory.fromType
(PrimitiveType<?> code) ObservationDefinition.getPermittedDataType()
Methods in org.hl7.fhir.r4.model with parameters of type ObservationDefinition.ObservationDataTypeModifier and TypeMethodDescriptionObservationDefinition.addPermittedDataType
(ObservationDefinition.ObservationDataType value) boolean
ObservationDefinition.hasPermittedDataType
(ObservationDefinition.ObservationDataType value) ObservationDefinition.ObservationDataTypeEnumFactory.toCode
(ObservationDefinition.ObservationDataType code) ObservationDefinition.ObservationDataTypeEnumFactory.toSystem
(ObservationDefinition.ObservationDataType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ObservationDefinition.ObservationDataTypeModifier and TypeMethodDescriptionObservationDefinition.setPermittedDataType
(List<Enumeration<ObservationDefinition.ObservationDataType>> thePermittedDataType)