public class MCwadoWsRequest extends MCdicomRequest
| Modifier and Type | Method and Description |
|---|---|
static MCwadoWsRequest |
create(MChttpMethod httpMethod,
java.net.URI uri,
java.util.Collection<org.apache.http.Header> headers,
java.io.ByteArrayOutputStream requestBody,
MCparameter[] parms)
Creates
MCwadoUriRequest object |
java.util.Collection<com.merge.mcw.MCattributeSet> |
getDicomMessages()
Gets the list of
MCattributeSet DICOM messages of STOW-RS request for user defined DICOM service |
static java.util.Collection<MCmediaType> |
getSupportedMediaTypes()
Gets the list of
MCmediaType supported media types for DICOM WADO-WS request |
MCwadoWsMessage |
getWadoWsMessage()
Returns
MCwadoWsMessage object of WADO-WS request |
create, getAccept, getActionType, getCacheControl, getCharset, getContentType, getDicomLevel, getDicomRoot, getHeaders, getHttpStatus, getHttpStatusMessage, getQuery, getRequestBody, getRequestParameters, getRequestType, getSegments, getUri, getXmlParameters, populate, validateRequestpublic static java.util.Collection<MCmediaType> getSupportedMediaTypes()
MCmediaType supported media types for DICOM WADO-WS requestMCmediaType supported media types for DICOM WADO-WS requestpublic MCwadoWsMessage getWadoWsMessage()
MCwadoWsMessage object of WADO-WS requestMCwadoWsMessage objectpublic static MCwadoWsRequest create(MChttpMethod httpMethod, java.net.URI uri, java.util.Collection<org.apache.http.Header> headers, java.io.ByteArrayOutputStream requestBody, MCparameter[] parms)
MCwadoUriRequest objecthttpMethod - the MChttpMethod for the requesturi - URI of DICOM WADO-WS requestheaders - List of Apache Header Http headersrequestBody - ByteArrayOutputStream Http body contentparms - An array of MCparameter WADO request parametersMCwadoUriRequest objectpublic java.util.Collection<com.merge.mcw.MCattributeSet> getDicomMessages()
MCattributeSet DICOM messages of STOW-RS request for user defined DICOM servicegetDicomMessages in class MCdicomRequestMCattributeSet DICOM messages of STOW-RS request for user defined DICOM service