public abstract class MCbaseConverter extends java.lang.Object implements IMChttpConverter
IMChttpConverter interface| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.http.HttpEntity |
convert(MCreference<java.io.InputStream[]> streams,
MCreference<java.lang.String> xmlRequestParameters,
MCreference<java.lang.String> xmlWadoResponse)
Converts an array of rendered DICOM data streams into
Apache HttpEntity object |
int |
getXmlOptions()
Returns the current
MCxmlOptions options |
void |
setXmlOptions(int xmlOptions)
Sets the current
MCxmlOptions options |
public int getXmlOptions()
MCxmlOptions optionsMCxmlOptions optionspublic void setXmlOptions(int xmlOptions)
MCxmlOptions optionsxmlOptions - current MCxmlOptions optionspublic abstract org.apache.http.HttpEntity convert(MCreference<java.io.InputStream[]> streams, MCreference<java.lang.String> xmlRequestParameters, MCreference<java.lang.String> xmlWadoResponse)
Apache HttpEntity objectconvert in interface IMChttpConverterstreams - Rendered DICOM data streamsxmlRequestParameters - MCparameter WADO request parameters encoded as XML stringxmlWadoResponse - WADO response encoded as XML string returned from DICOM serviceHttpEntity object