Package com.pixelmed.apps
Class TabulateSegmentSequence
java.lang.Object
com.pixelmed.apps.TabulateSegmentSequence
A utility class with a main method to read a DICOM segmentation object and tabulate the description of the segments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Read a DICOM segmentation object and tabulate the description of the segments.static void
tabulateSegmentSequence
(String inputfilename, PrintStream out)
-
Constructor Details
-
TabulateSegmentSequence
public TabulateSegmentSequence()
-
-
Method Details
-
tabulateSegmentSequence
public static void tabulateSegmentSequence(String inputfilename, PrintStream out) throws IOException, FileNotFoundException, NumberFormatException, DicomException -
main
Read a DICOM segmentation object and tabulate the description of the segments.
- Parameters:
arg
- one parameter, the inputFile
-