The following tables list the members exposed by StorageSqlDbDataAccessAgent.
Name | Description | |
---|---|---|
![]() |
StorageDbDataAccessAgent7 | Initializes a new instance of the StorageDbDataAccessAgent7 class. (Inherited from StorageDbDataAccessAgent7) |
![]() |
StorageSqlDbDataAccessAgent | Initializes a new instance of the StorageSqlDbDataAccessAgent class with a connection string |
Name | Description | |
---|---|---|
![]() |
DeleteInstance | Deletes the composite instances information that match the given query parameters, with an option to delete orphaned records. (Inherited from StorageDbDataAccessAgent7) |
![]() |
DeleteSeries | Deletes the series records that match the given query parameters, with an option to delete orphaned records. (Inherited from StorageDbDataAccessAgent7) |
![]() |
DeleteStudy | Delete the study records that match the given query parameters, with an option to delete orphaned records. (Inherited from StorageDbDataAccessAgent7) |
![]() |
EmptyTable | Removes all records from the Patient, Study, Series, or Instance table. (Inherited from StorageDbDataAccessAgent7) |
![]() |
QueryPatients | Queries for patient information with the specified matching parameters and ExtraQueryOptions. (Inherited from StorageDbDataAccessAgent7) |
![]() |
QuerySeries | Queries for series information with the specified matching parameters and ExtraQueryOptions. (Inherited from StorageDbDataAccessAgent7) |
![]() |
QueryStudies | Queries for study information with the specified matching parameters and ExtraQueryOptions. (Inherited from StorageDbDataAccessAgent7) |
![]() |
RemoveOrphanRecords | Removes orphaned records from the Patient, Study, and Series database tables. (Inherited from StorageDbDataAccessAgent7) |
![]() |
StoreDicom | Adds DICOM information into the storage source with an option to remove any generated orphaned records. (Inherited from StorageDbDataAccessAgent7) |
Name | Description | |
---|---|---|
![]() |
CreateDatabaseProvider | Creates the database provider for connecting and working with DICOM Storage SQL Server database. |
![]() |
GetCompositeInstanceQueryDataAdapterTables | Returns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query. |
![]() |
GetHangingProtocolQueryDataAdapterTables | Gets the list of Hanging Protocol Query Data Adapter Tables for this StorageSqlDbDataAccessAgent. |
![]() |
InjectJoinForInstanceQuery | Returns a string that joins user defined tables when performing an instance query |
![]() |
InjectJoinForPatientQuery | Returns a string that joins user defined tables when performing a patient query |
![]() |
InjectJoinForSeriesQuery | Returns a string that joins user defined tables when performing a series query. |
![]() |
InjectJoinForStudyQuery | Returns a string that joins user defined tables when performing a study query |
![]() |
PrepareDeleteAllMetadataJsonCommand | Initializes a System.Data.IDbCommand object that is used by the DeleteAllMetadataJson method. |
![]() |
PrepareDeleteAllMetadataXmlCommand | Initializes a System.Data.IDbCommand object that is used by the DeleteAllMetadataXml method. |
![]() |
PrepareDeleteHangingProtocolCommand | Initializes a System.Data.IDbCommand object to delete a hanging protocol. |
![]() |
PrepareDeleteInstanceCommand | Initializes a System.Data.IDbCommand object to delete composite instances using matching parameters. |
![]() |
PrepareDeleteMetadataJsonCommand | Initializes a System.Data.IDbCommand object that is used by the DeleteMetadataJson method. |
![]() |
PrepareDeleteMetadataXmlCommand | Initializes a System.Data.IDbCommand object that is used by the DeleteMetadataXml method. |
![]() |
PrepareDeletePatientsCommand | Initializes a System.Data.IDbCommand object to delete patients using matching parameters. |
![]() |
PrepareDeletePatientsNoChildStudiesCommand(IDbCommand,Collection<CatalogElement[]>) | Initializes a System.Data.IDbCommand object that is used by the DeleteStudy, DeleteSeries and DeleteInstance methods. |
![]() |
PrepareDeleteSeriesCommand | Initializes a System.Data.IDbCommand object to delete series using matching parameters. |
![]() |
PrepareDeleteSeriesNoChildInstancesCommand(IDbCommand,Collection<CatalogElement[]>) | Initializes a System.Data.IDbCommand object that is used by the DeleteInstance method. |
![]() |
PrepareDeleteStudiesCommand | Initializes a System.Data.IDbCommand object to delete studies using matching parameters. |
![]() |
PrepareDeleteStudiesNoChildSeriesCommand(IDbCommand,Collection<CatalogElement[]>) | Initializes a System.Data.IDbCommand object that is used by the DeleteSeries and DeleteInstance methods. |
![]() |
PrepareEmptyTableCommand | Initializes a System.Data.IDbCommand object to remove all records from the Patient, Study, Series, or Instance table. |
![]() |
PrepareExistsHangingProtocolCommand | Initializes a System.Data.IDbCommand object to check if a hanging protocol exists. |
![]() |
PrepareExistsMetadataJsonCommand | Initializes a System.Data.IDbCommand object that is used by the ExistsMetadataJson method. |
![]() |
PrepareExistsMetadataXmlCommand | Initializes a System.Data.IDbCommand object that is used by the ExistsMetadataXml method. |
![]() |
PrepareGetCountMetadataJson | Initializes a System.Data.IDbCommand object that is used by the GetCountMetadataJson method. |
![]() |
PrepareGetCountMetadataXml | Initializes a System.Data.IDbCommand object that is used by the GetCountMetadataXml method. |
![]() |
PrepareHangingProtocolQueryCountCommand | Initializes a System.Data.IDbCommand object to query for hanging protocol count using matching parameters. |
![]() |
PrepareInsertCodeSequenceCommand | Initializes a System.Data.IDbCommand object to insert a code sequence. |
![]() |
PrepareInsertHangingProtocolCommand | Initializes a System.Data.Common.DbCommand object to insert a hanging protocol row into the database table. |
![]() |
PrepareInsertHangingProtocolDefinitonSequenceCommand | Initializes a System.Data.Common.DbCommand object to insert a hanging protocol definition sequence row into the database table. |
![]() |
PrepareInsertMetadataJsonCommand | Initializes a System.Data.IDbCommand object that is used by the StoreMetadataJson method. |
![]() |
PrepareInsertMetadataXmlCommand | Initializes a System.Data.IDbCommand object that is used by the StoreMetadataXml method. |
![]() |
PrepareInstancePageQueryCommand | Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters for pagination. |
![]() |
PrepareInstanceQueryCommand | Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters. |
![]() |
PrepareInstanceQueryCountCommand | Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. |
![]() |
PrepareIsInstanceExistsCommand | Initializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists. |
![]() |
PrepareIsPatientExistsCommand | Initializes a System.Data.IDbCommand object to check whether a patient information exists. |
![]() |
PrepareIsSeriesExistsCommand | Initializes a System.Data.IDbCommand object to check whether a series information exists. |
![]() |
PrepareIsStudyExistsCommand | Initializes a System.Data.IDbCommand object to check whether a study information exists. |
![]() |
PreparePatientsPageQueryCommand | Initializes a System.Data.IDbCommand object to query for patients page using matching parameters. |
![]() |
PreparePatientsQueryCommand | Initializes a System.Data.IDbCommand object to query for patient information using matching parameters. |
![]() |
PreparePatientsQueryCountCommand | Initializes a System.Data.IDbCommand object to query for patients count using matching parameters. |
![]() |
PrepareQueryHangingProtocolCommand | Initializes a System.Data.IDbCommand object to query for hanging protocol information using matching parameters. |
![]() |
PrepareQueryMetadataJson | Initializes a System.Data.IDbCommand object that is used by the GenerateMetadataJson method. |
![]() |
PrepareQueryMetadataXml | Initializes a System.Data.IDbCommand object that is used by the GenerateMetadataXml method. |
![]() |
PrepareSeriesPageQueryCommand | Initializes a System.Data.IDbCommand object to query for series page using matching parameters. |
![]() |
PrepareSeriesQueryCommand | Initializes a System.Data.IDbCommand object to query for series information using matching parameters. |
![]() |
PrepareSeriesQueryCountCommand | Initializes a System.Data.IDbCommand object to query for series count using matching parameters. |
![]() |
PrepareStudiesPageQueryCommand | Initializes a System.Data.IDbCommand object to query for studies page using matching parameters. |
![]() |
PrepareStudiesQueryCommand | Initializes a System.Data.IDbCommand object to query for studies information using matching parameters. |
![]() |
PrepareStudiesQueryCountCommand | Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. |
![]() |
PrepareUpdateMetadataJsonCommand | Initializes a System.Data.IDbCommand object that is used by the StoreMetadataJson method. |
![]() |
PrepareUpdateMetadataXmlCommand | Initializes a System.Data.IDbCommand object that is used by the StoreMetadataXml method. |
![]() |
UpdateTable | Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information. |
Name | Description | |
---|---|---|
![]() |
ConnectionString | Gets or sets the connection string for the DICOM Storage database. |
![]() |
DiagnosticLevel | Gets or sets a value indicating the diagnostic level. (Inherited from StorageDbDataAccessAgent7) |
![]() |
Timeout | Gets or sets the wait time (in seconds) before terminating the attempt to execute the command and generating an error. (Inherited from StorageDbDataAccessAgent7) |
StorageSqlDbDataAccessAgent Class
Leadtools.Medical.Storage.DataAccessLayer Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document