public class MCstowCommitmentRequest extends MCdicomRequest
MCstowCommitmentRequest
class extends MCdicomRequest
class and encapsulates the data of DICOM STOW Commitment requestModifier and Type | Method and Description |
---|---|
static MCstowCommitmentRequest |
create(MChttpMethod httpMethod,
java.net.URI uri,
java.util.Collection<org.apache.http.Header> headers,
java.io.ByteArrayOutputStream requestBody,
MCparameter[] parms)
Creates
MCstowRequest 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 STOW-RS request |
create, getAccept, getActionType, getCacheControl, getCharset, getContentType, getDicomLevel, 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 STOW-RS requestMCmediaType
supported media types for DICOM STOW-RS requestpublic static MCstowCommitmentRequest create(MChttpMethod httpMethod, java.net.URI uri, java.util.Collection<org.apache.http.Header> headers, java.io.ByteArrayOutputStream requestBody, MCparameter[] parms)
MCstowRequest
objecthttpMethod
- the MChttpMethod
for the requesturi
- URI
of DICOM STOW-RS requestheaders
- List of Apache Header
Http headersrequestBody
- ByteArrayOutputStream
Http body contentparms
- An array of MCparameter
WADO request parametersMCstowRequest
objectpublic java.util.Collection<com.merge.mcw.MCattributeSet> getDicomMessages()
MCattributeSet
DICOM messages of STOW-RS request for user defined DICOM servicegetDicomMessages
in class MCdicomRequest
MCattributeSet
DICOM messages of STOW-RS request for user defined DICOM service