Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 972 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 972 Bytes

Orthanc DICOM server for caMicroscope

caMicroscope DICOM server (Orthanc) build scripts

docker run [-v /path/to/images:/images] -i -t -p 8042:8042 camicroscope/dicomsrv

-i -t required to be able to stop the container

Updating caMicroscope orthanc-indexer plugin

Because build_orthanc_indexer.sh does "git clone" without specifying commit hash, Docker caches this line so if caMicroscope plugin repository is updated, please make a new tag there (such as: v0.3) and update the version in number in the script. See also the BFBridge documentation which describes the exact steps. Note that making a tag should be done at github.com/camicroscope/orthanc-indexer and not here.

Testing

The easiest way to test Orthanc is the GUI but for DICOM server testing, please see the storescu command on https://book.orthanc-server.com/users/cookbook.html