Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

LDicomPrintSCU::IsClassSupported

Show in webframe

#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

Platforms

Win32, x64

See Also

Functions:

Class Members, LDicomPrintSCU::Associate

Topics:

Print Management SCU

 

DICOM Print Management Service Class User: Functions

Example

For an example, refer to LDicomPrintSCU::UpdateImageBox.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.