The following tables list the members exposed by WorklistSqlDbDataAccessAgent.
| Name | Description | |
|---|---|---|
| WorklistSqlDbDataAccessAgent Constructor | Initializes a new instance of the WorklistSqlDbDataAccessAgent class. |
| Name | Description | |
|---|---|---|
| ConnectionString | Gets or sets the connection string used to connect to the Work-list SQL Server database. |
| 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 | Find patients information with the specified matching parameters. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| 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 | Find modality work-list information with the specified matching parameters. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| QueryMPPS | Find modality performed procedure step information with the specified matching parameters. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| 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) |
| Name | Description | |
|---|---|---|
| CreateDatabaseProvider | Overridden. Creates the database provider for connecting and working with DICOM Work-list SQL Server database. |
| CreateMppsDataSet | Returns an empty Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| CreateMWLDataSet | Returns an empty Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset. (Inherited from Leadtools.Medical.Worklist.DataAccessLayer.WorklistDbDataAccessAgent) |
| PrepareFindPatientInformationCommand | Overridden. Initialzies an System.Data.IDbCommand object to query for patient's information using matching parameters. |
| PrepareMPPSQueryCommand | Overridden. Initialzies an System.Data.IDbCommand object to query for Modality performed procedure step information using matching parameters. |
| PrepareMWLQueryCommand | Overridden. Initialzies an System.Data.IDbCommand object to query for Modality work-list information using matching parameters. |
| PrepareSelectPerformedProcedureStepSopInstanceCommand | Overridden. Initialzies an System.Data.IDbCommand object to query for performed procedure step using the SOP Instance UID. |
| PrepareUnscheduledMPPSSelectCommand | Overridden. Initialzies an System.Data.IDbCommand object to query for unscheduled performed procedure step SOP Instance UIDs. |
| UpdateTable | Overridden. Update a specific table in a Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset or Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset by adding, deleting or modifying information. |