LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CreateNGetCommand Method
See Also 
Leadtools.Dicom.Scp.Command Namespace > DicomCommandFactory Class : CreateNGetCommand Method



sessionProxy
The 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.
sessionProxy
The 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 a N-GET command that can handle the abstract class in the provided proxy.

Syntax

Visual Basic (Declaration) 
Public Overridable Function CreateNGetCommand( _
   ByVal sessionProxy As INGetClientSessionProxy, _
   ByVal attributes() As Long _
) As DicomCommand
Visual Basic (Usage)Copy Code
Dim instance As DicomCommandFactory
Dim sessionProxy As INGetClientSessionProxy
Dim attributes() As Long
Dim value As DicomCommand
 
value = instance.CreateNGetCommand(sessionProxy, attributes)
C# 
public virtual DicomCommand CreateNGetCommand( 
   INGetClientSessionProxy sessionProxy,
   long[] attributes
)
C++/CLI 
public:
virtual DicomCommand^ CreateNGetCommand( 
   INGetClientSessionProxy^ sessionProxy,
   array<int64>^ attributes
) 

Parameters

sessionProxy
The 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.

Return Value

Returns the created Leadtools.Dicom.Scp.Command.DicomCommand.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features