dcmNET Class Library

DicomSequence Constructor

Constructs an sequence with single fragment of pixel data Item and an Sequence delimitation Item.

Overload List

Constructs an sequence with an single Data Set Item.

public DicomSequence(DicomSet,bool);

Constructs an sequence with single fragment of pixel data Item and an Sequence delimitation Item.

public DicomSequence(byte[]);

Constructs an sequence with an ArrayList of fragment of pixel data Item and an Sequence delimitation Item.

public DicomSequence(ArrayList);

Constructs an sequence with an ArrayList of Data Set Items

public DicomSequence(ArrayList,bool);

See Also

DicomSequence Class | dcmNET Namespace