@exini/dicom-streams-js 3.0.10 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/RELEASE-NOTES.md +10 -0
  2. package/coverage/base.css +224 -0
  3. package/coverage/block-navigation.js +87 -0
  4. package/coverage/dicom-streams-js/index.html +116 -0
  5. package/coverage/favicon.png +0 -0
  6. package/coverage/index.html +146 -0
  7. package/coverage/prettify.css +1 -0
  8. package/coverage/prettify.js +2 -0
  9. package/coverage/sort-arrow-sprite.png +0 -0
  10. package/coverage/sorter.js +196 -0
  11. package/dist/LICENSE +201 -0
  12. package/dist/README.md +157 -0
  13. package/{lib → dist/lib}/base.d.ts +0 -1
  14. package/{lib → dist/lib}/base.js +64 -65
  15. package/dist/lib/base.js.map +1 -0
  16. package/{lib → dist/lib}/byte-parser.d.ts +0 -1
  17. package/dist/lib/byte-parser.js.map +1 -0
  18. package/{lib → dist/lib}/character-sets.d.ts +0 -1
  19. package/{lib → dist/lib}/character-sets.js.map +1 -1
  20. package/{lib → dist/lib}/collect-flow.d.ts +0 -1
  21. package/{lib → dist/lib}/collect-flow.js +2 -3
  22. package/dist/lib/collect-flow.js.map +1 -0
  23. package/{lib → dist/lib}/detour.d.ts +0 -1
  24. package/dist/lib/detour.js.map +1 -0
  25. package/{lib → dist/lib}/dicom-elements.d.ts +0 -1
  26. package/dist/lib/dicom-elements.js.map +1 -0
  27. package/{lib → dist/lib}/dicom-flow.d.ts +0 -1
  28. package/{lib → dist/lib}/dicom-flow.js +2 -2
  29. package/dist/lib/dicom-flow.js.map +1 -0
  30. package/{lib → dist/lib}/dicom-flows.d.ts +0 -1
  31. package/{lib → dist/lib}/dicom-flows.js +14 -14
  32. package/dist/lib/dicom-flows.js.map +1 -0
  33. package/{lib → dist/lib}/dicom-parts.d.ts +0 -1
  34. package/dist/lib/dicom-parts.js.map +1 -0
  35. package/{lib → dist/lib}/element-flows.js +1 -2
  36. package/dist/lib/element-flows.js.map +1 -0
  37. package/{lib → dist/lib}/element-sink.d.ts +0 -1
  38. package/{lib → dist/lib}/element-sink.js +1 -2
  39. package/dist/lib/element-sink.js.map +1 -0
  40. package/dist/lib/elements-builder.js.map +1 -0
  41. package/{lib → dist/lib}/elements.d.ts +0 -1
  42. package/{lib → dist/lib}/elements.js +2 -2
  43. package/dist/lib/elements.js.map +1 -0
  44. package/{lib → dist/lib}/flows.d.ts +0 -1
  45. package/{lib → dist/lib}/flows.js +8 -9
  46. package/dist/lib/flows.js.map +1 -0
  47. package/{lib → dist/lib}/lookup.js +1 -1
  48. package/dist/lib/lookup.js.map +1 -0
  49. package/{lib → dist/lib}/modify-flow.d.ts +0 -1
  50. package/{lib → dist/lib}/modify-flow.js +2 -2
  51. package/dist/lib/modify-flow.js.map +1 -0
  52. package/{lib → dist/lib}/parse-flow.js +1 -2
  53. package/dist/lib/parse-flow.js.map +1 -0
  54. package/{lib → dist/lib}/parser.d.ts +0 -1
  55. package/{lib → dist/lib}/parser.js +36 -4
  56. package/dist/lib/parser.js.map +1 -0
  57. package/{lib → dist/lib}/parsing.d.ts +0 -1
  58. package/{lib → dist/lib}/parsing.js +9 -9
  59. package/dist/lib/parsing.js.map +1 -0
  60. package/{lib → dist/lib}/sinks.d.ts +0 -2
  61. package/{lib → dist/lib}/sinks.js +3 -4
  62. package/dist/lib/sinks.js.map +1 -0
  63. package/{lib → dist/lib}/sources.d.ts +0 -1
  64. package/{lib → dist/lib}/sources.js +2 -3
  65. package/dist/lib/sources.js.map +1 -0
  66. package/dist/lib/tag-path-like.js.map +1 -0
  67. package/dist/lib/tag-path.js.map +1 -0
  68. package/{lib → dist/lib}/tag-to-vr.js +1 -1
  69. package/dist/lib/tag-to-vr.js.map +1 -0
  70. package/dist/lib/tag-tree.js.map +1 -0
  71. package/{lib → dist/lib}/tag.js +448 -448
  72. package/dist/lib/tag.js.map +1 -0
  73. package/{lib → dist/lib}/uid-to-name.js +1 -1
  74. package/dist/lib/uid-to-name.js.map +1 -0
  75. package/{lib → dist/lib}/uid.js +71 -71
  76. package/dist/lib/uid.js.map +1 -0
  77. package/{lib → dist/lib}/value.d.ts +0 -1
  78. package/{lib → dist/lib}/value.js +2 -2
  79. package/dist/lib/value.js.map +1 -0
  80. package/{lib → dist/lib}/vr.js +1 -1
  81. package/dist/lib/vr.js.map +1 -0
  82. package/{node → dist/node}/index.js +672 -648
  83. package/dist/node/index.js.map +1 -0
  84. package/dist/node/index.min.js +1 -0
  85. package/dist/package.json +92 -0
  86. package/{web → dist/web}/index.js +685 -661
  87. package/dist/web/index.js.map +1 -0
  88. package/dist/web/index.min.js +2 -0
  89. package/{web → dist/web}/index.min.js.LICENSE.txt +1 -1
  90. package/example/data-model.png +0 -0
  91. package/example/detour-example.js +52 -0
  92. package/example/image/example-eb.dcm +0 -0
  93. package/example/image/example-ed.dcm +0 -0
  94. package/example/image/example-el-delimited.dcm +0 -0
  95. package/example/image/example-el.dcm +0 -0
  96. package/example/image/example-il.dcm +0 -0
  97. package/example/parse-log.js +13 -0
  98. package/example/parse-modify-log.js +43 -0
  99. package/example/parse-modify-write.js +40 -0
  100. package/package.json +11 -11
  101. package/typings/dicom-character-set/index.d.ts +5 -0
  102. package/typings/multipipe/index.d.ts +4 -0
  103. package/lib/base.js.map +0 -1
  104. package/lib/byte-parser.js.map +0 -1
  105. package/lib/collect-flow.js.map +0 -1
  106. package/lib/detour.js.map +0 -1
  107. package/lib/dicom-elements.js.map +0 -1
  108. package/lib/dicom-flow.js.map +0 -1
  109. package/lib/dicom-flows.js.map +0 -1
  110. package/lib/dicom-parts.js.map +0 -1
  111. package/lib/element-flows.js.map +0 -1
  112. package/lib/element-sink.js.map +0 -1
  113. package/lib/elements-builder.js.map +0 -1
  114. package/lib/elements.js.map +0 -1
  115. package/lib/flows.js.map +0 -1
  116. package/lib/lookup.js.map +0 -1
  117. package/lib/modify-flow.js.map +0 -1
  118. package/lib/parse-flow.js.map +0 -1
  119. package/lib/parser.js.map +0 -1
  120. package/lib/parsing.js.map +0 -1
  121. package/lib/sinks.js.map +0 -1
  122. package/lib/sources.js.map +0 -1
  123. package/lib/tag-path-like.js.map +0 -1
  124. package/lib/tag-path.js.map +0 -1
  125. package/lib/tag-to-vr.js.map +0 -1
  126. package/lib/tag-tree.js.map +0 -1
  127. package/lib/tag.js.map +0 -1
  128. package/lib/uid-to-name.js.map +0 -1
  129. package/lib/uid.js.map +0 -1
  130. package/lib/value.js.map +0 -1
  131. package/lib/vr.js.map +0 -1
  132. package/node/index.js.map +0 -1
  133. package/node/index.min.js +0 -1
  134. package/web/index.js.map +0 -1
  135. package/web/index.min.js +0 -2
  136. /package/{lib → dist/lib}/byte-parser.js +0 -0
  137. /package/{lib → dist/lib}/character-sets.js +0 -0
  138. /package/{lib → dist/lib}/detour.js +0 -0
  139. /package/{lib → dist/lib}/dicom-elements.js +0 -0
  140. /package/{lib → dist/lib}/dicom-parts.js +0 -0
  141. /package/{lib → dist/lib}/element-flows.d.ts +0 -0
  142. /package/{lib → dist/lib}/elements-builder.d.ts +0 -0
  143. /package/{lib → dist/lib}/elements-builder.js +0 -0
  144. /package/{lib → dist/lib}/index.d.ts +0 -0
  145. /package/{lib → dist/lib}/index.js +0 -0
  146. /package/{lib → dist/lib}/index.js.map +0 -0
  147. /package/{lib → dist/lib}/lookup.d.ts +0 -0
  148. /package/{lib → dist/lib}/parse-flow.d.ts +0 -0
  149. /package/{lib → dist/lib}/person-name.d.ts +0 -0
  150. /package/{lib → dist/lib}/person-name.js +0 -0
  151. /package/{lib → dist/lib}/person-name.js.map +0 -0
  152. /package/{lib → dist/lib}/tag-path-like.d.ts +0 -0
  153. /package/{lib → dist/lib}/tag-path-like.js +0 -0
  154. /package/{lib → dist/lib}/tag-path.d.ts +0 -0
  155. /package/{lib → dist/lib}/tag-path.js +0 -0
  156. /package/{lib → dist/lib}/tag-to-vr.d.ts +0 -0
  157. /package/{lib → dist/lib}/tag-tree.d.ts +0 -0
  158. /package/{lib → dist/lib}/tag-tree.js +0 -0
  159. /package/{lib → dist/lib}/tag.d.ts +0 -0
  160. /package/{lib → dist/lib}/uid-to-name.d.ts +0 -0
  161. /package/{lib → dist/lib}/uid.d.ts +0 -0
  162. /package/{lib → dist/lib}/vr.d.ts +0 -0
@@ -36,8 +36,70 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
36
36
  return (mod && mod.__esModule) ? mod : { "default": mod };
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", ({ value: true }));
39
- exports.tagToBytes = exports.tagToBytesLE = exports.tagToBytesBE = exports.intToBytes = exports.shortToBytes = exports.shortToBytesLE = exports.shortToBytesBE = exports.intToBytesLE = exports.intToBytesBE = exports.bytesToDouble = exports.bytesToDoubleLE = exports.bytesToDoubleBE = exports.bytesToFloat = exports.bytesToFloatLE = exports.bytesToFloatBE = exports.bytesToTag = exports.bytesToTagLE = exports.bytesToTagBE = exports.bytesToUInt = exports.bytesToUIntLE = exports.bytesToUIntBE = exports.bytesToInt = exports.bytesToIntLE = exports.bytesToIntBE = exports.bytesToVR = exports.bytesToUShort = exports.bytesToUShortLE = exports.bytesToUShortBE = exports.bytesToShort = exports.bytesToShortLE = exports.bytesToShortBE = exports.elementNumber = exports.groupNumber = exports.shiftLeftUnsigned = exports.toInt32 = exports.toUInt32 = exports.emptyBuffer = exports.multiValueDelimiter = exports.randomUID = exports.nameBasedUID = exports.toUID = exports.hexToDec = exports.concatArrays = exports.prependToArray = exports.appendToArray = exports.flatten = exports.concatv = exports.concat = exports.zero4Bytes = exports.indeterminateLength = void 0;
40
- exports.pipe = exports.createNameBasedUIDFromRoot = exports.createNameBasedUID = exports.createUIDFromRoot = exports.createUID = exports.defaultCharacterSet = exports.systemZone = exports.isDeflated = exports.isGroupLength = exports.isFileMetaInformation = exports.sequenceDelimitationNonZeroLength = exports.sequenceDelimitation = exports.sequenceDelimitationBE = exports.sequenceDelimitationLE = exports.itemDelimitation = exports.itemDelimitationBE = exports.itemDelimitationLE = exports.item = exports.itemBE = exports.itemLE = exports.padToEvenLength = exports.trim = exports.tagToString = exports.doubleToBytes = exports.floatToBytes = void 0;
39
+ exports.defaultCharacterSet = exports.systemZone = exports.sequenceDelimitationBE = exports.sequenceDelimitationLE = exports.itemDelimitationBE = exports.itemDelimitationLE = exports.itemBE = exports.itemLE = exports.emptyBuffer = exports.multiValueDelimiter = exports.zero4Bytes = exports.indeterminateLength = void 0;
40
+ exports.concat = concat;
41
+ exports.concatv = concatv;
42
+ exports.flatten = flatten;
43
+ exports.appendToArray = appendToArray;
44
+ exports.prependToArray = prependToArray;
45
+ exports.concatArrays = concatArrays;
46
+ exports.hexToDec = hexToDec;
47
+ exports.toUID = toUID;
48
+ exports.nameBasedUID = nameBasedUID;
49
+ exports.randomUID = randomUID;
50
+ exports.toUInt32 = toUInt32;
51
+ exports.toInt32 = toInt32;
52
+ exports.shiftLeftUnsigned = shiftLeftUnsigned;
53
+ exports.groupNumber = groupNumber;
54
+ exports.elementNumber = elementNumber;
55
+ exports.bytesToShortBE = bytesToShortBE;
56
+ exports.bytesToShortLE = bytesToShortLE;
57
+ exports.bytesToShort = bytesToShort;
58
+ exports.bytesToUShortBE = bytesToUShortBE;
59
+ exports.bytesToUShortLE = bytesToUShortLE;
60
+ exports.bytesToUShort = bytesToUShort;
61
+ exports.bytesToVR = bytesToVR;
62
+ exports.bytesToIntBE = bytesToIntBE;
63
+ exports.bytesToIntLE = bytesToIntLE;
64
+ exports.bytesToInt = bytesToInt;
65
+ exports.bytesToUIntBE = bytesToUIntBE;
66
+ exports.bytesToUIntLE = bytesToUIntLE;
67
+ exports.bytesToUInt = bytesToUInt;
68
+ exports.bytesToTagBE = bytesToTagBE;
69
+ exports.bytesToTagLE = bytesToTagLE;
70
+ exports.bytesToTag = bytesToTag;
71
+ exports.bytesToFloatBE = bytesToFloatBE;
72
+ exports.bytesToFloatLE = bytesToFloatLE;
73
+ exports.bytesToFloat = bytesToFloat;
74
+ exports.bytesToDoubleBE = bytesToDoubleBE;
75
+ exports.bytesToDoubleLE = bytesToDoubleLE;
76
+ exports.bytesToDouble = bytesToDouble;
77
+ exports.intToBytesBE = intToBytesBE;
78
+ exports.intToBytesLE = intToBytesLE;
79
+ exports.shortToBytesBE = shortToBytesBE;
80
+ exports.shortToBytesLE = shortToBytesLE;
81
+ exports.shortToBytes = shortToBytes;
82
+ exports.intToBytes = intToBytes;
83
+ exports.tagToBytesBE = tagToBytesBE;
84
+ exports.tagToBytesLE = tagToBytesLE;
85
+ exports.tagToBytes = tagToBytes;
86
+ exports.floatToBytes = floatToBytes;
87
+ exports.doubleToBytes = doubleToBytes;
88
+ exports.tagToString = tagToString;
89
+ exports.trim = trim;
90
+ exports.padToEvenLength = padToEvenLength;
91
+ exports.item = item;
92
+ exports.itemDelimitation = itemDelimitation;
93
+ exports.sequenceDelimitation = sequenceDelimitation;
94
+ exports.sequenceDelimitationNonZeroLength = sequenceDelimitationNonZeroLength;
95
+ exports.isFileMetaInformation = isFileMetaInformation;
96
+ exports.isGroupLength = isGroupLength;
97
+ exports.isDeflated = isDeflated;
98
+ exports.createUID = createUID;
99
+ exports.createUIDFromRoot = createUIDFromRoot;
100
+ exports.createNameBasedUID = createNameBasedUID;
101
+ exports.createNameBasedUIDFromRoot = createNameBasedUIDFromRoot;
102
+ exports.pipe = pipe;
41
103
  const js_joda_1 = __webpack_require__(/*! js-joda */ "js-joda");
42
104
  const multipipe_1 = __importDefault(__webpack_require__(/*! multipipe */ "multipipe"));
43
105
  const uuid_1 = __webpack_require__(/*! uuid */ "uuid");
@@ -51,33 +113,27 @@ exports.zero4Bytes = Buffer.from([0, 0, 0, 0]);
51
113
  function concat(a, b) {
52
114
  return Buffer.concat([a, b], a.length + b.length);
53
115
  }
54
- exports.concat = concat;
55
116
  function concatv(...buffers) {
56
117
  return Buffer.concat(buffers);
57
118
  }
58
- exports.concatv = concatv;
59
119
  function flatten(array) {
60
120
  return [].concat(...array);
61
121
  }
62
- exports.flatten = flatten;
63
122
  function appendToArray(object, array) {
64
123
  const newArray = array.slice();
65
124
  newArray.push(object);
66
125
  return newArray;
67
126
  }
68
- exports.appendToArray = appendToArray;
69
127
  function prependToArray(object, array) {
70
128
  const newArray = array.slice();
71
129
  newArray.unshift(object);
72
130
  return newArray;
73
131
  }
74
- exports.prependToArray = prependToArray;
75
132
  function concatArrays(array1, array2) {
76
133
  const newArray = array1.slice();
77
134
  array2.forEach((i) => newArray.push(i));
78
135
  return newArray;
79
136
  }
80
- exports.concatArrays = concatArrays;
81
137
  const uidRoot = '2.25';
82
138
  const uuidNamespace = 'd181d67b-0a1c-45bf-8616-070f1bb0d0cf';
83
139
  function hexToDec(s) {
@@ -97,167 +153,127 @@ function hexToDec(s) {
97
153
  }
98
154
  return digits.reverse().join('');
99
155
  }
100
- exports.hexToDec = hexToDec;
101
156
  function toUID(root, uuid) {
102
157
  const hexStr = uuid.replace(/-/g, '');
103
158
  const docStr = hexToDec(hexStr).replace(/^0+/, '');
104
159
  return (root + '.' + docStr).substring(0, 64);
105
160
  }
106
- exports.toUID = toUID;
107
161
  function nameBasedUID(name, root) {
108
162
  return toUID(root, (0, uuid_1.v5)(name, uuidNamespace));
109
163
  }
110
- exports.nameBasedUID = nameBasedUID;
111
164
  function randomUID(root) {
112
165
  return toUID(root, (0, uuid_1.v4)());
113
166
  }
114
- exports.randomUID = randomUID;
115
167
  exports.multiValueDelimiter = '\\';
116
168
  exports.emptyBuffer = Buffer.alloc(0);
117
169
  function toUInt32(num) {
118
170
  return num >>> 0;
119
171
  }
120
- exports.toUInt32 = toUInt32;
121
172
  function toInt32(num) {
122
173
  return num >> 0;
123
174
  }
124
- exports.toInt32 = toInt32;
125
175
  function shiftLeftUnsigned(num, n) {
126
176
  return toUInt32(num << n);
127
177
  }
128
- exports.shiftLeftUnsigned = shiftLeftUnsigned;
129
178
  function groupNumber(tag) {
130
179
  return tag >>> 16;
131
180
  }
132
- exports.groupNumber = groupNumber;
133
181
  function elementNumber(tag) {
134
182
  return tag & 0xffff;
135
183
  }
136
- exports.elementNumber = elementNumber;
137
184
  function bytesToShortBE(bytes) {
138
185
  return bytes.readInt16BE(0);
139
186
  }
140
- exports.bytesToShortBE = bytesToShortBE;
141
187
  function bytesToShortLE(bytes) {
142
188
  return bytes.readInt16LE(0);
143
189
  }
144
- exports.bytesToShortLE = bytesToShortLE;
145
190
  function bytesToShort(bytes, bigEndian = false) {
146
191
  return bigEndian ? bytesToShortBE(bytes) : bytesToShortLE(bytes);
147
192
  }
148
- exports.bytesToShort = bytesToShort;
149
193
  function bytesToUShortBE(bytes) {
150
194
  return bytes.readUInt16BE(0);
151
195
  }
152
- exports.bytesToUShortBE = bytesToUShortBE;
153
196
  function bytesToUShortLE(bytes) {
154
197
  return bytes.readUInt16LE(0);
155
198
  }
156
- exports.bytesToUShortLE = bytesToUShortLE;
157
199
  function bytesToUShort(bytes, bigEndian = false) {
158
200
  return bigEndian ? bytesToUShortBE(bytes) : bytesToUShortLE(bytes);
159
201
  }
160
- exports.bytesToUShort = bytesToUShort;
161
202
  function bytesToVR(bytes) {
162
203
  return bytesToUShortBE(bytes);
163
204
  }
164
- exports.bytesToVR = bytesToVR;
165
205
  function bytesToIntBE(bytes) {
166
206
  return bytes.readInt32BE(0);
167
207
  }
168
- exports.bytesToIntBE = bytesToIntBE;
169
208
  function bytesToIntLE(bytes) {
170
209
  return bytes.readInt32LE(0);
171
210
  }
172
- exports.bytesToIntLE = bytesToIntLE;
173
211
  function bytesToInt(bytes, bigEndian = false) {
174
212
  return bigEndian ? bytesToIntBE(bytes) : bytesToIntLE(bytes);
175
213
  }
176
- exports.bytesToInt = bytesToInt;
177
214
  function bytesToUIntBE(bytes) {
178
215
  return bytes.readUInt32BE(0);
179
216
  }
180
- exports.bytesToUIntBE = bytesToUIntBE;
181
217
  function bytesToUIntLE(bytes) {
182
218
  return bytes.readUInt32LE(0);
183
219
  }
184
- exports.bytesToUIntLE = bytesToUIntLE;
185
220
  function bytesToUInt(bytes, bigEndian = false) {
186
221
  return bigEndian ? bytesToUIntBE(bytes) : bytesToUIntLE(bytes);
187
222
  }
188
- exports.bytesToUInt = bytesToUInt;
189
223
  function bytesToTagBE(bytes) {
190
224
  return bytesToUIntBE(bytes);
191
225
  }
192
- exports.bytesToTagBE = bytesToTagBE;
193
226
  function bytesToTagLE(bytes) {
194
227
  return shiftLeftUnsigned(bytes.readUInt16LE(0), 16) + bytes.readUInt16LE(2);
195
228
  }
196
- exports.bytesToTagLE = bytesToTagLE;
197
229
  function bytesToTag(bytes, bigEndian = false) {
198
230
  return bigEndian ? bytesToTagBE(bytes) : bytesToTagLE(bytes);
199
231
  }
200
- exports.bytesToTag = bytesToTag;
201
232
  function bytesToFloatBE(bytes) {
202
233
  return bytes.readFloatBE(0);
203
234
  }
204
- exports.bytesToFloatBE = bytesToFloatBE;
205
235
  function bytesToFloatLE(bytes) {
206
236
  return bytes.readFloatLE(0);
207
237
  }
208
- exports.bytesToFloatLE = bytesToFloatLE;
209
238
  function bytesToFloat(bytes, bigEndian = false) {
210
239
  return bigEndian ? bytesToFloatBE(bytes) : bytesToFloatLE(bytes);
211
240
  }
212
- exports.bytesToFloat = bytesToFloat;
213
241
  function bytesToDoubleBE(bytes) {
214
242
  return bytes.readDoubleBE(0);
215
243
  }
216
- exports.bytesToDoubleBE = bytesToDoubleBE;
217
244
  function bytesToDoubleLE(bytes) {
218
245
  return bytes.readDoubleLE(0);
219
246
  }
220
- exports.bytesToDoubleLE = bytesToDoubleLE;
221
247
  function bytesToDouble(bytes, bigEndian = false) {
222
248
  return bigEndian ? bytesToDoubleBE(bytes) : bytesToDoubleLE(bytes);
223
249
  }
224
- exports.bytesToDouble = bytesToDouble;
225
250
  function intToBytesBE(i) {
226
251
  return Buffer.from([i >> 24, i >> 16, i >> 8, i]);
227
252
  }
228
- exports.intToBytesBE = intToBytesBE;
229
253
  function intToBytesLE(i) {
230
254
  return Buffer.from([i, i >> 8, i >> 16, i >> 24]);
231
255
  }
