DVTk API
MakeCFindModalityWorklist Method (mwlQueryDcmFilename, scheduledProcedureStepStartDate)
DVTkDvtkHighLevelInterface.InformationModelGenerateTriggersMakeCFindModalityWorklist(String, String)
DVTk API

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

Generate 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 static DicomMessage MakeCFindModalityWorklist(
	string mwlQueryDcmFilename,
	string scheduledProcedureStepStartDate
)
Public Shared Function MakeCFindModalityWorklist ( _
	mwlQueryDcmFilename As String, _
	scheduledProcedureStepStartDate As String _
) As DicomMessage
public:
static DicomMessage^ MakeCFindModalityWorklist(
	String^ mwlQueryDcmFilename, 
	String^ scheduledProcedureStepStartDate
)
Parameters
mwlQueryDcmFilename (String)
DCM file containing the MWL Query Dataset.
scheduledProcedureStepStartDate (String)
Optional (not sting empty) start date to overwrite dataset value.
Return Value
CFind Modality Worklist Query trigger.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0