![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Medical.ExternalStore.DataAccessLayer Namespace : ExternalStoreDBDataAccessAgent Class |
The following tables list the members exposed by ExternalStoreDBDataAccessAgent.
Name | Description | |
---|---|---|
![]() | ConnectionString | Returns the connection string used to connect to the database |
Name | Description | |
---|---|---|
![]() | ColumnNameExternalStoreGuid | Gets the column name that corresponds to the 'ExternalStoreGuid' in the 'External Store' database table. |
![]() | ColumnNameReferencedFile | Gets the column name that corresponds to the 'ReferencedFile' in the 'External Store' database table. |
![]() | ColumnNameSOPInstanceUID | Gets the column name that corresponds to the 'SOPInstanceUID' in the 'External Store' database table. |
![]() | ColumnNameStoreToken | Gets the column name that corresponds to the 'StoreToken' in the 'External Store' database table. |
![]() | DatabaseProvider | Gets the database provider for connecting and working with 'External Store' database. |
![]() | InstanceTableName | Returns the name of the database table that corresponds to the DICOM General Image IOD |
Name | Description | |
---|---|---|
![]() | GetClearCount | Gets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the 'Local Store' |
![]() | GetClearList | Gets the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be cleared from the 'Local Store' |
![]() | GetExternalStoreCount | Gets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' |
![]() | GetExternalStoreGuid | Gets the GUID of 'External Store' from the ExternalStore table that corresponds to the instance sopInstanceUid |
![]() | GetExternalStoreList | Returns a list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that need to be sent to the 'External Store' |
![]() | GetResetCount | Gets the reset count from the 'External Store' of the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the range. |
![]() | GetRestoreCount | Gets the count of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' |
![]() | GetRestoreList | Gets the list of Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that can be copied from the 'External Store' back to the 'Local Store' |
![]() | GetToken | Gets the 'External Store' token from the ExternalStore table that corresponds to the instance sopInstanceUid |
![]() | IsExternalStored | Returns 'true' if the instance corresponding to the sopInstanceUid has been copied to the 'External Store'; false otherwise |
![]() | Reset | Resets the 'External Store' with the Leadtools.Medical.ExternalStore.DataAccessLayer.DataTypes.ExternalStoreInstance that fall within the range. |
![]() | SetExternalStoreGuid | Sets the GUID of 'External Store' that corresponds to the instance sopInstanceUid in the ExternalStore table. |
![]() | SetInstanceExternalStored | Marks (as externally stored) the the instance that corresponds to sopInstanceUid in the ExternalStore table |
![]() | SetOverwriteFlag | Deletes all rows from the ExternalStore database table that match the sopInstanceUid |
![]() | SetReferencedFile | Sets the referenced file that corresponds to the instance sopInstanceUid in the Instance table. |
![]() | SetToken | Sets the 'External Store' token in the ExternalStore table that corresponds to the instance sopInstanceUid |
Name | Description | |
---|---|---|
![]() | CreateDatabaseProvider | Creates the database provider for connecting and working with 'External Store' database. |
![]() | 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' |
![]() | 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'' |
![]() | 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' |
![]() | InitializeGetExternalStoreGuidCommand | Initializes a System.Data.IDbCommand object to get the 'External Store' GUID that corresponds to the sopInstanceUid in the 'External Store'. |
![]() | 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' |
![]() | 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. |
![]() | 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' |
![]() | 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'' |
![]() | InitializeGetTokenCommand | Initializes a System.Data.IDbCommand object to set the 'External Store' token that corresponds to the sopInstanceUid. |
![]() | InitializeInsertCommand | Initializes a System.Data.IDbCommand object to insert a record into the 'External Store'. |
![]() | InitializeIsExternalStoredCommand | Initializes a System.Data.IDbCommand object to determine if the instance corresponding to the sopInstanceUid has been copied to the 'External Store'. |
![]() | 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. |
![]() | 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'. |
![]() | InitializeSetOverwriteCommand | Initializes a System.Data.IDbCommand object to delete all rows from the ExternalStore database table that match the sopInstanceUid. |
![]() | InitializeSetReferencedCommand | Initializes a System.Data.IDbCommand object to set referencedFile that corresponds to the sopInstanceUid in the 'Local Store'. |
![]() | InitializeSetTokenCommand | Initializes a System.Data.IDbCommand object to set the sopInstanceUid and corresponding 'External Store' token in the database. |