Error processing SSI file
LEADTOOLS Medical External Store DataAccessLayer (Leadtools.Medical.ExternalStore.DataAccessLayer assembly)

Show in webframe

ExternalStoreSqlDataAccessAgent Class Members

Show in webframe
Properties  Methods 





The following tables list the members exposed by ExternalStoreSqlDataAccessAgent.

Public Constructors
 NameDescription
ExternalStoreSqlDataAccessAgent ConstructorInitializes a new instance of the ExternalStoreSqlDataAccessAgent class.  
Top
Public Properties
 NameDescription
ConnectionStringReturns the connection string used to connect to the database (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
Top
Protected Properties
 NameDescription
ColumnNameExternalStoreGuidGets the column name that corresponds to the 'ExternalStoreGuid' in the 'External Store' database table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
ColumnNameReferencedFileGets the column name that corresponds to the 'ReferencedFile' in the 'External Store' database table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
ColumnNameSOPInstanceUIDGets the column name that corresponds to the 'SOPInstanceUID' in the 'External Store' database table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
ColumnNameStoreTokenGets the column name that corresponds to the 'StoreToken' in the 'External Store' database table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
DatabaseProviderGets the database provider for connecting and working with 'External Store' database. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
InstanceTableNameReturns the name of the database table that corresponds to the DICOM General Image IOD (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
Top
Public Methods
 NameDescription
GetClearCountGets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the 'Local Store' (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
GetClearListGets the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the 'Local Store' (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
GetExternalStoreCountGets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
GetExternalStoreGuidGets the GUID of 'External Store' from the ExternalStore table that corresponds to the instance sopInstanceUid (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
GetExternalStoreListReturns a list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be sent to the 'External Store' (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
GetResetCountGets the reset count from the 'External Store' of the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the range. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
GetRestoreCountGets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
GetRestoreListGets the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
GetTokenGets the 'External Store' token from the ExternalStore table that corresponds to the instance sopInstanceUid (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
IsExternalStoredReturns 'true' if the instance corresponding to the sopInstanceUid has been copied to the 'External Store'; false otherwise (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
ResetResets the 'External Store' with the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the range. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
SetExternalStoreGuidSets the GUID of 'External Store' that corresponds to the instance sopInstanceUid in the ExternalStore table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
SetInstanceExternalStoredMarks (as externally stored) the the instance that corresponds to sopInstanceUid in the ExternalStore table (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
SetOverwriteFlagDeletes all rows from the ExternalStore database table that match the sopInstanceUid (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
SetReferencedFileSets the referenced file that corresponds to the instance sopInstanceUid in the Instance table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
SetTokenSets the 'External Store' token in the ExternalStore table that corresponds to the instance sopInstanceUid (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent)
Top
Protected Methods
 NameDescription
CreateDatabaseProviderOverridden. Creates the database provider for connecting and working with External Store database.  
InitializeGetClearCountCommandOverridden. Initializes a System.Data.IDbCommand object to query for the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the 'Local Store'  
InitializeGetClearListCommandOverridden. Initializes a System.Data.IDbCommand object to query for the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the ''Local Store''  
InitializeGetExternalStoreCountCommandOverridden. Initializes a System.Data.IDbCommand object to query for the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store'  
InitializeGetExternalStoreGuidCommandOverridden. Initializes a System.Data.IDbCommand object to get the 'External Store' GUID that corresponds to the sopInstanceUid in the 'External Store'.  
InitializeGetExternalStoreListCommandOverridden. Initializes a System.Data.IDbCommand object to query for the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be sent to the External Store  
InitializeGetResetCountCommandOverridden. Initializes a System.Data.IDbCommand object to get the reset count from the 'External Store' with the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the range.  
InitializeGetRestoreCountCommandOverridden. Initializes a System.Data.IDbCommand object to query for the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store'  
InitializeGetRestoreListCommandOverridden. Initializes a System.Data.IDbCommand object to query for the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the ''Local Store''  
InitializeGetTokenCommandOverridden. Initializes a System.Data.IDbCommand object to set the 'External Store' token that corresponds to the sopInstanceUid.  
InitializeInsertCommandOverridden. Initializes a System.Data.IDbCommand object to insert a record into the 'External Store'  
InitializeIsExternalStoredCommandOverridden. Initializes a System.Data.IDbCommand object to determine if the instance corresponding to the sopInstanceUid has been copied to the 'External Store'.  
InitializeResetCommandOverridden. Initializes a System.Data.IDbCommand object to reset the 'External Store' with the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the range.  
InitializeSetExternalStoreGuidCommandOverridden. Initializes a System.Data.IDbCommand object to set the sopInstanceUid and externalStoreGuid in the database that identifies which external addin is used for the 'External Store'.  
InitializeSetOverwriteCommandOverridden. Initializes a System.Data.IDbCommand object to delete all rows from the ExternalStore database table that match the sopInstanceUid.  
InitializeSetReferencedCommandOverridden. Initializes a System.Data.IDbCommand object to set referencedFile that corresponds to the sopInstanceUid in the 'Local Store'.  
InitializeSetTokenCommandOverridden. Initializes the set token command.  
Top
See Also

Reference

ExternalStoreSqlDataAccessAgent Class
Leadtools.Medical.ExternalStore.DataAccessLayer Namespace

Error processing SSI file
Leadtools.Medical.ExternalStore.DataAccessLayer requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features