LEADTOOLS Medical (Leadtools.Dicom.Scu assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Create(DicomScp,DicomDataSet,String) Method
See Also 
Leadtools.Dicom.Scu Namespace > PerformedProcedureStepScu Class > Create Method : Create(DicomScp,DicomDataSet,String) Method




Scp
The peer connection to send the N-CREATE-REQ to.
dataset
The dataset to send in the N-CREATE-REQ.
AbstractSyntax
The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Procedure Class and General Purpose Performed Procedure Step.
Scp
The peer connection to send the N-CREATE-REQ to.
dataset
The dataset to send in the N-CREATE-REQ.
AbstractSyntax
The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Procedure Class and General Purpose Performed Procedure Step.
Sends an N-CREATE-REQ to the SCP.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Create( _
   ByVal Scp As DicomScp, _
   ByVal dataset As DicomDataSet, _
   ByVal AbstractSyntax As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As PerformedProcedureStepScu
Dim Scp As DicomScp
Dim dataset As DicomDataSet
Dim AbstractSyntax As String
 
instance.Create(Scp, dataset, AbstractSyntax)
C# 
public void Create( 
   DicomScp Scp,
   DicomDataSet dataset,
   string AbstractSyntax
)
Managed Extensions for C++ 
public: void Create( 
   DicomScp* Scp,
   DicomDataSet* dataset,
   string* AbstractSyntax
) 
C++/CLI 
public:
void Create( 
   DicomScp^ Scp,
   DicomDataSet^ dataset,
   String^ AbstractSyntax
) 

Parameters

Scp
The peer connection to send the N-CREATE-REQ to.
dataset
The dataset to send in the N-CREATE-REQ.
AbstractSyntax
The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Procedure Class and General Purpose Performed Procedure Step.

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.Scu requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features