#include "ltdic.h"
L_INT LDicomAssociate::AddTransfer(nID, pszUID)
L_UCHAR nID; |
presentation ID |
L_TCHAR * pszUID; |
character string |
Adds a Transfer Syntax to 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. |
pszUID |
Character string that contains the new Transfer Syntax to add. For a list of possible values, refer to Transfer Syntax Values. |
0 |
SUCCESS |
>0 |
An error occurred. Refer to Return Codes. |
A DICOM Associate (Request or Accept) can have multiple Presentation Contexts. A Transfer Syntax can be added by specifying the ID for the appropriate Presentation Context to which to add the 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 |
Win32, x64
Functions: |
LDicomAssociate::GetTransfer, LDicomAssociate::SetTransfer, LDicomAssociate::GetTransferCount, LDicomAssociate::DelTransfer |
Topics: |
For an example, refer to LDicomAssociate::DelTransfer.
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