Leadtools.Dicom.Scp.Command Namespace > MppsNCreateCommand Class : IODSchema Property |
public static XmlSchema IODSchema {get;}
'Declaration Public Shared ReadOnly Property IODSchema As XmlSchema
'Usage Dim value As XmlSchema value = MppsNCreateCommand.IODSchema
public static XmlSchema IODSchema {get;}
get_IODSchema();
public: static property XmlSchema^ IODSchema { XmlSchema^ get(); }
If you want to support creating/adding new DICOM elements into the IWorklistDataAccessAgent you can provide the command with an XML representation for the new MPPS IOD using the NCreateMppsCommandConfiguration.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 NCreateMppsCommandConfiguration.ModalityPerformedProcedureStepIODPath conforms with this schema.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2