public enum EnumCV_BreastImagingReportInterventionSection extends java.lang.Enum<EnumCV_BreastImagingReportInterventionSection>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_BreastImagingReportInterventionSection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_BreastImagingReportInterventionSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_BreastImagingReportInterventionSection SUPPLEMENTARY_DATA_FOR_INTERVENTION_111463
public static final EnumCV_BreastImagingReportInterventionSection INSTRUMENT_A_00110
public static final EnumCV_BreastImagingReportInterventionSection NEEDLE_GAUGE_111465
public static final EnumCV_BreastImagingReportInterventionSection NEEDLE_LENGTH_111467
public static final EnumCV_BreastImagingReportInterventionSection NUMBER_OF_PASSES_111436
public static final EnumCV_BreastImagingReportInterventionSection NUMBER_OF_SPECIMENS_111437
public static final EnumCV_BreastImagingReportInterventionSection INSTRUMENT_APPROACH_111431
public static final EnumCV_BreastImagingReportInterventionSection NEEDLE_IN_TARGET_111438
public static final EnumCV_BreastImagingReportInterventionSection NUMBER_OF_NEEDLES_AROUND_TARGET_111439
public static final EnumCV_BreastImagingReportInterventionSection MEDICATION_GIVEN_F_04460
public static final EnumCV_BreastImagingReportInterventionSection INCISION_MADE_111440
public static final EnumCV_BreastImagingReportInterventionSection MICROCLIP_PLACED_111441
public static final EnumCV_BreastImagingReportInterventionSection CONFIRMATION_OF_TARGET_111442
public static final EnumCV_BreastImagingReportInterventionSection COMPLICATION_OF_PROCEDURE_DD_60002
public static final EnumCV_BreastImagingReportInterventionSection SEVERITY_OF_COMPLICATION_111466
public static final EnumCV_BreastImagingReportInterventionSection SPECIMEN_121027
public static final EnumCV_BreastImagingReportInterventionSection COLOR_OF_FLUID_F_00E6D
public static final EnumCV_BreastImagingReportInterventionSection ACTION_ON_FLUID_111456
public static final EnumCV_BreastImagingReportInterventionSection OCCULT_BLOOD_TEST_RESULT_111455
public static final EnumCV_BreastImagingReportInterventionSection MARKER_PLACEMENT_111123
public static EnumCV_BreastImagingReportInterventionSection[] values()
for (EnumCV_BreastImagingReportInterventionSection c : EnumCV_BreastImagingReportInterventionSection.values()) System.out.println(c);
public static EnumCV_BreastImagingReportInterventionSection 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()