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

LDicomAssociate::SetTransfer

Show in webframe

#include "ltdic.h"

L_INT LDicomAssociate::SetTransfer(nID, nIndex, pszUID)

L_UCHAR nID;

/* presentation ID */

L_INT nIndex;

/* index */

L_TCHAR * pszUID;

/* character string */

Sets a Transfer Syntax for the specified Presentation Context.

Parameter

Description

nID

Presentation ID. The presentation ID provides information about both the class type of the data and the transfer syntax to use when transferring the data.

nIndex

Index of the Transfer Syntax to set.

pszUID

Character string that contains the new Transfer Syntax to set. For a list of possible values, refer to Transfer Syntax Values. This parameter cannot exceed PDU_MAX_UID_SIZE + 1, including the null character at the end.

Returns

0

SUCCESS

>0

An error occurred. Refer to Return Codes.

Comments

A DICOM Associate (Request or Accept) can have multiple Presentation Contexts. A DICOM Associate Request can have multiple Transfer Syntax entries for each Presentation Context. A Transfer Syntax can be retrieved by specifying the ID for the appropriate Presentation Context and the index for the appropriate Transfer Syntax.

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:

LDicomAssociate::DelTransfer, LDicomAssociate::GetTransfer, LDicomAssociate::GetTransferCount, LDicomAssociate::AddTransfer

Topics:

Working with DICOM Associate Connections

Example

For an example, refer to LDicomAssociate::DelTransfer.

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