public enum EnumCV_KeyObjectSelectionDocumentTitle extends java.lang.Enum<EnumCV_KeyObjectSelectionDocumentTitle>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_KeyObjectSelectionDocumentTitle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_KeyObjectSelectionDocumentTitle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_KeyObjectSelectionDocumentTitle OF_INTEREST_113000
public static final EnumCV_KeyObjectSelectionDocumentTitle REJECTED_FOR_QUALITY_REASONS_113001
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_REFERRING_PROVIDER_113002
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_SURGERY_113003
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_TEACHING_113004
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_CONFERENCE_113005
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_THERAPY_113006
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_PATIENT_113007
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_PEER_REVIEW_113008
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_RESEARCH_113009
public static final EnumCV_KeyObjectSelectionDocumentTitle QUALITY_ISSUE_113010
public static final EnumCV_KeyObjectSelectionDocumentTitle BEST_IN_SET_113013
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_PRINTING_113018
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_REPORT_ATTACHMENT_113020
public static final EnumCV_KeyObjectSelectionDocumentTitle FOR_LITIGATION_113021
public static final EnumCV_KeyObjectSelectionDocumentTitle MANIFEST_113030
public static final EnumCV_KeyObjectSelectionDocumentTitle SIGNED_MANIFEST_113031
public static final EnumCV_KeyObjectSelectionDocumentTitle COMPLETE_STUDY_CONTENT_113032
public static final EnumCV_KeyObjectSelectionDocumentTitle SIGNED_COMPLETE_STUDY_CONTENT_113033
public static final EnumCV_KeyObjectSelectionDocumentTitle COMPLETE_ACQUISITION_CONTENT_113034
public static final EnumCV_KeyObjectSelectionDocumentTitle SIGNED_COMPLETE_ACQUISITION_CONTENT_113035
public static final EnumCV_KeyObjectSelectionDocumentTitle GROUP_OF_FRAMES_FOR_DISPLAY_113036
public static final EnumCV_KeyObjectSelectionDocumentTitle REJECTED_FOR_PATIENT_SAFETY_REASONS_113037
public static final EnumCV_KeyObjectSelectionDocumentTitle INCORRECT_MODALITY_WORKLIST_ENTRY_113038
public static final EnumCV_KeyObjectSelectionDocumentTitle DATA_RETENTION_POLICY_EXPIRED_113039
public static EnumCV_KeyObjectSelectionDocumentTitle[] values()
for (EnumCV_KeyObjectSelectionDocumentTitle c : EnumCV_KeyObjectSelectionDocumentTitle.values()) System.out.println(c);
public static EnumCV_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()