Study Browser
The Study Browser is a component that allows users to browse and manage studies.
studyBrowser.studyMode
ID | studyBrowser.studyMode |
---|---|
Description | Controls the study browser mode to determine whether to show all studies (including prior studies) or only the current study. |
Default Value | 'all' |
Example |
|
studyBrowser.viewPresets
ID | studyBrowser.viewPresets |
---|---|
Description | Defines the view presets for the study browser, such as list or thumbnail views. |
Default Value | [ { "id": "list", "iconName": "ListView", "selected": false }, { "id": "thumbnails", "iconName": "ThumbnailView", "selected": true } ] |
Example |
|
studyBrowser.sortFunctions
ID | studyBrowser.sortFunctions |
---|---|
Description | Sorting options for study browser items. |
Default Value | [ { "label": "Series Number" }, { "label": "Series Date" } ] |
Example |
|
studyBrowser.thumbnailMenuItems
ID | studyBrowser.thumbnailMenuItems |
---|---|
Description | Defines the menu items available in the thumbnail menu items of the study browser. |
Default Value | [ { "id": "tagBrowser", "label": "Tag Browser", "iconName": "DicomTagBrowser", "commands": "openDICOMTagViewer" } ] |
Example |
|
studyBrowser.studyMenuItems
ID | studyBrowser.studyMenuItems |
---|---|
Description | Defines the menu items available in the study menu items of the study browser. |
Default Value | [] |
Example |
|