←Select platform

GenerateMetadataArgs Constructor

Summary

Initializes a new instance of the GenerateMetadataArgs class with explicit parameters.

Syntax
C#
VB
C++
Public Sub New(ByVal totalCount As Integer, ByVal cancelled As Boolean, ByVal options As MetadataOptions, ByVal scope As MetadataScope) 
 MyBase.New 

Parameters

totalCount

The total count of possible metadata records, which is equal to the number of DICOM instances stored in the Instance database table.

cancelled

true if metadata is continues to be generated; false if metadata generation has been cancelled.

options

MetadataOptions that identify the type and content options of the metadata being generated. (XML, JSON)

scope

An enumeration that specifies if the metadata operation applies to All metadata, Existing metadata only, or Missing metadata only.

Remarks

For more information, see MetadataOptions.

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.