←Select platform
In This Topic ▼

IStorageDataAccessAgent Interface Members

Summary

The following tables list the members exposed by IStorageDataAccessAgent.

Public Methods

Name Description
Public Method
CancelQueryCompositeInstancesAsync Cancels an existing call to QueryCompositeInstancesAsync
Public Method DeleteInstance Deletes the composite instances information that matches the given query parameters.
Public Method DeletePatient Delete the patient's information that matches the given query parameters.
Public Method DeleteSeries Deletes the series information that matches the given query parameters.
Public Method DeleteStudy Deletes the study information that matches the given query parameters.
Public Method FindCompositeInstancesCount Returns the number of composite instances that match the query parameters.
Public Method FindPatientsCount Returns the number of patients that match the query parameters.
Public Method FindSeriesCount Returns the number of series that match the query parameters.
Public Method FindStudiesCount Returns the number of studies that match the query parameters.
Public Method IsCompositeInstancesExists Returns whether a DICOM instance information exists for the given SOP Instance UID.
Public Method IsPatientsExists Returns whether a patient information exists for the given Patient ID.
Public Method IsSeriesExists Returns whether a series information exists for the given Series Instance UID.
Public Method IsStudyExists Returns whether a study information exists for the given Study Instance UID.
Public Method QueryCompositeInstances Finds composite instance information with the specified matching parameters.
Public Method QueryCompositeInstancesAsync Asynchronously performs a query to find the composite instance information with the specified matching parameters.
Public Method QueryPatients Find patient's information with the specified matching parameters.
Public Method QuerySeries Finds the series information with the specified matching parameters.
Public Method QueryStudies Finds the studies information with the specified matching parameters.
Public Method StoreDicom Add DICOM information into the storage source.
Public Method UpdateCompositeInstance Update the information of DICOM composite instance by adding, deleting or modifying information.

Public Properties

Name Description
Public Property
MaxQueryResults Gets or sets a value indicating the maximum number of rows to return.

Public Events

Name Description
Public Event
QueryCompositeInstancesCompleted Occurs when the QueryCompositeInstancesAsync is completed.
Public Event QueryCompositeInstancesStarting Occurs when the QueryCompositeInstancesAsync is first called.

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

Leadtools.Medical.Storage.DataAccessLayer Assembly