</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.
<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>