public enum PermittedDataType extends Enum<PermittedDataType>
| Enum Constant and Description |
|---|
BOOLEAN
true or false.
|
CODEABLECONCEPT
A coded concept from a reference terminology and/or text.
|
DATETIME
A date, date-time or partial date (e.g.
|
INTEGER
A signed integer.
|
NULL
added to help the parsers
|
PERIOD
A time range defined by start and end date/time.
|
QUANTITY
A measured amount.
|
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.
|
STRING
A sequence of Unicode characters.
|
TIME
A time during the day, in the format hh:mm:ss.
|
| Modifier and Type | Method and Description |
|---|---|
static PermittedDataType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static PermittedDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermittedDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermittedDataType QUANTITY
public static final PermittedDataType CODEABLECONCEPT
public static final PermittedDataType STRING
public static final PermittedDataType BOOLEAN
public static final PermittedDataType INTEGER
public static final PermittedDataType RANGE
public static final PermittedDataType RATIO
public static final PermittedDataType SAMPLEDDATA
public static final PermittedDataType TIME
public static final PermittedDataType DATETIME
public static final PermittedDataType PERIOD
public static final PermittedDataType NULL
public static PermittedDataType[] values()
for (PermittedDataType c : PermittedDataType.values()) System.out.println(c);
public static PermittedDataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PermittedDataType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.