public static enum CodeSystem.PropertyType extends Enum<CodeSystem.PropertyType>
| Enum Constant and Description |
|---|
BOOLEAN
The property value is a boolean true | false.
|
CODE
The property value is a code that identifies a concept defined in the code system.
|
CODING
The property value is a code defined in an external code system.
|
DATETIME
The property is a date or a date + time.
|
DECIMAL
The property value is a decimal number.
|
INTEGER
The property value is a string (often used to assign ranking values to concepts for supporting score assessments).
|
NULL
added to help the parsers with the generic types
|
STRING
The property value is a string.
|
| Modifier and Type | Method and Description |
|---|---|
static CodeSystem.PropertyType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CodeSystem.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeSystem.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeSystem.PropertyType CODE
public static final CodeSystem.PropertyType CODING
public static final CodeSystem.PropertyType STRING
public static final CodeSystem.PropertyType INTEGER
public static final CodeSystem.PropertyType BOOLEAN
public static final CodeSystem.PropertyType DATETIME
public static final CodeSystem.PropertyType DECIMAL
public static final CodeSystem.PropertyType NULL
public static CodeSystem.PropertyType[] values()
for (CodeSystem.PropertyType c : CodeSystem.PropertyType.values()) System.out.println(c);
public static CodeSystem.PropertyType 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 CodeSystem.PropertyType 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.