html web Page Weasis applet

114 views
Skip to first unread message

Vittorio Izzo

unread,
Jun 16, 2015, 10:48:47 AM6/16/15
to dcm...@googlegroups.com
I've an application java that show an image in a web page html. I'm using weasis-pacs-connector here a bit of code:

 
</head>
 
<script type="text/javascript">
 z
var attributes = {
 width
: '100%',
 height
: '100%'
 
};

 
var parameters = {
 jnlp_href
: '/jnlp-builder/launcher-sec.jnlp?cdb=/weasis',
 commands
: '$dicom:get -w http://localhost:8080/ServicesPacs/rest/WadoService/wado?studyUID=1.2.392.200036.9125.2.48191840224.64767206444.173699'
 
};

 deployJava
.runApplet(attributes, parameters, '1.6');

 
</script>
 ...

In my server Apache Tomcat I run the follower code project: weasis-pacs-connector, jnlp-builder e weasis. Now, when I run my application, the image isn't displayed.. Can anyone help me? Thanks.

Nicolas Roduit

unread,
Jun 18, 2015, 5:09:38 PM6/18/15
to dcm...@googlegroups.com, izzovi...@gmail.com
I would recommend to use the latest version of weasis-pacs-connector that includes jnlpbuilder. Running as an Applet is now not supported by some browsers, so it is more safe to run JWS. And if the images are stored in a PACS, why not connecting directly the weasis-pacs-connector service.

Please post a log file for getting help.

Vittorio Izzo

unread,
Jun 19, 2015, 4:04:02 AM6/19/15
to dcm...@googlegroups.com, izzovi...@gmail.com
Hi Nicolas and thanks for the reply. I'm using weasis-pacs-connector but nothing...
the code is :
<script type="text/javascript">


var attributes = {
width
: '100%',
height
: '100%'
};
//1.2.826.1.1.1.201300052805 - 1.2.392.200036.9125.2.48191840224.64767207452.1736113
var parameters = {
jnlp_href
: '/weasis-pacs-connector/viewer-applet?studyUID=1.2.826.1.1.1.201300052805&embedManifest=0'

};

deployJava
.runApplet(attributes, parameters, '1.6');
</script>



I can not view the image. In attached the  console log.
Reguards.
Victor
consoleLog.txt

Nicolas Roduit

unread,
Jun 20, 2015, 7:08:53 AM6/20/15
to dcm...@googlegroups.com, izzovi...@gmail.com
Is the following url open the viewer with the images:
http://localhost:8080/weasis-pacs-connector/viewer?studyUID=1.2.826.1.1.1.201300052805

If not look in the tomcat log file.
Reply all
Reply to author
Forward
0 new messages