SendNActionRequest method (ILEADDicomNet)
short SendNActionRequest ( long hNet, short nPresentationID, short nMessageID, BSTR pszClass, BSTR pszInstance, short nAction, long hDS); | |
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Sends an N-ACTION-REQ message to a peer member of a connection.
Calling this method generates a NetReceiveNActionRequest event on the SCP. The SCP should respond by calling the SendNActionResponse method which will generate a NetReceiveNActionResponse event.
The action specified may be the addition of a new patient, the deletion of a patient, the addition of a new study, a print job, etc. The nAction value, which designates the action to perform is determined by the server. To find out the values used, you must contact the organization that created the server. When creating a server, the values and their corresponding meanings are determined by those creating the server.
See Also
Elements: |
SendNActionResponse method, NetReceiveNActionRequest event, NetReceiveNActionResponse event |
Topics: |