232
- exports.intToBytesLE = intToBytesLE;
233
256
  function shortToBytesBE(i) {
234
257
  return Buffer.from([i >> 8, i]);
235
258
  }
236
- exports.shortToBytesBE = shortToBytesBE;
237
259
  function shortToBytesLE(i) {
238
260
  return Buffer.from([i, i >> 8]);
239
261
  }
240
- exports.shortToBytesLE = shortToBytesLE;
241
262
  function shortToBytes(i, bigEndian = false) {
242
263
  return bigEndian ? shortToBytesBE(i) : shortToBytesLE(i);
243
264
  }
244
- exports.shortToBytes = shortToBytes;
245
265
  function intToBytes(i, bigEndian = false) {
246
266
  return bigEndian ? intToBytesBE(i) : intToBytesLE(i);
247
267
  }
248
- exports.intToBytes = intToBytes;
249
268
  function tagToBytesBE(tag) {
250
269
  return intToBytesBE(tag);
251
270
  }
252
- exports.tagToBytesBE = tagToBytesBE;
253
271
  function tagToBytesLE(tag) {
254
272
  return Buffer.from([tag >> 16, tag >> 24, tag, tag >> 8]);
255
273
  }
256
- exports.tagToBytesLE = tagToBytesLE;
257
274
  function tagToBytes(tag, bigEndian = false) {
258
275
  return bigEndian ? tagToBytesBE(tag) : tagToBytesLE(tag);
259
276
  }
260
- exports.tagToBytes = tagToBytes;
261
277
  function floatToBytes(f, bigEndian = false) {
262
278
  const buf = Buffer.allocUnsafe(4);
263
279
  if (bigEndian) {
@@ -268,7 +284,6 @@ function floatToBytes(f, bigEndian = false) {
268
284
  }
269
285
  return buf;
270
286
  }
271
- exports.floatToBytes = floatToBytes;
272
287
  function doubleToBytes(f, bigEndian = false) {
273
288
  const buf = Buffer.allocUnsafe(8);
274
289
  if (bigEndian) {
@@ -279,21 +294,17 @@ function doubleToBytes(f, bigEndian = false) {
279
294
  }
280
295
  return buf;
281
296
  }
282
- exports.doubleToBytes = doubleToBytes;
283
297
  function tagToString(tag) {
284
298
  const hex = ('00000000' + tag.toString(16)).slice(-8);
285
299
  return '(' + hex.slice(0, 4) + ',' + hex.slice(4, 8) + ')';
286
300
  }
287
- exports.tagToString = tagToString;
288
301
  function trim(s) {
289
302
  return s.replace(/^[\x00-\x20]*/g, '').replace(/[\x00-\x20]*$/g, '');
290
303
  }
291
- exports.trim = trim;
292
304
  function padToEvenLength(bytes, tagOrVR) {
293
305
  const vr = isNaN(tagOrVR) ? tagOrVR : lookup_1.Lookup.vrOf(tagOrVR);
294
306
  return (bytes.length & 1) !== 0 ? concat(bytes, Buffer.from([vr.paddingByte])) : bytes;
295
307
  }
296
- exports.padToEvenLength = padToEvenLength;
297
308
  exports.itemLE = concat(tagToBytesLE(tag_1.Tag.Item), intToBytesLE(exports.indeterminateLength));
298
309
  exports.itemBE = concat(tagToBytesBE(tag_1.Tag.Item), intToBytesBE(exports.indeterminateLength));
299
310
  function item(length = exports.indeterminateLength, bigEndian = false) {
@@ -303,57 +314,45 @@ function item(length = exports.indeterminateLength, bigEndian = false) {
303
314
  : exports.itemLE
304
315
  : concat(tagToBytes(tag_1.Tag.Item, bigEndian), intToBytes(length, bigEndian));
305
316
  }
306
- exports.item = item;
307
317
  exports.itemDelimitationLE = concat(tagToBytesLE(tag_1.Tag.ItemDelimitationItem), exports.zero4Bytes);
308
318
  exports.itemDelimitationBE = concat(tagToBytesBE(tag_1.Tag.ItemDelimitationItem), exports.zero4Bytes);
309
319
  function itemDelimitation(bigEndian = false) {
310
320
  return bigEndian ? exports.itemDelimitationBE : exports.itemDelimitationLE;
311
321
  }
312
- exports.itemDelimitation = itemDelimitation;
313
322
  exports.sequenceDelimitationLE = concat(tagToBytesLE(tag_1.Tag.SequenceDelimitationItem), exports.zero4Bytes);
314
323
  exports.sequenceDelimitationBE = concat(tagToBytesBE(tag_1.Tag.SequenceDelimitationItem), exports.zero4Bytes);
315
324
  function sequenceDelimitation(bigEndian = false) {
316
325
  return bigEndian ? exports.sequenceDelimitationBE : exports.sequenceDelimitationLE;
317
326
  }
318
- exports.sequenceDelimitation = sequenceDelimitation;
319
327
  function sequenceDelimitationNonZeroLength(bigEndian = false) {
320
328
  return concatv(tagToBytes(tag_1.Tag.SequenceDelimitationItem, bigEndian), intToBytes(0x00000010, bigEndian));
321
329
  }
322
- exports.sequenceDelimitationNonZeroLength = sequenceDelimitationNonZeroLength;
323
330
  function isFileMetaInformation(tag) {
324
331
  return (tag & 0xffff0000) === 0x00020000;
325
332
  }
326
- exports.isFileMetaInformation = isFileMetaInformation;
327
333
  function isGroupLength(tag) {
328
334
  return elementNumber(tag) === 0;
329
335
  }
330
- exports.isGroupLength = isGroupLength;
331
336
  function isDeflated(transferSyntaxUid) {
332
337
  return transferSyntaxUid === uid_1.UID.DeflatedExplicitVRLittleEndian || transferSyntaxUid === uid_1.UID.JPIPReferencedDeflate;
333
338
  }
334
- exports.isDeflated = isDeflated;
335
339
  exports.systemZone = js_joda_1.ZoneId.SYSTEM;
336
340
  exports.defaultCharacterSet = CS.defaultCharacterSet;
337
341
  function createUID() {
338
342
  return randomUID(uidRoot);
339
343
  }
340
- exports.createUID = createUID;
341
344
  function createUIDFromRoot(root) {
342
345
  return randomUID(root);
343
346
  }
344
- exports.createUIDFromRoot = createUIDFromRoot;
345
347
  function createNameBasedUID(name) {
346
348
  return nameBasedUID(name, uidRoot);
347
349
  }
348
- exports.createNameBasedUID = createNameBasedUID;
349
350
  function createNameBasedUIDFromRoot(name, root) {
350
351
  return nameBasedUID(name, root);
351
352
  }
352
- exports.createNameBasedUIDFromRoot = createNameBasedUIDFromRoot;
353
353
  function pipe(...streams) {
354
354
  return (0, multipipe_1.default)(streams);
355
355
  }
356
- exports.pipe = pipe;
357
356
 
358
357
 
359
358
  /***/ }),
@@ -592,7 +591,8 @@ exports.defaultCharacterSet = CharacterSets.defaultOnly();
592
591
 
593
592
 
594
593
  Object.defineProperty(exports, "__esModule", ({ value: true }));
595
- exports.collectFromTagPathsFlow = exports.collectFlow = void 0;
594
+ exports.collectFlow = collectFlow;
595
+ exports.collectFromTagPathsFlow = collectFromTagPathsFlow;
596
596
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
597
597
  const dicom_flow_1 = __webpack_require__(/*! ./dicom-flow */ "./src/dicom-flow.ts");
598
598
  const dicom_elements_1 = __webpack_require__(/*! ./dicom-elements */ "./src/dicom-elements.ts");
@@ -698,14 +698,12 @@ function collectFlow(tagCondition, stopCondition, label, maxBufferSize = 1000000
698
698
  }
699
699
  })());
700
700
  }
701
- exports.collectFlow = collectFlow;
702
701
  function collectFromTagPathsFlow(allowlist, label, maxBufferSize) {
703
702
  const maxTag = allowlist.length > 0 ? Math.max(...allowlist.map((t) => t.head().tag())) : 0;
704
703
  const tagCondition = (currentPath) => allowlist.find((t) => t.hasTrunk(currentPath) || t.isTrunkOf(currentPath)) !== undefined;
705
704
  const stopCondition = (tagPath) => allowlist.length === 0 || (tagPath.isRoot() && tagPath.tag() > maxTag);
706
705
  return collectFlow(tagCondition, stopCondition, label, maxBufferSize);
707
706
  }
708
- exports.collectFromTagPathsFlow = collectFromTagPathsFlow;
709
707
 
710
708
 
711
709
  /***/ }),
@@ -1184,7 +1182,8 @@ exports.Fragments = Fragments;
1184
1182
 
1185
1183
 
1186
1184
  Object.defineProperty(exports, "__esModule", ({ value: true }));
1187
- exports.GroupLengthWarnings = exports.TagPathTracking = exports.InSequence = exports.GuaranteedDelimitationEvents = exports.ItemDelimitationPartMarker = exports.SequenceDelimitationPartMarker = exports.GuaranteedValueEvent = exports.ValueChunkMarker = exports.InFragments = exports.EndEvent = exports.dicomEndMarker = exports.StartEvent = exports.dicomStartMarker = exports.DeferToPartFlow = exports.IdentityFlow = exports.DicomFlow = exports.createFlow = void 0;
1185
+ exports.GroupLengthWarnings = exports.TagPathTracking = exports.InSequence = exports.GuaranteedDelimitationEvents = exports.ItemDelimitationPartMarker = exports.SequenceDelimitationPartMarker = exports.GuaranteedValueEvent = exports.ValueChunkMarker = exports.InFragments = exports.EndEvent = exports.dicomEndMarker = exports.StartEvent = exports.dicomStartMarker = exports.DeferToPartFlow = exports.IdentityFlow = exports.DicomFlow = void 0;
1186
+ exports.createFlow = createFlow;
1188
1187
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
1189
1188
  const flows_1 = __webpack_require__(/*! ./flows */ "./src/flows.ts");
1190
1189
  const dicom_parts_1 = __webpack_require__(/*! ./dicom-parts */ "./src/dicom-parts.ts");
@@ -1193,7 +1192,6 @@ const tag_path_1 = __webpack_require__(/*! ./tag-path */ "./src/tag-path.ts");
1193
1192
  function createFlow(flow) {
1194
1193
  return (0, base_1.pipe)(flow.baseFlow(), (0, flows_1.flatMapFlow)(flow.handlePart.bind(flow)));
1195
1194
  }
1196
- exports.createFlow = createFlow;
1197
1195
  class DicomFlow {
1198
1196
  baseFlow() {
1199
1197
  return (0, flows_1.identityFlow)(true);
@@ -1602,7 +1600,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
1602
1600
  return (mod && mod.__esModule) ? mod : { "default": mod };
1603
1601
  };
1604
1602
  Object.defineProperty(exports, "__esModule", ({ value: true }));
1605
- exports.deflateDatasetFlow = exports.toUtf8Flow = exports.toIndeterminateLengthSequences = exports.fmiGroupLengthFlow = exports.validateContextFlow = exports.ValidationContext = exports.headerFilter = exports.fmiDiscardFilter = exports.groupLengthDiscardFilter = exports.denyFilter = exports.allowFilter = exports.tagFilter = exports.stopTagFlow = exports.toBytesFlow = void 0;
1603
+ exports.ValidationContext = void 0;
1604
+ exports.toBytesFlow = toBytesFlow;
1605
+ exports.stopTagFlow = stopTagFlow;
1606
+ exports.tagFilter = tagFilter;
1607
+ exports.allowFilter = allowFilter;
1608
+ exports.denyFilter = denyFilter;
1609
+ exports.groupLengthDiscardFilter = groupLengthDiscardFilter;
1610
+ exports.fmiDiscardFilter = fmiDiscardFilter;
1611
+ exports.headerFilter = headerFilter;
1612
+ exports.validateContextFlow = validateContextFlow;
1613
+ exports.fmiGroupLengthFlow = fmiGroupLengthFlow;
1614
+ exports.toIndeterminateLengthSequences = toIndeterminateLengthSequences;
1615
+ exports.toUtf8Flow = toUtf8Flow;
1616
+ exports.deflateDatasetFlow = deflateDatasetFlow;
1606
1617
  const stream_1 = __webpack_require__(/*! stream */ "stream");
1607
1618
  const zlib_1 = __importDefault(__webpack_require__(/*! zlib */ "zlib"));
1608
1619
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
@@ -1627,7 +1638,6 @@ function toBytesFlow() {
1627
1638
  },
1628
1639
  });
1629
1640
  }
1630
- exports.toBytesFlow = toBytesFlow;
1631
1641
  function stopTagFlow(tag) {
1632
1642
  let endReached = false;
1633
1643
  return (0, base_1.pipe)((0, dicom_flow_1.createFlow)(new (class extends (0, dicom_flow_1.InSequence)((0, dicom_flow_1.GuaranteedDelimitationEvents)((0, dicom_flow_1.InFragments)(dicom_flow_1.IdentityFlow))) {
@@ -1651,7 +1661,6 @@ function stopTagFlow(tag) {
1651
1661
  },
1652
1662
  }));
1653
1663
  }
1654
- exports.stopTagFlow = stopTagFlow;
1655
1664
  function tagFilter(keepCondition, defaultCondition = () => true, logGroupLengthWarnings = false) {
1656
1665
  return (0, dicom_flow_1.createFlow)(new (class extends (0, dicom_flow_1.TagPathTracking)((0, dicom_flow_1.GuaranteedDelimitationEvents)((0, dicom_flow_1.GuaranteedValueEvent)((0, dicom_flow_1.GroupLengthWarnings)((0, dicom_flow_1.InFragments)(dicom_flow_1.DeferToPartFlow))))) {
1657
1666
  constructor() {
@@ -1665,23 +1674,18 @@ function tagFilter(keepCondition, defaultCondition = () => true, logGroupLengthW
1665
1674
  }
1666
1675
  })());
1667
1676
  }
1668
- exports.tagFilter = tagFilter;
1669
1677
  function allowFilter(allowlist, defaultCondition, logGroupLengthWarnings) {
1670
1678
  return tagFilter((currentPath) => allowlist.some((t) => t.hasTrunk(currentPath) || t.isTrunkOf(currentPath)), defaultCondition, logGroupLengthWarnings);
1671
1679
  }
1672
- exports.allowFilter = allowFilter;
1673
1680
  function denyFilter(denylist, defaultCondition, logGroupLengthWarnings) {
1674
1681
  return tagFilter((currentPath) => !denylist.some((t) => t.isTrunkOf(currentPath)), defaultCondition, logGroupLengthWarnings);
1675
1682
  }
1676
- exports.denyFilter = denyFilter;
1677
1683
  function groupLengthDiscardFilter() {
1678
1684
  return tagFilter((tagPath) => !(0, base_1.isGroupLength)(tagPath.tag()) || (0, base_1.isFileMetaInformation)(tagPath.tag()));
1679
1685
  }
1680
- exports.groupLengthDiscardFilter = groupLengthDiscardFilter;
1681
1686
  function fmiDiscardFilter() {
1682
1687
  return tagFilter((tagPath) => !(0, base_1.isFileMetaInformation)(tagPath.tag()), () => false);
1683
1688
  }
1684
- exports.fmiDiscardFilter = fmiDiscardFilter;
1685
1689
  function headerFilter(keepCondition, logGroupLengthWarnings = false) {
1686
1690
  return (0, dicom_flow_1.createFlow)(new (class extends (0, dicom_flow_1.GroupLengthWarnings)((0, dicom_flow_1.InFragments)(dicom_flow_1.DeferToPartFlow)) {
1687
1691
  constructor() {
@@ -1702,7 +1706,6 @@ function headerFilter(keepCondition, logGroupLengthWarnings = false) {
1702
1706
  }
1703
1707
  })());
1704
1708
  }
1705
- exports.headerFilter = headerFilter;
1706
1709
  class ValidationContext {
1707
1710
  constructor(sopClassUID, transferSyntaxUID) {
1708
1711
  this.sopClassUID = sopClassUID;
@@ -1744,7 +1747,6 @@ function validateContextFlow(contexts) {
1744
1747
  }
1745
1748
  })()));
1746
1749
  }
1747
- exports.validateContextFlow = validateContextFlow;
1748
1750
  function fmiGroupLengthFlow() {
1749
1751
  return (0, base_1.pipe)((0, collect_flow_1.collectFlow)((tagPath) => tagPath.isRoot() && (0, base_1.isFileMetaInformation)(tagPath.tag()), (tagPath) => !(0, base_1.isFileMetaInformation)(tagPath.tag()), 'fmigrouplength'), tagFilter((tagPath) => !(0, base_1.isFileMetaInformation)(tagPath.tag()), () => true, false), (0, dicom_flow_1.createFlow)(new (class extends (0, dicom_flow_1.EndEvent)(dicom_flow_1.DeferToPartFlow) {
1750
1752
  constructor() {
@@ -1781,7 +1783,6 @@ function fmiGroupLengthFlow() {
1781
1783
  }
1782
1784
  })()));
1783
1785
  }
1784
- exports.fmiGroupLengthFlow = fmiGroupLengthFlow;
1785
1786
  function toIndeterminateLengthSequences() {
1786
1787
  return (0, dicom_flow_1.createFlow)(new (class extends (0, dicom_flow_1.GuaranteedDelimitationEvents)((0, dicom_flow_1.InFragments)(dicom_flow_1.IdentityFlow)) {
1787
1788
  constructor() {
@@ -1820,7 +1821,6 @@ function toIndeterminateLengthSequences() {
1820
1821
  }
1821
1822
  })());
1822
1823
  }
1823
- exports.toIndeterminateLengthSequences = toIndeterminateLengthSequences;
1824
1824
  function toUtf8Flow() {
1825
1825
  return (0, base_1.pipe)((0, collect_flow_1.collectFromTagPathsFlow)([tag_tree_1.TagTree.fromTag(tag_1.Tag.SpecificCharacterSet)], 'toutf8'), (0, modify_flow_1.modifyFlow)([], [new modify_flow_1.TagInsertion(tag_path_1.TagPath.fromTag(tag_1.Tag.SpecificCharacterSet), () => Buffer.from('ISO_IR 192'))]), (0, dicom_flow_1.createFlow)(new (class extends (0, dicom_flow_1.GroupLengthWarnings)((0, dicom_flow_1.InFragments)(dicom_flow_1.IdentityFlow)) {
1826
1826
  constructor() {
@@ -1871,7 +1871,6 @@ function toUtf8Flow() {
1871
1871
  }
1872
1872
  })()));
1873
1873
  }
1874
- exports.toUtf8Flow = toUtf8Flow;
1875
1874
  class DeflateDatasetFlow extends detour_1.Detour {
1876
1875
  constructor() {
1877
1876
  super({ objectMode: true });
@@ -1913,7 +1912,6 @@ class DeflateDatasetFlow extends detour_1.Detour {
1913
1912
  function deflateDatasetFlow() {
1914
1913
  return new DeflateDatasetFlow();
1915
1914
  }
1916
- exports.deflateDatasetFlow = deflateDatasetFlow;
1917
1915
 
1918
1916
 
1919
1917
  /***/ }),
@@ -2134,7 +2132,7 @@ exports.ElementsPart = ElementsPart;
2134
2132
 
2135
2133
 
2136
2134
  Object.defineProperty(exports, "__esModule", ({ value: true }));
2137
- exports.elementFlow = void 0;
2135
+ exports.elementFlow = elementFlow;
2138
2136
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
2139
2137
  const dicom_flow_1 = __webpack_require__(/*! ./dicom-flow */ "./src/dicom-flow.ts");
2140
2138
  const dicom_elements_1 = __webpack_require__(/*! ./dicom-elements */ "./src/dicom-elements.ts");
@@ -2202,7 +2200,6 @@ function elementFlow() {
2202
2200
  }
2203
2201
  })());
2204
2202
  }
2205
- exports.elementFlow = elementFlow;
2206
2203
 
2207
2204
 
2208
2205
  /***/ }),
@@ -2215,7 +2212,7 @@ exports.elementFlow = elementFlow;
2215
2212
 
2216
2213
 
2217
2214
  Object.defineProperty(exports, "__esModule", ({ value: true }));
2218
- exports.elementSink = void 0;
2215
+ exports.elementSink = elementSink;
2219
2216
  const stream_1 = __webpack_require__(/*! stream */ "stream");
2220
2217
  const elements_builder_1 = __webpack_require__(/*! ./elements-builder */ "./src/elements-builder.ts");
2221
2218
  function elementSink(callback) {
@@ -2237,7 +2234,6 @@ function elementSink(callback) {
2237
2234
  });
2238
2235
  return sink;
2239
2236
  }
2240
- exports.elementSink = elementSink;
2241
2237
 
2242
2238
 
2243
2239
  /***/ }),
@@ -2464,7 +2460,8 @@ exports.ElementsBuilder = ElementsBuilder;
2464
2460
 
2465
2461
 
2466
2462
  Object.defineProperty(exports, "__esModule", ({ value: true }));
2467
- exports.Elements = exports.parseZoneOffset = void 0;
2463
+ exports.Elements = void 0;
2464
+ exports.parseZoneOffset = parseZoneOffset;
2468
2465
  const js_joda_1 = __webpack_require__(/*! js-joda */ "js-joda");
2469
2466
  const dicom_elements_1 = __webpack_require__(/*! ./dicom-elements */ "./src/dicom-elements.ts");
2470
2467
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
@@ -2485,7 +2482,6 @@ function parseZoneOffset(s) {
2485
2482
  return undefined;
2486
2483
  }
2487
2484
  }
2488
- exports.parseZoneOffset = parseZoneOffset;
2489
2485
  class Elements {
2490
2486
  static empty(characterSets = base_1.defaultCharacterSet, zoneOffset = base_1.systemZone) {
2491
2487
  return new Elements(characterSets, zoneOffset, []);
@@ -3097,7 +3093,14 @@ exports.Elements = Elements;
3097
3093
 
3098
3094
 
3099
3095
  Object.defineProperty(exports, "__esModule", ({ value: true }));
3100
- exports.flatMapFlow = exports.filterFlow = exports.mapFlow = exports.objectToStringFlow = exports.appendFlow = exports.prependFlow = exports.printFlow = exports.identityFlow = void 0;
3096
+ exports.identityFlow = identityFlow;
3097
+ exports.printFlow = printFlow;
3098
+ exports.prependFlow = prependFlow;
3099
+ exports.appendFlow = appendFlow;
3100
+ exports.objectToStringFlow = objectToStringFlow;
3101
+ exports.mapFlow = mapFlow;
3102
+ exports.filterFlow = filterFlow;
3103
+ exports.flatMapFlow = flatMapFlow;
3101
3104
  const stream_1 = __webpack_require__(/*! stream */ "stream");
3102
3105
  function identityFlow(objectMode = false) {
3103
3106
  return new stream_1.Transform({
@@ -3108,7 +3111,6 @@ function identityFlow(objectMode = false) {
3108
3111
  },
3109
3112
  });
3110
3113
  }
3111
- exports.identityFlow = identityFlow;
3112
3114
  function printFlow(objectMode = false) {
3113
3115
  return new stream_1.Transform({
3114
3116
  objectMode,
@@ -3119,7 +3121,6 @@ function printFlow(objectMode = false) {
3119
3121
  },
3120
3122
  });
3121
3123
  }
3122
- exports.printFlow = printFlow;
3123
3124
  function prependFlow(prependChunk, objectMode = false) {
3124
3125
  let hasEmitted = false;
3125
3126
  return new stream_1.Transform({
@@ -3134,7 +3135,6 @@ function prependFlow(prependChunk, objectMode = false) {
3134
3135
  },
3135
3136
  });
3136
3137
  }
3137
- exports.prependFlow = prependFlow;
3138
3138
  function appendFlow(appendChunk, objectMode = false) {
3139
3139
  return new stream_1.Transform({
3140
3140
  objectMode,
@@ -3147,7 +3147,6 @@ function appendFlow(appendChunk, objectMode = false) {
3147
3147
  },
3148
3148
  });
3149
3149
  }
3150
- exports.appendFlow = appendFlow;
3151
3150
  function objectToStringFlow(toStringFunction) {
3152
3151
  return new stream_1.Transform({
3153
3152
  writableObjectMode: true,
@@ -3157,7 +3156,6 @@ function objectToStringFlow(toStringFunction) {
3157
3156
  },
3158
3157
  });
3159
3158
  }
3160
- exports.objectToStringFlow = objectToStringFlow;
3161
3159
  function mapFlow(f) {
3162
3160
  return new stream_1.Transform({
3163
3161
  objectMode: true,
@@ -3172,7 +3170,6 @@ function mapFlow(f) {
3172
3170
  },
3173
3171
  });
3174
3172
  }
3175
- exports.mapFlow = mapFlow;
3176
3173
  function filterFlow(f) {
3177
3174
  return new stream_1.Transform({
3178
3175
  objectMode: true,
@@ -3189,7 +3186,6 @@ function filterFlow(f) {
3189
3186
  },
3190
3187
  });
3191
3188
  }
3192
- exports.filterFlow = filterFlow;
3193
3189
  function flatMapFlow(toChunks) {
3194
3190
  return new stream_1.Transform({
3195
3191
  objectMode: true,
@@ -3206,7 +3202,6 @@ function flatMapFlow(toChunks) {
3206
3202
  },
3207
3203
  });
3208
3204
  }
3209
- exports.flatMapFlow = flatMapFlow;
3210
3205
 
3211
3206
 
3212
3207
  /***/ }),
