public enum EnumCM_BreastImagingReportSectionTitle extends java.lang.Enum<EnumCM_BreastImagingReportSectionTitle>
| Enum Constant and Description |
|---|
ADDENDUM |
BREAST_COMPOSITION |
COMPARISON_TO_PREVIOUS_EXAMS |
CONCLUSIONS |
FINDINGS |
IMPRESSIONS |
OVERALL_ASSESSMENT |
PHYSICAL_EXAMINATION_RESULTS |
PROCEDURE_REPORTED |
REASON_FOR_PROCEDURE |
RECOMMENDATIONS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BreastImagingReportSectionTitle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BreastImagingReportSectionTitle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BreastImagingReportSectionTitle PHYSICAL_EXAMINATION_RESULTS
public static final EnumCM_BreastImagingReportSectionTitle COMPARISON_TO_PREVIOUS_EXAMS
public static final EnumCM_BreastImagingReportSectionTitle FINDINGS
public static final EnumCM_BreastImagingReportSectionTitle IMPRESSIONS
public static final EnumCM_BreastImagingReportSectionTitle RECOMMENDATIONS
public static final EnumCM_BreastImagingReportSectionTitle CONCLUSIONS
public static final EnumCM_BreastImagingReportSectionTitle ADDENDUM
public static final EnumCM_BreastImagingReportSectionTitle BREAST_COMPOSITION
public static final EnumCM_BreastImagingReportSectionTitle OVERALL_ASSESSMENT
public static final EnumCM_BreastImagingReportSectionTitle PROCEDURE_REPORTED
public static final EnumCM_BreastImagingReportSectionTitle REASON_FOR_PROCEDURE
public static EnumCM_BreastImagingReportSectionTitle[] values()
for (EnumCM_BreastImagingReportSectionTitle c : EnumCM_BreastImagingReportSectionTitle.values()) System.out.println(c);
public static EnumCM_BreastImagingReportSectionTitle 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()