Mercurial > hg > orthanc-stone
diff Applications/StoneWebViewer/WebApplication/configuration.json @ 1699:0598c87e1e88
"WindowingPresets" configuration option
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 27 Nov 2020 10:21:48 +0100 |
parents | 8805a6a01655 |
children | f1bd464dc3e1 |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/configuration.json Fri Nov 27 10:13:15 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/configuration.json Fri Nov 27 10:21:48 2020 +0100 @@ -10,6 +10,20 @@ * replaced by the day, "MM" by the month, and "YYYY" by the year. **/ // "DateFormat" : "DD/MM/YYYY", + + /** + * This option allows you to define windowing presets. + * For each preset, you must provide a name, the window width + * and window center. + **/ + "WindowingPresets" : [ + {"Name": "CT Lung", "WindowCenter": -400, "WindowWidth": 1600}, + {"Name": "CT Abdomen", "WindowCenter": 60, "WindowWidth": 400}, + {"Name": "CT Bone", "WindowCenter": 300, "WindowWidth": 1500}, + {"Name": "CT Brain", "WindowCenter": 40, "WindowWidth": 80}, + {"Name": "CT Chest", "WindowCenter": 40, "WindowWidth": 400}, + {"Name": "CT Angio", "WindowCenter": 300, "WindowWidth": 600} + ], /** * The allowed origin for messages corresponding to dynamic actions