public static XmlSchema IODSchema { get; }
Public Shared ReadOnly Property IODSchema As XmlSchema
public:
static property XmlSchema^ IODSchema {
XmlSchema^ get();
}
The XML schema which describes the Modality Worklist IOD supported by this command.
If you want to support querying new DICOM elements from the IWorklistDataAccessAgent you can provide the command with an XML representation for the new MWL IOD using the MWLCFindCommandConfiguration.ModalityWorklistIODPath. 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 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 MWLCFindCommandConfiguration.ModalityWorklistIODPath conforms with this schema.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document