Stores XML metadata for all DICOM Datasets stored in the database.
public void GenerateMetadataXml(
DicomDataSetSaveXmlFlags flags,
MetadataScope scope
)
flags
Flags that affect how binary data and other information is saved in the XML output file.
scope
An enumeration that specifies if the count is for existing, missing, or all XML metadata records.
This method iterates through all instances stored in the Instance database table.
The scope parameter determines if metadata is generated for a DICOM instance.
If scope is MetadataScope.All then XML metadata is generated for all instances in the Instance table.
If scope is MetadataScope.Existing then XML metadata is generated only for existing metadata instances in the MetadataXml table.
If scope is MetadataScope.Missing then XML metadata is generated only for instances in the Instance table that do not have corresponding XML metadata.
This method fires these events:
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