Constructs an sequence with single fragment of pixel data Item and an Sequence delimitation Item.
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);
DicomSequence Class | dcmNET Namespace