Quickstart — Orthanc Book documentation (2024)

Contents

Obtaining binaries

To obtain the Orthanc binaries, you have several possibilities:

Furthermore, if you are running Debian 9 (stretch), Debian 10(buster), Debian 11 (bullseye), Debian 12 (bookworm), Ubuntu 18.04 LTS(bionic), Ubuntu 20.04 LTS (focal), or Ubuntu 22.04 LTS (jammy) on anAMD64 architecture, Sébastien Jodogne maintains a standaloneDebian repository that provides the latest versions of the LSBbinaries. For instance, here is how to install the Stone Webviewer on a barebone Docker setup:

# docker run --rm -t -i -p 8042:8042 -p 4242:4242 debian:9$ apt update$ DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common wget curl nano gnupg apt-transport-https$ apt install --upgrade ca-certificates$ wget -qO - https://debian.orthanc-labs.com/archive.key | apt-key add -$ apt-add-repository "deb https://debian.orthanc-labs.com/ `grep VERSION_CODENAME /etc/os-release | cut -d'=' -f 2` main"$ apt clean && apt update$ apt install orthanc-stone-webviewer$ /etc/init.d/orthanc start

Note that this standalone Debian repository does not contain thePython plugin and the Java plugin, because these plugins must be dynamically linkedagainst the system-wide version of your Python or Java runtimeenvironment. You should install the orthanc-python ororthanc-java package from your native Debian/Ubuntu distributionif available, or compile the plugin from sources.

Opening Orthanc Explorer

The most straightforward way to use Orthanc consists in openingOrthanc Explorer, the embedded administrative interface ofOrthanc, with a Web browser. Once Orthanc is running, open thefollowing URL: http://localhost:8042/app/explorer.html. Please notethat:

Uploading DICOM files

The Orthanc Explorer interface contains a user-friendly page to uploadDICOM files. You can reach the upload page athttp://localhost:8042/app/explorer.html#upload. Then, you can drag anddrop your DICOM files and click on the Upload button.

You can watch this video tutorial that shows howto upload files to Orthanc through Orthanc Explorer with Chromium.

Important: There is currently a known issue that mightprevent Mozilla Firefox to correctly upload all DICOM files if usingdrag-and-drop.

Uploading through the DICOM protocol

Once Orthanc is up and running, any imaging modality can sendinstances to Orthanc through the DICOM protocol (with the C-Storecommand). Check this tutorial toconnect your modality to Orthanc.

You can also use the standard command-line tool storescu from theDCMTK software to manuallysend DICOM images to Orthanc, for instance:

$ storescu -aec ORTHANC localhost 4242 *.dcm

will send all the files with “.dcm” extension to the instance ofOrthanc that is running on the localhost, whose application entitytitle (AET) is ORTHANC, and whose DICOM port is4242. Obviously, all these parameters depend on yourconfiguration. Please check the FAQ if you encounter any problem.

Next steps

  1. Read the general introduction “Understanding DICOM with Orthanc”.

  2. Have a look at your configuration file.

  3. Drive Orthanc through its REST API.

  4. Automate DICOM tasks with Lua scripts.

Quickstart — Orthanc Book  documentation (2024)

FAQs

How do I upload DICOM files to Orthanc? ›

Uploading DICOM files

The Orthanc Explorer interface contains a user-friendly page to upload DICOM files. You can reach the upload page at http://localhost:8042/app/explorer.html#upload. Then, you can drag and drop your DICOM files and click on the Upload button.

How do I start Orthanc? ›

To start the Orthanc server with the default parameters after a fresh Linux build, you just have to type "./Orthanc" at the command prompt. Once Orthanc is running, open the URL "http://localhost:8042/" with Mozilla Firefox or Google Chrome to access the Web interface of Orthanc (aka. "Orthanc Explorer").

Where is the Orthanc config file? ›

Windows: C:\Program Files\Orthanc Server\Configuration\

Does Orthanc support DICOMweb? ›

This official plugin extends Orthanc with support of the DICOMweb protocols. More precisely, the plugin introduces a basic, reference implementation of WADO-URI, WADO-RS, QIDO-RS and STOW-RS, following DICOM PS3.

