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 : ExternalStoreSqlDataAccessAgent Class |
The following tables list the members exposed by ExternalStoreSqlDataAccessAgent.
Name | Description | |
---|---|---|
ExternalStoreSqlDataAccessAgent Constructor | Initializes a new instance of the ExternalStoreSqlDataAccessAgent class. |
Name | Description | |
---|---|---|
ConnectionString | Returns the connection string used to connect to the database (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent) |
Name | Description | |
---|---|---|
ColumnNameExternalStoreGuid | Gets the column name that corresponds to the 'ExternalStoreGuid' in the 'External Store' database table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent) | |
ColumnNameReferencedFile | Gets the column name that corresponds to the 'ReferencedFile' in the 'External Store' database table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent) | |
ColumnNameSOPInstanceUID | Gets the column name that corresponds to the 'SOPInstanceUID' in the 'External Store' database table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent) | |
ColumnNameStoreToken | Gets the column name that corresponds to the 'StoreToken' in the 'External Store' database table. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent) | |
DatabaseProvider | Gets the database provider for connecting and working with 'External Store' database. (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent) | |
InstanceTableName | Returns the name of the database table that corresponds to the DICOM General Image IOD (Inherited from Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreDBDataAccessAgent) |
Name | Description | |
---|---|---|
CreateDatabaseProvider | Overridden. Creates the database provider for connecting and working with External Store database. | |
InitializeGetClearCountCommand | Overridden. 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 | Overridden. 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 | Overridden. 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 | Overridden. Initializes a System.Data.IDbCommand object to get the 'External Store' GUID that corresponds to the sopInstanceUid in the 'External Store'. | |
InitializeGetExternalStoreListCommand | Overridden. 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 | Overridden. 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 | Overridden. 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 | Overridden. 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 | Overridden. Initializes a System.Data.IDbCommand object to set the 'External Store' token that corresponds to the sopInstanceUid. | |
InitializeInsertCommand | Overridden. Initializes a System.Data.IDbCommand object to insert a record into the 'External Store' | |
InitializeIsExternalStoredCommand | Overridden. Initializes a System.Data.IDbCommand object to determine if the instance corresponding to the sopInstanceUid has been copied to the 'External Store'. | |
InitializeResetCommand | Overridden. 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 | Overridden. 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 | Overridden. Initializes a System.Data.IDbCommand object to delete all rows from the ExternalStore database table that match the sopInstanceUid. | |
InitializeSetReferencedCommand | Overridden. Initializes a System.Data.IDbCommand object to set referencedFile that corresponds to the sopInstanceUid in the 'Local Store'. | |
InitializeSetTokenCommand | Overridden. Initializes the set token command. |