public enum ConceptProperties extends Enum<ConceptProperties>
| Enum Constant and Description |
|---|
CHILD
The concept identified in this property is a child of the concept on which it is a property.
|
DEPRECATED
The date at which a concept was deprecated.
|
INACTIVE
True if the concept is not considered active - e.g.
|
NOTSELECTABLE
The concept is not intended to be chosen by the user - only intended to be used as a selector for other concepts.
|
NULL
added to help the parsers
|
PARENT
The concept identified in this property is a parent of the concept on which it is a property.
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptProperties |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ConceptProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptProperties INACTIVE
public static final ConceptProperties DEPRECATED
public static final ConceptProperties NOTSELECTABLE
public static final ConceptProperties PARENT
public static final ConceptProperties CHILD
public static final ConceptProperties NULL
public static ConceptProperties[] values()
for (ConceptProperties c : ConceptProperties.values()) System.out.println(c);
public static ConceptProperties 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 ConceptProperties 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.