public enum Tldc extends Enum<Tldc>
| Enum Constant and Description |
|---|
ACTIVE
Design has been deemed fit for the intended purpose and is published by the governance group.
|
CANCELLED
A drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published in an active state.
|
DRAFT
Design is under development (nascent).
|
NULL
added to help the parsers
|
PENDING
Design is completed and is being reviewed.
|
REJECTED
A previously drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published for consideration in a pending state.
|
RETIRED
A previously active design is discontinued from use.
|
REVIEW
Design is active, but is under review.
|
TERMINATED
A design is determined to be erroneous or not fit for the intended purpose and should no longer be used, even for historical purposes.
|
| Modifier and Type | Method and Description |
|---|---|
static Tldc |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Tldc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tldc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tldc ACTIVE
public static final Tldc REVIEW
public static final Tldc CANCELLED
public static final Tldc REJECTED
public static final Tldc RETIRED
public static final Tldc TERMINATED
public static Tldc[] values()
for (Tldc c : Tldc.values()) System.out.println(c);
public static Tldc 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 Tldc 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.