←Select platform

ClientClassNotSupportedException Class

Summary

The exception that is thrown during a DICOM C-GET when the SOP Class is not supported by the DICOM Association.

Syntax

C#
C++/CLI
public class ClientClassNotSupportedException : DicomException 
public: 
   ref class ClientClassNotSupportedException : DicomException 

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:

Requirements

Target Platforms

See Also

ClientClassNotSupportedException Members

Leadtools.Dicom.Scu.Common Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.