public enum EnumCM_BreastImagingPathologyResults extends java.lang.Enum<EnumCM_BreastImagingPathologyResults>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BreastImagingPathologyResults |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BreastImagingPathologyResults[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BreastImagingPathologyResults PATHOLOGY_RESULTS
public static final EnumCM_BreastImagingPathologyResults SAMPLING_DATETIME
public static final EnumCM_BreastImagingPathologyResults PROCEDURE_RESULT
public static final EnumCM_BreastImagingPathologyResults PATHOLOGY
public static final EnumCM_BreastImagingPathologyResults HISTOLOGICAL_GRADE_FINDING
public static final EnumCM_BreastImagingPathologyResults HISTOLOGIC_GRADE
public static final EnumCM_BreastImagingPathologyResults TUMOR_MARGIN_STATUS
public static final EnumCM_BreastImagingPathologyResults NIPPLE_INVOLVED
public static final EnumCM_BreastImagingPathologyResults NUMBER_OF_NODES_REMOVED
public static final EnumCM_BreastImagingPathologyResults NUMBER_OF_NODES_POSITIVE
public static final EnumCM_BreastImagingPathologyResults TUMOR_STAGE_FINDING
public static final EnumCM_BreastImagingPathologyResults ESTROGEN_RECEPTOR
public static final EnumCM_BreastImagingPathologyResults PROGESTERONE_RECEPTOR
public static final EnumCM_BreastImagingPathologyResults S_PHASE
public static final EnumCM_BreastImagingPathologyResults MALIGNANCY_TYPE
public static final EnumCM_BreastImagingPathologyResults PT_CATEGORY_FINDING
public static final EnumCM_BreastImagingPathologyResults NODE_STAGE_FINDING
public static final EnumCM_BreastImagingPathologyResults METASTASIS_STAGE_FINDING
public static EnumCM_BreastImagingPathologyResults[] values()
for (EnumCM_BreastImagingPathologyResults c : EnumCM_BreastImagingPathologyResults.values()) System.out.println(c);
public static EnumCM_BreastImagingPathologyResults 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()