IODSchema Property

Summary

Gets the XML schema which describes the DICOM Query IOD supported by this command.

Syntax
C#
VB
C++
public static XmlSchema IODSchema { get; } 
  
Public Shared ReadOnly Property IODSchema As XmlSchema 
public: 
static property XmlSchema^ IODSchema { 
   XmlSchema^ get(); 
} 

Property Value

The XML schema which describes the DICOM Query IOD supported by this command.

Remarks

If you want to support querying new DICOM elements from the Leadtools.Medical.Storage.DataAccessLayer.IStorageDataAccessAgent you can provide the command with an XML representation for the new DICOM Query IOD using the QueryCFindCommandConfiguration.QueryIODPath. This representation can include new DICOM elements and specify the matching parameters type to create and fill the query. Also you can specify the table and column names where these information should be returned from the Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet object.

This XML representation will be validated against the XML schema returned by this property. The user should make sure that the provided XML in the QueryCFindCommandConfiguration.QueryIODPath conforms with this schema.

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.Dicom.Scp Assembly