public enum EnumTableHeader extends java.lang.Enum<EnumTableHeader>
| Enum Constant and Description |
|---|
AGE_OF_ONSET
This constant specifies value representation of column header for family history section
|
AUTHORIZATION
This constant specifies value representation of column header for payer section
|
CONDITION
This constant specifies value representation of column header for problems section
|
CONDITION_STATUS
This constant specifies value representation of column header for multiple section
|
COVERED_PARTY_ID
This constant specifies value representation of column header for payer section
|
DATE
This constant specifies value representation of column header for multiple section
|
DATE_SUPPLIED
This constant specifies value representation of column header for medical equipment section
|
DESCRIPTION
This constant specifies value representation of column header for multiple section
|
DIAGNOSIS
This constant specifies value representation of column header for family history section
|
DIRECTIVE
This constant specifies value representation of column header for advance directives section
|
EFFECTIVE_DATES
This constant specifies value representation of column header for multiple section
|
ENCOUNTER
This constant specifies value representation of column header for encounters section
|
FUNCTIONAL_CONDITION
This constant specifies value representation of column header for functional status section
|
INSTRUCTIONS
This constant specifies value representation of column header for medications section
|
LOCATION
This constant specifies value representation of column header for encounters section
|
MEDICATIONS
This constant specifies value representation of column header for medications section
|
PAYER_NAME
This constant specifies value representation of column header for payer section
|
PLANNED_ACTIVITY
This constant specifies value representation of column header for plan section
|
PLANNED_DATE
This constant specifies value representation of column header for plan section
|
POLICY_TYPE
This constant specifies value representation of column header for payer section
|
PROCEDURE
This constant specifies value representation of column header for procedures section
|
REACTION
This constant specifies value representation of column header for alerts section
|
SOCIAL_HISTORY_ELEMENT
This constant specifies value representation of column header for social history section
|
START_DATE
This constant specifies value representation of column header for medications section
|
STATUS
This constant specifies value representation of column header for multiple section
|
SUBSTANCE
This constant specifies value representation of column header for alerts section
|
SUPPLY_DEVICE
This constant specifies value representation of column header for medical equipment section
|
SUPPORTING_DOCUMENT
This constant specifies value representation of column header for advance directives section
|
VACCINE
This constant specifies value representation of column header for immunizations section
|
VERIFICATION
This constant specifies value representation of column header for advance directives section
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumTableHeader |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumTableHeader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumTableHeader PAYER_NAME
public static final EnumTableHeader POLICY_TYPE
public static final EnumTableHeader COVERED_PARTY_ID
public static final EnumTableHeader AUTHORIZATION
public static final EnumTableHeader DIRECTIVE
public static final EnumTableHeader DESCRIPTION
public static final EnumTableHeader VERIFICATION
public static final EnumTableHeader SUPPORTING_DOCUMENT
public static final EnumTableHeader FUNCTIONAL_CONDITION
public static final EnumTableHeader EFFECTIVE_DATES
public static final EnumTableHeader CONDITION_STATUS
public static final EnumTableHeader DIAGNOSIS
public static final EnumTableHeader AGE_OF_ONSET
public static final EnumTableHeader CONDITION
public static final EnumTableHeader SOCIAL_HISTORY_ELEMENT
public static final EnumTableHeader SUBSTANCE
public static final EnumTableHeader STATUS
public static final EnumTableHeader REACTION
public static final EnumTableHeader MEDICATIONS
public static final EnumTableHeader INSTRUCTIONS
public static final EnumTableHeader START_DATE
public static final EnumTableHeader SUPPLY_DEVICE
public static final EnumTableHeader DATE_SUPPLIED
public static final EnumTableHeader VACCINE
public static final EnumTableHeader DATE
public static final EnumTableHeader PROCEDURE
public static final EnumTableHeader ENCOUNTER
public static final EnumTableHeader LOCATION
public static final EnumTableHeader PLANNED_ACTIVITY
public static final EnumTableHeader PLANNED_DATE
public static EnumTableHeader[] values()
for (EnumTableHeader c : EnumTableHeader.values()) System.out.println(c);
public static EnumTableHeader valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()