Package com.pixelmed.apps
Class TabulateSegmentSequence
- java.lang.Object
-
- com.pixelmed.apps.TabulateSegmentSequence
-
public class TabulateSegmentSequence extends java.lang.ObjectA utility class with a main method to read a DICOM segmentation object and tabulate the description of the segments.
-
-
Constructor Summary
Constructors Constructor Description TabulateSegmentSequence()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] arg)Read a DICOM segmentation object and tabulate the description of the segments.static voidtabulateSegmentSequence(java.lang.String inputfilename, java.io.PrintStream out)
-
-
-
Method Detail
-
tabulateSegmentSequence
public static void tabulateSegmentSequence(java.lang.String inputfilename, java.io.PrintStream out) throws java.io.IOException, java.io.FileNotFoundException, java.lang.NumberFormatException, DicomException- Throws:
java.io.IOExceptionjava.io.FileNotFoundExceptionjava.lang.NumberFormatExceptionDicomException
-
main
public static void main(java.lang.String[] arg)
Read a DICOM segmentation object and tabulate the description of the segments.
- Parameters:
arg- one parameter, the inputFile
-
-