@@ -3310,8 +3305,8 @@ class Lookup {
3310
3305
  return uid_to_name_1.UIDToName.nameOf(uid);
3311
3306
  }
3312
3307
  }
3313
- Lookup.keywords = Object.keys(tag_1.Tag);
3314
3308
  exports.Lookup = Lookup;
3309
+ Lookup.keywords = Object.keys(tag_1.Tag);
3315
3310
 
3316
3311
 
3317
3312
  /***/ }),
@@ -3324,7 +3319,8 @@ exports.Lookup = Lookup;
3324
3319
 
3325
3320
 
3326
3321
  Object.defineProperty(exports, "__esModule", ({ value: true }));
3327
- exports.modifyFlow = exports.TagModificationsPart = exports.TagInsertion = exports.TagModification = void 0;
3322
+ exports.TagModificationsPart = exports.TagInsertion = exports.TagModification = void 0;
3323
+ exports.modifyFlow = modifyFlow;
3328
3324
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
3329
3325
  const dicom_flow_1 = __webpack_require__(/*! ./dicom-flow */ "./src/dicom-flow.ts");
3330
3326
  const lookup_1 = __webpack_require__(/*! ./lookup */ "./src/lookup.ts");
@@ -3492,7 +3488,6 @@ function modifyFlow(modifications = [], insertions = [], logGroupLengthWarnings
3492
3488
  }
3493
3489
  })());
3494
3490
  }
3495
- exports.modifyFlow = modifyFlow;
3496
3491
 
3497
3492
 
3498
3493
  /***/ }),
@@ -3508,7 +3503,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3508
3503
  return (mod && mod.__esModule) ? mod : { "default": mod };
3509
3504
  };
3510
3505
  Object.defineProperty(exports, "__esModule", ({ value: true }));
3511
- exports.parseFlow = void 0;
3506
+ exports.parseFlow = parseFlow;
3512
3507
  const zlib_1 = __importDefault(__webpack_require__(/*! zlib */ "zlib"));
3513
3508
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
3514
3509
  const byte_parser_1 = __webpack_require__(/*! ./byte-parser */ "./src/byte-parser.ts");
@@ -3850,7 +3845,6 @@ class ParseFlow extends detour_1.Detour {
3850
3845
  function parseFlow(chunkSize, inflate, bufferBytes) {
3851
3846
  return new ParseFlow(chunkSize, inflate, bufferBytes);
3852
3847
  }
3853
- exports.parseFlow = parseFlow;
3854
3848
 
3855
3849
 
3856
3850
  /***/ }),
@@ -4000,11 +3994,39 @@ class InFmiAttribute extends DicomParseStep {
4000
3994
  }
4001
3995
  })();
4002
3996
  }
4003
- reader.setInput(inflater.inflate(reader.remainingData()));
3997
+ return new InDeflated(new AttributeState(true, bigEndian, explicitVR, inflater), this.stop);
4004
3998
  }
4005
3999
  return new InAttribute(new AttributeState(true, bigEndian, explicitVR, inflater), this.stop);
4006
4000
  }
4007
4001
  }
