Package com.pixelmed.web
Class WadoRequest
java.lang.Object
com.pixelmed.web.WebRequest
com.pixelmed.web.WadoRequest
The WadoRequest class parses a DICOM PS 3.18 (ISO 17432),
WADO URL into its constituent query parameters.
-
Field Summary
Fields inherited from class com.pixelmed.web.WebRequest
host, parameters, path, port, requestType, scheme, userInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]intstatic String[]getCommaSeparatedValues(String string) static String[][]String[][]intintdouble[]intgetRows()static String[]getSemicolonSeparatedValues(String string) static String[]getSeparatedValues(String string, String delimiter) static doublegetSingleDoubleValueFromParameters(Map parameters, String key) static intgetSingleIntegerValueFromParameters(Map parameters, String key) doubledoublebooleanstatic voidtoString()static StringtoString(double[] doubleArray) static Stringstatic Stringstatic booleanvalidateUID(String uid) Methods inherited from class com.pixelmed.web.WebRequest
getHost, getParameters, getPath, getPort, getRequestType, getScheme, getUserInfo, parseQueryIntoParameters
-
Constructor Details
-
Method Details
-
getStudyUID
-
getSeriesUID
-
getObjectUID
-
getContentType
-
isContentTypeDicom
public boolean isContentTypeDicom() -
getCharset
-
getAnonymize
-
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
-
getPresentationSeriesUID
-
getTransferSyntax
-
validateUID
-
getSeparatedValues
-
getCommaSeparatedValues
-
getSemicolonSeparatedValues
-
getCommaThenSemicolonSeparatedValues
-
toString
-
toString
-
toString
-
getSingleIntegerValueFromParameters
- Throws:
Exception
-
getSingleDoubleValueFromParameters
public static double getSingleDoubleValueFromParameters(Map parameters, String key) throws Exception - Throws:
Exception
-
toString
-
main
-