public enum CompositionAttestationModeEnum extends Enum<CompositionAttestationModeEnum>
| Enum Constant and Description |
|---|
LEGAL
Display: Legal
Code Value: legal The person authenticated the content and accepted legal responsibility for its content. |
OFFICIAL
Display: Official
Code Value: official The organization authenticated the content as consistent with their policies and procedures. |
PERSONAL
Display: Personal
Code Value: personal The person authenticated the content in their personal capacity. |
PROFESSIONAL
Display: Professional
Code Value: professional The person authenticated the content in their professional capacity. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<CompositionAttestationModeEnum> |
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:
CompositionAttestationMode
|
| Modifier and Type | Method and Description |
|---|---|
static CompositionAttestationModeEnum |
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 CompositionAttestationModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositionAttestationModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositionAttestationModeEnum PERSONAL
public static final CompositionAttestationModeEnum PROFESSIONAL
public static final CompositionAttestationModeEnum LEGAL
public static final CompositionAttestationModeEnum OFFICIAL
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<CompositionAttestationModeEnum> VALUESET_BINDER
public static CompositionAttestationModeEnum[] values()
for (CompositionAttestationModeEnum c : CompositionAttestationModeEnum.values()) System.out.println(c);
public static CompositionAttestationModeEnum 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 CompositionAttestationModeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.