Skip to content

Commit 4c3be40

Browse files
committed
feat(metaDataProvider): Adding accession number
1 parent c6807c5 commit 4c3be40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/metadataProvider.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ function wadoRsMetaDataProvider(type, imageId) {
5656
return {
5757
studyDescription: getValue(metaData['00081030']),
5858
studyDate: getValue(metaData['00080020']),
59-
studyTime: getValue(metaData['00080030'])
59+
studyTime: getValue(metaData['00080030']),
60+
accessionNumber: getValue(metaData['00080050'])
6061
};
6162
}
6263

0 commit comments

Comments
 (0)