Initializes a new instance of the CStoreClientSessionProxy class.
public CStoreClientSessionProxy(
ClientSession session,
byte presentationID,
int messageID,
string abstractClass,
string affectedSOPInstance,
string moveAE,
int moveMessageID
)
Public Function New( _
ByVal session As Leadtools.Dicom.Scp.ClientSession, _
ByVal presentationID As Byte, _
ByVal messageID As Integer, _
ByVal abstractClass As String, _
ByVal affectedSOPInstance As String, _
ByVal moveAE As String, _
ByVal moveMessageID As Integer _
)
public:
CStoreClientSessionProxy(
Leadtools.Dicom.Scp.ClientSession^ session,
byte presentationID,
int messageID,
String^ abstractClass,
String^ affectedSOPInstance,
String^ moveAE,
int moveMessageID
)
session
The ClientSession object which will handle sending the C-STORE responses to the client.
presentationID
The presentation ID received with the C-STORE request.
messageID
The message ID received with the C-STORE request.
abstractClass
The DICOM Abstract Class UID received with the C-STORE request.
affectedSOPInstance
The UID of the SOP Instance stored.
moveAE
Specifies the DICOM AE Title of the DICOM AE which invoked the C-MOVE operation from which this C-STORE sub-operation is being performed.
moveMessageID
Specifies the Message ID of the C-MOVE request/indication primitive from which this C-STORE sub-operation is being performed.
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