Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property IODSchema As XmlSchema |
Visual Basic (Usage) | Copy Code |
---|---|
Dim value As XmlSchema value = MppsNSetCommand.IODSchema |
C# | |
---|---|
public static XmlSchema IODSchema {get;} |
C++/CLI | |
---|---|
public: static property XmlSchema^ IODSchema { XmlSchema^ get(); } |
Property Value
The XML schema which describes the Modality performed procedure step IOD supported by this command.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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7