DVTk API
SendQueryModalityWorklist Method (mwlQueryDcmFilename, scheduledProcedureStepStartDate)
DVTkDvtk.IheActors.ActorsAcquisitionModalityActorSendQueryModalityWorklist(String, String)
DVTk API

[This is preliminary documentation and is subject to change.]

Send a CFind Modality Worklist Query trigger by reading the query dataset from the given mwlQueryDcmFilename. If the scheduledProcedureStepStartDate is defined (not string empty) then if a value for this attribute is present in the read datset it will be overwritten by the scheduledProcedureStepStartDate value.
Declaration Syntax
C#Visual BasicVisual C++
public bool SendQueryModalityWorklist(
	string mwlQueryDcmFilename,
	string scheduledProcedureStepStartDate
)
Public Function SendQueryModalityWorklist ( _
	mwlQueryDcmFilename As String, _
	scheduledProcedureStepStartDate As String _
) As Boolean
public:
virtual bool SendQueryModalityWorklist(
	String^ mwlQueryDcmFilename, 
	String^ scheduledProcedureStepStartDate
) sealed
Parameters
mwlQueryDcmFilename (String)
DCM file containing the MWL Query Dataset.
scheduledProcedureStepStartDate (String)
Optional (not sting empty) start date to overwrite dataset value.
Return Value
Boolean indicating success or failure.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0