Returns a C-STORE command that can handle the abstract class in the provided proxy.
public virtual DicomCommand CreateCStoreCommand(
ICStoreClientSessionProxy sessionProxy,
DicomDataSet requestDataSet
)
Public Overridable Function CreateCStoreCommand( _
ByVal sessionProxy As Leadtools.Dicom.Scp.ICStoreClientSessionProxy, _
ByVal requestDataSet As Leadtools.Dicom.DicomDataSet _
) As Leadtools.Dicom.Scp.Command.DicomCommand
public:
virtual Leadtools.Dicom.Scp.Command.DicomCommand^ CreateCStoreCommand(
Leadtools.Dicom.Scp.ICStoreClientSessionProxy^ sessionProxy,
Leadtools.Dicom.DicomDataSet^ requestDataSet
)
sessionProxy
The Leadtools.Dicom.Scp.ICStoreClientSessionProxy object which will be used to handle the communication with the client.
requestDataSet
The Leadtools.Dicom.DicomDataSet which is received with the client request.
Returns the created DicomCommand.
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