public class StorageCommitmentSinkImpl extends java.lang.Object implements IDataSink
| Constructor and Description |
|---|
StorageCommitmentSinkImpl() |
| Modifier and Type | Method and Description |
|---|---|
short |
store(DicomMessage objDicomMessage,
java.lang.String strStoragePath)
This function Stores the DataSet at the Storage Path Specified by the user.
|
short |
store(IQueryModel objQueryModel,
java.lang.String strStoragePath)
This function Stores the DataSet.
|
public short store(DicomMessage objDicomMessage, java.lang.String strStoragePath)
store in interface IDataSinkobjDicomMessage - instance of Dicom Message Containing DataSet for which
storage commitment has to be provided.strStoragePath - String value of Storage Path where the Data Set are stored
for which storage commitment is provided.public short store(IQueryModel objQueryModel, java.lang.String strStoragePath) throws SinkException
store in interface IDataSinkobjQueryModel - Instance of Query Model to be stored or created.strStoragePath - 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