| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.cfind.commons |
Provides classes for creation of C-FIND request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.cget.commons |
Provides classes for creation of C-GET request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.cmove.commons |
Provides classes for creation of C-MOVE request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.cstore.commons |
Provides classes for creation of C-STORE request and response.
|
| cdac.medinfo.sdk.dcm30_04.services.dicomnetcommons |
Provides classes and interfaces for dealing with fundamental configuration units,
Enums, Exceptions, Interface and basic constants used in DICOM Network operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CFindRQ.setPriority(EnumPriority enumPriority)
Sets Priority
The priority shall be set to one of the following values:
LOW = 0002H
MEDIUM = 0000H
HIGH = 0001H.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CGetRQ.setPriority(EnumPriority enumPriority)
Sets Priority.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMoveRQ.setPriority(EnumPriority enumPriority)
Sets Priority
The priority shall be set to one of the following values:
LOW = 0002H
MEDIUM = 0000H
HIGH = 0001H.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CStoreRQ.setPriority(EnumPriority enumPriority)
Sets Priority
The priority shall be set to one of the following values:
LOW = 0002H
MEDIUM = 0000H
HIGH = 0001H.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumPriority |
EnumPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPriority[] |
EnumPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|