|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.apps.KeepOnlyImagePixelModule
public class KeepOnlyImagePixelModule
A class of static methods to copy a DICOM image and retain only enough to describe pixels.
Retains the Pixel Data Module and whatever else is barely enough to describe the image (Number of Frames, SOP Class and Instance UIDs).
| Field Summary | |
|---|---|
protected static AttributeTag[] |
relevantGeneralSeriesModuleAttributeTags
|
protected static AttributeTag[] |
relevantImagePixelModuleAttributeTags
|
protected static AttributeTag[][] |
relevantModules
|
protected static AttributeTag[] |
relevantMultiFrameModuleAttributeTags
|
protected static AttributeTag[] |
relevantSOPCommonModuleAttributeTags
|
| Constructor Summary | |
|---|---|
KeepOnlyImagePixelModule(String inputFileName,
String outputFileName)
Read a DICOM image input file and discard everything except what is required to describe the pixels |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Read a DICOM image input file and discard everything except what is required to describe the pixels. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static AttributeTag[] relevantImagePixelModuleAttributeTags
protected static AttributeTag[] relevantMultiFrameModuleAttributeTags
protected static AttributeTag[] relevantGeneralSeriesModuleAttributeTags
protected static AttributeTag[] relevantSOPCommonModuleAttributeTags
protected static AttributeTag[][] relevantModules
| Constructor Detail |
|---|
public KeepOnlyImagePixelModule(String inputFileName,
String outputFileName)
throws DicomException,
FileNotFoundException,
IOException
Read a DICOM image input file and discard everything except what is required to describe the pixels
inputFileName - the input file nameoutputFileName - the output file name
DicomException
FileNotFoundException
IOException| Method Detail |
|---|
public static void main(String[] arg)
Read a DICOM image input file and discard everything except what is required to describe the pixels.
arg - two parameters, the inputFile, outputFile
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||