public enum EnumCV_PatientAssessments extends java.lang.Enum<EnumCV_PatientAssessments>
| Enum Constant and Description |
|---|
CARDIAC_RHYTHM_8884_9 |
PATIENT_MENTAL_STATE_ASSESSMENT_F_04317 |
PATIENT_STATUS_OR_EVENT_121123 |
RESPIRATION_ASSESSMENT_F_043E6 |
RESPIRATION_RHYTHM_9304_7 |
SKIN_CONDITION_ASSESSMENT_F_046D8 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PatientAssessments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PatientAssessments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PatientAssessments PATIENT_STATUS_OR_EVENT_121123
public static final EnumCV_PatientAssessments CARDIAC_RHYTHM_8884_9
public static final EnumCV_PatientAssessments RESPIRATION_RHYTHM_9304_7
public static final EnumCV_PatientAssessments RESPIRATION_ASSESSMENT_F_043E6
public static final EnumCV_PatientAssessments SKIN_CONDITION_ASSESSMENT_F_046D8
public static final EnumCV_PatientAssessments PATIENT_MENTAL_STATE_ASSESSMENT_F_04317
public static EnumCV_PatientAssessments[] values()
for (EnumCV_PatientAssessments c : EnumCV_PatientAssessments.values()) System.out.println(c);
public static EnumCV_PatientAssessments 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()