-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from cylab-tw/BLPlugin
Merge BL Plugin to Master
- Loading branch information
Showing
43 changed files
with
6,447 additions
and
4,635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"enabled":false, | ||
"hostname":"127.0.0.1", | ||
"port":"8080", | ||
"http":"http", | ||
"client_id":"account", | ||
"endpoints": | ||
{ | ||
"auth":"realms/TestRealm/protocol/openid-connect/auth", | ||
"validation":"realms/TestRealm/protocol/openid-connect/userinfo", | ||
"token":"realms/TestRealm/protocol/openid-connect/token" | ||
}, | ||
"tokenInRequest":true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"medicalSpecialty": [ | ||
{ | ||
"name": "Ophthalmology", | ||
"diseases": [ | ||
{ | ||
"name": "Diabetic retinopathy", | ||
"tags": [ | ||
"0 - Not feasible", | ||
"1 - Not RD", | ||
"2 - Mild NPDR", | ||
"3 - Moderate NPDR", | ||
"4 - Severe NPDR", | ||
"5 - PDR" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Anatomical Pathology", | ||
"diseases": [ | ||
{ | ||
"name": "Prostate cancer", | ||
"tags": [ | ||
"0 - Not carcinoma", | ||
"1 - Carcinoma" | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"plugin": [ | ||
{"path":"../scripts/plugin/oauth.js", "name": "oauth", "disableCatch": "true"}, | ||
{"path":"../scripts/plugin/mpr.js", "name": "MPR", "disableCatch": "true"}, | ||
{"path":"../scripts/plugin/vr.js", "name": "VR", "disableCatch": "true"}, | ||
{"path":"../scripts/plugin/xml_format.js", "name": "xml_format", "disableCatch": "true"}, | ||
{"path":"../scripts/plugin/graphic_annotation.js", "name": "graphic_annotation", "disableCatch": "true"}, | ||
{"path":"../scripts/plugin/rtss.js", "name": "rtss", "disableCatch": "true"}, | ||
{"path":"../scripts/plugin/seg.js", "name": "seg", "disableCatch": "true"}, | ||
{"path":"../scripts/plugin/tag.js", "name": "tag", "disableCatch": "true"}, | ||
{"path":"../scripts/plugin/xnat.js", "name": "tag", "disableCatch": "true"} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.