
Package org.hl7.fhir.r4.model
Enum ObservationDefinition.ObservationDataType
java.lang.Object
java.lang.Enum<ObservationDefinition.ObservationDataType>
org.hl7.fhir.r4.model.ObservationDefinition.ObservationDataType
- All Implemented Interfaces:
Serializable
,Comparable<ObservationDefinition.ObservationDataType>
- Enclosing class:
ObservationDefinition
public static enum ObservationDefinition.ObservationDataType
extends Enum<ObservationDefinition.ObservationDataType>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiontrue or false.A coded concept from a reference terminology and/or text.A date, date-time or partial date (e.g.A signed integer.added to help the parsers with the generic typesA time range defined by start and end date/time.A measured amount.A set of values bounded by low and high.A ratio of two Quantity values - a numerator and a denominator.A series of measurements taken by a device.A sequence of Unicode characters.A time during the day, in the format hh:mm:ss. -
Method Summary
-
Enum Constant Details
-
QUANTITY
A measured amount. -
CODEABLECONCEPT
A coded concept from a reference terminology and/or text. -
STRING
A sequence of Unicode characters. -
BOOLEAN
true or false. -
INTEGER
A signed integer. -
RANGE
A set of values bounded by low and high. -
RATIO
A ratio of two Quantity values - a numerator and a denominator. -
SAMPLEDDATA
A series of measurements taken by a device. -
TIME
A time during the day, in the format hh:mm:ss. -
DATETIME
A date, date-time or partial date (e.g. just year or year + month) as used in human communication. -
PERIOD
A time range defined by start and end date/time. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ObservationDefinition.ObservationDataType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-