Oviyam 2.0 - It's finally here!

8,271 views
Skip to first unread message

Suresh Viswanathan

unread,
Feb 14, 2013, 2:18:13 AM2/14/13
to dcm...@googlegroups.com
Hi All,

It's finally here - the first beta release of Oviyam 2.0, the HTML 5 successor to Oviyam. It's been re-written from ground up to take advantage of the advances in web technologies since the release of the original Oviyam. The old Oviyam codebase will continue to receive bug fixes but our developmental resources will be focused on Oviyam 2.0 going forward.

For the TL;DR crowd ones here's the download link:


We're still working on cleaning the source code and would probably release it with the next beta. It's available on demand right now if you want to have a look. Use the latest versions of Safari or Chrome for optimal results. Support for other browsers will be added in future releases.

Features:

01. Login security (uses dcm4chee's authentication).
02. Multiple AE (server) configuration. 
03. Query by Patient Name, ID, Accession Number,Birth date, Study date, Study description, Referring physician or Modality.
04. Customisable Quick Query buttons (Eg: Today's CT, Morning X-ray, etc.)
05. Local storage & retrieval of images (browser dependent). Locally available studies are displayed with a green ball in the query result.
06. Thumbnail preview of the query result. 
07. Query auto refresh.
08. Open multiple patients in tabs.
09. Tools and features in the viewer: 
  • Vertical & Horizontal flip. 
  • Left and Right rotate. 
  • Pan & Zoom.
  • Zoom to fit screen.
  • Invert. 
  • Stack navigation of images on mouse drag 
  • Reset image. 
  • Text Overlay. 
  • Tiled layout:
    • Comparison of multiple series side by side
    • Synchronised image scrolling of multiple series.
    • Scout / localizer lines.  
  • True 12 bit Window level / Window width adjustment. 
  • Preset WL/WW values. 
  • Display HU, X, Y values during WL/WW adjustment (512 x 512 CT & MRI images only).
  • Full screen mode. 
  • Display meta-data. 
  • Measurement. 
  • Cine loop,
  • Display image orientation. 
  • Change image orientation while horizontal/vertical flip. 
  • View encapsulated PDF DICOM objects. 
  • Context menu to change series. 
  • Three different thumbnail series view options with current image indicator.
  • Slider to change images. 
10. Viewer configuration and server settings can now only be changed by an administrator.
11. Session timeout for security.
12. Multiple themes.
13. Direct URL launch for EMR integration.
14. Multi-frame support is partially supported.

Hop you like what you see and have as much fun using it as we did creating it. Feedback, bug fix & feature requests are always welcome. 

Coming soon: iOviyam 2.0 for mobile devices with multi- touch support and Mayam 2.0

The Raster Images Team

simonmd

unread,
Feb 14, 2013, 9:45:30 AM2/14/13
to dcm...@googlegroups.com
Awesome...we'll givet a spin.

Robby Otts

unread,
Feb 14, 2013, 12:00:00 PM2/14/13
to dcm...@googlegroups.com
This looks awesome!  Exactly what I was looking for.  It's going back and querying data from my Conquest server.

Got it up and running in no time.  I'm getting all the way to the point to where it's trying to pull up images but it is never displaying them. The viewer is just "spinning" and never loads an image, either on the internal network or over the internet.

I'm thinking it might have something to do with my server setup?  I'm getting java.net.ConenctException: Connection timed out errors.

2013-02-14 11:44:02,931 ERROR -> (http-0.0.0.0-8080-19) [in.raster.oviyam5.servlet.DcmImage] Unable to read and write the image from http://192.168.16.6:8080
java.net.ConnectException: Connection timed out

192.168.16.6 is my remote Conquest Server.

Suresh Viswanathan

unread,
Feb 14, 2013, 1:07:11 PM2/14/13
to dcm...@googlegroups.com
Unfortunately you've been hit by the lack of WADO service in Conquest. Oviyam uses WADO to retrieve images as JPEG images from the server. WADO generates JPEG images from the original DICOM image.

dcm4chee has a built-in WADO service. We're looking to add WADO as an optional part to Oviyam in a future release to support Conquest and ClearCanvas Image Server.

Suresh

Robby Otts

unread,
Feb 14, 2013, 1:07:56 PM2/14/13
to dcm...@googlegroups.com
I have changed the WADO port from 8080 to 80 yet still no images.

I am not going thru a web server using dgate.  Is this necessary to get the images delivered?  I've also tried setting up Oviyam2 ha a "Known DICOM provider" in the Conquest server....tried port 80 and port 8080.....no results...

Any ideas?

Many thanks,

Robby

Robby Otts

unread,
Feb 14, 2013, 1:11:41 PM2/14/13
to dcm...@googlegroups.com
I thought I had read that WADO serivce was added in 1.4.12.  We are now running 1.1.17alpha.
 
I was really hoping for this to be our solution.  I'm desperately running out of time with my client.  We thought dcm4chee would be the solution for web based viewing but it will not query Conquest directly.  Our clients are not willing to push images from Conquest into dcm4chee since we would have to maintain images in two places.
 
This Oviyam interface is really, really nice!

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at http://groups.google.com/group/dcm4che?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Suresh Viswanathan

unread,
Feb 14, 2013, 1:12:36 PM2/14/13
to dcm...@googlegroups.com
IIRC, Conquest does not have WADO. You can read more on this:


Web Access to DICOM Persistent Objects (WADO)

Suresh

Suresh Viswanathan

unread,
Feb 14, 2013, 1:22:26 PM2/14/13
to dcm...@googlegroups.com
Oh, that's news to me. I made my earlier post before reading yours.  Make sure Conquest WADO can generate jpeg images. (fFor example, ClearCanvas ImageServer has WADO but it can be used only to query DICOM images) Have you been able to test it out by creating your own WADO URL? If you have  a programming background, you can look into the complexities of pulling out the WADO code from dcm4chee and adding it to Oviyam, provided you have the time.

Thanks for the compliment. It's still work in progress.

Suresh.

Robby Otts

unread,
Feb 14, 2013, 2:08:53 PM2/14/13
to dcm...@googlegroups.com
I am by no means a developer....a linux/unix engineer.

I'm simply trying to get a web based viewer set up for a client to be used over the internet.  I have had absolutely no success up to this point.

Jhon Carrillo

unread,
Feb 14, 2013, 4:24:33 PM2/14/13
to dcm...@googlegroups.com
Hi Suresh,

After copy the oviyam war file to the deploy folder I can see the following lines in the server log:

16:36:35,066 WARN  [Parameters] Parameters: Character decoding failed. Parameter skipped.
java.io.CharConversionException: isHexDigit
        at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:88)
        at org.apache.tomcat.util.buf.UDecoder.convert(UDecoder.java:49)
        at org.apache.tomcat.util.http.Parameters.urlDecode(Parameters.java:410)
        at org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:392)
        at org.apache.tomcat.util.http.Parameters.processParameters(Parameters.java:508)
        at org.apache.tomcat.util.http.Parameters.handleQueryParameters(Parameters.java:266)
        at org.apache.catalina.connector.Request.parseParameters(Request.java:2421)
        at org.apache.catalina.connector.Request.getParameter(Request.java:1040)
        at org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:355)
        at in.raster.oviyam5.servlet.EchoServlet.doGet(EchoServlet.java:75)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
        at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
        at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
        at java.lang.Thread.run(Thread.java:722)
