LDicomDS::CreateCompoundGraphic

Summary

Creates a new compound graphic annotation object.

Syntax

#include "ltdic.h"

L_UINT16 LDicomDS::CreateCompoundGraphic(pGraphicAnnSQItem, pCompoundGraphicObject, bCheckLayer)

Parameters

pDICOMELEMENT pGraphicAnnSQItem

Pointer to an item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

pDICOMCOMPOUNDGRAPHIC pCompoundGraphicObject

address of a DICOMCOMPOUNDGRAPHIC structure that defines the compound graphic annotation object.

L_BOOL bCheckLayer

Flag that indicates whether to create an Associate Request or an Associate Accept. possible values are:

Value Meaning
TRUE Verify the existence of the layer to which the new object will be added (the function will fail if the layer does not exist).
FALSE Do not verify the existence of the layer to which the new object will be added.

Returns

Value Meaning
DICOM_SUCCESS The function was successful.
>0 An error occurred. Refer to Return Codes.

Comments

When bCheckLayer is set to TRUE, the function checks if the layer specified in graphicObject exists. If it does not exist, the function will fail.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomDS::GetCompoundGraphicCount.

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.