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



sessionProxy
The INCreateClientSessionProxy object which will be used to handle the communication with the client.
requestDataSet
The Leadtools.Dicom.DicomDataSet which is received with the client request.
sessionProxy
The INCreateClientSessionProxy 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 a N-CREATE command that can handle the abstract class in the provided proxy.

Syntax

Visual Basic (Declaration) 
Public Overridable Function CreateNCreateCommand( _
   ByVal sessionProxy As INCreateClientSessionProxy, _
   ByVal requestDataSet As DicomDataSet _
) As DicomCommand
Visual Basic (Usage)Copy Code
Dim instance As DicomCommandFactory
Dim sessionProxy As INCreateClientSessionProxy
Dim requestDataSet As DicomDataSet
Dim value As DicomCommand
 
value = instance.CreateNCreateCommand(sessionProxy, requestDataSet)
C# 
public virtual DicomCommand CreateNCreateCommand( 
   INCreateClientSessionProxy sessionProxy,
   DicomDataSet requestDataSet
)
C++/CLI 
public:
virtual DicomCommand^ CreateNCreateCommand( 
   INCreateClientSessionProxy^ sessionProxy,
   DicomDataSet^ requestDataSet
) 

Parameters

sessionProxy
The INCreateClientSessionProxy object which will be used to handle the communication with the client.
requestDataSet
The Leadtools.Dicom.DicomDataSet which 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