←Select platform
In This Topic ▼

IStorageDataAccessAgent2 Interface Members

Summary

The following tables list the members exposed by IStorageDataAccessAgent2.

Public Methods

Name Description
Public Method
CancelQueryCompositeInstancesAsync Cancels an existing call to QueryCompositeInstancesAsync (Inherited from IStorageDataAccessAgent)
Public Method DeleteInstance Deletes the composite instances information that matches the given query parameters. (Inherited from IStorageDataAccessAgent)
Public Method DeletePatient Delete the patient's information that matches the given query parameters. (Inherited from IStorageDataAccessAgent)
Public Method DeleteSeries Deletes the series information that matches the given query parameters. (Inherited from IStorageDataAccessAgent)
Public Method DeleteStudy Deletes the study information that matches the given query parameters. (Inherited from IStorageDataAccessAgent)
Public Method FindCompositeInstancesCount Returns the number of composite instances that match the query parameters. (Inherited from IStorageDataAccessAgent)
Public Method FindPatientsCount Returns the number of patients that match the query parameters. (Inherited from IStorageDataAccessAgent)
Public Method FindSeriesCount Returns the number of series that match the query parameters. (Inherited from IStorageDataAccessAgent)
Public Method FindStudiesCount Returns the number of studies that match the query parameters. (Inherited from IStorageDataAccessAgent)
Public Method IsCompositeInstancesExists Returns whether a DICOM instance information exists for the given SOP Instance UID. (Inherited from IStorageDataAccessAgent)
Public Method IsPatientsExists Returns whether a patient information exists for the given Patient ID. (Inherited from IStorageDataAccessAgent)
Public Method IsSeriesExists Returns whether a series information exists for the given Series Instance UID. (Inherited from IStorageDataAccessAgent)
Public Method IsStudyExists Returns whether a study information exists for the given Study Instance UID. (Inherited from IStorageDataAccessAgent)
Public Method QueryCompositeInstances Find 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. (Inherited from IStorageDataAccessAgent)
Public Method QueryPatients Find patient's information with the specified matching parameters.
Public Method QuerySeries Find series information with the specified matching parameters.
Public Method QueryStudies Find studies information with the specified matching parameters.
Public Method StoreDicom Add DICOM information into the storage source. (Inherited from IStorageDataAccessAgent)
Public Method StoreReferencedImages Add referenced images into the storage database.
Public Method UpdateCompositeInstance Update the information of DICOM composite instance by adding, deleting or modifying information. (Inherited from IStorageDataAccessAgent)

Public Properties

Name Description
Public Property
MaxQueryResults Gets or sets a value indicating the maximum number of rows to return. (Inherited from IStorageDataAccessAgent)

Public Events

Name Description
Public Event
QueryCompositeInstancesCompleted Occurs when the QueryCompositeInstancesAsync is completed. (Inherited from IStorageDataAccessAgent)
Public Event QueryCompositeInstancesStarting Occurs when the QueryCompositeInstancesAsync is first called. (Inherited from IStorageDataAccessAgent)

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