DicomObjects Reference
DicomObjects Reference / DicomServer Object / PixelsReceived Event
Identifies the connection that has received the instance
Received pixel data in a DicomDataSet
PixelsReceived Event
Description
fired when Pixel data is received, allowing direct to disk receiving to be triggered
Syntax
Visual Basic
Public Event PixelsReceived( _
   ByVal Connection As DicomConnection, _
   ByVal dataset As DicomDataSet _
)
Parameters
Connection
Identifies the connection that has received the instance
dataset
Received pixel data in a DicomDataSet
See Also