fix(thumbnail): it was commented out by mistake (#3403)
This commit is contained in:
parent
e055f25ea6
commit
f1c0581313
@ -194,7 +194,7 @@ function modeFactory() {
|
|||||||
return {
|
return {
|
||||||
id: ohif.layout,
|
id: ohif.layout,
|
||||||
props: {
|
props: {
|
||||||
// leftPanels: [tracked.thumbnailList],
|
leftPanels: [tracked.thumbnailList],
|
||||||
rightPanels: [dicomSeg.panel, tracked.measurements],
|
rightPanels: [dicomSeg.panel, tracked.measurements],
|
||||||
rightPanelDefaultClosed: true,
|
rightPanelDefaultClosed: true,
|
||||||
viewports: [
|
viewports: [
|
||||||
|
|||||||
@ -40,7 +40,7 @@ function _getPaletteColor(paletteColorLookupTableData, lutDescriptor) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (let i = 0; i < numLutEntries; i++) {
|
for (let i = 0; i < numLutEntries; i++) {
|
||||||
lut[i] = byteArray[i];
|
lut[i] = arraybuffer[i];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return lut;
|
return lut;
|
||||||
|
|||||||
@ -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
|
You can select the initial hanging protocol to apply by using the
|
||||||
hangingProtocolId parameter. The selected parameter must be available in a
|
hangingProtocolId parameter. The selected parameter must be available in a
|
||||||
hangingProtocolModule registration, but does not have to be active.
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user