public enum EnumCV_LesionInterventionInformation extends java.lang.Enum<EnumCV_LesionInterventionInformation>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_LesionInterventionInformation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_LesionInterventionInformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_LesionInterventionInformation LESION_INTERVENTION_INFORMATION_122178
public static final EnumCV_LesionInterventionInformation PREVIOUS_DILATION_108
public static final EnumCV_LesionInterventionInformation GUIDEWIRE_CROSSING_LESION_103
public static final EnumCV_LesionInterventionInformation USES_EQUIPMENT_G_C50A
public static final EnumCV_LesionInterventionInformation PRIMARY_INTERVENTION_DEVICE_122111
public static final EnumCV_LesionInterventionInformation DESCRIPTION_OF_MATERIAL_121145
public static final EnumCV_LesionInterventionInformation DATETIME_OF_INTERVENTION_122105
public static final EnumCV_LesionInterventionInformation DURATION_OF_INTERVENTION_122106
public static final EnumCV_LesionInterventionInformation POST_INTERVENTION_STENOSIS_MEASUREMENT_122108
public static final EnumCV_LesionInterventionInformation DERIVATION_121401
public static final EnumCV_LesionInterventionInformation POST_INTERVENTION_TIMI_FLOW_122110
public static final EnumCV_LesionInterventionInformation DISSECTION_IN_SEGMENT_OBSERVED_115
public static final EnumCV_LesionInterventionInformation ACUTE_CLOSURE_OBSERVED_116
public static final EnumCV_LesionInterventionInformation ACUTE_CLOSURE_RE_OPENED_117
public static final EnumCV_LesionInterventionInformation PERFORATION_OCCURRED_118
public static final EnumCV_LesionInterventionInformation BEST_ILLUSTRATION_OF_FINDING_121080
public static final EnumCV_LesionInterventionInformation PROCEDURE_RESULT_122177
public static final EnumCV_LesionInterventionInformation CATHETERIZATION_PROCEDURE_PHASE_G_72BB
public static final EnumCV_LesionInterventionInformation POST_INTERVENTION_PHASE_G_7298
public static final EnumCV_LesionInterventionInformation LUMEN_DIAMETER_STENOSIS_R_101BB
public static EnumCV_LesionInterventionInformation[] values()
for (EnumCV_LesionInterventionInformation c : EnumCV_LesionInterventionInformation.values()) System.out.println(c);
public static EnumCV_LesionInterventionInformation 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()