Weasis not loading images

  • I have been trying to launch weasis with images from my PACS (Conquest DICOM), the weasis opens, tries to load the images but they disappear.


    My current system is Windows 8.1 32 bits
    with


    Conquest DICOM 1.4.17 (dgate as wado)
    apache 2.2
    PHP 5.3.10
    Weasis 1.2.9
    Java 7 update 51 (32 bits)


    This are the jnlp file and the xml file that I generated to open weasis with the images.


    JNLP

    XML
    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd"> <jnlp spec="1.6+" codebase="http://192.168.0.137/weasis" > <information> <title>Weasis</title> <vendor>Weasis Team</vendor> <description>DICOM images viewer</description> <description kind="short">An application to visualize and analyze DICOM images.</description> <description kind="one-line">DICOM images viewer</description> <description kind="tooltip">Weasis</description> <icon href="images/logo-button.png" kind="default" /> <icon href="images/about.png" kind="splash" /> <shortcut online="false"> <desktop/> <menu submenu="Weasis"/> </shortcut> </information> <security> <all-permissions/> </security> <resources> <!-- Requires Java SE 6 update 10 release for jnlp extension without codebase (substance.jnlp) --> <j2se version="1.6.0_10+" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="128m" max-heap-size="512m" /> <j2se version="1.6.0_10+" initial-heap-size="128m" max-heap-size="512m" /> <!-- Allows to get the file in pack200 compression --> <property name="jnlp.packEnabled" value="true" /> <!-- Weasis launcher --> <jar href="weasis-launcher.jar" main="true" /> <!-- OSGI Felix framework --> <jar href="felix.jar" /> <!-- Optional library (Substance Look and feel, only since version 1.0.8). Requires the new Java Plug-in introduced in the Java SE 6 update 10 release.For previous JRE 6, substance.jnlp needs a static codebase URL --> <extension href="substance.jnlp"/> </resources> <application-desc main-class="org.weasis.launcher.WebstartLauncher"> <!-- Should be in property tag of resources. Workaround for having a fully trusted application with dynamic jnlp (only since weasis 1.1.2, for previous version see revision=16573), http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6653241 --> <!-- Required parameter. Define the location of config.properties (the OSGI configuration and the list of plug-ins to install/start) --> <argument>-VMPfelix.config.properties="http://192.168.0.137/weasis/conf/config.properties"</argument> <!-- Optional parameter. Define the location of ext-config.properties (extend/override config.properties) --> <argument>-VMPfelix.extended.config.properties="http://192.168.0.137/weasis/conf/ext-config.properties"</argument> <!-- Required parameter. Define the code base of Weasis for the JNLP --> <argument>-VMPweasis.codebase.url="http://192.168.0.137/weasis/"</argument> <!-- Required parameter. Start OSGI console on the port 17179 --> <argument>-VMPgosh.args="-sc telnetd -p 17179 start"</argument> <!-- Optional parameter. Allows to have the Weasis menu bar in the top bar on Mac OS X (works only with the native Aqua look and feel) --> <argument>-VMPapple.laf.useScreenMenuBar="true"</argument> <!-- Optional parameter. Allows to get plug-ins translations --> <argument>-VMPweasis.i18n="http://192.168.0.137/weasis-i18n/"</argument> <argument>$dicom:get -w http://192.168.0.137/weasis/wadoQuery\wadoQuery1.xml</argument> </application-desc> </jnlp>



    XML

    XML
    <?xml version="1.0" encoding="utf-8" ?>
    <wado_query xmlns= "http://www.weasis.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" wadoURL="http://192.168.0.137/cgi-bin6789/dgate.exe" requireOnlySOPInstanceUID="false" additionnalParameters="" overrideDicomTagsList="" >
    <Patient PatientID="0009703828" PatientName="HEAD EXP2" PatientBirthDate="" >
    <Study StudyInstanceUID="1.3.46.670589.5.2.10.2156913941.892665384.993397" StudyDescription="" StudyDate="19980414" StudyTime="203538.960689" >
    <Instance SOPInstanceUID="1.3.46.670589.5.2.10.2156913941.892665339.718742" InstanceNumber="2000" />
    <Instance SOPInstanceUID="1.3.46.670589.5.2.10.2156913941.892665340.475317" InstanceNumber="3000" />
    </Series>
    </Study>
    </Patient>
    </wado_query>

Participate now!

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