How to filter worklist by modality

  • I have 2 equipament, a CT and MR. I would like to do that CT worklist queries only return CT entries on worklist. I've look for something in this forum without success. I try to learn how to use ModalityWorkListQueryResultConverter0, WorkListQueryConverter0 but i cant understand how they work. My conquestserver has a MWL enable and import data from my RIS database (trhough mirth connect), but now i want sort the queries by modality. Can you help me?

  • Hi,


    try something like:


    WorkListQueryConverter0 = ifequal "%u", "AE_OF_CT"; set Modality to "CT"; ifequal "%u", "AE_OF_MR"; set Modality to "MR";


    This will add modality to the query depending on the AE of the calling application.


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!