openDICOM.NET API Reference (openDICOM# Class Library)

NestedDataSet Constructor

Creates a new DICOM nested data set instance from specified DICOM output stream using the default transfer syntax.

Overload List

Creates a new DICOM nested data set instance from specified DICOM output stream using the default transfer syntax.

public NestedDataSet(Stream);

Creates a new DICOM nested data set instance from specified DICOM output stream using specified transfer syntax.

public NestedDataSet(Stream,TransferSyntax);

See Also

NestedDataSet Class | openDicom.DataStructure.DataSet Namespace