C#
VB
C++
Returns a N-GET command that can handle the abstract class in the provided proxy.
public virtual DicomCommand CreateNGetCommand(
INGetClientSessionProxy sessionProxy,
long[] attributes
)
Public Overridable Function CreateNGetCommand( _
ByVal sessionProxy As Leadtools.Dicom.Scp.INGetClientSessionProxy, _
ByVal attributes() As Long _
) As Leadtools.Dicom.Scp.Command.DicomCommand
public:
virtual Leadtools.Dicom.Scp.Command.DicomCommand^ CreateNGetCommand(
Leadtools.Dicom.Scp.INGetClientSessionProxy^ sessionProxy,
array<int64>^ attributes
)
sessionProxy
The Leadtools.Dicom.Scp.ICStoreClientSessionProxy object which will be used to handle the communication with the client.
attributes
The list of attributes with 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