|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.data.elements.SequenceItems
public class SequenceItems
a Sequence of items contained in a SequenceOfItems (SQ)
| Constructor Summary | |
|---|---|
SequenceItems(DataSet aDataSet)
Creates an Sequence from a DataSet |
|
SequenceItems(DataSet aDataSet,
long offset)
Creates an Sequence from a DataSet |
|
| Method Summary | |
|---|---|
void |
clear()
clear the DataSet |
long |
getByteOffset()
Get the byte offset of the start of this item recorded when the item was read. |
DataSet |
getDataSet()
get the Dataset of this sequence of items |
String |
toString()
Dump the item in a human readable form, list the contained attributes. |
void |
write(DicomOutputStream aOutputStream)
Write the item (with appropriate delimiter tags) to the output stream. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceItems(DataSet aDataSet)
aDataSet - the dataset
public SequenceItems(DataSet aDataSet,
long offset)
aDataSet - the datasetoffset - the offset| Method Detail |
|---|
public void clear()
public long getByteOffset()
Get the byte offset of the start of this item recorded when the item was read.
public DataSet getDataSet()
public String toString()
Dump the item in a human readable form, list the contained attributes.
toString in class Object
public void write(DicomOutputStream aOutputStream)
throws DicomException,
IOException
Write the item (with appropriate delimiter tags) to the output stream.
Always written in undefined length form.
aOutputStream - the output stream
IOException
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||