16:36:35,231 ERROR [[EchoServlet]] Servlet.service() para servlet EchoServlet lanz¾ excepci¾n
java.lang.NullPointerException
        at org.dcm4che.util.DcmURL.<init>(DcmURL.java:77)
        at in.raster.oviyam5.servlet.EchoServlet.doGet(EchoServlet.java:76)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
        at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
        at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
        at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)

 Any Idea about it?

fleetwoodfc

unread,
Feb 14, 2013, 6:24:29 PM2/14/13
to dcm...@googlegroups.com
Conquest does advertise that it has WADO and I have been able to get it to work through the Conquest web pages (dgate application). However so far I have been unable to get it to work with other clients e.g. Oviyam or the CharruaSoft WADO Client.  

fleetwoodfc

unread,
Feb 14, 2013, 6:29:29 PM2/14/13
to dcm...@googlegroups.com
Great work. Definitely going in the right direction.


On Thursday, February 14, 2013 2:18:13 AM UTC-5, Suresh Viswanathan wrote:

asgarhu...@raster.in

unread,
Feb 15, 2013, 12:32:03 AM2/15/13
to dcm...@googlegroups.com
Hi Jhon,

Are you deployed oviyam war in TOMCAT server? At present, there is no support for tomcat server.

Asgar.

Suresh Viswanathan

