C#
VB
C++
Occurs before sending a C-STORE response to a client.
public event EventHandler<CStoreResponseEventArgs> CStoreResponse Public Event CStoreResponse As EventHandler(Of CStoreResponseEventArgs)
public:event EventHandler<CStoreResponseEventArgs^>^ CStoreResponse
The event handler receives an argument of type CStoreResponseEventArgs containing data related to this event. The following CStoreResponseEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AbstractClass (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the Abstract Syntax from the client request. |
| AffectedSopInstanceUID | Gets the UID of the SOP Instance stored. |
| Handled (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets or sets a value indicating if the user received the event handled sending the client response to the user. |
| MessageID (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the message ID from the client request. |
| PresentationId (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the presentation ID from the client request. |
| ResponseDataset (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the Leadtools.Dicom.DicomDataSet which will be sent with the response. |
| Status (Inherited from Leadtools.Dicom.Scp.ResponseEventArgs) | Gets the status for processing the client request. |
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
