public enum EnumCM_KeyObjectSelectionDocumentTitle extends java.lang.Enum<EnumCM_KeyObjectSelectionDocumentTitle>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_KeyObjectSelectionDocumentTitle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_KeyObjectSelectionDocumentTitle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_KeyObjectSelectionDocumentTitle OF_INTEREST
public static final EnumCM_KeyObjectSelectionDocumentTitle REJECTED_FOR_QUALITY_REASONS
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_REFERRING_PROVIDER
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_SURGERY
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_TEACHING
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_CONFERENCE
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_THERAPY
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_PATIENT
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_PEER_REVIEW
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_RESEARCH
public static final EnumCM_KeyObjectSelectionDocumentTitle QUALITY_ISSUE
public static final EnumCM_KeyObjectSelectionDocumentTitle BEST_IN_SET
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_PRINTING
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_REPORT_ATTACHMENT
public static final EnumCM_KeyObjectSelectionDocumentTitle FOR_LITIGATION
public static final EnumCM_KeyObjectSelectionDocumentTitle MANIFEST
public static final EnumCM_KeyObjectSelectionDocumentTitle SIGNED_MANIFEST
public static final EnumCM_KeyObjectSelectionDocumentTitle COMPLETE_STUDY_CONTENT
public static final EnumCM_KeyObjectSelectionDocumentTitle SIGNED_COMPLETE_STUDY_CONTENT
public static final EnumCM_KeyObjectSelectionDocumentTitle COMPLETE_ACQUISITION_CONTENT
public static final EnumCM_KeyObjectSelectionDocumentTitle SIGNED_COMPLETE_ACQUISITION_CONTENT
public static final EnumCM_KeyObjectSelectionDocumentTitle GROUP_OF_FRAMES_FOR_DISPLAY
public static final EnumCM_KeyObjectSelectionDocumentTitle REJECTED_FOR_PATIENT_SAFETY_REASONS
public static final EnumCM_KeyObjectSelectionDocumentTitle INCORRECT_MODALITY_WORKLIST_ENTRY
public static final EnumCM_KeyObjectSelectionDocumentTitle DATA_RETENTION_POLICY_EXPIRED
public static EnumCM_KeyObjectSelectionDocumentTitle[] values()
for (EnumCM_KeyObjectSelectionDocumentTitle c : EnumCM_KeyObjectSelectionDocumentTitle.values()) System.out.println(c);
public static EnumCM_KeyObjectSelectionDocumentTitle 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()