←Select platform
In This Topic ▼

ExternalStoreSqlDataAccessAgent Class Members

Summary

The following tables list the members exposed by ExternalStoreSqlDataAccessAgent.

Public Constructors

Name Description
Public Constructor ExternalStoreDBDataAccessAgent Initializes a new instance of this class. (Inherited from ExternalStoreDBDataAccessAgent)
Public Constructor ExternalStoreSqlDataAccessAgent Initializes a new instance of the ExternalStoreSqlDataAccessAgent class.

Public Methods

Name Description
Public Method GetClearCount Gets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the 'Local Store' (Inherited from ExternalStoreDBDataAccessAgent)
Public Method GetClearList Gets the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the 'Local Store' (Inherited from ExternalStoreDBDataAccessAgent)
Public Method GetExternalStoreCount Gets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' (Inherited from ExternalStoreDBDataAccessAgent)
Public Method GetExternalStoreGuid Gets the GUID of External Store from the ExternalStore table that corresponds to the instance _sopInstanceUid_ (Inherited from ExternalStoreDBDataAccessAgent)
Public Method GetExternalStoreList Returns a list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be sent to the 'External Store' (Inherited from ExternalStoreDBDataAccessAgent)
Public Method GetResetCount Gets the reset count from the 'External Store' of the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the _range_. (Inherited from ExternalStoreDBDataAccessAgent)
Public Method GetRestoreCount Gets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' (Inherited from ExternalStoreDBDataAccessAgent)
Public Method GetRestoreList Gets the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' (Inherited from ExternalStoreDBDataAccessAgent)
Public Method GetToken Gets the 'External Store' token from the ExternalStore table that corresponds to the instance _sopInstanceUid_ (Inherited from ExternalStoreDBDataAccessAgent)
Public Method IsExternalStored Returns 'true' if the instance corresponding to the _sopInstanceUid_ has been copied to the 'External Store'; false otherwise (Inherited from ExternalStoreDBDataAccessAgent)
Public Method Reset Resets the 'External Store' with the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the _range_. (Inherited from ExternalStoreDBDataAccessAgent)
Public Method SetExternalStoreGuid Sets the GUID of 'External Store' that corresponds to the instance _sopInstanceUid_ in the ExternalStore table. (Inherited from ExternalStoreDBDataAccessAgent)
Public Method SetInstanceExternalStored Marks (as externally stored) the instance that corresponds to _sopInstanceUid_ in the ExternalStore table (Inherited from ExternalStoreDBDataAccessAgent)
Public Method SetOverwriteFlag Deletes all rows from the ExternalStore database table that match the _sopInstanceUid_ (Inherited from ExternalStoreDBDataAccessAgent)
Public Method SetReferencedFile Sets the referenced file that corresponds to the instance _sopInstanceUid_ in the Instance table. (Inherited from ExternalStoreDBDataAccessAgent)
Public Method SetToken Sets the 'External Store' token in the ExternalStore table that corresponds to the instance _sopInstanceUid_ (Inherited from ExternalStoreDBDataAccessAgent)

Protected Methods

Name Description
Protected Method CreateDatabaseProvider Creates the database provider for connecting and working with External Store database.
Protected Method InitializeGetClearCountCommand 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'
Protected Method InitializeGetClearListCommand 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''
Protected Method InitializeGetExternalStoreCountCommand 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'
Protected Method InitializeGetExternalStoreGuidCommand Initializes a System.Data.IDbCommand object to get the 'External Store' GUID that corresponds to the _sopInstanceUid_ in the 'External Store'.
Protected Method InitializeGetExternalStoreListCommand 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
Protected Method InitializeGetResetCountCommand 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_.
Protected Method InitializeGetRestoreCountCommand 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'
Protected Method InitializeGetRestoreListCommand 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''
Protected Method InitializeGetTokenCommand Initializes a System.Data.IDbCommand object to set the 'External Store' token that corresponds to the _sopInstanceUid_.
Protected Method InitializeInsertCommand Initializes a System.Data.IDbCommand object to insert a record into the 'External Store'
Protected Method InitializeIsExternalStoredCommand Initializes a System.Data.IDbCommand object to determine if the instance corresponding to the _sopInstanceUid_ has been copied to the 'External Store'.
Protected Method InitializeResetCommand Initializes a System.Data.IDbCommand object to reset the 'External Store' with the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the _range_.
Protected Method InitializeSetExternalStoreGuidCommand 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'.
Protected Method InitializeSetOverwriteCommand Initializes a System.Data.IDbCommand object to delete all rows from the ExternalStore database table that match the _sopInstanceUid_.
Protected Method InitializeSetReferencedCommand Initializes a System.Data.IDbCommand object to set _referencedFile_ that corresponds to the _sopInstanceUid_ in the 'Local Store'.
Protected Method InitializeSetTokenCommand Initializes the set token command.

Public Properties

Name Description
Public Property ConnectionString Returns the connection string used to connect to the database (Inherited from ExternalStoreDBDataAccessAgent)

Protected Properties

Name Description
Protected Property ColumnNameExternalStoreGuid Gets the column name that corresponds to the 'ExternalStoreGuid' in the 'External Store' database table. (Inherited from ExternalStoreDBDataAccessAgent)
Protected Property ColumnNameReferencedFile Gets the column name that corresponds to the 'ReferencedFile' in the 'External Store' database table. (Inherited from ExternalStoreDBDataAccessAgent)
Protected Property ColumnNameSOPInstanceUID Gets the column name that corresponds to the 'SOPInstanceUID' in the 'External Store' database table. (Inherited from ExternalStoreDBDataAccessAgent)
Protected Property ColumnNameStoreToken Gets the column name that corresponds to the 'StoreToken' in the 'External Store' database table. (Inherited from ExternalStoreDBDataAccessAgent)
Protected Property DatabaseProvider Gets the database provider for connecting and working with 'External Store' database. (Inherited from ExternalStoreDBDataAccessAgent)
Protected Property InstanceTableName Returns the name of the database table that corresponds to the DICOM General Image IOD (Inherited from ExternalStoreDBDataAccessAgent)

See Also

Reference

ExternalStoreSqlDataAccessAgent Class

Leadtools.Medical.ExternalStore.DataAccessLayer Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.