public class SPSSSinkImpl extends java.lang.Object implements IDataSink
| Constructor and Description |
|---|
SPSSSinkImpl()
Instantiates a default data sink implementation.
|
SPSSSinkImpl(java.lang.String strConnectionString,
java.lang.String strDriverName)
Instantiates a new data sink implementation.
|
| Modifier and Type | Method and Description |
|---|---|
EnumDocumentType |
getEnumDocumentType()
Retrieves the Document type to be created.
|
void |
setEnumDocumentType(EnumDocumentType enumDocumentType)
Sets the Document type to be created.
|
short |
store(DicomMessage objDicomMessage,
java.lang.String strStoragePath)
Store the Attribute Values of an instance of the Gray Scale SoftCopy Presentation SOP Class
|
short |
store(IQueryModel objQueryModel,
java.lang.String strStoragePath)
Populates the DataBase if available from given query model and serializes the given buffer.
|
public SPSSSinkImpl()
public SPSSSinkImpl(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 stringstrDriverName - the string driver namejava.sql.SQLException - the SQL exceptionjava.lang.ClassNotFoundException - the class not found exceptionjava.lang.InstantiationException - the instantiation exceptionjava.lang.IllegalAccessException - the illegal access exceptionpublic EnumDocumentType getEnumDocumentType()
public void setEnumDocumentType(EnumDocumentType enumDocumentType)
enumDocumentType - public short store(IQueryModel objQueryModel, java.lang.String strStoragePath)
public short store(DicomMessage objDicomMessage, java.lang.String strStoragePath)