unread,
Feb 15, 2013, 1:19:51 AM2/15/13
to dcm...@googlegroups.com
Out testing so far has been only under JBoss. We'll be looking to add Tomcat support in future versions.

Suresh.



Jhon Carrillo

unread,
Feb 15, 2013, 1:23:43 AM2/15/13
to dcm...@googlegroups.com
Hi,

I am working with JBoss according to the dcm4chee installation manual.

Cordially,

Jhon

ime

unread,
Feb 15, 2013, 1:15:51 PM2/15/13
to dcm...@googlegroups.com
First of all thank you for new version of oviyam 2.

I try oviyam 2 with dcm4chee 2.15.0 and cannot see two images from conquest server.

I send two ct images (which comes with conquest server) to dcm4chee. I can view images in dcm4chee, but i can't view in oviyam 2!

Suresh Viswanathan

unread,
Feb 15, 2013, 3:00:42 PM2/15/13
to dcm...@googlegroups.com
Can you see it using dcm4chee-web? This is to verify if there is a WADO problem.

Suresh

fabrizzi...@msn.com

unread,
Feb 15, 2013, 10:22:04 PM2/15/13
to dcm...@googlegroups.com
Excellent work , thanks.

when i try it with an ipad, the page is redirect to IVIEWER, but this file is not in the war. this is for a newer beta version??

Regards
Fs

Suresh Viswanathan

unread,
Feb 16, 2013, 2:35:42 PM2/16/13
to dcm...@googlegroups.com
Hi Rob,

In our internal discussions for the next beta release, we've looked the possibility of adding an internal WADO like service which would allow Oviyam to be used with Conquest and ClearCanvas Image Server. Do you still have time with the client to wait for the next release?

Suresh

Robby Otts

unread,
Feb 16, 2013, 3:34:24 PM2/16/13
to dcm...@googlegroups.com
Not sure. We're already weeks behind. However, they are using K-Pacs as a viewer internally and I've also true to get the seriesviewer2 setting to work in Conquest web which might work for now. Hopefully. 

Still having some issues getting it to work though

chris...@web.de

unread,
Feb 17, 2013, 5:57:24 AM2/17/13
to dcm...@googlegroups.com
hi there,
thanks a lot for his awesome work! i really enjoy oviyam since the beginning...
as we do a lot of cardiac mri we always have large studies (up to 20000 images) and it takes too long to load them. could you add a feature just to load single sequences of one study? this would help a lot!
thanks
chris

Suresh Viswanathan

unread,
Feb 17, 2013, 11:55:35 AM2/17/13
to dcm...@googlegroups.com
20,000? That's lot of images. I'll look into adding it as a configurable option.

Suresh

chris...@web.de

unread,
Feb 18, 2013, 7:13:51 AM2/18/13
to dcm...@googlegroups.com
that would be great solution!
thanks in advance
chris

Paolo Marcheschi

unread,
Feb 18, 2013, 7:41:28 AM2/18/13
to dcm...@googlegroups.com
Hi Suresh, How are you

This is a very interesting release.

I tried it and I must admit that It is very promising, I have tried CT and DR so far, and it works fine,
This is not for production use at the moment , I still prefer the Mayam feeling, This release is still buggy, I had to exit and re-enter several times in order to view images correctly.
Thank you For this work

