|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.io.directory.DicomDirectoryReader
public class DicomDirectoryReader
DicomDir reader
| Constructor Summary | |
|---|---|
DicomDirectoryReader(DataSet aDataSet)
|
|
| Method Summary | |
|---|---|
static Vector |
findAllContainedReferencedFileNames(DicomDirectoryItem record,
String parentFilePath)
Get all the referenced file names at or below the specified directory record. |
static HashMap |
findAllContainedReferencedFileNamesAndTheirRecords(DicomDirectoryItem record,
String parentFilePath)
Get all the referenced file names at or below the specified directory record, and a map to the directory records that reference them. |
void |
read(DicomDirectory aDirectory)
TODO |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DicomDirectoryReader(DataSet aDataSet)
throws DicomException
aDataSet -
DicomException| Method Detail |
|---|
public static Vector findAllContainedReferencedFileNames(DicomDirectoryItem record,
String parentFilePath)
Get all the referenced file names at or below the specified directory record.
record - parentFilePath - the folder in which the DICOMDIR lives (i.e., the base for
contained references)
public static HashMap findAllContainedReferencedFileNamesAndTheirRecords(DicomDirectoryItem record,
String parentFilePath)
Get all the referenced file names at or below the specified directory record, and a map to the directory records that reference them.
record - parentFilePath - the folder in which the DICOMDIR lives (i.e., the base for
contained references)
public void read(DicomDirectory aDirectory)
throws DicomException
aDirectory -
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||