IODSchema Property

Summary
Gets the XML schema which describes the Modality performed procedure step 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 Modality performed procedure step IOD supported by this command.

Remarks

If you want to support updating new DICOM elements into the IWorklistDataAccessAgent you can provide the command with an XML representation for the new MPPS IOD using the NSetMppsCommandConfiguration.ModalityPerformedProcedureStepIODPath. This representation can include new DICOM elements with the table and column names where they should be filled in the MPPSDataset 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 NSetMppsCommandConfiguration.ModalityPerformedProcedureStepIODPath conforms with this schema.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.