| 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.pdu |
Provides classes which enables creation of both Association and Service PDU (e.g.
|
| 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 EnumErrorCode |
EnumErrorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumErrorCode[] |
EnumErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IExceptionListener.onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received , in SCU side scenario
|
void |
IConnectionListener.onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received , in SCU side scenario
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceAgent.onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void |
IDataNotificationReceiver.onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
| Modifier and Type | Method and Description |
|---|---|
void |
IServicePDUReceiver.onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void |
IAssociatePDUReceiver.onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCP.onException(ClientSession objClientSession,
DicomException ex,
EnumErrorCode ErrorCode) |
void |
ProcessHandler.onException(ClientSession objClientSession,
DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void |
IProcessHandler.onException(ClientSession objClientSession,
DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void |
ServerSideAssociationAgent.onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void |
ClientSession.onException(DicomException ex,
EnumErrorCode ErrorCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCUSession.onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void |
ClientSideAssociationAgent.onException(DicomException ex,
EnumErrorCode ErrorCode) |