←Select platform

SaveMetadataOptions Property

Summary

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

Syntax
C#
VB
C++
public MetadataOptions SaveMetadataOptions {get; set;} 
Public Property SaveMetadataOptions() As MetadataOptions 
   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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

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