We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564bd31 commit 7c6bcd9Copy full SHA for 7c6bcd9
examples/Dicom/src/parseDicomFiles.js
@@ -66,7 +66,7 @@ class DICOMPatient extends DICOMEntity {
66
67
class DICOMStudy extends DICOMEntity {
68
static get primaryTag() {
69
- return 'StudyID'
+ return 'StudyInstanceUID'
70
}
71
72
static get tags() {
@@ -101,7 +101,7 @@ class DICOMStudy extends DICOMEntity {
101
102
class DICOMSeries extends DICOMEntity {
103
104
- return 'SeriesNumber'
+ return 'SeriesInstanceUID'
105
106
107
@@ -114,6 +114,7 @@ class DICOMSeries extends DICOMEntity {
114
'SeriesDescription',
115
'ProtocolName',
116
'FrameOfReferenceUID',
117
+ 'TransferSyntaxUID',
118
]
119
120
0 commit comments