←Select platform

LoadXml(ILeadStream) Method

Summary

Loads the context groups contained in stream into the internal DICOM context group table

Syntax

C#
VB
WinRT C#
C++
public void LoadXml(  
   ILeadStream stream 
) 
Public Overloads Sub LoadXml( _ 
   ByVal stream As ILeadStream _ 
)  
public void LoadXml(  
   ILeadStream stream 
) 
 function Leadtools.Dicom.DicomContextGroupTable.LoadXml(ILeadStream)(  
   stream  
) 
public: 
void LoadXml(  
   ILeadStream^ stream 
)  

Parameters

stream
A stream that contains the XML data containing the context groups to load.

Remarks

Quickly and easily customize the DICOM Context Group Table by editing the dicTableContextGroup.xml file that is found in the LEADTOOLS Sample Images folder. The dicTableContextGroup.xml file is a human-readable XML file that lists all of the DICOM context groups currently defined in the DICOM Specification. You can edit this with any text editor (i.e. notepad) to add or remove DICOM context groups. Then call LoadXml and pass the full path of the dicTableContextGroup.xml file, or pass a Stream containing the contents of this file. Note that calling LoadXml will first remove all context groups that are already present in the table.

For more information, see the topic Working with DICOM Tables

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly