Trispark JDT
2.50.13

com.archimed.dicom.dir
Interface DicomDirPrinter


public interface DicomDirPrinter

For writing DICOMDIRs to a PrintStream in a human readable format.


Method Summary
 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
 

Method Detail

print

void print(DicomDir dicomDir,
           java.io.PrintStream printStream)
pretty prints the DicomDir

Parameters:
dicomDir - DicomDir object to print
printStream -

getDescription

java.lang.String getDescription(DirectoryRecord directoryRecord)
gives a lengthy (single line) description of the provided DirectoryRecord

Parameters:
directoryRecord - DirectoryRecord to describe

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.