Skip to content

Commit

Permalink
feat(metadata): added radiopharmaceuticalStartDateTime to petIsotopeM…
Browse files Browse the repository at this point in the history
…odule (#516)
  • Loading branch information
lscoder authored Feb 21, 2023
1 parent 9cb6213 commit 7173175
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/imageLoader/wadors/metaData/metaDataProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ function metaDataProvider(type, imageId) {
radiopharmaceuticalStartTime: dicomParser.parseTM(
getValue(radiopharmaceuticalInfo['00181072'], 0, '')
),
radiopharmaceuticalStartDateTime: getValue(
radiopharmaceuticalInfo['00181078'],
0,
''
),
radionuclideTotalDose: getNumberValue(
radiopharmaceuticalInfo['00181074']
),
Expand Down

0 comments on commit 7173175

Please sign in to comment.