| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.exceptions |
Contains classes for exceptions which could be raised while performing
operations in DICOM.
|
| cdac.medinfo.sdk.dcm30_04.services.association |
Provides classes which enables creation of association requests 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.
|
| 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 | Class and Description |
|---|---|
class |
ConditionFailedException
This Exception is raised when Conditional Tag Elements are not present.
|
class |
ConfidentialityAttributeException
This Exception is raised when Confidentiality Attribute de-identification process is Failed.
|
class |
ConversionFailedException
This Exception is raised when Conversion is failed.
|
class |
DSPException
This Exception is raised when Digital Signature signing/verification is Failed.
|
class |
DuplicateIdentifierException
This Exception is raised when in SRTree we are adding two nodes at same identifier.
|
class |
InvalidDataElementException
This Exception is raised when Signals Data Element fails to satisfy Validation Criteria.
|
class |
InvalidDataSetException
This Exception is raised when the DataSet contains the DataElements in wrong order.
|
class |
InvalidDataTypeException
This Exception is raised when when Data Type is not valid.
|
class |
InvalidDICOMFileException
This Exception is raised when Signals that DICOM file is complying with standards.
|
class |
InvalidDictionaryException
The class InvalidDictionaryException.
|
class |
InvalidHeaderException
This Exception is raised when Dicom File Header is Corrupted.
|
class |
InvalidIODException
This Exception is raised when IOD validations fails.
|
class |
InvalidItemException
This Exception is raised when Signals Item Validation is failed.
|
class |
InvalidLengthException
This Exception is raised when Signals that Length is complying with standards.
|
class |
InvalidMacroException
This Exception is raised when Signals Macro Validation is failed.
|
class |
InvalidModuleException
This Exception is raised when Signals that Validation of Module is failed.
|
class |
InvalidPositionException
This Exception is raised while creating Structured Reporting Tree(SRTree) when we are trying to add a child to the node other than CONTAINER.
|
class |
InvalidSequenceException
This Exception is raised when Signals Sequence Validation is failed.
|
class |
InvalidSRDocumentException
This Exception is raised while creating Structured Reporting Tree(SRTree).
|
class |
InvalidTransferSyntaxException
This Exception is raised when Transfer Syntax fails to satisfy Validation Criteria.
|
class |
InvalidValueException
This Exception is raised when Signals that Value is complying with standards.
|
class |
IODNotFoundException
This Exception is raised when particular IOD is not found.
|
class |
IODNotSupportedException
This Exception is raised when user tries to invoke an IOD which is not supported by our SDK.
|
class |
ItemException
This Exception is raised when Item Validation is failed.
|
class |
ItemLimitException
This Exception is raised when Limit Specified is not Valid.
|
class |
LengthLimitException
This Exception is raised when Signals that Length is not appropriate.
|
class |
MandatoryMissingException
This Exception is raised when Mandatory Elements required in Validation are missing
|
class |
OutOfMemoryException
This Exception is raised when required memory exceeds Java Heap Space Bounds.
|
class |
PaddingRequiredException
This Exception is raised when Signals that the length of the value set is odd and requires a padding to the
value so that the length of the value becomes even.
|
class |
ParseException
This Exception is raised when parsing of a sample dicom file fails.
|
class |
SerializeException
This Exception is raised when Signals invalid serialization.
|
class |
TreeStructureViolationException
This Exception is raised while creating SRTree Structure if we don't add Root element in the tree.
|
class |
ValidationException
This Exception is raised when Validation fails while validating Data Elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationLoadFailedException
This exception will be generated if there is some failure in case of loading Association.
|
class |
InvalidAssociationPrimitiveException
This exception will be generated if any Association Primitive contains some invalid values or
any mandatory attribute is missing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociatePDUException
This Exception is raised when Service PDU is received before existence of Association
|
class |
AssociationException
This Exception is raised when received PDU can not be processed because of Association issues.
|
class |
ConnectionClosedException
This Exception is raised when Connection closed by remote entity.
|
class |
DICOMDIRException
This Exception is raised when parsing or serialization of DICOMDIR fails.
|
class |
InvalidAssociationRQorACException
This Exception is raised when parsing or serialization of Associate Request/Response failed.
|
class |
InvalidCommandElementException
This Exception is raised when Signals Command Element fails to satisfy
Validation Criteria.
|
class |
InvalidCommandSetException
This Exception is raised when the CommandSet contains the DataElements in
wrong order.
|
class |
InvalidDefaultAssociationException
The Class InvalidDefaultAssociationException.
|
class |
InvalidDICOMMessageException
This Exception is raised when DICOM Message is not in proper format.
|
class |
InvalidPDUTypeException
This Exception is raised when Unknown type of PDU is received.
|
class |
OperationFailedException
This Exception is raised when operation is failed.
|
class |
PDUException
This Exception is raised when received PDU can not be processed.
|
class |
PDULengthException
This Exception is raised when received PDU violates agreed length.
|
class |
ProcessFailedException
This Exception is raised when Processing Fails.
|
class |
ServiceException
The Class ServiceException.
|
class |
ServicePDUException
This Exception is raised when Service PDU is received before existence of Association
|
class |
SinkException
This Exception is raised when exception at time of Storage occurs.
|
class |
SourceException
This Exception is raised when exception at time of find or retrieve occurs.
|
| 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) |