The following tables list the members exposed by WorklistSqlCeDataAccessAgent.
| Name | Description | |
|---|---|---|
| WorklistSqlCeDataAccessAgent Constructor | Initializes a new instance of the WorklistSqlCeDataAccessAgent class. |
| Name | Description | |
|---|---|---|
| ConnectionString | Gets or sets the connection string used to connect to the Work-list SQL Server database. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistSqlDbDataAccessAgent) |
| Name | Description | |
|---|---|---|
| DataProvider | Gets the database provider for connecting and working with DICOM Worklist database. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| WorklistCatalog | Gets the configured Leadtools.Medical.DataAccessLayer.Catalog.ICatalog which describes the DICOM Worklist database. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| Name | Description | |
|---|---|---|
| FindPatientInformation | Overridden. Find patients information with the specified matching parameters. |
| GetUnscheduledPerformedProcedureStepUIDs | Returns the SOP Instance UID for the performed procedure steps that have no scheduled procedure step. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| IsPerformedProcedureStepExist | Decides whether a performed procedure exists. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| QueryModalityWorklists | Overridden. Find modality work-list information with the specified matching parameters. |
| QueryMPPS | Overridden. Find modality performed procedure step information with the specified matching parameters. |
| ResolveUnscheduledPerformedProcedureStep | Update an existent unscheduled performed procedure step by connecting it to an existent scheduled procedure. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| UpdateMPPS | Update the information of DICOM Modality Performed Procedure Step items by adding, deleting or modifying them. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| UpdateMWL | Update the information of DICOM Work-list items by adding, deleting or modifying them. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
Top