Review of source to enable Virtual Modality Worklist query

  • Hello All,
    Anyone out there familiar with and "playing" with the source code ? I am looking into re-enabling (and re-compiling) the virtual query for modality worklist. I was looking at the code last night and can NOT for the life of me see where/how it is disabled - but I am complete C++ hack. The VirtualQuery function appears to contain all the parameters to support the functionality including:


    level=0;
    if (strncmp(Level, "PATIENT", 7)==0) level=1;
    else if (strncmp(Level, "STUDY", 5)==0) level=2;
    else if (strncmp(Level, "SERIES", 6)==0) level=3;
    else if (strncmp(Level, "IMAGE", 5)==0) level=4;
    else if (strncmp(Level, "WORKLIST",8)==0) level=5;


    I guess I naively expected to find something like last line commented out to dis-able it. I see from the source comments that it was disabled in v1.14.11.
    Any help would be appreciated.
    Thanks,
    Scott

  • Hi


    the disabled the code is in MyModalityWorkListQuery. I wrote the code but it never worked, so therefore it is blocked (lines with // are virtualquery and optional prefetcher functions). If you are on linux you can easily compile it. To test you could use two conquest servers. A full debug log should show what goes on.


    Marcel


Participate now!

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