Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OZ-735: Add support for Orthanc EIP routes in Ozone #111

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

VaishSiddharth
Copy link
Contributor

@VaishSiddharth VaishSiddharth changed the title OZ-735: Add Orthanc config files OZ-735: Add support for Orthanc EIP routes in Ozone Jan 6, 2025
Copy link
Contributor

@corneliouzbett corneliouzbett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a small comment. Otherwise this LGTM!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file used to initialize Orthanc? If not, maybe we can put it under distro/configs/orthanic/orthanc.json

Copy link
Contributor Author

@VaishSiddharth VaishSiddharth Jan 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can do a lot of things, a snippet from it.

  "Java" : {
    "Enabled" : true,
    //"Classpath" : "/home/root/java/:/home/root/OrthancJava-1.0/BuildJavaSDK/OrthancJavaSDK.jar:.",
    //"InitializationClass" : "HelloWorld"
    "Classpath" : "/home/root/OrthancJava-1.0/BuildJavaSDK/OrthancJavaSDK.jar:/home/root/OrthancFHIR.jar",
    "InitializationClass" : "Main"
  },

I feel we can leave it under initializer_config and come back on this later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants