The MetadataOptions that specify the metadata generated when calling CStoreCommand.DoExecute.
public MetadataOptions SaveMetadataOptions {get; set;}
public:
property MetadataOptions^ SaveMetadataOptions
{
MetadataOptions^ get()
void set(MetadataOptions^ value)
}
The MetadataOptions that specify the metadata generated when calling CStoreCommand.DoExecute.
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.
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