Leadtools.Dicom.Scp.Command Namespace > MWLCFindCommand Class : DefualtMWLIOD Property |
public static Stream DefualtMWLIOD {get;}
'Declaration Public Shared ReadOnly Property DefualtMWLIOD As Stream
'Usage Dim value As Stream value = MWLCFindCommand.DefualtMWLIOD
public static Stream DefualtMWLIOD {get;}
get_DefualtMWLIOD();
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 IODSchema property. The user should make sure that the provided XML in the MWLCFindCommandConfiguration.ModalityWorklistIODPath 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