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

StorageSqlDbDataAccessAgent Class Members

Properties  Methods 


The following tables list the members exposed by StorageSqlDbDataAccessAgent.

Public Constructors
 NameDescription
Public ConstructorStorageSqlDbDataAccessAgent 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.  
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 MethodFindCompositeInstancesCountReturns the number of composite instances that matches the query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodFindPatientsCountReturns the number of patients that matches the query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodFindSeriesCountReturns the number of series that matches the query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodFindStudiesCountReturns the number of studies that matches the query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
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 MethodQueryCompositeInstancesFind composite instance information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodQueryPatientsFind patient's information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodQuerySeriesFind series information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Public MethodQueryStudiesFind studies information with the specified matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
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 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 MethodGetCompositeInstanceQueryDataAdapterTablesOverridden. Returns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query.  
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  
Protected MethodInjectJoinForPatientQueryReturns a string that joins user defined tables when performing a patient query  
Protected MethodInjectJoinForSeriesQueryReturns a string that joins user defined tables when performing a series query.  
Protected MethodInjectJoinForStudyQueryReturns a string that joins user defined tables when performing a study query  
Protected MethodPrepareDeleteInstanceCommandOverridden. Initializes a System.Data.IDbCommand object to delete composite instances using matching parameters.  
Protected MethodPrepareDeletePatientsCommandOverridden. Initializes a System.Data.IDbCommand object to delete patients using matching parameters.  
Protected MethodPrepareDeletePatientsNoChildStudiesCommandOverridden. Initializes a System.Data.IDbCommand object to delete orphan studies that doesn't have child series information.  
Protected MethodPrepareDeleteSeriesCommandOverridden. Initializes a System.Data.IDbCommand object to delete series using matching parameters.  
Protected MethodPrepareDeleteSeriesNoChildInstancesCommandOverridden. Initializes a System.Data.IDbCommand object to delete orphan patients that doesn't have child studies information.  
Protected MethodPrepareDeleteStudiesCommandOverridden. Initializes a System.Data.IDbCommand object to delete studies using matching parameters.  
Protected MethodPrepareDeleteStudiesNoChildSeriesCommandOverridden. Initializes a System.Data.IDbCommand object to delete orphan series that doesn't have child composite instances information.  
Protected MethodPrepareInstanceQueryCommandOverridden. Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters.  
Protected MethodPrepareInstanceQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters.  
Protected MethodPrepareIsInstanceExistsCommandOverridden. Initializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists.  
Protected MethodPrepareIsPatientExistsCommandOverridden. Initializes a System.Data.IDbCommand object to check whether a patient information exists.  
Protected MethodPrepareIsSeriesExistsCommandOverridden. Initializes a System.Data.IDbCommand object to check whether a series information exists.  
Protected MethodPrepareIsStudyExistsCommandOverridden. Initializes a System.Data.IDbCommand object to check whether a study information exists.  
Protected MethodPreparePatientsQueryCommandOverridden. Initializes a System.Data.IDbCommand object to query for patient information using matching parameters.  
Protected MethodPreparePatientsQueryCountCommandOverridden. Initializes a System.Data.IDbCommand object to query for patients count using matching parameters.  
Protected MethodPrepareSeriesQueryCommandOverridden. Initializes a System.Data.IDbCommand object to query for series information using matching parameters.  
Protected MethodPrepareSeriesQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for series count using matching parameters.  
Protected MethodPrepareStudiesQueryCommandOverridden. Initializes a System.Data.IDbCommand object to query for studies information using matching parameters.  
Protected MethodPrepareStudiesQueryCountCommandOverloaded. Initializes a System.Data.IDbCommand object to query for studies count using matching parameters.  
Protected MethodUpdateTableOverridden. Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information.  
Top
See Also

Reference

StorageSqlDbDataAccessAgent 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