- 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 |
|---|---|
| |
| 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(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).
The method will always return false if the Association has not been established using
DicomPrintScu.Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code