[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.
| C# | Visual Basic | Visual 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
- mwlQueryDcmFilename (String)
- DCM file containing the MWL Query Dataset.
- scheduledProcedureStepStartDate (String)
- Optional (not sting empty) start date to overwrite dataset value.
Boolean indicating success or failure.