The following tables list the members exposed by StorageDbDataAccessAgent2.
Public Constructors
Name | Description | |
---|---|---|
StorageDbDataAccessAgent | Initializes a new instance of the StorageDbDataAccessAgent class. (Inherited from StorageDbDataAccessAgent) | |
StorageDbDataAccessAgent2 | Initializes a new instance of this class. |
Public Methods
Name | Description | |
---|---|---|
CancelQueryCompositeInstancesAsync | Cancels an existing call to QueryCompositeInstancesAsync (Inherited from StorageDbDataAccessAgent) | |
DeleteInstance | Delete the composite instances information that matches the given query parameters. (Inherited from StorageDbDataAccessAgent) | |
DeletePatient | Delete the patient's information that matches the given query parameters. (Inherited from StorageDbDataAccessAgent) | |
DeleteSeries | Delete the series information that matches the given query parameters. (Inherited from StorageDbDataAccessAgent) | |
DeleteStudy | Delete the studies information that matches the given query parameters. (Inherited from StorageDbDataAccessAgent) | |
FindCompositeInstancesCount | Returns the number of composite instances that matches the query parameters. (Inherited from StorageDbDataAccessAgent) | |
FindPatientsCount | Returns the number of patients that matches the query parameters. (Inherited from StorageDbDataAccessAgent) | |
FindSeriesCount | Returns the number of series that matches the query parameters. (Inherited from StorageDbDataAccessAgent) | |
FindStudiesCount | Returns the number of studies that matches the query parameters. (Inherited from StorageDbDataAccessAgent) | |
IsCompositeInstancesExists | Returns whether a DICOM instance information exists for the given SOP Instance UID. (Inherited from StorageDbDataAccessAgent) | |
IsPatientsExists | Returns whether a patient information exists for the given Patient ID. (Inherited from StorageDbDataAccessAgent) | |
IsSeriesExists | Returns whether a series information exists for the given Series Instance UID. (Inherited from StorageDbDataAccessAgent) | |
IsStudyExists | Returns whether a study information exists for the given Study Instance UID. (Inherited from StorageDbDataAccessAgent) | |
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 StorageDbDataAccessAgent) | |
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 StorageDbDataAccessAgent) | |
StoreReferencedImages | Add referenced images into the storage database. | |
UpdateCompositeInstance | Update the information of DICOM composite instance by adding, deleting or modifying information. (Inherited from StorageDbDataAccessAgent) |
Protected Methods
Name | Description | |
---|---|---|
CreateCompositeInstanceDataSet | Returns an empty CompositeInstanceDataSet. (Inherited from StorageDbDataAccessAgent) | |
CreateDatabaseProvider | Creates the database provider for connecting and working with DICOM Storage database. (Inherited from StorageDbDataAccessAgent) | |
CreateDefaultCatalog | Returns the default ICatalog that is used for mapping matching parameters into database tables/columns. (Inherited from StorageDbDataAccessAgent) | |
CreateHangingProtocolDataSet | Returns an empty HangingProtocolDataset. (Inherited from StorageDbDataAccessAgent) | |
GetCompositeInstanceQueryDataAdapterTables | Returns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query. (Inherited from StorageDbDataAccessAgent) | |
GetDicomDataSetConverter | Returns an object used to convert a DicomDataSet into a CompositeInstanceDataSet. (Inherited from StorageDbDataAccessAgent) | |
OnQueryCompositeInstancesCompleted | Raises the QueryCompositeInstancesCompleted event. (Inherited from StorageDbDataAccessAgent) | |
OnQueryCompositeInstancesStarting | Raises the QueryCompositeInstancesStarting event. (Inherited from StorageDbDataAccessAgent) | |
PrepareDeleteInstanceCommand | Initializes a System.Data.IDbCommand object to delete composite instances using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareDeletePatientsCommand | Initializes a System.Data.IDbCommand object to delete patients using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareDeletePatientsNoChildStudiesCommand | Initializes a System.Data.IDbCommand object to delete orphan patients that does not have child studies information. (Inherited from StorageDbDataAccessAgent) | |
PrepareDeleteSeriesCommand | Initializes a System.Data.IDbCommand object to delete series using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareDeleteSeriesNoChildInstancesCommand | Initializes a System.Data.IDbCommand object to delete orphan series that does not have child composite instances information. (Inherited from StorageDbDataAccessAgent) | |
PrepareDeleteStudiesCommand | Initializes a System.Data.IDbCommand object to delete studies using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareDeleteStudiesNoChildSeriesCommand | Initializes a System.Data.IDbCommand object to delete orphan studies that does not have child series information. (Inherited from StorageDbDataAccessAgent) | |
PrepareInstancePageQueryCommand | Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters for pagination. (Inherited from StorageDbDataAccessAgent) | |
PrepareInstanceQueryCommand | Initializes a System.Data.IDbCommand object to query for Composite Instance information using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareInstanceQueryCountCommand | Initializes a System.Data.IDbCommand object to query for composite instances count using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareIsInstanceExistsCommand | Initializes a System.Data.IDbCommand object to check whether a DICOM Instance information exists. (Inherited from StorageDbDataAccessAgent) | |
PrepareIsPatientExistsCommand | Initializes a System.Data.IDbCommand object to check whether a patient information exists. (Inherited from StorageDbDataAccessAgent) | |
PrepareIsSeriesExistsCommand | Initializes a System.Data.IDbCommand object to check whether a series information exists. (Inherited from StorageDbDataAccessAgent) | |
PrepareIsStudyExistsCommand | Initializes a System.Data.IDbCommand object to check whether a study information exists. (Inherited from StorageDbDataAccessAgent) | |
PreparePatientsPageQueryCommand | Initializes a System.Data.IDbCommand object to query for patients using matching parameters. | |
PreparePatientsQueryCommand | Initializes a System.Data.IDbCommand object to query for patient information using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PreparePatientsQueryCountCommand | Initializes a System.Data.IDbCommand object to query for patients count using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareSeriesPageQueryCommand | Initializes a System.Data.IDbCommand object to query for series using matching parameters. | |
PrepareSeriesQueryCommand | Initializes a System.Data.IDbCommand object to query for series information using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareSeriesQueryCountCommand | Initializes a System.Data.IDbCommand object to query for series count using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareStudiesPageQueryCommand | Initializes a System.Data.IDbCommand object to query for studies using matching parameters. | |
PrepareStudiesQueryCommand | Initializes a System.Data.IDbCommand object to query for studies information using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
PrepareStudiesQueryCountCommand | Initializes a System.Data.IDbCommand object to query for studies count using matching parameters. (Inherited from StorageDbDataAccessAgent) | |
UpdateTable | Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information. (Inherited from StorageDbDataAccessAgent) |
Public Properties
Name | Description | |
---|---|---|
AutoTruncateData | Gets or sets a value indicating whether string data should be truncated to match the data store length when storing a DicomDataSet. (Inherited from StorageDbDataAccessAgent) | |
MaxQueryResults | Gets or sets a value indicating the maximum number of rows to return. (Inherited from StorageDbDataAccessAgent) |
Protected Properties
Name | Description | |
---|---|---|
DataProvider | Gets the database provider for connecting and working with DICOM Storage database. (Inherited from StorageDbDataAccessAgent) | |
StorageCatalog | Gets the configured ICatalog which describes the DICOM Storage database. (Inherited from StorageDbDataAccessAgent) |
Public Events
Name | Description | |
---|---|---|
QueryCompositeInstancesCompleted | Occurs when the QueryCompositeInstancesAsync is completed. (Inherited from StorageDbDataAccessAgent) | |
QueryCompositeInstancesStarting | Occurs when the QueryCompositeInstancesAsync is first called. (Inherited from StorageDbDataAccessAgent) |
See Also
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document