| Leadtools.Medical.Worklist.DataAccessLayer Namespace : WorklistDbDataAccessAgent Class | 
The following tables list the members exposed by WorklistDbDataAccessAgent.
| Name | Description | |
|---|---|---|
|  | NumberOfMatchingWlResponses | Gets or sets the maximum number of matching worklist items to return for any worklist query method. | 
| Name | Description | |
|---|---|---|
|  | DataProvider | Gets the database provider for connecting and working with DICOM Worklist database. | 
|  | WorklistCatalog | Gets the configured Leadtools.Medical.DataAccessLayer.Catalog.ICatalog which describes the DICOM Worklist database. | 
| Name | Description | |
|---|---|---|
|  | FindPatientInformation | Find patients information with the specified matching parameters. | 
|  | GetAccessionNumbers | Gets a list of accession numbers corresponding to a specific patient ID and a specific issuer of patient ID. | 
|  | GetAdmissionIDs | Gets a list of Admission IDs. | 
|  | GetPatientIDs | Gets a list of all patient IDs. | 
|  | GetRequestedProcedureIDs | Gets a list of Requested Procedure IDs that correspond to a specific accession number. | 
|  | GetScheduledProcedureStepIDs | Gets a list of Scheduled Procedure Step IDs that correspond to a specific accession number and a specific Requested Procedure ID. | 
|  | GetUnscheduledPerformedProcedureStepUIDs | Returns the SOP Instance UID for the performed procedure steps that have no scheduled procedure step. | 
|  | IsPerformedProcedureStepExist | Decides whether a performed procedure exists. | 
|  | QueryModalityWorklists | Find modality work-list information with the specified matching parameters. | 
|  | QueryMPPS | 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. | 
|  | UpdateMPPS | Update the information of DICOM Modality Performed Procedure Step items by adding, deleting or modifying them. | 
|  | UpdateMWL | Update the information of DICOM Work-list items by adding, deleting or modifying them. | 
| Name | Description | |
|---|---|---|
|  | CreateDatabaseProvider | Creates the database provider for connecting and working with DICOM Work-list database. | 
|  | CreateDefaultCatalog | Returns the default Leadtools.Medical.DataAccessLayer.Catalog.ICatalog that is used for mapping matching parameters into database tables/columns. | 
|  | CreateMppsDataSet | Returns an empty Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset. | 
|  | CreateMWLDataSet | Returns an empty Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset. | 
|  | PrepareFindPatientInformationCommand | Initializes an System.Data.IDbCommand object to query for patient's information using matching parameters. | 
|  | PrepareGetAccessionNumbersCommand | Initializes an System.Data.IDbCommand object to query for accession numbers for a specific patient ID and issuer of Patient ID. | 
|  | PrepareGetAdmissionIdsCommand | Initializes an System.Data.IDbCommand object to query for Admission IDs. | 
|  | PrepareGetPatientIdsSelectCommand | Initializes an System.Data.IDbCommand object to query for selected Patient IDs. | 
|  | PrepareGetRequestedProcedureIdsCommand | Initializes an System.Data.IDbCommand object to query for Requested Procedure IDs for a specific accession number. | 
|  | PrepareGetSechduleProcedureStepIdsCommand | Initializes an System.Data.IDbCommand object to query for Scheduled Procedure Step IDs for a specific accession number and requested Procedure ID. | 
|  | PrepareMPPSQueryCommand | Initializes an System.Data.IDbCommand object to query for Modality performed procedure step information using matching parameters. | 
|  | PrepareMWLQueryCommand | Initializes an System.Data.IDbCommand object to query for Modality work-list information using matching parameters. | 
|  | PrepareSelectPerformedProcedureStepSopInstanceCommand | Initializes an System.Data.IDbCommand object to query for performed procedure step using the SOP Instance UID. | 
|  | PrepareUnscheduledMPPSSelectCommand | Initializes an System.Data.IDbCommand object to query for unscheduled performed procedure step SOP Instance UIDs. | 
|  | UpdateTable | 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. |