The following tables list the members exposed by StorageSqlCeDataAccessAgent.
| Name | Description | |
|---|---|---|
| StorageSqlCeDataAccessAgent Constructor | Initializes a new instance of the StorageSqlCeDataAccessAgent class with a connection string. |
| Name | Description | |
|---|---|---|
| ConnectionString | Gets or sets the connection string for the DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent) |
| Name | Description | |
|---|---|---|
| DataProvider | Gets the database provider for connecting and working with DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| StorageCatalog | Gets the configured Leadtools.Medical.DataAccessLayer.Catalog.ICatalog which describes the DICOM Storage database. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| Name | Description | |
|---|---|---|
| DeleteInstance | Delete the composite instances information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| DeletePatient | Delete the patient's information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| DeleteSeries | Delete the series information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| DeleteStudy | Delete the studies information that matches the given query parameters. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| FindCompositeInstancesCount | Overridden. Returns the number of composite instances that matches the query parameters. |
| FindPatientsCount | Overridden. Returns the number of patients that matches the query parameters. |
| FindSeriesCount | Overridden. Returns the number of series that matches the query parameters. |
| FindStudiesCount | Overridden. Returns the number of studies that matches the query parameters. |
| IsCompositeInstancesExists | Returns whether a DICOM instance information exists for the given SOP Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| IsPatientsExists | Returns whether a patient information exists for the given Patient ID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| IsSeriesExists | Returns whether a series information exists for the given Series Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| IsStudyExists | Returns whether a study information exists for the given Study Instance UID. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| QueryCompositeInstances | Overridden. Find composite instance information with the specified matching parameters. |
| QueryPatients | Overridden. Find patient's information with the specified matching parameters. |
| QuerySeries | Overridden. Find series information with the specified matching parameters. |
| QueryStudies | Overridden. Find studies information with the specified matching parameters. |
| StoreDicom | Add DICOM information into the storage source. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
| UpdateCompositeInstance | Update the information of DICOM composite instance by adding, deleting or modifying information. (Inherited from Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent) |
Top