Skip to content

Files

Latest commit

4f9c5fe · Feb 1, 2023

History

History
15 lines (9 loc) · 825 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 825 Bytes

OrthancTools

Simple Julia package for working with open source DICOM server Orthanc

Build Status Coverage

Getting Started

using Pkg; Pkg.add("OrthancTools") # or Pkg.add(url=https://github.com/Dale-Black/OrthancTools.jl)

You can also download the example notebook directly from GitHub inside of Pluto.jl. Simply launch Pluto and on the start page, copy and paste https://github.com/Dale-Black/OrthancTools.jl/blob/main/docs/gettting_started.jl and click "open".