| Enum Constant and Description |
|---|
ADVANCE_DIRECTIVES
This constant specifies value representation of LOINC code for advance directives
|
ALLERGIES_OR_ADVERSE_REACTIONS
This constant specifies value representation of LOINC code for allergies or adverse reactions
|
DIAGNOSIS_STATUS
This constant specifies value representation of LOINC code for diagnosis status
|
DOSE_NUMBER
This constant specifies value representation of LOINC code for dose Number
|
FUNCTIONAL_STATUS
This constant specifies value representation of LOINC code for functional status
|
FUNCTIONAL_STATUS_ASSESSMENT_NOTE
This constant specifies value representation of LOINC code for functional status assessment note
|
HISTORY_OF_ENCOUNTERS
This constant specifies value representation of LOINC code for history of encounters
|
HISTORY_OF_FAMILY_MEMBER_DISEASE
This constant specifies value representation of LOINC code for history of family member diseases
|
HISTORY_OF_MEDICAL_DEVICE_USE
This constant specifies value representation of LOINC code for history of medical device use
|
HISTORY_OF_PROCEDURE
This constant specifies value representation of LOINC code for history of procedures
|
IMMUNIZATION
This constant specifies value representation of LOINC code for immunization
|
MEDICATION_USE
This constant specifies value representation of LOINC code for medication use
|
PAYMENT_SOURCES
This constant specifies value representation of LOINC code for payment sources
|
PLAN_OF_CARE_NOTE
This constant specifies value representation of LOINC code for plan of care note
|
PROBLEM_LIST
This constant specifies value representation of LOINC code for problem list
|
RELEVANT_DIAGNOSTIC_TESTS_OR_LABORATORY_DATA
This constant specifies value representation of LOINC code for relevant diagnostic tests or laboratory data
|
SOCIAL_HISTORY
This constant specifies value representation of LOINC code for plan of social history
|
STATUS
This constant specifies value representation of LOINC code for status
|
SUMMARIZATION_OF_EPISODE_NOTE_CODE
This constant specifies value representation of LOINC code for summarization of episode node
|
SUMMARY_PURPOSE
This constant specifies value representation of LOINC code for summary purpose
|
VITAL_SIGNS
This constant specifies value representation of LOINC code for vital Signs
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumLOINC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumLOINC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumLOINC SUMMARY_PURPOSE
public static final EnumLOINC DOSE_NUMBER
public static final EnumLOINC SUMMARIZATION_OF_EPISODE_NOTE_CODE
public static final EnumLOINC PAYMENT_SOURCES
public static final EnumLOINC HISTORY_OF_FAMILY_MEMBER_DISEASE
public static final EnumLOINC ADVANCE_DIRECTIVES
public static final EnumLOINC MEDICATION_USE
public static final EnumLOINC IMMUNIZATION
public static final EnumLOINC DIAGNOSIS_STATUS
public static final EnumLOINC VITAL_SIGNS
public static final EnumLOINC PLAN_OF_CARE_NOTE
public static final EnumLOINC PROBLEM_LIST
public static final EnumLOINC HISTORY_OF_MEDICAL_DEVICE_USE
public static final EnumLOINC FUNCTIONAL_STATUS
public static final EnumLOINC HISTORY_OF_PROCEDURE
public static final EnumLOINC FUNCTIONAL_STATUS_ASSESSMENT_NOTE
public static final EnumLOINC SOCIAL_HISTORY
public static final EnumLOINC ALLERGIES_OR_ADVERSE_REACTIONS
public static final EnumLOINC RELEVANT_DIAGNOSTIC_TESTS_OR_LABORATORY_DATA
public static final EnumLOINC STATUS
public static final EnumLOINC HISTORY_OF_ENCOUNTERS
public static EnumLOINC[] values()
for (EnumLOINC c : EnumLOINC.values()) System.out.println(c);
public static EnumLOINC 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()