What is the default DICOM port for Orthanc? ›

Its TCP port (the standard DICOM port is 104, but Orthanc uses the non-priviliged port 4242 by default).

How do I restart Orthanc in Ubuntu? ›

Sébastien Jodogne

Open your Web browser on port 8042 to open its Web interface (aka. Orthanc Explorer). The configuration files can be found at location "/etc/orthanc". To restart Orthanc, just type "sudo /etc/init.

What is the default port for Orthanc? ›

However, note that, by default, Orthanc uses port 4242 which might also be used by other software like a Juniper VPN client.

What is the username and password for Orthanc? ›

The default username is "orthanc" (without the quotes) and the default password is also "orthanc".

How do I add plugins to Orthanc? ›

Add plugins to Orthanc on Ubuntu
  1. The MongoDB plugin is contributed software. ...
  2. The DICOMweb and worklist plugins are available as Debian/Ubuntu packages: ...
  3. https://packages.debian.org/unstable/orthanc-dicomweb.
Jun 1, 2020

Who built Saruman's Tower? ›

Orthanc was the black, impenetrable tower of Isengard built by the Dúnedain. By the Great Years and the War of the Ring, it was the seat of power of the Wizard Saruman.

What happened to Orthanc after? ›

After the War of the Ring

Orthanc again became a tower of the Reunited Kingdom of King Aragorn II Elessar. Under the Ent dominion, the ring-wall was torn down and the Ents planted the Watchwood there, naming the new forest the "Treegarth of Orthanc".

Is Isengard the same as Orthanc? ›

In The Lord of the Rings, Orthanc, a tower at the centre of Isengard, is the home of the Wizard Saruman. He had been ensnared by the Dark Lord Sauron through the tower's palantír, a far-seeing crystal ball able to communicate with others like it.

What is the difference between Isengard and Orthanc? ›

Isengard & Orthanc. Isengard was a stronghold guarding the Gap of Rohan at the southern end of the Misty Mountains. The impregnable Tower of Orthanc stood within the walls of Isengard. Isengard was originally an outpost of Gondor, but in the later part of the Third Age it was home to the Wizard Saruman.

What software opens a DICOM file? ›

  1. MicroDicom. The application allows both viewing and processing of DICOM images. ...
  2. 3DimViewer. This is a lightweight application that is great for beginners who are learning to use a DICOM viewer. ...
  3. DICOM Web Viewer. ...
  4. MANGO (Multi-Image Analysis GUI) ...
  5. Escape EMV. ...
  6. IrfanView. ...
  7. Sante DICOMdir Viewer Pro. ...
  8. JiveX DICOM Viewer.

How do I send DICOM files to PACS? ›

To send studies from your local archive, select the study (or multiple studies), right-click to show the context menu, select Send to PACS and the destination PACS node. The sending process will start. If there are any errors encountered during the procedure, the message will be displayed below the progress bar.

How do I export a DICOM image? ›

Export Images from CDR Dicom for Windows
  1. Click on the Image so it is highlighted.
  2. Click Xray/Image.
  3. Click Export.
  4. In the Save As window box, select the location you wish to save the image to.
  5. Type in a file name for the image.
  6. Select JPEG Format as the save as type.
  7. Click Save.

What format does DICOM export in? ›

When DICOM data is exported in a native image format (JPG, PNG, JPEG 2000 or TIFF), only the images are transformed (see original image options) and the encapsulated files (video, audio and PDF) are extracted. Multiframe images are exported by adding a number to the end of the file name.

Top Articles
Latest Posts
Article information

Author: Allyn Kozey

Last Updated:

Views: 5789

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Allyn Kozey

Birthday: 1993-12-21

Address: Suite 454 40343 Larson Union, Port Melia, TX 16164

Phone: +2456904400762

Job: Investor Administrator

Hobby: Sketching, Puzzles, Pet, Mountaineering, Skydiving, Dowsing, Sports

Introduction: My name is Allyn Kozey, I am a outstanding, colorful, adventurous, encouraging, zealous, tender, helpful person who loves writing and wants to share my knowledge and understanding with you.