L_DicomGetTransfer

#include "ltdic.h"

L_LTDIC_API L_VOID L_DicomGetTransfer(hPDU, nID, nIndex, strTransfer, SizeInWords)

Returns the Transfer Syntax for the specified Presentation Context and index.

Parameters

HDICOMPDU hPDU

A DICOM Associate handle.

L_UCHAR 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.

L_INT nIndex

Index of the Transfer Syntax to return.

L_TCHAR *strTransfer

Buffer to be updated with the Transfer Syntax.

L_UINT32 SizeInWords

Size of the destination string buffer.

Returns

None.

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

Platforms

Win32, x64, Linux.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help