How to develop ohif plugin? #811
|
Hello, I would like to know how to develop ohif plugin? Now I have successfully executed Thanks in advance! |
Replies: 4 comments 6 replies
|
You can uncomment the remove line for viewer.. and use that directly with Orthanc independently for development.. |
|
Hi, Thanks for the answer. I was able to get the default OHIF running with the MONAI plugin. What should I do if I already have a version of OHIF locally that I'm working on and only want to integrate monailabel's plugin with it? |
|
You can build plugin with your own ohif version (if it's 2.x) Only couple of steps to follow to include monailabel plugin as part your own ohif build.. At the end you can include the https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/ohif/monai-label folder along with other plugins in your OHIF repo.. and add an entry to be included into |
|
Thanks so much, @diazandr3s and @SachidanandAlle @diazandr3s I'm building OHIF with total metabolic tumor volume support. I'm perfectly comfortable with the version from monailabel too. |
You can uncomment the remove line for viewer.. and use that directly with Orthanc independently for development..