| Package | Description |
|---|---|
| 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.
|
| cdac.medinfo.sdk.dcm30_04.services.dimsecommons |
Provides classes for dealing fundamental service operations.
|
| cdac.medinfo.sdk.dcm30_04.services.scp.commons |
Provides classes for dealing fundamental service operations at SCP side.
|
| cdac.medinfo.sdk.dcm30_04.services.scu.commons |
Provides classes for dealing fundamental service operations at SCU side.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumEarlyFailedStatus |
EnumEarlyFailedStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumEarlyFailedStatus[] |
EnumEarlyFailedStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumEarlyFailedStatus |
ServiceAgent.getEarlyFailedStatus()
Retrieves the EarlyFailed Status for last received DicomMessage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceAgent.setEarlyFailedStatus(EnumEarlyFailedStatus enumMsgStatus)
Sets the EarlyFailed Status for last received DicomMessage.
|
| Modifier and Type | Method and Description |
|---|---|
EnumEarlyFailedStatus |
ClientSession.getEarlyFailedStatus()
This method gets the Early Failed Status.
|
| Modifier and Type | Method and Description |
|---|---|
EnumEarlyFailedStatus |
SCUSession.getEarlyFailedStatus()
This method gets the Early Failed Status.
|