Posts by jmbelijar2

    Hi!
    I would like to configure my Conquest Server 1.4.17 as a gateway. I want local querys to be forwarded to de others Application Entities registered in my server.


    I have deployed the web interface in an Apache 2 and it works fine. I have this lines in cgi-bin/dicom.ini
    [wadoservers]
    DCM4CHEE = http://localhost:8080/wado?port=11112&address=127.0.0.1


    I also have added the following line in acrnema.map
    DCM4CHEE 127.0.0.1 11112 un


    With this lines I get in the Conquest web interface search in both servers: CONQUESTSRV1 and DCM4CHEE and also get the images. But I have to choose in which server I want to look for.


    Now what I want is that all the searches to be forwarded by default in both servers not only in CONQUESTSRV1. To perform that issue I have followed the "windows manual" appendix 3 steps. I added in my cgi-bin/dicom.ini the next lines:
    [sscscp]
    CacheVirtualData = 1
    VirtualServerFor0 = DCM4CHEE,CACHESERIES,NONVIRTUAL
    VirtualPerSeries0 = N
    OverlapVirtualGet = 5


    But I don't get the desired performing. Any suggestion?
    I am new in Conquest and maybe my question is stupid. Sorry if it is that the case.


    Thanks in advance,