LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IODSchema Property
See Also 
Leadtools.Dicom.Scp.Command Namespace > QueryCFindCommand Class : IODSchema Property



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

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property IODSchema As XmlSchema
Visual Basic (Usage)Copy Code
Dim value As XmlSchema
 
value = QueryCFindCommand.IODSchema
C# 
public static XmlSchema IODSchema {get;}
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features