dcmjs 0.23.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/dcmjs.es.js CHANGED
@@ -7136,7 +7136,7 @@ var TID1500MeasurementReport = /*#__PURE__*/function () {
7136
7136
 
7137
7137
  if (derivationSourceDatasets.length === 1) {
7138
7138
  // If there is only one derivationSourceDataset, use it.
7139
- derivationSourceDataset[0];
7139
+ derivationSourceDataset = derivationSourceDatasets[0];
7140
7140
  } else {
7141
7141
  var SeriesInstanceUID = sopInstanceUIDsToSeriesInstanceUIDMap[ReferencedSOPInstanceUID];
7142
7142
  derivationSourceDataset = derivationSourceDatasets.find(function (dsd) {