Initializes a new instance of the NCreateClientSessionProxy class.
public NCreateClientSessionProxy(
ClientSession session,
byte presentationID,
int messageID,
string abstractClass,
string affectedSOPInstance
)
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 _
)
public:
NCreateClientSessionProxy(
Leadtools.Dicom.Scp.ClientSession^ session,
byte presentationID,
int messageID,
String^ abstractClass,
String^ affectedSOPInstance
)
session
The ClientSession object which will handle sending the N-CREATE response to the client.
presentationID
The presentation ID received with the N-CREATE request.
messageID
The message ID received with the N-CREATE request.
abstractClass
The DICOM Abstract Class UID received with the N-CREATE request.
affectedSOPInstance
The UID of the SOP Instance stored.
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