| Constructor and Description |
|---|
DataSinkImpl(java.lang.String strConnectionString,
java.lang.String strDriverName)
Instantiates a new data sink implementation.
|
| 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 strStoragePath)
Populates the DataBase if available from given query model and serializes the given buffer.
|
public DataSinkImpl(java.lang.String strConnectionString,
java.lang.String strDriverName)
throws java.sql.SQLException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
strConnectionString - the string connection string.strDriverName - the string driver name.java.sql.SQLException - the SQL exception.java.lang.ClassNotFoundException - the class not found exception.java.lang.InstantiationException - the instantiation exception.java.lang.IllegalAccessException - the illegal access exception.public short store(DicomMessage objDicomMessage, java.lang.String strStoragePath)
public short store(IQueryModel objQueryModel, java.lang.String strStoragePath)
store in interface IDataSinkobjQueryModel - instance of CServices_QueryModel.strStoragePath - string value of Data Base storage path.