Initializes a new instance of the BeforeCMoveEventArgs class.
public BeforeCMoveEventArgs(
DicomScp scp,
DicomDataSet dataset,
DicomCommandPriorityType priority,
string DestAE
)
Public Function New( _
ByVal scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal dataset As Leadtools.Dicom.DicomDataSet, _
ByVal priority As Leadtools.Dicom.DicomCommandPriorityType, _
ByVal DestAE As String _
)
public:
BeforeCMoveEventArgs(
Leadtools.Dicom.Scu.DicomScp^ scp,
Leadtools.Dicom.DicomDataSet^ dataset,
Leadtools.Dicom.DicomCommandPriorityType priority,
String^ DestAE
)
scp
A Leadtools.Dicom.Scu.DicomScp that represents the peer connection to send the C-MOVE-REQ to.
dataset
The dataset to send with this C-MOVE-REQ message.
priority
The priority of the C-MOVE-REQ message.
DestAE
A System.String that represents the destination ae title of the move operation.
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