public enum EnumDataSource extends java.lang.Enum<EnumDataSource>
| Enum Constant and Description |
|---|
COLOR_PALETTE
int value representing DataSource
|
COMPOSITE_INSTANCE_RETRIEVE_WITHOUT_BULK_DATA
int value representing DataSource
|
CSERVICES
int value representing DataSource
|
DISPLAY_SYSTEM_MANAGEMENT
int value representing DataSource
|
GPPPS
int value representing DataSource
|
GPWL
int value representing DataSource
|
HANGING_PROTOCOL
int value representing DataSource
|
IFLR
int value representing DataSource
|
IMPLANTTEMPLATE
int value representing DataSource
|
MEDIA_CREATION
int value representing DataSource
|
MPPS
int value representing DataSource
|
MWL
int value representing DataSource
|
PATIENT_MANAGEMENT
int value representing DataSink
|
PRINT_MANAGEMENT
int value representing DataSource
|
RELEVANT_PATIENT_INFO_QRY
int value representing DataSource
|
RESULT_MANAGEMENT
int value representing DataSource
|
RTMACHINEVERIFICATION
int value representing DataSink
|
STORAGE_COMMITMENT_PUSH_MODEL
int value representing DataSource
|
STUDY_MANAGEMENT_META
int value representing DataSource
|
SUBSTANCE_ADMINISTRATION_INFO_QRY
int value representing DataSource
|
UPSPULL
int value representing DataSource
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
This function returns the String value of DataSource Type.
|
static EnumDataSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDataSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDataSource MWL
public static final EnumDataSource CSERVICES
public static final EnumDataSource MPPS
public static final EnumDataSource GPPPS
public static final EnumDataSource STORAGE_COMMITMENT_PUSH_MODEL
public static final EnumDataSource GPWL
public static final EnumDataSource PRINT_MANAGEMENT
public static final EnumDataSource RESULT_MANAGEMENT
public static final EnumDataSource PATIENT_MANAGEMENT
public static final EnumDataSource MEDIA_CREATION
public static final EnumDataSource STUDY_MANAGEMENT_META
public static final EnumDataSource RELEVANT_PATIENT_INFO_QRY
public static final EnumDataSource SUBSTANCE_ADMINISTRATION_INFO_QRY
public static final EnumDataSource DISPLAY_SYSTEM_MANAGEMENT
public static final EnumDataSource HANGING_PROTOCOL
public static final EnumDataSource IMPLANTTEMPLATE
public static final EnumDataSource COLOR_PALETTE
public static final EnumDataSource COMPOSITE_INSTANCE_RETRIEVE_WITHOUT_BULK_DATA
public static final EnumDataSource IFLR
public static final EnumDataSource RTMACHINEVERIFICATION
public static final EnumDataSource UPSPULL
public static EnumDataSource[] values()
for (EnumDataSource c : EnumDataSource.values()) System.out.println(c);
public static EnumDataSource 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 int getValue()