Skip to content

Commit 8d02380

Browse files
committed
Fix sopinstance returning undefined
1 parent 08a5b5a commit 8d02380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/metadataProvider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function wadoUriMetaDataProvider(type, imageId) {
8585

8686
if (type === 'generalImageModule') {
8787
return {
88+
sopInstanceUid: dataSet.string('x00080018'),
8889
instanceNumber: dataSet.intString('x00200013'),
8990
lossyImageCompression: dataSet.string('x00282110'),
9091
lossyImageCompressionRatio: dataSet.string('x00282112'),

0 commit comments

Comments
 (0)