←Select platform

SaveMetadataOptions Property

Summary

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

Syntax
C#
C++/CLI
public MetadataOptions SaveMetadataOptions {get; set;} 
public:  
   property MetadataOptions^ SaveMetadataOptions 
   { 
      MetadataOptions^ get() 
      void set(MetadataOptions^ value) 
   } 

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

Leadtools.Dicom.Scp Assembly

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