Class KeepOnlyImagePixelModule

java.lang.Object
com.pixelmed.apps.KeepOnlyImagePixelModule

public class KeepOnlyImagePixelModule extends Object

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 Details

    • relevantImagePixelModuleAttributeTags

      protected static AttributeTag[] relevantImagePixelModuleAttributeTags
    • relevantMultiFrameModuleAttributeTags

      protected static AttributeTag[] relevantMultiFrameModuleAttributeTags
    • relevantGeneralSeriesModuleAttributeTags

      protected static AttributeTag[] relevantGeneralSeriesModuleAttributeTags
    • relevantSOPCommonModuleAttributeTags

      protected static AttributeTag[] relevantSOPCommonModuleAttributeTags
    • relevantModules

      protected static AttributeTag[][] relevantModules
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] arg)

      Read a DICOM image input file and discard everything except what is required to describe the pixels.

      Parameters:
      arg - two parameters, the inputFile, outputFile