public class AELDataSinkImpl extends java.lang.Object implements IDataSink
| Constructor and Description |
|---|
AELDataSinkImpl()
Instantiates a default 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)
Updates the Attribute Values of an instance of the Procedure Event Logging 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 AELDataSinkImpl()
public 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)
store in interface IDataSinkobjDicomMessage - instance of DicomMessage.strStoragePath - Storage Path for SR document in Application Event Logging.