SendNGetRequest method (ILEADDicomNet)
short SendNGetRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance); | |
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Sends the values stored in the RequestAttributes property as an N-GET-REQ message to a peer member of a connection.
Calling this method generates a NetReceiveNGetRequest event on the SCP. The SCP should respond by calling the SendNGetResponse method which will generate a NetReceiveNGetResponse event.
The RequestAttributes array property should contain the attributes to get. The attributes must be specified using the Data Element Tags. For a list of available Data Element Tags, refer to Data Element Tag Constants.
See Also
Elements: |
RequestAttributes property, RequestAttributeCount property, SendNGetResponse method, NetReceiveNGetRequest event, NetReceiveNGetResponse event |
Topics: |