public class TabulateSegmentSequence
extends java.lang.Object
A utility class with a main method to read a DICOM segmentation object and tabulate the description of the segments.
Constructor and Description |
---|
TabulateSegmentSequence() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] arg)
Read a DICOM segmentation object and tabulate the description of the segments.
|
static void |
tabulateSegmentSequence(java.lang.String inputfilename,
java.io.PrintStream out) |
public static void main(java.lang.String[] arg)
Read a DICOM segmentation object and tabulate the description of the segments.
arg
- one parameter, the inputFilepublic static void tabulateSegmentSequence(java.lang.String inputfilename, java.io.PrintStream out) throws java.io.IOException, java.io.FileNotFoundException, java.lang.NumberFormatException, DicomException
java.io.IOException
java.io.FileNotFoundException
java.lang.NumberFormatException
DicomException