←Select platform

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 Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal dataset As Leadtools.Dicom.DicomDataSet, _ 
   ByVal AbstractSyntax As String _ 
)  
public: 
void Create(  
   Leadtools.Dicom.Scu.DicomScp^ Scp, 
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly