←Select platform

IStorageDataAccessAgent2 Interface Members

Summary

The following tables list the members exposed by IStorageDataAccessAgent2.

Public Methods

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

Public Properties

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

Public Events

Name Description
QueryCompositeInstancesCompleted Occurs when the QueryCompositeInstancesAsync is completed. (Inherited from IStorageDataAccessAgent)
QueryCompositeInstancesStarting Occurs when the QueryCompositeInstancesAsync is first called. (Inherited from IStorageDataAccessAgent)
Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly