Skip to content

Commit 7173175

Browse files
authored
feat(metadata): added radiopharmaceuticalStartDateTime to petIsotopeModule (#516)
1 parent 9cb6213 commit 7173175

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/imageLoader/wadors/metaData/metaDataProvider.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ function metaDataProvider(type, imageId) {
191191
radiopharmaceuticalStartTime: dicomParser.parseTM(
192192
getValue(radiopharmaceuticalInfo['00181072'], 0, '')
193193
),
194+
radiopharmaceuticalStartDateTime: getValue(
195+
radiopharmaceuticalInfo['00181078'],
196+
0,
197+
''
198+
),
194199
radionuclideTotalDose: getNumberValue(
195200
radiopharmaceuticalInfo['00181074']
196201
),

0 commit comments

Comments
 (0)