|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<FrameSet>
com.pixelmed.dicom.SetOfFrameSets
public class SetOfFrameSets
A class to describe a set of frame sets, each of which shares common characteristics suitable for display or analysis as an entity.
| Constructor Summary | |
|---|---|
SetOfFrameSets()
Create an empty new set of FrameSets. |
|
SetOfFrameSets(Set<File> files)
Create a new set of FrameSets, from a set of DICOM files. |
|
SetOfFrameSets(String[] paths)
Create a new set of FrameSets, from a set of DICOM files. |
|
| Method Summary | |
|---|---|
void |
insertIntoFrameSets(AttributeList list)
Insert a single frame object into the set of existing FrameSets,
creating new FrameSets as necessary. |
static void |
main(String[] arg)
For testing, read all DICOM files and partition them into FrameSets. |
String |
toString()
Return a String representing this object's value. |
| Methods inherited from class java.util.HashSet |
|---|
add, clear, clone, contains, isEmpty, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, containsAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public SetOfFrameSets()
Create an empty new set of FrameSets.
public SetOfFrameSets(Set<File> files)
Create a new set of FrameSets, from a set of DICOM files.
Non-DICOM files and problems parsing files are ignored, rather than causing failure
files - a set of filespublic SetOfFrameSets(String[] paths)
Create a new set of FrameSets, from a set of DICOM files.
Non-DICOM files and problems parsing files are ignored, rather than causing failure
paths - a set of paths of filenames and/or folder names of files containing the images| Method Detail |
|---|
public void insertIntoFrameSets(AttributeList list)
throws DicomException
Insert a single frame object into the set of existing FrameSets,
creating new FrameSets as necessary.
Multi-frame, especially enhanced multi-frame, objects are not yet supported,
since one purpose of this is to use FrameSets to create or simulate them. In
future, support of creation of FrameSets from functional groups, and from frame vectors
(as in NM images esp. RECON TOMO) may be added.
list - a list of DICOM attributes for an object
DicomException - if no SOP Instance UIDpublic String toString()
Return a String representing this object's value.
toString in class AbstractCollection<FrameSet>public static void main(String[] arg)
For testing, read all DICOM files and partition them into FrameSets.
arg - the filenames and/or folder names of files containing the images
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||