LDicomAssociate::GetTransfer
#include "ltdic.h"
L_CHAR * LDicomAssociate::GetTransfer(nID, nIndex)
| L_UCHAR nID; | /* presentation ID */ | 
| L_INT nIndex; | /* index */ | 
Returns the Transfer Syntax for the specified Presentation Context and index.
| 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 return. | 
Returns
The Transfer Syntax of the specified Presentation Context, at the specified index.
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 | 
See Also
| Functions: | LDicomAssociate::DelTransfer, LDicomAssociate::SetTransfer, LDicomAssociate::GetTransferCount, LDicomAssociate::AddTransfer | 
| Topics: | 
Example
For an example, refer to LDicomAssociate::DelTransfer.