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