Skip to content

Commit

Permalink
Add series date time to mask meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Apr 15, 2024
1 parent c839866 commit 64b1b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/image/maskFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ export class MaskFactory {
meta.StudyInstanceUID = safeGet('0020000D');
meta.StudyID = safeGet('00200010');
// Series
meta.SeriesDate = safeGet('00080021');
meta.SeriesTime = safeGet('00080031');
meta.SeriesInstanceUID = safeGet('0020000E');
meta.SeriesNumber = safeGet('00200011');
// ReferringPhysicianName
Expand Down

0 comments on commit 64b1b3f

Please sign in to comment.