fix(thumbnail): it was commented out by mistake (#3403)

This commit is contained in:
Alireza 2023-05-17 14:13:19 -04:00 committed by GitHub
parent e055f25ea6
commit f1c0581313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -194,7 +194,7 @@ function modeFactory() {
return {
id: ohif.layout,
props: {
// leftPanels: [tracked.thumbnailList],
leftPanels: [tracked.thumbnailList],
rightPanels: [dicomSeg.panel, tracked.measurements],
rightPanelDefaultClosed: true,
viewports: [

View File

@ -40,7 +40,7 @@ function _getPaletteColor(paletteColorLookupTableData, lutDescriptor) {
}
} else {
for (let i = 0; i < numLutEntries; i++) {
lut[i] = byteArray[i];
lut[i] = arraybuffer[i];
}
}
return lut;

View File

@ -153,3 +153,9 @@ http://localhost:3000/viewer?StudyInstanceUIDs=1.3.6.1.4.1.25403.345050719074.38
You can select the initial hanging protocol to apply by using the
hangingProtocolId parameter. The selected parameter must be available in a
hangingProtocolModule registration, but does not have to be active.
### token
Although not recommended, you can use the token param in the URL which will inject
the token into the Authorization header of the request.