public interface IDataSink
| Modifier and Type | Method and Description |
|---|---|
short |
store(DicomMessage objDicomMessage,
java.lang.String strStoragePath)
Populates the DataBase if available and Serializes the DataSet.
|
short |
store(IQueryModel objQueryModel,
java.lang.String strValue)
Stores,Creates or Sets the instance in DataBase if available from given Query Model.
|
short store(IQueryModel objQueryModel, java.lang.String strValue) throws SinkException
objQueryModel - Instance of Query Model to be stored or created.strValue - 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.SinkExceptionshort store(DicomMessage objDicomMessage, java.lang.String strStoragePath) throws SinkException
objDicomMessage - instance of DicomMessagestrStoragePath - string value of Data Base storage pathjava.io.IOException - signals if IO exception occurs.SinkException