Ciao

Paolo

Suresh Viswanathan

unread,
Feb 18, 2013, 9:23:39 AM2/18/13
to dcm...@googlegroups.com
Thanks Paolo. Can you reproduce & document the bugs? It would help us to fix them.

Regards

Suresh

Prakash Jayaraman

unread,
Feb 20, 2013, 12:54:09 AM2/20/13
to dcm...@googlegroups.com
Most of the functions of Oviyam 2.0 may not work with iPad, since it was not intended for tablet. iOviyam 2.0, mobile and tablet version of Oviyam 2.0 is on final testing and you expect its release shortly.

The invalid link "IVIEWER" will be removed in the next release.


Prakash.

charles strickland

unread,
Mar 19, 2013, 2:37:33 PM3/19/13
to dcm...@googlegroups.com
I cannot get oviyam to work. Do I need to have anything other than a working dcm4chee? getting error The requested resource (/oviyam2) is not available.

asgarhu...@raster.in

unread,
Mar 20, 2013, 2:03:04 AM3/20/13
to dcm...@googlegroups.com
Please try with http://hostname:port/Oviyam2.

If you want to use /oviyam2 then rename the war file and deploy it.

Suresh Viswanathan

unread,
Mar 20, 2013, 2:35:06 AM3/20/13
to dcm...@googlegroups.com
Case is important in the URL. /Oviyam2 is different from /oviyam2

Suresh.

charles strickland

unread,
Mar 20, 2013, 8:52:24 AM3/20/13
to dcm...@googlegroups.com
Brilliant. That was it. Never would have tried it. Thanks

charles strickland

unread,
Mar 20, 2013, 10:07:23 AM3/20/13
to dcm...@googlegroups.com

Got oviyam setup, can query for studies. Images will not load, just spins "loading". I see the thumbnail placeholders but not thumbnails.

asgarhu...@raster.in

unread,
Mar 21, 2013, 1:03:53 AM3/21/13
to dcm...@googlegroups.com
Are you able to see images in dcm4chee-web interface. 
Please attach error log, if possible.

charles strickland

unread,
Mar 21, 2013, 8:48:41 AM3/21/13
to dcm...@googlegroups.com
Looks like I used 64bit java, will change to 32bit and see if that helps.

charles strickland

unread,
Mar 21, 2013, 9:15:17 AM3/21/13
to dcm...@googlegroups.com
That was it. Working now.

Suresh Viswanathan

unread,
Mar 21, 2013, 1:44:44 PM3/21/13
to dcm...@googlegroups.com
IIRC, Java 64 under Windows does not have JAI support which probably caused the problem you faced. Now that you have it working, how is it?

Suresh.


charles strickland

unread,
Mar 25, 2013, 11:48:32 AM3/25/13
to dcm...@googlegroups.com
I am unable to load all series of Echo studies (US). Only 3 of 24 series shows in the viewer. Sometimes they play sometimes not. I can't seem to find a reason.

XA studies seem to work a lot better. The entire series loads. But when I am playing the loop and try to load the next series the viewer hangs. If I uncheck loop and going to next series it works fine. The loop checkbox seems to cause problems. If it is checked and you change layout it hangs.

I also would wish for a automatic setting for playback speed that would match the images. 15 fps in my scenario. Also would like playback for all series in multiple layout.

I like that a dicom pdf viewer is included. That works well. Image quality seems to be great, and playback of cine is great when the speed is adjusted.

Suresh Viswanathan

unread,
Mar 25, 2013, 12:33:59 PM3/25/13
to dcm...@googlegroups.com
Any chance of sending the Echo & XA studies for testing? Dropbox or FTP would work.  Automatic playback setting is planned for in a future release. This is still the first beta release. There's still a lot of work to be done. 

Suresh. 

Sent from my iPad

charles strickland

unread,
Mar 25, 2013, 2:15:23 PM3/25/13
to dcm...@googlegroups.com
Sure. I will get them uploaded to dropbox.

charles strickland

unread,
Mar 25, 2013, 3:39:18 PM3/25/13
to dcm...@googlegroups.com

charles strickland

unread,
Mar 26, 2013, 8:59:09 AM3/26/13
to dcm...@googlegroups.com

Suresh Viswanathan

unread,
Mar 26, 2013, 3:14:05 PM3/26/13
to dcm...@googlegroups.com
Thanks for both the studies, Charles. I'll let you know once we've fixed things.

Suresh.

Suresh Viswanathan

unread,
May 2, 2013, 6:10:31 PM5/2/13
to dcm...@googlegroups.com
Oviyam 2.0 Beta 2 & iOviyam 2.0 for mobile devices Beta 1 has been released and is available for download. Please update your installations and give feedback.

Also of interest is Mayam 2.0 Beta 1 which too has been released and is available for download. Do check it out.

The Raster Images Team

José Antonio Pérez

unread,
May 30, 2013, 5:36:30 AM5/30/13
to dcm...@googlegroups.com
Hello Suresh,

Regarding your comment about ClearCanvas serving only Dicom images via Wado, I would suggest to use a web viewer supporting Dicom images.

In particular, I would point to medview [ https://github.com/jap1968/medview ], a just released html5 Dicom viewer, capable to connect to any pacs supporting c-find SCP

The viewer is still very limited and not ready for production use, but I think it could be interesting for anyone having a Dicom server and, in particular, for the users of ClearCanvas Pacs.


 José Antonio Pérez
 http://goo.gl/lW17d

On Thursday, February 14, 2013 7:22:26 PM UTC+1, Suresh Viswanathan wrote:
Oh, that's news to me. I made my earlier post before reading yours.  Make sure Conquest WADO can generate jpeg images. (fFor example, ClearCanvas ImageServer has WADO but it can be used only to query DICOM images) Have you been able to test it out by creating your own WADO URL? If you have  a programming background, you can look into the complexities of pulling out the WADO code from dcm4chee and adding it to Oviyam, provided you have the time.

Thanks for the compliment. It's still work in progress.

Suresh.

On 14-Feb-2013, at 11:41 PM, Robby Otts wrote:

I thought I had read that WADO serivce was added in 1.4.12.  We are now running 1.1.17alpha.
 
I was really hoping for this to be our solution.  I'm desperately running out of time with my client.  We thought dcm4chee would be the solution for web based viewing but it will not query Conquest directly.  Our clients are not willing to push images from Conquest into dcm4chee since we would have to maintain images in two places.
 
This Oviyam interface is really, really nice!

On Thu, Feb 14, 2013 at 12:07 PM, Suresh Viswanathan <suresh...@gmail.com> wrote:
Unfortunately you've been hit by the lack of WADO service in Conquest. Oviyam uses WADO to retrieve images as JPEG images from the server. WADO generates JPEG images from the original DICOM image.

dcm4chee has a built-in WADO service. We're looking to add WADO as an optional part to Oviyam in a future release to support Conquest and ClearCanvas Image Server.

Suresh




On Thursday, February 14, 2013 10:30:00 PM UTC+5:30, Robby Otts wrote:
This looks awesome!  Exactly what I was looking for.  It's going back and querying data from my Conquest server.

Got it up and running in no time.  I'm getting all the way to the point to where it's trying to pull up images but it is never displaying them. The viewer is just "spinning" and never loads an image, either on the internal network or over the internet.

I'm thinking it might have something to do with my server setup?  I'm getting java.net.ConenctException: Connection timed out errors.

2013-02-14 11:44:02,931 ERROR -> (http-0.0.0.0-8080-19) [in.raster.oviyam5.servlet.DcmImage] Unable to read and write the image from http://192.168.16.6:8080
java.net.ConnectException: Connection timed out

192.168.16.6 is my remote Conquest Server.


On Thursday, February 14, 2013 1:18:13 AM UTC-6, Suresh Viswanathan wrote:
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at http://groups.google.com/group/dcm4che?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Suresh Viswanathan

unread,
May 30, 2013, 6:14:47 AM5/30/13
to dcm...@googlegroups.com
Hi José,

Thanks for the link. I'll have a look.

FYI, the latest release of Oviyam 2.0 (ß2) now supports ClearCanvas, Conquest or any archive that supports C-MOVE or C-GET. It still needs to be installed on a dcm4chee server - we plan on removing that dependency with the net release.

Suresh

Douglas Cesconetto

unread,
Jul 27, 2013, 7:16:46 PM7/27/13
to dcm...@googlegroups.com
Guys, sorry for this silly question. I can't run Oviyam with dcm4chee , I'm following this instructions:

http://www.dcm4che.org/confluence/display/OV/Oviyam+Installation

After copy the oviyam.war file to /var/lib/dcm4chee/server/default/deploy I have to something else?
I tried to access http://192.168.0.10:8080/oviyam from another computer but I had a 404 message.

ype Status report

message /oviyam

description The requested resource (/oviyam) is not available.

I tried to refresh Jboss service too.

Please, help.

Suresh Viswanathan

unread,
Jul 27, 2013, 11:38:03 PM7/27/13
to dcm...@googlegroups.com

The last bit should be the same as the war file you deploy. The wiki instructions are for the earlier version. 

Suresh. 

Sent from my iPhone

Douglas Cesconetto

unread,
Jul 28, 2013, 12:47:30 PM7/28/13
to dcm...@googlegroups.com
Actually I tried the 0.9 and oviyam2 version, thats why I wrote ../oviyam but in both cases I had the same problem. I'm using dcm4chee installed on linux Ubuntu, I had installed using this live CD:


It's already have the Weasis but it's not enough for me, oviyam seems to be much better and have a query/retrieve option. I can see in Jboss manager references of Weasis but nothing oviyam, I think I'm doing something wrong.

:-/

Please, help me.
Message has been deleted

Jorge Millan

unread,
Nov 27, 2014, 12:04:53 PM11/27/14
to dcm...@googlegroups.com
Hi Suresh,

I came across your website looking for a web based Dicom viewer. Do you have installation instructions on how to install it in a web server?

Best regards
Jorge Millan

Suresh Viswanathan

unread,
Nov 27, 2014, 1:53:31 PM11/27/14
to dcm...@googlegroups.com
It’s fairly straightforward, 

Step 1 - Install JBoss (preferable) or Tomcat
Step 2 - Deploy the Oviyam WAR file
Step 3 - Configure Oviyam to connect to your DICOM archive 

Suresh.

-- 
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at http://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.

lichon...@gmail.com

unread,
Jan 17, 2017, 8:20:32 AM1/17/17
to dcm4che
Hi Suresh:
    I have a question need your help.At this time i face a problem that when i selected the window width&level button,'waitting' is appered on the page and i found some js errors.But what puzzles me is the same dicom file is ok to oviyam.Could you please do me a favor? Loking forward to hearing form you soon,thanks.

    Chong Li.

Dr Suresh Viswanathan

unread,
Jan 17, 2017, 10:37:20 AM1/17/17
to dcm...@googlegroups.com
Can you share a copy of the DICOM file causing you trouble and one of us will have a look to see what's the issue. 

Suresh. 

Sent from my iPhone
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.

Vijaya Babu Bollavarapu

unread,
Jul 6, 2017, 10:26:15 AM7/6/17
to dcm4che
Hi Suresh,

Your viewer is fantastic. Here I need a help in integration steps with our system. I have tried to contact you guys by email but havent got any reply. As I have seen your forum here I am trying find details. Can you help me please. And I also would like to know if you can suggest me a DICOM Router. 

Thank you

Vijay

Kavitha Madhu

unread,
Jan 6, 2020, 8:02:22 AM1/6/20
to dcm4che
Hi, Can you please share the steps to integrate Oviyam to integrate my react native project for my mobile application.
Reply all
Reply to author
Forward
0 new messages