Loads a stream containing a DICOM-encoded XML file.
[ExtensionAttribute()]
public static void LoadXml(
DicomDataSet ds,
Stream stream,
DicomDataSetLoadXmlFlags xmlFlags
)
<ExtensionAttribute()>
Public Overloads Shared Sub LoadXml( _
ByVal ds As Leadtools.Dicom.DicomDataSet, _
ByVal stream As Stream, _
ByVal xmlFlags As Leadtools.Dicom.Common.Extensions.DicomDataSetLoadXmlFlags _
)
[ExtensionAttribute()]
public:
static void LoadXml(
Leadtools.Dicom.DicomDataSet^ ds,
Stream^ stream,
Leadtools.Dicom.Common.Extensions.DicomDataSetLoadXmlFlags xmlFlags
)
ds
The Data Set that will be created and populated with the contents of the DICOM XML input file.
stream
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
For an example, refer to LoadXml.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET