public interface DicomDirPrinter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(DirectoryRecord directoryRecord)
gives a lengthy (single line) description of the provided DirectoryRecord
|
void |
print(DicomDir dicomDir,
java.io.PrintStream printStream)
pretty prints the DicomDir
|
void print(DicomDir dicomDir, java.io.PrintStream printStream)
dicomDir - DicomDir object to printprintStream - java.lang.String getDescription(DirectoryRecord directoryRecord)
directoryRecord - DirectoryRecord to describe