public class TabulateSegmentSequence extends 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(String[] arg)
Read a DICOM segmentation object and tabulate the description of the segments.
|
static void |
tabulateSegmentSequence(String inputfilename,
PrintStream out) |
public static void main(String[] arg)
Read a DICOM segmentation object and tabulate the description of the segments.
arg
- one parameter, the inputFilepublic static void tabulateSegmentSequence(String inputfilename, PrintStream out) throws IOException, FileNotFoundException, NumberFormatException, DicomException