public enum EnumCM_BreastImagingReportInterventionSection extends java.lang.Enum<EnumCM_BreastImagingReportInterventionSection>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BreastImagingReportInterventionSection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BreastImagingReportInterventionSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BreastImagingReportInterventionSection SUPPLEMENTARY_DATA_FOR_INTERVENTION
public static final EnumCM_BreastImagingReportInterventionSection INSTRUMENT
public static final EnumCM_BreastImagingReportInterventionSection NEEDLE_GAUGE
public static final EnumCM_BreastImagingReportInterventionSection NEEDLE_LENGTH
public static final EnumCM_BreastImagingReportInterventionSection NUMBER_OF_PASSES
public static final EnumCM_BreastImagingReportInterventionSection NUMBER_OF_SPECIMENS
public static final EnumCM_BreastImagingReportInterventionSection INSTRUMENT_APPROACH
public static final EnumCM_BreastImagingReportInterventionSection NEEDLE_IN_TARGET
public static final EnumCM_BreastImagingReportInterventionSection NUMBER_OF_NEEDLES_AROUND_TARGET
public static final EnumCM_BreastImagingReportInterventionSection MEDICATION_GIVEN
public static final EnumCM_BreastImagingReportInterventionSection INCISION_MADE
public static final EnumCM_BreastImagingReportInterventionSection MICROCLIP_PLACED
public static final EnumCM_BreastImagingReportInterventionSection CONFIRMATION_OF_TARGET
public static final EnumCM_BreastImagingReportInterventionSection COMPLICATION_OF_PROCEDURE
public static final EnumCM_BreastImagingReportInterventionSection SEVERITY_OF_COMPLICATION
public static final EnumCM_BreastImagingReportInterventionSection SPECIMEN
public static final EnumCM_BreastImagingReportInterventionSection COLOR_OF_FLUID
public static final EnumCM_BreastImagingReportInterventionSection ACTION_ON_FLUID
public static final EnumCM_BreastImagingReportInterventionSection OCCULT_BLOOD_TEST_RESULT
public static final EnumCM_BreastImagingReportInterventionSection MARKER_PLACEMENT
public static EnumCM_BreastImagingReportInterventionSection[] values()
for (EnumCM_BreastImagingReportInterventionSection c : EnumCM_BreastImagingReportInterventionSection.values()) System.out.println(c);
public static EnumCM_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()