←Select platform

TotalCount Property

Summary

Gets or sets the total count of possible metadata records.

Syntax
C#
VB
C++
public int TotalCount {get; set;} 
Public Property TotalCount() As Integer 
   Get 
   Set 
public:  
   property Int32 TotalCount 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.