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