public class WADOServer extends java.lang.Object implements IDataSink
| Constructor and Description |
|---|
WADOServer(WadoConfig objConfig)
Create new instance of WadoServer
|
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Gets the HTTP Request for retrieving a DICOM image based on the parameters specified in the request.
|
void |
startServer()
Start the CStore SCP for receiving the CStore RQs as sub-operation of CMove Request
|
void |
stopServer()
Stops the CStore SCP Server.
|
short |
store(DicomMessage arg0,
java.lang.String arg1)
Empty overridden method.
|
short |
store(IQueryModel arg0,
java.lang.String arg2)
Empty overridden method.
|
public WADOServer(WadoConfig objConfig)
public void startServer()
public void stopServer()
public void doGet(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
throws ServletException
ServletExceptionpublic short store(DicomMessage arg0, java.lang.String arg1) throws SinkException
store in interface IDataSinkarg0 - instance of DicomMessagearg1 - string value of Data Base storage pathSinkExceptionpublic short store(IQueryModel arg0, java.lang.String arg2) throws SinkException
store in interface IDataSinkarg0 - Instance of Query Model to be stored or created.arg2 - string value of Data Base storage path in store request, or Affected SOP Instance UID
in case of NCreate, or Requested SOP Instance UID in case of NSet request.SinkException