#include "ltdic.h"
L_LTDIC_API L_VOID L_DicomGetTransfer(hPDU, nID, nIndex, strTransfer, SizeInWords)
HDICOMPDU hPDU;  | 
a DICOM Associate handle  | 
L_UCHAR nID;  | 
presentation ID  | 
L_INT nIndex;  | 
index  | 
L_TCHAR * strTransfer;  | 
buffer to be updated  | 
L_UINT32 SizeInWords;  | 
Size of the destination string buffer  | 
Returns the Transfer Syntax for the specified Presentation Context and index.
Parameter  | 
Description  | 
hPDU  | 
A DICOM Associate handle.  | 
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 return.  | 
strTransfer  | 
Buffer to be updated with the Transfer Syntax.  | 
SizeInWords  | 
Size of the destination string buffer.  | 
None.
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
| 
 For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application  | 
Win32, x64, Linux.
Functions:  | 
L_DicomDelTransfer, L_DicomSetTransfer, L_DicomGetTransferCount, L_DicomAddTransfer  | 
Topics:  | 
For an example, refer to L_DicomDelTransfer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
