←Select platform

ReceivedStoreRequest Event

Summary

Occurs when C-STORE-REQ is received as a result of a C-GET request.

Syntax

C#
VB
C++
public event ReceivedStoreRequestDelegate ReceivedStoreRequest 
  
Public Event ReceivedStoreRequest As Leadtools.Dicom.Scu.Common.ReceivedStoreRequestDelegate 

Event Data

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.

PropertyDescription
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.
Remarks

Use this delegate to get access to the retrieved Leadtools.Dicom.DicomDataSet.

Example

For an example, refer to Get(dicomscp,string,list<presentationcontext>)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly