DicomObjects Reference
DicomObjects Reference / DicomServer Object / InstanceReceived Event
Identifies the connection that has received the instance
The received instance as DicomDataSet
In This Topic
    InstanceReceived Event
    In This Topic
    Description
    fired whene an incoming C-STORE operation is received
    Syntax
    Visual Basic
    Public Event InstanceReceived( _
       ByVal Connection As DicomConnection, _
       ByVal dataset As DicomDataSet _
    )
    Parameters
    Connection
    Identifies the connection that has received the instance
    dataset
    The received instance as DicomDataSet
    Remarks
    This event is triggered when an open connection receives an instance
    See Also