public enum EnumCM_PercutaneousCoronaryInterventionProcedure extends java.lang.Enum<EnumCM_PercutaneousCoronaryInterventionProcedure>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PercutaneousCoronaryInterventionProcedure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PercutaneousCoronaryInterventionProcedure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PercutaneousCoronaryInterventionProcedure CURRENT_PROCEDURE_DESCRIPTIONS
public static final EnumCM_PercutaneousCoronaryInterventionProcedure PROCEDURE_REPORTED
public static final EnumCM_PercutaneousCoronaryInterventionProcedure PERFORMING_PHYSICIAN
public static final EnumCM_PercutaneousCoronaryInterventionProcedure FELLOW
public static final EnumCM_PercutaneousCoronaryInterventionProcedure PROCEDURE_PRIORITY
public static final EnumCM_PercutaneousCoronaryInterventionProcedure INDICATIONS_FOR_PROCEDURE
public static final EnumCM_PercutaneousCoronaryInterventionProcedure FINDING
public static final EnumCM_PercutaneousCoronaryInterventionProcedure ACUTE_MI_PRESENT
public static final EnumCM_PercutaneousCoronaryInterventionProcedure TYPE_OF_MYOCARDIAL_INFARCTION
public static final EnumCM_PercutaneousCoronaryInterventionProcedure ST_ELEVATION_ONSET_DATETIME
public static final EnumCM_PercutaneousCoronaryInterventionProcedure NUMBER_OF_LESION_INTERVENTIONS_ATTEMPTED
public static final EnumCM_PercutaneousCoronaryInterventionProcedure NUMBER_OF_LESION_INTERVENTIONS_SUCCESSFUL
public static final EnumCM_PercutaneousCoronaryInterventionProcedure PROCEDURE_RESULT
public static EnumCM_PercutaneousCoronaryInterventionProcedure[] values()
for (EnumCM_PercutaneousCoronaryInterventionProcedure c : EnumCM_PercutaneousCoronaryInterventionProcedure.values()) System.out.println(c);
public static EnumCM_PercutaneousCoronaryInterventionProcedure 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()