Loads the contents of a DICOM-encoded XML file.
public static void LoadXml(
this DicomDataSet ds,
string fileName,
DicomDataSetLoadXmlFlags xmlFlags
)
<ExtensionAttribute()>
Public Overloads Shared Sub LoadXml( _
ByVal ds As DicomDataSet, _
ByVal fileName As String, _
ByVal xmlFlags As DicomDataSetLoadXmlFlags _
)
[ExtensionAttribute()]
public:
static void LoadXml(
DicomDataSet^ ds,
String^ fileName,
DicomDataSetLoadXmlFlags xmlFlags
)
ds
The Data Set that will be created and populated with the contents of the DICOM XML input file
fileName
The name of the input XML file
xmlFlags
Flags that affect whether to ignore binary or all data from the DICOM XML input file
Use this method to read the contents of a DICOM XML file. The DICOM XML file can be created using SaveXml By default, all binary data is read from the DICOM input XML file, but this behavior can be modified by passing appropriate DicomDataSetLoadXmlFlags
[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