←Select platform

GetXmlCatalog Method

Summary

Returns a stream containing the XML catalog information for the DICOM storage database.

Syntax
C#
VB
C++
protected override Stream GetXmlCatalog() 
Protected Overrides Function GetXmlCatalog() As System.IO.Stream 
protected:  
   virtual System::IO::Stream^ GetXmlCatalog() override 

Return Value

A System.IO.Stream containing the XML catalog information for the DICOM storage database.

Remarks

The XML stream will be validated against the schema returned from GetCatalogSchema.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly