Leadtools.Dicom.Scp.Command Namespace > MppsNSetCommand Class : DefualtMppsIOD Property |
public static Stream DefualtMppsIOD {get;}
'Declaration Public Shared ReadOnly Property DefualtMppsIOD As Stream
'Usage Dim value As Stream value = MppsNSetCommand.DefualtMppsIOD
public static Stream DefualtMppsIOD {get;}
get_DefualtMppsIOD();
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 the IODSchema property. The user should make sure that the provided XML in the NSetMppsCommandConfiguration.ModalityPerformedProcedureStepIODPath conforms with the IOD schema.
Use this property to get the default IOD and write it to disk so you can perform any update to it. Then configure the NCreateMppsCommandConfiguration.ModalityPerformedProcedureStepIODPath to the location of the new IOD file.
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