AddUserInfo method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short AddUserInfo (long hPDU, short nType, VARIANT *pData, short nLength);

Overview

Refer to Working with DICOM Associate Connections.

Remarks

Appends a User-defined item to the specified DICOM Associate.

User-defined items may be included in the DICOM Associate to provide any other data the user finds necessary when establishing a DICOM Associate connection. The basic structure of the User-defined item is

image\UserData.gif

where the Type, Length and User Data are all determined by the user. The values shown are the lengths, in bytes, of the elements of the User-defined item.

See Also

Elements:

GetUserInfoCount method, GetUserInfoLength method, GetUserInfoData method, GetUserInfoType method, SetUserInfo method, DeleteUserInfo method

Topics:

DICOM Associate Connection: Modifying a DICOM Associate Handle