Skip to content

Commit

Permalink
Update preview config to allow changing dicom store (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano authored May 9, 2024
1 parent 710483b commit 39239dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/config/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ window.config = {
write: false
}
],
disableWorklist: false,
disableAnnotationTools: false,
enableServerSelection: true,
mode: "light",
preload: true,
annotations: [
{
finding: { value: '85756007', schemeDesignator: 'SCT', meaning: 'Tissue' },
Expand Down

0 comments on commit 39239dc

Please sign in to comment.