public enum EnumCM_AssessmentFromBI_RADS extends java.lang.Enum<EnumCM_AssessmentFromBI_RADS>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AssessmentFromBI_RADS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AssessmentFromBI_RADS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AssessmentFromBI_RADS ZERO_NEED_ADDITIONAL_IMAGING_EVALUATION
public static final EnumCM_AssessmentFromBI_RADS ONE_NEGATIVE
public static final EnumCM_AssessmentFromBI_RADS TWO_BENIGN_FINDING
public static final EnumCM_AssessmentFromBI_RADS THREE_PROBABLY_BENIGN_FINDING_SHORT_INTERVAL_FOLLOWUP
public static final EnumCM_AssessmentFromBI_RADS FOUR_SUSPICIOUS_ABNORMALITY_BIOPSY_SHOULD_BE_CONSIDERED
public static final EnumCM_AssessmentFromBI_RADS FIVE_HIGHLY_SUGGESTIVE_OF_MALIGNANCY_TAKE_APPROPRIATE_ACTION
public static EnumCM_AssessmentFromBI_RADS[] values()
for (EnumCM_AssessmentFromBI_RADS c : EnumCM_AssessmentFromBI_RADS.values()) System.out.println(c);
public static EnumCM_AssessmentFromBI_RADS 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()