ClientClassNotSupportedException Class (original) (raw)
Summary
The exception that is thrown during a DICOM C-GET when the SOP Class is not supported by the DICOM Association.
Syntax
Remarks
A C-GET and a C-MOVE can both be used to retrieve DICOM instances.
One way a C-GET differs from a C-MOVE is that the C-GET and the DICOM retrieval (i.e. C-STORE) both occur on the same DICOM Association. This can be problematic if the DICOM instance being retrieved has an SOP Class not supported by the DICOM Association. A ClientClassNotSupportedException is thrown when this occurs.
This exception can occur when using any of the following methods:
- Get(DicomScp,string,string,string,List)
- Get(DicomScp,string,List)
- Get(DicomScp,string,string,List)
- Get(DicomScp,DicomDataSet)
- Get(DicomScp,DicomDataSet,List)