Determines whether the specified SOP/Meta SOP Class is supported on the Association.
public bool IsClassSupported(
DicomPrintScuPrintManagementClassFlags dicomClass
)
Public Function IsClassSupported( _
ByVal dicomClass As Leadtools.Dicom.DicomPrintScuPrintManagementClassFlags _
) As Boolean
public:
bool IsClassSupported(
Leadtools.Dicom.DicomPrintScuPrintManagementClassFlags dicomClass
)
dicomClass
The SOP/Meta SOP Class to check. Specify only an enumerated value.
true if the specified SOP/Meta SOP Class is supported on the Association; otherwise, false.
The method will always return false if the Association has not been established using Associate.
For an example, refer to Associate.
Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET