Create(DicomScp,DicomDataSet,string) Method

Summary
Sends an N-CREATE-REQ to the SCP.
Syntax
C#
VB
C++
public void Create( 
   DicomScp Scp, 
   DicomDataSet dataset, 
   string AbstractSyntax 
) 
  
Public Overloads Sub Create( _ 
   ByVal Scp As DicomScp, _ 
   ByVal dataset As DicomDataSet, _ 
   ByVal AbstractSyntax As String _ 
)  
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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.