public abstract class MCbaseConverter extends java.lang.Object implements IMChttpConverter
IMChttpConverter
interfaceModifier 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 IMChttpConverter
streams
- Rendered DICOM data streamsxmlRequestParameters
- MCparameter
WADO request parameters encoded as XML string
xmlWadoResponse
- WADO response encoded as XML string
returned from DICOM serviceHttpEntity
object