LDicomAssociate::SetUserInfo

Summary

Sets the specified User-defined item using the specified parameters.

Syntax

#include "ltdic.h"

L_INT LDicomAssociate::SetUserInfo(nIndex, nType, pData, nLength)

Parameters

L_INT nIndex

Index of the User-defined item to be set.

L_UCHAR nType

Type of the User-defined item.

L_UCHAR * pData

Buffer that contains the data for the specified User-defined item.

L_UINT16 nLength

Length of the specified User-defined item.

Returns

Value Meaning
0 SUCCESS
>0 An error occurred. Refer to Return Codes.

Comments

For more information about User-defined items, refer to LDicomAssociate::AddUserInfo.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomAssociate::GetUserInfoCount.

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.