public enum EnumCM_LesionInterventionInformation extends java.lang.Enum<EnumCM_LesionInterventionInformation>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_LesionInterventionInformation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_LesionInterventionInformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_LesionInterventionInformation LESION_INTERVENTION_INFORMATION
public static final EnumCM_LesionInterventionInformation PREVIOUS_DILATION
public static final EnumCM_LesionInterventionInformation GUIDEWIRE_CROSSING_LESION
public static final EnumCM_LesionInterventionInformation USES_EQUIPMENT
public static final EnumCM_LesionInterventionInformation PRIMARY_INTERVENTION_DEVICE
public static final EnumCM_LesionInterventionInformation DESCRIPTION_OF_MATERIAL
public static final EnumCM_LesionInterventionInformation DATETIME_OF_INTERVENTION
public static final EnumCM_LesionInterventionInformation DURATION_OF_INTERVENTION
public static final EnumCM_LesionInterventionInformation POST_INTERVENTION_STENOSIS_MEASUREMENT
public static final EnumCM_LesionInterventionInformation DERIVATION
public static final EnumCM_LesionInterventionInformation POST_INTERVENTION_TIMI_FLOW
public static final EnumCM_LesionInterventionInformation DISSECTION_IN_SEGMENT_OBSERVED
public static final EnumCM_LesionInterventionInformation ACUTE_CLOSURE_OBSERVED
public static final EnumCM_LesionInterventionInformation ACUTE_CLOSURE_RE_OPENED
public static final EnumCM_LesionInterventionInformation PERFORATION_OCCURRED
public static final EnumCM_LesionInterventionInformation BEST_ILLUSTRATION_OF_FINDING
public static final EnumCM_LesionInterventionInformation PROCEDURE_RESULT
public static final EnumCM_LesionInterventionInformation CATHETERIZATION_PROCEDURE_PHASE
public static final EnumCM_LesionInterventionInformation POST_INTERVENTION_PHASE
public static final EnumCM_LesionInterventionInformation LUMEN_DIAMETER_STENOSIS
public static EnumCM_LesionInterventionInformation[] values()
for (EnumCM_LesionInterventionInformation c : EnumCM_LesionInterventionInformation.values()) System.out.println(c);
public static EnumCM_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()