LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

StorageSqlCeDataAccessAgent Class Members

Show in webframe
Properties  Methods  Events


The following tables list the members exposed by StorageSqlCeDataAccessAgent.

Public Constructors
 NameDescription
StorageSqlCeDataAccessAgent ConstructorOverloaded.   
Top
Public Properties
 NameDescription
AutoTruncateDataGets or sets a value indicating whether string data should be truncated to match the data store length when storing a Leadtools.Dicom.DicomDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
ConnectionStringGets or sets the connection string for the DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
MaxQueryResultsGets or sets a value indicating the maximum number of rows to return. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top
Protected Properties
 NameDescription
DataProviderGets the database provider for connecting and working with DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
StorageCatalogGets the configured Leadtools.Medical.DataAccessLayer.Catalog.ICatalog which describes the DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top
Public Methods
 NameDescription
CancelQueryCompositeInstancesAsyncCancels an existing call to QueryCompositeInstancesAsync (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
DeleteInstanceDelete the composite instances information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
DeletePatientDelete the patient's information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
DeleteSeriesDelete the series information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
DeleteStudyDelete the studies information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
FindCompositeInstancesCountOverridden. Returns the number of composite instances that matches the query parameters.  
FindPatientsCountOverridden. Returns the number of patients that matches the query parameters.  
FindSeriesCountOverridden. Returns the number of series that matches the query parameters.  
FindStudiesCountOverridden. Returns the number of studies that matches the query parameters.  
IsCompositeInstancesExistsReturns whether a DICOM instance information exists for the given SOP Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
IsPatientsExistsReturns whether a patient information exists for the given Patient ID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
IsSeriesExistsReturns whether a series information exists for the given Series Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
IsStudyExistsReturns whether a study information exists for the given Study Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
QueryCompositeInstancesOverridden. Find composite instance information with the specified matching parameters.  
QueryCompositeInstancesAsyncAsychronously performs a query to find the composite instance information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
QueryPatientsOverridden. Find patient's information with the specified matching parameters.  
QuerySeriesOverridden. Find series information with the specified matching parameters.  
QueryStudiesOverridden. Find studies information with the specified matching parameters.  
StoreDicomAdd DICOM information into the storage source. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
UpdateCompositeInstanceUpdate the information of DICOM composite instance by adding, deleting or modifying information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top
Protected Methods
 NameDescription
CreateCompositeInstanceDataSetReturns an empty CompositeInstanceDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
CreateDatabaseProviderOverridden. Creates the database provider for connecting and working with DICOM Storage SQL Server Compact database.  
CreateDefaultCatalogReturns the default Leadtools.Medical.DataAccessLayer.Catalog.ICatalog that is used for mapping matching parameters into database tables/columns. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
GetCompositeInstanceQueryDataAdapterTablesReturns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
GetDicomDataSetConverterReturns an object used to convert a Leadtools.Dicom.DicomDataSet into a CompositeInstanceDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
InjectJoinForInstanceQueryReturns a string that joins user defined tables when performing an instance query (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
InjectJoinForPatientQueryReturns a string that joins user defined tables when performing a patient query (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
InjectJoinForSeriesQueryReturns a string that joins user defined tables when performing a series query. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
InjectJoinForStudyQueryReturns a string that joins user defined tables when performing a study query (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
OnQueryCompositeInstancesCompletedRaises the QueryCompositeInstancesCompleted event. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
OnQueryCompositeInstancesStartingRaises the QueryCompositeInstancesStarting event. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
PrepareDeleteInstanceCommandInitializes a System.Data.IDbCommand object to delete composite instances using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareDeletePatientsCommandInitializes a System.Data.IDbCommand object to delete patients using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareDeletePatientsNoChildStudiesCommandInitializes a System.Data.IDbCommand object to delete orphan studies that doesn't have child series information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareDeleteSeriesCommandInitializes a System.Data.IDbCommand object to delete series using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareDeleteSeriesNoChildInstancesCommandInitializes a System.Data.IDbCommand object to delete orphan patients that doesn't have child studies information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareDeleteStudiesCommandInitializes a System.Data.IDbCommand object to delete studies using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareDeleteStudiesNoChildSeriesCommandInitializes a System.Data.IDbCommand object to delete orphan series that doesn't have child composite instances information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareInstancePageQueryCommandInitializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters for pagination. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareInstanceQueryCommandInitializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareInstanceQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareIsInstanceExistsCommandInitializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareIsPatientExistsCommandInitializes a System.Data.IDbCommand object to check whether a patient information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareIsSeriesExistsCommandInitializes a System.Data.IDbCommand object to check whether a series information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareIsStudyExistsCommandInitializes a System.Data.IDbCommand object to check whether a study information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PreparePatientsQueryCommandInitializes a System.Data.IDbCommand object to query for patient information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PreparePatientsQueryCountCommandInitializes a System.Data.IDbCommand object to query for patients count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareSeriesQueryCommandInitializes a System.Data.IDbCommand object to query for series information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareSeriesQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareStudiesQueryCommandInitializes a System.Data.IDbCommand object to query for studies information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
PrepareStudiesQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
UpdateTableUpdate a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Top
Public Events
 NameDescription
QueryCompositeInstancesCompletedOccurs when the QueryCompositeInstancesAsync is completed. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
QueryCompositeInstancesStartingOccurs when the QueryCompositeInstancesAsync is first called. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top
See Also

Reference

StorageSqlCeDataAccessAgent Class
Leadtools.Medical.Storage.DataAccessLayer Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features