SendCGetRequest method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SendCGetRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, short nPriority, long hDS);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Sends a C-GET-REQ message to a peer member of a connection.

Calling this method generates a NetReceiveCGetRequest event on the SCP. The SCP should respond by calling the SendCGetResponse method which will generate a call to NetReceiveCGetResponse event.

You must create a data set and insert elements corresponding to the data you wish to get. The data set returned will include the entire data set that includes the requested data.

See Also

Elements:

SendCGetResponse method, NetReceiveCGetRequest event, NetReceiveCGetResponse event

Topics:

DICOM Network Connection: Sending Data Messages