public enum CompositionStatusEnum extends Enum<CompositionStatusEnum>
| Enum Constant and Description |
|---|
AMENDED
Display: Amended
Code Value: amended The composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person. |
ENTERED_IN_ERROR
Display: Entered in Error
Code Value: entered-in-error The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid. |
FINAL
Display: Final
Code Value: final This version of the composition is complete and verified by an appropriate person and no further work is planned. |
PRELIMINARY
Display: Preliminary
Code Value: preliminary This is a preliminary composition or document (also known as initial or interim). |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<CompositionStatusEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
CompositionStatus
|
| Modifier and Type | Method and Description |
|---|---|
static CompositionStatusEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static CompositionStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositionStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositionStatusEnum PRELIMINARY
public static final CompositionStatusEnum FINAL
public static final CompositionStatusEnum AMENDED
public static final CompositionStatusEnum ENTERED_IN_ERROR
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<CompositionStatusEnum> VALUESET_BINDER
public static CompositionStatusEnum[] values()
for (CompositionStatusEnum c : CompositionStatusEnum.values()) System.out.println(c);
public static CompositionStatusEnum 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 CompositionStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.