LDicomPrintSCU::IsClassSupported
#include "ltdic.h"
L_BOOL LDicomPrintSCU::IsClassSupported(uClass)
L_UINT16 uClass; |
/* SOP/Meta SOP Class */ |
Determines whether the specified SOP/Meta SOP Class is supported on the Association.
Parameter |
Description | |
uClass |
Specifies the SOP/Meta SOP Class. Possible values are: | |
|
Value |
Meaning |
|
PRINTSCU_BASIC_GRAYSCALE_PM_META_SOP_CLASS |
[0x01] Specifies the Basic Grayscale Print Management Meta SOP Class. |
|
PRINTSCU_BASIC_COLOR_PM_META_SOP_CLASS |
[0x02] Specifies the Basic Color Print Management Meta SOP Class. |
|
PRINTSCU_PULL_STORED_PM_META_SOP_CLASS |
[0x04] Specifies the Pull Stored Print Management Meta SOP Class. |
|
PRINTSCU_BASIC_ANNOTATION_BOX_SOP_CLASS |
[0x08] Specifies the Basic Annotation Box SOP Class. |
|
PRINTSCU_BASIC_PRINT_IMAGE_OVERLAY_BOX_SOP_CLASS |
[0x10] Specifies the Basic Print Image Overlay Box SOP Class. |
|
PRINTSCU_PRESENTATION_LUT_SOP_CLASS |
[0x20] Specifies the Presentation LUT SOP Class. |
|
PRINTSCU_PRINT_JOB_SOP_CLASS |
[0x40] Specifies the Print Job SOP Class. |
|
PRINTSCU_PRINTER_CONFIGURATION_RETRIEVAL_SOP_CLASS |
[0x80] Specifies the Printer Configuration Retrieval SOP Class. |
Returns
TRUE |
The specified SOP/Meta SOP Class is supported on the Association. |
FALSE |
The specified SOP/Meta SOP Class is not supported on the Association. |
Comments
The function will always return FALSE if the Association has not been established using LDicomPrintSCU::Associate.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
|
Topics: |
|
|
Example
For an example, refer to LDicomPrintSCU::UpdateImageBox.