←Select platform

IsClassSupported Method

Summary

Determines whether the specified SOP/Meta SOP Class is supported on the Association.

Syntax
C#
VB
C++
public bool IsClassSupported( 
   DicomPrintScuPrintManagementClassFlags dicomClass 
) 
Public Function IsClassSupported( _ 
   ByVal dicomClass As DicomPrintScuPrintManagementClassFlags _ 
) As Boolean 
public: 
bool IsClassSupported(  
   DicomPrintScuPrintManagementClassFlags dicomClass 
)  

Parameters

dicomClass
The SOP/Meta SOP Class to check. Specify only an enumerated value.

Return Value

true if the specified SOP/Meta SOP Class is supported on the Association; otherwise, false.

Remarks

The method will always return false if the Association has not been established using Associate.

Example

For an example, refer to Associate.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly