public class MCrsCapabilitiesRequest extends MCdicomRequest
MCrsCapabilitiesRequest
class extends MCdicomRequest
class and encapsulates the data of DICOM RS Capabilities request
Examples of RS Capabilitites request:
http://{SERVICE}/{InformationEntity} where {SERVICE} is the base URL for the service. This may be a combination of protocol (either http or https), host, port, and application. {InformationEntity} is the path to a defined DICOM RESTful service resource, such as WADO-RS, QIDO-RS, STOW-RS, UPS-RS
Modifier and Type | Method and Description |
---|---|
static MCrsCapabilitiesRequest |
create(MChttpMethod httpMethod,
java.net.URI uri,
java.util.Collection<org.apache.http.Header> headers,
java.io.ByteArrayOutputStream requestBody,
MCparameter[] parms)
Creates
RS Capabilities object |
static java.util.Collection<MCmediaType> |
getSupportedMediaTypes()
Gets the list of
MCmediaType supported media types for DICOM RS Capabilities request |
create, getAccept, getActionType, getCacheControl, getCharset, getContentType, getDicomLevel, getDicomMessages, getDicomRoot, getHeaders, getHttpStatus, getHttpStatusMessage, getQuery, getRequestBody, getRequestParameters, getRequestType, getSegments, getUri, getXmlParameters, populate, validateRequest
public static java.util.Collection<MCmediaType> getSupportedMediaTypes()
MCmediaType
supported media types for DICOM RS Capabilities requestMCmediaType
supported media types for DICOM RS Capabilities requestpublic static MCrsCapabilitiesRequest create(MChttpMethod httpMethod, java.net.URI uri, java.util.Collection<org.apache.http.Header> headers, java.io.ByteArrayOutputStream requestBody, MCparameter[] parms)
RS Capabilities
objecthttpMethod
- the MChttpMethod
for the requesturi
- URI
of DICOM RS Capabilities requestheaders
- List of Apache Header
Http headersrequestBody
- ByteArrayOutputStream
Http body content, should be nullparms
- An array of MCparameter
WADO request parametersMCrsCapabilitiesRequest