Initializes a new instance of the NGetClientSessionProxy class.
public NGetClientSessionProxy(
ClientSession session,
byte presentationID,
int messageID,
string abstractClass,
string requestedSopInstanceUID,
DicomDataSet responseDataSet
)
Public Function New( _
ByVal session As Leadtools.Dicom.Scp.ClientSession, _
ByVal presentationID As Byte, _
ByVal messageID As Integer, _
ByVal abstractClass As String, _
ByVal requestedSopInstanceUID As String, _
ByVal responseDataSet As Leadtools.Dicom.DicomDataSet _
)
public:
NGetClientSessionProxy(
Leadtools.Dicom.Scp.ClientSession^ session,
byte presentationID,
int messageID,
String^ abstractClass,
String^ requestedSopInstanceUID,
Leadtools.Dicom.DicomDataSet^ responseDataSet
)
session
The client session proxy which handles the DICOM N-GET messages.
presentationID
The presentation ID of the N-GET request.
messageID
The message ID of the N-GET request.
abstractClass
Specifies the SOP Class for which attribute values are to be retrieved.
requestedSopInstanceUID
Specifies the SOP Instance for which attribute values are to be retrieved.
responseDataSet
A Leadtools.Dicom.DicomDataSet which includes the result of the N-GET 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