Class WadoRequest

java.lang.Object
com.pixelmed.web.WebRequest
com.pixelmed.web.WadoRequest

public class WadoRequest extends WebRequest

The WadoRequest class parses a DICOM PS 3.18 (ISO 17432), WADO URL into its constituent query parameters.

  • Constructor Details

  • Method Details

    • getStudyUID

      public String getStudyUID()
    • getSeriesUID

      public String getSeriesUID()
    • getObjectUID

      public String getObjectUID()
    • getContentType

      public String[][] getContentType()
    • isContentTypeDicom

      public boolean isContentTypeDicom()
    • getCharset

      public String[] getCharset()
    • getAnonymize

      public String getAnonymize()
    • getAnnotation

      public String[] getAnnotation()
    • getRows

      public int getRows()
    • getColumns

      public int getColumns()
    • getRegion

      public double[] getRegion()
    • getWindowCenter

      public double getWindowCenter()
    • getWindowWidth

      public double getWindowWidth()
    • getFrameNumber

      public int getFrameNumber()
    • getImageQuality

      public int getImageQuality()
    • getPresentationUID

      public String getPresentationUID()
    • getPresentationSeriesUID

      public String getPresentationSeriesUID()
    • getTransferSyntax

      public String getTransferSyntax()
    • validateUID

      public static boolean validateUID(String uid)
    • getSeparatedValues

      public static String[] getSeparatedValues(String string, String delimiter)
    • getCommaSeparatedValues

      public static String[] getCommaSeparatedValues(String string)
    • getSemicolonSeparatedValues

      public static String[] getSemicolonSeparatedValues(String string)
    • getCommaThenSemicolonSeparatedValues

      public static String[][] getCommaThenSemicolonSeparatedValues(String string)
    • toString

      public static String toString(double[] doubleArray)
    • toString

      public static String toString(String[] stringArray)
    • toString

      public static String toString(String[][] stringArrays)
    • getSingleIntegerValueFromParameters

      public static int getSingleIntegerValueFromParameters(Map parameters, String key) throws Exception
      Throws:
      Exception
    • getSingleDoubleValueFromParameters

      public static double getSingleDoubleValueFromParameters(Map parameters, String key) throws Exception
      Throws:
      Exception
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • main

      public static void main(String[] arg)