←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 Leadtools.Dicom.DicomPrintScuPrintManagementClassFlags _ 
) As Boolean 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly