public abstract class MCbaseRenderer extends java.lang.Object implements IMCdicomRenderer
IMCdicomRenderer interface| Constructor and Description |
|---|
MCbaseRenderer(MCrequestType requestType)
MCbaseRenderer costructor |
| Modifier and Type | Method and Description |
|---|---|
int |
getXmlOptions()
Returns the current
MCxmlOptions options |
abstract java.io.InputStream[] |
render(MCreference<com.merge.mcw.MCattributeSet[]> response,
MCreference<java.lang.String> xmlRequestParameters,
MCreference<java.lang.String> xmlWadoResponse)
Renders the response returned from DICOM service into DICOM data streams of specific format or different DICOM Transfer Syntax
|
void |
setXmlOptions(int xmlOptions)
Sets the current
MCxmlOptions options |
public MCbaseRenderer(MCrequestType requestType)
MCbaseRenderer costructorrequestType - MCrequestTypepublic int getXmlOptions()
MCxmlOptions optionsMCxmlOptions optionspublic void setXmlOptions(int xmlOptions)
MCxmlOptions optionsxmlOptions - current MCxmlOptions optionspublic abstract java.io.InputStream[] render(MCreference<com.merge.mcw.MCattributeSet[]> response, MCreference<java.lang.String> xmlRequestParameters, MCreference<java.lang.String> xmlWadoResponse)
render in interface IMCdicomRendererresponse - DICOM service response encoded as an array of MCattributeSet attribute setsxmlRequestParameters - MCparameter WADO request parameters encoded as XML stringxmlWadoResponse - WADO response encoded as XML string