Leadtools.Dicom.Scu Namespace > QueryRetrieveScu Class : ReceivedStoreRequest Event |
public event ReceivedStoreRequestDelegate ReceivedStoreRequest
'Declaration Public Event ReceivedStoreRequest As ReceivedStoreRequestDelegate
'Usage Dim instance As QueryRetrieveScu Dim handler As ReceivedStoreRequestDelegate AddHandler instance.ReceivedStoreRequest, handler
public: event ReceivedStoreRequestDelegate^ ReceivedStoreRequest
The event handler receives an argument of type ReceivedStoreRequestEventArgs containing data related to this event. The following ReceivedStoreRequestEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Dataset | Gets or sets a Leadtools.Dicom.DicomDataSet which represents the result of a C-GET-REQ |
Instance | Gets or sets the instance. |
Patient | Gets or sets the patient. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Series | Gets or sets the series. |
Status | Gets or sets the status for the store operation. |
Study | Gets or sets the study. |