←Select platform
In This Topic ▼

WorklistSqlDbDataAccessAgent Class Methods

Summary

For a list of all members of this type, see WorklistSqlDbDataAccessAgent members

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.

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