←Select platform
In This Topic ▼

StorageSqlCeDataAccessAgent Class Members

Summary

The following tables list the members exposed by StorageSqlCeDataAccessAgent.

Public Constructors

Name Description
Public Constructor
StorageSqlCeDataAccessAgent Initializes a new instance of the StorageSqlCeDataAccessAgent class with a connection string.
Public Constructor StorageSqlDbDataAccessAgent Initializes a new instance of the StorageSqlDbDataAccessAgent class. (Inherited from StorageSqlDbDataAccessAgent)

Public Methods

Name Description
Public Method
FindCompositeInstancesCount Returns the number of composite instances that matches the query parameters.
Public Method FindPatientsCount Returns the number of patients that matches the query parameters.
Public Method FindSeriesCount Returns the number of series that matches the query parameters.
Public Method FindStudiesCount Returns the number of studies that matches the query parameters.
Public Method QueryCompositeInstances Find composite instance information with the specified matching parameters.
Public Method QueryCompositeInstancesAsync Asynchronously performs a query to find the composite instance information with the specified matching parameters.
Public Method QueryPatients Find patient's information with the specified matching parameters.
Public Method QuerySeries Find series information with the specified matching parameters.
Public Method QueryStudies Find studies information with the specified matching parameters.

Protected Methods

Name Description
Protected Method
CreateDatabaseProvider Creates the database provider for connecting and working with DICOM Storage SQL Server Compact database.
Protected Method GetCompositeInstanceQueryDataAdapterTables Returns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method GetHangingProtocolQueryDataAdapterTables Gets the list of Hanging Protocol Query Data Adapter Tables for this StorageSqlDbDataAccessAgent. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method InjectJoinForInstanceQuery Returns a string that joins user defined tables when performing an instance query (Inherited from StorageSqlDbDataAccessAgent)
Protected Method InjectJoinForPatientQuery Returns a string that joins user defined tables when performing a patient query (Inherited from StorageSqlDbDataAccessAgent)
Protected Method InjectJoinForSeriesQuery Returns a string that joins user defined tables when performing a series query. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method InjectJoinForStudyQuery Returns a string that joins user defined tables when performing a study query (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteAllMetadataJsonCommand Initializes a System.Data.IDbCommand object that is used by the DeleteAllMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteAllMetadataXmlCommand Initializes a System.Data.IDbCommand object that is used by the DeleteAllMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteHangingProtocolCommand(IDbCommand,Collection<CatalogElement[]>) Initializes a System.Data.IDbCommand object to delete a hanging protocol using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteHangingProtocolCommand(IDbCommand,string) Initializes a System.Data.IDbCommand object to delete a hanging protocol. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteInstanceCommand Initializes a System.Data.IDbCommand object to delete composite instances using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteMetadataJsonCommand Initializes a System.Data.IDbCommand object that is used by the DeleteMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteMetadataXmlCommand Initializes a System.Data.IDbCommand object that is used by the DeleteMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeletePatientsCommand Initializes a System.Data.IDbCommand object to delete patients using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeletePatientsNoChildStudiesCommand Initializes a System.Data.IDbCommand object to delete orphan studies that does not have child series information. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteSeriesCommand Initializes a System.Data.IDbCommand object to delete series using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteSeriesNoChildInstancesCommand Initializes a System.Data.IDbCommand object to delete orphan patients that does not have child studies information. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteStudiesCommand Initializes a System.Data.IDbCommand object to delete studies using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareDeleteStudiesNoChildSeriesCommand Initializes a System.Data.IDbCommand object to delete orphan series that does not have child composite instances information. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareExistsHangingProtocolCommand Initializes a System.Data.IDbCommand object to check if a hanging protocol exists. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareExistsMetadataJsonCommand Initializes a System.Data.IDbCommand object that is used by the ExistsMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareExistsMetadataXmlCommand Initializes a System.Data.IDbCommand object that is used by the ExistsMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareGetCountMetadataJson Initializes a System.Data.IDbCommand object that is used by the GetCountMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareGetCountMetadataXml Initializes a System.Data.IDbCommand object that is used by the GetCountMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareHangingProtocolQueryCountCommand Initializes a System.Data.IDbCommand object to query for hanging protocol count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInsertCodeSequenceCommand Initializes a System.Data.IDbCommand object to insert a code sequence. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInsertHangingProtocolCommand Initializes a System.Data.Common.DbCommand object to insert a hanging protocol row into the database table. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInsertHangingProtocolDefinitonSequenceCommand Initializes a System.Data.Common.DbCommand object to insert a hanging protocol definition sequence row into the database table. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInsertMetadataJsonCommand Initializes a System.Data.IDbCommand object that is used by the StoreMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInsertMetadataXmlCommand Initializes a System.Data.IDbCommand object that is used by the StoreMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInstancePageQueryCommand Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters for pagination. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInstanceQueryCommand Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInstanceQueryCountCommand(IDbCommand,Collection<CatalogElement[]>) Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInstanceQueryCountCommand(IDbCommand,Collection<CatalogElement[]>,ExtraQueryOptions) Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareInstanceQueryCountCommand(IDbCommand,string) Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareIsInstanceExistsCommand Initializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareIsPatientExistsCommand Initializes a System.Data.IDbCommand object to check whether a patient information exists. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareIsSeriesExistsCommand Initializes a System.Data.IDbCommand object to check whether a series information exists. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareIsStudyExistsCommand Initializes a System.Data.IDbCommand object to check whether a study information exists. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PreparePatientsPageQueryCommand Initializes a System.Data.IDbCommand object to query for patients page using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PreparePatientsQueryCommand Initializes a System.Data.IDbCommand object to query for patient information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PreparePatientsQueryCountCommand Initializes a System.Data.IDbCommand object to query for patients count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareQueryHangingProtocolCommand Initializes a System.Data.IDbCommand object to query for hanging protocol information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareQueryMetadataJson Initializes a System.Data.IDbCommand object that is used by the GenerateMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareQueryMetadataXml Initializes a System.Data.IDbCommand object that is used by the GenerateMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareSeriesPageQueryCommand Initializes a System.Data.IDbCommand object to query for series page using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareSeriesQueryCommand Initializes a System.Data.IDbCommand object to query for series information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareSeriesQueryCountCommand(IDbCommand,Collection<CatalogElement[]>) Initializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareSeriesQueryCountCommand(IDbCommand,Collection<CatalogElement[]>,ExtraQueryOptions) Initializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareSeriesQueryCountCommand(IDbCommand,string) Initializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareStudiesPageQueryCommand Initializes a System.Data.IDbCommand object to query for studies page using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareStudiesQueryCommand Initializes a System.Data.IDbCommand object to query for studies information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareStudiesQueryCountCommand(IDbCommand,Collection<CatalogElement[]>) Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareStudiesQueryCountCommand(IDbCommand,Collection<CatalogElement[]>,ExtraQueryOptions) Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareStudiesQueryCountCommand(IDbCommand,string) Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareUpdateMetadataJsonCommand Initializes a System.Data.IDbCommand object that is used by the StoreMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method PrepareUpdateMetadataXmlCommand Initializes a System.Data.IDbCommand object that is used by the StoreMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent)
Protected Method UpdateTable Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information. (Inherited from StorageSqlDbDataAccessAgent)

Public Properties

Name Description
Public Property
ConnectionString Gets or sets the connection string for the DICOM Storage database. (Inherited from StorageSqlDbDataAccessAgent)
Public Property HangingProtocolSupported Gets or sets a value that indicates whether Hanging Protocol support is present.

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

Leadtools.Medical.Storage.DataAccessLayer Assembly