added modality attribute to displayset

This commit is contained in:
weiwei 2016-09-07 02:29:32 +08:00
parent 2c89303841
commit f411d98422

View File

@ -75,7 +75,8 @@ function makeDisplaySet(series, instances) {
seriesDescription: series.seriesDescription, seriesDescription: series.seriesDescription,
numImageFrames: instances.length, numImageFrames: instances.length,
frameRate: instance.frameTime, frameRate: instance.frameTime,
images: instances images: instances,
modality: series.modality
}; };
// Sort the images in this series // Sort the images in this series