public interface IDataSource
| Modifier and Type | Method and Description |
|---|---|
short |
find(DicomMessage objDicomMessage,
ISingleCollection<IDataSet> objRstDataCollection)
Depending on the keys in the IDataSet it finds the matching DataSets and returns status.
|
short |
find(IQueryModel objQueryModel,
IQueryModel objRstQueryModel)
Depending on the keys in the DCMQuery model it finds the matching DataSets and returns status.
|
short |
retrieve(DicomMessage objDicomMessage,
ISingleCollection<IDataSet> objRstDataCollection)
Depending on the keys in the IDataSet it finds the matching DataSets.
|
short |
retrieve(IQueryModel objQueryModel,
IQueryModel objRstQueryModel)
Depending on the keys in the DCMQuery model it finds the matching DataSets and returns status.
|
short find(DicomMessage objDicomMessage, ISingleCollection<IDataSet> objRstDataCollection) throws SourceException
objDicomMessage - instance of DicomMessageobjRstDataCollection - collection of Resultant DataSetSourceExceptionshort find(IQueryModel objQueryModel, IQueryModel objRstQueryModel)
objRstQueryModel - the resultant query model containing the matched attributes.objQueryModel - the object query modelshort retrieve(DicomMessage objDicomMessage, ISingleCollection<IDataSet> objRstDataCollection) throws SourceException
objIDataSet - objRstDataCollection - SourceExceptionshort retrieve(IQueryModel objQueryModel, IQueryModel objRstQueryModel)
objRstQueryModel - the resultant query model containing the matched attributes.objQueryModel - the object of query model