LDicomPrintSCU::IsClassSupported

Summary

Determines whether the specified SOP/Meta SOP Class is supported on the Association.

Syntax

#include "ltdic.h"

L_BOOL LDicomPrintSCU::IsClassSupported(uClass)

Parameters

L_UINT16 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

Value Meaning
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

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomPrintSCU::UpdateImageBox.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.