Occurs when C-STORE-REQ is received as a result of a C-GET request.
public event ReceivedStoreRequestDelegate ReceivedStoreRequest
Public Event ReceivedStoreRequest As Leadtools.Dicom.Scu.Common.ReceivedStoreRequestDelegate
public:
event Leadtools.Dicom.Scu.Common.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. |
Use this delegate to get access to the retrieved Leadtools.Dicom.DicomDataSet.
For an example, refer to Get(dicomscp,string,list<presentationcontext>)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET