Add missing props (#1879)
This commit is contained in:
parent
b28a70520e
commit
1507f9eb61
@ -433,8 +433,8 @@ function OHIFCornerstoneSRViewport({
|
||||
spacing:
|
||||
PixelSpacing && PixelSpacing.length
|
||||
? `${PixelSpacing[0].toFixed(2)}mm x ${PixelSpacing[1].toFixed(
|
||||
2
|
||||
)}mm`
|
||||
2
|
||||
)}mm`
|
||||
: '',
|
||||
scanner: ManufacturerModelName || '',
|
||||
},
|
||||
@ -560,6 +560,8 @@ async function _getViewportAndActiveDisplaySetData(
|
||||
SeriesDescription: image0.SeriesDescription,
|
||||
SeriesInstanceUID: image0.SeriesInstanceUID,
|
||||
SeriesNumber: image0.SeriesNumber,
|
||||
ManufacturerModelName: image0.ManufacturerModelName,
|
||||
PixelSpacing: image0.PixelSpacing,
|
||||
displaySetInstanceUID,
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user