4002
+ /**
4003
+ * Some implementations of zlib, like the one used in browserify-zlib, can only inflate the complete array of deflated bytes. Therefore
4004
+ * the parse method of this class will accumulate bytes and attempt inflate on parser.result() or when marked as done.
4005
+ */
4006
+ class InDeflated extends DicomParseStep {
4007
+ constructor(state, stop) {
4008
+ state.inflater;
4009
+ super(state, stop);
4010
+ this.bufferedData = base_1.emptyBuffer;
4011
+ }
4012
+ inflate() {
4013
+ return this.state.inflater.inflate(this.bufferedData);
4014
+ }
4015
+ bufferSize() {
4016
+ return this.bufferedData.length;
4017
+ }
4018
+ parse(reader) {
4019
+ const done = !reader.hasRemaining();
4020
+ this.bufferedData = (0, base_1.concat)(this.bufferedData, reader.take(reader.remainingSize()));
4021
+ if (done) {
4022
+ reader.setInput(this.state.inflater.inflate(this.bufferedData));
4023
+ return new byte_parser_1.ParseResult(undefined, new InAttribute(this.state, this.stop));
4024
+ }
4025
+ else {
4026
+ return new byte_parser_1.ParseResult(undefined, this);
4027
+ }
4028
+ }
4029
+ }
4008
4030
  class InAttribute extends DicomParseStep {
4009
4031
  constructor(state, stop) {
4010
4032
  super(state, stop);
@@ -4097,9 +4119,6 @@ class Parser {
4097
4119
  */
4098
4120
  parse(chunk) {
4099
4121
  const step = this.byteParser.current instanceof DicomParseStep ? this.byteParser.current : undefined;
4100
- if (step && step.state && step.state.inflater) {
4101
- chunk = step.state.inflater.inflate(chunk);
4102
- }
4103
4122
  this.byteParser.parse(chunk);
4104
4123
  }
4105
4124
  /**
@@ -4112,6 +4131,13 @@ class Parser {
4112
4131
  * Get the current elements as represented by the builder
4113
4132
  */
4114
4133
  result() {
4134
+ if (this.byteParser.current instanceof InDeflated) {
4135
+ const inDeflatedStep = this.byteParser.current;
4136
+ this.byteParser.startWith(new InAttribute(inDeflatedStep.state, inDeflatedStep.stop));
4137
+ const buff = inDeflatedStep.inflate();
4138
+ this.byteParser.parse(buff);
4139
+ this.byteParser.isCompleted = true;
4140
+ }
4115
4141
  return this.builder.build();
4116
4142
  }
4117
4143
  /**
@@ -4146,7 +4172,15 @@ exports.Parser = Parser;
4146
4172
 
4147
4173
 
4148
4174
  Object.defineProperty(exports, "__esModule", ({ value: true }));
4149
- exports.warnIfOdd = exports.readHeader = exports.AttributeInfo = exports.readTagVr = exports.isSpecial = exports.TagVr = exports.isPreamble = exports.headerInfo = exports.tryReadHeader = exports.HeaderInfo = exports.isDICM = exports.dicomPreambleLength = void 0;
4175
+ exports.AttributeInfo = exports.TagVr = exports.HeaderInfo = exports.dicomPreambleLength = void 0;
4176
+ exports.isDICM = isDICM;
4177
+ exports.tryReadHeader = tryReadHeader;
4178
+ exports.headerInfo = headerInfo;
4179
+ exports.isPreamble = isPreamble;
4180
+ exports.isSpecial = isSpecial;
4181
+ exports.readTagVr = readTagVr;
4182
+ exports.readHeader = readHeader;
4183
+ exports.warnIfOdd = warnIfOdd;
4150
4184
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
4151
4185
  const lookup_1 = __webpack_require__(/*! ./lookup */ "./src/lookup.ts");
4152
4186
  const vr_1 = __webpack_require__(/*! ./vr */ "./src/vr.ts");
@@ -4154,7 +4188,6 @@ exports.dicomPreambleLength = 132;
4154
4188
  function isDICM(bytes) {
4155
4189
  return bytes[0] === 68 && bytes[1] === 73 && bytes[2] === 67 && bytes[3] === 77;
4156
4190
  }
4157
- exports.isDICM = isDICM;
4158
4191
  class HeaderInfo {
4159
4192
  constructor(bigEndian, explicitVR, hasFmi) {
4160
4193
  this.bigEndian = bigEndian;
@@ -4167,7 +4200,6 @@ function tryReadHeader(data) {
4167
4200
  const info = headerInfo(data, false);
4168
4201
  return info === undefined ? headerInfo(data, true) : info;
4169
4202
  }
4170
- exports.tryReadHeader = tryReadHeader;
4171
4203
  function headerInfo(data, assumeBigEndian) {
4172
4204
  const tag = (0, base_1.bytesToTag)(data, assumeBigEndian);
4173
4205
  const vr = lookup_1.Lookup.vrOf(tag);
@@ -4195,11 +4227,9 @@ function headerInfo(data, assumeBigEndian) {
4195
4227
  }
4196
4228
  return undefined;
4197
4229
  }
4198
- exports.headerInfo = headerInfo;
4199
4230
  function isPreamble(data) {
4200
4231
  return data.length >= exports.dicomPreambleLength && isDICM(data.slice(exports.dicomPreambleLength - 4, exports.dicomPreambleLength));
4201
4232
  }
4202
- exports.isPreamble = isPreamble;
4203
4233
  class TagVr {
4204
4234
  constructor(tag, vr) {
4205
4235
  this.tag = tag;
@@ -4210,7 +4240,6 @@ exports.TagVr = TagVr;
4210
4240
  function isSpecial(tag) {
4211
4241
  return tag === 0xfffee000 || tag === 0xfffee00d || tag === 0xfffee0dd;
4212
4242
  }
4213
- exports.isSpecial = isSpecial;
4214
4243
  function readTagVr(data, bigEndian, explicitVr) {
4215
4244
  const tag = (0, base_1.bytesToTag)(data, bigEndian);
4216
4245
  if (isSpecial(tag)) {
@@ -4221,7 +4250,6 @@ function readTagVr(data, bigEndian, explicitVr) {
4221
4250
  }
4222
4251
  return new TagVr(tag, lookup_1.Lookup.vrOf(tag));
4223
4252
  }
4224
- exports.readTagVr = readTagVr;
4225
4253
  class AttributeInfo {
4226
4254
  constructor(tag, vr, headerLength, valueLength) {
4227
4255
  this.tag = tag;
@@ -4244,13 +4272,11 @@ function readHeader(reader, state) {
4244
4272
  }
4245
4273
  return new AttributeInfo(tagVr.tag, tagVr.vr, 8, (0, base_1.bytesToUInt)(tagVrBytes.slice(4), state.bigEndian));
4246
4274
  }
4247
- exports.readHeader = readHeader;
4248
4275
  function warnIfOdd(tag, vr, valueLength) {
4249
4276
  if (valueLength % 2 > 0 && valueLength != base_1.indeterminateLength && vr != null && vr != vr_1.VR.SQ) {
4250
4277
  console.warn(`Element ${(0, base_1.tagToString)(tag)} has odd length`);
4251
4278
  }
4252
4279
  }
4253
- exports.warnIfOdd = warnIfOdd;
4254
4280
 
4255
4281
 
4256
4282
  /***/ }),
@@ -4315,7 +4341,9 @@ exports.PersonName = PersonName;
4315
4341
 
4316
4342
 
4317
4343
  Object.defineProperty(exports, "__esModule", ({ value: true }));
4318
- exports.arraySink = exports.ignoreSink = exports.byteSink = void 0;
4344
+ exports.byteSink = byteSink;
4345
+ exports.ignoreSink = ignoreSink;
4346
+ exports.arraySink = arraySink;
4319
4347
  const stream_1 = __webpack_require__(/*! stream */ "stream");
4320
4348
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
4321
4349
  function byteSink(callback) {
@@ -4331,7 +4359,6 @@ function byteSink(callback) {
4331
4359
  });
4332
4360
  return sink;
4333
4361
  }
4334
- exports.byteSink = byteSink;
4335
4362
  function ignoreSink(objectMode = false) {
4336
4363
  return new stream_1.Writable({
4337
4364
  objectMode,
@@ -4340,7 +4367,6 @@ function ignoreSink(objectMode = false) {
4340
4367
  },
4341
4368
  });
4342
4369
  }
4343
- exports.ignoreSink = ignoreSink;
4344
4370
  function arraySink(arrayCallback) {
4345
4371
  const array = [];
4346
4372
  const sink = new stream_1.Writable({
@@ -4353,7 +4379,6 @@ function arraySink(arrayCallback) {
4353
4379
  sink.once('finish', () => arrayCallback(array));
4354
4380
  return sink;
4355
4381
  }
4356
- exports.arraySink = arraySink;
4357
4382
 
4358
4383
 
4359
4384
  /***/ }),
@@ -4366,7 +4391,8 @@ exports.arraySink = arraySink;
4366
4391
 
4367
4392
 
4368
4393
  Object.defineProperty(exports, "__esModule", ({ value: true }));
4369
- exports.arraySource = exports.singleSource = void 0;
4394
+ exports.singleSource = singleSource;
4395
+ exports.arraySource = arraySource;
4370
4396
  const stream_1 = __webpack_require__(/*! stream */ "stream");
4371
4397
  function singleSource(element, objectMode = false) {
4372
4398
  return new stream_1.Readable({
@@ -4377,7 +4403,6 @@ function singleSource(element, objectMode = false) {
4377
4403
  },
4378
4404
  });
4379
4405
  }
4380
- exports.singleSource = singleSource;
4381
4406
  function arraySource(array, objectMode = false) {
4382
4407
  let pos = 0;
4383
4408
  return new stream_1.Readable({
@@ -4397,7 +4422,6 @@ function arraySource(array, objectMode = false) {
4397
4422
  },
4398
4423
  });
4399
4424
  }
4400
- exports.arraySource = arraySource;
4401
4425
 
4402
4426
 
4403
4427
  /***/ }),
@@ -4788,6 +4812,7 @@ class TagToVR {
4788
4812
  return key in TagToVR.dict ? TagToVR.dict[key] : vr_1.VR.UN;
4789
4813
  }
4790
4814
  }
4815
+ exports.TagToVR = TagToVR;
4791
4816
  TagToVR.dict = {
4792
4817
  '0': vr_1.VR.UL,
4793
4818
  '2': vr_1.VR.UI,
@@ -9089,7 +9114,6 @@ TagToVR.dict = {
9089
9114
  fffafffa: vr_1.VR.SQ,
9090
9115
  fffcfffc: vr_1.VR.OB,
9091
9116
  };
9092
- exports.TagToVR = TagToVR;
9093
9117
 
9094
9118
 
9095
9119
  /***/ }),
@@ -9543,18 +9567,18 @@ exports.Tag = {
9543
9567
  DirectoryRecordType: 0x00041430,
9544
9568
  PrivateRecordUID: 0x00041432,
9545
9569
  ReferencedFileID: 0x00041500,
9546
- MRDRDirectoryRecordOffset: 0x00041504,
9570
+ MRDRDirectoryRecordOffset: 0x00041504, // retired
9547
9571
  ReferencedSOPClassUIDInFile: 0x00041510,
9548
9572
  ReferencedSOPInstanceUIDInFile: 0x00041511,
9549
9573
  ReferencedTransferSyntaxUIDInFile: 0x00041512,
9550
9574
  ReferencedRelatedGeneralSOPClassUIDInFile: 0x0004151a,
9551
- NumberOfReferences: 0x00041600,
9575
+ NumberOfReferences: 0x00041600, // retired
9552
9576
  // data elements
9553
- LengthToEnd: 0x00080001,
9577
+ LengthToEnd: 0x00080001, // retired
9554
9578
  SpecificCharacterSet: 0x00080005,
9555
9579
  LanguageCodeSequence: 0x00080006,
9556
9580
  ImageType: 0x00080008,
9557
- RecognitionCode: 0x00080010,
9581
+ RecognitionCode: 0x00080010, // retired
9558
9582
  InstanceCreationDate: 0x00080012,
9559
9583
  InstanceCreationTime: 0x00080013,
9560
9584
  InstanceCreatorUID: 0x00080014,
@@ -9567,18 +9591,18 @@ exports.Tag = {
9567
9591
  SeriesDate: 0x00080021,
9568
9592
  AcquisitionDate: 0x00080022,
9569
9593
  ContentDate: 0x00080023,
9570
- OverlayDate: 0x00080024,
9571
- CurveDate: 0x00080025,
9594
+ OverlayDate: 0x00080024, // retired
9595
+ CurveDate: 0x00080025, // retired
9572
9596
  AcquisitionDateTime: 0x0008002a,
9573
9597
  StudyTime: 0x00080030,
9574
9598
  SeriesTime: 0x00080031,
9575
9599
  AcquisitionTime: 0x00080032,
9576
9600
  ContentTime: 0x00080033,
9577
- OverlayTime: 0x00080034,
9578
- CurveTime: 0x00080035,
9579
- DataSetType: 0x00080040,
9580
- DataSetSubtype: 0x00080041,
9581
- NuclearMedicineSeriesType: 0x00080042,
9601
+ OverlayTime: 0x00080034, // retired
9602
+ CurveTime: 0x00080035, // retired
9603
+ DataSetType: 0x00080040, // retired
9604
+ DataSetSubtype: 0x00080041, // retired
9605
+ NuclearMedicineSeriesType: 0x00080042, // retired
9582
9606
  AccessionNumber: 0x00080050,
9583
9607
  IssuerOfAccessionNumberSequence: 0x00080051,
9584
9608
  QueryRetrieveLevel: 0x00080052,
@@ -9653,7 +9677,7 @@ exports.Tag = {
9653
9677
  PrivateDataElementDescription: 0x0008030e,
9654
9678
  PrivateDataElementEncoding: 0x0008030f,
9655
9679
  PrivateDataElementDefinitionSequence: 0x00080310,
9656
- NetworkID: 0x00081000,
9680
+ NetworkID: 0x00081000, // retired
9657
9681
  StationName: 0x00081010,
9658
9682
  StudyDescription: 0x00081030,
9659
9683
  ProcedureCodeSequence: 0x00081032,
@@ -9671,17 +9695,17 @@ exports.Tag = {
9671
9695
  AdmittingDiagnosesDescription: 0x00081080,
9672
9696
  AdmittingDiagnosesCodeSequence: 0x00081084,
9673
9697
  ManufacturerModelName: 0x00081090,
9674
- ReferencedResultsSequence: 0x00081100,
9698
+ ReferencedResultsSequence: 0x00081100, // retired
9675
9699
  ReferencedStudySequence: 0x00081110,
9676
9700
  ReferencedPerformedProcedureStepSequence: 0x00081111,
9677
9701
  ReferencedSeriesSequence: 0x00081115,
9678
9702
  ReferencedPatientSequence: 0x00081120,
9679
9703
  ReferencedVisitSequence: 0x00081125,
9680
- ReferencedOverlaySequence: 0x00081130,
9704
+ ReferencedOverlaySequence: 0x00081130, // retired
9681
9705
  ReferencedStereometricInstanceSequence: 0x00081134,
9682
9706
  ReferencedWaveformSequence: 0x0008113a,
9683
9707
  ReferencedImageSequence: 0x00081140,
9684
- ReferencedCurveSequence: 0x00081145,
9708
+ ReferencedCurveSequence: 0x00081145, // retired
9685
9709
  ReferencedInstanceSequence: 0x0008114a,
9686
9710
  ReferencedRealWorldValueMappingInstanceSequence: 0x0008114b,
9687
9711
  ReferencedSOPClassUID: 0x00081150,
@@ -9703,7 +9727,7 @@ exports.Tag = {
9703
9727
  OtherFailuresSequence: 0x0008119a,
9704
9728
  StudiesContainingOtherReferencedInstancesSequence: 0x00081200,
9705
9729
  RelatedSeriesSequence: 0x00081250,
9706
- LossyImageCompressionRetired: 0x00082110,
9730
+ LossyImageCompressionRetired: 0x00082110, // retired
9707
9731
  DerivationDescription: 0x00082111,
9708
9732
  SourceImageSequence: 0x00082112,
9709
9733
  StageName: 0x00082120,
@@ -9721,32 +9745,32 @@ exports.Tag = {
9721
9745
  StartTrim: 0x00082142,
9722
9746
  StopTrim: 0x00082143,
9723
9747
  RecommendedDisplayFrameRate: 0x00082144,
9724
- TransducerPosition: 0x00082200,
9725
- TransducerOrientation: 0x00082204,
9726
- AnatomicStructure: 0x00082208,
9748
+ TransducerPosition: 0x00082200, // retired
9749
+ TransducerOrientation: 0x00082204, // retired
9750
+ AnatomicStructure: 0x00082208, // retired
9727
9751
  AnatomicRegionSequence: 0x00082218,
9728
9752
  AnatomicRegionModifierSequence: 0x00082220,
9729
9753
  PrimaryAnatomicStructureSequence: 0x00082228,
9730
- AnatomicStructureSpaceOrRegionSequence: 0x00082229,
9754
+ AnatomicStructureSpaceOrRegionSequence: 0x00082229, // retired
9731
9755
  PrimaryAnatomicStructureModifierSequence: 0x00082230,
9732
- TransducerPositionSequence: 0x00082240,
9733
- TransducerPositionModifierSequence: 0x00082242,
9734
- TransducerOrientationSequence: 0x00082244,
9735
- TransducerOrientationModifierSequence: 0x00082246,
9736
- AnatomicStructureSpaceOrRegionCodeSequenceTrial: 0x00082251,
9737
- AnatomicPortalOfEntranceCodeSequenceTrial: 0x00082253,
9738
- AnatomicApproachDirectionCodeSequenceTrial: 0x00082255,
9739
- AnatomicPerspectiveDescriptionTrial: 0x00082256,
9740
- AnatomicPerspectiveCodeSequenceTrial: 0x00082257,
9741
- AnatomicLocationOfExaminingInstrumentDescriptionTrial: 0x00082258,
9742
- AnatomicLocationOfExaminingInstrumentCodeSequenceTrial: 0x00082259,
9743
- AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial: 0x0008225a,
9744
- OnAxisBackgroundAnatomicStructureCodeSequenceTrial: 0x0008225c,
9756
+ TransducerPositionSequence: 0x00082240, // retired
9757
+ TransducerPositionModifierSequence: 0x00082242, // retired
9758
+ TransducerOrientationSequence: 0x00082244, // retired
9759
+ TransducerOrientationModifierSequence: 0x00082246, // retired
9760
+ AnatomicStructureSpaceOrRegionCodeSequenceTrial: 0x00082251, // retired
9761
+ AnatomicPortalOfEntranceCodeSequenceTrial: 0x00082253, // retired
9762
+ AnatomicApproachDirectionCodeSequenceTrial: 0x00082255, // retired
9763
+ AnatomicPerspectiveDescriptionTrial: 0x00082256, // retired
9764
+ AnatomicPerspectiveCodeSequenceTrial: 0x00082257, // retired
9765
+ AnatomicLocationOfExaminingInstrumentDescriptionTrial: 0x00082258, // retired
9766
+ AnatomicLocationOfExaminingInstrumentCodeSequenceTrial: 0x00082259, // retired
9767
+ AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial: 0x0008225a, // retired
9768
+ OnAxisBackgroundAnatomicStructureCodeSequenceTrial: 0x0008225c, // retired
9745
9769
  AlternateRepresentationSequence: 0x00083001,
9746
9770
  IrradiationEventUID: 0x00083010,
9747
9771
  SourceIrradiationEventSequence: 0x00083011,
9748
9772
  RadiopharmaceuticalAdministrationEventUID: 0x00083012,
9749
- IdentifyingComments: 0x00084000,
9773
+ IdentifyingComments: 0x00084000, // retired
9750
9774
  FrameType: 0x00089007,
9751
9775
  ReferencedImageEvidenceSequence: 0x00089092,
9752
9776
  ReferencedRawDataSequence: 0x00089121,
@@ -9795,7 +9819,7 @@ exports.Tag = {
9795
9819
  GeneticModificationsDescription: 0x00100222,
9796
9820
  GeneticModificationsNomenclature: 0x00100223,
9797
9821
  GeneticModificationsCodeSequence: 0x00100229,
9798
- OtherPatientIDs: 0x00101000,
9822
+ OtherPatientIDs: 0x00101000, // retired
9799
9823
  OtherPatientNames: 0x00101001,
9800
9824
  OtherPatientIDsSequence: 0x00101002,
9801
9825
  PatientBirthName: 0x00101005,
@@ -9807,11 +9831,11 @@ exports.Tag = {
9807
9831
  MeasuredLateralDimension: 0x00101024,
9808
9832
  PatientWeight: 0x00101030,
9809
9833
  PatientAddress: 0x00101040,
9810
- InsurancePlanIdentification: 0x00101050,
9834
+ InsurancePlanIdentification: 0x00101050, // retired
9811
9835
  PatientMotherBirthName: 0x00101060,
9812
9836
  MilitaryRank: 0x00101080,
9813
9837
  BranchOfService: 0x00101081,
9814
- MedicalRecordLocator: 0x00101090,
9838
+ MedicalRecordLocator: 0x00101090, // retired
9815
9839
  ReferencedPatientPhotoSequence: 0x00101100,
9816
9840
  MedicalAlerts: 0x00102000,
9817
9841
  Allergies: 0x00102110,
@@ -9864,8 +9888,8 @@ exports.Tag = {
9864
9888
  ConsentForDistributionFlag: 0x00120085,
9865
9889
  EthicsCommitteeApprovalEffectivenessStartDate: 0x00120086,
9866
9890
  EthicsCommitteeApprovalEffectivenessEndDate: 0x00120087,
9867
- CADFileFormat: 0x00140023,
9868
- ComponentReferenceSystem: 0x00140024,
9891
+ CADFileFormat: 0x00140023, // retired
9892
+ ComponentReferenceSystem: 0x00140024, // retired
9869
9893
  ComponentManufacturingProcedure: 0x00140025,
9870
9894
  ComponentManufacturer: 0x00140028,
9871
9895
  MaterialThickness: 0x00140030,
@@ -9873,7 +9897,7 @@ exports.Tag = {
9873
9897
  MaterialIsolationDiameter: 0x00140034,
9874
9898
  MaterialGrade: 0x00140042,
9875
9899
  MaterialPropertiesDescription: 0x00140044,
9876
- MaterialPropertiesFileFormatRetired: 0x00140045,
9900
+ MaterialPropertiesFileFormatRetired: 0x00140045, // retired
9877
9901
  MaterialNotes: 0x00140046,
9878
9902
  ComponentShape: 0x00140050,
9879
9903
  CurvatureType: 0x00140052,
@@ -10072,16 +10096,16 @@ exports.Tag = {
10072
10096
  InterventionDrugDose: 0x00180028,
10073
10097
  InterventionDrugCodeSequence: 0x00180029,
10074
10098
  AdditionalDrugSequence: 0x0018002a,
10075
- Radionuclide: 0x00180030,
10099
+ Radionuclide: 0x00180030, // retired
10076
10100
  Radiopharmaceutical: 0x00180031,
10077
- EnergyWindowCenterline: 0x00180032,
10078
- EnergyWindowTotalWidth: 0x00180033,
10101
+ EnergyWindowCenterline: 0x00180032, // retired
10102
+ EnergyWindowTotalWidth: 0x00180033, // retired
10079
10103
  InterventionDrugName: 0x00180034,
10080
10104
  InterventionDrugStartTime: 0x00180035,
10081
10105
  InterventionSequence: 0x00180036,
10082
- TherapyType: 0x00180037,
10106
+ TherapyType: 0x00180037, // retired
10083
10107
  InterventionStatus: 0x00180038,
10084
- TherapyDescription: 0x00180039,
10108
+ TherapyDescription: 0x00180039, // retired
10085
10109
  InterventionDescription: 0x0018003a,
10086
10110
  CineRate: 0x00180040,
10087
10111
  InitialCineRunState: 0x00180042,
@@ -10119,15 +10143,15 @@ exports.Tag = {
10119
10143
  UniqueDeviceIdentifier: 0x00181009,
10120
10144
  UDISequence: 0x0018100a,
10121
10145
  SecondaryCaptureDeviceID: 0x00181010,
10122
- HardcopyCreationDeviceID: 0x00181011,
10146
+ HardcopyCreationDeviceID: 0x00181011, // retired
10123
10147
  DateOfSecondaryCapture: 0x00181012,
10124
10148
  TimeOfSecondaryCapture: 0x00181014,
10125
10149
  SecondaryCaptureDeviceManufacturer: 0x00181016,
10126
- HardcopyDeviceManufacturer: 0x00181017,
10150
+ HardcopyDeviceManufacturer: 0x00181017, // retired
10127
10151
  SecondaryCaptureDeviceManufacturerModelName: 0x00181018,
10128
10152
  SecondaryCaptureDeviceSoftwareVersions: 0x00181019,
10129
- HardcopyDeviceSoftwareVersion: 0x0018101a,
10130
- HardcopyDeviceManufacturerModelName: 0x0018101b,
10153
+ HardcopyDeviceSoftwareVersion: 0x0018101a, // retired
10154
+ HardcopyDeviceManufacturerModelName: 0x0018101b, // retired
10131
10155
  SoftwareVersions: 0x00181020,
10132
10156
  VideoImageFormatAcquired: 0x00181022,
10133
10157
  DigitalImageFormatAcquired: 0x00181023,
@@ -10191,12 +10215,12 @@ exports.Tag = {
10191
10215
  TableAngle: 0x00181138,
10192
10216
  TableType: 0x0018113a,
10193
10217
  RotationDirection: 0x00181140,
10194
- AngularPosition: 0x00181141,
10218
+ AngularPosition: 0x00181141, // retired
10195
10219
  RadialPosition: 0x00181142,
10196
10220
  ScanArc: 0x00181143,
10197
10221
  AngularStep: 0x00181144,
10198
10222
  CenterOfRotationOffset: 0x00181145,
10199
- RotationOffset: 0x00181146,
10223
+ RotationOffset: 0x00181146, // retired
10200
10224
  FieldOfViewShape: 0x00181147,
10201
10225
  FieldOfViewDimensions: 0x00181149,
10202
10226
  ExposureTime: 0x00181150,
@@ -10230,7 +10254,7 @@ exports.Tag = {
10230
10254
  TimeOfLastCalibration: 0x00181201,
10231
10255
  DateTimeOfLastCalibration: 0x00181202,
10232
10256
  ConvolutionKernel: 0x00181210,
10233
- UpperLowerPixelValues: 0x00181240,
10257
+ UpperLowerPixelValues: 0x00181240, // retired
10234
10258
  ActualFrameDuration: 0x00181242,
10235
10259
  CountRate: 0x00181243,
10236
10260
  PreferredPlaybackSequencing: 0x00181244,
@@ -10318,26 +10342,26 @@ exports.Tag = {
10318
10342
  IVUSPullbackStartFrameNumber: 0x00183103,
10319
10343
  IVUSPullbackStopFrameNumber: 0x00183104,
10320
10344
  LesionNumber: 0x00183105,
10321
- AcquisitionComments: 0x00184000,
10345
+ AcquisitionComments: 0x00184000, // retired
10322
10346
  OutputPower: 0x00185000,
10323
10347
  TransducerData: 0x00185010,
10324
10348
  FocusDepth: 0x00185012,
10325
10349
  ProcessingFunction: 0x00185020,
10326
- PostprocessingFunction: 0x00185021,
10350
+ PostprocessingFunction: 0x00185021, // retired
10327
10351
  MechanicalIndex: 0x00185022,
10328
10352
  BoneThermalIndex: 0x00185024,
10329
10353
  CranialThermalIndex: 0x00185026,
10330
10354
  SoftTissueThermalIndex: 0x00185027,
10331
10355
  SoftTissueFocusThermalIndex: 0x00185028,
10332
10356
  SoftTissueSurfaceThermalIndex: 0x00185029,
10333
- DynamicRange: 0x00185030,
10334
- TotalGain: 0x00185040,
10357
+ DynamicRange: 0x00185030, // retired
10358
+ TotalGain: 0x00185040, // retired
10335
10359
  DepthOfScanField: 0x00185050,
10336
10360
  PatientPosition: 0x00185100,
10337
10361
  ViewPosition: 0x00185101,
10338
10362
  ProjectionEponymousNameCodeSequence: 0x00185104,
10339
- ImageTransformationMatrix: 0x00185210,
10340
- ImageTranslationVector: 0x00185212,
10363
+ ImageTransformationMatrix: 0x00185210, // retired
10364
+ ImageTranslationVector: 0x00185212, // retired
10341
10365
  Sensitivity: 0x00186000,
10342
10366
  SequenceOfUltrasoundRegions: 0x00186011,
10343
10367
  RegionSpatialFormat: 0x00186012,
@@ -10360,17 +10384,17 @@ exports.Tag = {
10360
10384
  PulseRepetitionFrequency: 0x00186032,
10361
10385
  DopplerCorrectionAngle: 0x00186034,
10362
10386
  SteeringAngle: 0x00186036,
10363
- DopplerSampleVolumeXPositionRetired: 0x00186038,
10387
+ DopplerSampleVolumeXPositionRetired: 0x00186038, // retired
10364
10388
  DopplerSampleVolumeXPosition: 0x00186039,
10365
- DopplerSampleVolumeYPositionRetired: 0x0018603a,
10389
+ DopplerSampleVolumeYPositionRetired: 0x0018603a, // retired
10366
10390
  DopplerSampleVolumeYPosition: 0x0018603b,
10367
- TMLinePositionX0Retired: 0x0018603c,
10391
+ TMLinePositionX0Retired: 0x0018603c, // retired
10368
10392
  TMLinePositionX0: 0x0018603d,
10369
- TMLinePositionY0Retired: 0x0018603e,
10393
+ TMLinePositionY0Retired: 0x0018603e, // retired
10370
10394
  TMLinePositionY0: 0x0018603f,
10371
- TMLinePositionX1Retired: 0x00186040,
10395
+ TMLinePositionX1Retired: 0x00186040, // retired
10372
10396
  TMLinePositionX1: 0x00186041,
10373
- TMLinePositionY1Retired: 0x00186042,
10397
+ TMLinePositionY1Retired: 0x00186042, // retired
10374
10398
  TMLinePositionY1: 0x00186043,
10375
10399
  PixelComponentOrganization: 0x00186044,
10376
10400
  PixelComponentMask: 0x00186046,
@@ -10507,7 +10531,7 @@ exports.Tag = {
10507
10531
  NumberOfKSpaceTrajectories: 0x00189093,
10508
10532
  CoverageOfKSpace: 0x00189094,
10509
10533
  SpectroscopyAcquisitionPhaseRows: 0x00189095,
10510
- ParallelReductionFactorInPlaneRetired: 0x00189096,
10534
+ ParallelReductionFactorInPlaneRetired: 0x00189096, // retired
10511
10535
  TransmitterFrequency: 0x00189098,
10512
10536
  ResonantNucleus: 0x00189100,
10513
10537
  FrequencyCorrection: 0x00189101,
@@ -10530,7 +10554,7 @@ exports.Tag = {
10530
10554
  MRMetaboliteMapSequence: 0x00189152,
10531
10555
  ParallelReductionFactorOutOfPlane: 0x00189155,
10532
10556
  SpectroscopyAcquisitionOutOfPlanePhaseSteps: 0x00189159,
10533
- BulkMotionStatus: 0x00189166,
10557
+ BulkMotionStatus: 0x00189166, // retired
10534
10558
  ParallelReductionFactorSecondInPlane: 0x00189168,
10535
10559
  CardiacBeatRejectionTechnique: 0x00189169,
10536
10560
  RespiratoryMotionCompensationTechnique: 0x00189170,
@@ -10550,8 +10574,8 @@ exports.Tag = {
10550
10574
  TaggingDelay: 0x00189184,
10551
10575
  RespiratoryMotionCompensationTechniqueDescription: 0x00189185,
10552
10576
  RespiratorySignalSourceID: 0x00189186,
10553
- ChemicalShiftMinimumIntegrationLimitInHz: 0x00189195,
10554
- ChemicalShiftMaximumIntegrationLimitInHz: 0x00189196,
10577
+ ChemicalShiftMinimumIntegrationLimitInHz: 0x00189195, // retired
10578
+ ChemicalShiftMaximumIntegrationLimitInHz: 0x00189196, // retired
10555
10579
  MRVelocityEncodingSequence: 0x00189197,
10556
10580
  FirstOrderPhaseCorrection: 0x00189198,
10557
10581
  WaterReferencedPhaseCorrection: 0x00189199,
@@ -10867,59 +10891,59 @@ exports.Tag = {
10867
10891
  SeriesNumber: 0x00200011,
10868
10892
  AcquisitionNumber: 0x00200012,
10869
10893
  InstanceNumber: 0x00200013,
10870
- IsotopeNumber: 0x00200014,
10871
- PhaseNumber: 0x00200015,
10872
- IntervalNumber: 0x00200016,
10873
- TimeSlotNumber: 0x00200017,
10874
- AngleNumber: 0x00200018,
10894
+ IsotopeNumber: 0x00200014, // retired
10895
+ PhaseNumber: 0x00200015, // retired
10896
+ IntervalNumber: 0x00200016, // retired
10897
+ TimeSlotNumber: 0x00200017, // retired
10898
+ AngleNumber: 0x00200018, // retired
10875
10899
  ItemNumber: 0x00200019,
10876
10900
  PatientOrientation: 0x00200020,
10877
- OverlayNumber: 0x00200022,
10878
- CurveNumber: 0x00200024,
10879
- LUTNumber: 0x00200026,
10880
- ImagePosition: 0x00200030,
10901
+ OverlayNumber: 0x00200022, // retired
10902
+ CurveNumber: 0x00200024, // retired
10903
+ LUTNumber: 0x00200026, // retired
10904
+ ImagePosition: 0x00200030, // retired
10881
10905
  ImagePositionPatient: 0x00200032,
10882
- ImageOrientation: 0x00200035,
10906
+ ImageOrientation: 0x00200035, // retired
10883
10907
  ImageOrientationPatient: 0x00200037,
10884
- Location: 0x00200050,
10908
+ Location: 0x00200050, // retired
10885
10909
  FrameOfReferenceUID: 0x00200052,
10886
10910
  Laterality: 0x00200060,
10887
10911
  ImageLaterality: 0x00200062,
10888
- ImageGeometryType: 0x00200070,
10889
- MaskingImage: 0x00200080,
10890
- ReportNumber: 0x002000aa,
10912
+ ImageGeometryType: 0x00200070, // retired
10913
+ MaskingImage: 0x00200080, // retired
10914
+ ReportNumber: 0x002000aa, // retired
10891
10915
  TemporalPositionIdentifier: 0x00200100,
10892
10916
  NumberOfTemporalPositions: 0x00200105,
10893
10917
  TemporalResolution: 0x00200110,
10894
10918
  SynchronizationFrameOfReferenceUID: 0x00200200,
10895
10919
  SOPInstanceUIDOfConcatenationSource: 0x00200242,
10896
- SeriesInStudy: 0x00201000,
10897
- AcquisitionsInSeries: 0x00201001,
10920
+ SeriesInStudy: 0x00201000, // retired
10921
+ AcquisitionsInSeries: 0x00201001, // retired
10898
10922
  ImagesInAcquisition: 0x00201002,
10899
- ImagesInSeries: 0x00201003,
10900
- AcquisitionsInStudy: 0x00201004,
10901
- ImagesInStudy: 0x00201005,
10902
- Reference: 0x00201020,
10923
+ ImagesInSeries: 0x00201003, // retired
10924
+ AcquisitionsInStudy: 0x00201004, // retired
10925
+ ImagesInStudy: 0x00201005, // retired
10926
+ Reference: 0x00201020, // retired
10903
10927
  TargetPositionReferenceIndicator: 0x0020103f,
10904
10928
  PositionReferenceIndicator: 0x00201040,
10905
10929
  SliceLocation: 0x00201041,
10906
- OtherStudyNumbers: 0x00201070,
10930
+ OtherStudyNumbers: 0x00201070, // retired
10907
10931
  NumberOfPatientRelatedStudies: 0x00201200,
10908
10932
  NumberOfPatientRelatedSeries: 0x00201202,
10909
10933
  NumberOfPatientRelatedInstances: 0x00201204,
10910
10934
  NumberOfStudyRelatedSeries: 0x00201206,
10911
10935
  NumberOfStudyRelatedInstances: 0x00201208,
10912
10936
  NumberOfSeriesRelatedInstances: 0x00201209,
10913
- SourceImageIDs: 0x00203100,
10914
- ModifyingDeviceID: 0x00203401,
10915
- ModifiedImageID: 0x00203402,
10916
- ModifiedImageDate: 0x00203403,
10917
- ModifyingDeviceManufacturer: 0x00203404,
10918
- ModifiedImageTime: 0x00203405,
10919
- ModifiedImageDescription: 0x00203406,
10937
+ SourceImageIDs: 0x00203100, // retired
10938
+ ModifyingDeviceID: 0x00203401, // retired
10939
+ ModifiedImageID: 0x00203402, // retired
10940
+ ModifiedImageDate: 0x00203403, // retired
10941
+ ModifyingDeviceManufacturer: 0x00203404, // retired
10942
+ ModifiedImageTime: 0x00203405, // retired
10943
+ ModifiedImageDescription: 0x00203406, // retired
10920
10944
  ImageComments: 0x00204000,
10921
- OriginalImageIdentification: 0x00205000,
10922
- OriginalImageIdentificationNomenclature: 0x00205002,
10945
+ OriginalImageIdentification: 0x00205000, // retired
10946
+ OriginalImageIdentificationNomenclature: 0x00205002, // retired
10923
10947
  StackID: 0x00209056,
10924
10948
  InStackPositionNumber: 0x00209057,
10925
10949
  FrameAnatomySequence: 0x00209071,
@@ -11058,7 +11082,7 @@ exports.Tag = {
11058
11082
  IOLPowerSequence: 0x00221090,
11059
11083
  LensConstantSequence: 0x00221092,
11060
11084
  IOLManufacturer: 0x00221093,
11061
- LensConstantDescription: 0x00221094,
11085
+ LensConstantDescription: 0x00221094, // retired
11062
11086
  ImplantName: 0x00221095,
11063
11087
  KeratometryMeasurementTypeCodeSequence: 0x00221096,
11064
11088
  ImplantPartNumber: 0x00221097,
@@ -11078,7 +11102,7 @@ exports.Tag = {
11078
11102
  SourceOfRefractiveMeasurementsCodeSequence: 0x00221135,
11079
11103
  OphthalmicAxialLengthMeasurementModified: 0x00221140,
11080
11104
  OphthalmicAxialLengthDataSourceCodeSequence: 0x00221150,
11081
- OphthalmicAxialLengthAcquisitionMethodCodeSequence: 0x00221153,
11105
+ OphthalmicAxialLengthAcquisitionMethodCodeSequence: 0x00221153, // retired
11082
11106
  SignalToNoiseRatio: 0x00221155,
11083
11107
  OphthalmicAxialLengthDataSourceDescription: 0x00221159,
11084
11108
  OphthalmicAxialLengthMeasurementsTotalLengthSequence: 0x00221210,
@@ -11092,8 +11116,8 @@ exports.Tag = {
11092
11116
  SelectedSegmentalOphthalmicAxialLengthSequence: 0x00221257,
11093
11117
  SelectedTotalOphthalmicAxialLengthSequence: 0x00221260,
11094
11118
  OphthalmicAxialLengthQualityMetricSequence: 0x00221262,
11095
- OphthalmicAxialLengthQualityMetricTypeCodeSequence: 0x00221265,
11096
- OphthalmicAxialLengthQualityMetricTypeDescription: 0x00221273,
11119
+ OphthalmicAxialLengthQualityMetricTypeCodeSequence: 0x00221265, // retired
11120
+ OphthalmicAxialLengthQualityMetricTypeDescription: 0x00221273, // retired
11097
11121
  IntraocularLensCalculationsRightEyeSequence: 0x00221300,
11098
11122
  IntraocularLensCalculationsLeftEyeSequence: 0x00221310,
11099
11123
  ReferencedOphthalmicAxialLengthMeasurementQCImageSequence: 0x00221330,
@@ -11250,88 +11274,88 @@ exports.Tag = {
11250
11274
  SamplesPerPixel: 0x00280002,
11251
11275
  SamplesPerPixelUsed: 0x00280003,
11252
11276
  PhotometricInterpretation: 0x00280004,
11253
- ImageDimensions: 0x00280005,
11277
+ ImageDimensions: 0x00280005, // retired
11254
11278
  PlanarConfiguration: 0x00280006,
11255
11279
  NumberOfFrames: 0x00280008,
11256
11280
  FrameIncrementPointer: 0x00280009,
11257
11281
  FrameDimensionPointer: 0x0028000a,
11258
11282
  Rows: 0x00280010,
11259
11283
  Columns: 0x00280011,
11260
- Planes: 0x00280012,
11284
+ Planes: 0x00280012, // retired
11261
11285
  UltrasoundColorDataPresent: 0x00280014,
11262
11286
  PixelSpacing: 0x00280030,
11263
11287
  ZoomFactor: 0x00280031,
11264
11288
  ZoomCenter: 0x00280032,
11265
11289
  PixelAspectRatio: 0x00280034,
11266
- ImageFormat: 0x00280040,
11267
- ManipulatedImage: 0x00280050,
11290
+ ImageFormat: 0x00280040, // retired
11291
+ ManipulatedImage: 0x00280050, // retired
11268
11292
  CorrectedImage: 0x00280051,
11269
- CompressionRecognitionCode: 0x0028005f,
11270
- CompressionCode: 0x00280060,
11271
- CompressionOriginator: 0x00280061,
11272
- CompressionLabel: 0x00280062,
11273
- CompressionDescription: 0x00280063,
11274
- CompressionSequence: 0x00280065,
11275
- CompressionStepPointers: 0x00280066,
11276
- RepeatInterval: 0x00280068,
11277
- BitsGrouped: 0x00280069,
11278
- PerimeterTable: 0x00280070,
11279
- PerimeterValue: 0x00280071,
11280
- PredictorRows: 0x00280080,
11281
- PredictorColumns: 0x00280081,
11282
- PredictorConstants: 0x00280082,
11283
- BlockedPixels: 0x00280090,
11284
- BlockRows: 0x00280091,
11285
- BlockColumns: 0x00280092,
11286
- RowOverlap: 0x00280093,
11287
- ColumnOverlap: 0x00280094,
11293
+ CompressionRecognitionCode: 0x0028005f, // retired
11294
+ CompressionCode: 0x00280060, // retired
11295
+ CompressionOriginator: 0x00280061, // retired
11296
+ CompressionLabel: 0x00280062, // retired
11297
+ CompressionDescription: 0x00280063, // retired
11298
+ CompressionSequence: 0x00280065, // retired
11299
+ CompressionStepPointers: 0x00280066, // retired
11300
+ RepeatInterval: 0x00280068, // retired
11301
+ BitsGrouped: 0x00280069, // retired
11302
+ PerimeterTable: 0x00280070, // retired
11303
+ PerimeterValue: 0x00280071, // retired
11304
+ PredictorRows: 0x00280080, // retired
11305
+ PredictorColumns: 0x00280081, // retired
11306
+ PredictorConstants: 0x00280082, // retired
11307
+ BlockedPixels: 0x00280090, // retired
11308
+ BlockRows: 0x00280091, // retired
11309
+ BlockColumns: 0x00280092, // retired
11310
+ RowOverlap: 0x00280093, // retired
11311
+ ColumnOverlap: 0x00280094, // retired
11288
11312
  BitsAllocated: 0x00280100,
11289
11313
  BitsStored: 0x00280101,
11290
11314
  HighBit: 0x00280102,
11291
11315
  PixelRepresentation: 0x00280103,
11292
- SmallestValidPixelValue: 0x00280104,
11293
- LargestValidPixelValue: 0x00280105,
11316
+ SmallestValidPixelValue: 0x00280104, // retired
11317
+ LargestValidPixelValue: 0x00280105, // retired
11294
11318
  SmallestImagePixelValue: 0x00280106,
11295
11319
  LargestImagePixelValue: 0x00280107,
11296
11320
  SmallestPixelValueInSeries: 0x00280108,
11297
11321
  LargestPixelValueInSeries: 0x00280109,
11298
- SmallestImagePixelValueInPlane: 0x00280110,
11299
- LargestImagePixelValueInPlane: 0x00280111,
11322
+ SmallestImagePixelValueInPlane: 0x00280110, // retired
11323
+ LargestImagePixelValueInPlane: 0x00280111, // retired
11300
11324
  PixelPaddingValue: 0x00280120,
11301
11325
  PixelPaddingRangeLimit: 0x00280121,
11302
11326
  FloatPixelPaddingValue: 0x00280122,
11303
11327
  DoubleFloatPixelPaddingValue: 0x00280123,
11304
11328
  FloatPixelPaddingRangeLimit: 0x00280124,
11305
11329
  DoubleFloatPixelPaddingRangeLimit: 0x00280125,
11306
- ImageLocation: 0x00280200,
11330
+ ImageLocation: 0x00280200, // retired
11307
11331
  QualityControlImage: 0x00280300,
11308
11332
  BurnedInAnnotation: 0x00280301,
11309
11333
  RecognizableVisualFeatures: 0x00280302,
11310
11334
  LongitudinalTemporalInformationModified: 0x00280303,
11311
11335
  ReferencedColorPaletteInstanceUID: 0x00280304,
11312
- TransformLabel: 0x00280400,
11313
- TransformVersionNumber: 0x00280401,
11314
- NumberOfTransformSteps: 0x00280402,
11315
- SequenceOfCompressedData: 0x00280403,
11316
- DetailsOfCoefficients: 0x00280404,
11317
- RowsForNthOrderCoefficients: 0x00280400,
11318
- ColumnsForNthOrderCoefficients: 0x00280401,
11319
- CoefficientCoding: 0x00280402,
11320
- CoefficientCodingPointers: 0x00280403,
11321
- DCTLabel: 0x00280700,
11322
- DataBlockDescription: 0x00280701,
11323
- DataBlock: 0x00280702,
11324
- NormalizationFactorFormat: 0x00280710,
11325
- ZonalMapNumberFormat: 0x00280720,
11326
- ZonalMapLocation: 0x00280721,
11327
- ZonalMapFormat: 0x00280722,
11328
- AdaptiveMapFormat: 0x00280730,
11329
- CodeNumberFormat: 0x00280740,
11330
- CodeLabel: 0x00280800,
11331
- NumberOfTables: 0x00280802,
11332
- CodeTableLocation: 0x00280803,
11333
- BitsForCodeWord: 0x00280804,
11334
- ImageDataLocation: 0x00280808,
11336
+ TransformLabel: 0x00280400, // retired
11337
+ TransformVersionNumber: 0x00280401, // retired
11338
+ NumberOfTransformSteps: 0x00280402, // retired
11339
+ SequenceOfCompressedData: 0x00280403, // retired
11340
+ DetailsOfCoefficients: 0x00280404, // retired
11341
+ RowsForNthOrderCoefficients: 0x00280400, // retired
11342
+ ColumnsForNthOrderCoefficients: 0x00280401, // retired
11343
+ CoefficientCoding: 0x00280402, // retired
11344
+ CoefficientCodingPointers: 0x00280403, // retired
11345
+ DCTLabel: 0x00280700, // retired
11346
+ DataBlockDescription: 0x00280701, // retired
11347
+ DataBlock: 0x00280702, // retired
11348
+ NormalizationFactorFormat: 0x00280710, // retired
11349
+ ZonalMapNumberFormat: 0x00280720, // retired
11350
+ ZonalMapLocation: 0x00280721, // retired
11351
+ ZonalMapFormat: 0x00280722, // retired
11352
+ AdaptiveMapFormat: 0x00280730, // retired
11353
+ CodeNumberFormat: 0x00280740, // retired
11354
+ CodeLabel: 0x00280800, // retired
11355
+ NumberOfTables: 0x00280802, // retired
11356
+ CodeTableLocation: 0x00280803, // retired
11357
+ BitsForCodeWord: 0x00280804, // retired
11358
+ ImageDataLocation: 0x00280808, // retired
11335
11359
  PixelSpacingCalibrationType: 0x00280a02,
11336
11360
  PixelSpacingCalibrationDescription: 0x00280a04,
11337
11361
  PixelIntensityRelationship: 0x00281040,
@@ -11343,26 +11367,26 @@ exports.Tag = {
11343
11367
  RescaleType: 0x00281054,
11344
11368
  WindowCenterWidthExplanation: 0x00281055,
11345
11369
  VOILUTFunction: 0x00281056,
11346
- GrayScale: 0x00281080,
11370
+ GrayScale: 0x00281080, // retired
11347
11371
  RecommendedViewingMode: 0x00281090,
11348
- GrayLookupTableDescriptor: 0x00281100,
11372
+ GrayLookupTableDescriptor: 0x00281100, // retired
11349
11373
  RedPaletteColorLookupTableDescriptor: 0x00281101,
11350
11374
  GreenPaletteColorLookupTableDescriptor: 0x00281102,
11351
11375
  BluePaletteColorLookupTableDescriptor: 0x00281103,
11352
11376
  AlphaPaletteColorLookupTableDescriptor: 0x00281104,
11353
- LargeRedPaletteColorLookupTableDescriptor: 0x00281111,
11354
- LargeGreenPaletteColorLookupTableDescriptor: 0x00281112,
11355
- LargeBluePaletteColorLookupTableDescriptor: 0x00281113,
11377
+ LargeRedPaletteColorLookupTableDescriptor: 0x00281111, // retired
11378
+ LargeGreenPaletteColorLookupTableDescriptor: 0x00281112, // retired
11379
+ LargeBluePaletteColorLookupTableDescriptor: 0x00281113, // retired
11356
11380
  PaletteColorLookupTableUID: 0x00281199,
11357
- GrayLookupTableData: 0x00281200,
11381
+ GrayLookupTableData: 0x00281200, // retired
11358
11382
  RedPaletteColorLookupTableData: 0x00281201,
11359
11383
  GreenPaletteColorLookupTableData: 0x00281202,
11360
11384
  BluePaletteColorLookupTableData: 0x00281203,
11361
11385
  AlphaPaletteColorLookupTableData: 0x00281204,
11362
- LargeRedPaletteColorLookupTableData: 0x00281211,
11363
- LargeGreenPaletteColorLookupTableData: 0x00281212,
11364
- LargeBluePaletteColorLookupTableData: 0x00281213,
11365
- LargePaletteColorLookupTableUID: 0x00281214,
11386
+ LargeRedPaletteColorLookupTableData: 0x00281211, // retired
11387
+ LargeGreenPaletteColorLookupTableData: 0x00281212, // retired
11388
+ LargeBluePaletteColorLookupTableData: 0x00281213, // retired
11389
+ LargePaletteColorLookupTableUID: 0x00281214, // retired
11366
11390
  SegmentedRedPaletteColorLookupTableData: 0x00281221,
11367
11391
  SegmentedGreenPaletteColorLookupTableData: 0x00281222,
11368
11392
  SegmentedBluePaletteColorLookupTableData: 0x00281223,
@@ -11401,13 +11425,13 @@ exports.Tag = {
11401
11425
  LUTData: 0x00283006,
11402
11426
  VOILUTSequence: 0x00283010,
11403
11427
  SoftcopyVOILUTSequence: 0x00283110,
11404
- ImagePresentationComments: 0x00284000,
11405
- BiPlaneAcquisitionSequence: 0x00285000,
11428
+ ImagePresentationComments: 0x00284000, // retired
11429
+ BiPlaneAcquisitionSequence: 0x00285000, // retired
11406
11430
  RepresentativeFrameNumber: 0x00286010,
11407
11431
  FrameNumbersOfInterest: 0x00286020,
11408
11432
  FrameOfInterestDescription: 0x00286022,
11409
11433
  FrameOfInterestType: 0x00286023,
11410
- MaskPointers: 0x00286030,
11434
+ MaskPointers: 0x00286030, // retired
11411
11435
  RWavePointer: 0x00286040,
11412
11436
  MaskSubtractionSequence: 0x00286100,
11413
11437
  MaskOperation: 0x00286101,
@@ -11468,7 +11492,7 @@ exports.Tag = {
11468
11492
  DataPointRows: 0x00289001,
11469
11493
  DataPointColumns: 0x00289002,
11470
11494
  SignalDomainColumns: 0x00289003,
11471
- LargestMonochromePixelValue: 0x00289099,
11495
+ LargestMonochromePixelValue: 0x00289099, // retired
11472
11496
  DataRepresentation: 0x00289108,
11473
11497
  PixelMeasuresSequence: 0x00289110,
11474
11498
  FrameVOILUTSequence: 0x00289132,
@@ -11493,53 +11517,53 @@ exports.Tag = {
11493
11517
  LUTFrameRange: 0x00289507,
11494
11518
  ImageToEquipmentMappingMatrix: 0x00289520,
11495
11519
  EquipmentCoordinateSystemIdentification: 0x00289537,
11496
- StudyStatusID: 0x0032000a,
11497
- StudyPriorityID: 0x0032000c,
11498
- StudyIDIssuer: 0x00320012,
11499
- StudyVerifiedDate: 0x00320032,
11500
- StudyVerifiedTime: 0x00320033,
11501
- StudyReadDate: 0x00320034,
11502
- StudyReadTime: 0x00320035,
11503
- ScheduledStudyStartDate: 0x00321000,
11504
- ScheduledStudyStartTime: 0x00321001,
11505
- ScheduledStudyStopDate: 0x00321010,
11506
- ScheduledStudyStopTime: 0x00321011,
11507
- ScheduledStudyLocation: 0x00321020,
11508
- ScheduledStudyLocationAETitle: 0x00321021,
11509
- ReasonForStudy: 0x00321030,
11520
+ StudyStatusID: 0x0032000a, // retired
11521
+ StudyPriorityID: 0x0032000c, // retired
11522
+ StudyIDIssuer: 0x00320012, // retired
11523
+ StudyVerifiedDate: 0x00320032, // retired
11524
+ StudyVerifiedTime: 0x00320033, // retired
11525
+ StudyReadDate: 0x00320034, // retired
11526
+ StudyReadTime: 0x00320035, // retired
11527
+ ScheduledStudyStartDate: 0x00321000, // retired
11528
+ ScheduledStudyStartTime: 0x00321001, // retired
11529
+ ScheduledStudyStopDate: 0x00321010, // retired
11530
+ ScheduledStudyStopTime: 0x00321011, // retired
11531
+ ScheduledStudyLocation: 0x00321020, // retired
11532
+ ScheduledStudyLocationAETitle: 0x00321021, // retired
11533
+ ReasonForStudy: 0x00321030, // retired
11510
11534
  RequestingPhysicianIdentificationSequence: 0x00321031,
11511
11535
  RequestingPhysician: 0x00321032,
11512
11536
  RequestingService: 0x00321033,
11513
11537
  RequestingServiceCodeSequence: 0x00321034,
11514
- StudyArrivalDate: 0x00321040,
11515
- StudyArrivalTime: 0x00321041,
11516
- StudyCompletionDate: 0x00321050,
11517
- StudyCompletionTime: 0x00321051,
11518
- StudyComponentStatusID: 0x00321055,
11538
+ StudyArrivalDate: 0x00321040, // retired
11539
+ StudyArrivalTime: 0x00321041, // retired
11540
+ StudyCompletionDate: 0x00321050, // retired
11541
+ StudyCompletionTime: 0x00321051, // retired
11542
+ StudyComponentStatusID: 0x00321055, // retired
11519
11543
  RequestedProcedureDescription: 0x00321060,
11520
11544
  RequestedProcedureCodeSequence: 0x00321064,
11521
11545
  RequestedContrastAgent: 0x00321070,
11522
- StudyComments: 0x00324000,
11546
+ StudyComments: 0x00324000, // retired
11523
11547
  ReferencedPatientAliasSequence: 0x00380004,
11524
11548
  VisitStatusID: 0x00380008,
11525
11549
  AdmissionID: 0x00380010,
11526
- IssuerOfAdmissionID: 0x00380011,
11550
+ IssuerOfAdmissionID: 0x00380011, // retired
11527
11551
  IssuerOfAdmissionIDSequence: 0x00380014,
11528
11552
  RouteOfAdmissions: 0x00380016,
11529
- ScheduledAdmissionDate: 0x0038001a,
11530
- ScheduledAdmissionTime: 0x0038001b,
11531
- ScheduledDischargeDate: 0x0038001c,
11532
- ScheduledDischargeTime: 0x0038001d,
11533
- ScheduledPatientInstitutionResidence: 0x0038001e,
11553
+ ScheduledAdmissionDate: 0x0038001a, // retired
11554
+ ScheduledAdmissionTime: 0x0038001b, // retired
11555
+ ScheduledDischargeDate: 0x0038001c, // retired
11556
+ ScheduledDischargeTime: 0x0038001d, // retired
11557
+ ScheduledPatientInstitutionResidence: 0x0038001e, // retired
11534
11558
  AdmittingDate: 0x00380020,
11535
11559
  AdmittingTime: 0x00380021,
11536
- DischargeDate: 0x00380030,
11537
- DischargeTime: 0x00380032,
11538
- DischargeDiagnosisDescription: 0x00380040,
11539
- DischargeDiagnosisCodeSequence: 0x00380044,
11560
+ DischargeDate: 0x00380030, // retired
11561
+ DischargeTime: 0x00380032, // retired
11562
+ DischargeDiagnosisDescription: 0x00380040, // retired
11563
+ DischargeDiagnosisCodeSequence: 0x00380044, // retired
11540
11564
  SpecialNeeds: 0x00380050,
11541
11565
  ServiceEpisodeID: 0x00380060,
11542
- IssuerOfServiceEpisodeID: 0x00380061,
11566
+ IssuerOfServiceEpisodeID: 0x00380061, // retired
11543
11567
  ServiceEpisodeDescription: 0x00380062,
11544
11568
  IssuerOfServiceEpisodeIDSequence: 0x00380064,
11545
11569
  PertinentDocumentsSequence: 0x00380100,
@@ -11635,13 +11659,13 @@ exports.Tag = {
11635
11659
  Quantity: 0x00400294,
11636
11660
  MeasuringUnitsSequence: 0x00400295,
11637
11661
  BillingItemSequence: 0x00400296,
11638
- TotalTimeOfFluoroscopy: 0x00400300,
11639
- TotalNumberOfExposures: 0x00400301,
11662
+ TotalTimeOfFluoroscopy: 0x00400300, // retired
11663
+ TotalNumberOfExposures: 0x00400301, // retired
11640
11664
  EntranceDose: 0x00400302,
11641
11665
  ExposedArea: 0x00400303,
11642
11666
  DistanceSourceToEntrance: 0x00400306,
11643
- DistanceSourceToSupport: 0x00400307,
11644
- ExposureDoseSequence: 0x0040030e,
11667
+ DistanceSourceToSupport: 0x00400307, // retired
11668
+ ExposureDoseSequence: 0x0040030e, // retired
11645
11669
  CommentsOnRadiationDose: 0x00400310,
11646
11670
  XRayOutput: 0x00400312,
11647
11671
  HalfValueLayer: 0x00400314,
@@ -11650,23 +11674,23 @@ exports.Tag = {
11650
11674
  BillingProcedureStepSequence: 0x00400320,
11651
11675
  FilmConsumptionSequence: 0x00400321,
11652
11676
  BillingSuppliesAndDevicesSequence: 0x00400324,
11653
- ReferencedProcedureStepSequence: 0x00400330,
11677
+ ReferencedProcedureStepSequence: 0x00400330, // retired
11654
11678
  PerformedSeriesSequence: 0x00400340,
11655
11679
  CommentsOnTheScheduledProcedureStep: 0x00400400,
11656
11680
  ProtocolContextSequence: 0x00400440,
11657
11681
  ContentItemModifierSequence: 0x00400441,
11658
11682
  ScheduledSpecimenSequence: 0x00400500,
11659
- SpecimenAccessionNumber: 0x0040050a,
11683
+ SpecimenAccessionNumber: 0x0040050a, // retired
11660
11684
  ContainerIdentifier: 0x00400512,
11661
11685
  IssuerOfTheContainerIdentifierSequence: 0x00400513,
11662
11686
  AlternateContainerIdentifierSequence: 0x00400515,
11663
11687
  ContainerTypeCodeSequence: 0x00400518,
11664
11688
  ContainerDescription: 0x0040051a,
11665
11689
  ContainerComponentSequence: 0x00400520,
11666
- SpecimenSequence: 0x00400550,
11690
+ SpecimenSequence: 0x00400550, // retired
11667
11691
  SpecimenIdentifier: 0x00400551,
11668
- SpecimenDescriptionSequenceTrial: 0x00400552,
11669
- SpecimenDescriptionTrial: 0x00400553,
11692
+ SpecimenDescriptionSequenceTrial: 0x00400552, // retired
11693
+ SpecimenDescriptionTrial: 0x00400553, // retired
11670
11694
  SpecimenUID: 0x00400554,
11671
11695
  AcquisitionContextSequence: 0x00400555,
11672
11696
  AcquisitionContextDescription: 0x00400556,
@@ -11678,39 +11702,39 @@ exports.Tag = {
11678
11702
  SpecimenPreparationSequence: 0x00400610,
11679
11703
  SpecimenPreparationStepContentItemSequence: 0x00400612,
11680
11704
  SpecimenLocalizationContentItemSequence: 0x00400620,
11681
- SlideIdentifier: 0x004006fa,
11705
+ SlideIdentifier: 0x004006fa, // retired
11682
11706
  ImageCenterPointCoordinatesSequence: 0x0040071a,
11683
11707
  XOffsetInSlideCoordinateSystem: 0x0040072a,
11684
11708
  YOffsetInSlideCoordinateSystem: 0x0040073a,
11685
11709
  ZOffsetInSlideCoordinateSystem: 0x0040074a,
11686
- PixelSpacingSequence: 0x004008d8,
11687
- CoordinateSystemAxisCodeSequence: 0x004008da,
11710
+ PixelSpacingSequence: 0x004008d8, // retired
11711
+ CoordinateSystemAxisCodeSequence: 0x004008da, // retired
11688
11712
  MeasurementUnitsCodeSequence: 0x004008ea,
11689
- VitalStainCodeSequenceTrial: 0x004009f8,
11713
+ VitalStainCodeSequenceTrial: 0x004009f8, // retired
11690
11714
  RequestedProcedureID: 0x00401001,
11691
11715
  ReasonForTheRequestedProcedure: 0x00401002,
11692
11716
  RequestedProcedurePriority: 0x00401003,
11693
11717
  PatientTransportArrangements: 0x00401004,
11694
11718
  RequestedProcedureLocation: 0x00401005,
11695
- PlacerOrderNumberProcedure: 0x00401006,
11696
- FillerOrderNumberProcedure: 0x00401007,
11719
+ PlacerOrderNumberProcedure: 0x00401006, // retired
11720
+ FillerOrderNumberProcedure: 0x00401007, // retired
11697
11721
  ConfidentialityCode: 0x00401008,
11698
11722
  ReportingPriority: 0x00401009,
11699
11723
  ReasonForRequestedProcedureCodeSequence: 0x0040100a,
11700
11724
  NamesOfIntendedRecipientsOfResults: 0x00401010,
11701
11725
  IntendedRecipientsOfResultsIdentificationSequence: 0x00401011,
11702
11726
  ReasonForPerformedProcedureCodeSequence: 0x00401012,
11703
- RequestedProcedureDescriptionTrial: 0x00401060,
11727
+ RequestedProcedureDescriptionTrial: 0x00401060, // retired
11704
11728
  PersonIdentificationCodeSequence: 0x00401101,
11705
11729
  PersonAddress: 0x00401102,
11706
11730
  PersonTelephoneNumbers: 0x00401103,
11707
11731
  PersonTelecomInformation: 0x00401104,
11708
11732
  RequestedProcedureComments: 0x00401400,
11709
- ReasonForTheImagingServiceRequest: 0x00402001,
11733
+ ReasonForTheImagingServiceRequest: 0x00402001, // retired
11710
11734
  IssueDateOfImagingServiceRequest: 0x00402004,
11711
11735
  IssueTimeOfImagingServiceRequest: 0x00402005,
11712
- PlacerOrderNumberImagingServiceRequestRetired: 0x00402006,
11713
- FillerOrderNumberImagingServiceRequestRetired: 0x00402007,
11736
+ PlacerOrderNumberImagingServiceRequestRetired: 0x00402006, // retired
11737
+ FillerOrderNumberImagingServiceRequestRetired: 0x00402007, // retired
11714
11738
  OrderEnteredBy: 0x00402008,
11715
11739
  OrderEntererLocation: 0x00402009,
11716
11740
  OrderCallbackPhoneNumber: 0x00402010,
@@ -11719,32 +11743,32 @@ exports.Tag = {
11719
11743
  FillerOrderNumberImagingServiceRequest: 0x00402017,
11720
11744
  ImagingServiceRequestComments: 0x00402400,
11721
11745
  ConfidentialityConstraintOnPatientDataDescription: 0x00403001,
11722
- GeneralPurposeScheduledProcedureStepStatus: 0x00404001,
11723
- GeneralPurposePerformedProcedureStepStatus: 0x00404002,
11724
- GeneralPurposeScheduledProcedureStepPriority: 0x00404003,
11725
- ScheduledProcessingApplicationsCodeSequence: 0x00404004,
11746
+ GeneralPurposeScheduledProcedureStepStatus: 0x00404001, // retired
11747
+ GeneralPurposePerformedProcedureStepStatus: 0x00404002, // retired
11748
+ GeneralPurposeScheduledProcedureStepPriority: 0x00404003, // retired
11749
+ ScheduledProcessingApplicationsCodeSequence: 0x00404004, // retired
11726
11750
  ScheduledProcedureStepStartDateTime: 0x00404005,
11727
- MultipleCopiesFlag: 0x00404006,
11728
- PerformedProcessingApplicationsCodeSequence: 0x00404007,
11751
+ MultipleCopiesFlag: 0x00404006, // retired
11752
+ PerformedProcessingApplicationsCodeSequence: 0x00404007, // retired
11729
11753
  HumanPerformerCodeSequence: 0x00404009,
11730
11754
  ScheduledProcedureStepModificationDateTime: 0x00404010,
11731
11755
  ExpectedCompletionDateTime: 0x00404011,
11732
- ResultingGeneralPurposePerformedProcedureStepsSequence: 0x00404015,
11733
- ReferencedGeneralPurposeScheduledProcedureStepSequence: 0x00404016,
11756
+ ResultingGeneralPurposePerformedProcedureStepsSequence: 0x00404015, // retired
11757
+ ReferencedGeneralPurposeScheduledProcedureStepSequence: 0x00404016, // retired
11734
11758
  ScheduledWorkitemCodeSequence: 0x00404018,
11735
11759
  PerformedWorkitemCodeSequence: 0x00404019,
11736
- InputAvailabilityFlag: 0x00404020,
11760
+ InputAvailabilityFlag: 0x00404020, // retired
11737
11761
  InputInformationSequence: 0x00404021,
11738
- RelevantInformationSequence: 0x00404022,
11739
- ReferencedGeneralPurposeScheduledProcedureStepTransactionUID: 0x00404023,
11762
+ RelevantInformationSequence: 0x00404022, // retired
11763
+ ReferencedGeneralPurposeScheduledProcedureStepTransactionUID: 0x00404023, // retired
11740
11764
  ScheduledStationNameCodeSequence: 0x00404025,
11741
11765
  ScheduledStationClassCodeSequence: 0x00404026,
11742
11766
  ScheduledStationGeographicLocationCodeSequence: 0x00404027,
11743
11767
  PerformedStationNameCodeSequence: 0x00404028,
11744
11768
  PerformedStationClassCodeSequence: 0x00404029,
11745
11769
  PerformedStationGeographicLocationCodeSequence: 0x00404030,
11746
- RequestedSubsequentWorkitemCodeSequence: 0x00404031,
11747
- NonDICOMOutputCodeSequence: 0x00404032,
11770
+ RequestedSubsequentWorkitemCodeSequence: 0x00404031, // retired
11771
+ NonDICOMOutputCodeSequence: 0x00404032, // retired
11748
11772
  OutputInformationSequence: 0x00404033,
11749
11773
  ScheduledHumanPerformersSequence: 0x00404034,
11750
11774
  ActualHumanPerformersSequence: 0x00404035,
@@ -11775,51 +11799,51 @@ exports.Tag = {
11775
11799
  QuantityDefinitionSequence: 0x00409220,
11776
11800
  RealWorldValueIntercept: 0x00409224,
11777
11801
  RealWorldValueSlope: 0x00409225,
11778
- FindingsFlagTrial: 0x0040a007,
11802
+ FindingsFlagTrial: 0x0040a007, // retired
11779
11803
  RelationshipType: 0x0040a010,
11780
- FindingsSequenceTrial: 0x0040a020,
11781
- FindingsGroupUIDTrial: 0x0040a021,
11782
- ReferencedFindingsGroupUIDTrial: 0x0040a022,
11783
- FindingsGroupRecordingDateTrial: 0x0040a023,
11784
- FindingsGroupRecordingTimeTrial: 0x0040a024,
11785
- FindingsSourceCategoryCodeSequenceTrial: 0x0040a026,
11804
+ FindingsSequenceTrial: 0x0040a020, // retired
11805
+ FindingsGroupUIDTrial: 0x0040a021, // retired
11806
+ ReferencedFindingsGroupUIDTrial: 0x0040a022, // retired
11807
+ FindingsGroupRecordingDateTrial: 0x0040a023, // retired
11808
+ FindingsGroupRecordingTimeTrial: 0x0040a024, // retired
11809
+ FindingsSourceCategoryCodeSequenceTrial: 0x0040a026, // retired
11786
11810
  VerifyingOrganization: 0x0040a027,
11787
- DocumentingOrganizationIdentifierCodeSequenceTrial: 0x0040a028,
11811
+ DocumentingOrganizationIdentifierCodeSequenceTrial: 0x0040a028, // retired
11788
11812
  VerificationDateTime: 0x0040a030,
11789
11813
  ObservationDateTime: 0x0040a032,
11790
11814
  ValueType: 0x0040a040,
11791
11815
  ConceptNameCodeSequence: 0x0040a043,
11792
- MeasurementPrecisionDescriptionTrial: 0x0040a047,
11816
+ MeasurementPrecisionDescriptionTrial: 0x0040a047, // retired
11793
11817
  ContinuityOfContent: 0x0040a050,
11794
- UrgencyOrPriorityAlertsTrial: 0x0040a057,
11795
- SequencingIndicatorTrial: 0x0040a060,
11796
- DocumentIdentifierCodeSequenceTrial: 0x0040a066,
11797
- DocumentAuthorTrial: 0x0040a067,
11798
- DocumentAuthorIdentifierCodeSequenceTrial: 0x0040a068,
11799
- IdentifierCodeSequenceTrial: 0x0040a070,
11818
+ UrgencyOrPriorityAlertsTrial: 0x0040a057, // retired
11819
+ SequencingIndicatorTrial: 0x0040a060, // retired
11820
+ DocumentIdentifierCodeSequenceTrial: 0x0040a066, // retired
11821
+ DocumentAuthorTrial: 0x0040a067, // retired
11822
+ DocumentAuthorIdentifierCodeSequenceTrial: 0x0040a068, // retired
11823
+ IdentifierCodeSequenceTrial: 0x0040a070, // retired
11800
11824
  VerifyingObserverSequence: 0x0040a073,
11801
- ObjectBinaryIdentifierTrial: 0x0040a074,
11825
+ ObjectBinaryIdentifierTrial: 0x0040a074, // retired
11802
11826
  VerifyingObserverName: 0x0040a075,
11803
- DocumentingObserverIdentifierCodeSequenceTrial: 0x0040a076,
11827
+ DocumentingObserverIdentifierCodeSequenceTrial: 0x0040a076, // retired
11804
11828
  AuthorObserverSequence: 0x0040a078,
11805
11829
  ParticipantSequence: 0x0040a07a,
11806
11830
  CustodialOrganizationSequence: 0x0040a07c,
11807
11831
  ParticipationType: 0x0040a080,
11808
11832
  ParticipationDateTime: 0x0040a082,
11809
11833
  ObserverType: 0x0040a084,
11810
- ProcedureIdentifierCodeSequenceTrial: 0x0040a085,
11834
+ ProcedureIdentifierCodeSequenceTrial: 0x0040a085, // retired
11811
11835
  VerifyingObserverIdentificationCodeSequence: 0x0040a088,
11812
- ObjectDirectoryBinaryIdentifierTrial: 0x0040a089,
11813
- EquivalentCDADocumentSequence: 0x0040a090,
11836
+ ObjectDirectoryBinaryIdentifierTrial: 0x0040a089, // retired
11837
+ EquivalentCDADocumentSequence: 0x0040a090, // retired
11814
11838
  ReferencedWaveformChannels: 0x0040a0b0,
11815
- DateOfDocumentOrVerbalTransactionTrial: 0x0040a110,
11816
- TimeOfDocumentCreationOrVerbalTransactionTrial: 0x0040a112,
11839
+ DateOfDocumentOrVerbalTransactionTrial: 0x0040a110, // retired
11840
+ TimeOfDocumentCreationOrVerbalTransactionTrial: 0x0040a112, // retired
11817
11841
  DateTime: 0x0040a120,
11818
11842
  Date: 0x0040a121,
11819
11843
  Time: 0x0040a122,
11820
11844
  PersonName: 0x0040a123,
11821
11845
  UID: 0x0040a124,
11822
- ReportStatusIDTrial: 0x0040a125,
11846
+ ReportStatusIDTrial: 0x0040a125, // retired
11823
11847
  TemporalRangeType: 0x0040a130,
11824
11848
  ReferencedSamplePositions: 0x0040a132,
11825
11849
  ReferencedFrameNumbers: 0x0040a136,
@@ -11829,45 +11853,45 @@ exports.Tag = {
11829
11853
  FloatingPointValue: 0x0040a161,
11830
11854
  RationalNumeratorValue: 0x0040a162,
11831
11855
  RationalDenominatorValue: 0x0040a163,
11832
- ObservationCategoryCodeSequenceTrial: 0x0040a167,
11856
+ ObservationCategoryCodeSequenceTrial: 0x0040a167, // retired
11833
11857
  ConceptCodeSequence: 0x0040a168,
11834
- BibliographicCitationTrial: 0x0040a16a,
11858
+ BibliographicCitationTrial: 0x0040a16a, // retired
11835
11859
  PurposeOfReferenceCodeSequence: 0x0040a170,
11836
11860
  ObservationUID: 0x0040a171,
11837
- ReferencedObservationUIDTrial: 0x0040a172,
11838
- ReferencedObservationClassTrial: 0x0040a173,
11839
- ReferencedObjectObservationClassTrial: 0x0040a174,
11861
+ ReferencedObservationUIDTrial: 0x0040a172, // retired
11862
+ ReferencedObservationClassTrial: 0x0040a173, // retired
11863
+ ReferencedObjectObservationClassTrial: 0x0040a174, // retired
11840
11864
  AnnotationGroupNumber: 0x0040a180,
11841
- ObservationDateTrial: 0x0040a192,
11842
- ObservationTimeTrial: 0x0040a193,
11843
- MeasurementAutomationTrial: 0x0040a194,
11865
+ ObservationDateTrial: 0x0040a192, // retired
11866
+ ObservationTimeTrial: 0x0040a193, // retired
11867
+ MeasurementAutomationTrial: 0x0040a194, // retired
11844
11868
  ModifierCodeSequence: 0x0040a195,
11845
- IdentificationDescriptionTrial: 0x0040a224,
11846
- CoordinatesSetGeometricTypeTrial: 0x0040a290,
11847
- AlgorithmCodeSequenceTrial: 0x0040a296,
11848
- AlgorithmDescriptionTrial: 0x0040a297,
11849
- PixelCoordinatesSetTrial: 0x0040a29a,
11869
+ IdentificationDescriptionTrial: 0x0040a224, // retired
11870
+ CoordinatesSetGeometricTypeTrial: 0x0040a290, // retired
11871
+ AlgorithmCodeSequenceTrial: 0x0040a296, // retired
11872
+ AlgorithmDescriptionTrial: 0x0040a297, // retired
11873
+ PixelCoordinatesSetTrial: 0x0040a29a, // retired
11850
11874
  MeasuredValueSequence: 0x0040a300,
11851
11875
  NumericValueQualifierCodeSequence: 0x0040a301,
11852
- CurrentObserverTrial: 0x0040a307,
11876
+ CurrentObserverTrial: 0x0040a307, // retired
11853
11877
  NumericValue: 0x0040a30a,
11854
- ReferencedAccessionSequenceTrial: 0x0040a313,
11855
- ReportStatusCommentTrial: 0x0040a33a,
11856
- ProcedureContextSequenceTrial: 0x0040a340,
11857
- VerbalSourceTrial: 0x0040a352,
11858
- AddressTrial: 0x0040a353,
11859
- TelephoneNumberTrial: 0x0040a354,
11860
- VerbalSourceIdentifierCodeSequenceTrial: 0x0040a358,
11878
+ ReferencedAccessionSequenceTrial: 0x0040a313, // retired
11879
+ ReportStatusCommentTrial: 0x0040a33a, // retired
11880
+ ProcedureContextSequenceTrial: 0x0040a340, // retired
11881
+ VerbalSourceTrial: 0x0040a352, // retired
11882
+ AddressTrial: 0x0040a353, // retired
11883
+ TelephoneNumberTrial: 0x0040a354, // retired
11884
+ VerbalSourceIdentifierCodeSequenceTrial: 0x0040a358, // retired
11861
11885
  PredecessorDocumentsSequence: 0x0040a360,
11862
11886
  ReferencedRequestSequence: 0x0040a370,
11863
11887
  PerformedProcedureCodeSequence: 0x0040a372,
11864
11888
  CurrentRequestedProcedureEvidenceSequence: 0x0040a375,
11865
- ReportDetailSequenceTrial: 0x0040a380,
11889
+ ReportDetailSequenceTrial: 0x0040a380, // retired
11866
11890
  PertinentOtherEvidenceSequence: 0x0040a385,
11867
11891
  HL7StructuredDocumentReferenceSequence: 0x0040a390,
11868
- ObservationSubjectUIDTrial: 0x0040a402,
11869
- ObservationSubjectClassTrial: 0x0040a403,
11870
- ObservationSubjectTypeCodeSequenceTrial: 0x0040a404,
11892
+ ObservationSubjectUIDTrial: 0x0040a402, // retired
11893
+ ObservationSubjectClassTrial: 0x0040a403, // retired
11894
+ ObservationSubjectTypeCodeSequenceTrial: 0x0040a404, // retired
11871
11895
  CompletionFlag: 0x0040a491,
11872
11896
  CompletionFlagDescription: 0x0040a492,
11873
11897
  VerificationFlag: 0x0040a493,
@@ -11875,21 +11899,21 @@ exports.Tag = {
11875
11899
  PreliminaryFlag: 0x0040a496,
11876
11900
  ContentTemplateSequence: 0x0040a504,
11877
11901
  IdenticalDocumentsSequence: 0x0040a525,
11878
- ObservationSubjectContextFlagTrial: 0x0040a600,
11879
- ObserverContextFlagTrial: 0x0040a601,
11880
- ProcedureContextFlagTrial: 0x0040a603,
11902
+ ObservationSubjectContextFlagTrial: 0x0040a600, // retired
11903
+ ObserverContextFlagTrial: 0x0040a601, // retired
11904
+ ProcedureContextFlagTrial: 0x0040a603, // retired
11881
11905
  ContentSequence: 0x0040a730,
11882
- RelationshipSequenceTrial: 0x0040a731,
11883
- RelationshipTypeCodeSequenceTrial: 0x0040a732,
11884
- LanguageCodeSequenceTrial: 0x0040a744,
11885
- UniformResourceLocatorTrial: 0x0040a992,
11906
+ RelationshipSequenceTrial: 0x0040a731, // retired
11907
+ RelationshipTypeCodeSequenceTrial: 0x0040a732, // retired
11908
+ LanguageCodeSequenceTrial: 0x0040a744, // retired
11909
+ UniformResourceLocatorTrial: 0x0040a992, // retired
11886
11910
  WaveformAnnotationSequence: 0x0040b020,
11887
11911
  TemplateIdentifier: 0x0040db00,
11888
- TemplateVersion: 0x0040db06,
11889
- TemplateLocalVersion: 0x0040db07,
11890
- TemplateExtensionFlag: 0x0040db0b,
11891
- TemplateExtensionOrganizationUID: 0x0040db0c,
11892
- TemplateExtensionCreatorUID: 0x0040db0d,
11912
+ TemplateVersion: 0x0040db06, // retired
11913
+ TemplateLocalVersion: 0x0040db07, // retired
11914
+ TemplateExtensionFlag: 0x0040db0b, // retired
11915
+ TemplateExtensionOrganizationUID: 0x0040db0c, // retired
11916
+ TemplateExtensionCreatorUID: 0x0040db0d, // retired
11893
11917
  ReferencedContentItemIdentifier: 0x0040db73,
11894
11918
  HL7InstanceIdentifier: 0x0040e001,
11895
11919
  HL7DocumentEffectiveTime: 0x0040e004,
@@ -12166,8 +12190,8 @@ exports.Tag = {
12166
12190
  ScatterFractionFactor: 0x00541323,
12167
12191
  DeadTimeFactor: 0x00541324,
12168
12192
  ImageIndex: 0x00541330,
12169
- CountsIncluded: 0x00541400,
12170
- DeadTimeCorrectionFlag: 0x00541401,
12193
+ CountsIncluded: 0x00541400, // retired
12194
+ DeadTimeCorrectionFlag: 0x00541401, // retired
12171
12195
  HistogramSequence: 0x00603000,
12172
12196
  HistogramNumberOfBins: 0x00603002,
12173
12197
  HistogramFirstBinValue: 0x00603004,
@@ -12229,13 +12253,13 @@ exports.Tag = {
12229
12253
  VectorDimensionality: 0x0066001f,
12230
12254
  VectorAccuracy: 0x00660020,
12231
12255
  VectorCoordinateData: 0x00660021,
12232
- TrianglePointIndexList: 0x00660023,
12233
- EdgePointIndexList: 0x00660024,
12234
- VertexPointIndexList: 0x00660025,
12256
+ TrianglePointIndexList: 0x00660023, // retired
12257
+ EdgePointIndexList: 0x00660024, // retired
12258
+ VertexPointIndexList: 0x00660025, // retired
12235
12259
  TriangleStripSequence: 0x00660026,
12236
12260
  TriangleFanSequence: 0x00660027,
12237
12261
  LineSequence: 0x00660028,
12238
- PrimitivePointIndexList: 0x00660029,
12262
+ PrimitivePointIndexList: 0x00660029, // retired
12239
12263
  SurfaceCount: 0x0066002a,
12240
12264
  ReferencedSurfaceSequence: 0x0066002b,
12241
12265
  ReferencedSurfaceNumber: 0x0066002c,
@@ -12358,18 +12382,18 @@ exports.Tag = {
12358
12382
  GraphicData: 0x00700022,
12359
12383
  GraphicType: 0x00700023,
12360
12384
  GraphicFilled: 0x00700024,
12361
- ImageRotationRetired: 0x00700040,
12385
+ ImageRotationRetired: 0x00700040, // retired
12362
12386
  ImageHorizontalFlip: 0x00700041,
12363
12387
  ImageRotation: 0x00700042,
12364
- DisplayedAreaTopLeftHandCornerTrial: 0x00700050,
12365
- DisplayedAreaBottomRightHandCornerTrial: 0x00700051,
12388
+ DisplayedAreaTopLeftHandCornerTrial: 0x00700050, // retired
12389
+ DisplayedAreaBottomRightHandCornerTrial: 0x00700051, // retired
12366
12390
  DisplayedAreaTopLeftHandCorner: 0x00700052,
12367
12391
  DisplayedAreaBottomRightHandCorner: 0x00700053,
12368
12392
  DisplayedAreaSelectionSequence: 0x0070005a,
12369
12393
  GraphicLayerSequence: 0x00700060,
12370
12394
  GraphicLayerOrder: 0x00700062,
12371
12395
  GraphicLayerRecommendedDisplayGrayscaleValue: 0x00700066,
12372
- GraphicLayerRecommendedDisplayRGBValue: 0x00700067,
12396
+ GraphicLayerRecommendedDisplayRGBValue: 0x00700067, // retired
12373
12397
  GraphicLayerDescription: 0x00700068,
12374
12398
  ContentLabel: 0x00700080,
12375
12399
  ContentDescription: 0x00700081,
@@ -12458,7 +12482,7 @@ exports.Tag = {
12458
12482
  InputSequencePositionIndex: 0x00701203,
12459
12483
  Crop: 0x00701204,
12460
12484
  CroppingSpecificationIndex: 0x00701205,
12461
- CompositingMethod: 0x00701206,
12485
+ CompositingMethod: 0x00701206, // retired
12462
12486
  VolumetricPresentationInputNumber: 0x00701207,
12463
12487
  ImageVolumeGeometry: 0x00701208,
12464
12488
  VolumetricPresentationInputSetUID: 0x00701209,
@@ -12661,7 +12685,7 @@ exports.Tag = {
12661
12685
  ProcedureStepDiscontinuationReasonCodeSequence: 0x0074100e,
12662
12686
  BeamTaskSequence: 0x00741020,
12663
12687
  BeamTaskType: 0x00741022,
12664
- BeamOrderIndexTrial: 0x00741024,
12688
+ BeamOrderIndexTrial: 0x00741024, // retired
12665
12689
  AutosequenceFlag: 0x00741025,
12666
12690
  TableTopVerticalAdjustedPosition: 0x00741026,
12667
12691
  TableTopLongitudinalAdjustedPosition: 0x00741027,
@@ -12674,8 +12698,8 @@ exports.Tag = {
12674
12698
  VerificationImageTiming: 0x00741032,
12675
12699
  DoubleExposureFlag: 0x00741034,
12676
12700
  DoubleExposureOrdering: 0x00741036,
12677
- DoubleExposureMetersetTrial: 0x00741038,
12678
- DoubleExposureFieldDeltaTrial: 0x0074103a,
12701
+ DoubleExposureMetersetTrial: 0x00741038, // retired
12702
+ DoubleExposureFieldDeltaTrial: 0x0074103a, // retired
12679
12703
  RelatedReferenceRTImageSequence: 0x00741040,
12680
12704
  GeneralMachineVerificationSequence: 0x00741042,
12681
12705
  ConventionalMachineVerificationSequence: 0x00741044,
@@ -12695,8 +12719,8 @@ exports.Tag = {
12695
12719
  ScheduledProcessingParametersSequence: 0x00741210,
12696
12720
  PerformedProcessingParametersSequence: 0x00741212,
12697
12721
  UnifiedProcedureStepPerformedProcedureSequence: 0x00741216,
12698
- RelatedProcedureStepSequence: 0x00741220,
12699
- ProcedureStepRelationshipType: 0x00741222,
12722
+ RelatedProcedureStepSequence: 0x00741220, // retired
12723
+ ProcedureStepRelationshipType: 0x00741222, // retired
12700
12724
  ReplacedProcedureStepSequence: 0x00741224,
12701
12725
  DeletionLock: 0x00741230,
12702
12726
  ReceivingAE: 0x00741234,
@@ -12803,10 +12827,10 @@ exports.Tag = {
12803
12827
  StorageMediaFileSetID: 0x00880130,
12804
12828
  StorageMediaFileSetUID: 0x00880140,
12805
12829
  IconImageSequence: 0x00880200,
12806
- TopicTitle: 0x00880904,
12807
- TopicSubject: 0x00880906,
12808
- TopicAuthor: 0x00880910,
12809
- TopicKeywords: 0x00880912,
12830
+ TopicTitle: 0x00880904, // retired
12831
+ TopicSubject: 0x00880906, // retired
12832
+ TopicAuthor: 0x00880910, // retired
12833
+ TopicKeywords: 0x00880912, // retired
12810
12834
  SOPInstanceStatus: 0x01000410,
12811
12835
  SOPAuthorizationDateTime: 0x01000420,
12812
12836
  SOPAuthorizationComment: 0x01000424,
@@ -12835,13 +12859,13 @@ exports.Tag = {
12835
12859
  ModifyingSystem: 0x04000563,
12836
12860
  SourceOfPreviousValues: 0x04000564,
12837
12861
  ReasonForTheAttributeModification: 0x04000565,
12838
- EscapeTriplet: 0x10000000,
12839
- RunLengthTriplet: 0x10000001,
12840
- HuffmanTableSize: 0x10000002,
12841
- HuffmanTableTriplet: 0x10000003,
12842
- ShiftTableSize: 0x10000004,
12843
- ShiftTableTriplet: 0x10000005,
12844
- ZonalMap: 0x10100000,
12862
+ EscapeTriplet: 0x10000000, // retired
12863
+ RunLengthTriplet: 0x10000001, // retired
12864
+ HuffmanTableSize: 0x10000002, // retired
12865
+ HuffmanTableTriplet: 0x10000003, // retired
12866
+ ShiftTableSize: 0x10000004, // retired
12867
+ ShiftTableTriplet: 0x10000005, // retired
12868
+ ZonalMap: 0x10100000, // retired
12845
12869
  NumberOfCopies: 0x20000010,
12846
12870
  PrinterConfigurationSequence: 0x2000001e,
12847
12871
  PrintPriority: 0x20000020,
@@ -12850,19 +12874,19 @@ exports.Tag = {
12850
12874
  FilmSessionLabel: 0x20000050,
12851
12875
  MemoryAllocation: 0x20000060,
12852
12876
  MaximumMemoryAllocation: 0x20000061,
12853
- ColorImagePrintingFlag: 0x20000062,
12854
- CollationFlag: 0x20000063,
12855
- AnnotationFlag: 0x20000065,
12856
- ImageOverlayFlag: 0x20000067,
12857
- PresentationLUTFlag: 0x20000069,
12858
- ImageBoxPresentationLUTFlag: 0x2000006a,
12877
+ ColorImagePrintingFlag: 0x20000062, // retired
12878
+ CollationFlag: 0x20000063, // retired
12879
+ AnnotationFlag: 0x20000065, // retired
12880
+ ImageOverlayFlag: 0x20000067, // retired
12881
+ PresentationLUTFlag: 0x20000069, // retired
12882
+ ImageBoxPresentationLUTFlag: 0x2000006a, // retired
12859
12883
  MemoryBitDepth: 0x200000a0,
12860
12884
  PrintingBitDepth: 0x200000a1,
12861
12885
  MediaInstalledSequence: 0x200000a2,
12862
12886
  OtherMediaAvailableSequence: 0x200000a4,
12863
12887
  SupportedImageDisplayFormatsSequence: 0x200000a8,
12864
12888
  ReferencedFilmBoxSequence: 0x20000500,
12865
- ReferencedStoredPrintSequence: 0x20000510,
12889
+ ReferencedStoredPrintSequence: 0x20000510, // retired
12866
12890
  ImageDisplayFormat: 0x20100010,
12867
12891
  AnnotationDisplayFormatID: 0x20100030,
12868
12892
  FilmOrientation: 0x20100040,
@@ -12898,26 +12922,26 @@ exports.Tag = {
12898
12922
  DecimateCropResult: 0x202000a2,
12899
12923
  BasicGrayscaleImageSequence: 0x20200110,
12900
12924
  BasicColorImageSequence: 0x20200111,
12901
- ReferencedImageOverlayBoxSequence: 0x20200130,
12902
- ReferencedVOILUTBoxSequence: 0x20200140,
12925
+ ReferencedImageOverlayBoxSequence: 0x20200130, // retired
12926
+ ReferencedVOILUTBoxSequence: 0x20200140, // retired
12903
12927
  AnnotationPosition: 0x20300010,
12904
12928
  TextString: 0x20300020,
12905
- ReferencedOverlayPlaneSequence: 0x20400010,
12906
- ReferencedOverlayPlaneGroups: 0x20400011,
12907
- OverlayPixelDataSequence: 0x20400020,
12908
- OverlayMagnificationType: 0x20400060,
12909
- OverlaySmoothingType: 0x20400070,
12910
- OverlayOrImageMagnification: 0x20400072,
12911
- MagnifyToNumberOfColumns: 0x20400074,
12912
- OverlayForegroundDensity: 0x20400080,
12913
- OverlayBackgroundDensity: 0x20400082,
12914
- OverlayMode: 0x20400090,
12915
- ThresholdDensity: 0x20400100,
12916
- ReferencedImageBoxSequenceRetired: 0x20400500,
12929
+ ReferencedOverlayPlaneSequence: 0x20400010, // retired
12930
+ ReferencedOverlayPlaneGroups: 0x20400011, // retired
12931
+ OverlayPixelDataSequence: 0x20400020, // retired
12932
+ OverlayMagnificationType: 0x20400060, // retired
12933
+ OverlaySmoothingType: 0x20400070, // retired
12934
+ OverlayOrImageMagnification: 0x20400072, // retired
12935
+ MagnifyToNumberOfColumns: 0x20400074, // retired
12936
+ OverlayForegroundDensity: 0x20400080, // retired
12937
+ OverlayBackgroundDensity: 0x20400082, // retired
12938
+ OverlayMode: 0x20400090, // retired
12939
+ ThresholdDensity: 0x20400100, // retired
12940
+ ReferencedImageBoxSequenceRetired: 0x20400500, // retired
12917
12941
  PresentationLUTSequence: 0x20500010,
12918
12942
  PresentationLUTShape: 0x20500020,
12919
12943
  ReferencedPresentationLUTSequence: 0x20500500,
12920
- PrintJobID: 0x21000010,
12944
+ PrintJobID: 0x21000010, // retired
12921
12945
  ExecutionStatus: 0x21000020,
12922
12946
  ExecutionStatusInfo: 0x21000030,
12923
12947
  CreationDate: 0x21000040,
@@ -12926,23 +12950,23 @@ exports.Tag = {
12926
12950
  DestinationAE: 0x21000140,
12927
12951
  OwnerID: 0x21000160,
12928
12952
  NumberOfFilms: 0x21000170,
12929
- ReferencedPrintJobSequencePullStoredPrint: 0x21000500,
12953
+ ReferencedPrintJobSequencePullStoredPrint: 0x21000500, // retired
12930
12954
  PrinterStatus: 0x21100010,
12931
12955
  PrinterStatusInfo: 0x21100020,
12932
12956
  PrinterName: 0x21100030,
12933
- PrintQueueID: 0x21100099,
12934
- QueueStatus: 0x21200010,
12935
- PrintJobDescriptionSequence: 0x21200050,
12936
- ReferencedPrintJobSequence: 0x21200070,
12937
- PrintManagementCapabilitiesSequence: 0x21300010,
12938
- PrinterCharacteristicsSequence: 0x21300015,
12939
- FilmBoxContentSequence: 0x21300030,
12940
- ImageBoxContentSequence: 0x21300040,
12941
- AnnotationContentSequence: 0x21300050,
12942
- ImageOverlayBoxContentSequence: 0x21300060,
12943
- PresentationLUTContentSequence: 0x21300080,
12944
- ProposedStudySequence: 0x213000a0,
12945
- OriginalImageSequence: 0x213000c0,
12957
+ PrintQueueID: 0x21100099, // retired
12958
+ QueueStatus: 0x21200010, // retired
12959
+ PrintJobDescriptionSequence: 0x21200050, // retired
12960
+ ReferencedPrintJobSequence: 0x21200070, // retired
12961
+ PrintManagementCapabilitiesSequence: 0x21300010, // retired
12962
+ PrinterCharacteristicsSequence: 0x21300015, // retired
12963
+ FilmBoxContentSequence: 0x21300030, // retired
12964
+ ImageBoxContentSequence: 0x21300040, // retired
12965
+ AnnotationContentSequence: 0x21300050, // retired
12966
+ ImageOverlayBoxContentSequence: 0x21300060, // retired
12967
+ PresentationLUTContentSequence: 0x21300080, // retired
12968
+ ProposedStudySequence: 0x213000a0, // retired
12969
+ OriginalImageSequence: 0x213000c0, // retired
12946
12970
  LabelUsingInformationExtractedFromInstances: 0x22000001,
12947
12971
  LabelText: 0x22000002,
12948
12972
  LabelStyleSelection: 0x22000003,
@@ -13053,10 +13077,10 @@ exports.Tag = {
13053
13077
  ROIElementalCompositionSequence: 0x300600b6,
13054
13078
  ROIElementalCompositionAtomicNumber: 0x300600b7,
13055
13079
  ROIElementalCompositionAtomicMassFraction: 0x300600b8,
13056
- AdditionalRTROIIdentificationCodeSequence: 0x300600b9,
13057
- FrameOfReferenceRelationshipSequence: 0x300600c0,
13058
- RelatedFrameOfReferenceUID: 0x300600c2,
13059
- FrameOfReferenceTransformationType: 0x300600c4,
13080
+ AdditionalRTROIIdentificationCodeSequence: 0x300600b9, // retired
13081
+ FrameOfReferenceRelationshipSequence: 0x300600c0, // retired
13082
+ RelatedFrameOfReferenceUID: 0x300600c2, // retired
13083
+ FrameOfReferenceTransformationType: 0x300600c4, // retired
13060
13084
  FrameOfReferenceTransformationMatrix: 0x300600c6,
13061
13085
  FrameOfReferenceTransformationComment: 0x300600c8,
13062
13086
  MeasuredDoseReferenceSequence: 0x30080010,
@@ -13217,9 +13241,9 @@ exports.Tag = {
13217
13241
  BeamDosePointSSD: 0x300a008a,
13218
13242
  BeamDoseMeaning: 0x300a008b,
13219
13243
  BeamDoseVerificationControlPointSequence: 0x300a008c,
13220
- AverageBeamDosePointDepth: 0x300a008d,
13221
- AverageBeamDosePointEquivalentDepth: 0x300a008e,
13222
- AverageBeamDosePointSSD: 0x300a008f,
13244
+ AverageBeamDosePointDepth: 0x300a008d, // retired
13245
+ AverageBeamDosePointEquivalentDepth: 0x300a008e, // retired
13246
+ AverageBeamDosePointSSD: 0x300a008f, // retired
13223
13247
  BeamDoseType: 0x300a0090,
13224
13248
  AlternateBeamDose: 0x300a0091,
13225
13249
  AlternateBeamDoseType: 0x300a0092,
@@ -13591,36 +13615,36 @@ exports.Tag = {
13591
13615
  ReviewDate: 0x300e0004,
13592
13616
  ReviewTime: 0x300e0005,
13593
13617
  ReviewerName: 0x300e0008,
13594
- Arbitrary: 0x40000010,
13595
- TextComments: 0x40004000,
13596
- ResultsID: 0x40080040,
13597
- ResultsIDIssuer: 0x40080042,
13598
- ReferencedInterpretationSequence: 0x40080050,
13599
- ReportProductionStatusTrial: 0x400800ff,
13600
- InterpretationRecordedDate: 0x40080100,
13601
- InterpretationRecordedTime: 0x40080101,
13602
- InterpretationRecorder: 0x40080102,
13603
- ReferenceToRecordedSound: 0x40080103,
13604
- InterpretationTranscriptionDate: 0x40080108,
13605
- InterpretationTranscriptionTime: 0x40080109,
13606
- InterpretationTranscriber: 0x4008010a,
13607
- InterpretationText: 0x4008010b,
13608
- InterpretationAuthor: 0x4008010c,
13609
- InterpretationApproverSequence: 0x40080111,
13610
- InterpretationApprovalDate: 0x40080112,
13611
- InterpretationApprovalTime: 0x40080113,
13612
- PhysicianApprovingInterpretation: 0x40080114,
13613
- InterpretationDiagnosisDescription: 0x40080115,
13614
- InterpretationDiagnosisCodeSequence: 0x40080117,
13615
- ResultsDistributionListSequence: 0x40080118,
13616
- DistributionName: 0x40080119,
13617
- DistributionAddress: 0x4008011a,
13618
- InterpretationID: 0x40080200,
13619
- InterpretationIDIssuer: 0x40080202,
13620
- InterpretationTypeID: 0x40080210,
13621
- InterpretationStatusID: 0x40080212,
13622
- Impressions: 0x40080300,
13623
- ResultsComments: 0x40084000,
13618
+ Arbitrary: 0x40000010, // retired
13619
+ TextComments: 0x40004000, // retired
13620
+ ResultsID: 0x40080040, // retired
13621
+ ResultsIDIssuer: 0x40080042, // retired
13622
+ ReferencedInterpretationSequence: 0x40080050, // retired
13623
+ ReportProductionStatusTrial: 0x400800ff, // retired
13624
+ InterpretationRecordedDate: 0x40080100, // retired
13625
+ InterpretationRecordedTime: 0x40080101, // retired
13626
+ InterpretationRecorder: 0x40080102, // retired
13627
+ ReferenceToRecordedSound: 0x40080103, // retired
13628
+ InterpretationTranscriptionDate: 0x40080108, // retired
13629
+ InterpretationTranscriptionTime: 0x40080109, // retired
13630
+ InterpretationTranscriber: 0x4008010a, // retired
13631
+ InterpretationText: 0x4008010b, // retired
13632
+ InterpretationAuthor: 0x4008010c, // retired
13633
+ InterpretationApproverSequence: 0x40080111, // retired
13634
+ InterpretationApprovalDate: 0x40080112, // retired
13635
+ InterpretationApprovalTime: 0x40080113, // retired
13636
+ PhysicianApprovingInterpretation: 0x40080114, // retired
13637
+ InterpretationDiagnosisDescription: 0x40080115, // retired
13638
+ InterpretationDiagnosisCodeSequence: 0x40080117, // retired
13639
+ ResultsDistributionListSequence: 0x40080118, // retired
13640
+ DistributionName: 0x40080119, // retired
13641
+ DistributionAddress: 0x4008011a, // retired
13642
+ InterpretationID: 0x40080200, // retired
13643
+ InterpretationIDIssuer: 0x40080202, // retired
13644
+ InterpretationTypeID: 0x40080210, // retired
13645
+ InterpretationStatusID: 0x40080212, // retired
13646
+ Impressions: 0x40080300, // retired
13647
+ ResultsComments: 0x40084000, // retired
13624
13648
  LowEnergyDetectors: 0x40100001,
13625
13649
  HighEnergyDetectors: 0x40100002,
13626
13650
  DetectorGeometrySequence: 0x40100004,
@@ -13708,32 +13732,32 @@ exports.Tag = {
13708
13732
  SecondaryInspectionMethodSequence: 0x4010107d,
13709
13733
  PRCSToRCSOrientation: 0x4010107e,
13710
13734
  MACParametersSequence: 0x4ffe0001,
13711
- CurveDimensions: 0x50000005,
13712
- NumberOfPoints: 0x50000010,
13713
- TypeOfData: 0x50000020,
13714
- CurveDescription: 0x50000022,
13715
- AxisUnits: 0x50000030,
13716
- AxisLabels: 0x50000040,
13717
- DataValueRepresentation: 0x50000103,
13718
- MinimumCoordinateValue: 0x50000104,
13719
- MaximumCoordinateValue: 0x50000105,
13720
- CurveRange: 0x50000106,
13721
- CurveDataDescriptor: 0x50000110,
13722
- CoordinateStartValue: 0x50000112,
13723
- CoordinateStepValue: 0x50000114,
13724
- CurveActivationLayer: 0x50001001,
13725
- AudioType: 0x50002000,
13726
- AudioSampleFormat: 0x50002002,
13727
- NumberOfChannels: 0x50002004,
13728
- NumberOfSamples: 0x50002006,
13729
- SampleRate: 0x50002008,
13730
- TotalTime: 0x5000200a,
13731
- AudioSampleData: 0x5000200c,
13732
- AudioComments: 0x5000200e,
13733
- CurveLabel: 0x50002500,
13734
- CurveReferencedOverlaySequence: 0x50002600,
13735
- CurveReferencedOverlayGroup: 0x50002610,
13736
- CurveData: 0x50003000,
13735
+ CurveDimensions: 0x50000005, // retired
13736
+ NumberOfPoints: 0x50000010, // retired
13737
+ TypeOfData: 0x50000020, // retired
13738
+ CurveDescription: 0x50000022, // retired
13739
+ AxisUnits: 0x50000030, // retired
13740
+ AxisLabels: 0x50000040, // retired
13741
+ DataValueRepresentation: 0x50000103, // retired
13742
+ MinimumCoordinateValue: 0x50000104, // retired
13743
+ MaximumCoordinateValue: 0x50000105, // retired
13744
+ CurveRange: 0x50000106, // retired
13745
+ CurveDataDescriptor: 0x50000110, // retired
13746
+ CoordinateStartValue: 0x50000112, // retired
13747
+ CoordinateStepValue: 0x50000114, // retired
13748
+ CurveActivationLayer: 0x50001001, // retired
13749
+ AudioType: 0x50002000, // retired
13750
+ AudioSampleFormat: 0x50002002, // retired
13751
+ NumberOfChannels: 0x50002004, // retired
13752
+ NumberOfSamples: 0x50002006, // retired
13753
+ SampleRate: 0x50002008, // retired
13754
+ TotalTime: 0x5000200a, // retired
13755
+ AudioSampleData: 0x5000200c, // retired
13756
+ AudioComments: 0x5000200e, // retired
13757
+ CurveLabel: 0x50002500, // retired
13758
+ CurveReferencedOverlaySequence: 0x50002600, // retired
13759
+ CurveReferencedOverlayGroup: 0x50002610, // retired
13760
+ CurveData: 0x50003000, // retired
13737
13761
  SharedFunctionalGroupsSequence: 0x52009229,
13738
13762
  PerFrameFunctionalGroupsSequence: 0x52009230,
13739
13763
  WaveformSequence: 0x54000100,
@@ -13747,55 +13771,55 @@ exports.Tag = {
13747
13771
  SpectroscopyData: 0x56000020,
13748
13772
  OverlayRows: 0x60000010,
13749
13773
  OverlayColumns: 0x60000011,
13750
- OverlayPlanes: 0x60000012,
13774
+ OverlayPlanes: 0x60000012, // retired
13751
13775
  NumberOfFramesInOverlay: 0x60000015,
13752
13776
  OverlayDescription: 0x60000022,
13753
13777
  OverlayType: 0x60000040,
13754
13778
  OverlaySubtype: 0x60000045,
13755
13779
  OverlayOrigin: 0x60000050,
13756
13780
  ImageFrameOrigin: 0x60000051,
13757
- OverlayPlaneOrigin: 0x60000052,
13758
- OverlayCompressionCode: 0x60000060,
13759
- OverlayCompressionOriginator: 0x60000061,
13760
- OverlayCompressionLabel: 0x60000062,
13761
- OverlayCompressionDescription: 0x60000063,
13762
- OverlayCompressionStepPointers: 0x60000066,
13763
- OverlayRepeatInterval: 0x60000068,
13764
- OverlayBitsGrouped: 0x60000069,
13781
+ OverlayPlaneOrigin: 0x60000052, // retired
13782
+ OverlayCompressionCode: 0x60000060, // retired
13783
+ OverlayCompressionOriginator: 0x60000061, // retired
13784
+ OverlayCompressionLabel: 0x60000062, // retired
13785
+ OverlayCompressionDescription: 0x60000063, // retired
13786
+ OverlayCompressionStepPointers: 0x60000066, // retired
13787
+ OverlayRepeatInterval: 0x60000068, // retired
13788
+ OverlayBitsGrouped: 0x60000069, // retired
13765
13789
  OverlayBitsAllocated: 0x60000100,
13766
13790
  OverlayBitPosition: 0x60000102,
13767
- OverlayFormat: 0x60000110,
13768
- OverlayLocation: 0x60000200,
13769
- OverlayCodeLabel: 0x60000800,
13770
- OverlayNumberOfTables: 0x60000802,
13771
- OverlayCodeTableLocation: 0x60000803,
13772
- OverlayBitsForCodeWord: 0x60000804,
13791
+ OverlayFormat: 0x60000110, // retired
13792
+ OverlayLocation: 0x60000200, // retired
13793
+ OverlayCodeLabel: 0x60000800, // retired
13794
+ OverlayNumberOfTables: 0x60000802, // retired
13795
+ OverlayCodeTableLocation: 0x60000803, // retired
13796
+ OverlayBitsForCodeWord: 0x60000804, // retired
13773
13797
  OverlayActivationLayer: 0x60001001,
13774
- OverlayDescriptorGray: 0x60001100,
13775
- OverlayDescriptorRed: 0x60001101,
13776
- OverlayDescriptorGreen: 0x60001102,
13777
- OverlayDescriptorBlue: 0x60001103,
13778
- OverlaysGray: 0x60001200,
13779
- OverlaysRed: 0x60001201,
13780
- OverlaysGreen: 0x60001202,
13781
- OverlaysBlue: 0x60001203,
13798
+ OverlayDescriptorGray: 0x60001100, // retired
13799
+ OverlayDescriptorRed: 0x60001101, // retired
13800
+ OverlayDescriptorGreen: 0x60001102, // retired
13801
+ OverlayDescriptorBlue: 0x60001103, // retired
13802
+ OverlaysGray: 0x60001200, // retired
13803
+ OverlaysRed: 0x60001201, // retired
13804
+ OverlaysGreen: 0x60001202, // retired
13805
+ OverlaysBlue: 0x60001203, // retired
13782
13806
  ROIArea: 0x60001301,
13783
13807
  ROIMean: 0x60001302,
13784
13808
  ROIStandardDeviation: 0x60001303,
13785
13809
  OverlayLabel: 0x60001500,
13786
13810
  OverlayData: 0x60003000,
13787
- OverlayComments: 0x60004000,
13811
+ OverlayComments: 0x60004000, // retired
13788
13812
  FloatPixelData: 0x7fe00008,
13789
13813
  DoubleFloatPixelData: 0x7fe00009,
13790
13814
  PixelData: 0x7fe00010,
13791
- CoefficientsSDVN: 0x7fe00020,
13792
- CoefficientsSDHN: 0x7fe00030,
13793
- CoefficientsSDDN: 0x7fe00040,
13794
- VariablePixelData: 0x7f000010,
13795
- VariableNextDataGroup: 0x7f000011,
13796
- VariableCoefficientsSDVN: 0x7f000020,
13797
- VariableCoefficientsSDHN: 0x7f000030,
13798
- VariableCoefficientsSDDN: 0x7f000040,
13815
+ CoefficientsSDVN: 0x7fe00020, // retired
13816
+ CoefficientsSDHN: 0x7fe00030, // retired
13817
+ CoefficientsSDDN: 0x7fe00040, // retired
13818
+ VariablePixelData: 0x7f000010, // retired
13819
+ VariableNextDataGroup: 0x7f000011, // retired
13820
+ VariableCoefficientsSDVN: 0x7f000020, // retired
13821
+ VariableCoefficientsSDHN: 0x7f000030, // retired
13822
+ VariableCoefficientsSDDN: 0x7f000040, // retired
13799
13823
  DigitalSignaturesSequence: 0xfffafffa,
13800
13824
  DataSetTrailingPadding: 0xfffcfffc,
13801
13825
  Item: 0xfffee000,
@@ -13824,6 +13848,7 @@ class UIDToName {
13824
13848
  return UIDToName.dict[uid];
13825
13849
  }
13826
13850
  }
13851
+ exports.UIDToName = UIDToName;
13827
13852
  UIDToName.dict = {
13828
13853
  '1.2.840.10008.1.1': 'Verification SOP Class',
13829
13854
  '1.2.840.10008.1.2': 'Implicit VR Little Endian',
@@ -14235,7 +14260,6 @@ UIDToName.dict = {
14235
14260
  '1.2.840.10008.15.0.4.8': 'dicom​Transfer​Capability',
14236
14261
  '1.2.840.10008.15.1.1': 'Universal Coordinated Time',
14237
14262
  };
14238
- exports.UIDToName = UIDToName;
14239
14263
 
14240
14264
 
14241
14265
  /***/ }),
@@ -14254,24 +14278,24 @@ exports.UID = {
14254
14278
  ImplicitVRLittleEndian: '1.2.840.10008.1.2',
14255
14279
  ExplicitVRLittleEndian: '1.2.840.10008.1.2.1',
14256
14280
  DeflatedExplicitVRLittleEndian: '1.2.840.10008.1.2.1.99',
14257
- ExplicitVRBigEndianRetired: '1.2.840.10008.1.2.2',
14281
+ ExplicitVRBigEndianRetired: '1.2.840.10008.1.2.2', // retired
14258
14282
  JPEGBaselineProcess1: '1.2.840.10008.1.2.4.50',
14259
14283
  JPEGExtendedProcess24: '1.2.840.10008.1.2.4.51',
14260
- JPEGExtendedProcess35Retired: '1.2.840.10008.1.2.4.52',
14261
- JPEGSpectralSelectionNonHierarchicalProcess68Retired: '1.2.840.10008.1.2.4.53',
14262
- JPEGSpectralSelectionNonHierarchicalProcess79Retired: '1.2.840.10008.1.2.4.54',
14263
- JPEGFullProgressionNonHierarchicalProcess1012Retired: '1.2.840.10008.1.2.4.55',
14264
- JPEGFullProgressionNonHierarchicalProcess1113Retired: '1.2.840.10008.1.2.4.56',
14284
+ JPEGExtendedProcess35Retired: '1.2.840.10008.1.2.4.52', // retired
14285
+ JPEGSpectralSelectionNonHierarchicalProcess68Retired: '1.2.840.10008.1.2.4.53', // retired
14286
+ JPEGSpectralSelectionNonHierarchicalProcess79Retired: '1.2.840.10008.1.2.4.54', // retired
14287
+ JPEGFullProgressionNonHierarchicalProcess1012Retired: '1.2.840.10008.1.2.4.55', // retired
14288
+ JPEGFullProgressionNonHierarchicalProcess1113Retired: '1.2.840.10008.1.2.4.56', // retired
14265
14289
  JPEGLosslessNonHierarchicalProcess14: '1.2.840.10008.1.2.4.57',
14266
- JPEGLosslessNonHierarchicalProcess15Retired: '1.2.840.10008.1.2.4.58',
14267
- JPEGExtendedHierarchicalProcess1618Retired: '1.2.840.10008.1.2.4.59',
14268
- JPEGExtendedHierarchicalProcess1719Retired: '1.2.840.10008.1.2.4.60',
14269
- JPEGSpectralSelectionHierarchicalProcess2022Retired: '1.2.840.10008.1.2.4.61',
14270
- JPEGSpectralSelectionHierarchicalProcess2123Retired: '1.2.840.10008.1.2.4.62',
14271
- JPEGFullProgressionHierarchicalProcess2426Retired: '1.2.840.10008.1.2.4.63',
14272
- JPEGFullProgressionHierarchicalProcess2527Retired: '1.2.840.10008.1.2.4.64',
14273
- JPEGLosslessHierarchicalProcess28Retired: '1.2.840.10008.1.2.4.65',
14274
- JPEGLosslessHierarchicalProcess29Retired: '1.2.840.10008.1.2.4.66',
14290
+ JPEGLosslessNonHierarchicalProcess15Retired: '1.2.840.10008.1.2.4.58', // retired
14291
+ JPEGExtendedHierarchicalProcess1618Retired: '1.2.840.10008.1.2.4.59', // retired
14292
+ JPEGExtendedHierarchicalProcess1719Retired: '1.2.840.10008.1.2.4.60', // retired
14293
+ JPEGSpectralSelectionHierarchicalProcess2022Retired: '1.2.840.10008.1.2.4.61', // retired
14294
+ JPEGSpectralSelectionHierarchicalProcess2123Retired: '1.2.840.10008.1.2.4.62', // retired
14295
+ JPEGFullProgressionHierarchicalProcess2426Retired: '1.2.840.10008.1.2.4.63', // retired
14296
+ JPEGFullProgressionHierarchicalProcess2527Retired: '1.2.840.10008.1.2.4.64', // retired
14297
+ JPEGLosslessHierarchicalProcess28Retired: '1.2.840.10008.1.2.4.65', // retired
14298
+ JPEGLosslessHierarchicalProcess29Retired: '1.2.840.10008.1.2.4.66', // retired
14275
14299
  JPEGLosslessNonHierarchicalFirstOrderPredictionProcess14SelectionValue1: '1.2.840.10008.1.2.4.70',
14276
14300
  JPEGLSLosslessImageCompression: '1.2.840.10008.1.2.4.80',
14277
14301
  JPEGLSLossyNearLosslessImageCompression: '1.2.840.10008.1.2.4.81',
@@ -14322,12 +14346,12 @@ exports.UID = {
14322
14346
  SummerColorPaletteSOPInstance: '1.2.840.10008.1.5.6',
14323
14347
  FallColorPaletteSOPInstance: '1.2.840.10008.1.5.7',
14324
14348
  WinterColorPaletteSOPInstance: '1.2.840.10008.1.5.8',
14325
- BasicStudyContentNotificationSOPClassRetired: '1.2.840.10008.1.9',
14326
- Papyrus3ImplicitVRLittleEndianRetired: '1.2.840.10008.1.20',
14349
+ BasicStudyContentNotificationSOPClassRetired: '1.2.840.10008.1.9', // retired
14350
+ Papyrus3ImplicitVRLittleEndianRetired: '1.2.840.10008.1.20', // retired
14327
14351
  StorageCommitmentPushModelSOPClass: '1.2.840.10008.1.20.1',
14328
14352
  StorageCommitmentPushModelSOPInstance: '1.2.840.10008.1.20.1.1',
14329
- StorageCommitmentPullModelSOPClassRetired: '1.2.840.10008.1.20.2',
14330
- StorageCommitmentPullModelSOPInstanceRetired: '1.2.840.10008.1.20.2.1',
14353
+ StorageCommitmentPullModelSOPClassRetired: '1.2.840.10008.1.20.2', // retired
14354
+ StorageCommitmentPullModelSOPInstanceRetired: '1.2.840.10008.1.20.2.1', // retired
14331
14355
  ProceduralEventLoggingSOPClass: '1.2.840.10008.1.40',
14332
14356
  ProceduralEventLoggingSOPInstance: '1.2.840.10008.1.40.1',
14333
14357
  SubstanceAdministrationLoggingSOPClass: '1.2.840.10008.1.42',
@@ -14340,26 +14364,26 @@ exports.UID = {
14340
14364
  MouseGenomeInitiativeMGI: '1.2.840.10008.2.16.8',
14341
14365
  PubChemCompoundCID: '1.2.840.10008.2.16.9',
14342
14366
  DICOMApplicationContextName: '1.2.840.10008.3.1.1.1',
14343
- DetachedPatientManagementSOPClassRetired: '1.2.840.10008.3.1.2.1.1',
14344
- DetachedPatientManagementMetaSOPClassRetired: '1.2.840.10008.3.1.2.1.4',
14345
- DetachedVisitManagementSOPClassRetired: '1.2.840.10008.3.1.2.2.1',
14346
- DetachedStudyManagementSOPClassRetired: '1.2.840.10008.3.1.2.3.1',
14347
- StudyComponentManagementSOPClassRetired: '1.2.840.10008.3.1.2.3.2',
14367
+ DetachedPatientManagementSOPClassRetired: '1.2.840.10008.3.1.2.1.1', // retired
14368
+ DetachedPatientManagementMetaSOPClassRetired: '1.2.840.10008.3.1.2.1.4', // retired
14369
+ DetachedVisitManagementSOPClassRetired: '1.2.840.10008.3.1.2.2.1', // retired
14370
+ DetachedStudyManagementSOPClassRetired: '1.2.840.10008.3.1.2.3.1', // retired
14371
+ StudyComponentManagementSOPClassRetired: '1.2.840.10008.3.1.2.3.2', // retired
14348
14372
  ModalityPerformedProcedureStepSOPClass: '1.2.840.10008.3.1.2.3.3',
14349
14373
  ModalityPerformedProcedureStepRetrieveSOPClass: '1.2.840.10008.3.1.2.3.4',
14350
14374
  ModalityPerformedProcedureStepNotificationSOPClass: '1.2.840.10008.3.1.2.3.5',
14351
- DetachedResultsManagementSOPClassRetired: '1.2.840.10008.3.1.2.5.1',
14352
- DetachedResultsManagementMetaSOPClassRetired: '1.2.840.10008.3.1.2.5.4',
14353
- DetachedStudyManagementMetaSOPClassRetired: '1.2.840.10008.3.1.2.5.5',
14354
- DetachedInterpretationManagementSOPClassRetired: '1.2.840.10008.3.1.2.6.1',
14375
+ DetachedResultsManagementSOPClassRetired: '1.2.840.10008.3.1.2.5.1', // retired
14376
+ DetachedResultsManagementMetaSOPClassRetired: '1.2.840.10008.3.1.2.5.4', // retired
14377
+ DetachedStudyManagementMetaSOPClassRetired: '1.2.840.10008.3.1.2.5.5', // retired
14378
+ DetachedInterpretationManagementSOPClassRetired: '1.2.840.10008.3.1.2.6.1', // retired
14355
14379
  StorageServiceClass: '1.2.840.10008.4.2',
14356
14380
  BasicFilmSessionSOPClass: '1.2.840.10008.5.1.1.1',
14357
14381
  BasicFilmBoxSOPClass: '1.2.840.10008.5.1.1.2',
14358
14382
  BasicGrayscaleImageBoxSOPClass: '1.2.840.10008.5.1.1.4',
14359
14383
  BasicColorImageBoxSOPClass: '1.2.840.10008.5.1.1.4.1',
14360
- ReferencedImageBoxSOPClassRetired: '1.2.840.10008.5.1.1.4.2',
14384
+ ReferencedImageBoxSOPClassRetired: '1.2.840.10008.5.1.1.4.2', // retired
14361
14385
  BasicGrayscalePrintManagementMetaSOPClass: '1.2.840.10008.5.1.1.9',
14362
- ReferencedGrayscalePrintManagementMetaSOPClassRetired: '1.2.840.10008.5.1.1.9.1',
14386
+ ReferencedGrayscalePrintManagementMetaSOPClassRetired: '1.2.840.10008.5.1.1.9.1', // retired
14363
14387
  PrintJobSOPClass: '1.2.840.10008.5.1.1.14',
14364
14388
  BasicAnnotationBoxSOPClass: '1.2.840.10008.5.1.1.15',
14365
14389
  PrinterSOPClass: '1.2.840.10008.5.1.1.16',
@@ -14367,18 +14391,18 @@ exports.UID = {
14367
14391
  PrinterSOPInstance: '1.2.840.10008.5.1.1.17',
14368
14392
  PrinterConfigurationRetrievalSOPInstance: '1.2.840.10008.5.1.1.17.376',
14369
14393
  BasicColorPrintManagementMetaSOPClass: '1.2.840.10008.5.1.1.18',
14370
- ReferencedColorPrintManagementMetaSOPClassRetired: '1.2.840.10008.5.1.1.18.1',
14394
+ ReferencedColorPrintManagementMetaSOPClassRetired: '1.2.840.10008.5.1.1.18.1', // retired
14371
14395
  VOILUTBoxSOPClass: '1.2.840.10008.5.1.1.22',
14372
14396
  PresentationLUTSOPClass: '1.2.840.10008.5.1.1.23',
14373
- ImageOverlayBoxSOPClassRetired: '1.2.840.10008.5.1.1.24',
14374
- BasicPrintImageOverlayBoxSOPClassRetired: '1.2.840.10008.5.1.1.24.1',
14375
- PrintQueueSOPInstanceRetired: '1.2.840.10008.5.1.1.25',
14376
- PrintQueueManagementSOPClassRetired: '1.2.840.10008.5.1.1.26',
14377
- StoredPrintStorageSOPClassRetired: '1.2.840.10008.5.1.1.27',
14378
- HardcopyGrayscaleImageStorageSOPClassRetired: '1.2.840.10008.5.1.1.29',
14379
- HardcopyColorImageStorageSOPClassRetired: '1.2.840.10008.5.1.1.30',
14380
- PullPrintRequestSOPClassRetired: '1.2.840.10008.5.1.1.31',
14381
- PullStoredPrintManagementMetaSOPClassRetired: '1.2.840.10008.5.1.1.32',
14397
+ ImageOverlayBoxSOPClassRetired: '1.2.840.10008.5.1.1.24', // retired
14398
+ BasicPrintImageOverlayBoxSOPClassRetired: '1.2.840.10008.5.1.1.24.1', // retired
14399
+ PrintQueueSOPInstanceRetired: '1.2.840.10008.5.1.1.25', // retired
14400
+ PrintQueueManagementSOPClassRetired: '1.2.840.10008.5.1.1.26', // retired
14401
+ StoredPrintStorageSOPClassRetired: '1.2.840.10008.5.1.1.27', // retired
14402
+ HardcopyGrayscaleImageStorageSOPClassRetired: '1.2.840.10008.5.1.1.29', // retired
14403
+ HardcopyColorImageStorageSOPClassRetired: '1.2.840.10008.5.1.1.30', // retired
14404
+ PullPrintRequestSOPClassRetired: '1.2.840.10008.5.1.1.31', // retired
14405
+ PullStoredPrintManagementMetaSOPClassRetired: '1.2.840.10008.5.1.1.32', // retired
14382
14406
  MediaCreationManagementSOPClassUID: '1.2.840.10008.5.1.1.33',
14383
14407
  DisplaySystemSOPClass: '1.2.840.10008.5.1.1.40',
14384
14408
  DisplaySystemSOPInstance: '1.2.840.10008.5.1.1.40.1',
@@ -14392,15 +14416,15 @@ exports.UID = {
14392
14416
  CTImageStorage: '1.2.840.10008.5.1.4.1.1.2',
14393
14417
  EnhancedCTImageStorage: '1.2.840.10008.5.1.4.1.1.2.1',
14394
14418
  LegacyConvertedEnhancedCTImageStorage: '1.2.840.10008.5.1.4.1.1.2.2',
14395
- UltrasoundMultiframeImageStorageRetired: '1.2.840.10008.5.1.4.1.1.3',
14419
+ UltrasoundMultiframeImageStorageRetired: '1.2.840.10008.5.1.4.1.1.3', // retired
14396
14420
  UltrasoundMultiframeImageStorage: '1.2.840.10008.5.1.4.1.1.3.1',
14397
14421
  MRImageStorage: '1.2.840.10008.5.1.4.1.1.4',
14398
14422
  EnhancedMRImageStorage: '1.2.840.10008.5.1.4.1.1.4.1',
14399
14423
  MRSpectroscopyStorage: '1.2.840.10008.5.1.4.1.1.4.2',
14400
14424
  EnhancedMRColorImageStorage: '1.2.840.10008.5.1.4.1.1.4.3',
14401
14425
  LegacyConvertedEnhancedMRImageStorage: '1.2.840.10008.5.1.4.1.1.4.4',
14402
- NuclearMedicineImageStorageRetired: '1.2.840.10008.5.1.4.1.1.5',
14403
- UltrasoundImageStorageRetired: '1.2.840.10008.5.1.4.1.1.6',
14426
+ NuclearMedicineImageStorageRetired: '1.2.840.10008.5.1.4.1.1.5', // retired
14427
+ UltrasoundImageStorageRetired: '1.2.840.10008.5.1.4.1.1.6', // retired
14404
14428
  UltrasoundImageStorage: '1.2.840.10008.5.1.4.1.1.6.1',
14405
14429
  EnhancedUSVolumeStorage: '1.2.840.10008.5.1.4.1.1.6.2',
14406
14430
  SecondaryCaptureImageStorage: '1.2.840.10008.5.1.4.1.1.7',
@@ -14408,9 +14432,9 @@ exports.UID = {
14408
14432
  MultiframeGrayscaleByteSecondaryCaptureImageStorage: '1.2.840.10008.5.1.4.1.1.7.2',
14409
14433
  MultiframeGrayscaleWordSecondaryCaptureImageStorage: '1.2.840.10008.5.1.4.1.1.7.3',
14410
14434
  MultiframeTrueColorSecondaryCaptureImageStorage: '1.2.840.10008.5.1.4.1.1.7.4',
14411
- StandaloneOverlayStorageRetired: '1.2.840.10008.5.1.4.1.1.8',
14412
- StandaloneCurveStorageRetired: '1.2.840.10008.5.1.4.1.1.9',
14413
- WaveformStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.9.1',
14435
+ StandaloneOverlayStorageRetired: '1.2.840.10008.5.1.4.1.1.8', // retired
14436
+ StandaloneCurveStorageRetired: '1.2.840.10008.5.1.4.1.1.9', // retired
14437
+ WaveformStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.9.1', // retired
14414
14438
  TwelveleadECGWaveformStorage: '1.2.840.10008.5.1.4.1.1.9.1.1',
14415
14439
  GeneralECGWaveformStorage: '1.2.840.10008.5.1.4.1.1.9.1.2',
14416
14440
  AmbulatoryECGWaveformStorage: '1.2.840.10008.5.1.4.1.1.9.1.3',
@@ -14420,8 +14444,8 @@ exports.UID = {
14420
14444
  GeneralAudioWaveformStorage: '1.2.840.10008.5.1.4.1.1.9.4.2',
14421
14445
  ArterialPulseWaveformStorage: '1.2.840.10008.5.1.4.1.1.9.5.1',
14422
14446
  RespiratoryWaveformStorage: '1.2.840.10008.5.1.4.1.1.9.6.1',
14423
- StandaloneModalityLUTStorageRetired: '1.2.840.10008.5.1.4.1.1.10',
14424
- StandaloneVOILUTStorageRetired: '1.2.840.10008.5.1.4.1.1.11',
14447
+ StandaloneModalityLUTStorageRetired: '1.2.840.10008.5.1.4.1.1.10', // retired
14448
+ StandaloneVOILUTStorageRetired: '1.2.840.10008.5.1.4.1.1.11', // retired
14425
14449
  GrayscaleSoftcopyPresentationStateStorage: '1.2.840.10008.5.1.4.1.1.11.1',
14426
14450
  ColorSoftcopyPresentationStateStorage: '1.2.840.10008.5.1.4.1.1.11.2',
14427
14451
  PseudoColorSoftcopyPresentationStateStorage: '1.2.840.10008.5.1.4.1.1.11.3',
@@ -14437,7 +14461,7 @@ exports.UID = {
14437
14461
  EnhancedXAImageStorage: '1.2.840.10008.5.1.4.1.1.12.1.1',
14438
14462
  XRayRadiofluoroscopicImageStorage: '1.2.840.10008.5.1.4.1.1.12.2',
14439
14463
  EnhancedXRFImageStorage: '1.2.840.10008.5.1.4.1.1.12.2.1',
14440
- XRayAngiographicBiPlaneImageStorageRetired: '1.2.840.10008.5.1.4.1.1.12.3',
14464
+ XRayAngiographicBiPlaneImageStorageRetired: '1.2.840.10008.5.1.4.1.1.12.3', // retired
14441
14465
  XRay3DAngiographicImageStorage: '1.2.840.10008.5.1.4.1.1.13.1.1',
14442
14466
  XRay3DCraniofacialImageStorage: '1.2.840.10008.5.1.4.1.1.13.1.2',
14443
14467
  BreastTomosynthesisImageStorage: '1.2.840.10008.5.1.4.1.1.13.1.3',
@@ -14457,8 +14481,8 @@ exports.UID = {
14457
14481
  RealWorldValueMappingStorage: '1.2.840.10008.5.1.4.1.1.67',
14458
14482
  SurfaceScanMeshStorage: '1.2.840.10008.5.1.4.1.1.68.1',
14459
14483
  SurfaceScanPointCloudStorage: '1.2.840.10008.5.1.4.1.1.68.2',
14460
- VLImageStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.77.1',
14461
- VLMultiframeImageStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.77.2',
14484
+ VLImageStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.77.1', // retired
14485
+ VLMultiframeImageStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.77.2', // retired
14462
14486
  VLEndoscopicImageStorage: '1.2.840.10008.5.1.4.1.1.77.1.1',
14463
14487
  VideoEndoscopicImageStorage: '1.2.840.10008.5.1.4.1.1.77.1.1.1',
14464
14488
  VLMicroscopicImageStorage: '1.2.840.10008.5.1.4.1.1.77.1.2',
@@ -14487,10 +14511,10 @@ exports.UID = {
14487
14511
  OphthalmicVisualFieldStaticPerimetryMeasurementsStorage: '1.2.840.10008.5.1.4.1.1.80.1',
14488
14512
  OphthalmicThicknessMapStorage: '1.2.840.10008.5.1.4.1.1.81.1',
14489
14513
  CornealTopographyMapStorage: '1.2.840.10008.5.1.4.1.1.82.1',
14490
- TextSRStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.88.1',
14491
- AudioSRStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.88.2',
14492
- DetailSRStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.88.3',
14493
- ComprehensiveSRStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.88.4',
14514
+ TextSRStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.88.1', // retired
14515
+ AudioSRStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.88.2', // retired
14516
+ DetailSRStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.88.3', // retired
14517
+ ComprehensiveSRStorageTrialRetired: '1.2.840.10008.5.1.4.1.1.88.4', // retired
14494
14518
  BasicTextSRStorage: '1.2.840.10008.5.1.4.1.1.88.11',
14495
14519
  EnhancedSRStorage: '1.2.840.10008.5.1.4.1.1.88.22',
14496
14520
  ComprehensiveSRStorage: '1.2.840.10008.5.1.4.1.1.88.33',
@@ -14512,7 +14536,7 @@ exports.UID = {
14512
14536
  EncapsulatedCDAStorage: '1.2.840.10008.5.1.4.1.1.104.2',
14513
14537
  PositronEmissionTomographyImageStorage: '1.2.840.10008.5.1.4.1.1.128',
14514
14538
  LegacyConvertedEnhancedPETImageStorage: '1.2.840.10008.5.1.4.1.1.128.1',
14515
- StandalonePETCurveStorageRetired: '1.2.840.10008.5.1.4.1.1.129',
14539
+ StandalonePETCurveStorageRetired: '1.2.840.10008.5.1.4.1.1.129', // retired
14516
14540
  EnhancedPETImageStorage: '1.2.840.10008.5.1.4.1.1.130',
14517
14541
  BasicStructuredDisplayStorage: '1.2.840.10008.5.1.4.1.1.131',
14518
14542
  CTDefinedProcedureProtocolStorage: '1.2.840.10008.5.1.4.1.1.200.1',
@@ -14545,9 +14569,9 @@ exports.UID = {
14545
14569
  StudyRootQueryRetrieveInformationModelFIND: '1.2.840.10008.5.1.4.1.2.2.1',
14546
14570
  StudyRootQueryRetrieveInformationModelMOVE: '1.2.840.10008.5.1.4.1.2.2.2',
14547
14571
  StudyRootQueryRetrieveInformationModelGET: '1.2.840.10008.5.1.4.1.2.2.3',
14548
- PatientStudyOnlyQueryRetrieveInformationModelFINDRetired: '1.2.840.10008.5.1.4.1.2.3.1',
14549
- PatientStudyOnlyQueryRetrieveInformationModelMOVERetired: '1.2.840.10008.5.1.4.1.2.3.2',
14550
- PatientStudyOnlyQueryRetrieveInformationModelGETRetired: '1.2.840.10008.5.1.4.1.2.3.3',
14572
+ PatientStudyOnlyQueryRetrieveInformationModelFINDRetired: '1.2.840.10008.5.1.4.1.2.3.1', // retired
14573
+ PatientStudyOnlyQueryRetrieveInformationModelMOVERetired: '1.2.840.10008.5.1.4.1.2.3.2', // retired
14574
+ PatientStudyOnlyQueryRetrieveInformationModelGETRetired: '1.2.840.10008.5.1.4.1.2.3.3', // retired
14551
14575
  CompositeInstanceRootRetrieveMOVE: '1.2.840.10008.5.1.4.1.2.4.2',
14552
14576
  CompositeInstanceRootRetrieveGET: '1.2.840.10008.5.1.4.1.2.4.3',
14553
14577
  CompositeInstanceRetrieveWithoutBulkDataGET: '1.2.840.10008.5.1.4.1.2.5.3',
@@ -14555,19 +14579,19 @@ exports.UID = {
14555
14579
  DefinedProcedureProtocolInformationModelMOVE: '1.2.840.10008.5.1.4.20.2',
14556
14580
  DefinedProcedureProtocolInformationModelGET: '1.2.840.10008.5.1.4.20.3',
14557
14581
  ModalityWorklistInformationModelFIND: '1.2.840.10008.5.1.4.31',
14558
- GeneralPurposeWorklistManagementMetaSOPClassRetired: '1.2.840.10008.5.1.4.32',
14559
- GeneralPurposeWorklistInformationModelFINDRetired: '1.2.840.10008.5.1.4.32.1',
14560
- GeneralPurposeScheduledProcedureStepSOPClassRetired: '1.2.840.10008.5.1.4.32.2',
14561
- GeneralPurposePerformedProcedureStepSOPClassRetired: '1.2.840.10008.5.1.4.32.3',
14582
+ GeneralPurposeWorklistManagementMetaSOPClassRetired: '1.2.840.10008.5.1.4.32', // retired
14583
+ GeneralPurposeWorklistInformationModelFINDRetired: '1.2.840.10008.5.1.4.32.1', // retired
14584
+ GeneralPurposeScheduledProcedureStepSOPClassRetired: '1.2.840.10008.5.1.4.32.2', // retired
14585
+ GeneralPurposePerformedProcedureStepSOPClassRetired: '1.2.840.10008.5.1.4.32.3', // retired
14562
14586
  InstanceAvailabilityNotificationSOPClass: '1.2.840.10008.5.1.4.33',
14563
- RTBeamsDeliveryInstructionStorageTrialRetired: '1.2.840.10008.5.1.4.34.1',
14564
- RTConventionalMachineVerificationTrialRetired: '1.2.840.10008.5.1.4.34.2',
14565
- RTIonMachineVerificationTrialRetired: '1.2.840.10008.5.1.4.34.3',
14566
- UnifiedWorklistandProcedureStepServiceClassTrialRetired: '1.2.840.10008.5.1.4.34.4',
14567
- UnifiedProcedureStepPushSOPClassTrialRetired: '1.2.840.10008.5.1.4.34.4.1',
14568
- UnifiedProcedureStepWatchSOPClassTrialRetired: '1.2.840.10008.5.1.4.34.4.2',
14569
- UnifiedProcedureStepPullSOPClassTrialRetired: '1.2.840.10008.5.1.4.34.4.3',
14570
- UnifiedProcedureStepEventSOPClassTrialRetired: '1.2.840.10008.5.1.4.34.4.4',
14587
+ RTBeamsDeliveryInstructionStorageTrialRetired: '1.2.840.10008.5.1.4.34.1', // retired
14588
+ RTConventionalMachineVerificationTrialRetired: '1.2.840.10008.5.1.4.34.2', // retired
14589
+ RTIonMachineVerificationTrialRetired: '1.2.840.10008.5.1.4.34.3', // retired
14590
+ UnifiedWorklistandProcedureStepServiceClassTrialRetired: '1.2.840.10008.5.1.4.34.4', // retired
14591
+ UnifiedProcedureStepPushSOPClassTrialRetired: '1.2.840.10008.5.1.4.34.4.1', // retired
14592
+ UnifiedProcedureStepWatchSOPClassTrialRetired: '1.2.840.10008.5.1.4.34.4.2', // retired
14593
+ UnifiedProcedureStepPullSOPClassTrialRetired: '1.2.840.10008.5.1.4.34.4.3', // retired
14594
+ UnifiedProcedureStepEventSOPClassTrialRetired: '1.2.840.10008.5.1.4.34.4.4', // retired
14571
14595
  UPSGlobalSubscriptionSOPInstance: '1.2.840.10008.5.1.4.34.5',
14572
14596
  UPSFilteredGlobalSubscriptionSOPInstance: '1.2.840.10008.5.1.4.34.5.1',
14573
14597
  UnifiedWorklistandProcedureStepServiceClass: '1.2.840.10008.5.1.4.34.6',
@@ -14660,7 +14684,8 @@ exports.UID = {
14660
14684
 
14661
14685
 
14662
14686
  Object.defineProperty(exports, "__esModule", ({ value: true }));
14663
- exports.parsePersonName = exports.Value = void 0;
14687
+ exports.Value = void 0;
14688
+ exports.parsePersonName = parsePersonName;
14664
14689
  const js_joda_1 = __webpack_require__(/*! js-joda */ "js-joda");
14665
14690
  const base_1 = __webpack_require__(/*! ./base */ "./src/base.ts");
14666
14691
  const character_sets_1 = __webpack_require__(/*! ./character-sets */ "./src/character-sets.ts");
@@ -15214,7 +15239,6 @@ function parsePersonName(s) {
15214
15239
  const comps = transpose(matrix).map((c) => new person_name_1.ComponentGroup(c[0], c[1], c[2]));
15215
15240
  return new person_name_1.PersonName(comps[0], comps[1], comps[2], comps[3], comps[4]);
15216
15241
  }
15217
- exports.parsePersonName = parsePersonName;
15218
15242
  function parseURL(s) {
15219
15243
  try {
15220
15244
  return new URL(s);
@@ -15247,6 +15271,7 @@ class VR {
15247
15271
  this.paddingByte = paddingByte;
15248
15272
  }
15249
15273
  }
15274
+ exports.VR = VR;
15250
15275
  VR.AE = new VR('AE', 0x4145, 8, 0x20);
15251
15276
  VR.AS = new VR('AS', 0x4153, 8, 0x20);
15252
15277
  VR.AT = new VR('AT', 0x4154, 8, 0);
@@ -15321,7 +15346,6 @@ VR.map = VR.values.reduce((m, vr) => {
15321
15346
  m.set(vr.code, vr);
15322
15347
  return m;
15323
15348
  }, new Map());
15324
- exports.VR = VR;
15325
15349
 
15326
15350
 
15327
15351
  /***/ }),