public enum ConceptPropertyType extends Enum<ConceptPropertyType>
| 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
|
STRING
The property value is a string.
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptPropertyType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConceptPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptPropertyType CODE
public static final ConceptPropertyType CODING
public static final ConceptPropertyType STRING
public static final ConceptPropertyType INTEGER
public static final ConceptPropertyType BOOLEAN
public static final ConceptPropertyType DATETIME
public static final ConceptPropertyType DECIMAL
public static final ConceptPropertyType NULL
public static ConceptPropertyType[] values()
for (ConceptPropertyType c : ConceptPropertyType.values()) System.out.println(c);
public static ConceptPropertyType 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 ConceptPropertyType 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.