Loads the context groups contained in stream into the internal DICOM context group table
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
)
stream
A stream that contains the XML data containing the context groups to load.
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
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) 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