Skip to content

Commit 0b4bdab

Browse files
authored
Merge pull request #428 from Project-MONAI/ohif_doc_fix
Update readme for ohif
2 parents 81e8e11 + 5b8fd2c commit 0b4bdab

File tree

4 files changed

+8
-29
lines changed

4 files changed

+8
-29
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ To install the current release, you can simply run:
4545
monailabel start_server --app apps/deepedit --studies datasets/Task02_Heart/imagesTr
4646
```
4747

48+
> If monailabel install path is not automatically determined, then you can provide explicit install path as: `monailabel apps --prefix ~/.local`
49+
4850
For **_prerequisites_**, other installation methods (using the default GitHub branch, using Docker, etc.), please refer
4951
to the [installation guide](https://docs.monai.io/projects/label/en/latest/installation.html).
5052

@@ -60,16 +62,13 @@ Refer [3D Slicer plugin](plugins/slicer) for other options to install and run MO
6062
6163
### OHIF
6264

63-
MONAI Label comes with pre-built plugin for [OHIF Viewer](https://github.com/OHIF/Viewers).
65+
MONAI Label comes with [pre-built plugin](plugins/ohif) for [OHIF Viewer](https://github.com/OHIF/Viewers).
6466
> Please install [Orthanc](https://www.orthanc-server.com/download.php) before using OHIF Viewer.
6567
> For Ubuntu 20.x, Orthanc can be installed as `apt-get install orthanc orthanc-dicomweb`. However, you have to **upgrade to latest version** by following steps mentioned [here](https://book.orthanc-server.com/users/debian-packages.html#replacing-the-package-from-the-service-by-the-lsb-binaries)
6668
>
6769
> You can use [PlastiMatch](https://plastimatch.org/plastimatch.html#plastimatch-convert) to convert NIFTI to DICOM
6870
69-
> OHIF Viewer will be accessible at http://127.0.0.1:8000/ohif/ after running the following command:
70-
71-
`(cd plugins/ohif && ./build.sh)`
72-
71+
> OHIF Viewer will be accessible at http://127.0.0.1:8000/ohif/
7372
7473
![OHIF](docs/images/ohif.png)
7574

docs/source/quickstart.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,6 @@ endpoint of our DICOM server, which based on the last section is ``http://locaho
252252
# and start annotating images in our DICOM server
253253
monailabel start_server --app deepedit --studies http://locahost:8042/dicom-web --username orthanc --password orthanc
254254
255-
Then, build the OHIF plugin by executing the following command:
256-
257-
.. code-block:: bash
258-
259-
(cd plugins/ohif && ./build.sh)
260255
261256
At this point OHIF can be used to annotate the data in the DICOM server via the MONAI Label server ``/ohif`` endpoint
262257
(e.g. via `http://localhost:8000/ohif <http://localhost:8000/ohif>`_).

plugins/ohif/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
![](Screenshots/1.png)
44

5+
## Release mode
6+
`pip install monailabel` will install the OHIF that is pre-built with MONAI Label.
7+
OHIF will be accessible at http://127.0.0.1:8000/ohif/ when you start monailabel server connecting to local/remote dicom-web storage.
8+
59
## Development setup
610

711
- Build the OHIF plugin for development:

plugins/ohif/orthanc.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)