I am trying to find the best way to perform a dcmqr command that will CMOVE studies within a specified -qStudyDate range. I would like to exclude the MG modality type. Is it possible to say NOT? I've tried
-qModalitiesInStudy!= as well as
-qModalitiesInStudy<> with no luck. Is it possible to pass a list of known Modality codes in the -qModalitiesInStudy parameter?
Any other ideas on how to accomplish this?
Looks like I will need to have multiple -q parameters for all for all of the known.Modalities that I want to push.
Thanks,