←Select platform

TotalCount Property

Summary

Gets or sets the total count of possible metadata records.

Syntax
C#
public int TotalCount {get; set;} 

Property Value

The total count of possible metadata records

Remarks

The TotalCount is equal to the number of DICOM instances stored in the Instance database table. This is the case because there can be one XML metadata record (or one JSON metadata record) for each DICOM instance.

Example

For an example, refer to IStorageDataAccessAgent4.

Requirements

Target Platforms

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