public enum EnumCM_BreastProcedureReported extends java.lang.Enum<EnumCM_BreastProcedureReported>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BreastProcedureReported |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BreastProcedureReported[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BreastProcedureReported FILM_SCREEN_MAMMOGRAPHY
public static final EnumCM_BreastProcedureReported DIGITAL_MAMMOGRAPHY
public static final EnumCM_BreastProcedureReported ULTRASONOGRAPHY_OF_BREAST
public static final EnumCM_BreastProcedureReported MRI_OF_BREAST
public static final EnumCM_BreastProcedureReported PRE_BIOPSY_LOCALIZATION_OF_BREAST_LESION
public static final EnumCM_BreastProcedureReported FINE_NEEDLE_ASPIRATION_OF_BREAST
public static final EnumCM_BreastProcedureReported DIAGNOSTIC_ASPIRATION_OF_BREAST_CYST
public static final EnumCM_BreastProcedureReported CORE_NEEDLE_BIOPSY_OF_BREAST
public static final EnumCM_BreastProcedureReported BREAST__SURGICAL_BIOPSY
public static final EnumCM_BreastProcedureReported MAMMARY_DUCTOGRAM
public static final EnumCM_BreastProcedureReported CT_OF_BREAST
public static final EnumCM_BreastProcedureReported RADIONUCLIDE_LOCALIZATION_OF_TUMOR_LIMITED_AREA
public static final EnumCM_BreastProcedureReported SPECIMEN_RADIOGRAPHY_OF_BREAST
public static final EnumCM_BreastProcedureReported EXAMINATION_OF_BREAST
public static final EnumCM_BreastProcedureReported SURGICAL_CONSULT
public static final EnumCM_BreastProcedureReported MAMMOGRAPHY_CAD
public static final EnumCM_BreastProcedureReported SENTINEL_LYMPH_NODE_BIOPSY
public static final EnumCM_BreastProcedureReported RADIOISOTOPE_SCAN_OF_LYMPHATIC_SYSTEM
public static final EnumCM_BreastProcedureReported MARKER_PLACEMENT
public static final EnumCM_BreastProcedureReported INSERTION_OF_CATHETER
public static EnumCM_BreastProcedureReported[] values()
for (EnumCM_BreastProcedureReported c : EnumCM_BreastProcedureReported.values()) System.out.println(c);
public static EnumCM_BreastProcedureReported 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()