SendCFindRequest method (ILEADDicomNet)
short SendCFindRequest ( 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-FIND-REQ message to a peer member of a connection.
Calling this method generates a NetReceiveCFindRequest event on the SCP. The SCP should respond by calling the SendCFindResponse method which will generate a NetReceiveCFindResponse event.
You must create a data set and insert elements corresponding to the data you wish to find. A pointer to this data set is then passed as a parameter to this function.
See Also
Elements: |
SendCFindResponse method, NetReceiveCFindRequest event, NetReceiveCFindResponse event |
Topics: |