ChangeTransferSyntax method (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short ChangeTransferSyntax (BSTR bstrUID, short nQFactor, short nFlags);

Overview

Refer to Working with Data Sets.

Remarks

Changes the transfer syntax of the data set.

This method will convert the data set's transfer syntax to the transfer syntax specified in bstrUID, maintaining all elements and values in the data set.

After this function is called all previous references to data elements in the data set will no longer be valid.

This function is especially useful when sending a C_STORE_REQ message using the SendCStoreRequest method. The user can match the data set transfer syntax with the transfer syntax of the SCP.

See Also

Elements:

SendCStoreRequest method

Topics:

Data Sets: Getting and Setting Data Set Information