←Select platform
In This Topic ▼

WorklistSqlDbDataAccessAgent Class Members

Summary

The following tables list the members exposed by WorklistSqlDbDataAccessAgent.

Public Constructors

Name Description
Public Constructor
WorklistDbDataAccessAgent Initializes a new instance of this class. (Inherited from WorklistDbDataAccessAgent)
Public Constructor WorklistSqlDbDataAccessAgent Initializes a new instance of the WorklistSqlDbDataAccessAgent class.

Public Methods

Name Description
Public Method
DeleteWorklistEntity (Inherited from WorklistDbDataAccessAgent)
Public Method FindPatientInformation Find patients information with the specified matching parameters. (Inherited from WorklistDbDataAccessAgent)
Public Method GetAccessionNumbers Gets a list of accession numbers corresponding to a specific patient ID and a specific issuer of patient ID. (Inherited from WorklistDbDataAccessAgent)
Public Method GetAdmissionIDs Gets a list of Admission IDs. (Inherited from WorklistDbDataAccessAgent)
Public Method GetPatientIDs Gets a list of all patient IDs. (Inherited from WorklistDbDataAccessAgent)
Public Method GetRequestedProcedureIDs Gets a list of Requested Procedure IDs that correspond to a specific accession number. (Inherited from WorklistDbDataAccessAgent)
Public Method GetScheduledProcedureStepIDs Gets a list of Scheduled Procedure Step IDs that correspond to a specific accession number and a specific Requested Procedure ID. (Inherited from WorklistDbDataAccessAgent)
Public Method GetUnscheduledPerformedProcedureStepUIDs Returns the SOP Instance UID for the performed procedure steps that have no scheduled procedure step. (Inherited from WorklistDbDataAccessAgent)
Public Method IsPerformedProcedureStepExist Decides whether a performed procedure exists. (Inherited from WorklistDbDataAccessAgent)
Public Method QueryModalityWorklists Find modality work-list information with the specified matching parameters. (Inherited from WorklistDbDataAccessAgent)
Public Method QueryMPPS Find modality performed procedure step information with the specified matching parameters. (Inherited from WorklistDbDataAccessAgent)
Public Method ResolveUnscheduledPerformedProcedureStep Update an existent unscheduled performed procedure step by connecting it to an existent scheduled procedure. (Inherited from WorklistDbDataAccessAgent)
Public Method UpdateMPPS Update the information of DICOM Modality Performed Procedure Step items by adding, deleting or modifying them. (Inherited from WorklistDbDataAccessAgent)
Public Method UpdateMWL Update the information of DICOM Work-list items by adding, deleting or modifying them. (Inherited from WorklistDbDataAccessAgent)

Protected Methods

Name Description
Protected Method
CreateDatabaseProvider Creates the database provider for connecting and working with DICOM Work-list SQL Server database.
Protected Method CreateDefaultCatalog Returns the default Leadtools.Medical.DataAccessLayer.Catalog.ICatalog that is used for mapping matching parameters into database tables/columns. (Inherited from WorklistDbDataAccessAgent)
Protected Method CreateMppsDataSet Returns an empty Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset. (Inherited from WorklistDbDataAccessAgent)
Protected Method CreateMWLDataSet Returns an empty Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset. (Inherited from WorklistDbDataAccessAgent)
Protected Method GenerateXMLDeleteCommandText Gets a query string for deleting a worklist item.
Protected Method PrepareFindPatientInformationCommand Initialzies an System.Data.IDbCommand object to query for patient's information using matching parameters.
Protected Method PrepareGetAccessionNumbersCommand Initializes an System.Data.IDbCommand object to query for accession numbers for a specific patient ID and issuer of Patient ID.
Protected Method PrepareGetAdmissionIdsCommand Initializes an System.Data.IDbCommand object to query for Admission IDs.
Protected Method PrepareGetPatientIdsSelectCommand Initializes an System.Data.IDbCommand object to query for selected Patient IDs.
Protected Method PrepareGetRequestedProcedureIdsCommand Initializes an System.Data.IDbCommand object to query for Requested Procedure IDs for a specific accession number.
Protected Method PrepareGetSechduleProcedureStepIdsCommand Initializes an System.Data.IDbCommand object to query for Scheduled Procedure Step IDs for a specific accession number and requested Procedure ID.
Protected Method PrepareMPPSQueryCommand Initialzies an System.Data.IDbCommand object to query for Modality performed procedure step information using matching parameters.
Protected Method PrepareMWLQueryCommand Initialzies an System.Data.IDbCommand object to query for Modality work-list information using matching parameters.
Protected Method PrepareSelectPerformedProcedureStepSopInstanceCommand Initialzies an System.Data.IDbCommand object to query for performed procedure step using the SOP Instance UID.
Protected Method PrepareUnscheduledMPPSSelectCommand Initialzies an System.Data.IDbCommand object to query for unscheduled performed procedure step SOP Instance UIDs.
Protected Method 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.

Public Properties

Name Description
Public Property
ConnectionString Gets or sets the connection string used to connect to the Work-list SQL Server database.
Public Property NumberOfMatchingWlResponses Gets or sets the maximum number of matching worklist items to return for any worklist query method. (Inherited from WorklistDbDataAccessAgent)

Protected Properties

Name Description
Protected Property
DataProvider Gets the database provider for connecting and working with DICOM Worklist database. (Inherited from WorklistDbDataAccessAgent)
Protected Property WorklistCatalog Gets the configured Leadtools.Medical.DataAccessLayer.Catalog.ICatalog which describes the DICOM Worklist database. (Inherited from WorklistDbDataAccessAgent)

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly