ReceivedStoreRequestEventArgs Constructor

Summary

Initializes a new instance of the ReceivedStoreRequestEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal Active As DicomScp, _ 
   ByVal ds As DicomDataSet, _ 
   ByVal Patient As Patient, _ 
   ByVal Study As Study, _ 
   ByVal Series As Series, _ 
   ByVal instance As CompositeObjectInstance _ 
) 
public: 
ReceivedStoreRequestEventArgs(  
   DicomScp^ Active, 
   DicomDataSet^ ds, 
   Patient^ Patient, 
   Study^ Study, 
   Series^ Series, 
   CompositeObjectInstance^ instance 
) 

Parameters

Active
The current connection that the C-GET-REQ is using

ds
The Leadtools.Dicom.DicomDataSet sent with the C-STORE-REQ

Patient
The patient information contained in the Leadtools.Dicom.DicomDataSet.

Study
The study information contained in the Leadtools.Dicom.DicomDataSet.

Series
The series information contained in the Leadtools.Dicom.DicomDataSet.

instance
The instance information contained in the Leadtools.Dicom.DicomDataSet.

Example

For an example, refer to Get(DicomScp,String,List<PresentationContext>)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly