NetReceiveData event (ILEADDicomNet)
void NetReceiveData (long hNet, short nID, long hDicomCS, long hDicomDS); | |
Overview |
Refer to Working with DICOM Network Connections. |
Remarks
(Medical Imaging Suite only) Notifies a connection when a Data message was received.
This is a low level means of receiving DICOM messages and data. It allows you to process messages yourself, instead of using the high level message processing functions provided.
This event is generated for each SendCXXX or SendNXXX method provided by LEADTOOLS.
See Also