LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
StorageSqlCeDataAccessAgent Class Methods
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace : StorageSqlCeDataAccessAgent Class


"

For a list of all members of this type, see StorageSqlCeDataAccessAgent members.

"

Public Methods

 NameDescription
public Method DeleteInstanceDelete the composite instances information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method DeletePatientDelete the patient's information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method DeleteSeriesDelete the series information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method DeleteStudyDelete the studies information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method FindCompositeInstancesCountOverridden. Returns the number of composite instances that matches the query parameters.  
public Method FindPatientsCountOverridden. Returns the number of patients that matches the query parameters.  
public Method FindSeriesCountOverridden. Returns the number of series that matches the query parameters.  
public Method FindStudiesCountOverridden. Returns the number of studies that matches the query parameters.  
public Method IsCompositeInstancesExistsReturns whether a DICOM instance information exists for the given SOP Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method IsPatientsExistsReturns whether a patient information exists for the given Patient ID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method IsSeriesExistsReturns whether a series information exists for the given Series Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method IsStudyExistsReturns whether a study information exists for the given Study Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method QueryCompositeInstancesOverridden. Find composite instance information with the specified matching parameters.  
public Method QueryPatientsOverridden. Find patient's information with the specified matching parameters.  
public Method QuerySeriesOverridden. Find series information with the specified matching parameters.  
public Method QueryStudiesOverridden. Find studies information with the specified matching parameters.  
public Method StoreDicomAdd DICOM information into the storage source. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
public Method UpdateCompositeInstanceUpdate the information of DICOM composite instance by adding, deleting or modifying information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top

Protected Methods

 NameDescription
protected Method CreateCompositeInstanceDataSetReturns an empty CompositeInstanceDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method CreateDatabaseProviderOverridden. Creates the database provider for connecting and working with DICOM Storage SQL Server Compact database.  
protected Method 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.StorageDbDataAccessAgent)
protected Method GetDicomDataSetConverterReturns an object used to convert a Leadtools.Dicom.DicomDataSet into a CompositeInstanceDataSet. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareDeleteInstanceCommandInitializes a System.Data.IDbCommand object to delete composite instances using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareDeletePatientsCommandInitializes a System.Data.IDbCommand object to delete patients using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareDeletePatientsNoChildStudiesCommandInitializes a System.Data.IDbCommand object to delete orphan patients that doesn't have child studies information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareDeleteSeriesCommandInitializes a System.Data.IDbCommand object to delete series using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareDeleteSeriesNoChildInstancesCommandInitializes a System.Data.IDbCommand object to delete orphan series that doesn't have child composite instances information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareDeleteStudiesCommandInitializes a System.Data.IDbCommand object to delete studies using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareDeleteStudiesNoChildSeriesCommandInitializes a System.Data.IDbCommand object to delete orphanstudies that doesn't have child series information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareInstanceQueryCommandInitializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareInstanceQueryCountCommandInitializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareIsInstanceExistsCommandInitializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareIsPatientExistsCommandInitializes a System.Data.IDbCommand object to check whether a patient information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareIsSeriesExistsCommandInitializes a System.Data.IDbCommand object to check whether a series information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareIsStudyExistsCommandInitializes a System.Data.IDbCommand object to check whether a study information exists. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PreparePatientsQueryCommandInitializes a System.Data.IDbCommand object to query for patient information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PreparePatientsQueryCountCommandInitializes a System.Data.IDbCommand object to query for patients count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareSeriesQueryCommandInitializes a System.Data.IDbCommand object to query for series information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareSeriesQueryCountCommandInitializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareStudiesQueryCommandInitializes a System.Data.IDbCommand object to query for studies information using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method PrepareStudiesQueryCountCommandInitializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
protected Method UpdateTableUpdate a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent)
Top

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features