Skip to content

Commit

Permalink
Merge pull request #24 from cylab-tw/BLPlugin
Browse files Browse the repository at this point in the history
Merge BL Plugin to Master
  • Loading branch information
cylien authored Mar 17, 2023
2 parents 1fb3fed + 0f23166 commit b2a69e4
Show file tree
Hide file tree
Showing 43 changed files with 6,447 additions and 4,635 deletions.
14 changes: 14 additions & 0 deletions bluelight/data/configOAuth.json
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
}
32 changes: 32 additions & 0 deletions bluelight/data/imageTags.json
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"
]
}
]
}
]
}
13 changes: 13 additions & 0 deletions bluelight/data/plugin.json
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"}
]
}
278 changes: 98 additions & 180 deletions bluelight/html/start.html

Large diffs are not rendered by default.

Binary file added bluelight/image/icon/black/M.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bluelight/image/icon/black/X.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bluelight/image/icon/black/tag_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bluelight/image/icon/black/tag_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bluelight/image/icon/title/bluelight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b2a69e4

Please sign in to comment.