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[]
int
static String[]
getCommaSeparatedValues
(String string) static String[][]
String[][]
int
int
double[]
int
getRows()
static String[]
getSemicolonSeparatedValues
(String string) static String[]
getSeparatedValues
(String string, String delimiter) static double
getSingleDoubleValueFromParameters
(Map parameters, String key) static int
getSingleIntegerValueFromParameters
(Map parameters, String key) double
double
boolean
static void
toString()
static String
toString
(double[] doubleArray) static String
static String
static boolean
validateUID
(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
-