←Select platform

StorageSqlCeDataAccessAgent Class Members

Summary

The following tables list the members exposed by StorageSqlCeDataAccessAgent.

Public Constructors

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

Public Methods

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

Protected Methods

Name Description
CreateDatabaseProvider Creates the database provider for connecting and working with DICOM Storage SQL Server Compact database.
GetCompositeInstanceQueryDataAdapterTables Returns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query. (Inherited from StorageSqlDbDataAccessAgent)
GetHangingProtocolQueryDataAdapterTables Gets the list of Hanging Protocol Query Data Adapter Tables for this StorageSqlDbDataAccessAgent. (Inherited from StorageSqlDbDataAccessAgent)
InjectJoinForInstanceQuery Returns a string that joins user defined tables when performing an instance query (Inherited from StorageSqlDbDataAccessAgent)
InjectJoinForPatientQuery Returns a string that joins user defined tables when performing a patient query (Inherited from StorageSqlDbDataAccessAgent)
InjectJoinForSeriesQuery Returns a string that joins user defined tables when performing a series query. (Inherited from StorageSqlDbDataAccessAgent)
InjectJoinForStudyQuery Returns a string that joins user defined tables when performing a study query (Inherited from StorageSqlDbDataAccessAgent)
PrepareDeleteHangingProtocolCommand Initializes a System.Data.IDbCommand object to delete a hanging protocol. (Inherited from StorageSqlDbDataAccessAgent)
PrepareDeleteInstanceCommand Initializes a System.Data.IDbCommand object to delete composite instances using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareDeletePatientsCommand Initializes a System.Data.IDbCommand object to delete patients using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareDeletePatientsNoChildStudiesCommand Initializes a System.Data.IDbCommand object to delete orphan studies that doesn't have child series information. (Inherited from StorageSqlDbDataAccessAgent)
PrepareDeleteSeriesCommand Initializes a System.Data.IDbCommand object to delete series using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareDeleteSeriesNoChildInstancesCommand Initializes a System.Data.IDbCommand object to delete orphan patients that doesn't have child studies information. (Inherited from StorageSqlDbDataAccessAgent)
PrepareDeleteStudiesCommand Initializes a System.Data.IDbCommand object to delete studies using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareDeleteStudiesNoChildSeriesCommand Initializes a System.Data.IDbCommand object to delete orphan series that doesn't have child composite instances information. (Inherited from StorageSqlDbDataAccessAgent)
PrepareExistsHangingProtocolCommand Initializes a System.Data.IDbCommand object to check if a hanging protocol exists. (Inherited from StorageSqlDbDataAccessAgent)
PrepareHangingProtocolQueryCountCommand Initializes a System.Data.IDbCommand object to query for hanging protocol count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareInsertCodeSequenceCommand Initializes a System.Data.IDbCommand object to insert a code sequence. (Inherited from StorageSqlDbDataAccessAgent)
PrepareInsertHangingProtocolCommand Initializes a System.Data.Common.DbCommand object to insert a hanging protocol row into the database table. (Inherited from StorageSqlDbDataAccessAgent)
PrepareInsertHangingProtocolDefinitonSequenceCommand Initializes a System.Data.Common.DbCommand object to insert a hanging protocol definition sequence row into the database table. (Inherited from StorageSqlDbDataAccessAgent)
PrepareInstancePageQueryCommand Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters for pagination. (Inherited from StorageSqlDbDataAccessAgent)
PrepareInstanceQueryCommand Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareInstanceQueryCountCommand Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareIsInstanceExistsCommand Initializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists. (Inherited from StorageSqlDbDataAccessAgent)
PrepareIsPatientExistsCommand Initializes a System.Data.IDbCommand object to check whether a patient information exists. (Inherited from StorageSqlDbDataAccessAgent)
PrepareIsSeriesExistsCommand Initializes a System.Data.IDbCommand object to check whether a series information exists. (Inherited from StorageSqlDbDataAccessAgent)
PrepareIsStudyExistsCommand Initializes a System.Data.IDbCommand object to check whether a study information exists. (Inherited from StorageSqlDbDataAccessAgent)
PreparePatientsPageQueryCommand Initializes a System.Data.IDbCommand object to query for patients page using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PreparePatientsQueryCommand Initializes a System.Data.IDbCommand object to query for patient information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PreparePatientsQueryCountCommand Initializes a System.Data.IDbCommand object to query for patients count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareQueryHangingProtocolCommand Initializes a System.Data.IDbCommand object to query for hanging protocol information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareSeriesPageQueryCommand Initializes a System.Data.IDbCommand object to query for series page using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareSeriesQueryCommand Initializes a System.Data.IDbCommand object to query for series information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareSeriesQueryCountCommand Initializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareStudiesPageQueryCommand Initializes a System.Data.IDbCommand object to query for studies page using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareStudiesQueryCommand Initializes a System.Data.IDbCommand object to query for studies information using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
PrepareStudiesQueryCountCommand Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent)
UpdateTable Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information. (Inherited from StorageSqlDbDataAccessAgent)

Public Properties

Name Description
ConnectionString Gets or sets the connection string for the DICOM Storage database. (Inherited from StorageSqlDbDataAccessAgent)
HangingProtocolSupported Gets or sets a value that indicates whether Hanging Protocol support is present.
Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly