Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Warning
titleWARNING

This page has been Archived, and is obsolete. It is available on the Bahmni wiki only for reference and historical purposes.

Instead of deleting a page, we prefer to "archive" it, so that it is still available to people who have bookmarked the page.


  1. Download Orthanc Source code from the link below
    http://www.orthanc-server.com/download.php
  2. Install Cmake
  3. Install Xcode 
  4. Create a directory Orthanc-build 
  5. Goto Orthanc-build  and run the following command

    Info
    iconfalse
    cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON ./../Orthanc-0.9.0
  6. UI Screen for setting Listener AE Title, Port and Adding Server.

    While adding Server, refer Othanc-0.9.0 / Resurces / Configuration.json for port and AE title. Host name is ip address of system.



  7. Make following changes to Othanc-0.9.0 / Resurces / Configuration.json

    Info
    iconfalse
    titleSample configuration

    "DicomModalities" : {

    "oviyam2" : ["OVIYAM2", "192.168.33.10", 1025]

    },

    ValueDescription
    OVIYAM2Listener AE Title (Should be similar to what is given in the ui)
    192.168.33.10Ip address where Oviyam server is installed
    1025Listener Port (should be similar to what is given in the ui)
  8. If no images are present in orthanc server. Upload the image by dragging and droping the image  on http://localhost:8042/app/explorer.html. Sample Upload page is as below.



  9. Go to http://192.168.33.10:8080/oviyam2/index.html to search for images. Sample search page is as below

...