Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsClassSupported Method
See Also 
Leadtools.Dicom Namespace > DicomPrintScu Class : IsClassSupported Method



dicomClass
The SOP/Meta SOP Class to check. Specify only an enumerated value.
dicomClass
The SOP/Meta SOP Class to check. Specify only an enumerated value.
Determines whether the specified SOP/Meta SOP Class is supported on the Association.

Syntax

Visual Basic (Declaration) 
Public Function IsClassSupported( _
   ByVal dicomClass As DicomPrintScuPrintManagementClassFlags _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomPrintScu
Dim dicomClass As DicomPrintScuPrintManagementClassFlags
Dim value As Boolean
 
value = instance.IsClassSupported(dicomClass)
C# 
public bool IsClassSupported( 
   DicomPrintScuPrintManagementClassFlags dicomClass
)
C++/CLI 
public:
bool IsClassSupported( 
   DicomPrintScuPrintManagementClassFlags dicomClass
) 

Parameters

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

Return Value

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

Example

Remarks

The method will always return false if the Association has not been established using DicomPrintScu.Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features