Skip to content

Commit

Permalink
Updated SeriesDate when saving segmentations instead of using the pre…
Browse files Browse the repository at this point in the history
…vious one.
  • Loading branch information
Adithyan-Dinesh-Trenser committed Mar 26, 2024
1 parent 0ea434d commit cc13c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/cornerstone-dicom-seg/src/commandsModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ const commandsModule = ({
SOPInstanceUID: displaySet.instances[0].SOPInstanceUID,
SeriesNumber: displaySet.SeriesNumber,
Manufacturer: displaySet.instances[0].Manufacturer,
SeriesDate: displaySet.SeriesDate,
}),
},
});
Expand Down

0 comments on commit cc13c72

Please sign in to comment.