C#
VB
C++
Imports the SOP instance information from the specified dataset.
public static SopInstance Import(
DicomDataSet dataset
)
Public Shared Function Import( _
ByVal dataset As Leadtools.Dicom.DicomDataSet _
) As Leadtools.Dicom.Common.Datatypes.SopInstance
public:
static Leadtools.Dicom.Common.Datatypes.SopInstance^ Import(
Leadtools.Dicom.DicomDataSet^ dataset
)
dataset
The dataset to import from.
A new SOPInstance class that has the SOP instance information from the provided dataset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET