[FlagsAttribute()]
public enum DicomDataSetLoadXmlFlags
<FlagsAttribute()>
Public Enum DicomDataSetLoadXmlFlags
[FlagsAttribute()]
public enum class DicomDataSetLoadXmlFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | When loading a DICOM XML input file, read all data (binary and non-binary) from the XML file (i.e PixelData). |
0x00000001 | IgnoreBinaryData | When loading a DICOM XML input file, ignore all binary data in the XML input file. Note that the DICOM elements that contain the binary data will still be inserted into the DicomDataSet, but will have no values. |
0x00000002 | IgnoreAllData | When loading a DICOM XML input file, ignore all data in the XML input file. Note that all DICOM elements in the XML file will still be inserted into the DicomDataSet, but will have no values. |
Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) Method
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