←Select platform

SaveMetadataOptions Property

Summary

The MetadataOptions that specify the metadata generated when calling CStoreCommand.DoExecute.

Syntax
C#
public MetadataOptions SaveMetadataOptions {get; set;} 

Property Value

The MetadataOptions that specify the metadata generated when calling CStoreCommand.DoExecute.

Remarks

When calling CStoreCommand.DoExecute to store a DicomDataSet, metadata can also be optionally created and stored. The metadata represents all DICOM Elements in the stored DicomDataSet. Storing DicomDataSet metadata in a database is useful because it allows a user to write database queries (i.e., SQL queries) that can include any DICOM element present in the DicomDataSet. The metadata format can be configured to be stored as either JSON or XML.

For more information, see MetadataOptions.

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.Dicom.Scp Assembly