LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)
LEAD Technologies, Inc

StorageSqlCeDataAccessAgent Class Members

Properties  Methods 


The following tables list the members exposed by StorageSqlCeDataAccessAgent.

Public Constructors
 NameDescription
Public ConstructorStorageSqlCeDataAccessAgent ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAutoTruncateDataGets 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)
Public PropertyConnectionStringGets or sets the connection string for the DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Top
Protected Properties
 NameDescription
Protected PropertyDataProviderGets the database provider for connecting and working with DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Protected PropertyStorageCatalogGets the configured Leadtools.Medical.DataAccessLayer.Catalog.ICatalog which describes the DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top
Public Methods
 NameDescription
Public MethodDeleteInstanceDelete the composite instances information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodDeletePatientDelete the patient's information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodDeleteSeriesDelete the series information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodDeleteStudyDelete the studies information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodFindCompositeInstancesCountOverridden. Returns the number of composite instances that matches the query parameters.  
Public MethodFindPatientsCountOverridden. Returns the number of patients that matches the query parameters.  
Public MethodFindSeriesCountOverridden. Returns the number of series that matches the query parameters.  
Public MethodFindStudiesCountOverridden. Returns the number of studies that matches the query parameters.  
Public MethodIsCompositeInstancesExistsReturns whether a DICOM instance information exists for the given SOP Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodIsPatientsExistsReturns whether a patient information exists for the given Patient ID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodIsSeriesExistsReturns whether a series information exists for the given Series Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodIsStudyExistsReturns whether a study information exists for the given Study Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodQueryCompositeInstancesOverridden. Find composite instance information with the specified matching parameters.  
Public MethodQueryPatientsOverridden. Find patient's information with the specified matching parameters.  
Public MethodQuerySeriesOverridden. Find series information with the specified matching parameters.  
Public MethodQueryStudiesOverridden. Find studies information with the specified matching parameters.  
Public MethodStoreDicomAdd DICOM information into the storage source. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodUpdateCompositeInstanceUpdate the information of DICOM composite instance by adding, deleting or modifying information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top
Protected Methods
 NameDescription
Protected MethodCreateCompositeInstanceDataSetReturns an empty CompositeInstanceDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Protected MethodCreateDatabaseProviderOverridden. Creates the database provider for connecting and working with DICOM Storage SQL Server Compact database.  
Protected MethodCreateDefaultCatalogReturns 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)
Protected MethodGetCompositeInstanceQueryDataAdapterTablesReturns 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)
Protected MethodGetDicomDataSetConverterReturns an object used to convert a Leadtools.Dicom.DicomDataSet into a CompositeInstanceDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Protected MethodInjectJoinForInstanceQueryReturns a string that joins user defined tables when performing an instance query (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodInjectJoinForPatientQueryReturns a string that joins user defined tables when performing a patient query (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodInjectJoinForSeriesQueryReturns a string that joins user defined tables when performing a series query. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodInjectJoinForStudyQueryReturns a string that joins user defined tables when performing a study query (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareDeleteInstanceCommandInitializes a System.Data.IDbCommand object to delete composite instances using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareDeletePatientsCommandInitializes a System.Data.IDbCommand object to delete patients using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareDeletePatientsNoChildStudiesCommandInitializes a System.Data.IDbCommand object to delete orphan studies that doesn't have child series information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareDeleteSeriesCommandInitializes a System.Data.IDbCommand object to delete series using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareDeleteSeriesNoChildInstancesCommandInitializes a System.Data.IDbCommand object to delete orphan patients that doesn't have child studies information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareDeleteStudiesCommandInitializes a System.Data.IDbCommand object to delete studies using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareDeleteStudiesNoChildSeriesCommandInitializes a System.Data.IDbCommand object to delete orphan series that doesn't have child composite instances information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareInstanceQueryCommandInitializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareInstanceQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareIsInstanceExistsCommandInitializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareIsPatientExistsCommandInitializes a System.Data.IDbCommand object to check whether a patient information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareIsSeriesExistsCommandInitializes a System.Data.IDbCommand object to check whether a series information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareIsStudyExistsCommandInitializes a System.Data.IDbCommand object to check whether a study information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPreparePatientsQueryCommandInitializes a System.Data.IDbCommand object to query for patient information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPreparePatientsQueryCountCommandInitializes a System.Data.IDbCommand object to query for patients count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareSeriesQueryCommandInitializes a System.Data.IDbCommand object to query for series information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareSeriesQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareStudiesQueryCommandInitializes a System.Data.IDbCommand object to query for studies information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodPrepareStudiesQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Protected MethodUpdateTableUpdate a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent)
Top
See Also

Reference

StorageSqlCeDataAccessAgent Class
Leadtools.Medical.Storage.DataAccessLayer Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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