- dicomClass
- The SOP/Meta SOP Class to check. Specify only an enumerated value.
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.For an example, refer to DicomPrintScu.Associate.
The method will always return false if the Association has not been established using DicomPrintScu.Associate.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)