L_DicomPrintSCUIsClassSupported

#include "ltdic.h"

L_LTDIC_API L_BOOL L_DicomPrintSCUIsClassSupported(hPrintSCU, uClass)

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

Parameters

HDICOMPRINTSCU hPrintSCU

A handle to Dicom Print SCU.

L_UINT16 uClass

SOP/Meta SOP Class.

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 L_DicomPrintSCUAssociate.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_DicomPrintSCUUpdateImageBox.

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

LEADTOOLS DICOM C API Help