←Select platform

ReceivedStoreRequestEventArgs Constructor

Summary

Initializes a new instance of the ReceivedStoreRequestEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal Active As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal ds As Leadtools.Dicom.DicomDataSet, _ 
   ByVal Patient As Leadtools.Dicom.Scu.Patient, _ 
   ByVal Study As Leadtools.Dicom.Scu.Study, _ 
   ByVal Series As Leadtools.Dicom.Scu.Series, _ 
   ByVal instance As Leadtools.Dicom.Scu.Common.CompositeObjectInstance _ 
) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly