|
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) |
|
PrepareDeleteAllMetadataJsonCommand |
Initializes a System.Data.IDbCommand object that is used by the DeleteAllMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeleteAllMetadataXmlCommand |
Initializes a System.Data.IDbCommand object that is used by the DeleteAllMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeleteHangingProtocolCommand(IDbCommand,Collection<CatalogElement[]>) |
Initializes a System.Data.IDbCommand object to delete a hanging protocol using matching parameters. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeleteHangingProtocolCommand(IDbCommand,string) |
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) |
|
PrepareDeleteMetadataJsonCommand |
Initializes a System.Data.IDbCommand object that is used by the DeleteMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeleteMetadataXmlCommand |
Initializes a System.Data.IDbCommand object that is used by the DeleteMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeletePatientsCommand |
Initializes a System.Data.IDbCommand object to delete patients using matching parameters. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeletePatientsNoChildStudiesCommand(IDbCommand,Collection<CatalogElement[]>) |
Initializes a System.Data.IDbCommand object that is used by the DeleteStudy, DeleteSeries and DeleteInstance methods. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeleteSeriesCommand |
Initializes a System.Data.IDbCommand object to delete series using matching parameters. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeleteSeriesNoChildInstancesCommand(IDbCommand,Collection<CatalogElement[]>) |
Initializes a System.Data.IDbCommand object that is used by the DeleteInstance method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeleteStudiesCommand |
Initializes a System.Data.IDbCommand object to delete studies using matching parameters. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareDeleteStudiesNoChildSeriesCommand(IDbCommand,Collection<CatalogElement[]>) |
Initializes a System.Data.IDbCommand object that is used by the DeleteSeries and DeleteInstance methods. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareEmptyTableCommand |
Initializes a System.Data.IDbCommand object to remove all records from the Patient, Study, Series, or Instance table. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareExistsHangingProtocolCommand |
Initializes a System.Data.IDbCommand object to check if a hanging protocol exists. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareExistsMetadataJsonCommand |
Initializes a System.Data.IDbCommand object that is used by the ExistsMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareExistsMetadataXmlCommand |
Initializes a System.Data.IDbCommand object that is used by the ExistsMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareGetCountMetadataJson |
Initializes a System.Data.IDbCommand object that is used by the GetCountMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareGetCountMetadataXml |
Initializes a System.Data.IDbCommand object that is used by the GetCountMetadataXml method. (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) |
|
PrepareInsertMetadataJsonCommand |
Initializes a System.Data.IDbCommand object that is used by the StoreMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareInsertMetadataXmlCommand |
Initializes a System.Data.IDbCommand object that is used by the StoreMetadataXml method. (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(IDbCommand,Collection<CatalogElement[]>,ExtraQueryOptions) |
Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareInstanceQueryCountCommand(IDbCommand,string) |
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) |
|
PrepareQueryMetadataJson |
Initializes a System.Data.IDbCommand object that is used by the GenerateMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareQueryMetadataXml |
Initializes a System.Data.IDbCommand object that is used by the GenerateMetadataXml method. (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(IDbCommand,Collection<CatalogElement[]>,ExtraQueryOptions) |
Initializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareSeriesQueryCountCommand(IDbCommand,string) |
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(IDbCommand,Collection<CatalogElement[]>,ExtraQueryOptions) |
Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareStudiesQueryCountCommand(IDbCommand,string) |
Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareUpdateMetadataJsonCommand |
Initializes a System.Data.IDbCommand object that is used by the StoreMetadataJson method. (Inherited from StorageSqlDbDataAccessAgent) |
|
PrepareUpdateMetadataXmlCommand |
Initializes a System.Data.IDbCommand object that is used by the StoreMetadataXml method. (Inherited from StorageSqlDbDataAccessAgent) |
|
UpdateTable |
Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information. (Inherited from StorageSqlDbDataAccessAgent) |