Import Method

Summary

Imports the SOP instance information from the specified dataset.

Syntax
C#
VB
C++
public static SopInstance Import( 
   DicomDataSet dataset 
) 
Public Shared Function Import( _ 
   ByVal dataset As DicomDataSet _ 
) As SopInstance 
public: 
static SopInstance^ Import(  
   DicomDataSet^ dataset 
)  

Parameters

dataset
The dataset to import from.

Return Value

A new SOPInstance class that has the SOP instance information from the provided dataset.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly