public class DICOMDIRSourceImpl extends java.lang.Object implements IDataSource
| Constructor and Description |
|---|
DICOMDIRSourceImpl(java.lang.String strDICOMDIRPath)
Instantiates DICOMDIR Source Implementation.
|
| Modifier and Type | Method and Description |
|---|---|
short |
find(DicomMessage objDicomMessage,
ISingleCollection<IDataSet> objRSTDataSetCollection)
This method finds the value of given data elements in the Dataset according to the match of key value.
|
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)
This method finds the data set in the DICOMDIR according to key value.
|
short |
retrieve(IQueryModel arg0,
IQueryModel arg1)
Depending on the keys in the DCMQuery model it finds the matching DataSets and returns status.
|
public DICOMDIRSourceImpl(java.lang.String strDICOMDIRPath)
strDICOMDIRPath - String value of path of DICOMDIR.public short find(DicomMessage objDicomMessage, ISingleCollection<IDataSet> objRSTDataSetCollection)
find in interface IDataSourceobjIDataSet - instance of DataSet containing key value and other data elements that are to be retrieved.objRSTDataSetCollection - DataSet collection containing the matches.SourceException - throws SourceException if find fails.public short retrieve(DicomMessage objDicomMessage, ISingleCollection<IDataSet> objRstDataCollection)
retrieve in interface IDataSourceobjIDataSet - instance of dataset containing key value.objRstDataCollection - data set collection containing all matched data set.SourceException - throws SourceException if retrieve fails.public short find(IQueryModel objQueryModel, IQueryModel objRstQueryModel)
find in interface IDataSourceobjRstQueryModel - the resultant query model containing the matched attributes.objQueryModel - the object query modelpublic short retrieve(IQueryModel arg0, IQueryModel arg1)
IDataSourceretrieve in interface IDataSourcearg0 - the object of query modelarg1 - the resultant query model containing the matched attributes.