public enum EnumCM_CardiovascularPatientHistory extends java.lang.Enum<EnumCM_CardiovascularPatientHistory>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CardiovascularPatientHistory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CardiovascularPatientHistory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CardiovascularPatientHistory HISTORY
public static final EnumCM_CardiovascularPatientHistory PREVIOUS_MYOCARDIAL_INFARCTION_1_WEEK_PRIOR
public static final EnumCM_CardiovascularPatientHistory TYPE_OF_MYOCARDIAL_INFARCTION
public static final EnumCM_CardiovascularPatientHistory DIABETIC_THERAPY
public static final EnumCM_CardiovascularPatientHistory LIPID_LOWERING_THERAPY
public static final EnumCM_CardiovascularPatientHistory SMOKING_HISTORY
public static final EnumCM_CardiovascularPatientHistory PRIOR_REPORT_FOR_CURRENT_PATIENT
public static final EnumCM_CardiovascularPatientHistory DOCUMENT_TITLE
public static final EnumCM_CardiovascularPatientHistory PROBLEM_LIST
public static final EnumCM_CardiovascularPatientHistory SOCIAL_HISTORY
public static final EnumCM_CardiovascularPatientHistory COCAINE_ABUSE
public static final EnumCM_CardiovascularPatientHistory DRUG_MISUSE_BEHAVIOR
public static final EnumCM_CardiovascularPatientHistory PAST_SURGICAL_HISTORY
public static final EnumCM_CardiovascularPatientHistory RELEVANT_DIAGNOSTIC_TESTS_AND_OR_LABORATORY_DATA
public static final EnumCM_CardiovascularPatientHistory CHOLESTEROL_IN_HDL
public static final EnumCM_CardiovascularPatientHistory HISTORY_OF_MEDICATION_USE
public static final EnumCM_CardiovascularPatientHistory MEDICATION_TYPE
public static final EnumCM_CardiovascularPatientHistory DOSAGE
public static final EnumCM_CardiovascularPatientHistory STATUS
public static final EnumCM_CardiovascularPatientHistory HISTORY_OF_FAMILY_MEMBER_DISEASES
public static final EnumCM_CardiovascularPatientHistory FAMILY_HISTORY_OF_CLINICAL_FINDING
public static final EnumCM_CardiovascularPatientHistory SUBJECT_RELATIONSHIP
public static final EnumCM_CardiovascularPatientHistory HISTORY_OF_MEDICAL_DEVICE_USE
public static EnumCM_CardiovascularPatientHistory[] values()
for (EnumCM_CardiovascularPatientHistory c : EnumCM_CardiovascularPatientHistory.values()) System.out.println(c);
public static EnumCM_CardiovascularPatientHistory 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()