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