OSIRIX/HOROS problem with multiple Modalities search

  • Hi Marcel,


    For a long time I had this problem, that when from OSIRIX / HOROS I was looking for multiple modalities, the conquest showed nothing.


    Searching the manual, I found the QueryResultConverter0, and did the following:



    dicom.ini

    Code
    QueryConverter0 = queryconverter.lua
    QueryResultConverter0 = queryresultconverter.lua


    queryconverter.lua

    Code
    modalities=Data.ModalitiesInStudy
    if string.find(Data.ModalitiesInStudy,'\\') then
    Data.ModalitiesInStudy=""
    end


    queryresultconverter.lua

    Code
    if string.find(modalities,'\\') then
    if not string.find(modalities,Data.ModalitiesInStudy) then
    destroy()
    end
    end


    At least it works for me until now.

    I wanted to know if you can give me some additional suggestions to make sure everything goes well.

    Thank you,


    Jaime.

Participate now!

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