@exini/dicom-streams-js 3.0.5 → 3.0.8

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.
package/node/index.min.js CHANGED
@@ -1 +1 @@
1
- (()=>{"use strict";var e={8:function(e,t,n){var i=this&&this.__createBinding||(Object.create?function(e,t,n,i){void 0===i&&(i=n);var a=Object.getOwnPropertyDescriptor(t,n);a&&!("get"in a?!t.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,i,a)}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&i(t,e,n);return a(t,e),t},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.tagToBytes=t.tagToBytesLE=t.tagToBytesBE=t.intToBytes=t.shortToBytes=t.shortToBytesLE=t.shortToBytesBE=t.intToBytesLE=t.intToBytesBE=t.bytesToDouble=t.bytesToDoubleLE=t.bytesToDoubleBE=t.bytesToFloat=t.bytesToFloatLE=t.bytesToFloatBE=t.bytesToTag=t.bytesToTagLE=t.bytesToTagBE=t.bytesToUInt=t.bytesToUIntLE=t.bytesToUIntBE=t.bytesToInt=t.bytesToIntLE=t.bytesToIntBE=t.bytesToVR=t.bytesToUShort=t.bytesToUShortLE=t.bytesToUShortBE=t.bytesToShort=t.bytesToShortLE=t.bytesToShortBE=t.elementNumber=t.groupNumber=t.shiftLeftUnsigned=t.toInt32=t.toUInt32=t.emptyBuffer=t.multiValueDelimiter=t.randomUID=t.nameBasedUID=t.toUID=t.hexToDec=t.concatArrays=t.prependToArray=t.appendToArray=t.flatten=t.concatv=t.concat=t.zero4Bytes=t.indeterminateLength=void 0,t.pipe=t.createNameBasedUIDFromRoot=t.createNameBasedUID=t.createUIDFromRoot=t.createUID=t.defaultCharacterSet=t.systemZone=t.isDeflated=t.isGroupLength=t.isFileMetaInformation=t.sequenceDelimitationNonZeroLength=t.sequenceDelimitation=t.sequenceDelimitationBE=t.sequenceDelimitationLE=t.itemDelimitation=t.itemDelimitationBE=t.itemDelimitationLE=t.item=t.itemBE=t.itemLE=t.padToEvenLength=t.trim=t.tagToString=t.doubleToBytes=t.floatToBytes=void 0;const s=n(925),c=o(n(583)),S=n(828),l=r(n(232)),u=n(608),R=n(59),V=n(692);function m(e,t){return Buffer.concat([e,t],e.length+t.length)}function d(...e){return Buffer.concat(e)}t.indeterminateLength=4294967295,t.zero4Bytes=Buffer.from([0,0,0,0]),t.concat=m,t.concatv=d,t.flatten=function(e){return[].concat(...e)},t.appendToArray=function(e,t){const n=t.slice();return n.push(e),n},t.prependToArray=function(e,t){const n=t.slice();return n.unshift(e),n},t.concatArrays=function(e,t){const n=e.slice();return t.forEach((e=>n.push(e))),n};const g="2.25";function h(e){const t=[0];let n;for(let i=0;i<e.length;i++){n=parseInt(e.charAt(i),16);for(let e=0;e<t.length;e++)t[e]=16*t[e]+n,n=t[e]/10|0,t[e]%=10;for(;n>0;)t.push(n%10),n=n/10|0}return t.reverse().join("")}function p(e,t){return(e+"."+h(t.replace(/-/g,"")).replace(/^0+/,"")).substring(0,64)}function f(e,t){return p(t,(0,S.v5)(e,"d181d67b-0a1c-45bf-8616-070f1bb0d0cf"))}function D(e){return p(e,(0,S.v4)())}function T(e){return e>>>0}function P(e,t){return T(e<<t)}function C(e){return 65535&e}function I(e){return e.readInt16BE(0)}function y(e){return e.readInt16LE(0)}function L(e){return e.readUInt16BE(0)}function O(e){return e.readUInt16LE(0)}function b(e){return e.readInt32BE(0)}function F(e){return e.readInt32LE(0)}function q(e){return e.readUInt32BE(0)}function v(e){return e.readUInt32LE(0)}function E(e){return q(e)}function M(e){return P(e.readUInt16LE(0),16)+e.readUInt16LE(2)}function A(e){return e.readFloatBE(0)}function Q(e){return e.readFloatLE(0)}function U(e){return e.readDoubleBE(0)}function B(e){return e.readDoubleLE(0)}function x(e){return Buffer.from([e>>24,e>>16,e>>8,e])}function w(e){return Buffer.from([e,e>>8,e>>16,e>>24])}function N(e){return Buffer.from([e>>8,e])}function k(e){return Buffer.from([e,e>>8])}function G(e,t=!1){return t?x(e):w(e)}function H(e){return x(e)}function W(e){return Buffer.from([e>>16,e>>24,e,e>>8])}function z(e,t=!1){return t?H(e):W(e)}t.hexToDec=h,t.toUID=p,t.nameBasedUID=f,t.randomUID=D,t.multiValueDelimiter="\\",t.emptyBuffer=Buffer.alloc(0),t.toUInt32=T,t.toInt32=function(e){return e>>0},t.shiftLeftUnsigned=P,t.groupNumber=function(e){return e>>>16},t.elementNumber=C,t.bytesToShortBE=I,t.bytesToShortLE=y,t.bytesToShort=function(e,t=!1){return t?I(e):y(e)},t.bytesToUShortBE=L,t.bytesToUShortLE=O,t.bytesToUShort=function(e,t=!1){return t?L(e):O(e)},t.bytesToVR=function(e){return L(e)},t.bytesToIntBE=b,t.bytesToIntLE=F,t.bytesToInt=function(e,t=!1){return t?b(e):F(e)},t.bytesToUIntBE=q,t.bytesToUIntLE=v,t.bytesToUInt=function(e,t=!1){return t?q(e):v(e)},t.bytesToTagBE=E,t.bytesToTagLE=M,t.bytesToTag=function(e,t=!1){return t?E(e):M(e)},t.bytesToFloatBE=A,t.bytesToFloatLE=Q,t.bytesToFloat=function(e,t=!1){return t?A(e):Q(e)},t.bytesToDoubleBE=U,t.bytesToDoubleLE=B,t.bytesToDouble=function(e,t=!1){return t?U(e):B(e)},t.intToBytesBE=x,t.intToBytesLE=w,t.shortToBytesBE=N,t.shortToBytesLE=k,t.shortToBytes=function(e,t=!1){return t?N(e):k(e)},t.intToBytes=G,t.tagToBytesBE=H,t.tagToBytesLE=W,t.tagToBytes=z,t.floatToBytes=function(e,t=!1){const n=Buffer.allocUnsafe(4);return t?n.writeFloatBE(e,0):n.writeFloatLE(e,0),n},t.doubleToBytes=function(e,t=!1){const n=Buffer.allocUnsafe(8);return t?n.writeDoubleBE(e,0):n.writeDoubleLE(e,0),n},t.tagToString=function(e){const t=("00000000"+e.toString(16)).slice(-8);return"("+t.slice(0,4)+","+t.slice(4,8)+")"},t.trim=function(e){return e.replace(/^[\x00-\x20]*/g,"").replace(/[\x00-\x20]*$/g,"")},t.padToEvenLength=function(e,t){const n=isNaN(t)?t:u.Lookup.vrOf(t);return 0!=(1&e.length)?m(e,Buffer.from([n.paddingByte])):e},t.itemLE=m(W(R.Tag.Item),w(t.indeterminateLength)),t.itemBE=m(H(R.Tag.Item),x(t.indeterminateLength)),t.item=function(e=t.indeterminateLength,n=!1){return e===t.indeterminateLength?n?t.itemBE:t.itemLE:m(z(R.Tag.Item,n),G(e,n))},t.itemDelimitationLE=m(W(R.Tag.ItemDelimitationItem),t.zero4Bytes),t.itemDelimitationBE=m(H(R.Tag.ItemDelimitationItem),t.zero4Bytes),t.itemDelimitation=function(e=!1){return e?t.itemDelimitationBE:t.itemDelimitationLE},t.sequenceDelimitationLE=m(W(R.Tag.SequenceDelimitationItem),t.zero4Bytes),t.sequenceDelimitationBE=m(H(R.Tag.SequenceDelimitationItem),t.zero4Bytes),t.sequenceDelimitation=function(e=!1){return e?t.sequenceDelimitationBE:t.sequenceDelimitationLE},t.sequenceDelimitationNonZeroLength=function(e=!1){return d(z(R.Tag.SequenceDelimitationItem,e),G(16,e))},t.isFileMetaInformation=function(e){return 131072==(4294901760&e)},t.isGroupLength=function(e){return 0===C(e)},t.isDeflated=function(e){return e===V.UID.DeflatedExplicitVRLittleEndian||e===V.UID.JPIPReferencedDeflate},t.systemZone=s.ZoneId.SYSTEM,t.defaultCharacterSet=l.defaultCharacterSet,t.createUID=function(){return D(g)},t.createUIDFromRoot=function(e){return D(e)},t.createNameBasedUID=function(e){return f(e,g)},t.createNameBasedUIDFromRoot=function(e,t){return f(e,t)},t.pipe=function(...e){return(0,c.default)(e)}},557:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ByteParser=t.ByteReader=t.ParseResult=t.finishedParser=t.ParseStep=void 0;const i=n(8),a=!1,r=new Error;class o{onTruncation(e){throw Error(e.remainingSize()+" bytes remain after finished parsing")}}t.ParseStep=o,t.finishedParser=new class extends o{parse(){throw Error("No initial parser installed: you must use startWith(...)")}},t.ParseResult=class{constructor(e,t){this.result=e,this.nextStep=t}};class s{constructor(e){this.input=i.emptyBuffer,this.off=0,this.setInput(e)}setInput(e){this.input=e,this.off=0}hasRemaining(){return this.off<this.input.length}remainingSize(){return this.input.length-this.off}remainingData(){return this.hasRemaining()?this.input.slice(this.off):i.emptyBuffer}ensure(e){if(this.remainingSize()<e)throw r}take(e){if(this.off+e<=this.input.length){const t=this.off;return this.off=t+e,this.input.slice(t,this.off)}throw r}}t.ByteReader=s,t.ByteParser=class{constructor(e){this.out=e,this.current=t.finishedParser,this.isCompleted=!1,this.hasData=!1,this.reader=new s(i.emptyBuffer),this.buffer=i.emptyBuffer}parse(e){for(this.buffer=(0,i.concat)(this.buffer,e),this.hasData=e.length>0;this.hasData&&!this.isCompleted;)this.doParse(1e3)}flush(){if(!this.isCompleted)if(this.buffer.length>0)try{this.reader.setInput(this.buffer),this.current.onTruncation(this.reader),this.complete()}catch(e){this.fail(e)}else this.complete()}startWith(e){this.current=e}complete(){this.isCompleted=!0,this.buffer=i.emptyBuffer,this.reader=null,this.out.complete()}fail(e){e.message="Parsing failed: "+(e&&e.message?e.message:""),this.isCompleted=!0,this.buffer=i.emptyBuffer,this.reader=null,this.out.fail(e)}doParseInner(){if(!(this.buffer.length>0))return this.hasData=!1,a;this.reader.setInput(this.buffer);try{const e=this.current.parse(this.reader);return e.result&&this.out.next(e.result),e.nextStep===t.finishedParser?(this.complete(),a):(this.buffer=this.reader.remainingData(),this.current=e.nextStep,this.reader.hasRemaining()||(this.hasData=!1),!e.result||a)}catch(e){return e===r?(this.hasData=!1,a):(this.fail(e),a)}}doParse(e){0===e?this.fail(new Error("Parsing logic didn't produce result. Aborting processing to avoid infinite cycles. In the unlikely case that the parsing logic needs more recursion, override ParsingLogic.recursionLimit.")):this.doParseInner()&&this.doParse(e-1)}}},232:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.defaultCharacterSet=t.CharacterSets=void 0;const i=n(445),a=n(353);class r{constructor(e){this.charsets=e}static isVrAffectedBySpecificCharacterSet(e){return e===a.VR.LO||e===a.VR.LT||e===a.VR.PN||e===a.VR.SH||e===a.VR.ST||e===a.VR.UT}static fromNames(e){return new r(e)}static fromBytes(e){return e&&0!==e.length?new r(e.toString()):t.defaultCharacterSet}static encode(e){return Buffer.from(e,"utf8")}static defaultOnly(){return new r("")}decode(e,n){try{return(0,i.convertBytes)(this.charsets,e,{vr:n.name})}catch(i){return console.warn("Cannot decode using character set: "+this.charsets+", using default instead: "+i),t.defaultCharacterSet.decode(e,n)}}toString(){return"CharacterSets ["+this.charsets.split("\\").join(",")+"]"}}t.CharacterSets=r,t.defaultCharacterSet=r.defaultOnly()},495:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.collectFromTagPathsFlow=t.collectFlow=void 0;const i=n(8),a=n(600),r=n(614),o=n(572),s=n(397),c=n(895);function S(e,t,n,S=1e6){return(0,a.createFlow)(new class extends((0,a.EndEvent)((0,a.TagPathTracking)((0,a.GuaranteedDelimitationEvents)((0,a.GuaranteedValueEvent)((0,a.InFragments)(a.DeferToPartFlow)))))){constructor(){super(...arguments),this.buffer=[],this.currentBufferSize=0,this.hasEmitted=!1,this.bytes=i.emptyBuffer,this.currentValue=void 0,this.currentFragment=void 0,this.builder=new c.ElementsBuilder}elementsAndBuffer(){const e=(0,i.prependToArray)(new o.ElementsPart(n,this.builder.build()),this.buffer);return this.hasEmitted=!0,this.buffer=[],this.currentBufferSize=0,e}maybeAdd(t){return e(this.tagPath)?this.builder.addElement(t):this.builder.noteElement(t)}onEnd(){return this.hasEmitted?[]:this.elementsAndBuffer()}onPart(e){if(this.hasEmitted)return[e];if(S>0&&this.currentBufferSize>S)throw Error("Error collecting elements: max buffer size exceeded");return e===a.valueChunkMarker||e===a.sequenceDelimitationPartMarker||e instanceof a.ItemDelimitationPartMarker||(this.buffer.push(e),this.currentBufferSize+=e.bytes.length),"tag"in e&&t(this.tagPath)?this.elementsAndBuffer():e instanceof o.HeaderPart?(this.currentValue=new r.ValueElement(e.tag,e.vr,s.Value.empty(),e.bigEndian,e.explicitVR),this.bytes=i.emptyBuffer,[]):e instanceof o.ItemPart&&this.inFragments?(this.currentFragment=new r.FragmentElement(e.length,s.Value.empty(),e.bigEndian),this.bytes=i.emptyBuffer,[]):e instanceof o.ValueChunk?(this.bytes=(0,i.concat)(this.bytes,e.bytes),e.last&&(this.inFragments&&this.currentFragment?this.maybeAdd(new r.FragmentElement(this.currentFragment.length,new s.Value(this.bytes),this.currentFragment.bigEndian)):this.currentValue&&this.maybeAdd(new r.ValueElement(this.currentValue.tag,this.currentValue.vr,new s.Value(this.bytes),this.currentValue.bigEndian,this.currentValue.explicitVR)),this.currentFragment=void 0,this.currentValue=void 0),[]):e instanceof o.SequencePart?(this.maybeAdd(new r.SequenceElement(e.tag,e.length,e.bigEndian,e.explicitVR)),[]):e instanceof o.FragmentsPart?(this.maybeAdd(new r.FragmentsElement(e.tag,e.vr,e.bigEndian,e.explicitVR)),[]):e instanceof o.ItemPart?(this.maybeAdd(new r.ItemElement(e.length,e.bigEndian)),[]):e instanceof a.ItemDelimitationPartMarker?[]:e instanceof o.ItemDelimitationPart?(this.maybeAdd(new r.ItemDelimitationElement(e.bigEndian)),[]):e===a.sequenceDelimitationPartMarker?[]:e instanceof o.SequenceDelimitationPart?(this.maybeAdd(new r.SequenceDelimitationElement(e.bigEndian)),[]):[]}})}t.collectFlow=S,t.collectFromTagPathsFlow=function(e,t,n){const i=e.length>0?Math.max(...e.map((e=>e.head().tag()))):0;return S((t=>void 0!==e.find((e=>e.hasTrunk(t)||e.isTrunkOf(t)))),(t=>0===e.length||t.isRoot()&&t.tag()>i),t,n)}},929:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Detour=void 0;const i=n(781);class a extends i.Transform{constructor(e,t){super(e),this.options=e,this.detourFlow=t,this.detour=!1,t&&this.setDetourFlow(t)}setDetourFlow(e){this.detourFlow=e}setDetour(e=!0,t){this.detour=e,void 0!==this.detourFlow&&(this.detour?(this.detourFlow.on("data",(e=>this.process(e))),this.detourFlow.once("end",(()=>this.cleanup())),this.detourFlow.once("error",(e=>this.emit("error",e)))):this.detourFlow.end()),void 0!==t&&(void 0===t.length||t.length>0)&&(e&&void 0!==this.detourFlow?this.detourFlow.write(t):this.write(t))}cleanup(){}_transform(e,t,n){void 0!==this.detour&&void 0!==this.detourFlow?this.detourFlow.write(e)?process.nextTick((()=>n())):this.detourFlow.once("drain",n):(this.process(e),n())}_flush(e){this.detour&&this.detourFlow?(this.detourFlow.once("end",e),this.detourFlow.end()):(this.cleanup(),process.nextTick((()=>e())))}}t.Detour=a},614:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Fragments=t.Fragment=t.Item=t.Sequence=t.SequenceDelimitationElement=t.ItemDelimitationElement=t.FragmentElement=t.ItemElement=t.FragmentsElement=t.SequenceElement=t.ValueElement=t.preambleElement=t.UnknownElement=t.ElementSet=t.Element=void 0;const i=n(8),a=n(608),r=n(572),o=n(59),s=n(397),c=n(353);class S{constructor(e=!1){this.bigEndian=e}toBytes(){return i.emptyBuffer}toParts(){return[]}}t.Element=S;class l{constructor(e,t,n=!1,i=!0){this.tag=e,this.vr=t,this.bigEndian=n,this.explicitVR=i}toBytes(){return i.emptyBuffer}toElements(){return[]}}t.ElementSet=l,t.UnknownElement=class extends S{constructor(e){super(e)}},t.preambleElement=new class extends S{constructor(){super(!1)}toBytes(){return(0,i.concat)(Buffer.from(new Array(128).fill(0)),Buffer.from("DICM"))}toString(){return"PreambleElement(0, ..., 0, D, I, C, M)"}toParts(){return[new r.PreamblePart(this.toBytes())]}};class u extends l{constructor(e,t,n,i,a){super(e,t,i,a),this.value=n,this.length=n.length}setValue(e){return new u(this.tag,this.vr,e.ensurePadding(this.vr),this.bigEndian,this.explicitVR)}toBytes(){return this.toParts().map((e=>e.bytes)).reduce(i.concat)}toParts(){const e=r.HeaderPart.create(this.tag,this.vr,this.length,this.bigEndian,this.explicitVR);return this.length>0?[e,new r.ValueChunk(this.bigEndian,this.value.bytes,!0)]:[e]}toElements(){return[this]}toString(){const e=this.value.toStrings(this.vr,this.bigEndian,i.defaultCharacterSet),t=e.join(i.multiValueDelimiter),n=e.length+"";return"ValueElement("+(0,i.tagToString)(this.tag)+" "+this.vr.name+" ["+t+"] # "+this.length+", "+n+" "+a.Lookup.keywordOf(this.tag)||0}}t.ValueElement=u;class R extends S{constructor(e,t=i.indeterminateLength,n,a=!0){super(n),this.tag=e,this.length=t,this.explicitVR=a,this.tag=e,this.indeterminate=this.length===i.indeterminateLength}toBytes(){return r.HeaderPart.create(this.tag,c.VR.SQ,this.length,this.bigEndian,this.explicitVR).bytes}toParts(){return[new r.SequencePart(this.tag,this.length,this.bigEndian,this.explicitVR,this.toBytes())]}toString(){return"SequenceElement("+(0,i.tagToString)(this.tag)+" SQ # "+this.length+" "+a.Lookup.keywordOf(this.tag)||0}}t.SequenceElement=R;class V extends S{constructor(e,t,n,i=!0){super(n),this.tag=e,this.vr=t,this.explicitVR=i}toBytes(){return this.toParts()[0].bytes}toParts(){return[new r.FragmentsPart(this.tag,i.indeterminateLength,this.vr,this.bigEndian,this.explicitVR,r.HeaderPart.create(this.tag,this.vr,i.indeterminateLength,this.bigEndian,this.explicitVR).bytes)]}toString(){return"FragmentsElement("+(0,i.tagToString)(this.tag)+" "+this.vr.name+" # "+a.Lookup.keywordOf(this.tag)||0}}t.FragmentsElement=V;class m extends S{constructor(e=i.indeterminateLength,t){super(t),this.length=e,this.indeterminate=this.length===i.indeterminateLength}toBytes(){return(0,i.concat)((0,i.tagToBytes)(o.Tag.Item,this.bigEndian),(0,i.intToBytes)(this.length,this.bigEndian))}toParts(){return[new r.ItemPart(this.length,this.bigEndian,this.toBytes())]}toString(){return"ItemElement(length = "+this.length+")"}}t.ItemElement=m;class d extends S{constructor(e,t,n){super(n),this.length=e,this.value=t}toBytes(){return this.toParts().map((e=>e.bytes)).reduce(i.concat)}toParts(){const e=new m(this.value.length,this.bigEndian).toParts();return 0!==this.value.length&&e.push(new r.ValueChunk(this.bigEndian,this.value.bytes,!0)),e}toString(){return"FragmentElement(length = "+this.length+")"}}t.FragmentElement=d;class g extends S{constructor(e){super(e)}toBytes(){return(0,i.concat)((0,i.tagToBytes)(o.Tag.ItemDelimitationItem,this.bigEndian),Buffer.from([0,0,0,0]))}toParts(){return[new r.ItemDelimitationPart(this.bigEndian,this.toBytes())]}toString(){return"ItemDelimitationElement"}}t.ItemDelimitationElement=g;class h extends S{constructor(e){super(e)}toBytes(){return(0,i.concat)((0,i.tagToBytes)(o.Tag.SequenceDelimitationItem,this.bigEndian),Buffer.from([0,0,0,0]))}toParts(){return[new r.SequenceDelimitationPart(this.bigEndian,this.toBytes())]}toString(){return"SequenceDelimitationElement"}}t.SequenceDelimitationElement=h;class p extends l{constructor(e,t=i.indeterminateLength,n=[],a,r){super(e,c.VR.SQ,a,r),this.tag=e,this.length=t,this.items=n,this.indeterminate=t===i.indeterminateLength,this.size=n.length}item(e){return this.items.length>=e?this.items[e-1]:void 0}addItem(e){const t=(0,i.appendToArray)(e,this.items),n=this.indeterminate?this.length:this.length+e.toBytes().length;return new p(this.tag,n,t,this.bigEndian,this.explicitVR)}removeItem(e){const t=this.items.slice();t.splice(e-1,1);const n=this.indeterminate?this.length:this.length-this.item(e).toBytes().length;return new p(this.tag,n,t,this.bigEndian,this.explicitVR)}toBytes(){return this.toElements().map((e=>e.toBytes())).reduce(i.concat,i.emptyBuffer)}toElements(){const e=[];e.push(new R(this.tag,this.length,this.bigEndian,this.explicitVR));for(let t=1;t<=this.items.length;t++)this.item(t).toElements().forEach((t=>e.push(t)));return this.indeterminate&&e.push(new h(this.bigEndian)),e}setItem(e,t){const n=this.items.slice();return n[e-1]=t,new p(this.tag,this.length,n,this.bigEndian,this.explicitVR)}toString(){return"Sequence("+(0,i.tagToString)(this.tag)+" SQ # "+this.length+" "+this.size+" "+a.Lookup.keywordOf(this.tag)||0}}t.Sequence=p;class f{constructor(e,t=i.indeterminateLength,n=!1){this.elements=e,this.length=t,this.bigEndian=n,this.indeterminate=t===i.indeterminateLength}toElements(){const e=[];return e.push(new m(this.length,this.bigEndian)),this.elements.toElements(!1).forEach((t=>e.push(t))),this.indeterminate&&e.push(new g(this.bigEndian)),e}toBytes(){return this.toElements().map((e=>e.toBytes())).reduce(i.concat)}setElements(e){const t=this.indeterminate?i.indeterminateLength:e.toBytes(!1).length;return new f(e,t,this.bigEndian)}toString(){return"Item(length = "+this.length+", elements size = "+this.elements.size+")"}}t.Item=f,t.Fragment=class{constructor(e,t,n=!1){this.length=e,this.value=t,this.bigEndian=n}toElement(){return new d(this.length,this.value,this.bigEndian)}toString(){return"Fragment(length = "+this.length+", value length = "+this.value.length+")"}};class D extends l{constructor(e,t,n,i=[],a,r){super(e,t,a,r),this.tag=e,this.vr=t,this.offsets=n,this.fragments=i,this.size=i.length}fragment(e){return this.fragments.length>e?void 0:this.fragments[e-1]}frameCount(){return void 0===this.offsets&&0===this.fragments.length?0:void 0===this.offsets?1:this.offsets.length}addFragment(e){if(0===this.size&&void 0===this.offsets){const t=e.value.bytes,n=[];for(let a=0;a<t.length;a+=4)n.push((0,i.bytesToUInt)(t.slice(a),e.bigEndian));return new D(this.tag,this.vr,n,this.fragments,this.bigEndian,this.explicitVR)}return new D(this.tag,this.vr,this.offsets,(0,i.appendToArray)(e,this.fragments),this.bigEndian,this.explicitVR)}toBytes(){return this.toElements().map((e=>e.toBytes())).reduce(i.concat)}toElements(){const e=[];e.push(new V(this.tag,this.vr,this.bigEndian,this.explicitVR)),void 0!==this.offsets?e.push(new d(4*this.offsets.length,new s.Value(this.offsets.map((e=>(0,i.intToBytes)(e,this.bigEndian)),this.bigEndian).reduce(i.concat,i.emptyBuffer)),this.bigEndian)):e.push(new d(0,s.Value.empty()));for(let t=1;t<=this.fragments.length;t++)e.push(this.fragment(t).toElement());return e.push(new h(this.bigEndian)),e}setFragment(e,t){const n=this.fragments.slice();return n[e-1]=t,new D(this.tag,this.vr,this.offsets,n,this.bigEndian,this.explicitVR)}toString(){return`Fragments(${(0,i.tagToString)(this.tag)} ${this.vr.name} # ${this.fragments.length} ${a.Lookup.keywordOf(this.tag)||""})`}}t.Fragments=D},600:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.GroupLengthWarnings=t.TagPathTracking=t.InSequence=t.GuaranteedDelimitationEvents=t.itemDelimitationPartMarker=t.ItemDelimitationPartMarker=t.sequenceDelimitationPartMarker=t.GuaranteedValueEvent=t.valueChunkMarker=t.InFragments=t.EndEvent=t.dicomEndMarker=t.StartEvent=t.dicomStartMarker=t.DeferToPartFlow=t.IdentityFlow=t.DicomFlow=t.createFlow=void 0;const i=n(8),a=n(218),r=n(572),o=n(59),s=n(613);t.createFlow=function(e){return(0,i.pipe)(e.baseFlow(),(0,a.flatMapFlow)(e.handlePart.bind(e)))};class c{baseFlow(){return(0,a.identityFlow)(!0)}handlePart(e){return e instanceof r.PreamblePart?this.onPreamble(e):e instanceof r.HeaderPart?this.onHeader(e):e instanceof r.ValueChunk?this.onValueChunk(e):e instanceof r.SequencePart?this.onSequence(e):e instanceof r.SequenceDelimitationPart?this.onSequenceDelimitation(e):e instanceof r.FragmentsPart?this.onFragments(e):e instanceof r.ItemPart?this.onItem(e):e instanceof r.ItemDelimitationPart?this.onItemDelimitation(e):e instanceof r.DeflatedChunk?this.onDeflatedChunk(e):e instanceof r.UnknownPart?this.onUnknown(e):this.onPart(e)}}t.DicomFlow=c,t.IdentityFlow=class extends c{onPreamble(e){return[e]}onHeader(e){return[e]}onValueChunk(e){return[e]}onSequence(e){return[e]}onSequenceDelimitation(e){return[e]}onFragments(e){return[e]}onItem(e){return[e]}onItemDelimitation(e){return[e]}onDeflatedChunk(e){return[e]}onUnknown(e){return[e]}onPart(e){return[e]}},t.DeferToPartFlow=class extends c{onPreamble(e){return this.onPart(e)}onHeader(e){return this.onPart(e)}onValueChunk(e){return this.onPart(e)}onSequence(e){return this.onPart(e)}onSequenceDelimitation(e){return this.onPart(e)}onFragments(e){return this.onPart(e)}onDeflatedChunk(e){return this.onPart(e)}onUnknown(e){return this.onPart(e)}onItem(e){return this.onPart(e)}onItemDelimitation(e){return this.onPart(e)}};class S extends r.MetaPart{toString(){return"Start Marker []"}}t.dicomStartMarker=new S,t.StartEvent=e=>class extends e{onStart(){throw Error("Not implemented")}baseFlow(){return(0,i.pipe)((0,a.prependFlow)(t.dicomStartMarker,!0),super.baseFlow())}handlePart(e){return e===t.dicomStartMarker?this.onStart():super.handlePart(e)}};class l extends r.MetaPart{toString(){return"End Marker []"}}t.dicomEndMarker=new l,t.EndEvent=e=>class extends e{onEnd(){throw Error("Not implemented")}baseFlow(){return(0,i.pipe)((0,a.appendFlow)(t.dicomEndMarker,!0),super.baseFlow())}handlePart(e){return e===t.dicomEndMarker?this.onEnd():super.handlePart(e)}},t.InFragments=e=>class extends e{constructor(){super(...arguments),this.inFragments=!1}onFragments(e){return this.inFragments=!0,super.onFragments(e)}onSequenceDelimitation(e){return this.inFragments=!1,super.onSequenceDelimitation(e)}};class u extends r.ValueChunk{constructor(){super(!1,i.emptyBuffer,!0)}toString(){return"Value Chunk Marker []"}}t.valueChunkMarker=new u,t.GuaranteedValueEvent=e=>class extends e{onHeader(e){return 0===e.length?super.onHeader(e).concat(this.onValueChunk(t.valueChunkMarker)):super.onHeader(e)}onItem(e){return this.inFragments&&0===e.length?super.onItem(e).concat(this.onValueChunk(t.valueChunkMarker)):super.onItem(e)}onValueChunk(e){return super.onValueChunk(e).filter((e=>e!==t.valueChunkMarker))}};class R extends r.SequenceDelimitationPart{constructor(){super(!1,i.emptyBuffer)}toString(){return"SequenceDelimitationMarker []"}}t.sequenceDelimitationPartMarker=new R;class V extends r.ItemDelimitationPart{constructor(){super(!1,i.emptyBuffer)}toString(){return"ItemDelimitationMarker []"}}t.ItemDelimitationPartMarker=V,t.itemDelimitationPartMarker=new V,t.GuaranteedDelimitationEvents=e=>class extends e{constructor(){super(...arguments),this.partStack=[]}onSequence(e){return this.subtractLength(e),this.partStack.unshift({part:e,bytesLeft:e.length}),super.onSequence(e).concat(this.maybeDelimit())}onItem(e){return this.subtractLength(e),this.inFragments||this.partStack.unshift({part:e,bytesLeft:e.length}),super.onItem(e).concat(this.maybeDelimit())}onSequenceDelimitation(e){return this.partStack.length>0&&e!=t.sequenceDelimitationPartMarker&&!this.inFragments&&this.partStack.shift(),this.subtractAndEmit(e,(e=>super.onSequenceDelimitation(e).filter((e=>e!==t.sequenceDelimitationPartMarker))))}onItemDelimitation(e){return this.partStack.length>0&&!(e instanceof V)&&this.partStack.shift(),this.subtractAndEmit(e,(e=>super.onItemDelimitation(e).filter((e=>!(e instanceof V)))))}onHeader(e){return this.subtractAndEmit(e,super.onHeader.bind(this))}onValueChunk(e){return this.subtractAndEmit(e,super.onValueChunk.bind(this))}onFragments(e){return this.subtractAndEmit(e,super.onFragments.bind(this))}subtractLength(e){this.partStack.forEach((t=>{t.bytesLeft!=i.indeterminateLength&&(t.bytesLeft-=e.bytes.length)}))}maybeDelimit(){let e=0;for(;e<this.partStack.length&&this.partStack[e].bytesLeft!=i.indeterminateLength&&this.partStack[e].bytesLeft<=0;)e++;const n=this.partStack.slice(0,e);this.partStack=this.partStack.slice(e);const a=n.map((e=>e.part instanceof r.ItemPart?this.onItemDelimitation(t.itemDelimitationPartMarker):this.onSequenceDelimitation(t.sequenceDelimitationPartMarker)));return[].concat(...a)}subtractAndEmit(e,t){return this.subtractLength(e),t(e).concat(this.maybeDelimit())}},t.InSequence=e=>class extends e{constructor(){super(...arguments),this.sequenceStack=[]}sequenceDepth(){return this.sequenceStack.length}inSequence(){return this.sequenceStack.length>0}onSequence(e){return this.sequenceStack.unshift(e),super.onSequence(e)}onSequenceDelimitation(e){return this.inFragments||this.sequenceStack.shift(),super.onSequenceDelimitation(e)}},t.TagPathTracking=e=>class extends e{constructor(){super(...arguments),this.tagPath=s.emptyTagPath}onHeader(e){const t=this.tagPath;return this.tagPath=t instanceof s.TagPathItem?t.thenTag(e.tag):t.previous().thenTag(e.tag),super.onHeader(e)}onFragments(e){const t=this.tagPath;return this.tagPath=t instanceof s.TagPathItem?t.thenTag(e.tag):t.previous().thenTag(e.tag),super.onFragments(e)}onSequence(e){const t=this.tagPath;return this.tagPath=t instanceof s.TagPathItem?t.thenSequence(e.tag):t.previous().thenSequence(e.tag),super.onSequence(e)}onSequenceDelimitation(e){const t=this.tagPath;return this.inFragments||(this.tagPath=t.previous().thenSequenceEnd(t.tag())),super.onSequenceDelimitation(e)}onItem(e){const t=this.tagPath;return this.inFragments||(t instanceof s.TagPathItemEnd?this.tagPath=t.previous().thenItem(t.tag(),t.item+1):this.tagPath=t.previous().thenItem(t.tag(),1)),super.onItem(e)}onItemDelimitation(e){const t=this.tagPath;if(t instanceof s.TagPathItem)this.tagPath=t.previous().thenItemEnd(t.tag(),t.item);else{const e=t.previous();e instanceof s.TagPathItem&&(this.tagPath=e.previous().thenItemEnd(e.tag(),e.item))}return super.onItemDelimitation(e)}},t.GroupLengthWarnings=e=>class extends e{constructor(){super(...arguments),this.silent=!1}setSilent(e){this.silent=e}onHeader(e){return!this.silent&&(0,i.isGroupLength)(e.tag)&&e.tag!==o.Tag.FileMetaInformationGroupLength&&console.warn("Group length attribute detected, consider removing group lengths to maintain valid DICOM information"),super.onHeader(e)}onSequence(e){return!this.silent&&!e.indeterminate&&e.length>0&&console.warn("Determinate length sequence detected, consider re-encoding sequences to indeterminate length to maintain valid DICOM information"),super.onSequence(e)}onItem(e){return!this.silent&&!this.inFragments&&!e.indeterminate&&e.length>0&&console.warn("Determinate length item detected, consider re-encoding items to indeterminate length to maintain valid DICOM information"),super.onItem(e)}}},383:function(e,t,n){var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.deflateDatasetFlow=t.toUtf8Flow=t.toIndeterminateLengthSequences=t.fmiGroupLengthFlow=t.validateContextFlow=t.ValidationContext=t.headerFilter=t.fmiDiscardFilter=t.groupLengthDiscardFilter=t.denyFilter=t.allowFilter=t.tagFilter=t.stopTagFlow=t.toBytesFlow=void 0;const a=n(781),r=i(n(796)),o=n(8),s=n(232),c=n(495),S=n(929),l=n(600),u=n(958),R=n(572),V=n(59),m=n(613),d=n(613),g=n(203),h=n(692),p=n(353);function f(){return new a.Transform({writableObjectMode:!0,transform(e,t,n){this.push(e.bytes),process.nextTick((()=>n()))}})}function D(e,t=(()=>!0),n=!1){return(0,l.createFlow)(new class extends((0,l.TagPathTracking)((0,l.GuaranteedDelimitationEvents)((0,l.GuaranteedValueEvent)((0,l.GroupLengthWarnings)((0,l.InFragments)(l.DeferToPartFlow)))))){constructor(){super(),this.keeping=!1,this.setSilent(!n)}onPart(n){return this.keeping=this.tagPath===d.emptyTagPath?t(n):e(this.tagPath),this.keeping?[n]:[]}})}t.toBytesFlow=f,t.stopTagFlow=function(e){let t=!1;return(0,o.pipe)((0,l.createFlow)(new class extends((0,l.InSequence)((0,l.GuaranteedDelimitationEvents)((0,l.InFragments)(l.IdentityFlow)))){onHeader(t){const n=super.onHeader(t);return this.inSequence()||t.tag<e?n:[l.dicomEndMarker]}}),new a.Transform({objectMode:!0,transform(e,n,i){t||(e===l.dicomEndMarker?(t=!0,this.push(null)):this.push(e)),process.nextTick((()=>i()))}}))},t.tagFilter=D,t.allowFilter=function(e,t,n){return D((t=>e.some((e=>e.hasTrunk(t)||e.isTrunkOf(t)))),t,n)},t.denyFilter=function(e,t,n){return D((t=>!e.some((e=>e.isTrunkOf(t)))),t,n)},t.groupLengthDiscardFilter=function(){return D((e=>!(0,o.isGroupLength)(e.tag())||(0,o.isFileMetaInformation)(e.tag())))},t.fmiDiscardFilter=function(){return D((e=>!(0,o.isFileMetaInformation)(e.tag())),(()=>!1))},t.headerFilter=function(e,t=!1){return(0,l.createFlow)(new class extends((0,l.GroupLengthWarnings)((0,l.InFragments)(l.DeferToPartFlow))){constructor(){super(),this.keeping=!1,this.setSilent(!t)}onPart(t){return t instanceof R.HeaderPart?(this.keeping=e(t),this.keeping?[t]:[]):t instanceof R.ValueChunk?this.keeping?[t]:[]:(this.keeping=!0,[t])}})},t.ValidationContext=class{constructor(e,t){this.sopClassUID=e,this.transferSyntaxUID=t}},t.validateContextFlow=function(e){return(0,o.pipe)((0,c.collectFromTagPathsFlow)([g.TagTree.fromTag(V.Tag.MediaStorageSOPClassUID),g.TagTree.fromTag(V.Tag.TransferSyntaxUID),g.TagTree.fromTag(V.Tag.SOPClassUID)],"validatecontext"),(0,l.createFlow)(new class extends l.DeferToPartFlow{onPart(t){if(t instanceof R.ElementsPart&&"validatecontext"===t.label){let n=t.elements.stringByTag(V.Tag.MediaStorageSOPClassUID);void 0===n&&(n=t.elements.stringByTag(V.Tag.SOPClassUID)),void 0===n&&(n="<empty>");let i=t.elements.stringByTag(V.Tag.TransferSyntaxUID);if(void 0===i&&(i="<empty>"),e.findIndex((e=>e.sopClassUID===n&&e.transferSyntaxUID===i))>=0)return[];throw Error("The presentation context [SOPClassUID = "+n+", TransferSyntaxUID = "+i+"] is not supported")}return[t]}}))},t.fmiGroupLengthFlow=function(){return(0,o.pipe)((0,c.collectFlow)((e=>e.isRoot()&&(0,o.isFileMetaInformation)(e.tag())),(e=>!(0,o.isFileMetaInformation)(e.tag())),"fmigrouplength"),D((e=>!(0,o.isFileMetaInformation)(e.tag())),(()=>!0),!1),(0,l.createFlow)(new class extends((0,l.EndEvent)(l.DeferToPartFlow)){constructor(){super(...arguments),this.fmi=[],this.hasEmitted=!1}onEnd(){return this.hasEmitted?[]:this.fmi}onPart(e){if(e instanceof R.ElementsPart&&"fmigrouplength"===e.label){const t=e.elements;if(t.data.length>0){const e=t.data[0].bigEndian,n=t.data[0].explicitVR,i=t.filter((e=>e.tag!==V.Tag.FileMetaInformationGroupLength)),a=i.data.map((e=>e.toBytes().length)).reduce(((e,t)=>e+t),0),r=R.HeaderPart.create(V.Tag.FileMetaInformationGroupLength,p.VR.UL,4,e,n),s=new R.ValueChunk(e,(0,o.intToBytes)(a,e),!0);this.fmi=(0,o.concatArrays)([r,s],i.toParts(!1))}return[]}return!this.hasEmitted&&e.bytes.length>0?(this.hasEmitted=!0,e instanceof R.PreamblePart?(0,o.prependToArray)(e,this.fmi):(0,o.appendToArray)(e,this.fmi)):[e]}}))},t.toIndeterminateLengthSequences=function(){return(0,l.createFlow)(new class extends((0,l.GuaranteedDelimitationEvents)((0,l.InFragments)(l.IdentityFlow))){constructor(){super(...arguments),this.indeterminateBytes=Buffer.from([255,255,255,255])}onSequence(e){return super.onSequence(e).map((t=>t instanceof R.SequencePart&&!t.indeterminate?new R.SequencePart(e.tag,o.indeterminateLength,e.bigEndian,e.explicitVR,(0,o.concat)(e.bytes.slice(0,e.bytes.length-4),this.indeterminateBytes)):t))}onSequenceDelimitation(e){const t=super.onSequenceDelimitation(e);return e.bytes.length<=0&&t.push(new R.SequenceDelimitationPart(e.bigEndian,(0,o.sequenceDelimitation)(e.bigEndian))),t}onItem(e){return super.onItem(e).map((t=>t instanceof R.ItemPart&&!this.inFragments&&!t.indeterminate?new R.ItemPart(o.indeterminateLength,e.bigEndian,(0,o.concat)(e.bytes.slice(0,e.bytes.length-4),this.indeterminateBytes)):t))}onItemDelimitation(e){const t=super.onItemDelimitation(e);return e.bytes.length<=0&&t.push(new R.ItemDelimitationPart(e.bigEndian,(0,o.itemDelimitation)(e.bigEndian))),t}})},t.toUtf8Flow=function(){return(0,o.pipe)((0,c.collectFromTagPathsFlow)([g.TagTree.fromTag(V.Tag.SpecificCharacterSet)],"toutf8"),(0,u.modifyFlow)([],[new u.TagInsertion(m.TagPath.fromTag(V.Tag.SpecificCharacterSet),(()=>Buffer.from("ISO_IR 192")))]),(0,l.createFlow)(new class extends((0,l.GroupLengthWarnings)((0,l.InFragments)(l.IdentityFlow))){constructor(){super(...arguments),this.characterSets=s.defaultCharacterSet,this.currentValue=o.emptyBuffer}onHeader(e){return e.length>0&&s.CharacterSets.isVrAffectedBySpecificCharacterSet(e.vr)?(this.currentHeader=e,this.currentValue=o.emptyBuffer,[]):(this.currentHeader=void 0,[e])}onValueChunk(e){if(void 0===this.currentHeader||this.inFragments)return[e];if(this.currentValue=(0,o.concat)(this.currentValue,e.bytes),e.last){const e=this.currentHeader;this.currentHeader=void 0;const t=Buffer.from(this.characterSets.decode(this.currentValue,e.vr)),n=t.length;return[e.withUpdatedLength(n),new R.ValueChunk(e.bigEndian,t,!0)]}return[]}onPart(e){return e instanceof R.ElementsPart&&"toutf8"===e.label?(e.elements.contains(V.Tag.SpecificCharacterSet)&&(this.characterSets=s.CharacterSets.fromBytes(e.elements.bytesByTag(V.Tag.SpecificCharacterSet))),[]):[e]}}))};class T extends S.Detour{constructor(){super({objectMode:!0}),this.collectingTs=!1,this.tsBytes=o.emptyBuffer}process(e){if(e instanceof R.HeaderPart)if(e.isFmi)this.collectingTs=e.tag===V.Tag.TransferSyntaxUID,this.push(e);else if(this.tsBytes.toString().trim()===h.UID.DeflatedExplicitVRLittleEndian){const t=new a.Transform({readableObjectMode:!0,transform(e,t,n){this.push(new R.DeflatedChunk(!1,e)),process.nextTick((()=>n()))}});this.setDetourFlow((0,o.pipe)(f(),r.default.createDeflateRaw(),t)),this.setDetour(!0,e)}else this.push(e);else e instanceof R.ValueChunk&&this.collectingTs?(this.tsBytes=(0,o.concat)(this.tsBytes,e.bytes),this.push(e)):this.push(e)}}t.deflateDatasetFlow=function(){return new T}},572:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ElementsPart=t.UnknownPart=t.FragmentsPart=t.SequenceDelimitationPart=t.SequencePart=t.ItemDelimitationPart=t.ItemPart=t.DeflatedChunk=t.ValueChunk=t.HeaderPart=t.PreamblePart=t.MetaPart=t.DicomPart=void 0;const i=n(8);class a{constructor(e,t){this.bigEndian=e,this.bytes=t}}t.DicomPart=a;class r extends a{constructor(){super(!1,i.emptyBuffer)}}t.MetaPart=r,t.PreamblePart=class extends a{constructor(e){super(!1,e)}toString(){return"Preamble []"}};class o extends a{constructor(e,t,n,a,r,o,s){super(r,s),this.tag=e,this.vr=t,this.length=n,this.isFmi=a,this.bigEndian=r,this.explicitVR=o,this.bytes=s,this.bytes||(this.bytes=this.explicitVR?8===t.headerLength?Buffer.concat([(0,i.tagToBytes)(e,r),Buffer.from(t.name),(0,i.shortToBytes)(n,r)],8):Buffer.concat([(0,i.tagToBytes)(e,r),Buffer.from(t.name),Buffer.from([0,0]),(0,i.intToBytes)(n,r)],12):Buffer.concat([(0,i.tagToBytes)(e,r),(0,i.intToBytes)(n,r)],8))}static create(e,t,n,a=!1,r=!0){const s=r?8===t.headerLength?Buffer.concat([(0,i.tagToBytes)(e,a),Buffer.from(t.name),(0,i.shortToBytes)(n,a)],8):Buffer.concat([(0,i.tagToBytes)(e,a),Buffer.from(t.name),Buffer.from([0,0]),(0,i.intToBytes)(n,a)],12):Buffer.concat([(0,i.tagToBytes)(e,a),(0,i.intToBytes)(n,a)],8);return new o(e,t,n,(0,i.isFileMetaInformation)(e),a,r,s)}withUpdatedLength(e){if(e===this.length)return this;{let t=null;return t=this.bytes.length>=8&&this.explicitVR&&8===this.vr.headerLength?(0,i.concat)(this.bytes.slice(0,6),(0,i.shortToBytes)(e,this.bigEndian)):this.bytes.length>=12&&this.explicitVR&&12===this.vr.headerLength?(0,i.concat)(this.bytes.slice(0,8),(0,i.intToBytes)(e,this.bigEndian)):(0,i.concat)(this.bytes.slice(0,4),(0,i.intToBytes)(e,this.bigEndian)),new o(this.tag,this.vr,e,this.isFmi,this.bigEndian,this.explicitVR,t)}}toString(){return"Header [tag = "+(0,i.tagToString)(this.tag)+", vr = "+this.vr.name+", length = "+this.length+", bigEndian = "+this.bigEndian+", explicitVR = "+this.explicitVR+"]"}}t.HeaderPart=o,t.ValueChunk=class extends a{constructor(e,t,n){super(e,t),this.last=n}toString(){let e=(0,i.trim)(this.bytes.slice(0,100).toString("ascii").replace(/[^\x20-\x7E]/g,""));return this.bytes.length>100&&(e+="..."),"ValueChunk [length = "+this.bytes.length+", last = "+this.last+", ascii = "+e+"]"}},t.DeflatedChunk=class extends a{constructor(e,t){super(e,t)}toString(){return"DeflatedChunk [length = "+this.bytes.length+"]"}},t.ItemPart=class extends a{constructor(e,t,n){super(t,n),this.length=e,this.indeterminate=!1,this.indeterminate=e===i.indeterminateLength}toString(){return"Item [length = "+this.length+"]"}},t.ItemDelimitationPart=class extends a{constructor(e,t){super(e,t)}toString(){return"ItemDelimitation"}},t.SequencePart=class extends a{constructor(e,t,n,a,r){super(n,r),this.tag=e,this.length=t,this.explicitVR=a,this.indeterminate=!1,this.indeterminate=t===i.indeterminateLength}toString(){return"Sequence [tag = "+(0,i.tagToString)(this.tag)+", length = "+this.length+"]"}},t.SequenceDelimitationPart=class extends a{constructor(e,t){super(e,t)}toString(){return"SequenceDelimitation []"}},t.FragmentsPart=class extends a{constructor(e,t,n,i,a,r){super(i,r),this.tag=e,this.length=t,this.vr=n,this.explicitVR=a}toString(){return"Fragments [tag = "+(0,i.tagToString)(this.tag)+", vr = "+this.vr.name+", length = "+this.length+"]"}},t.UnknownPart=class extends a{constructor(e,t){super(e,t)}toString(){return"Unknown []"}},t.ElementsPart=class extends r{constructor(e,t){super(),this.label=e,this.elements=t}}},444:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.elementFlow=void 0;const i=n(8),a=n(600),r=n(614),o=n(572),s=n(397);t.elementFlow=function(){return(0,a.createFlow)(new class extends((0,a.GuaranteedValueEvent)((0,a.InFragments)(a.DeferToPartFlow))){constructor(){super(...arguments),this.bytes=i.emptyBuffer}onPart(e){return e instanceof o.PreamblePart?[r.preambleElement]:e instanceof o.HeaderPart?(this.currentValue=new r.ValueElement(e.tag,e.vr,s.Value.empty(),e.bigEndian,e.explicitVR),this.bytes=i.emptyBuffer,[]):e instanceof o.ItemPart&&this.inFragments?(this.currentFragment=new r.FragmentElement(e.length,s.Value.empty(),e.bigEndian),this.bytes=i.emptyBuffer,[]):e instanceof o.ValueChunk?(this.bytes=(0,i.concat)(this.bytes,e.bytes),e.last?this.inFragments?void 0===this.currentFragment?[]:[new r.FragmentElement(this.currentFragment.length,new s.Value(this.bytes),this.currentFragment.bigEndian)]:[new r.ValueElement(this.currentValue.tag,this.currentValue.vr,new s.Value(this.bytes),this.currentValue.bigEndian,this.currentValue.explicitVR)]:[]):e instanceof o.SequencePart?[new r.SequenceElement(e.tag,e.length,e.bigEndian,e.explicitVR)]:e instanceof o.FragmentsPart?[new r.FragmentsElement(e.tag,e.vr,e.bigEndian,e.explicitVR)]:e instanceof o.ItemPart?[new r.ItemElement(e.length,e.bigEndian)]:e instanceof o.ItemDelimitationPart?[new r.ItemDelimitationElement(e.bigEndian)]:e instanceof o.SequenceDelimitationPart?[new r.SequenceDelimitationElement(e.bigEndian)]:[]}})}},76:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.elementSink=void 0;const i=n(781),a=n(895);t.elementSink=function(e){const t=new a.ElementsBuilder,n=new i.Writable({objectMode:!0,write(e,n,i){try{t.addElement(e),process.nextTick((()=>i()))}catch(e){process.nextTick((()=>this.emit("error",e)))}}});return n.once("finish",(()=>{e(t.build())})),n}},895:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ElementsBuilder=void 0;const i=n(8),a=n(232),r=n(614),o=n(59),s=n(353),c=n(140);class S{constructor(e,t){this.characterSets=e,this.zoneOffset=t,this.data=new Array(64),this.pos=0}addElementSet(e){if(e instanceof r.ValueElement&&e.tag===o.Tag.SpecificCharacterSet)this.characterSets=a.CharacterSets.fromBytes(e.value.bytes);else if(e instanceof r.ValueElement&&e.tag===o.Tag.TimezoneOffsetFromUTC){const t=(0,c.parseZoneOffset)(e.value.toSingleString(s.VR.SH,e.bigEndian,this.characterSets));this.zoneOffset=t||this.zoneOffset}return this.data.length<=this.pos&&(this.data.length*=2),this.data[this.pos++]=e,this}isEmpty(){return 0==this.data.length}build(){return new c.Elements(this.characterSets,this.zoneOffset,this.data.slice(0,this.pos))}}t.ElementsBuilder=class{constructor(){this.builderStack=[new S(i.defaultCharacterSet,i.systemZone)],this.sequenceStack=[],this.lengthStack=[]}addElement(e){if(e==r.preambleElement&&1==this.builderStack.length&&this.builderStack[0].isEmpty())return this;if(e instanceof r.ValueElement)return this.subtractLength(e.length+(e.explicitVR?e.vr.headerLength:8)),this.builderStack[0].addElementSet(e),this.maybeDelimit();if(e instanceof r.FragmentsElement)return this.subtractLength(e.explicitVR?e.vr.headerLength:8),this.updateFragments(new r.Fragments(e.tag,e.vr,void 0,[],e.bigEndian,e.explicitVR)),this.maybeDelimit();if(e instanceof r.FragmentElement){if(this.subtractLength(8+e.length),void 0!==this.fragments){const t=this.fragments.addFragment(new r.Fragment(e.length,e.value,e.bigEndian));this.updateFragments(t)}return this.maybeDelimit()}if(e instanceof r.SequenceDelimitationElement&&this.hasFragments())return this.subtractLength(8),this.builderStack[0].addElementSet(this.fragments),this.updateFragments(void 0),this.maybeDelimit();if(e instanceof r.SequenceElement)return this.subtractLength(e.explicitVR?12:8),e.indeterminate||this.pushLength(e,e.length),this.pushSequence(new r.Sequence(e.tag,e.indeterminate?e.length:0,[],e.bigEndian,e.explicitVR)),this.maybeDelimit();if(e instanceof r.ItemElement&&this.hasSequence()){this.subtractLength(8);const t=this.builderStack[0],n=this.sequenceStack[0].addItem(new r.Item(c.Elements.empty(),e.indeterminate?e.length:0,e.bigEndian));return e.indeterminate||this.pushLength(e,e.length),this.pushBuilder(new S(t.characterSets,t.zoneOffset)),this.updateSequence(n),this.maybeDelimit()}return e instanceof r.ItemDelimitationElement&&this.hasSequence()?(this.subtractLength(8),!this.itemIsIndeterminate()&&this.lengthStack.length>0&&this.lengthStack.shift(),this.endItem(),this.maybeDelimit()):e instanceof r.SequenceDelimitationElement&&this.hasSequence()?(this.subtractLength(8),!this.sequenceIsIndeterminate()&&this.lengthStack.length>0&&this.lengthStack.shift(),this.endSequence(),this.maybeDelimit()):(console.warn(`Unexpected element ${e}`),this.subtractLength(e.toBytes().length),this.maybeDelimit())}noteElement(e){return this.subtractLength(e.toBytes().length),this.maybeDelimit()}currentDepth(){return this.sequenceStack.length}build(){return 0===this.builderStack.length?c.Elements.empty():this.builderStack[0].build()}updateSequence(e){0===this.sequenceStack.length?this.sequenceStack=[e]:this.sequenceStack[0]=e}updateFragments(e){this.fragments=e}subtractLength(e){this.lengthStack.forEach((t=>t.bytesLeft-=e))}pushBuilder(e){this.builderStack.unshift(e)}pushSequence(e){this.sequenceStack.unshift(e)}pushLength(e,t){this.lengthStack.unshift({element:e,bytesLeft:t})}popBuilder(){this.builderStack.shift()}popSequence(){this.sequenceStack.shift()}hasSequence(){return this.sequenceStack.length>0}hasFragments(){return void 0!==this.fragments}sequenceIsIndeterminate(){return this.sequenceStack.length>0&&this.sequenceStack[0].indeterminate}itemIsIndeterminate(){return this.sequenceStack.length>0&&this.sequenceStack[0].items.length>0&&this.sequenceStack[0].items[this.sequenceStack[0].items.length-1].indeterminate}endItem(){const e=this.builderStack[0],t=this.sequenceStack[0],n=e.build(),i=t.items;if(i.length>0){i[i.length-1]=i[i.length-1].setElements(n);const e=new r.Sequence(t.tag,t.length,i,t.bigEndian,t.explicitVR);this.popBuilder(),this.updateSequence(e)}}endSequence(){const e=this.sequenceStack[0],t=e.indeterminate?e.length:e.toBytes().length-(e.explicitVR?12:8),n=new r.Sequence(e.tag,t,e.items,e.bigEndian,e.explicitVR);this.builderStack[0].addElementSet(n),this.popSequence()}maybeDelimit(){const e=this.lengthStack.filter((e=>e.bytesLeft<=0));return e.length>0&&(this.lengthStack=this.lengthStack.filter((e=>e.bytesLeft>0)),e.forEach((e=>{e.element instanceof r.ItemElement?this.endItem():this.endSequence()}))),this}}},140:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Elements=t.parseZoneOffset=void 0;const i=n(925),a=n(614),r=n(8),o=n(232),s=n(608),c=n(59),S=n(613),l=n(397),u=n(353);function R(e){if(!(e.length<5))try{return i.ZoneOffset.ofTotalMinutes(parseInt(e.slice(0,1)+(60*parseInt(e.slice(1,3),10)+parseInt(e.slice(4,6),10)),10))}catch(e){return}}t.parseZoneOffset=R;class V{constructor(e=r.defaultCharacterSet,t=r.systemZone,n=[]){this.characterSets=e,this.zoneOffset=t,this.data=n,this.size=n.length}static empty(e=r.defaultCharacterSet,t=r.systemZone){return new V(e,t,[])}elementByTag(e){return this.data.find((t=>t.tag===e))}elementByPath(e){const t=e.previous();if(t instanceof S.TagPathItem){const n=this.nestedByPath(t);return void 0===n?void 0:n.elementByTag(e.tag())}if(t.isEmpty())return this.elementByTag(e.tag());throw Error("Unsupported tag path type")}valueElementByTag(e){return this._valueByTag(e,(e=>e))}valueElementByPath(e){return this._valueByPath(e,(e=>e))}valueByTag(e){const t=this.valueElementByTag(e);return t?t.value:void 0}valueByPath(e){const t=this.valueElementByPath(e);return t?t.value:void 0}bytesByTag(e){const t=this.valueByTag(e);return t?t.bytes:void 0}bytesByPath(e){const t=this.valueByPath(e);return t?t.bytes:void 0}stringsByTag(e){return this._valuesByTag(e,(e=>e.value.toStrings(e.vr,e.bigEndian,this.characterSets)))}stringsByPath(e){return this._valuesByPath(e,(e=>e.value.toStrings(e.vr,e.bigEndian,this.characterSets)))}stringByTag(e){return this._valueByTag(e,(e=>e.value.toString(e.vr,e.bigEndian,this.characterSets)))}stringByPath(e){return this._valueByPath(e,(e=>e.value.toString(e.vr,e.bigEndian,this.characterSets)))}singleStringByTag(e){return this._valueByTag(e,(e=>e.value.toSingleString(e.vr,e.bigEndian,this.characterSets)))}singleStringByPath(e){return this._valueByPath(e,(e=>e.value.toSingleString(e.vr,e.bigEndian,this.characterSets)))}numbersByTag(e){return this._valuesByTag(e,(e=>e.value.toNumbers(e.vr,e.bigEndian)))}numbersByPath(e){return this._valuesByPath(e,(e=>e.value.toNumbers(e.vr,e.bigEndian)))}numberByTag(e){return this._valueByTag(e,(e=>e.value.toNumber(e.vr,e.bigEndian)))}numberByPath(e){return this._valueByPath(e,(e=>e.value.toNumber(e.vr,e.bigEndian)))}datesByTag(e){return this._valuesByTag(e,(e=>e.value.toDates(e.vr)))}datesByPath(e){return this._valuesByPath(e,(e=>e.value.toDates(e.vr)))}dateByTag(e){return this._valueByTag(e,(e=>e.value.toDate(e.vr)))}dateByPath(e){return this._valueByPath(e,(e=>e.value.toDate(e.vr)))}timesByTag(e){return this._valuesByTag(e,(e=>e.value.toTimes(e.vr)))}timesByPath(e){return this._valuesByPath(e,(e=>e.value.toTimes(e.vr)))}timeByTag(e){return this._valueByTag(e,(e=>e.value.toTime(e.vr)))}timeByPath(e){return this._valueByPath(e,(e=>e.value.toTime(e.vr)))}dateTimesByTag(e){return this._valuesByTag(e,(e=>e.value.toDateTimes(e.vr,this.zoneOffset)))}dateTimesByPath(e){return this._valuesByPath(e,(e=>e.value.toDateTimes(e.vr,this.zoneOffset)))}dateTimeByTag(e){return this._valueByTag(e,(e=>e.value.toDateTime(e.vr,this.zoneOffset)))}dateTimeByPath(e){return this._valueByPath(e,(e=>e.value.toDateTime(e.vr,this.zoneOffset)))}personNamesByTag(e){return this._valuesByTag(e,(e=>e.value.toPersonNames(e.vr,this.characterSets)))}personNamesByPath(e){return this._valuesByPath(e,(e=>e.value.toPersonNames(e.vr,this.characterSets)))}personNameByTag(e){return this._valueByTag(e,(e=>e.value.toPersonName(e.vr,this.characterSets)))}personNameByPath(e){return this._valueByPath(e,(e=>e.value.toPersonName(e.vr,this.characterSets)))}urlByTag(e){return this._valueByTag(e,(e=>e.value.toURL(e.vr)))}urlByPath(e){return this._valueByPath(e,(e=>e.value.toURL(e.vr)))}sequenceByTag(e){const t=this.elementByTag(e);return t instanceof a.Sequence?t:void 0}sequenceByPath(e){const t=this._traverseTrunk(this,e.previous());return t?t.sequenceByTag(e.tag()):void 0}itemByTag(e,t){const n=this.sequenceByTag(e);return n?n.item(t):void 0}nestedByTag(e,t){const n=this.itemByTag(e,t);return n?n.elements:void 0}nestedByPath(e){const t=this._traverseTrunk(this,e.previous());return t?t.nestedByTag(e.tag(),e.item):void 0}fragmentsByTag(e){const t=this.elementByTag(e);return t&&t instanceof a.Fragments?t:void 0}setElementSet(e){if(e instanceof a.ValueElement&&e.tag===c.Tag.SpecificCharacterSet)return new V(o.CharacterSets.fromBytes(e.value.bytes),this.zoneOffset,this._insertOrdered(e));if(e instanceof a.ValueElement&&e.tag===c.Tag.TimezoneOffsetFromUTC){const t=R(e.value.toString(u.VR.SH))||r.systemZone;return new V(this.characterSets,t,this._insertOrdered(e))}return new V(this.characterSets,this.zoneOffset,this._insertOrdered(e))}setElementSets(e){return e.reduce(((e,t)=>e.setElementSet(t)),this)}setSequence(e){return this.setElementSet(e)}updateSequence(e,t,n){const i=this.sequenceByTag(e);if(i){const e=i.item(t);if(e){const a=n(e.elements),r=e.setElements(a),o=i.setItem(t,r);return this.setElementSet(o)}}}updatePath(e,t,n){if(0===t.length)return n(e);const i=t[0];if(i instanceof S.TagPathItem){return e.updateSequence(i.tag(),i.item,(e=>this.updatePath(e,t.slice(1),n)))||e}throw Error("Unsupported tag path type")}setNested(e,t){return this.updatePath(this,e.toList(),(()=>t))}setNestedElementSet(e,t){return this.updatePath(this,e.toList(),(e=>e.setElementSet(t)))}setNestedSequence(e,t){return this.setNestedElementSet(e,t)}addItem(e,t){const n=this.sequenceByPath(e);if(n){const i=n.bigEndian,o=n.indeterminate?new a.Item(t,r.indeterminateLength,i):new a.Item(t,t.toBytes(!1).length,i),s=n.addItem(o);if(e.previous()===S.emptyTagPath)return this.setSequence(s);if(e.previous()instanceof S.TagPathItem)return this.setNestedSequence(e.previous(),s);throw Error("Unsupported tag path type")}return this}setCharacterSets(e){return new V(e,this.zoneOffset,this.data)}setZoneOffset(e){return new V(this.characterSets,e,this.data)}setValue(e,t,n,i=!1,r=!0){return this.setElementSet(new a.ValueElement(e,t,n,i,r))}setBytes(e,t,n,i=!1,a=!0){return this.setValue(e,t,l.Value.fromBuffer(t,n),i,a)}setStrings(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromStrings(n,t,i),i,a)}setString(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromString(n,t,i),i,a)}setNumbers(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromNumbers(n,t,i),i,a)}setNumber(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromNumber(n,t,i),i,a)}setDates(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromDates(n,t),i,a)}setDate(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromDate(n,t),i,a)}setTimes(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromTimes(n,t),i,a)}setTime(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromTime(n,t),i,a)}setDateTimes(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromDateTimes(n,t),i,a)}setDateTime(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromDateTime(n,t),i,a)}setPersonNames(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromPersonNames(n,t),i,a)}setPersonName(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromPersonName(n,t),i,a)}setURL(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromURL(n,t),i,a)}setNestedValue(e,t,n,i=!1,a=!0){return e.isRoot()?this.setValue(e.tag(),t,n,i,a):this.setNested(e.previous(),(this.nestedByPath(e.previous())||V.empty()).setValue(e.tag(),t,n,i,a))}setNestedBytes(e,t,n,i=!1,a=!0){return this.setNestedValue(e,t,l.Value.fromBuffer(t,n),i,a)}setNestedStrings(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromStrings(n,t,i),i,a)}setNestedString(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromString(n,t,i),i,a)}setNestedNumbers(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromNumbers(n,t,i),i,a)}setNestedNumber(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromNumber(n,t,i),i,a)}setNestedDates(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromDates(n,t),i,a)}setNestedDate(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromDate(n,t),i,a)}setNestedTimes(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromTimes(n,t),i,a)}setNestedTime(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromTime(n,t),i,a)}setNestedDateTimes(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromDateTimes(n,t),i,a)}setNestedDateTime(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromDateTime(n,t),i,a)}setNestedPersonNames(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromPersonNames(n,t),i,a)}setNestedPersonName(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromPersonName(n,t),i,a)}setNestedURL(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromURL(n,t),i,a)}removeByTag(e){return this.filter((t=>t.tag!==e))}removeByPath(e){if(e===S.emptyTagPath)return this;if(e instanceof S.TagPathItem){if(e.previous()===S.emptyTagPath){const t=this.sequenceByTag(e.tag());return t?this.setSequence(t.removeItem(e.item)):this}if(e.previous()instanceof S.TagPathItem){const t=this.nestedByPath(e.previous());return t?this.setNested(e.previous(),t.removeByPath(S.TagPath.fromItem(e.tag(),e.item))):this}throw Error("Unsupported tag path type")}if(e instanceof S.TagPathTag){if(e.previous()===S.emptyTagPath)return this.removeByTag(e.tag());if(e.previous()instanceof S.TagPathItem){const t=this.nestedByPath(e.previous());return t?this.setNested(e.previous(),t.removeByTag(e.tag())):this}throw Error("Unsupported tag path type")}throw Error("Unsupported tag path type")}filter(e){return new V(this.characterSets,this.zoneOffset,this.data.filter(e))}head(){return this.data.length>0?this.data[0]:void 0}isEmpty(){return this.data.length<=0}nonEmpty(){return!this.isEmpty()}contains(e){return"number"==typeof e?this.data.map((e=>e.tag)).includes(e):e instanceof S.TagPathTag?void 0!==this.elementByPath(e):e instanceof S.TagPathItem&&void 0!==this.nestedByPath(e)}sorted(){return new V(this.characterSets,this.zoneOffset,this.data.slice().sort(((e,t)=>e.tag-t.tag)))}toElements(e=!0){const t=(0,r.flatten)(this.data.map((e=>e.toElements())));return e?(0,r.prependToArray)(a.preambleElement,t):t}toParts(e){return(0,r.flatten)(this.toElements(e).map((e=>e.toParts())))}toBytes(e=!0){return this.data.map((e=>e.toBytes())).reduce(((e,t)=>(0,r.concat)(e,t)),e?a.preambleElement.toBytes():r.emptyBuffer)}toStrings(e){const t=" ",n=e=>t.repeat(Math.max(0,40-e.length)),i=e=>t.repeat(Math.max(0,4-(e+"").length));return(0,r.flatten)(this.data.map((o=>{if(o instanceof a.ValueElement){const a=o.value.toStrings(o.vr,o.bigEndian,this.characterSets),c=a.join(r.multiValueDelimiter),S=a.length+"";return[e+(0,r.tagToString)(o.tag)+t+o.vr.name+t+c+t+n(c)+" # "+i(o.length)+t+o.length+", "+S+t+s.Lookup.keywordOf(o.tag)||""]}if(o instanceof a.Sequence){const a=o.length===r.indeterminateLength?"Sequence with indeterminate length":"Sequence with explicit length "+o.length,S=e+(0,r.tagToString)(o.tag)+" SQ "+a+t+n(a)+" # "+i((0,r.toInt32)(o.length))+t+(0,r.toInt32)(o.length)+", 1 "+s.Lookup.keywordOf(o.tag)||"",l=(0,r.flatten)(o.items.map((a=>{const o=a.indeterminate?"Item with indeterminate length":"Item with explicit length "+a.length,s=e+" "+(0,r.tagToString)(c.Tag.Item)+" na "+o+t+n(o)+" # "+i((0,r.toInt32)(a.length))+t+(0,r.toInt32)(a.length)+", 1 Item",S=a.elements.toStrings(e+" "),l=e+" "+(0,r.tagToString)(c.Tag.ItemDelimitationItem)+" na "+t.repeat(41)+" # 0, 0 ItemDelimitationItem";return S.unshift(s),S.push(l),S}))),u=e+(0,r.tagToString)(c.Tag.SequenceDelimitationItem)+" na "+t.repeat(41)+" # 0, 0 SequenceDelimitationItem";return l.unshift(S),l.push(u),l}if(o instanceof a.Fragments){const a="Fragments with "+o.size+" fragment(s)",S=e+(0,r.tagToString)(o.tag)+t+o.vr.name+t+a+t+n(a)+" # na, 1 "+s.Lookup.keywordOf(o.tag)||"";let l=[];if(void 0!==o.offsets){const a=o.offsets.length,s="Offsets table with "+a+" offset(s)";l=[e+t+t+(0,r.tagToString)(c.Tag.Item)+" na "+s+t+n(s)+" # "+i(4*a)+t+4*a+", 1 Item"]}const u=o.fragments.map((a=>{const o="Fragment with length "+a.length;return e+t+t+(0,r.tagToString)(c.Tag.Item)+" na "+o+t+n(o)+" # "+i(a.length)+t+a.length+", 1 Item"})),R=e+(0,r.tagToString)(c.Tag.SequenceDelimitationItem)+" na "+t.repeat(43)+" # 0, 0 SequenceDelimitationItem";l.unshift(S);for(const e of u)l.push(e);return l.push(R),l}return[]})))}toString(){return this.toStrings("").join("\r\n")}_valueByTag(e,t){const n=this.elementByTag(e);return n&&n instanceof a.ValueElement?t(n):void 0}_valueByPath(e,t){const n=this.elementByPath(e);return n&&n instanceof a.ValueElement?t(n):void 0}_valuesByTag(e,t){const n=this.elementByTag(e);return n&&n instanceof a.ValueElement?t(n):[]}_valuesByPath(e,t){const n=this.elementByPath(e);return n&&n instanceof a.ValueElement?t(n):[]}_traverseTrunk(e,t){if(t.isEmpty())return e;if(t instanceof S.TagPathItem){const n=this._traverseTrunk(e,t.previous());return n?n.nestedByTag(t.tag(),t.item):void 0}throw Error("Unsupported tag path type")}_insertOrdered(e){if(this.isEmpty())return[e];{const t=[];let n=!0;return this.data.forEach((i=>{n&&i.tag>e.tag&&(t.push(e),n=!1),i.tag===e.tag?(t.push(e),n=!1):t.push(i)})),n&&t.push(e),t}}}t.Elements=V},218:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.flatMapFlow=t.filterFlow=t.mapFlow=t.objectToStringFlow=t.appendFlow=t.prependFlow=t.printFlow=t.identityFlow=void 0;const i=n(781);t.identityFlow=function(e=!1){return new i.Transform({objectMode:e,transform(e,t,n){this.push(e),process.nextTick((()=>n()))}})},t.printFlow=function(e=!1){return new i.Transform({objectMode:e,transform(e,t,n){console.log(e),this.push(e),process.nextTick((()=>n()))}})},t.prependFlow=function(e,t=!1){let n=!1;return new i.Transform({objectMode:t,transform(t,i,a){n||(this.push(e),n=!0),this.push(t),process.nextTick((()=>a()))}})},t.appendFlow=function(e,t=!1){return new i.Transform({objectMode:t,transform(e,t,n){this.push(e),process.nextTick((()=>n()))},flush(t){process.nextTick((()=>t(null,e)))}})},t.objectToStringFlow=function(e){return new i.Transform({writableObjectMode:!0,transform(t,n,i){this.push(e(t)+"\n"),process.nextTick((()=>i()))}})},t.mapFlow=function(e){return new i.Transform({objectMode:!0,transform(t,n,i){try{this.push(e(t)),process.nextTick((()=>i()))}catch(e){process.nextTick((()=>this.emit("error",e)))}}})},t.filterFlow=function(e){return new i.Transform({objectMode:!0,transform(t,n,i){try{!0===e(t)&&this.push(t),process.nextTick((()=>i()))}catch(e){process.nextTick((()=>this.emit("error",e)))}}})},t.flatMapFlow=function(e){return new i.Transform({objectMode:!0,transform(t,n,i){try{for(const n of e(t))this.push(n);process.nextTick((()=>i()))}catch(e){process.nextTick((()=>this.emit("error",e)))}}})}},22:function(e,t,n){var i=this&&this.__createBinding||(Object.create?function(e,t,n,i){void 0===i&&(i=n);var a=Object.getOwnPropertyDescriptor(t,n);a&&!("get"in a?!t.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,i,a)}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]}),a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||i(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.CharacterSets=void 0,a(n(929),t),a(n(8),t),a(n(353),t),a(n(692),t),a(n(59),t),a(n(608),t),a(n(613),t),a(n(203),t),a(n(178),t),a(n(572),t),a(n(614),t);var r=n(232);Object.defineProperty(t,"CharacterSets",{enumerable:!0,get:function(){return r.CharacterSets}}),a(n(595),t),a(n(218),t),a(n(477),t),a(n(667),t),a(n(600),t),a(n(383),t),a(n(495),t),a(n(958),t),a(n(57),t),a(n(397),t),a(n(140),t),a(n(895),t),a(n(444),t),a(n(76),t)},608:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Lookup=void 0;const i=n(59),a=n(374),r=n(276);class o{static keywordOf(e){if(0==(65535&e)&&0!=(4294770688&e))return"GroupLength";if(0!=(65536&e))return 0==(65280&e)&&0!=(240&e)?"PrivateCreatorID":"";if((4294967040&e)===i.Tag.SourceImageIDs)return"SourceImageIDs";let t=e;return 1342177280==(4292870144&e)||1610612736==(4292870144&e)?t=4292935679&e:2130706432==(4278190080&e)&&2145386496!=(4294901760&e)&&(t=4278255615&e),o.keywords.find((e=>i.Tag[e]===t))}static vrOf(e){return a.TagToVR.vrOf(e)}static tagOf(e){return i.Tag[e]}static nameOf(e){return r.UIDToName.nameOf(e)}}t.Lookup=o,o.keywords=Object.keys(i.Tag)},958:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.modifyFlow=t.TagModificationsPart=t.TagInsertion=t.TagModification=void 0;const i=n(8),a=n(600),r=n(608),o=n(572),s=n(613),c=n(353);class S{constructor(e,t){this.matches=e,this.modification=t}static equals(e,t){return new S(e.isEqualTo.bind(e),t)}static endsWith(e,t){return new S((t=>t.endsWith(e)),t)}}t.TagModification=S,t.TagInsertion=class{constructor(e,t){this.tagPath=e,this.insertion=t,this.tagPath=e,this.insertion=t}};class l extends o.MetaPart{constructor(e=[],t=[],n=!1){super(),this.modifications=e,this.insertions=t,this.replace=n}}t.TagModificationsPart=l,t.modifyFlow=function(e=[],t=[],n=!0){const u=void 0===e?[]:e,R=void 0===t?[]:t,V=void 0===n||n,m=e=>e.filter(((e,t,n)=>n.findIndex((t=>t.tagPath.isEqualTo(e.tagPath)))===t)).sort(((e,t)=>e.tagPath.isBelow(t.tagPath)?-1:1));return(0,a.createFlow)(new class extends((0,a.TagPathTracking)((0,a.GuaranteedValueEvent)((0,a.GuaranteedDelimitationEvents)((0,a.GroupLengthWarnings)((0,a.InFragments)((0,a.EndEvent)(a.DeferToPartFlow))))))){constructor(){super(),this.currentModifications=u,this.currentInsertions=m(R.slice()),this.latestTagPath=s.emptyTagPath,this.value=i.emptyBuffer,this.bigEndian=!1,this.explicitVR=!0,this.setSilent(!V)}onPart(e){if(e instanceof l)return e.replace?(this.currentModifications=e.modifications,this.currentInsertions=m(e.insertions.slice())):(this.currentModifications=(0,i.concatArrays)(this.currentModifications,e.modifications),this.currentInsertions=m((0,i.concatArrays)(this.currentInsertions,e.insertions))),[];if(e instanceof o.HeaderPart){this.updateSyntax(e);const t=this.findInsertParts(),n=this.findModifyPart(e);return this.latestTagPath=this.tagPath,(0,i.concatArrays)(t,n)}if(e instanceof o.SequencePart){const t=this.findInsertParts();return this.latestTagPath=this.tagPath,(0,i.appendToArray)(e,t)}if(e instanceof o.ValueChunk){if(void 0!==this.currentModification&&void 0!==this.currentHeader){if(this.value=(0,i.concat)(this.value,e.bytes),e.last){const e=(0,i.padToEvenLength)(this.currentModification.modification(this.value),this.currentHeader.vr),t=this.currentHeader.withUpdatedLength(e.length);return this.currentModification=void 0,this.currentHeader=void 0,(0,i.prependToArray)(t,this.valueOrNot(e))}return[]}return[e]}return this.latestTagPath=this.tagPath,[e]}onEnd(){return this.latestTagPath.isEmpty()?[]:(0,i.flatten)(this.currentInsertions.filter((e=>e.tagPath.isRoot())).filter((e=>this.latestTagPath.isBelow(e.tagPath))).map((e=>this.headerAndValueParts(e.tagPath,(0,i.padToEvenLength)(e.insertion(void 0),e.tagPath.tag())))))}updateSyntax(e){this.bigEndian=e.bigEndian,this.explicitVR=e.explicitVR}valueOrNot(e){return e.length>0?[new o.ValueChunk(this.bigEndian,e,!0)]:[]}headerAndValueParts(e,t){const n=r.Lookup.vrOf(e.tag());if(n===c.VR.UN)throw Error("Tag is not present in dictionary, cannot determine value representation");if(n===c.VR.SQ)throw Error("Cannot insert sequences");const a=o.HeaderPart.create(e.tag(),n,t.length,this.bigEndian,this.explicitVR);return(0,i.prependToArray)(a,this.valueOrNot(t))}isBetween(e,t,n){return e.isBelow(t)&&t.isBelow(n)}isInDataset(e,t){return e.previous().isEqualTo(t.previous())}findInsertParts(){return(0,i.flatten)(this.currentInsertions.filter((e=>this.isBetween(this.latestTagPath,e.tagPath,this.tagPath))).filter((e=>this.isInDataset(e.tagPath,this.tagPath))).map((e=>this.headerAndValueParts(e.tagPath,(0,i.padToEvenLength)(e.insertion(void 0),e.tagPath.tag())))))}findModifyPart(e){const t=this.currentModifications.find((e=>e.matches(this.tagPath)));if(void 0!==t)return this.currentHeader=e,this.currentModification=t,this.value=i.emptyBuffer,[];{const t=this.currentInsertions.find((e=>e.tagPath.isEqualTo(this.tagPath)));return void 0!==t?(this.currentHeader=e,this.currentModification=new S((e=>e.isEqualTo(t.tagPath)),(e=>t.insertion(e))),this.value=i.emptyBuffer,[]):[e]}}})}},667:function(e,t,n){var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.parseFlow=void 0;const a=i(n(796)),r=n(8),o=n(557),s=n(929),c=n(608),S=n(223),l=n(572),u=n(59),R=n(692),V=n(353);class m extends o.ParseStep{constructor(e,t){super(),this.state=e,this.flow=t}}class d{constructor(e,t,n){this.maySwitchTs=e,this.bigEndian=t,this.explicitVR=n}}class g{constructor(e,t,n,i,a,r){this.tsuid=e,this.bigEndian=t,this.explicitVR=n,this.hasFmi=i,this.pos=a,this.fmiEndPos=r}}class h{constructor(e,t,n){this.bigEndian=e,this.bytesLeft=t,this.nextStep=n}}class p{constructor(e,t){this.bigEndian=e,this.explicitVR=t}}class f extends m{constructor(e){super(null,e)}parse(e){let t;e.remainingSize()<S.dicomPreambleLength+8?e.remainingData().slice(0,128).every((e=>0===e))&&e.ensure(S.dicomPreambleLength+8):(0,S.isPreamble)(e.remainingData())&&(t=new l.PreamblePart(e.take(S.dicomPreambleLength))),e.ensure(8);const n=(0,S.tryReadHeader)(e.remainingData());if(n){let e;return n.hasFmi?(n.explicitVR||console.warn("File meta information uses implicit VR encoding"),n.bigEndian&&console.warn("File meta information uses big-endian encoding"),e=new D(new g(void 0,n.bigEndian,n.explicitVR,n.hasFmi,0,void 0),this.flow)):e=new T(new d(!1,n.bigEndian,n.explicitVR),this.flow),new o.ParseResult(t,e)}throw new Error("Not a DICOM stream")}onTruncation(e){e.remainingSize()===S.dicomPreambleLength&&(0,S.isPreamble)(e.remainingData())?this.flow.push(new l.PreamblePart(e.take(S.dicomPreambleLength))):super.onTruncation(e)}}class D extends m{constructor(e,t){super(e,t),this.transferSyntaxLengthLimit=1024}toDatasetStep(e,t){let n=this.state.tsuid;n||(console.warn("Missing Transfer Syntax (0002,0010) - assume Explicit VR Little Endian"),n=R.UID.ExplicitVRLittleEndian);const i=n===R.UID.ExplicitVRBigEndianRetired,o=n!==R.UID.ImplicitVRLittleEndian;if((0,r.isDeflated)(n)){if(!this.flow.inflate)return new I(this.state,this.flow);{e.ensure(t+2);let n=a.default.createInflateRaw();const i=e.remainingData().slice(t,t+2);30876===(0,r.bytesToUShortBE)(i)&&(console.warn("Deflated DICOM Stream with ZLIB Header"),n=a.default.createInflate());const o=e.take(t),s=e.remainingData();e.setInput(o),this.flow.setDetourFlow(n),this.flow.setDetour(!0,s)}}return new T(new d(!0,i,o),this.flow)}parse(e){const t=(0,S.readHeader)(e,this.state);if((0,S.warnIfOdd)(t.tag,t.vr,t.valueLength),2!==(0,r.groupNumber)(t.tag))return console.warn("Missing or wrong File Meta Information Group Length (0002,0000)"),new o.ParseResult(void 0,this.toDatasetStep(e,t.valueLength));const n=t.vr===V.VR.UN?c.Lookup.vrOf(t.tag):t.vr,i=e.take(t.headerLength);if(this.state.pos+=t.headerLength+t.valueLength,t.tag===u.Tag.FileMetaInformationGroupLength){e.ensure(4);const t=e.remainingData().slice(0,4);this.state.fmiEndPos=this.state.pos+(0,r.bytesToInt)(t,this.state.bigEndian)}else if(t.tag===u.Tag.TransferSyntaxUID)if(t.valueLength<this.transferSyntaxLengthLimit){e.ensure(t.valueLength);const n=e.remainingData().slice(0,t.valueLength);this.state.tsuid=(0,r.trim)(n.toString())}else console.warn("Transfer syntax data is very large, skipping");const a=new l.HeaderPart(t.tag,n,t.valueLength,!0,this.state.bigEndian,this.state.explicitVR,i);let s=new D(this.state,this.flow);return this.state.fmiEndPos&&this.state.fmiEndPos<=this.state.pos&&(e.remainingSize()>=t.valueLength+2&&(!this.state.tsuid||this.state.tsuid!=R.UID.DeflatedExplicitVRLittleEndian)&&2==(0,r.bytesToShort)(e.remainingData().slice(t.valueLength,t.valueLength+2),this.state.bigEndian)?console.warn("Wrong File Meta Information Group Length (0002,0000)"):(this.state.fmiEndPos!=this.state.pos&&console.warn("Wrong File Meta Information Group Length (0002,0000)"),s=this.toDatasetStep(e,t.valueLength))),new o.ParseResult(a,new P(new h(this.state.bigEndian,t.valueLength,s),this.flow))}}class T extends m{constructor(e,t){super(e,t)}maybeSwitchTs(e,t){e.ensure(8);const n=e.remainingData().slice(0,8),i=(0,r.bytesToTag)(n,t.bigEndian);let a;try{a=V.VR.valueOf((0,r.bytesToVR)(n.slice(4)))}catch(e){}return(0,S.isSpecial)(i)?new d(!1,t.bigEndian,t.explicitVR):t.explicitVR&&!a?(console.log("Implicit VR attributes detected in explicit VR dataset"),new d(!1,t.bigEndian,!1)):!t.explicitVR&&a?new d(!1,t.bigEndian,!0):new d(!1,t.bigEndian,t.explicitVR)}readDatasetHeader(e,t){const n=(0,S.readHeader)(e,t);if((0,S.warnIfOdd)(n.tag,n.vr,n.valueLength),n.vr){const i=e.take(n.headerLength);return n.vr===V.VR.SQ||n.vr===V.VR.UN&&n.valueLength===r.indeterminateLength?new l.SequencePart(n.tag,n.valueLength,t.bigEndian,t.explicitVR,i):n.valueLength===r.indeterminateLength?new l.FragmentsPart(n.tag,n.valueLength,n.vr,t.bigEndian,t.explicitVR,i):new l.HeaderPart(n.tag,n.vr,n.valueLength,!1,t.bigEndian,t.explicitVR,i)}switch(n.tag){case 4294893568:return new l.ItemPart(n.valueLength,t.bigEndian,e.take(8));case 4294893581:return new l.ItemDelimitationPart(t.bigEndian,e.take(8));case 4294893789:return new l.SequenceDelimitationPart(t.bigEndian,e.take(8))}return new l.UnknownPart(t.bigEndian,e.take(n.headerLength))}parse(e){const t=this.state.maySwitchTs?this.maybeSwitchTs(e,this.state):this.state,n=this.readDatasetHeader(e,t);let i=o.finishedParser;return n&&(i=n instanceof l.HeaderPart?n.length>0?new P(new h(n.bigEndian,n.length,new T(t,this.flow)),this.flow):new T(t,this.flow):n instanceof l.FragmentsPart?new C(new p(n.bigEndian,t.explicitVR),this.flow):n instanceof l.SequencePart?new T(new d(!1,t.bigEndian,t.explicitVR),this.flow):n instanceof l.ItemPart?new T(new d(!0,t.bigEndian,t.explicitVR),this.flow):n instanceof l.ItemDelimitationPart?new T(new d(!1,t.bigEndian,t.explicitVR),this.flow):n instanceof l.SequenceDelimitationPart?new T(new d(!0,t.bigEndian,t.explicitVR),this.flow):new T(new d(!1,t.bigEndian,t.explicitVR),this.flow)),new o.ParseResult(n,i)}}class P extends m{constructor(e,t){super(e,t)}parse(e){return this.state.bytesLeft<=this.flow.chunkSize?new o.ParseResult(new l.ValueChunk(this.state.bigEndian,e.take(this.state.bytesLeft),!0),this.state.nextStep):new o.ParseResult(new l.ValueChunk(this.state.bigEndian,e.take(this.flow.chunkSize),!1),new P(new h(this.state.bigEndian,this.state.bytesLeft-this.flow.chunkSize,this.state.nextStep),this.flow))}}class C extends m{constructor(e,t){super(e,t)}parse(e){const t=(0,S.readHeader)(e,this.state);if(4294893568===t.tag){const n=t.valueLength>0?new P(new h(this.state.bigEndian,t.valueLength,new C(new p(this.state.bigEndian,this.state.explicitVR),this.flow)),this.flow):new C(new p(this.state.bigEndian,this.state.explicitVR),this.flow);return new o.ParseResult(new l.ItemPart(t.valueLength,this.state.bigEndian,e.take(t.headerLength)),n)}return 4294893789===t.tag?(0!==t.valueLength&&console.warn("Unexpected fragments delimitation length "+t.valueLength),new o.ParseResult(new l.SequenceDelimitationPart(this.state.bigEndian,e.take(t.headerLength)),new T(new d(!1,this.state.bigEndian,this.state.explicitVR),this.flow))):(console.warn("Unexpected element ("+(0,r.tagToString)(t.tag)+") in fragments with length "+t.valueLength),new o.ParseResult(new l.UnknownPart(this.state.bigEndian,e.take(t.headerLength+t.valueLength)),this))}}class I extends m{constructor(e,t){super(e,t)}parse(e){return new o.ParseResult(new l.DeflatedChunk(this.state.bigEndian,e.take(Math.min(this.flow.chunkSize,e.remainingSize()))),this)}}class y extends s.Detour{constructor(e=1048576,t=!0,n=1048576){super({highWaterMark:n,readableObjectMode:!0}),this.chunkSize=e,this.inflate=t,this.bufferBytes=n,this.parser=new o.ByteParser(this),this.parser.startWith(new f(this))}process(e){this.parser.parse(e)}cleanup(){this.parser.flush()}next(e){this.push(e)}complete(){this.push(null)}fail(e){process.nextTick((()=>this.emit("error",e)))}}t.parseFlow=function(e,t,n){return new y(e,t,n)}},57:function(e,t,n){var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Parser=void 0;const a=i(n(796)),r=n(8),o=n(557),s=n(614),c=n(895),S=n(608),l=n(223),u=n(59),R=n(692),V=n(397),m=n(353);class d{inflate(e){return e}}class g{constructor(e,t,n,i,a,r){this.tsuid=e,this.bigEndian=t,this.explicitVR=n,this.hasFmi=i,this.pos=a,this.fmiEndPos=r}}class h{constructor(e,t,n,i){this.maySwitchTs=e,this.bigEndian=t,this.explicitVR=n,this.inflater=i}}class p{constructor(e,t,n){this.bigEndian=e,this.explicitVR=t,this.inflater=n}}class f extends o.ParseStep{constructor(e,t){super(),this.state=e,this.stop=t}}class D extends f{constructor(e){super(null,e)}parse(e){e.remainingSize()<l.dicomPreambleLength+8?e.remainingData().slice(0,128).every((e=>0===e))&&e.ensure(l.dicomPreambleLength+8):(0,l.isPreamble)(e.remainingData())&&e.take(l.dicomPreambleLength),e.ensure(8);const t=(0,l.tryReadHeader)(e.remainingData());if(t){const e=t.hasFmi?new T(new g(void 0,t.bigEndian,t.explicitVR,t.hasFmi,0,void 0),this.stop):new P(new h(!1,t.bigEndian,t.explicitVR,void 0),this.stop);return new o.ParseResult(void 0,e)}throw new Error("Not a DICOM file")}onTruncation(e){e.remainingSize()===l.dicomPreambleLength&&(0,l.isPreamble)(e.remainingData())||super.onTruncation(e)}}class T extends f{constructor(e,t){super(e,t)}parse(e){const t=(0,l.readHeader)(e,this.state);if(this.stop(t))return new o.ParseResult(void 0,o.finishedParser);if(2!==(0,r.groupNumber)(t.tag))return console.warn("Missing or wrong File Meta Information Group Length (0002,0000)"),new o.ParseResult(void 0,this.toDatasetStep(e));const n=t.vr===m.VR.UN?S.Lookup.vrOf(t.tag):t.vr,i=e.take(t.headerLength+t.valueLength).slice(t.headerLength);return this.state.pos+=t.headerLength+t.valueLength,t.tag===u.Tag.FileMetaInformationGroupLength?this.state.fmiEndPos=this.state.pos+(0,r.bytesToInt)(i,this.state.bigEndian):t.tag===u.Tag.TransferSyntaxUID&&(this.state.tsuid=(0,r.trim)(i.toString())),new o.ParseResult(new s.ValueElement(t.tag,n,new V.Value(i),this.state.bigEndian,this.state.explicitVR),this.state.fmiEndPos&&this.state.fmiEndPos<=this.state.pos?this.toDatasetStep(e):this)}toDatasetStep(e){let t=this.state.tsuid;t||(console.warn("Missing Transfer Syntax (0002,0010) - assume Explicit VR Little Endian"),t=R.UID.ExplicitVRLittleEndian);const n=t===R.UID.ExplicitVRBigEndianRetired,i=t!==R.UID.ImplicitVRLittleEndian;let o;if((0,r.isDeflated)(t)){e.ensure(2),o=new class extends d{inflate(e){return a.default.inflateRawSync(e)}};const t=e.remainingData().slice(0,2);30876===(0,r.bytesToUShortBE)(t)&&(console.warn("Deflated DICOM Stream with ZLIB Header"),o=new class extends d{inflate(e){return a.default.inflateSync(e)}}),e.setInput(o.inflate(e.remainingData()))}return new P(new h(!0,n,i,o),this.stop)}}class P extends f{constructor(e,t){super(e,t)}maybeSwitchTs(e,t){e.ensure(8);const n=e.remainingData().slice(0,8),i=(0,r.bytesToTag)(n,t.bigEndian);let a;try{a=m.VR.valueOf((0,r.bytesToVR)(n.slice(4)))}catch(e){}return(0,l.isSpecial)(i)?new h(!1,t.bigEndian,t.explicitVR,t.inflater):t.explicitVR&&!a?(console.log("Implicit VR attributes detected in explicit VR dataset"),new h(!1,t.bigEndian,!1,t.inflater)):!t.explicitVR&&a?new h(!1,t.bigEndian,!0,t.inflater):new h(!1,t.bigEndian,t.explicitVR,t.inflater)}parse(e){const t=this.state.maySwitchTs?this.maybeSwitchTs(e,this.state):this.state,n=(0,l.readHeader)(e,t);if(e.take(n.headerLength),n.vr)return this.stop(n)?new o.ParseResult(void 0,o.finishedParser):n.vr===m.VR.SQ||n.vr===m.VR.UN&&n.valueLength===r.indeterminateLength?new o.ParseResult(new s.SequenceElement(n.tag,n.valueLength,t.bigEndian,t.explicitVR),new P(new h(!1,t.bigEndian,t.explicitVR,t.inflater),this.stop)):n.valueLength===r.indeterminateLength?new o.ParseResult(new s.FragmentsElement(n.tag,n.vr,t.bigEndian,t.explicitVR),new C(new p(t.bigEndian,t.explicitVR,t.inflater),this.stop)):new o.ParseResult(new s.ValueElement(n.tag,n.vr,new V.Value(e.take(n.valueLength)),t.bigEndian,t.explicitVR),this);switch(n.tag){case 4294893568:return new o.ParseResult(new s.ItemElement(n.valueLength,t.bigEndian),new P(new h(!0,t.bigEndian,t.explicitVR,t.inflater),this.stop));case 4294893581:return new o.ParseResult(new s.ItemDelimitationElement(t.bigEndian),new P(new h(!1,t.bigEndian,t.explicitVR,t.inflater),this.stop));case 4294893789:return new o.ParseResult(new s.SequenceDelimitationElement(t.bigEndian),new P(new h(!0,t.bigEndian,t.explicitVR,t.inflater),this.stop))}return new o.ParseResult(new s.UnknownElement(t.bigEndian),this)}}class C extends f{constructor(e,t){super(e,t)}parse(e){const t=(0,l.readHeader)(e,this.state);if(e.take(t.headerLength),4294893568===t.tag){const n=e.take(t.valueLength);return new o.ParseResult(new s.FragmentElement(t.valueLength,new V.Value(n),this.state.bigEndian),new C(new p(this.state.bigEndian,this.state.explicitVR,this.state.inflater),this.stop))}return 4294893789===t.tag?(0!==t.valueLength&&console.warn("Unexpected fragments delimitation length "+t.valueLength),new o.ParseResult(new s.SequenceDelimitationElement(this.state.bigEndian),new P(new h(!1,this.state.bigEndian,this.state.explicitVR,this.state.inflater),this.stop))):(e.take(t.valueLength),console.warn("Unexpected element ("+(0,r.tagToString)(t.tag)+") in fragments with length "+t.valueLength),new o.ParseResult(new s.UnknownElement(this.state.bigEndian),this))}}t.Parser=class{constructor(e){this.stop=e,this.builder=new c.ElementsBuilder,this.byteParser=new o.ByteParser(this);const t=e?t=>e(t,this.builder.currentDepth()):()=>!1;this.byteParser.startWith(new D(t))}parse(e){const t=this.byteParser.current instanceof f?this.byteParser.current:void 0;t&&t.state&&t.state.inflater&&(e=t.state.inflater.inflate(e)),this.byteParser.parse(e)}next(e){this.builder.addElement(e)}result(){return this.builder.build()}isComplete(){return this.byteParser.isCompleted}complete(){}fail(e){throw e}}},223:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.warnIfOdd=t.readHeader=t.AttributeInfo=t.readTagVr=t.isSpecial=t.TagVr=t.isPreamble=t.headerInfo=t.tryReadHeader=t.HeaderInfo=t.isDICM=t.dicomPreambleLength=void 0;const i=n(8),a=n(608),r=n(353);function o(e){return 68===e[0]&&73===e[1]&&67===e[2]&&77===e[3]}function s(e,t){const n=(0,i.bytesToTag)(e,t),o=a.Lookup.vrOf(n);if(!(o===r.VR.UN||2!==(0,i.groupNumber)(n)&&(0,i.groupNumber)(n)<8)){if((0,i.bytesToVR)(e.slice(4,6))===o.code)return{bigEndian:t,explicitVR:!0,hasFmi:(0,i.isFileMetaInformation)(n)};if((0,i.bytesToUInt)(e.slice(4,8),t)>=0){if(t)throw Error("Implicit VR Big Endian encoded DICOM Stream");return{bigEndian:!1,explicitVR:!1,hasFmi:(0,i.isFileMetaInformation)(n)}}}}t.dicomPreambleLength=132,t.isDICM=o,t.HeaderInfo=class{constructor(e,t,n){this.bigEndian=e,this.explicitVR=t,this.hasFmi=n}},t.tryReadHeader=function(e){const t=s(e,!1);return void 0===t?s(e,!0):t},t.headerInfo=s,t.isPreamble=function(e){return e.length>=t.dicomPreambleLength&&o(e.slice(t.dicomPreambleLength-4,t.dicomPreambleLength))};class c{constructor(e,t){this.tag=e,this.vr=t}}function S(e){return 4294893568===e||4294893581===e||4294893789===e}function l(e,t,n){const o=(0,i.bytesToTag)(e,t);return S(o)?new c(o,void 0):new c(o,n?r.VR.valueOf((0,i.bytesToVR)(e.slice(4,6))):a.Lookup.vrOf(o))}t.TagVr=c,t.isSpecial=S,t.readTagVr=l;class u{constructor(e,t,n,i){this.tag=e,this.vr=t,this.headerLength=n,this.valueLength=i}}t.AttributeInfo=u,t.readHeader=function(e,t){e.ensure(8);const n=e.remainingData().slice(0,8),a=l(n,t.bigEndian,t.explicitVR);return a.vr&&t.explicitVR?8===a.vr.headerLength?new u(a.tag,a.vr,8,(0,i.bytesToUShort)(n.slice(6),t.bigEndian)):(e.ensure(12),new u(a.tag,a.vr,12,(0,i.bytesToUInt)(e.remainingData().slice(8),t.bigEndian))):new u(a.tag,a.vr,8,(0,i.bytesToUInt)(n.slice(4),t.bigEndian))},t.warnIfOdd=function(e,t,n){n%2>0&&n!=i.indeterminateLength&&null!=t&&t!=r.VR.SQ&&console.warn(`Element ${(0,i.tagToString)(e)} has odd length`)}},178:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.PersonName=t.ComponentGroup=void 0;const i=n(397),a=n(8);class r{constructor(e,t="",n=""){this.alphabetic=e,this.ideographic=t,this.phonetic=n}}t.ComponentGroup=r,t.PersonName=class{constructor(e,t,n=new r(""),i=new r(""),a=new r("")){this.familyName=e,this.givenName=t,this.middleName=n,this.prefix=i,this.suffix=a}static parse(e){return e.split(a.multiValueDelimiter).map(a.trim).map((e=>(0,i.parsePersonName)(e)))}toString(){const e=[this.familyName,this.givenName,this.middleName,this.prefix,this.suffix];return["alphabetic","ideographic","phonetic"].map((t=>e.map((e=>e[t])).join("^").replace(/\^+$/,""))).join("=").replace(/=+$/,"")}}},477:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.arraySink=t.ignoreSink=t.byteSink=void 0;const i=n(781),a=n(8);t.byteSink=function(e){let t=a.emptyBuffer;const n=new i.Writable({write(e,n,i){t=(0,a.concat)(t,e),process.nextTick((()=>i()))}});return n.once("finish",(()=>{e(t)})),n},t.ignoreSink=function(e=!1){return new i.Writable({objectMode:e,write(e,t,n){process.nextTick((()=>n()))}})},t.arraySink=function(e){const t=[],n=new i.Writable({objectMode:!0,write(e,n,i){t.push(e),process.nextTick((()=>i()))}});return n.once("finish",(()=>e(t))),n}},595:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.arraySource=t.singleSource=void 0;const i=n(781);t.singleSource=function(e,t=!1){return new i.Readable({objectMode:t,read(){this.push(e),this.push(null)}})},t.arraySource=function(e,t=!1){let n=0;return new i.Readable({highWaterMark:1,objectMode:t,read(t){t=t||1;const i=Math.min(n+t,e.length);let a=n;for(;a<i&&this.push(e[a++]););a===e.length&&this.push(null),n=a}})}},242:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TagPathLike=void 0,t.TagPathLike=class{isRoot(){return this.previous().isEmpty()}toList(){const e=(t,n)=>(t.isRoot()||e(t.previous(),n),n.push(t),n);return e(this,[])}contains(e){return this.toList().map((e=>e.tag())).indexOf(e)>=0}depth(){const e=(t,n)=>t.isRoot()?n:e(t.previous(),n+1);return this.isEmpty()?0:e(this,1)}head(){return this.take(1)}tail(){return this.drop(1)}take(e){const t=(e,n)=>n<=0?e:t(e.previous(),n-1);return t(this,this.depth()-e)}}},613:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TagPathItemEnd=t.TagPathItem=t.TagPathSequenceEnd=t.TagPathSequence=t.TagPathTag=t.emptyTagPath=t.TagPathTrunk=t.TagPath=void 0;const i=n(8),a=n(608),r=n(242);class o extends r.TagPathLike{constructor(e,t){super(),this.tagVal=e,this.previousVal=t}static fromTag(e){return t.emptyTagPath.thenTag(e)}static fromSequence(e){return t.emptyTagPath.thenSequence(e)}static fromSequenceEnd(e){return t.emptyTagPath.thenSequenceEnd(e)}static fromItem(e,n){return t.emptyTagPath.thenItem(e,n)}static fromItemEnd(e,n){return t.emptyTagPath.thenItemEnd(e,n)}static parse(e){const t=e=>e.substring(e.lastIndexOf("[")+1,e.length-1),n=e=>e.substring(0,e.indexOf("[")),i=e=>{const t=a.Lookup.tagOf(e);if(!t){if(11===e.length&&"("===e[0]&&","===e[5]&&")"===e[10]){const t=parseInt(e.substring(1,5)+e.substring(6,10),16);if(!isNaN(t))return t}throw Error(e+" is not a tag or name string")}return t},r=e=>{const t=parseInt(e,10);if(isNaN(t))throw Error(e+" is not a number");return t},s=e.indexOf(".")>0?e.split("."):[e],c=s.length>1?s.slice(0,s.length-1):[],S=s[s.length-1];try{const e=c.length>0?c[0]:void 0;return e?((e,t)=>t.thenTag(i(e)))(S,c.slice(1,c.length).reduce(((e,a)=>((e,a)=>a.thenItem(i(n(e)),r(t(e))))(a,e)),(l=e,o.fromItem(i(n(l)),r(t(l)))))):(e=>o.fromTag(i(e)))(S)}catch(e){throw Error("Tag path could not be parsed: "+e.message)}var l}tag(){return this.tagVal}previous(){return this.previousVal}isEmpty(){return this===t.emptyTagPath}isBelow(e){const t=this.toList(),n=e.toList();for(let e=0;e<Math.min(t.length,n.length);e++){const i=t[e],a=n[e];if(i.isEmpty())return!a.isEmpty();if(a.isEmpty())return!1;if(i.tag()!==a.tag())return i.tag()<a.tag();if(i instanceof S&&"item"in a)return!0;if(i instanceof S&&a instanceof l)return!0;if(i instanceof l&&"item"in a)return!1;if(i instanceof l&&a instanceof S)return!1;if("item"in i&&a instanceof S)return!1;if("item"in i&&a instanceof l)return!0;if("item"in i&&"item"in a&&i.item!==a.item)return i.item<a.item;if(i instanceof u&&a instanceof R)return!0;if(i instanceof R&&a instanceof u)return!1}return t.length<n.length}isEqualTo(e){return!(!this.isEmpty()||!e.isEmpty())||(this instanceof c&&e instanceof c||this instanceof S&&e instanceof S||this instanceof l&&e instanceof l?this.tag()===e.tag()&&this.previous().isEqualTo(e.previous()):(this instanceof u&&e instanceof u||this instanceof R&&e instanceof R)&&this.tag()===e.tag()&&this.item===e.item&&this.previous().isEqualTo(e.previous()))}startsWith(e){const t=this.depth(),n=e.depth();if(t>=n){const i=Math.min(t,n);return this.take(i).isEqualTo(e.take(i))}return!1}endsWith(e){const t=this.depth()-e.depth();return t>=0&&this.drop(t).isEqualTo(e)}drop(e){const n=(e,i)=>{if(i<0)return t.emptyTagPath;if(0===i)return e.isEmpty()?t.emptyTagPath:e instanceof u?o.fromItem(e.tag(),e.item):e instanceof R?o.fromItemEnd(e.tag(),e.item):e instanceof S?o.fromSequence(e.tag()):e instanceof l?o.fromSequenceEnd(e.tag()):o.fromTag(e.tag());const a=n(e.previous(),i-1);return e instanceof u?a.thenItem(e.tag(),e.item):e instanceof R?a.thenItemEnd(e.tag(),e.item):e instanceof S?a.thenSequence(e.tag()):e instanceof l?a.thenSequenceEnd(e.tag()):e instanceof c?a.thenTag(e.tag()):t.emptyTagPath};return n(this,this.depth()-e-1)}toNamedString(e){const t=(n,r)=>{const o="item"in n?"["+n.item+"]":"",s=(t=>{if(e){const e=a.Lookup.keywordOf(t);if(e)return e}return(0,i.tagToString)(t)})(n.tag())+o+r;return n.isRoot()?s:t(n.previous(),"."+s)};return this.isEmpty()?"<empty path>":t(this,"")}}t.TagPath=o;class s extends o{thenTag(e){return new c(e,this)}thenSequence(e){return new S(e,this)}thenSequenceEnd(e){return new l(e,this)}thenItem(e,t){return new u(e,t,this)}thenItemEnd(e,t){return new R(e,t,this)}}t.TagPathTrunk=s,t.emptyTagPath=new class extends s{tag(){throw Error("Empty tag path")}previous(){return t.emptyTagPath}}(-1,null);class c extends o{constructor(e,t){super(e,t)}}t.TagPathTag=c;class S extends o{constructor(e,t){super(e,t)}}t.TagPathSequence=S;class l extends o{constructor(e,t){super(e,t)}}t.TagPathSequenceEnd=l;class u extends s{constructor(e,t,n){super(e,n),this.item=t}}t.TagPathItem=u;class R extends s{constructor(e,t,n){super(e,n),this.item=t}}t.TagPathItemEnd=R},374:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TagToVR=void 0;const i=n(59),a=n(353);class r{static adjustTag(e){return 1342177280==(4292870144&e)||1610612736==(4292870144&e)?4292935679&e:2130706432==(4278190080&e)&&2145386496!=(4294901760&e)?4278255615&e:e}static vrOf(e){if(0==(65535&e))return a.VR.UL;if(0!=(65536&e))return 0==(65280&e)&&0!=(240&e)?a.VR.LO:a.VR.UN;if((4294967040&e)===i.Tag.SourceImageIDs)return a.VR.CS;const t=r.adjustTag(e).toString(16);return t in r.dict?r.dict[t]:a.VR.UN}}t.TagToVR=r,r.dict={0:a.VR.UL,2:a.VR.UI,3:a.VR.UI,100:a.VR.US,110:a.VR.US,120:a.VR.US,600:a.VR.AE,700:a.VR.US,800:a.VR.US,900:a.VR.US,901:a.VR.AT,902:a.VR.LO,903:a.VR.US,1e3:a.VR.UI,1001:a.VR.UI,1002:a.VR.US,1005:a.VR.AT,1008:a.VR.US,1020:a.VR.US,1021:a.VR.US,1022:a.VR.US,1023:a.VR.US,1030:a.VR.AE,1031:a.VR.US,2e4:a.VR.UL,20001:a.VR.OB,20002:a.VR.UI,20003:a.VR.UI,20010:a.VR.UI,20012:a.VR.UI,20013:a.VR.SH,20016:a.VR.AE,20017:a.VR.AE,20018:a.VR.AE,20100:a.VR.UI,20102:a.VR.OB,41130:a.VR.CS,41141:a.VR.CS,41142:a.VR.CS,41200:a.VR.UL,41202:a.VR.UL,41212:a.VR.US,41220:a.VR.SQ,41400:a.VR.UL,41410:a.VR.US,41420:a.VR.UL,41430:a.VR.CS,41432:a.VR.UI,41500:a.VR.CS,41504:a.VR.UL,41510:a.VR.UI,41511:a.VR.UI,41512:a.VR.UI,"4151a":a.VR.UI,41600:a.VR.UL,80001:a.VR.UL,80005:a.VR.CS,80006:a.VR.SQ,80008:a.VR.CS,80010:a.VR.SH,80012:a.VR.DA,80013:a.VR.TM,80014:a.VR.UI,80015:a.VR.DT,80016:a.VR.UI,80018:a.VR.UI,"8001a":a.VR.UI,"8001b":a.VR.UI,80020:a.VR.DA,80021:a.VR.DA,80022:a.VR.DA,80023:a.VR.DA,80024:a.VR.DA,80025:a.VR.DA,"8002a":a.VR.DT,80030:a.VR.TM,80031:a.VR.TM,80032:a.VR.TM,80033:a.VR.TM,80034:a.VR.TM,80035:a.VR.TM,80040:a.VR.US,80041:a.VR.LO,80042:a.VR.CS,80050:a.VR.SH,80051:a.VR.SQ,80052:a.VR.CS,80053:a.VR.CS,80054:a.VR.AE,80055:a.VR.AE,80056:a.VR.CS,80058:a.VR.UI,80060:a.VR.CS,80061:a.VR.CS,80062:a.VR.UI,80063:a.VR.SQ,80064:a.VR.CS,80068:a.VR.CS,80070:a.VR.LO,80080:a.VR.LO,80081:a.VR.ST,80082:a.VR.SQ,80090:a.VR.PN,80092:a.VR.ST,80094:a.VR.SH,80096:a.VR.SQ,"8009c":a.VR.PN,"8009d":a.VR.SQ,80100:a.VR.SH,80101:a.VR.LO,80102:a.VR.SH,80103:a.VR.SH,80104:a.VR.LO,80105:a.VR.CS,80106:a.VR.DT,80107:a.VR.DT,80108:a.VR.LT,80109:a.VR.SQ,"8010a":a.VR.CS,"8010b":a.VR.CS,"8010c":a.VR.UI,"8010d":a.VR.UI,"8010e":a.VR.UR,"8010f":a.VR.CS,80110:a.VR.SQ,80112:a.VR.LO,80114:a.VR.ST,80115:a.VR.ST,80116:a.VR.ST,80117:a.VR.UI,80118:a.VR.UI,80119:a.VR.UC,80120:a.VR.UR,80121:a.VR.SQ,80122:a.VR.LO,80123:a.VR.SQ,80124:a.VR.SQ,80201:a.VR.SH,80220:a.VR.SQ,80221:a.VR.CS,80222:a.VR.LO,80300:a.VR.SQ,80301:a.VR.US,80302:a.VR.LO,80303:a.VR.CS,80304:a.VR.US,80305:a.VR.SQ,80306:a.VR.US,80307:a.VR.CS,80308:a.VR.US,80309:a.VR.UL,"8030a":a.VR.CS,"8030b":a.VR.UL,"8030c":a.VR.UC,"8030d":a.VR.UC,"8030e":a.VR.UT,"8030f":a.VR.UT,80310:a.VR.SQ,81e3:a.VR.AE,81010:a.VR.SH,81030:a.VR.LO,81032:a.VR.SQ,"8103e":a.VR.LO,"8103f":a.VR.SQ,81040:a.VR.LO,81048:a.VR.PN,81049:a.VR.SQ,81050:a.VR.PN,81052:a.VR.SQ,81060:a.VR.PN,81062:a.VR.SQ,81070:a.VR.PN,81072:a.VR.SQ,81080:a.VR.LO,81084:a.VR.SQ,81090:a.VR.LO,81100:a.VR.SQ,81110:a.VR.SQ,81111:a.VR.SQ,81115:a.VR.SQ,81120:a.VR.SQ,81125:a.VR.SQ,81130:a.VR.SQ,81134:a.VR.SQ,"8113a":a.VR.SQ,81140:a.VR.SQ,81145:a.VR.SQ,"8114a":a.VR.SQ,"8114b":a.VR.SQ,81150:a.VR.UI,81155:a.VR.UI,81156:a.VR.SQ,"8115a":a.VR.UI,81160:a.VR.IS,81161:a.VR.UL,81162:a.VR.UL,81163:a.VR.FD,81164:a.VR.SQ,81167:a.VR.UI,81190:a.VR.UR,81195:a.VR.UI,81196:a.VR.US,81197:a.VR.US,81198:a.VR.SQ,81199:a.VR.SQ,"8119a":a.VR.SQ,81200:a.VR.SQ,81250:a.VR.SQ,82110:a.VR.CS,82111:a.VR.ST,82112:a.VR.SQ,82120:a.VR.SH,82122:a.VR.IS,82124:a.VR.IS,82127:a.VR.SH,82128:a.VR.IS,82129:a.VR.IS,"8212a":a.VR.IS,82130:a.VR.DS,82132:a.VR.LO,82133:a.VR.SQ,82134:a.VR.FD,82135:a.VR.SQ,82142:a.VR.IS,82143:a.VR.IS,82144:a.VR.IS,82200:a.VR.CS,82204:a.VR.CS,82208:a.VR.CS,82218:a.VR.SQ,82220:a.VR.SQ,82228:a.VR.SQ,82229:a.VR.SQ,82230:a.VR.SQ,82240:a.VR.SQ,82242:a.VR.SQ,82244:a.VR.SQ,82246:a.VR.SQ,82251:a.VR.SQ,82253:a.VR.SQ,82255:a.VR.SQ,82256:a.VR.ST,82257:a.VR.SQ,82258:a.VR.ST,82259:a.VR.SQ,"8225a":a.VR.SQ,"8225c":a.VR.SQ,83001:a.VR.SQ,83010:a.VR.UI,83011:a.VR.SQ,83012:a.VR.UI,84e3:a.VR.LT,89007:a.VR.CS,89092:a.VR.SQ,89121:a.VR.SQ,89123:a.VR.UI,89124:a.VR.SQ,89154:a.VR.SQ,89205:a.VR.CS,89206:a.VR.CS,89207:a.VR.CS,89208:a.VR.CS,89209:a.VR.CS,89215:a.VR.SQ,89237:a.VR.SQ,89410:a.VR.SQ,89458:a.VR.SQ,89459:a.VR.FL,89460:a.VR.CS,100010:a.VR.PN,100020:a.VR.LO,100021:a.VR.LO,100022:a.VR.CS,100024:a.VR.SQ,100026:a.VR.SQ,100027:a.VR.SQ,100028:a.VR.US,100030:a.VR.DA,100032:a.VR.TM,100033:a.VR.LO,100034:a.VR.LO,100035:a.VR.CS,100040:a.VR.CS,100050:a.VR.SQ,100101:a.VR.SQ,100102:a.VR.SQ,100200:a.VR.CS,100201:a.VR.SQ,100212:a.VR.UC,100213:a.VR.LO,100214:a.VR.LO,100215:a.VR.SQ,100216:a.VR.SQ,100217:a.VR.LO,100218:a.VR.UT,100219:a.VR.SQ,100221:a.VR.SQ,100222:a.VR.UC,100223:a.VR.LO,100229:a.VR.SQ,101e3:a.VR.LO,101001:a.VR.PN,101002:a.VR.SQ,101005:a.VR.PN,101010:a.VR.AS,101020:a.VR.DS,101021:a.VR.SQ,101022:a.VR.DS,101023:a.VR.DS,101024:a.VR.DS,101030:a.VR.DS,101040:a.VR.LO,101050:a.VR.LO,101060:a.VR.PN,101080:a.VR.LO,101081:a.VR.LO,101090:a.VR.LO,101100:a.VR.SQ,102e3:a.VR.LO,102110:a.VR.LO,102150:a.VR.LO,102152:a.VR.LO,102154:a.VR.SH,102155:a.VR.LT,102160:a.VR.SH,102180:a.VR.SH,"1021a0":a.VR.CS,"1021b0":a.VR.LT,"1021c0":a.VR.US,"1021d0":a.VR.DA,"1021f0":a.VR.LO,102201:a.VR.LO,102202:a.VR.SQ,102203:a.VR.CS,102210:a.VR.CS,102292:a.VR.LO,102293:a.VR.SQ,102294:a.VR.SQ,102295:a.VR.LO,102296:a.VR.SQ,102297:a.VR.PN,102298:a.VR.CS,102299:a.VR.LO,104e3:a.VR.LT,109431:a.VR.FL,120010:a.VR.LO,120020:a.VR.LO,120021:a.VR.LO,120030:a.VR.LO,120031:a.VR.LO,120040:a.VR.LO,120042:a.VR.LO,120050:a.VR.LO,120051:a.VR.ST,120052:a.VR.FD,120053:a.VR.CS,120060:a.VR.LO,120062:a.VR.CS,120063:a.VR.LO,120064:a.VR.SQ,120071:a.VR.LO,120072:a.VR.LO,120081:a.VR.LO,120082:a.VR.LO,120083:a.VR.SQ,120084:a.VR.CS,120085:a.VR.CS,120086:a.VR.DA,120087:a.VR.DA,140023:a.VR.ST,140024:a.VR.ST,140025:a.VR.ST,140028:a.VR.ST,140030:a.VR.DS,140032:a.VR.DS,140034:a.VR.DS,140042:a.VR.ST,140044:a.VR.ST,140045:a.VR.ST,140046:a.VR.LT,140050:a.VR.CS,140052:a.VR.CS,140054:a.VR.DS,140056:a.VR.DS,140100:a.VR.LO,140101:a.VR.CS,140102:a.VR.DA,140103:a.VR.TM,140104:a.VR.PN,140105:a.VR.ST,140106:a.VR.SQ,140107:a.VR.CS,140108:a.VR.CS,141010:a.VR.ST,141020:a.VR.DA,141040:a.VR.ST,142002:a.VR.SQ,142004:a.VR.IS,142006:a.VR.PN,142008:a.VR.IS,142012:a.VR.SQ,142014:a.VR.IS,142016:a.VR.SH,142018:a.VR.ST,"14201a":a.VR.CS,"14201c":a.VR.CS,"14201e":a.VR.SQ,142030:a.VR.SQ,142032:a.VR.SH,142202:a.VR.IS,142204:a.VR.SQ,142206:a.VR.ST,142208:a.VR.CS,"14220a":a.VR.IS,"14220c":a.VR.CS,"14220e":a.VR.CS,142210:a.VR.OB,142220:a.VR.SQ,142222:a.VR.ST,142224:a.VR.IS,142226:a.VR.IS,142228:a.VR.CS,"14222a":a.VR.DS,"14222c":a.VR.DS,143011:a.VR.DS,143012:a.VR.DS,143020:a.VR.SQ,143022:a.VR.ST,143024:a.VR.DS,143026:a.VR.DS,143028:a.VR.DS,143040:a.VR.SQ,143050:a.VR.OW,143060:a.VR.SQ,143070:a.VR.OW,143071:a.VR.DS,143072:a.VR.DS,143073:a.VR.DS,143074:a.VR.LO,143075:a.VR.DS,143076:a.VR.DA,143077:a.VR.TM,143080:a.VR.OB,143099:a.VR.LT,144002:a.VR.SQ,144004:a.VR.CS,144006:a.VR.LT,144008:a.VR.SQ,"14400a":a.VR.CS,"14400c":a.VR.LT,"14400e":a.VR.SQ,"14400f":a.VR.LT,144010:a.VR.SQ,144011:a.VR.SQ,144012:a.VR.US,144013:a.VR.CS,144014:a.VR.DS,144015:a.VR.DS,144016:a.VR.DS,144017:a.VR.DS,144018:a.VR.DS,144019:a.VR.DS,"14401a":a.VR.DS,"14401b":a.VR.DS,"14401c":a.VR.DS,"14401d":a.VR.DS,144020:a.VR.SQ,144022:a.VR.DS,144024:a.VR.DS,144026:a.VR.CS,144028:a.VR.DS,144030:a.VR.SQ,144031:a.VR.DS,144032:a.VR.CS,144033:a.VR.IS,144034:a.VR.DS,144035:a.VR.SQ,144036:a.VR.CS,144038:a.VR.DS,"14403a":a.VR.DS,"14403c":a.VR.DS,144040:a.VR.SQ,144050:a.VR.SQ,144051:a.VR.SQ,144052:a.VR.DS,144054:a.VR.ST,144056:a.VR.ST,144057:a.VR.DS,144058:a.VR.DS,144059:a.VR.DS,"14405a":a.VR.DS,"14405c":a.VR.ST,144060:a.VR.SQ,144062:a.VR.DS,144064:a.VR.DS,144070:a.VR.SQ,144072:a.VR.ST,144074:a.VR.SH,144076:a.VR.DA,144078:a.VR.DA,"14407a":a.VR.DA,"14407c":a.VR.TM,"14407e":a.VR.DA,144080:a.VR.SQ,144081:a.VR.CS,144082:a.VR.LT,144083:a.VR.SQ,144084:a.VR.DS,144085:a.VR.DS,144086:a.VR.SQ,144087:a.VR.SQ,144088:a.VR.DS,144089:a.VR.DS,"14408b":a.VR.DS,"14408c":a.VR.DS,"14408d":a.VR.DS,"14408e":a.VR.DS,144091:a.VR.SQ,144092:a.VR.DS,"14409a":a.VR.SQ,"14409b":a.VR.ST,"14409c":a.VR.DS,"14409d":a.VR.DS,"14409f":a.VR.DS,"1440a0":a.VR.LO,"1440a1":a.VR.LO,"1440a2":a.VR.LO,145002:a.VR.IS,145004:a.VR.IS,145100:a.VR.US,145101:a.VR.DS,145102:a.VR.DS,145103:a.VR.DS,145104:a.VR.DS,145105:a.VR.CS,145106:a.VR.SH,145107:a.VR.DS,145108:a.VR.DS,145109:a.VR.CS,"14510a":a.VR.DS,"14510b":a.VR.SH,"14510c":a.VR.DS,"14510d":a.VR.DS,"14510e":a.VR.DS,"14510f":a.VR.SH,145110:a.VR.SH,145111:a.VR.LO,145112:a.VR.DS,145113:a.VR.DS,145114:a.VR.DS,145115:a.VR.DS,145116:a.VR.DS,145117:a.VR.DS,145118:a.VR.DS,145119:a.VR.DS,"14511a":a.VR.DS,"14511b":a.VR.DS,"14511c":a.VR.DS,"14511d":a.VR.DS,"14511e":a.VR.CS,"14511f":a.VR.DS,180010:a.VR.LO,180012:a.VR.SQ,180013:a.VR.FL,180014:a.VR.SQ,180015:a.VR.CS,180020:a.VR.CS,180021:a.VR.CS,180022:a.VR.CS,180023:a.VR.CS,180024:a.VR.SH,180025:a.VR.CS,180026:a.VR.SQ,180027:a.VR.TM,180028:a.VR.DS,180029:a.VR.SQ,"18002a":a.VR.SQ,180030:a.VR.LO,180031:a.VR.LO,180032:a.VR.DS,180033:a.VR.DS,180034:a.VR.LO,180035:a.VR.TM,180036:a.VR.SQ,180037:a.VR.CS,180038:a.VR.CS,180039:a.VR.CS,"18003a":a.VR.ST,180040:a.VR.IS,180042:a.VR.CS,180050:a.VR.DS,180060:a.VR.DS,180070:a.VR.IS,180071:a.VR.CS,180072:a.VR.DS,180073:a.VR.CS,180074:a.VR.IS,180075:a.VR.IS,180080:a.VR.DS,180081:a.VR.DS,180082:a.VR.DS,180083:a.VR.DS,180084:a.VR.DS,180085:a.VR.SH,180086:a.VR.IS,180087:a.VR.DS,180088:a.VR.DS,180089:a.VR.IS,180090:a.VR.DS,180091:a.VR.IS,180093:a.VR.DS,180094:a.VR.DS,180095:a.VR.DS,181e3:a.VR.LO,181002:a.VR.UI,181003:a.VR.LO,181004:a.VR.LO,181005:a.VR.LO,181006:a.VR.LO,181007:a.VR.LO,181008:a.VR.LO,181009:a.VR.UT,"18100a":a.VR.SQ,181010:a.VR.LO,181011:a.VR.LO,181012:a.VR.DA,181014:a.VR.TM,181016:a.VR.LO,181017:a.VR.LO,181018:a.VR.LO,181019:a.VR.LO,"18101a":a.VR.LO,"18101b":a.VR.LO,181020:a.VR.LO,181022:a.VR.SH,181023:a.VR.LO,181030:a.VR.LO,181040:a.VR.LO,181041:a.VR.DS,181042:a.VR.TM,181043:a.VR.TM,181044:a.VR.DS,181045:a.VR.IS,181046:a.VR.DS,181047:a.VR.DS,181048:a.VR.CS,181049:a.VR.DS,181050:a.VR.DS,181060:a.VR.DS,181061:a.VR.LO,181062:a.VR.IS,181063:a.VR.DS,181064:a.VR.LO,181065:a.VR.DS,181066:a.VR.DS,181067:a.VR.DS,181068:a.VR.DS,181069:a.VR.DS,"18106a":a.VR.CS,"18106c":a.VR.US,"18106e":a.VR.UL,181070:a.VR.LO,181071:a.VR.DS,181072:a.VR.TM,181073:a.VR.TM,181074:a.VR.DS,181075:a.VR.DS,181076:a.VR.DS,181077:a.VR.DS,181078:a.VR.DT,181079:a.VR.DT,181080:a.VR.CS,181081:a.VR.IS,181082:a.VR.IS,181083:a.VR.IS,181084:a.VR.IS,181085:a.VR.LO,181086:a.VR.IS,181088:a.VR.IS,181090:a.VR.IS,181094:a.VR.IS,181100:a.VR.DS,181110:a.VR.DS,181111:a.VR.DS,181114:a.VR.DS,181120:a.VR.DS,181121:a.VR.DS,181130:a.VR.DS,181131:a.VR.DS,181134:a.VR.CS,181135:a.VR.DS,181136:a.VR.DS,181137:a.VR.DS,181138:a.VR.DS,"18113a":a.VR.CS,181140:a.VR.CS,181141:a.VR.DS,181142:a.VR.DS,181143:a.VR.DS,181144:a.VR.DS,181145:a.VR.DS,181146:a.VR.DS,181147:a.VR.CS,181149:a.VR.IS,181150:a.VR.IS,181151:a.VR.IS,181152:a.VR.IS,181153:a.VR.IS,181154:a.VR.DS,181155:a.VR.CS,181156:a.VR.CS,"18115a":a.VR.CS,"18115e":a.VR.DS,181160:a.VR.SH,181161:a.VR.LO,181162:a.VR.DS,181164:a.VR.DS,181166:a.VR.CS,181170:a.VR.IS,181180:a.VR.SH,181181:a.VR.CS,181182:a.VR.IS,181183:a.VR.DS,181184:a.VR.DS,181190:a.VR.DS,181191:a.VR.CS,"1811a0":a.VR.DS,"1811a2":a.VR.DS,"1811a3":a.VR.DS,"1811a4":a.VR.LO,"1811a5":a.VR.DS,181200:a.VR.DA,181201:a.VR.TM,181202:a.VR.DT,181210:a.VR.SH,181240:a.VR.IS,181242:a.VR.IS,181243:a.VR.IS,181244:a.VR.US,181250:a.VR.SH,181251:a.VR.SH,181260:a.VR.SH,181261:a.VR.LO,181271:a.VR.FD,181272:a.VR.SQ,181300:a.VR.DS,181301:a.VR.CS,181302:a.VR.IS,181310:a.VR.US,181312:a.VR.CS,181314:a.VR.DS,181315:a.VR.CS,181316:a.VR.DS,181318:a.VR.DS,181320:a.VR.FL,181400:a.VR.LO,181401:a.VR.LO,181402:a.VR.CS,181403:a.VR.CS,181404:a.VR.US,181405:a.VR.IS,181411:a.VR.DS,181412:a.VR.DS,181413:a.VR.DS,181450:a.VR.DS,181460:a.VR.DS,181470:a.VR.DS,181480:a.VR.DS,181490:a.VR.CS,181491:a.VR.CS,181495:a.VR.IS,181500:a.VR.CS,181508:a.VR.CS,181510:a.VR.DS,181511:a.VR.DS,181520:a.VR.DS,181521:a.VR.DS,181530:a.VR.DS,181531:a.VR.DS,181600:a.VR.CS,181602:a.VR.IS,181604:a.VR.IS,181606:a.VR.IS,181608:a.VR.IS,181610:a.VR.IS,181612:a.VR.IS,181620:a.VR.IS,181622:a.VR.US,181623:a.VR.US,181624:a.VR.US,181700:a.VR.CS,181702:a.VR.IS,181704:a.VR.IS,181706:a.VR.IS,181708:a.VR.IS,181710:a.VR.IS,181712:a.VR.IS,181720:a.VR.IS,181800:a.VR.CS,181801:a.VR.SH,181802:a.VR.CS,181803:a.VR.LO,182001:a.VR.IS,182002:a.VR.SH,182003:a.VR.DS,182004:a.VR.DS,182005:a.VR.DS,182006:a.VR.SH,182010:a.VR.DS,182020:a.VR.CS,182030:a.VR.DS,182041:a.VR.SQ,182042:a.VR.UI,182043:a.VR.FL,182044:a.VR.FL,182045:a.VR.SH,182046:a.VR.FL,183100:a.VR.CS,183101:a.VR.DS,183102:a.VR.DS,183103:a.VR.IS,183104:a.VR.IS,183105:a.VR.IS,184e3:a.VR.LT,185e3:a.VR.SH,185010:a.VR.LO,185012:a.VR.DS,185020:a.VR.LO,185021:a.VR.LO,185022:a.VR.DS,185024:a.VR.DS,185026:a.VR.DS,185027:a.VR.DS,185028:a.VR.DS,185029:a.VR.DS,185030:a.VR.DS,185040:a.VR.DS,185050:a.VR.IS,185100:a.VR.CS,185101:a.VR.CS,185104:a.VR.SQ,185210:a.VR.DS,185212:a.VR.DS,186e3:a.VR.DS,186011:a.VR.SQ,186012:a.VR.US,186014:a.VR.US,186016:a.VR.UL,186018:a.VR.UL,"18601a":a.VR.UL,"18601c":a.VR.UL,"18601e":a.VR.UL,186020:a.VR.SL,186022:a.VR.SL,186024:a.VR.US,186026:a.VR.US,186028:a.VR.FD,"18602a":a.VR.FD,"18602c":a.VR.FD,"18602e":a.VR.FD,186030:a.VR.UL,186031:a.VR.CS,186032:a.VR.UL,186034:a.VR.FD,186036:a.VR.FD,186038:a.VR.UL,186039:a.VR.SL,"18603a":a.VR.UL,"18603b":a.VR.SL,"18603c":a.VR.UL,"18603d":a.VR.SL,"18603e":a.VR.UL,"18603f":a.VR.SL,186040:a.VR.UL,186041:a.VR.SL,186042:a.VR.UL,186043:a.VR.SL,186044:a.VR.US,186046:a.VR.UL,186048:a.VR.UL,"18604a":a.VR.UL,"18604c":a.VR.US,"18604e":a.VR.US,186050:a.VR.UL,186052:a.VR.UL,186054:a.VR.FD,186056:a.VR.UL,186058:a.VR.UL,"18605a":a.VR.FL,186060:a.VR.FL,187e3:a.VR.CS,187001:a.VR.DS,187004:a.VR.CS,187005:a.VR.CS,187006:a.VR.LT,187008:a.VR.LT,"18700a":a.VR.SH,"18700c":a.VR.DA,"18700e":a.VR.TM,187010:a.VR.IS,187011:a.VR.IS,187012:a.VR.DS,187014:a.VR.DS,187016:a.VR.DS,"18701a":a.VR.DS,187020:a.VR.DS,187022:a.VR.DS,187024:a.VR.CS,187026:a.VR.DS,187028:a.VR.DS,"18702a":a.VR.LO,"18702b":a.VR.LO,187030:a.VR.DS,187032:a.VR.DS,187034:a.VR.CS,187036:a.VR.FL,187038:a.VR.FL,187040:a.VR.LT,187041:a.VR.LT,187042:a.VR.DS,187044:a.VR.DS,187046:a.VR.IS,187048:a.VR.DS,"18704c":a.VR.DS,187050:a.VR.CS,187052:a.VR.DS,187054:a.VR.DS,187056:a.VR.FL,187058:a.VR.FL,187060:a.VR.CS,187062:a.VR.LT,187064:a.VR.CS,187065:a.VR.DS,188150:a.VR.DS,188151:a.VR.DS,189004:a.VR.CS,189005:a.VR.SH,189006:a.VR.SQ,189008:a.VR.CS,189009:a.VR.CS,189010:a.VR.CS,189011:a.VR.CS,189012:a.VR.CS,189014:a.VR.CS,189015:a.VR.CS,189016:a.VR.CS,189017:a.VR.CS,189018:a.VR.CS,189019:a.VR.FD,189020:a.VR.CS,189021:a.VR.CS,189022:a.VR.CS,189024:a.VR.CS,189025:a.VR.CS,189026:a.VR.CS,189027:a.VR.CS,189028:a.VR.CS,189029:a.VR.CS,189030:a.VR.FD,189032:a.VR.CS,189033:a.VR.CS,189034:a.VR.CS,189035:a.VR.FD,189036:a.VR.CS,189037:a.VR.CS,189041:a.VR.LO,189042:a.VR.SQ,189043:a.VR.CS,189044:a.VR.CS,189045:a.VR.SQ,189046:a.VR.LO,189047:a.VR.SH,189048:a.VR.CS,189049:a.VR.SQ,189050:a.VR.LO,189051:a.VR.CS,189052:a.VR.FD,189053:a.VR.FD,189054:a.VR.CS,189058:a.VR.US,189059:a.VR.CS,189060:a.VR.CS,189061:a.VR.FD,189062:a.VR.CS,189063:a.VR.FD,189064:a.VR.CS,189065:a.VR.CS,189066:a.VR.US,189067:a.VR.CS,189069:a.VR.FD,189070:a.VR.FD,189073:a.VR.FD,189074:a.VR.DT,189075:a.VR.CS,189076:a.VR.SQ,189077:a.VR.CS,189078:a.VR.CS,189079:a.VR.FD,189080:a.VR.ST,189081:a.VR.CS,189082:a.VR.FD,189083:a.VR.SQ,189084:a.VR.SQ,189085:a.VR.CS,189087:a.VR.FD,189089:a.VR.FD,189090:a.VR.FD,189091:a.VR.FD,189092:a.VR.SQ,189093:a.VR.US,189094:a.VR.CS,189095:a.VR.UL,189096:a.VR.FD,189098:a.VR.FD,189100:a.VR.CS,189101:a.VR.CS,189103:a.VR.SQ,189104:a.VR.FD,189105:a.VR.FD,189106:a.VR.FD,189107:a.VR.SQ,189112:a.VR.SQ,189114:a.VR.SQ,189115:a.VR.SQ,189117:a.VR.SQ,189118:a.VR.SQ,189119:a.VR.SQ,189125:a.VR.SQ,189126:a.VR.SQ,189127:a.VR.UL,189147:a.VR.CS,189151:a.VR.DT,189152:a.VR.SQ,189155:a.VR.FD,189159:a.VR.UL,189166:a.VR.CS,189168:a.VR.FD,189169:a.VR.CS,189170:a.VR.CS,189171:a.VR.CS,189172:a.VR.CS,189173:a.VR.CS,189174:a.VR.CS,189175:a.VR.LO,189176:a.VR.SQ,189177:a.VR.CS,189178:a.VR.CS,189179:a.VR.CS,189180:a.VR.CS,189181:a.VR.FD,189182:a.VR.FD,189183:a.VR.CS,189184:a.VR.FD,189185:a.VR.ST,189186:a.VR.SH,189195:a.VR.FD,189196:a.VR.FD,189197:a.VR.SQ,189198:a.VR.CS,189199:a.VR.CS,189200:a.VR.CS,189214:a.VR.CS,189217:a.VR.FD,189218:a.VR.FD,189219:a.VR.SS,189220:a.VR.FD,189226:a.VR.SQ,189227:a.VR.SQ,189231:a.VR.US,189232:a.VR.US,189234:a.VR.UL,189236:a.VR.CS,189239:a.VR.SQ,189240:a.VR.US,189241:a.VR.US,189250:a.VR.CS,189251:a.VR.SQ,189252:a.VR.LO,189253:a.VR.US,189254:a.VR.FD,189255:a.VR.FD,189256:a.VR.FD,189257:a.VR.CS,189258:a.VR.UL,189259:a.VR.CS,"18925a":a.VR.FD,"18925b":a.VR.LO,"18925c":a.VR.CS,"18925d":a.VR.SQ,"18925e":a.VR.LO,"18925f":a.VR.UL,189260:a.VR.SQ,189295:a.VR.FD,189296:a.VR.FD,189297:a.VR.CS,189298:a.VR.IS,189301:a.VR.SQ,189302:a.VR.CS,189303:a.VR.FD,189304:a.VR.SQ,189305:a.VR.FD,189306:a.VR.FD,189307:a.VR.FD,189308:a.VR.SQ,189309:a.VR.FD,189310:a.VR.FD,189311:a.VR.FD,189312:a.VR.SQ,189313:a.VR.FD,189314:a.VR.SQ,189315:a.VR.CS,189316:a.VR.CS,189317:a.VR.FD,189318:a.VR.FD,189319:a.VR.FD,189320:a.VR.SH,189321:a.VR.SQ,189322:a.VR.FD,189323:a.VR.CS,189324:a.VR.FD,189325:a.VR.SQ,189326:a.VR.SQ,189327:a.VR.FD,189328:a.VR.FD,189329:a.VR.SQ,189330:a.VR.FD,189332:a.VR.FD,189333:a.VR.CS,189334:a.VR.CS,189335:a.VR.FD,189337:a.VR.US,189338:a.VR.SQ,189340:a.VR.SQ,189341:a.VR.SQ,189342:a.VR.CS,189343:a.VR.CS,189344:a.VR.CS,189345:a.VR.FD,189346:a.VR.SQ,189351:a.VR.FL,189352:a.VR.FL,189353:a.VR.FL,189360:a.VR.SQ,189401:a.VR.SQ,189402:a.VR.FL,189403:a.VR.FL,189404:a.VR.FL,189405:a.VR.SQ,189406:a.VR.SQ,189407:a.VR.SQ,189410:a.VR.CS,189412:a.VR.SQ,189417:a.VR.SQ,189420:a.VR.CS,189423:a.VR.LO,189424:a.VR.LT,189425:a.VR.CS,189426:a.VR.FL,189427:a.VR.CS,189428:a.VR.FL,189429:a.VR.FL,189430:a.VR.FL,189432:a.VR.SQ,189433:a.VR.LO,189434:a.VR.SQ,189435:a.VR.CS,189436:a.VR.SS,189437:a.VR.SS,189438:a.VR.SS,189439:a.VR.SS,189440:a.VR.SS,189441:a.VR.US,189442:a.VR.SS,189447:a.VR.FL,189449:a.VR.FL,189451:a.VR.SQ,189452:a.VR.FL,189455:a.VR.SQ,189456:a.VR.SQ,189457:a.VR.CS,189461:a.VR.FL,189462:a.VR.SQ,189463:a.VR.FL,189464:a.VR.FL,189465:a.VR.FL,189466:a.VR.FL,189467:a.VR.FL,189468:a.VR.FL,189469:a.VR.FL,189470:a.VR.FL,189471:a.VR.FL,189472:a.VR.SQ,189473:a.VR.FL,189474:a.VR.CS,189476:a.VR.SQ,189477:a.VR.SQ,189504:a.VR.SQ,189506:a.VR.SQ,189507:a.VR.SQ,189508:a.VR.FL,189509:a.VR.FL,189510:a.VR.FL,189511:a.VR.FL,189514:a.VR.FL,189515:a.VR.FL,189516:a.VR.DT,189517:a.VR.DT,189518:a.VR.SS,189519:a.VR.SS,189524:a.VR.LO,189525:a.VR.LO,189526:a.VR.LO,189527:a.VR.CS,189528:a.VR.LO,189530:a.VR.SQ,189531:a.VR.LO,189538:a.VR.SQ,189541:a.VR.SQ,189542:a.VR.SQ,189543:a.VR.FD,189544:a.VR.FD,189545:a.VR.FD,189546:a.VR.FD,189547:a.VR.FD,189548:a.VR.FD,189549:a.VR.FD,189550:a.VR.FD,189551:a.VR.FD,189552:a.VR.FD,189553:a.VR.FD,189554:a.VR.FD,189555:a.VR.SQ,189556:a.VR.SQ,189557:a.VR.FD,189558:a.VR.FD,189559:a.VR.CS,189601:a.VR.SQ,189602:a.VR.FD,189603:a.VR.FD,189604:a.VR.FD,189605:a.VR.FD,189606:a.VR.FD,189607:a.VR.FD,189621:a.VR.SQ,189622:a.VR.CS,189623:a.VR.DT,189624:a.VR.CS,189701:a.VR.DT,189715:a.VR.FD,189716:a.VR.FD,189717:a.VR.FD,189718:a.VR.FD,189719:a.VR.FD,189720:a.VR.FD,189721:a.VR.FD,189722:a.VR.FD,189723:a.VR.FD,189724:a.VR.FD,189725:a.VR.CS,189726:a.VR.FD,189727:a.VR.FD,189729:a.VR.US,189732:a.VR.SQ,189733:a.VR.SQ,189734:a.VR.SQ,189735:a.VR.SQ,189736:a.VR.SQ,189737:a.VR.SQ,189738:a.VR.CS,189739:a.VR.US,189740:a.VR.US,189749:a.VR.SQ,189751:a.VR.SQ,189755:a.VR.CS,189756:a.VR.CS,189758:a.VR.CS,189759:a.VR.CS,189760:a.VR.CS,189761:a.VR.CS,189762:a.VR.CS,189763:a.VR.CS,189764:a.VR.CS,189765:a.VR.CS,189766:a.VR.CS,189767:a.VR.CS,189768:a.VR.CS,189769:a.VR.CS,189770:a.VR.CS,189771:a.VR.SQ,189772:a.VR.SQ,189801:a.VR.FD,189803:a.VR.SQ,189804:a.VR.DT,189805:a.VR.FD,189806:a.VR.SQ,189807:a.VR.SQ,189808:a.VR.CS,189809:a.VR.SQ,"18980b":a.VR.CS,"18980c":a.VR.CS,"18980d":a.VR.SQ,"18980e":a.VR.SQ,"18980f":a.VR.SQ,189810:a.VR.SS,189900:a.VR.LO,189901:a.VR.UT,189902:a.VR.SQ,189903:a.VR.SQ,189904:a.VR.DS,189905:a.VR.CS,189906:a.VR.SQ,189907:a.VR.SQ,189908:a.VR.UC,189909:a.VR.SQ,"18990a":a.VR.UC,"18990b":a.VR.SQ,"18990c":a.VR.SQ,"18990d":a.VR.SQ,"18990e":a.VR.SQ,"18990f":a.VR.UT,189910:a.VR.UT,189911:a.VR.SQ,189912:a.VR.SQ,189913:a.VR.SQ,189914:a.VR.SQ,189915:a.VR.US,189916:a.VR.LO,189917:a.VR.UT,189918:a.VR.CS,189919:a.VR.DT,"18991a":a.VR.UT,"18991b":a.VR.SQ,"18991c":a.VR.SQ,"18991d":a.VR.SQ,"18991e":a.VR.UI,"18991f":a.VR.SQ,189920:a.VR.SQ,189921:a.VR.US,189922:a.VR.LO,189923:a.VR.UT,189924:a.VR.UT,189930:a.VR.CS,189931:a.VR.SQ,189932:a.VR.SQ,189933:a.VR.SQ,189934:a.VR.SQ,189935:a.VR.SQ,189936:a.VR.SQ,189937:a.VR.LO,189938:a.VR.US,189939:a.VR.US,"18993a":a.VR.US,"18993b":a.VR.SQ,"18993c":a.VR.SQ,"18993d":a.VR.SQ,"18993e":a.VR.SQ,189941:a.VR.UT,189942:a.VR.FD,189943:a.VR.FD,189944:a.VR.CS,189945:a.VR.FD,189946:a.VR.FD,189947:a.VR.CS,"18a001":a.VR.SQ,"18a002":a.VR.DT,"18a003":a.VR.ST,"20000d":a.VR.UI,"20000e":a.VR.UI,200010:a.VR.SH,200011:a.VR.IS,200012:a.VR.IS,200013:a.VR.IS,200014:a.VR.IS,200015:a.VR.IS,200016:a.VR.IS,200017:a.VR.IS,200018:a.VR.IS,200019:a.VR.IS,200020:a.VR.CS,200022:a.VR.IS,200024:a.VR.IS,200026:a.VR.IS,200030:a.VR.DS,200032:a.VR.DS,200035:a.VR.DS,200037:a.VR.DS,200050:a.VR.DS,200052:a.VR.UI,200060:a.VR.CS,200062:a.VR.CS,200070:a.VR.LO,200080:a.VR.CS,"2000aa":a.VR.IS,200100:a.VR.IS,200105:a.VR.IS,200110:a.VR.DS,200200:a.VR.UI,200242:a.VR.UI,201e3:a.VR.IS,201001:a.VR.IS,201002:a.VR.IS,201003:a.VR.IS,201004:a.VR.IS,201005:a.VR.IS,201020:a.VR.LO,"20103f":a.VR.LO,201040:a.VR.LO,201041:a.VR.DS,201070:a.VR.IS,201200:a.VR.IS,201202:a.VR.IS,201204:a.VR.IS,201206:a.VR.IS,201208:a.VR.IS,201209:a.VR.IS,203100:a.VR.CS,203401:a.VR.CS,203402:a.VR.CS,203403:a.VR.DA,203404:a.VR.LO,203405:a.VR.TM,203406:a.VR.LO,204e3:a.VR.LT,205e3:a.VR.AT,205002:a.VR.LO,209056:a.VR.SH,209057:a.VR.UL,209071:a.VR.SQ,209072:a.VR.CS,209111:a.VR.SQ,209113:a.VR.SQ,209116:a.VR.SQ,209128:a.VR.UL,209153:a.VR.FD,209154:a.VR.FL,209155:a.VR.FL,209156:a.VR.US,209157:a.VR.UL,209158:a.VR.LT,209161:a.VR.UI,209162:a.VR.US,209163:a.VR.US,209164:a.VR.UI,209165:a.VR.AT,209167:a.VR.AT,209170:a.VR.SQ,209171:a.VR.SQ,209172:a.VR.SQ,209213:a.VR.LO,209221:a.VR.SQ,209222:a.VR.SQ,209228:a.VR.UL,209238:a.VR.LO,209241:a.VR.FL,209245:a.VR.FL,209246:a.VR.FL,209247:a.VR.CS,209248:a.VR.FL,209249:a.VR.CS,209250:a.VR.CS,209251:a.VR.FD,209252:a.VR.FD,209253:a.VR.SQ,209254:a.VR.FD,209255:a.VR.FD,209256:a.VR.FD,209257:a.VR.FD,209301:a.VR.FD,209302:a.VR.FD,209307:a.VR.CS,209308:a.VR.FD,209309:a.VR.FD,"20930a":a.VR.FD,"20930b":a.VR.CS,"20930c":a.VR.CS,"20930d":a.VR.FD,"20930e":a.VR.SQ,"20930f":a.VR.SQ,209310:a.VR.SQ,209311:a.VR.CS,209312:a.VR.UI,209313:a.VR.UI,209421:a.VR.LO,209450:a.VR.SQ,209453:a.VR.LO,209518:a.VR.US,209529:a.VR.SQ,209536:a.VR.US,220001:a.VR.US,220002:a.VR.US,220003:a.VR.US,220004:a.VR.US,220005:a.VR.CS,220006:a.VR.SQ,220007:a.VR.FL,220008:a.VR.FL,220009:a.VR.FL,"22000a":a.VR.FL,"22000b":a.VR.FL,"22000c":a.VR.FL,"22000d":a.VR.CS,"22000e":a.VR.FL,220010:a.VR.FL,220011:a.VR.FL,220012:a.VR.FL,220013:a.VR.FL,220014:a.VR.FL,220015:a.VR.SQ,220016:a.VR.SQ,220017:a.VR.SQ,220018:a.VR.SQ,220019:a.VR.SQ,"22001a":a.VR.SQ,"22001b":a.VR.SQ,"22001c":a.VR.SQ,"22001d":a.VR.SQ,"22001e":a.VR.FL,220020:a.VR.SQ,220021:a.VR.SQ,220022:a.VR.SQ,220028:a.VR.CS,220030:a.VR.FL,220031:a.VR.SQ,220032:a.VR.FL,220035:a.VR.FL,220036:a.VR.FL,220037:a.VR.FL,220038:a.VR.FL,220039:a.VR.CS,220041:a.VR.FL,220042:a.VR.SQ,220048:a.VR.FL,220049:a.VR.FL,"22004e":a.VR.DS,220055:a.VR.FL,220056:a.VR.FL,220057:a.VR.FL,220058:a.VR.SQ,221007:a.VR.SQ,221008:a.VR.SQ,221009:a.VR.CS,221010:a.VR.CS,221012:a.VR.SQ,221019:a.VR.FL,221024:a.VR.SQ,221025:a.VR.SQ,221028:a.VR.SQ,221029:a.VR.LO,221033:a.VR.FL,221035:a.VR.SQ,221037:a.VR.FL,221039:a.VR.CS,221040:a.VR.SQ,221044:a.VR.SQ,221050:a.VR.SQ,221053:a.VR.FL,221054:a.VR.FL,221059:a.VR.FL,221065:a.VR.LO,221066:a.VR.LO,221090:a.VR.SQ,221092:a.VR.SQ,221093:a.VR.LO,221094:a.VR.LO,221095:a.VR.LO,221096:a.VR.SQ,221097:a.VR.LO,221100:a.VR.SQ,221101:a.VR.SQ,221103:a.VR.SQ,221121:a.VR.FL,221122:a.VR.FL,221125:a.VR.SQ,221127:a.VR.SQ,221128:a.VR.SQ,221130:a.VR.FL,221131:a.VR.FL,221132:a.VR.SQ,221133:a.VR.SQ,221134:a.VR.SQ,221135:a.VR.SQ,221140:a.VR.CS,221150:a.VR.SQ,221153:a.VR.SQ,221155:a.VR.FL,221159:a.VR.LO,221210:a.VR.SQ,221211:a.VR.SQ,221212:a.VR.SQ,221220:a.VR.SQ,221225:a.VR.SQ,221230:a.VR.SQ,221250:a.VR.SQ,221255:a.VR.SQ,221257:a.VR.SQ,221260:a.VR.SQ,221262:a.VR.SQ,221265:a.VR.SQ,221273:a.VR.LO,221300:a.VR.SQ,221310:a.VR.SQ,221330:a.VR.SQ,221415:a.VR.CS,221420:a.VR.SQ,221423:a.VR.SQ,221436:a.VR.SQ,221443:a.VR.SQ,221445:a.VR.SQ,221450:a.VR.SQ,221452:a.VR.SS,221454:a.VR.LO,221458:a.VR.SQ,221460:a.VR.FL,221463:a.VR.FL,221465:a.VR.SQ,221466:a.VR.CS,221467:a.VR.FL,221468:a.VR.FL,221470:a.VR.SQ,221472:a.VR.SQ,221512:a.VR.SQ,221513:a.VR.SQ,221515:a.VR.CS,221517:a.VR.FL,221518:a.VR.SQ,221525:a.VR.SQ,221526:a.VR.SQ,221527:a.VR.FL,221528:a.VR.FL,221529:a.VR.FL,221530:a.VR.UL,221531:a.VR.OF,221612:a.VR.SQ,221615:a.VR.SQ,221616:a.VR.LO,221618:a.VR.SQ,221620:a.VR.SQ,221622:a.VR.CS,221624:a.VR.FL,221626:a.VR.FL,221628:a.VR.SQ,221630:a.VR.DS,221640:a.VR.SQ,221642:a.VR.UL,221643:a.VR.FL,221644:a.VR.FL,221645:a.VR.FL,221646:a.VR.FL,221649:a.VR.FL,221650:a.VR.FL,221658:a.VR.UL,240010:a.VR.FL,240011:a.VR.FL,240012:a.VR.CS,240016:a.VR.SQ,240018:a.VR.FL,240020:a.VR.FL,240021:a.VR.SQ,240024:a.VR.SQ,240025:a.VR.FL,240028:a.VR.FL,240032:a.VR.SQ,240033:a.VR.SQ,240034:a.VR.SQ,240035:a.VR.US,240036:a.VR.US,240037:a.VR.CS,240038:a.VR.US,240039:a.VR.CS,240040:a.VR.CS,240042:a.VR.US,240044:a.VR.LT,240045:a.VR.CS,240046:a.VR.FL,240048:a.VR.US,240050:a.VR.US,240051:a.VR.CS,240052:a.VR.CS,240053:a.VR.CS,240054:a.VR.FL,240055:a.VR.CS,240056:a.VR.US,240057:a.VR.CS,240058:a.VR.SQ,240059:a.VR.CS,240060:a.VR.US,240061:a.VR.CS,240062:a.VR.CS,240063:a.VR.CS,240064:a.VR.SQ,240065:a.VR.SQ,240066:a.VR.FL,240067:a.VR.SQ,240068:a.VR.FL,240069:a.VR.LO,240070:a.VR.FL,240071:a.VR.FL,240072:a.VR.CS,240073:a.VR.FL,240074:a.VR.CS,240075:a.VR.FL,240076:a.VR.CS,240077:a.VR.FL,240078:a.VR.CS,240079:a.VR.FL,240080:a.VR.CS,240081:a.VR.FL,240083:a.VR.SQ,240085:a.VR.SQ,240086:a.VR.CS,240087:a.VR.FL,240088:a.VR.FL,240089:a.VR.SQ,240090:a.VR.FL,240091:a.VR.FL,240092:a.VR.FL,240093:a.VR.CS,240094:a.VR.FL,240095:a.VR.CS,240096:a.VR.FL,240097:a.VR.SQ,240098:a.VR.FL,240100:a.VR.FL,240102:a.VR.CS,240103:a.VR.FL,240104:a.VR.FL,240105:a.VR.FL,240106:a.VR.CS,240107:a.VR.FL,240108:a.VR.FL,240110:a.VR.SQ,240112:a.VR.SQ,240113:a.VR.CS,240114:a.VR.SQ,240115:a.VR.SQ,240117:a.VR.CS,240118:a.VR.FL,240120:a.VR.CS,240122:a.VR.SQ,240124:a.VR.CS,240126:a.VR.FL,240202:a.VR.LO,240306:a.VR.LO,240307:a.VR.LO,240308:a.VR.LO,240309:a.VR.LO,240317:a.VR.SQ,240320:a.VR.SQ,240325:a.VR.SQ,240338:a.VR.CS,240341:a.VR.FL,240344:a.VR.SQ,280002:a.VR.US,280003:a.VR.US,280004:a.VR.CS,280005:a.VR.US,280006:a.VR.US,280008:a.VR.IS,280009:a.VR.AT,"28000a":a.VR.AT,280010:a.VR.US,280011:a.VR.US,280012:a.VR.US,280014:a.VR.US,280030:a.VR.DS,280031:a.VR.DS,280032:a.VR.DS,280034:a.VR.IS,280040:a.VR.CS,280050:a.VR.LO,280051:a.VR.CS,"28005f":a.VR.LO,280060:a.VR.CS,280061:a.VR.SH,280062:a.VR.LO,280063:a.VR.SH,280065:a.VR.CS,280066:a.VR.AT,280068:a.VR.US,280069:a.VR.US,280070:a.VR.US,280071:a.VR.SS,280080:a.VR.US,280081:a.VR.US,280082:a.VR.US,280090:a.VR.CS,280091:a.VR.US,280092:a.VR.US,280093:a.VR.US,280094:a.VR.US,280100:a.VR.US,280101:a.VR.US,280102:a.VR.US,280103:a.VR.US,280104:a.VR.SS,280105:a.VR.SS,280106:a.VR.SS,280107:a.VR.SS,280108:a.VR.SS,280109:a.VR.SS,280110:a.VR.SS,280111:a.VR.SS,280120:a.VR.SS,280121:a.VR.SS,280122:a.VR.FL,280123:a.VR.FD,280124:a.VR.FL,280125:a.VR.FD,280200:a.VR.US,280300:a.VR.CS,280301:a.VR.CS,280302:a.VR.CS,280303:a.VR.CS,280304:a.VR.UI,280400:a.VR.LO,280401:a.VR.LO,280402:a.VR.US,280403:a.VR.LO,280404:a.VR.AT,280700:a.VR.LO,280701:a.VR.CS,280702:a.VR.AT,280710:a.VR.US,280720:a.VR.US,280721:a.VR.AT,280722:a.VR.US,280730:a.VR.US,280740:a.VR.US,280800:a.VR.CS,280802:a.VR.US,280803:a.VR.AT,280804:a.VR.US,280808:a.VR.AT,"280a02":a.VR.CS,"280a04":a.VR.LO,281040:a.VR.CS,281041:a.VR.SS,281050:a.VR.DS,281051:a.VR.DS,281052:a.VR.DS,281053:a.VR.DS,281054:a.VR.LO,281055:a.VR.LO,281056:a.VR.CS,281080:a.VR.CS,281090:a.VR.CS,281100:a.VR.SS,281101:a.VR.SS,281102:a.VR.SS,281103:a.VR.SS,281104:a.VR.US,281111:a.VR.SS,281112:a.VR.SS,281113:a.VR.SS,281199:a.VR.UI,281200:a.VR.OW,281201:a.VR.OW,281202:a.VR.OW,281203:a.VR.OW,281204:a.VR.OW,281211:a.VR.OW,281212:a.VR.OW,281213:a.VR.OW,281214:a.VR.UI,281221:a.VR.OW,281222:a.VR.OW,281223:a.VR.OW,281224:a.VR.OW,281230:a.VR.SQ,281231:a.VR.FD,281232:a.VR.FD,281300:a.VR.CS,281350:a.VR.CS,281351:a.VR.ST,281352:a.VR.SQ,"28135a":a.VR.CS,281401:a.VR.SQ,281402:a.VR.CS,281403:a.VR.US,281404:a.VR.SQ,281405:a.VR.CS,281406:a.VR.FD,281407:a.VR.US,281408:a.VR.OW,"28140b":a.VR.SQ,"28140c":a.VR.SQ,"28140d":a.VR.CS,"28140e":a.VR.CS,"28140f":a.VR.CS,281410:a.VR.CS,282e3:a.VR.OB,282002:a.VR.CS,282110:a.VR.CS,282112:a.VR.DS,282114:a.VR.CS,283e3:a.VR.SQ,283002:a.VR.SS,283003:a.VR.LO,283004:a.VR.LO,283006:a.VR.OW,283010:a.VR.SQ,283110:a.VR.SQ,284e3:a.VR.LT,285e3:a.VR.SQ,286010:a.VR.US,286020:a.VR.US,286022:a.VR.LO,286023:a.VR.CS,286030:a.VR.US,286040:a.VR.US,286100:a.VR.SQ,286101:a.VR.CS,286102:a.VR.US,286110:a.VR.US,286112:a.VR.US,286114:a.VR.FL,286120:a.VR.SS,286190:a.VR.ST,287e3:a.VR.SQ,287001:a.VR.US,287002:a.VR.US,287003:a.VR.US,287004:a.VR.SH,287005:a.VR.LO,287006:a.VR.CS,287007:a.VR.LO,287008:a.VR.SQ,287009:a.VR.US,"28700a":a.VR.SQ,"28700b":a.VR.US,"28700c":a.VR.SH,"28700d":a.VR.LO,"28700e":a.VR.US,"28700f":a.VR.SQ,287010:a.VR.SQ,287011:a.VR.SQ,287012:a.VR.SQ,287013:a.VR.CS,287014:a.VR.CS,287015:a.VR.SQ,287016:a.VR.SQ,287017:a.VR.US,287018:a.VR.FL,287019:a.VR.CS,"28701a":a.VR.FL,"28701b":a.VR.US,"28701c":a.VR.SQ,"28701d":a.VR.FL,"28701e":a.VR.FL,"28701f":a.VR.FL,287020:a.VR.LO,287021:a.VR.CS,287022:a.VR.SQ,287023:a.VR.SQ,287024:a.VR.SQ,287025:a.VR.CS,287026:a.VR.CS,287027:a.VR.SQ,287028:a.VR.SQ,287029:a.VR.CS,"28702a":a.VR.LO,"28702b":a.VR.CS,"28702c":a.VR.SQ,"28702d":a.VR.SQ,"28702e":a.VR.SQ,"287fe0":a.VR.UR,289001:a.VR.UL,289002:a.VR.UL,289003:a.VR.CS,289099:a.VR.US,289108:a.VR.CS,289110:a.VR.SQ,289132:a.VR.SQ,289145:a.VR.SQ,289235:a.VR.CS,289411:a.VR.FL,289415:a.VR.SQ,289416:a.VR.US,289422:a.VR.SQ,289443:a.VR.SQ,289444:a.VR.CS,289445:a.VR.FL,289446:a.VR.CS,289454:a.VR.CS,289474:a.VR.CS,289478:a.VR.FL,289501:a.VR.SQ,289502:a.VR.SQ,289503:a.VR.SS,289505:a.VR.SQ,289506:a.VR.US,289507:a.VR.US,289520:a.VR.DS,289537:a.VR.CS,"32000a":a.VR.CS,"32000c":a.VR.CS,320012:a.VR.LO,320032:a.VR.DA,320033:a.VR.TM,320034:a.VR.DA,320035:a.VR.TM,321e3:a.VR.DA,321001:a.VR.TM,321010:a.VR.DA,321011:a.VR.TM,321020:a.VR.LO,321021:a.VR.AE,321030:a.VR.LO,321031:a.VR.SQ,321032:a.VR.PN,321033:a.VR.LO,321034:a.VR.SQ,321040:a.VR.DA,321041:a.VR.TM,321050:a.VR.DA,321051:a.VR.TM,321055:a.VR.CS,321060:a.VR.LO,321064:a.VR.SQ,321070:a.VR.LO,324e3:a.VR.LT,380004:a.VR.SQ,380008:a.VR.CS,380010:a.VR.LO,380011:a.VR.LO,380014:a.VR.SQ,380016:a.VR.LO,"38001a":a.VR.DA,"38001b":a.VR.TM,"38001c":a.VR.DA,"38001d":a.VR.TM,"38001e":a.VR.LO,380020:a.VR.DA,380021:a.VR.TM,380030:a.VR.DA,380032:a.VR.TM,380040:a.VR.LO,380044:a.VR.SQ,380050:a.VR.LO,380060:a.VR.LO,380061:a.VR.LO,380062:a.VR.LO,380064:a.VR.SQ,380100:a.VR.SQ,380101:a.VR.SQ,380102:a.VR.LO,380300:a.VR.LO,380400:a.VR.LO,380500:a.VR.LO,380502:a.VR.SQ,384e3:a.VR.LT,"3a0004":a.VR.CS,"3a0005":a.VR.US,"3a0010":a.VR.UL,"3a001a":a.VR.DS,"3a0020":a.VR.SH,"3a0200":a.VR.SQ,"3a0202":a.VR.IS,"3a0203":a.VR.SH,"3a0205":a.VR.CS,"3a0208":a.VR.SQ,"3a0209":a.VR.SQ,"3a020a":a.VR.SQ,"3a020c":a.VR.LO,"3a0210":a.VR.DS,"3a0211":a.VR.SQ,"3a0212":a.VR.DS,"3a0213":a.VR.DS,"3a0214":a.VR.DS,"3a0215":a.VR.DS,"3a0218":a.VR.DS,"3a021a":a.VR.US,"3a0220":a.VR.DS,"3a0221":a.VR.DS,"3a0222":a.VR.DS,"3a0223":a.VR.DS,"3a0230":a.VR.FL,"3a0231":a.VR.US,"3a0240":a.VR.SQ,"3a0241":a.VR.US,"3a0242":a.VR.SQ,"3a0244":a.VR.US,"3a0245":a.VR.FL,"3a0246":a.VR.CS,"3a0247":a.VR.FL,"3a0248":a.VR.FL,"3a0300":a.VR.SQ,"3a0301":a.VR.IS,"3a0302":a.VR.CS,400001:a.VR.AE,400002:a.VR.DA,400003:a.VR.TM,400004:a.VR.DA,400005:a.VR.TM,400006:a.VR.PN,400007:a.VR.LO,400008:a.VR.SQ,400009:a.VR.SH,"40000a":a.VR.SQ,"40000b":a.VR.SQ,400010:a.VR.SH,400011:a.VR.SH,400012:a.VR.LO,400020:a.VR.CS,400026:a.VR.SQ,400027:a.VR.SQ,400031:a.VR.UT,400032:a.VR.UT,400033:a.VR.CS,400035:a.VR.CS,400036:a.VR.SQ,400039:a.VR.SQ,"40003a":a.VR.SQ,400100:a.VR.SQ,400220:a.VR.SQ,400241:a.VR.AE,400242:a.VR.SH,400243:a.VR.SH,400244:a.VR.DA,400245:a.VR.TM,400250:a.VR.DA,400251:a.VR.TM,400252:a.VR.CS,400253:a.VR.SH,400254:a.VR.LO,400255:a.VR.LO,400260:a.VR.SQ,400261:a.VR.CS,400270:a.VR.SQ,400275:a.VR.SQ,400280:a.VR.ST,400281:a.VR.SQ,400293:a.VR.SQ,400294:a.VR.DS,400295:a.VR.SQ,400296:a.VR.SQ,400300:a.VR.US,400301:a.VR.US,400302:a.VR.US,400303:a.VR.US,400306:a.VR.DS,400307:a.VR.DS,"40030e":a.VR.SQ,400310:a.VR.ST,400312:a.VR.DS,400314:a.VR.DS,400316:a.VR.DS,400318:a.VR.CS,400320:a.VR.SQ,400321:a.VR.SQ,400324:a.VR.SQ,400330:a.VR.SQ,400340:a.VR.SQ,400400:a.VR.LT,400440:a.VR.SQ,400441:a.VR.SQ,400500:a.VR.SQ,"40050a":a.VR.LO,400512:a.VR.LO,400513:a.VR.SQ,400515:a.VR.SQ,400518:a.VR.SQ,"40051a":a.VR.LO,400520:a.VR.SQ,400550:a.VR.SQ,400551:a.VR.LO,400552:a.VR.SQ,400553:a.VR.ST,400554:a.VR.UI,400555:a.VR.SQ,400556:a.VR.ST,400560:a.VR.SQ,400562:a.VR.SQ,"40059a":a.VR.SQ,400600:a.VR.LO,400602:a.VR.UT,400610:a.VR.SQ,400612:a.VR.SQ,400620:a.VR.SQ,"4006fa":a.VR.LO,"40071a":a.VR.SQ,"40072a":a.VR.DS,"40073a":a.VR.DS,"40074a":a.VR.DS,"4008d8":a.VR.SQ,"4008da":a.VR.SQ,"4008ea":a.VR.SQ,"4009f8":a.VR.SQ,401001:a.VR.SH,401002:a.VR.LO,401003:a.VR.SH,401004:a.VR.LO,401005:a.VR.LO,401006:a.VR.SH,401007:a.VR.SH,401008:a.VR.LO,401009:a.VR.SH,"40100a":a.VR.SQ,401010:a.VR.PN,401011:a.VR.SQ,401012:a.VR.SQ,401060:a.VR.LO,401101:a.VR.SQ,401102:a.VR.ST,401103:a.VR.LO,401104:a.VR.LT,401400:a.VR.LT,402001:a.VR.LO,402004:a.VR.DA,402005:a.VR.TM,402006:a.VR.SH,402007:a.VR.SH,402008:a.VR.PN,402009:a.VR.SH,402010:a.VR.SH,402011:a.VR.LT,402016:a.VR.LO,402017:a.VR.LO,402400:a.VR.LT,403001:a.VR.LO,404001:a.VR.CS,404002:a.VR.CS,404003:a.VR.CS,404004:a.VR.SQ,404005:a.VR.DT,404006:a.VR.CS,404007:a.VR.SQ,404009:a.VR.SQ,404010:a.VR.DT,404011:a.VR.DT,404015:a.VR.SQ,404016:a.VR.SQ,404018:a.VR.SQ,404019:a.VR.SQ,404020:a.VR.CS,404021:a.VR.SQ,404022:a.VR.SQ,404023:a.VR.UI,404025:a.VR.SQ,404026:a.VR.SQ,404027:a.VR.SQ,404028:a.VR.SQ,404029:a.VR.SQ,404030:a.VR.SQ,404031:a.VR.SQ,404032:a.VR.SQ,404033:a.VR.SQ,404034:a.VR.SQ,404035:a.VR.SQ,404036:a.VR.LO,404037:a.VR.PN,404040:a.VR.CS,404041:a.VR.CS,404050:a.VR.DT,404051:a.VR.DT,404052:a.VR.DT,404070:a.VR.SQ,404071:a.VR.SQ,404072:a.VR.SQ,404073:a.VR.UR,404074:a.VR.SQ,408302:a.VR.DS,408303:a.VR.CS,409092:a.VR.SQ,409094:a.VR.SQ,409096:a.VR.SQ,409098:a.VR.SQ,409210:a.VR.SH,409211:a.VR.SS,409212:a.VR.FD,409213:a.VR.FD,409214:a.VR.FD,409216:a.VR.SS,409220:a.VR.SQ,409224:a.VR.FD,409225:a.VR.FD,"40a007":a.VR.CS,"40a010":a.VR.CS,"40a020":a.VR.SQ,"40a021":a.VR.UI,"40a022":a.VR.UI,"40a023":a.VR.DA,"40a024":a.VR.TM,"40a026":a.VR.SQ,"40a027":a.VR.LO,"40a028":a.VR.SQ,"40a030":a.VR.DT,"40a032":a.VR.DT,"40a040":a.VR.CS,"40a043":a.VR.SQ,"40a047":a.VR.LO,"40a050":a.VR.CS,"40a057":a.VR.CS,"40a060":a.VR.LO,"40a066":a.VR.SQ,"40a067":a.VR.PN,"40a068":a.VR.SQ,"40a070":a.VR.SQ,"40a073":a.VR.SQ,"40a074":a.VR.OB,"40a075":a.VR.PN,"40a076":a.VR.SQ,"40a078":a.VR.SQ,"40a07a":a.VR.SQ,"40a07c":a.VR.SQ,"40a080":a.VR.CS,"40a082":a.VR.DT,"40a084":a.VR.CS,"40a085":a.VR.SQ,"40a088":a.VR.SQ,"40a089":a.VR.OB,"40a090":a.VR.SQ,"40a0b0":a.VR.US,"40a110":a.VR.DA,"40a112":a.VR.TM,"40a120":a.VR.DT,"40a121":a.VR.DA,"40a122":a.VR.TM,"40a123":a.VR.PN,"40a124":a.VR.UI,"40a125":a.VR.CS,"40a130":a.VR.CS,"40a132":a.VR.UL,"40a136":a.VR.US,"40a138":a.VR.DS,"40a13a":a.VR.DT,"40a160":a.VR.UT,"40a161":a.VR.FD,"40a162":a.VR.SL,"40a163":a.VR.UL,"40a167":a.VR.SQ,"40a168":a.VR.SQ,"40a16a":a.VR.ST,"40a170":a.VR.SQ,"40a171":a.VR.UI,"40a172":a.VR.UI,"40a173":a.VR.CS,"40a174":a.VR.CS,"40a180":a.VR.US,"40a192":a.VR.DA,"40a193":a.VR.TM,"40a194":a.VR.CS,"40a195":a.VR.SQ,"40a224":a.VR.ST,"40a290":a.VR.CS,"40a296":a.VR.SQ,"40a297":a.VR.ST,"40a29a":a.VR.SL,"40a300":a.VR.SQ,"40a301":a.VR.SQ,"40a307":a.VR.PN,"40a30a":a.VR.DS,"40a313":a.VR.SQ,"40a33a":a.VR.ST,"40a340":a.VR.SQ,"40a352":a.VR.PN,"40a353":a.VR.ST,"40a354":a.VR.LO,"40a358":a.VR.SQ,"40a360":a.VR.SQ,"40a370":a.VR.SQ,"40a372":a.VR.SQ,"40a375":a.VR.SQ,"40a380":a.VR.SQ,"40a385":a.VR.SQ,"40a390":a.VR.SQ,"40a402":a.VR.UI,"40a403":a.VR.CS,"40a404":a.VR.SQ,"40a491":a.VR.CS,"40a492":a.VR.LO,"40a493":a.VR.CS,"40a494":a.VR.CS,"40a496":a.VR.CS,"40a504":a.VR.SQ,"40a525":a.VR.SQ,"40a600":a.VR.CS,"40a601":a.VR.CS,"40a603":a.VR.CS,"40a730":a.VR.SQ,"40a731":a.VR.SQ,"40a732":a.VR.SQ,"40a744":a.VR.SQ,"40a992":a.VR.ST,"40b020":a.VR.SQ,"40db00":a.VR.CS,"40db06":a.VR.DT,"40db07":a.VR.DT,"40db0b":a.VR.CS,"40db0c":a.VR.UI,"40db0d":a.VR.UI,"40db73":a.VR.UL,"40e001":a.VR.ST,"40e004":a.VR.DT,"40e006":a.VR.SQ,"40e008":a.VR.SQ,"40e010":a.VR.UR,"40e011":a.VR.UI,"40e020":a.VR.CS,"40e021":a.VR.SQ,"40e022":a.VR.SQ,"40e023":a.VR.SQ,"40e024":a.VR.SQ,"40e025":a.VR.SQ,"40e030":a.VR.UI,"40e031":a.VR.UI,420010:a.VR.ST,420011:a.VR.OB,420012:a.VR.LO,420013:a.VR.SQ,420014:a.VR.LO,440001:a.VR.ST,440002:a.VR.CS,440003:a.VR.LT,440004:a.VR.DT,440007:a.VR.SQ,440008:a.VR.LO,440009:a.VR.LT,"44000a":a.VR.LO,"44000b":a.VR.DT,440010:a.VR.DT,440011:a.VR.LO,440012:a.VR.LO,440013:a.VR.SQ,440019:a.VR.SQ,440100:a.VR.SQ,440101:a.VR.SQ,440102:a.VR.UI,440103:a.VR.SQ,440104:a.VR.DT,440105:a.VR.DT,440106:a.VR.UT,440107:a.VR.SQ,440108:a.VR.UI,440109:a.VR.SQ,"44010a":a.VR.SQ,460012:a.VR.LO,460014:a.VR.SQ,460015:a.VR.SQ,460016:a.VR.SQ,460018:a.VR.SQ,460028:a.VR.SQ,460030:a.VR.FD,460032:a.VR.CS,460034:a.VR.FD,460036:a.VR.CS,460038:a.VR.CS,460040:a.VR.FD,460042:a.VR.FD,460044:a.VR.FD,460046:a.VR.FD,460050:a.VR.SQ,460052:a.VR.SQ,460060:a.VR.FD,460062:a.VR.FD,460063:a.VR.FD,460064:a.VR.FD,460070:a.VR.SQ,460071:a.VR.SQ,460074:a.VR.SQ,460075:a.VR.FD,460076:a.VR.FD,460077:a.VR.FD,460080:a.VR.SQ,460092:a.VR.CS,460094:a.VR.CS,460095:a.VR.CS,460097:a.VR.SQ,460098:a.VR.SQ,460100:a.VR.SQ,460101:a.VR.SQ,460102:a.VR.SQ,460104:a.VR.FD,460106:a.VR.FD,460121:a.VR.SQ,460122:a.VR.SQ,460123:a.VR.SQ,460124:a.VR.SQ,460125:a.VR.CS,460135:a.VR.SS,460137:a.VR.FD,460139:a.VR.LO,460145:a.VR.SQ,460146:a.VR.FD,460147:a.VR.FD,460201:a.VR.CS,460202:a.VR.FL,460203:a.VR.FL,460204:a.VR.FL,460205:a.VR.FL,460207:a.VR.SQ,460208:a.VR.IS,460210:a.VR.SQ,460211:a.VR.SQ,460212:a.VR.FL,460213:a.VR.FL,460215:a.VR.SQ,460218:a.VR.SQ,460220:a.VR.FL,460224:a.VR.FL,460227:a.VR.FL,460230:a.VR.FL,460232:a.VR.FL,460234:a.VR.FL,460236:a.VR.FL,460238:a.VR.FL,460242:a.VR.CS,460244:a.VR.SQ,460247:a.VR.FL,460248:a.VR.CS,460249:a.VR.FL,460250:a.VR.FL,460251:a.VR.FL,460252:a.VR.FL,460253:a.VR.FL,480001:a.VR.FL,480002:a.VR.FL,480003:a.VR.FL,480006:a.VR.UL,480007:a.VR.UL,480008:a.VR.SQ,480010:a.VR.CS,480011:a.VR.CS,480012:a.VR.CS,480013:a.VR.US,480014:a.VR.FL,480015:a.VR.US,480100:a.VR.SQ,480102:a.VR.DS,480105:a.VR.SQ,480106:a.VR.SH,480107:a.VR.ST,480108:a.VR.SQ,480110:a.VR.SQ,480111:a.VR.DS,480112:a.VR.DS,480113:a.VR.DS,480120:a.VR.SQ,480200:a.VR.SQ,480201:a.VR.US,480202:a.VR.US,480207:a.VR.SQ,"48021a":a.VR.SQ,"48021e":a.VR.SL,"48021f":a.VR.SL,480301:a.VR.CS,500004:a.VR.CS,500010:a.VR.SQ,500012:a.VR.SQ,500013:a.VR.FD,500014:a.VR.DS,500015:a.VR.FD,500016:a.VR.DS,500017:a.VR.CS,500018:a.VR.DS,500019:a.VR.DS,"50001a":a.VR.CS,"50001b":a.VR.LO,"50001c":a.VR.FD,"50001d":a.VR.FD,"50001e":a.VR.LO,500020:a.VR.LO,520001:a.VR.FL,520002:a.VR.FD,520003:a.VR.FD,520004:a.VR.FD,520006:a.VR.CS,520007:a.VR.FD,520008:a.VR.FD,520009:a.VR.FD,520011:a.VR.FD,520012:a.VR.US,520013:a.VR.FD,520014:a.VR.FD,520016:a.VR.SQ,520025:a.VR.SQ,520026:a.VR.CS,520027:a.VR.SQ,520028:a.VR.FD,520029:a.VR.SQ,520030:a.VR.SS,520031:a.VR.CS,520033:a.VR.FD,520034:a.VR.FD,520036:a.VR.US,520038:a.VR.US,520039:a.VR.CS,"52003a":a.VR.CS,540010:a.VR.US,540011:a.VR.US,540012:a.VR.SQ,540013:a.VR.SQ,540014:a.VR.DS,540015:a.VR.DS,540016:a.VR.SQ,540017:a.VR.IS,540018:a.VR.SH,540020:a.VR.US,540021:a.VR.US,540022:a.VR.SQ,540030:a.VR.US,540031:a.VR.US,540032:a.VR.SQ,540033:a.VR.US,540036:a.VR.IS,540038:a.VR.IS,540039:a.VR.CS,540050:a.VR.US,540051:a.VR.US,540052:a.VR.SQ,540053:a.VR.US,540060:a.VR.US,540061:a.VR.US,540062:a.VR.SQ,540063:a.VR.SQ,540070:a.VR.US,540071:a.VR.US,540072:a.VR.SQ,540073:a.VR.DS,540080:a.VR.US,540081:a.VR.US,540090:a.VR.US,540100:a.VR.US,540101:a.VR.US,540200:a.VR.DS,540202:a.VR.CS,540210:a.VR.IS,540211:a.VR.US,540220:a.VR.SQ,540222:a.VR.SQ,540300:a.VR.SQ,540302:a.VR.SQ,540304:a.VR.SQ,540306:a.VR.SQ,540308:a.VR.US,540400:a.VR.SH,540410:a.VR.SQ,540412:a.VR.SQ,540414:a.VR.SQ,540500:a.VR.CS,540501:a.VR.CS,541e3:a.VR.CS,541001:a.VR.CS,541002:a.VR.CS,541004:a.VR.CS,541006:a.VR.CS,541100:a.VR.CS,541101:a.VR.LO,541102:a.VR.CS,541103:a.VR.LO,541104:a.VR.LO,541105:a.VR.LO,541200:a.VR.DS,541201:a.VR.IS,541202:a.VR.IS,541203:a.VR.DS,541210:a.VR.DS,541220:a.VR.CS,541300:a.VR.DS,541310:a.VR.IS,541311:a.VR.IS,541320:a.VR.DS,541321:a.VR.DS,541322:a.VR.DS,541323:a.VR.DS,541324:a.VR.DS,541330:a.VR.US,541400:a.VR.CS,541401:a.VR.CS,603e3:a.VR.SQ,603002:a.VR.US,603004:a.VR.SS,603006:a.VR.SS,603008:a.VR.US,603010:a.VR.LO,603020:a.VR.UL,620001:a.VR.CS,620002:a.VR.SQ,620003:a.VR.SQ,620004:a.VR.US,620005:a.VR.LO,620006:a.VR.ST,620007:a.VR.SQ,620008:a.VR.CS,620009:a.VR.LO,"62000a":a.VR.SQ,"62000b":a.VR.US,"62000c":a.VR.US,"62000d":a.VR.US,"62000e":a.VR.US,"62000f":a.VR.SQ,620010:a.VR.CS,620011:a.VR.SQ,620012:a.VR.SQ,620020:a.VR.UT,620021:a.VR.UI,640002:a.VR.SQ,640003:a.VR.UI,640005:a.VR.SQ,640007:a.VR.UL,640008:a.VR.FD,640009:a.VR.OF,"64000f":a.VR.SQ,640010:a.VR.SQ,660001:a.VR.UL,660002:a.VR.SQ,660003:a.VR.UL,660004:a.VR.LT,660009:a.VR.CS,"66000a":a.VR.FL,"66000b":a.VR.LO,"66000c":a.VR.FL,"66000d":a.VR.CS,"66000e":a.VR.CS,660010:a.VR.CS,660011:a.VR.SQ,660012:a.VR.SQ,660013:a.VR.SQ,660015:a.VR.UL,660016:a.VR.OF,660017:a.VR.FL,660018:a.VR.FL,660019:a.VR.FL,"66001a":a.VR.FL,"66001b":a.VR.FL,"66001c":a.VR.FL,"66001e":a.VR.UL,"66001f":a.VR.US,660020:a.VR.FL,660021:a.VR.OF,660023:a.VR.OW,660024:a.VR.OW,660025:a.VR.OW,660026:a.VR.SQ,660027:a.VR.SQ,660028:a.VR.SQ,660029:a.VR.OW,"66002a":a.VR.UL,"66002b":a.VR.SQ,"66002c":a.VR.UL,"66002d":a.VR.SQ,"66002e":a.VR.SQ,"66002f":a.VR.SQ,660030:a.VR.SQ,660031:a.VR.LO,660032:a.VR.LT,660034:a.VR.SQ,660035:a.VR.SQ,660036:a.VR.LO,660037:a.VR.FL,660038:a.VR.FL,660040:a.VR.OL,660041:a.VR.OL,660042:a.VR.OL,660043:a.VR.OL,660101:a.VR.SQ,660102:a.VR.SQ,660103:a.VR.OW,660104:a.VR.SQ,660105:a.VR.UL,660106:a.VR.LO,660107:a.VR.UT,660108:a.VR.SQ,660121:a.VR.SQ,660124:a.VR.SQ,660125:a.VR.OF,660129:a.VR.OL,660130:a.VR.SQ,660132:a.VR.SQ,660133:a.VR.SQ,660134:a.VR.SQ,686210:a.VR.LO,686221:a.VR.LO,686222:a.VR.SQ,686223:a.VR.CS,686224:a.VR.SQ,686225:a.VR.SQ,686226:a.VR.DT,686230:a.VR.SQ,686260:a.VR.SQ,686265:a.VR.SQ,686270:a.VR.DT,686280:a.VR.ST,"6862a0":a.VR.SQ,"6862a5":a.VR.FD,"6862c0":a.VR.SQ,"6862d0":a.VR.US,"6862d5":a.VR.LO,"6862e0":a.VR.SQ,"6862f0":a.VR.SQ,"6862f2":a.VR.FD,686300:a.VR.OB,686310:a.VR.US,686320:a.VR.SQ,686330:a.VR.US,686340:a.VR.LO,686345:a.VR.ST,686346:a.VR.FD,686347:a.VR.FD,686350:a.VR.US,686360:a.VR.SQ,686380:a.VR.LO,686390:a.VR.FD,"6863a0":a.VR.SQ,"6863a4":a.VR.SQ,"6863a8":a.VR.SQ,"6863ac":a.VR.SQ,"6863b0":a.VR.SQ,"6863c0":a.VR.US,"6863d0":a.VR.LO,"6863e0":a.VR.SQ,"6863f0":a.VR.US,686400:a.VR.SQ,686410:a.VR.US,686420:a.VR.CS,686430:a.VR.SQ,686440:a.VR.US,686450:a.VR.FD,686460:a.VR.FD,686470:a.VR.SQ,686490:a.VR.FD,"6864a0":a.VR.FD,"6864c0":a.VR.FD,"6864d0":a.VR.FD,"6864f0":a.VR.FD,686500:a.VR.SQ,686510:a.VR.SQ,686520:a.VR.SQ,686530:a.VR.US,686540:a.VR.LO,686545:a.VR.SQ,686550:a.VR.SQ,686560:a.VR.FD,686590:a.VR.FD,"6865a0":a.VR.SQ,"6865b0":a.VR.FD,"6865d0":a.VR.FD,"6865e0":a.VR.SQ,"6865f0":a.VR.FD,686610:a.VR.FD,686620:a.VR.FD,700001:a.VR.SQ,700002:a.VR.CS,700003:a.VR.CS,700004:a.VR.CS,700005:a.VR.CS,700006:a.VR.ST,700008:a.VR.SQ,700009:a.VR.SQ,700010:a.VR.FL,700011:a.VR.FL,700012:a.VR.CS,700014:a.VR.FL,700015:a.VR.CS,700020:a.VR.US,700021:a.VR.US,700022:a.VR.FL,700023:a.VR.CS,700024:a.VR.CS,700040:a.VR.IS,700041:a.VR.CS,700042:a.VR.US,700050:a.VR.US,700051:a.VR.US,700052:a.VR.SL,700053:a.VR.SL,"70005a":a.VR.SQ,700060:a.VR.SQ,700062:a.VR.IS,700066:a.VR.US,700067:a.VR.US,700068:a.VR.LO,700080:a.VR.CS,700081:a.VR.LO,700082:a.VR.DA,700083:a.VR.TM,700084:a.VR.PN,700086:a.VR.SQ,700087:a.VR.SQ,700100:a.VR.CS,700101:a.VR.DS,700102:a.VR.IS,700103:a.VR.FL,700207:a.VR.LO,700208:a.VR.ST,700209:a.VR.SQ,700226:a.VR.UL,700227:a.VR.LO,700228:a.VR.CS,700229:a.VR.LO,700230:a.VR.FD,700231:a.VR.SQ,700232:a.VR.SQ,700233:a.VR.SQ,700234:a.VR.SQ,700241:a.VR.US,700242:a.VR.CS,700243:a.VR.CS,700244:a.VR.CS,700245:a.VR.FL,700246:a.VR.FL,700247:a.VR.US,700248:a.VR.CS,700249:a.VR.CS,700250:a.VR.CS,700251:a.VR.US,700252:a.VR.US,700253:a.VR.FL,700254:a.VR.CS,700255:a.VR.UL,700256:a.VR.OB,700257:a.VR.CS,700258:a.VR.FL,700261:a.VR.FL,700262:a.VR.FL,700273:a.VR.FL,700274:a.VR.CS,700278:a.VR.CS,700279:a.VR.CS,700282:a.VR.CS,700284:a.VR.FL,700285:a.VR.FL,700287:a.VR.SQ,700288:a.VR.FL,700289:a.VR.SH,700294:a.VR.CS,700295:a.VR.UL,700306:a.VR.CS,700308:a.VR.SQ,700309:a.VR.SQ,"70030a":a.VR.SQ,"70030b":a.VR.FD,"70030c":a.VR.CS,"70030d":a.VR.SQ,"70030f":a.VR.ST,700310:a.VR.SH,700311:a.VR.SQ,700312:a.VR.FD,700314:a.VR.SQ,700318:a.VR.SQ,"70031a":a.VR.UI,"70031b":a.VR.UI,"70031c":a.VR.SQ,"70031e":a.VR.SQ,"70031f":a.VR.SQ,700401:a.VR.US,700402:a.VR.SQ,700403:a.VR.FL,700404:a.VR.SQ,700405:a.VR.CS,701101:a.VR.UI,701102:a.VR.UI,701103:a.VR.US,701104:a.VR.SQ,701201:a.VR.SQ,701202:a.VR.CS,701203:a.VR.US,701204:a.VR.CS,701205:a.VR.US,701206:a.VR.CS,701207:a.VR.US,701208:a.VR.CS,701209:a.VR.UI,"70120a":a.VR.SQ,"70120b":a.VR.CS,"70120c":a.VR.US,"70120d":a.VR.CS,701301:a.VR.SQ,701302:a.VR.CS,701303:a.VR.FD,701304:a.VR.SQ,701305:a.VR.FD,701306:a.VR.FD,701309:a.VR.US,701501:a.VR.CS,701502:a.VR.CS,701503:a.VR.FD,701505:a.VR.FD,701507:a.VR.FD,701508:a.VR.FD,"70150c":a.VR.UL,"70150d":a.VR.OD,701511:a.VR.FD,701512:a.VR.FD,701602:a.VR.CS,701603:a.VR.FD,701604:a.VR.FD,701605:a.VR.FD,701606:a.VR.FD,701607:a.VR.FD,701701:a.VR.CS,701702:a.VR.FD,701703:a.VR.FD,701704:a.VR.FD,701705:a.VR.FD,701706:a.VR.FD,701801:a.VR.SQ,701802:a.VR.CS,701803:a.VR.SQ,701804:a.VR.US,701805:a.VR.SQ,701806:a.VR.SQ,701807:a.VR.US,701808:a.VR.OB,701901:a.VR.SQ,701903:a.VR.SQ,701904:a.VR.UI,701905:a.VR.SQ,701907:a.VR.CS,"701a01":a.VR.CS,"701a03":a.VR.FD,"701a04":a.VR.SQ,"701a05":a.VR.FD,"701a06":a.VR.FD,"701a07":a.VR.OD,"701a08":a.VR.SQ,"701a09":a.VR.LO,"701b01":a.VR.SQ,"701b02":a.VR.US,"701b03":a.VR.SQ,"701b04":a.VR.SQ,"701b06":a.VR.CS,"701b07":a.VR.CS,"701b08":a.VR.CS,"701b11":a.VR.SQ,"701b12":a.VR.SQ,"701b13":a.VR.CS,"701b14":a.VR.FD,720002:a.VR.SH,720004:a.VR.LO,720006:a.VR.CS,720008:a.VR.LO,"72000a":a.VR.DT,"72000c":a.VR.SQ,"72000e":a.VR.SQ,720010:a.VR.LO,720012:a.VR.SQ,720014:a.VR.US,720020:a.VR.SQ,720022:a.VR.SQ,720024:a.VR.CS,720026:a.VR.AT,720028:a.VR.US,720030:a.VR.SQ,720032:a.VR.US,720034:a.VR.CS,720038:a.VR.US,"72003a":a.VR.CS,"72003c":a.VR.SS,"72003e":a.VR.SQ,720040:a.VR.LO,720050:a.VR.CS,720052:a.VR.AT,720054:a.VR.LO,720056:a.VR.LO,"72005e":a.VR.AE,"72005f":a.VR.AS,720060:a.VR.AT,720061:a.VR.DA,720062:a.VR.CS,720063:a.VR.DT,720064:a.VR.IS,720065:a.VR.OB,720066:a.VR.LO,720067:a.VR.OF,720068:a.VR.LT,720069:a.VR.OW,"72006a":a.VR.PN,"72006b":a.VR.TM,"72006c":a.VR.SH,"72006d":a.VR.UN,"72006e":a.VR.ST,"72006f":a.VR.UC,720070:a.VR.UT,720071:a.VR.UR,720072:a.VR.DS,720073:a.VR.OD,720074:a.VR.FD,720075:a.VR.OL,720076:a.VR.FL,720078:a.VR.UL,"72007a":a.VR.US,"72007c":a.VR.SL,"72007e":a.VR.SS,"72007f":a.VR.UI,720080:a.VR.SQ,720100:a.VR.US,720102:a.VR.SQ,720104:a.VR.US,720106:a.VR.US,720108:a.VR.FD,"72010a":a.VR.US,"72010c":a.VR.US,"72010e":a.VR.US,720200:a.VR.SQ,720202:a.VR.US,720203:a.VR.LO,720204:a.VR.US,720206:a.VR.LO,720208:a.VR.CS,720210:a.VR.SQ,720212:a.VR.US,720214:a.VR.SQ,720216:a.VR.US,720218:a.VR.US,720300:a.VR.SQ,720302:a.VR.US,720304:a.VR.CS,720306:a.VR.US,720308:a.VR.US,720310:a.VR.CS,720312:a.VR.CS,720314:a.VR.US,720316:a.VR.CS,720318:a.VR.US,720320:a.VR.US,720330:a.VR.FD,720400:a.VR.SQ,720402:a.VR.CS,720404:a.VR.CS,720406:a.VR.CS,720420:a.VR.US,720421:a.VR.US,720422:a.VR.SQ,720424:a.VR.SQ,720427:a.VR.SQ,720430:a.VR.SQ,720432:a.VR.US,720434:a.VR.CS,720500:a.VR.CS,720510:a.VR.CS,720512:a.VR.FD,720514:a.VR.FD,720516:a.VR.CS,720520:a.VR.CS,720600:a.VR.SQ,720602:a.VR.CS,720604:a.VR.CS,720700:a.VR.CS,720702:a.VR.CS,720704:a.VR.CS,720705:a.VR.SQ,720706:a.VR.CS,720710:a.VR.CS,720712:a.VR.CS,720714:a.VR.CS,720716:a.VR.CS,720717:a.VR.CS,720718:a.VR.CS,740120:a.VR.FD,740121:a.VR.FD,741e3:a.VR.CS,741002:a.VR.SQ,741004:a.VR.DS,741006:a.VR.ST,741007:a.VR.SQ,741008:a.VR.SQ,"74100a":a.VR.UR,"74100c":a.VR.LO,"74100e":a.VR.SQ,741020:a.VR.SQ,741022:a.VR.CS,741024:a.VR.IS,741025:a.VR.CS,741026:a.VR.FD,741027:a.VR.FD,741028:a.VR.FD,"74102a":a.VR.FD,"74102b":a.VR.FD,"74102c":a.VR.FD,"74102d":a.VR.FD,741030:a.VR.SQ,741032:a.VR.CS,741034:a.VR.CS,741036:a.VR.CS,741038:a.VR.DS,"74103a":a.VR.DS,741040:a.VR.SQ,741042:a.VR.SQ,741044:a.VR.SQ,741046:a.VR.SQ,741048:a.VR.SQ,"74104a":a.VR.SQ,"74104c":a.VR.SQ,"74104e":a.VR.SQ,741050:a.VR.SQ,741052:a.VR.AT,741054:a.VR.UL,741056:a.VR.LO,741057:a.VR.IS,741200:a.VR.CS,741202:a.VR.LO,741204:a.VR.LO,741210:a.VR.SQ,741212:a.VR.SQ,741216:a.VR.SQ,741220:a.VR.SQ,741222:a.VR.LO,741224:a.VR.SQ,741230:a.VR.LO,741234:a.VR.AE,741236:a.VR.AE,741238:a.VR.LT,741242:a.VR.CS,741244:a.VR.CS,741246:a.VR.CS,741324:a.VR.UL,741338:a.VR.FD,"74133a":a.VR.FD,741401:a.VR.SQ,741402:a.VR.DS,741403:a.VR.DS,741404:a.VR.IS,741405:a.VR.SQ,741406:a.VR.IS,741407:a.VR.DS,741408:a.VR.DS,741409:a.VR.SQ,"74140a":a.VR.CS,"74140b":a.VR.LO,"74140c":a.VR.IS,"74140d":a.VR.SQ,"74140e":a.VR.SQ,760001:a.VR.LO,760003:a.VR.LO,760006:a.VR.LO,760008:a.VR.SQ,"76000a":a.VR.CS,"76000c":a.VR.SQ,"76000e":a.VR.SQ,760010:a.VR.SQ,760020:a.VR.SQ,760030:a.VR.LO,760032:a.VR.SQ,760034:a.VR.SQ,760036:a.VR.CS,760038:a.VR.CS,760040:a.VR.SQ,760055:a.VR.US,760060:a.VR.SQ,760070:a.VR.US,760080:a.VR.US,760090:a.VR.US,"7600a0":a.VR.US,"7600b0":a.VR.US,"7600c0":a.VR.US,780001:a.VR.LO,780010:a.VR.ST,780020:a.VR.LO,780024:a.VR.LO,780026:a.VR.SQ,780028:a.VR.SQ,"78002a":a.VR.SQ,"78002e":a.VR.US,780050:a.VR.FD,780060:a.VR.FD,780070:a.VR.SQ,780090:a.VR.FD,"7800a0":a.VR.FD,"7800b0":a.VR.SQ,"7800b2":a.VR.LO,"7800b4":a.VR.SQ,"7800b6":a.VR.US,"7800b8":a.VR.US,800001:a.VR.SQ,800002:a.VR.SQ,800003:a.VR.SQ,800004:a.VR.FD,800005:a.VR.FD,800006:a.VR.US,800007:a.VR.US,800008:a.VR.SQ,800009:a.VR.SH,800010:a.VR.OF,800011:a.VR.OF,800012:a.VR.SQ,800013:a.VR.SQ,820001:a.VR.CS,820003:a.VR.UT,820004:a.VR.SQ,820005:a.VR.SQ,820006:a.VR.UL,820007:a.VR.SQ,820008:a.VR.CS,"82000a":a.VR.UT,"82000c":a.VR.SQ,820010:a.VR.SQ,820016:a.VR.LO,820017:a.VR.SQ,820018:a.VR.LO,820019:a.VR.LO,820021:a.VR.SQ,820022:a.VR.SQ,820023:a.VR.LO,820032:a.VR.CS,820033:a.VR.UT,820034:a.VR.SQ,820035:a.VR.SQ,820036:a.VR.CS,820037:a.VR.UT,820038:a.VR.CS,880130:a.VR.SH,880140:a.VR.UI,880200:a.VR.SQ,880904:a.VR.LO,880906:a.VR.ST,880910:a.VR.LO,880912:a.VR.LO,1000410:a.VR.CS,1000420:a.VR.DT,1000424:a.VR.LT,1000426:a.VR.LO,4000005:a.VR.US,4000010:a.VR.UI,4000015:a.VR.CS,4000020:a.VR.AT,4000100:a.VR.UI,4000105:a.VR.DT,4000110:a.VR.CS,4000115:a.VR.OB,4000120:a.VR.OB,4000305:a.VR.CS,4000310:a.VR.OB,4000401:a.VR.SQ,4000402:a.VR.SQ,4000403:a.VR.SQ,4000404:a.VR.OB,4000500:a.VR.SQ,4000510:a.VR.UI,4000520:a.VR.OB,4000550:a.VR.SQ,4000561:a.VR.SQ,4000562:a.VR.DT,4000563:a.VR.LO,4000564:a.VR.LO,4000565:a.VR.CS,1e7:a.VR.US,10000001:a.VR.US,10000002:a.VR.US,10000003:a.VR.US,10000004:a.VR.US,10000005:a.VR.US,101e5:a.VR.US,20000010:a.VR.IS,"2000001e":a.VR.SQ,20000020:a.VR.CS,20000030:a.VR.CS,20000040:a.VR.CS,20000050:a.VR.LO,20000060:a.VR.IS,20000061:a.VR.IS,20000062:a.VR.CS,20000063:a.VR.CS,20000065:a.VR.CS,20000067:a.VR.CS,20000069:a.VR.CS,"2000006a":a.VR.CS,"200000a0":a.VR.US,"200000a1":a.VR.US,"200000a2":a.VR.SQ,"200000a4":a.VR.SQ,"200000a8":a.VR.SQ,20000500:a.VR.SQ,20000510:a.VR.SQ,20100010:a.VR.ST,20100030:a.VR.CS,20100040:a.VR.CS,20100050:a.VR.CS,20100052:a.VR.CS,20100054:a.VR.CS,20100060:a.VR.CS,20100080:a.VR.CS,"201000a6":a.VR.CS,"201000a7":a.VR.CS,"201000a8":a.VR.CS,"201000a9":a.VR.CS,20100100:a.VR.CS,20100110:a.VR.CS,20100120:a.VR.US,20100130:a.VR.US,20100140:a.VR.CS,20100150:a.VR.ST,20100152:a.VR.LT,20100154:a.VR.IS,"2010015e":a.VR.US,20100160:a.VR.US,20100376:a.VR.DS,20100500:a.VR.SQ,20100510:a.VR.SQ,20100520:a.VR.SQ,20200010:a.VR.US,20200020:a.VR.CS,20200030:a.VR.DS,20200040:a.VR.CS,20200050:a.VR.CS,"202000a0":a.VR.CS,"202000a2":a.VR.CS,20200110:a.VR.SQ,20200111:a.VR.SQ,20200130:a.VR.SQ,20200140:a.VR.SQ,20300010:a.VR.US,20300020:a.VR.LO,20400010:a.VR.SQ,20400011:a.VR.US,20400020:a.VR.SQ,20400060:a.VR.CS,20400070:a.VR.CS,20400072:a.VR.CS,20400074:a.VR.US,20400080:a.VR.CS,20400082:a.VR.CS,20400090:a.VR.CS,20400100:a.VR.CS,20400500:a.VR.SQ,20500010:a.VR.SQ,20500020:a.VR.CS,20500500:a.VR.SQ,21000010:a.VR.SH,21000020:a.VR.CS,21000030:a.VR.CS,21000040:a.VR.DA,21000050:a.VR.TM,21000070:a.VR.AE,21000140:a.VR.AE,21000160:a.VR.SH,21000170:a.VR.IS,21000500:a.VR.SQ,21100010:a.VR.CS,21100020:a.VR.CS,21100030:a.VR.LO,21100099:a.VR.SH,21200010:a.VR.CS,21200050:a.VR.SQ,21200070:a.VR.SQ,21300010:a.VR.SQ,21300015:a.VR.SQ,21300030:a.VR.SQ,21300040:a.VR.SQ,21300050:a.VR.SQ,21300060:a.VR.SQ,21300080:a.VR.SQ,"213000a0":a.VR.SQ,"213000c0":a.VR.SQ,22000001:a.VR.CS,22000002:a.VR.UT,22000003:a.VR.CS,22000004:a.VR.LT,22000005:a.VR.LT,22000006:a.VR.CS,22000007:a.VR.CS,22000008:a.VR.CS,22000009:a.VR.CS,"2200000a":a.VR.CS,"2200000b":a.VR.US,"2200000c":a.VR.LO,"2200000d":a.VR.SQ,"2200000e":a.VR.AT,"2200000f":a.VR.CS,22000020:a.VR.CS,30020002:a.VR.SH,30020003:a.VR.LO,30020004:a.VR.ST,"3002000a":a.VR.CS,"3002000c":a.VR.CS,"3002000d":a.VR.DS,"3002000e":a.VR.DS,30020010:a.VR.DS,30020011:a.VR.DS,30020012:a.VR.DS,30020020:a.VR.SH,30020022:a.VR.DS,30020024:a.VR.DS,30020026:a.VR.DS,30020028:a.VR.DS,30020029:a.VR.IS,30020030:a.VR.SQ,30020032:a.VR.DS,30020034:a.VR.DS,30020040:a.VR.SQ,30020041:a.VR.CS,30020042:a.VR.DS,30020050:a.VR.SQ,30020051:a.VR.CS,30020052:a.VR.SH,30040001:a.VR.CS,30040002:a.VR.CS,30040004:a.VR.CS,30040005:a.VR.CS,30040006:a.VR.LO,30040008:a.VR.DS,"3004000a":a.VR.CS,"3004000c":a.VR.DS,"3004000e":a.VR.DS,30040010:a.VR.SQ,30040012:a.VR.DS,30040014:a.VR.CS,30040040:a.VR.DS,30040042:a.VR.DS,30040050:a.VR.SQ,30040052:a.VR.DS,30040054:a.VR.CS,30040056:a.VR.IS,30040058:a.VR.DS,30040060:a.VR.SQ,30040062:a.VR.CS,30040070:a.VR.DS,30040072:a.VR.DS,30040074:a.VR.DS,30060002:a.VR.SH,30060004:a.VR.LO,30060006:a.VR.ST,30060008:a.VR.DA,30060009:a.VR.TM,30060010:a.VR.SQ,30060012:a.VR.SQ,30060014:a.VR.SQ,30060016:a.VR.SQ,30060018:a.VR.SQ,30060020:a.VR.SQ,30060022:a.VR.IS,30060024:a.VR.UI,30060026:a.VR.LO,30060028:a.VR.ST,"3006002a":a.VR.IS,"3006002c":a.VR.DS,30060030:a.VR.SQ,30060033:a.VR.CS,30060036:a.VR.CS,30060038:a.VR.LO,30060039:a.VR.SQ,30060040:a.VR.SQ,30060042:a.VR.CS,30060044:a.VR.DS,30060045:a.VR.DS,30060046:a.VR.IS,30060048:a.VR.IS,30060049:a.VR.IS,30060050:a.VR.DS,30060080:a.VR.SQ,30060082:a.VR.IS,30060084:a.VR.IS,30060085:a.VR.SH,30060086:a.VR.SQ,30060088:a.VR.ST,"300600a0":a.VR.SQ,"300600a4":a.VR.CS,"300600a6":a.VR.PN,"300600b0":a.VR.SQ,"300600b2":a.VR.CS,"300600b4":a.VR.DS,"300600b6":a.VR.SQ,"300600b7":a.VR.US,"300600b8":a.VR.FL,"300600b9":a.VR.SQ,"300600c0":a.VR.SQ,"300600c2":a.VR.UI,"300600c4":a.VR.CS,"300600c6":a.VR.DS,"300600c8":a.VR.LO,30080010:a.VR.SQ,30080012:a.VR.ST,30080014:a.VR.CS,30080016:a.VR.DS,30080020:a.VR.SQ,30080021:a.VR.SQ,30080022:a.VR.IS,30080024:a.VR.DA,30080025:a.VR.TM,"3008002a":a.VR.CS,"3008002b":a.VR.SH,"3008002c":a.VR.CS,30080030:a.VR.SQ,30080032:a.VR.DS,30080033:a.VR.DS,30080036:a.VR.DS,30080037:a.VR.DS,"3008003a":a.VR.DS,"3008003b":a.VR.DS,30080040:a.VR.SQ,30080041:a.VR.SQ,30080042:a.VR.DS,30080044:a.VR.DS,30080045:a.VR.FL,30080046:a.VR.FL,30080047:a.VR.FL,30080048:a.VR.DS,30080050:a.VR.SQ,30080052:a.VR.DS,30080054:a.VR.DA,30080056:a.VR.DA,"3008005a":a.VR.IS,30080060:a.VR.SQ,30080061:a.VR.AT,30080062:a.VR.AT,30080063:a.VR.IS,30080064:a.VR.IS,30080065:a.VR.AT,30080066:a.VR.ST,30080067:a.VR.US,30080068:a.VR.SQ,"3008006a":a.VR.FL,30080070:a.VR.SQ,30080072:a.VR.IS,30080074:a.VR.ST,30080076:a.VR.DS,30080078:a.VR.DS,"3008007a":a.VR.DS,30080080:a.VR.SQ,30080082:a.VR.IS,30080090:a.VR.SQ,30080092:a.VR.IS,"300800a0":a.VR.SQ,"300800b0":a.VR.SQ,"300800c0":a.VR.SQ,"300800d0":a.VR.SQ,"300800e0":a.VR.SQ,"300800f0":a.VR.SQ,"300800f2":a.VR.SQ,"300800f4":a.VR.SQ,"300800f6":a.VR.SQ,30080100:a.VR.SQ,30080105:a.VR.LO,30080110:a.VR.SQ,30080116:a.VR.CS,30080120:a.VR.SQ,30080122:a.VR.IS,30080130:a.VR.SQ,30080132:a.VR.DS,30080134:a.VR.DS,30080136:a.VR.IS,30080138:a.VR.IS,"3008013a":a.VR.DS,"3008013c":a.VR.DS,30080140:a.VR.SQ,30080142:a.VR.IS,30080150:a.VR.SQ,30080152:a.VR.IS,30080160:a.VR.SQ,30080162:a.VR.DA,30080164:a.VR.TM,30080166:a.VR.DA,30080168:a.VR.TM,30080171:a.VR.SQ,30080172:a.VR.US,30080173:a.VR.SQ,30080200:a.VR.CS,30080202:a.VR.ST,30080220:a.VR.SQ,30080223:a.VR.IS,30080224:a.VR.CS,30080230:a.VR.CS,30080240:a.VR.SQ,30080250:a.VR.DA,30080251:a.VR.TM,"300a0002":a.VR.SH,"300a0003":a.VR.LO,"300a0004":a.VR.ST,"300a0006":a.VR.DA,"300a0007":a.VR.TM,"300a0009":a.VR.LO,"300a000a":a.VR.CS,"300a000b":a.VR.LO,"300a000c":a.VR.CS,"300a000e":a.VR.ST,"300a0010":a.VR.SQ,"300a0012":a.VR.IS,"300a0013":a.VR.UI,"300a0014":a.VR.CS,"300a0015":a.VR.CS,"300a0016":a.VR.LO,"300a0018":a.VR.DS,"300a001a":a.VR.DS,"300a0020":a.VR.CS,"300a0021":a.VR.DS,"300a0022":a.VR.DS,"300a0023":a.VR.DS,"300a0025":a.VR.DS,"300a0026":a.VR.DS,"300a0027":a.VR.DS,"300a0028":a.VR.DS,"300a002a":a.VR.DS,"300a002b":a.VR.DS,"300a002c":a.VR.DS,"300a002d":a.VR.DS,"300a0040":a.VR.SQ,"300a0042":a.VR.IS,"300a0043":a.VR.SH,"300a0044":a.VR.DS,"300a0046":a.VR.DS,"300a0048":a.VR.SQ,"300a004a":a.VR.DS,"300a004b":a.VR.FL,"300a004c":a.VR.DS,"300a004e":a.VR.DS,"300a004f":a.VR.FL,"300a0050":a.VR.FL,"300a0051":a.VR.DS,"300a0052":a.VR.DS,"300a0053":a.VR.DS,"300a0055":a.VR.CS,"300a0070":a.VR.SQ,"300a0071":a.VR.IS,"300a0072":a.VR.LO,"300a0078":a.VR.IS,"300a0079":a.VR.IS,"300a007a":a.VR.IS,"300a007b":a.VR.LT,"300a0080":a.VR.IS,"300a0082":a.VR.DS,"300a0083":a.VR.UI,"300a0084":a.VR.DS,"300a0086":a.VR.DS,"300a0088":a.VR.FL,"300a0089":a.VR.FL,"300a008a":a.VR.FL,"300a008b":a.VR.CS,"300a008c":a.VR.SQ,"300a008d":a.VR.FL,"300a008e":a.VR.FL,"300a008f":a.VR.FL,"300a0090":a.VR.CS,"300a0091":a.VR.DS,"300a0092":a.VR.CS,"300a0093":a.VR.CS,"300a00a0":a.VR.IS,"300a00a2":a.VR.DS,"300a00a4":a.VR.DS,"300a00b0":a.VR.SQ,"300a00b2":a.VR.SH,"300a00b3":a.VR.CS,"300a00b4":a.VR.DS,"300a00b6":a.VR.SQ,"300a00b8":a.VR.CS,"300a00ba":a.VR.DS,"300a00bb":a.VR.FL,"300a00bc":a.VR.IS,"300a00be":a.VR.DS,"300a00c0":a.VR.IS,"300a00c2":a.VR.LO,"300a00c3":a.VR.ST,"300a00c4":a.VR.CS,"300a00c5":a.VR.FD,"300a00c6":a.VR.CS,"300a00c7":a.VR.CS,"300a00c8":a.VR.IS,"300a00ca":a.VR.SQ,"300a00cc":a.VR.LO,"300a00ce":a.VR.CS,"300a00d0":a.VR.IS,"300a00d1":a.VR.SQ,"300a00d2":a.VR.IS,"300a00d3":a.VR.CS,"300a00d4":a.VR.SH,"300a00d5":a.VR.IS,"300a00d6":a.VR.DS,"300a00d7":a.VR.FL,"300a00d8":a.VR.DS,"300a00d9":a.VR.FL,"300a00da":a.VR.DS,"300a00db":a.VR.FL,"300a00dc":a.VR.SH,"300a00dd":a.VR.ST,"300a00de":a.VR.DS,"300a00e0":a.VR.IS,"300a00e1":a.VR.SH,"300a00e2":a.VR.DS,"300a00e3":a.VR.SQ,"300a00e4":a.VR.IS,"300a00e5":a.VR.SH,"300a00e6":a.VR.DS,"300a00e7":a.VR.IS,"300a00e8":a.VR.IS,"300a00e9":a.VR.DS,"300a00ea":a.VR.DS,"300a00eb":a.VR.DS,"300a00ec":a.VR.DS,"300a00ed":a.VR.IS,"300a00ee":a.VR.CS,"300a00ef":a.VR.SH,"300a00f0":a.VR.IS,"300a00f2":a.VR.DS,"300a00f3":a.VR.FL,"300a00f4":a.VR.SQ,"300a00f5":a.VR.SH,"300a00f6":a.VR.DS,"300a00f7":a.VR.FL,"300a00f8":a.VR.CS,"300a00f9":a.VR.LO,"300a00fa":a.VR.CS,"300a00fb":a.VR.CS,"300a00fc":a.VR.IS,"300a00fe":a.VR.LO,"300a0100":a.VR.DS,"300a0102":a.VR.DS,"300a0104":a.VR.IS,"300a0106":a.VR.DS,"300a0107":a.VR.SQ,"300a0108":a.VR.SH,"300a0109":a.VR.CS,"300a010a":a.VR.LO,"300a010c":a.VR.DS,"300a010e":a.VR.DS,"300a0110":a.VR.IS,"300a0111":a.VR.SQ,"300a0112":a.VR.IS,"300a0114":a.VR.DS,"300a0115":a.VR.DS,"300a0116":a.VR.SQ,"300a0118":a.VR.CS,"300a011a":a.VR.SQ,"300a011c":a.VR.DS,"300a011e":a.VR.DS,"300a011f":a.VR.CS,"300a0120":a.VR.DS,"300a0121":a.VR.CS,"300a0122":a.VR.DS,"300a0123":a.VR.CS,"300a0124":a.VR.DS,"300a0125":a.VR.DS,"300a0126":a.VR.CS,"300a0128":a.VR.DS,"300a0129":a.VR.DS,"300a012a":a.VR.DS,"300a012c":a.VR.DS,"300a012e":a.VR.DS,"300a0130":a.VR.DS,"300a0131":a.VR.FL,"300a0132":a.VR.FL,"300a0133":a.VR.FL,"300a0134":a.VR.DS,"300a0140":a.VR.FL,"300a0142":a.VR.CS,"300a0144":a.VR.FL,"300a0146":a.VR.CS,"300a0148":a.VR.FL,"300a014a":a.VR.FL,"300a014c":a.VR.CS,"300a014e":a.VR.FL,"300a0150":a.VR.CS,"300a0151":a.VR.DS,"300a0152":a.VR.DS,"300a0153":a.VR.DS,"300a0154":a.VR.DS,"300a0155":a.VR.DS,"300a0180":a.VR.SQ,"300a0182":a.VR.IS,"300a0183":a.VR.LO,"300a0184":a.VR.LO,"300a0190":a.VR.SQ,"300a0192":a.VR.CS,"300a0194":a.VR.SH,"300a0196":a.VR.ST,"300a0198":a.VR.SH,"300a0199":a.VR.FL,"300a019a":a.VR.FL,"300a01a0":a.VR.SQ,"300a01a2":a.VR.CS,"300a01a4":a.VR.SH,"300a01a6":a.VR.ST,"300a01a8":a.VR.SH,"300a01b0":a.VR.CS,"300a01b2":a.VR.ST,"300a01b4":a.VR.SQ,"300a01b6":a.VR.CS,"300a01b8":a.VR.SH,"300a01ba":a.VR.ST,"300a01bc":a.VR.DS,"300a01d0":a.VR.ST,"300a01d2":a.VR.DS,"300a01d4":a.VR.DS,"300a01d6":a.VR.DS,"300a0200":a.VR.CS,"300a0202":a.VR.CS,"300a0206":a.VR.SQ,"300a0210":a.VR.SQ,"300a0212":a.VR.IS,"300a0214":a.VR.CS,"300a0216":a.VR.LO,"300a0218":a.VR.DS,"300a021a":a.VR.DS,"300a021b":a.VR.SH,"300a021c":a.VR.LO,"300a0222":a.VR.DS,"300a0224":a.VR.DS,"300a0226":a.VR.LO,"300a0228":a.VR.DS,"300a0229":a.VR.CS,"300a022a":a.VR.DS,"300a022b":a.VR.DS,"300a022c":a.VR.DA,"300a022e":a.VR.TM,"300a0230":a.VR.SQ,"300a0232":a.VR.CS,"300a0234":a.VR.IS,"300a0236":a.VR.LO,"300a0238":a.VR.LO,"300a0240":a.VR.IS,"300a0242":a.VR.SH,"300a0244":a.VR.LO,"300a0250":a.VR.DS,"300a0260":a.VR.SQ,"300a0262":a.VR.IS,"300a0263":a.VR.SH,"300a0264":a.VR.CS,"300a0266":a.VR.LO,"300a026a":a.VR.DS,"300a026c":a.VR.DS,"300a0271":a.VR.DS,"300a0272":a.VR.DS,"300a0273":a.VR.SH,"300a0274":a.VR.DS,"300a0280":a.VR.SQ,"300a0282":a.VR.IS,"300a0284":a.VR.DS,"300a0286":a.VR.DS,"300a0288":a.VR.CS,"300a028a":a.VR.IS,"300a028c":a.VR.DS,"300a0290":a.VR.IS,"300a0291":a.VR.SH,"300a0292":a.VR.CS,"300a0294":a.VR.LO,"300a0296":a.VR.DS,"300a0298":a.VR.LO,"300a029c":a.VR.DS,"300a029e":a.VR.DS,"300a02a0":a.VR.DS,"300a02a2":a.VR.IS,"300a02a4":a.VR.DS,"300a02b0":a.VR.SQ,"300a02b2":a.VR.IS,"300a02b3":a.VR.SH,"300a02b4":a.VR.LO,"300a02b8":a.VR.DS,"300a02ba":a.VR.DS,"300a02c8":a.VR.DS,"300a02d0":a.VR.SQ,"300a02d2":a.VR.DS,"300a02d4":a.VR.DS,"300a02d6":a.VR.DS,"300a02e0":a.VR.CS,"300a02e1":a.VR.CS,"300a02e2":a.VR.DS,"300a02e3":a.VR.FL,"300a02e4":a.VR.FL,"300a02e5":a.VR.FL,"300a02e6":a.VR.FL,"300a02e7":a.VR.FL,"300a02e8":a.VR.FL,"300a02ea":a.VR.SQ,"300a02eb":a.VR.LT,"300a0302":a.VR.IS,"300a0304":a.VR.IS,"300a0306":a.VR.SS,"300a0308":a.VR.CS,"300a0309":a.VR.CS,"300a030a":a.VR.FL,"300a030c":a.VR.SQ,"300a030d":a.VR.FL,"300a030f":a.VR.SH,"300a0312":a.VR.IS,"300a0314":a.VR.SQ,"300a0316":a.VR.IS,"300a0318":a.VR.SH,"300a0320":a.VR.CS,"300a0322":a.VR.LO,"300a0330":a.VR.IS,"300a0332":a.VR.SQ,"300a0334":a.VR.IS,"300a0336":a.VR.SH,"300a0338":a.VR.CS,"300a033a":a.VR.LO,"300a033c":a.VR.FL,"300a0340":a.VR.IS,"300a0342":a.VR.SQ,"300a0344":a.VR.IS,"300a0346":a.VR.SH,"300a0348":a.VR.CS,"300a034a":a.VR.LO,"300a034c":a.VR.SH,"300a0350":a.VR.CS,"300a0352":a.VR.SH,"300a0354":a.VR.LO,"300a0355":a.VR.LO,"300a0356":a.VR.FL,"300a0358":a.VR.FL,"300a035a":a.VR.FL,"300a0360":a.VR.SQ,"300a0362":a.VR.LO,"300a0364":a.VR.FL,"300a0366":a.VR.FL,"300a0370":a.VR.SQ,"300a0372":a.VR.LO,"300a0374":a.VR.FL,"300a0380":a.VR.SQ,"300a0382":a.VR.FL,"300a0384":a.VR.FL,"300a0386":a.VR.FL,"300a0388":a.VR.FL,"300a038a":a.VR.FL,"300a038f":a.VR.FL,"300a0390":a.VR.SH,"300a0391":a.VR.IS,"300a0392":a.VR.IS,"300a0393":a.VR.CS,"300a0394":a.VR.FL,"300a0395":a.VR.CS,"300a0396":a.VR.FL,"300a0398":a.VR.FL,"300a039a":a.VR.IS,"300a03a0":a.VR.SQ,"300a03a2":a.VR.SQ,"300a03a4":a.VR.SQ,"300a03a6":a.VR.SQ,"300a03a8":a.VR.SQ,"300a03aa":a.VR.SQ,"300a03ac":a.VR.SQ,"300a0401":a.VR.SQ,"300a0402":a.VR.ST,"300a0410":a.VR.SQ,"300a0412":a.VR.FL,"300a0420":a.VR.SQ,"300a0421":a.VR.SH,"300a0422":a.VR.ST,"300a0423":a.VR.CS,"300a0424":a.VR.IS,"300a0425":a.VR.FL,"300a0431":a.VR.SQ,"300a0432":a.VR.CS,"300a0433":a.VR.FL,"300a0434":a.VR.FL,"300a0435":a.VR.FL,"300a0436":a.VR.FL,"300a0440":a.VR.IS,"300a0441":a.VR.SQ,"300a0442":a.VR.DS,"300a0443":a.VR.US,"300a0450":a.VR.SQ,"300a0451":a.VR.CS,"300a0452":a.VR.CS,"300a0453":a.VR.SQ,"300a0501":a.VR.FL,"300a0502":a.VR.FL,"300a0503":a.VR.FL,"300a0504":a.VR.FL,"300a0505":a.VR.SQ,"300a0506":a.VR.SQ,"300a0507":a.VR.FL,"300a0508":a.VR.FL,"300a0509":a.VR.FL,"300a0510":a.VR.FL,"300a0511":a.VR.CS,"300a0512":a.VR.CS,"300c0002":a.VR.SQ,"300c0004":a.VR.SQ,"300c0006":a.VR.IS,"300c0007":a.VR.IS,"300c0008":a.VR.DS,"300c0009":a.VR.DS,"300c000a":a.VR.SQ,"300c000c":a.VR.IS,"300c000e":a.VR.IS,"300c0020":a.VR.SQ,"300c0022":a.VR.IS,"300c0040":a.VR.SQ,"300c0042":a.VR.SQ,"300c0050":a.VR.SQ,"300c0051":a.VR.IS,"300c0055":a.VR.SQ,"300c0060":a.VR.SQ,"300c006a":a.VR.IS,"300c0080":a.VR.SQ,"300c00a0":a.VR.IS,"300c00b0":a.VR.SQ,"300c00c0":a.VR.IS,"300c00d0":a.VR.IS,"300c00e0":a.VR.IS,"300c00f0":a.VR.IS,"300c00f2":a.VR.SQ,"300c00f4":a.VR.IS,"300c00f6":a.VR.IS,"300c0100":a.VR.IS,"300c0102":a.VR.IS,"300c0104":a.VR.IS,"300c0111":a.VR.SQ,"300c0112":a.VR.CS,"300c0113":a.VR.LO,"300e0002":a.VR.CS,"300e0004":a.VR.DA,"300e0005":a.VR.TM,"300e0008":a.VR.PN,40000010:a.VR.LT,40004e3:a.VR.LT,40080040:a.VR.SH,40080042:a.VR.LO,40080050:a.VR.SQ,"400800ff":a.VR.CS,40080100:a.VR.DA,40080101:a.VR.TM,40080102:a.VR.PN,40080103:a.VR.LO,40080108:a.VR.DA,40080109:a.VR.TM,"4008010a":a.VR.PN,"4008010b":a.VR.ST,"4008010c":a.VR.PN,40080111:a.VR.SQ,40080112:a.VR.DA,40080113:a.VR.TM,40080114:a.VR.PN,40080115:a.VR.LT,40080117:a.VR.SQ,40080118:a.VR.SQ,40080119:a.VR.PN,"4008011a":a.VR.LO,40080200:a.VR.SH,40080202:a.VR.LO,40080210:a.VR.CS,40080212:a.VR.CS,40080300:a.VR.ST,40084e3:a.VR.ST,40100001:a.VR.CS,40100002:a.VR.CS,40100004:a.VR.SQ,40101001:a.VR.SQ,40101004:a.VR.FL,40101005:a.VR.FL,40101006:a.VR.OB,40101007:a.VR.SH,40101008:a.VR.CS,40101009:a.VR.CS,"4010100a":a.VR.SQ,40101010:a.VR.US,40101011:a.VR.SQ,40101012:a.VR.CS,40101013:a.VR.LT,40101014:a.VR.CS,40101015:a.VR.CS,40101016:a.VR.FL,40101017:a.VR.FL,40101018:a.VR.FL,40101019:a.VR.FL,"4010101a":a.VR.SH,"4010101b":a.VR.FL,"4010101c":a.VR.FL,"4010101d":a.VR.FL,"4010101e":a.VR.SH,"4010101f":a.VR.SH,40101020:a.VR.CS,40101021:a.VR.CS,40101023:a.VR.FL,40101024:a.VR.CS,40101025:a.VR.DT,40101026:a.VR.DT,40101027:a.VR.CS,40101028:a.VR.CS,40101029:a.VR.LO,"4010102a":a.VR.SH,"4010102b":a.VR.DT,40101031:a.VR.CS,40101033:a.VR.US,40101034:a.VR.US,40101037:a.VR.SQ,40101038:a.VR.SQ,40101039:a.VR.CS,"4010103a":a.VR.CS,40101041:a.VR.DT,40101042:a.VR.CS,40101043:a.VR.FL,40101044:a.VR.CS,40101045:a.VR.SQ,40101046:a.VR.CS,40101047:a.VR.SQ,40101048:a.VR.CS,40101051:a.VR.LO,40101052:a.VR.SH,40101053:a.VR.LO,40101054:a.VR.SH,40101055:a.VR.SH,40101056:a.VR.CS,40101058:a.VR.SH,40101059:a.VR.CS,40101060:a.VR.FL,40101061:a.VR.FL,40101062:a.VR.FL,40101064:a.VR.SQ,40101067:a.VR.CS,40101068:a.VR.LT,40101069:a.VR.FL,"4010106c":a.VR.OB,"4010106d":a.VR.CS,"4010106e":a.VR.CS,"4010106f":a.VR.SQ,40101070:a.VR.CS,40101071:a.VR.SQ,40101072:a.VR.SQ,40101073:a.VR.FD,40101075:a.VR.DS,40101076:a.VR.SQ,40101077:a.VR.SQ,40101078:a.VR.ST,40101079:a.VR.SQ,"4010107a":a.VR.FL,"4010107b":a.VR.SQ,"4010107c":a.VR.CS,"4010107d":a.VR.SQ,"4010107e":a.VR.DS,"4ffe0001":a.VR.SQ,50000005:a.VR.US,50000010:a.VR.US,50000020:a.VR.CS,50000022:a.VR.LO,50000030:a.VR.SH,50000040:a.VR.SH,50000103:a.VR.US,50000104:a.VR.US,50000105:a.VR.US,50000106:a.VR.SH,50000110:a.VR.US,50000112:a.VR.US,50000114:a.VR.US,50001001:a.VR.CS,50002e3:a.VR.US,50002002:a.VR.US,50002004:a.VR.US,50002006:a.VR.UL,50002008:a.VR.UL,"5000200a":a.VR.UL,"5000200c":a.VR.OW,"5000200e":a.VR.LT,50002500:a.VR.LO,50002600:a.VR.SQ,50002610:a.VR.US,50003e3:a.VR.OW,52009229:a.VR.SQ,52009230:a.VR.SQ,54000100:a.VR.SQ,54000110:a.VR.OW,54000112:a.VR.OW,54001004:a.VR.US,54001006:a.VR.CS,"5400100a":a.VR.OW,54001010:a.VR.OW,56000010:a.VR.OF,56000020:a.VR.OF,60000010:a.VR.US,60000011:a.VR.US,60000012:a.VR.US,60000015:a.VR.IS,60000022:a.VR.LO,60000040:a.VR.CS,60000045:a.VR.LO,60000050:a.VR.SS,60000051:a.VR.US,60000052:a.VR.US,60000060:a.VR.CS,60000061:a.VR.SH,60000062:a.VR.SH,60000063:a.VR.CS,60000066:a.VR.AT,60000068:a.VR.US,60000069:a.VR.US,60000100:a.VR.US,60000102:a.VR.US,60000110:a.VR.CS,60000200:a.VR.US,60000800:a.VR.CS,60000802:a.VR.US,60000803:a.VR.AT,60000804:a.VR.US,60001001:a.VR.CS,60001100:a.VR.US,60001101:a.VR.US,60001102:a.VR.US,60001103:a.VR.US,60001200:a.VR.US,60001201:a.VR.US,60001202:a.VR.US,60001203:a.VR.US,60001301:a.VR.IS,60001302:a.VR.DS,60001303:a.VR.DS,60001500:a.VR.LO,60003e3:a.VR.OW,60004e3:a.VR.LT,"7f000010":a.VR.OW,"7f000011":a.VR.US,"7f000020":a.VR.OW,"7f000030":a.VR.OW,"7f000040":a.VR.OW,"7fe00008":a.VR.OF,"7fe00009":a.VR.OD,"7fe00010":a.VR.OW,"7fe00020":a.VR.OW,"7fe00030":a.VR.OW,"7fe00040":a.VR.OW,fffafffa:a.VR.SQ,fffcfffc:a.VR.OB}},203:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TagTreeItem=t.TagTreeAnyItem=t.TagTreeTag=t.emptyTagTree=t.TagTreeTrunk=t.TagTree=void 0;const i=n(8),a=n(608),r=n(613),o=n(242);class s extends o.TagPathLike{constructor(e,t){super(),this.tagVal=e,this.previousVal=t}static fromTag(e){return t.emptyTagTree.thenTag(e)}static fromAnyItem(e){return t.emptyTagTree.thenAnyItem(e)}static fromItem(e,n){return t.emptyTagTree.thenItem(e,n)}static fromPath(e){let n;const i=e.head();return n=i instanceof r.TagPathTag?s.fromTag(i.tag()):i instanceof r.TagPathItem||i instanceof r.TagPathItemEnd?s.fromItem(i.tag(),i.item):i instanceof r.TagPathSequence||i instanceof r.TagPathSequenceEnd?s.fromAnyItem(i.tag()):t.emptyTagTree,e.drop(1).toList().reduce(((e,t)=>e instanceof c&&t instanceof r.TagPathTag?e.thenTag(t.tag()):e instanceof c&&t instanceof r.TagPathItem||e instanceof c&&t instanceof r.TagPathItemEnd?e.thenItem(t.tag(),t.item):e instanceof c&&t instanceof r.TagPathSequence||e instanceof c&&t instanceof r.TagPathSequenceEnd?e.thenAnyItem(t.tag()):e),n)}static parse(e){const t=e=>"]"===e[e.length-1],n=e=>e.substring(e.lastIndexOf("[")+1,e.length-1),i=e=>e.substring(0,e.indexOf("[")),r=e=>{const t=a.Lookup.tagOf(e);if(!t){if(11===e.length&&"("===e[0]&&","===e[5]&&")"===e[10]){const t=parseInt(e.substring(1,5)+e.substring(6,10),16);if(!isNaN(t))return t}throw Error(e+" is not a tag or name string")}return t},o=e=>{if("*"===e)return;const t=parseInt(e,10);if(isNaN(t))throw Error(e+" is not a number");return t},c=e=>s.fromTag(r(e)),S=e=>{const t=r(i(e)),a=o(n(e));return void 0===a?s.fromAnyItem(t):s.fromItem(t,a)},l=(e,t)=>{const a=r(i(e)),s=o(n(e));return void 0===s?t.thenAnyItem(a):t.thenItem(a,s)},u=e.indexOf(".")>0?e.split("."):[e],R=u.length>1?u.slice(0,u.length-1):[],V=u[u.length-1];try{const e=R.length>0?R[0]:void 0;if(e){const n=R.slice(1,R.length).reduce(((e,t)=>l(t,e)),S(e));return void 0!==n?t(V)?l(V,n):(m=V,n.thenTag(r(m))):t(V)?S(V):c(V)}return c(V)}catch(e){throw Error("Tag tree could not be parsed: "+e.message)}var m}tag(){return this.tagVal}previous(){return this.previousVal}isEmpty(){return this===t.emptyTagTree}isEqualTo(e){return!(!this.isEmpty()||!e.isEmpty())||(this instanceof S&&e instanceof S?this.tag()===e.tag()&&this.previous().isEqualTo(e.previous()):this instanceof u&&e instanceof u?this.tag()===e.tag()&&this.item===e.item&&this.previous().isEqualTo(e.previous()):this instanceof l&&e instanceof l&&this.tag()===e.tag()&&this.previous().isEqualTo(e.previous()))}isPath(){return!!this.isEmpty()||!(this instanceof l)&&this.previous().isPath()}hasPath(e){return!(!this.isEmpty()||!e.isEmpty())||(this instanceof S&&e instanceof r.TagPathTag?this.tag()===e.tag()&&this.previous().hasPath(e.previous()):this instanceof u&&"item"in e?this.item===e.item&&this.tag()===e.tag()&&this.previous().hasPath(e.previous()):this instanceof l&&"item"in e?this.tag()===e.tag()&&this.previous().hasPath(e.previous()):(this instanceof l&&e instanceof r.TagPathSequence||this instanceof l&&e instanceof r.TagPathSequenceEnd)&&this.tag()===e.tag()&&this.previous().hasPath(e.previous()))}hasTrunk(e){if(this.depth()>=e.depth()){const t=this.toList(),n=e.toList();for(let e=0;e<Math.min(t.length,n.length);e++){const i=t[e],a=n[e];let o=!1;if(a.isEmpty()?o=!0:i instanceof u&&"item"in a?o=i.tag()===a.tag()&&i.item===a.item:(i instanceof u&&a instanceof r.TagPathSequence||i instanceof u&&a instanceof r.TagPathSequenceEnd||i instanceof l&&void 0!==a.item||i instanceof l&&a instanceof r.TagPathSequence||i instanceof l&&a instanceof r.TagPathSequenceEnd||i instanceof S&&a instanceof r.TagPathTag)&&(o=i.tag()===a.tag()),!o)return!1}return!0}return!1}isTrunkOf(e){if(this.depth()<=e.depth()){const t=this.toList(),n=e.toList();for(let e=0;e<Math.min(t.length,n.length);e++){const i=t[e],a=n[e];let o=!1;if(a.isEmpty()?o=!0:i instanceof u&&"item"in a?o=i.tag()===a.tag()&&i.item===a.item:(i instanceof l&&"item"in a||i instanceof l&&a instanceof r.TagPathSequence||i instanceof l&&a instanceof r.TagPathSequenceEnd||i instanceof S&&a instanceof r.TagPathTag)&&(o=i.tag()===a.tag()),!o)return!1}return!0}return!1}hasTwig(e){let t=!1;return this.isEmpty()&&e.isEmpty()?t=!0:this instanceof l&&"item"in e||this instanceof l&&e instanceof r.TagPathSequence||this instanceof l&&e instanceof r.TagPathSequenceEnd?t=this.tag()===e.tag():this instanceof u&&"item"in e?t=this.tag()===e.tag()&&this.item===e.item:this instanceof S&&e instanceof r.TagPathTag&&(t=this.tag()===e.tag()),e.previous().isEmpty()?t:!this.previous().isEmpty()&&t&&this.previous().hasTwig(e.previous())}drop(e){const n=(e,i)=>{if(i<0)return t.emptyTagTree;if(0===i)return e.isEmpty()?t.emptyTagTree:e instanceof u?s.fromItem(e.tag(),e.item):e instanceof l?s.fromAnyItem(e.tag()):s.fromTag(e.tag());const a=n(e.previous(),i-1);return e instanceof u?a.thenItem(e.tag(),e.item):e instanceof l?a.thenAnyItem(e.tag()):e instanceof S?a.thenTag(e.tag()):t.emptyTagTree};return n(this,this.depth()-e-1)}toNamedString(e){const t=(n,r)=>{const o=n instanceof l?"[*]":"item"in n?"["+n.item+"]":"",s=(t=>{if(e){const e=a.Lookup.keywordOf(t);if(e)return e}return(0,i.tagToString)(t)})(n.tag())+o+r;return n.isRoot()?s:t(n.previous(),"."+s)};return this.isEmpty()?"<empty tree>":t(this,"")}}t.TagTree=s;class c extends s{thenTag(e){return new S(e,this)}thenAnyItem(e){return new l(e,this)}thenItem(e,t){return new u(e,t,this)}}t.TagTreeTrunk=c,t.emptyTagTree=new class extends c{tag(){throw Error("Empty tag tree")}previous(){return t.emptyTagTree}}(-1,null);class S extends s{constructor(e,t){super(e,t)}}t.TagTreeTag=S;class l extends c{constructor(e,t){super(e,t)}}t.TagTreeAnyItem=l;class u extends c{constructor(e,t,n){super(e,n),this.item=t}}t.TagTreeItem=u},59:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Tag=void 0,t.Tag={CommandGroupLength:0,AffectedSOPClassUID:2,RequestedSOPClassUID:3,CommandField:256,MessageID:272,MessageIDBeingRespondedTo:288,MoveDestination:1536,Priority:1792,CommandDataSetType:2048,Status:2304,OffendingElement:2305,ErrorComment:2306,ErrorID:2307,AffectedSOPInstanceUID:4096,RequestedSOPInstanceUID:4097,EventTypeID:4098,AttributeIdentifierList:4101,ActionTypeID:4104,NumberOfRemainingSuboperations:4128,NumberOfCompletedSuboperations:4129,NumberOfFailedSuboperations:4130,NumberOfWarningSuboperations:4131,MoveOriginatorApplicationEntityTitle:4144,MoveOriginatorMessageID:4145,FileMetaInformationGroupLength:131072,FileMetaInformationVersion:131073,MediaStorageSOPClassUID:131074,MediaStorageSOPInstanceUID:131075,TransferSyntaxUID:131088,ImplementationClassUID:131090,ImplementationVersionName:131091,SourceApplicationEntityTitle:131094,SendingApplicationEntityTitle:131095,ReceivingApplicationEntityTitle:131096,PrivateInformationCreatorUID:131328,PrivateInformation:131330,FileSetID:266544,FileSetDescriptorFileID:266561,SpecificCharacterSetOfFileSetDescriptorFile:266562,OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity:266752,OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity:266754,FileSetConsistencyFlag:266770,DirectoryRecordSequence:266784,OffsetOfTheNextDirectoryRecord:267264,RecordInUseFlag:267280,OffsetOfReferencedLowerLevelDirectoryEntity:267296,DirectoryRecordType:267312,PrivateRecordUID:267314,ReferencedFileID:267520,MRDRDirectoryRecordOffset:267524,ReferencedSOPClassUIDInFile:267536,ReferencedSOPInstanceUIDInFile:267537,ReferencedTransferSyntaxUIDInFile:267538,ReferencedRelatedGeneralSOPClassUIDInFile:267546,NumberOfReferences:267776,LengthToEnd:524289,SpecificCharacterSet:524293,LanguageCodeSequence:524294,ImageType:524296,RecognitionCode:524304,InstanceCreationDate:524306,InstanceCreationTime:524307,InstanceCreatorUID:524308,InstanceCoercionDateTime:524309,SOPClassUID:524310,SOPInstanceUID:524312,RelatedGeneralSOPClassUID:524314,OriginalSpecializedSOPClassUID:524315,StudyDate:524320,SeriesDate:524321,AcquisitionDate:524322,ContentDate:524323,OverlayDate:524324,CurveDate:524325,AcquisitionDateTime:524330,StudyTime:524336,SeriesTime:524337,AcquisitionTime:524338,ContentTime:524339,OverlayTime:524340,CurveTime:524341,DataSetType:524352,DataSetSubtype:524353,NuclearMedicineSeriesType:524354,AccessionNumber:524368,IssuerOfAccessionNumberSequence:524369,QueryRetrieveLevel:524370,QueryRetrieveView:524371,RetrieveAETitle:524372,StationAETitle:524373,InstanceAvailability:524374,FailedSOPInstanceUIDList:524376,Modality:524384,ModalitiesInStudy:524385,SOPClassesInStudy:524386,AnatomicRegionsInStudyCodeSequence:524387,ConversionType:524388,PresentationIntentType:524392,Manufacturer:524400,InstitutionName:524416,InstitutionAddress:524417,InstitutionCodeSequence:524418,ReferringPhysicianName:524432,ReferringPhysicianAddress:524434,ReferringPhysicianTelephoneNumbers:524436,ReferringPhysicianIdentificationSequence:524438,ConsultingPhysicianName:524444,ConsultingPhysicianIdentificationSequence:524445,CodeValue:524544,ExtendedCodeValue:524545,CodingSchemeDesignator:524546,CodingSchemeVersion:524547,CodeMeaning:524548,MappingResource:524549,ContextGroupVersion:524550,ContextGroupLocalVersion:524551,ExtendedCodeMeaning:524552,CodingSchemeResourcesSequence:524553,CodingSchemeURLType:524554,ContextGroupExtensionFlag:524555,CodingSchemeUID:524556,ContextGroupExtensionCreatorUID:524557,CodingSchemeURL:524558,ContextIdentifier:524559,CodingSchemeIdentificationSequence:524560,CodingSchemeRegistry:524562,CodingSchemeExternalID:524564,CodingSchemeName:524565,CodingSchemeResponsibleOrganization:524566,ContextUID:524567,MappingResourceUID:524568,LongCodeValue:524569,URNCodeValue:524576,EquivalentCodeSequence:524577,MappingResourceName:524578,ContextGroupIdentificationSequence:524579,MappingResourceIdentificationSequence:524580,TimezoneOffsetFromUTC:524801,ResponsibleGroupCodeSequence:524832,EquipmentModality:524833,ManufacturerRelatedModelGroup:524834,PrivateDataElementCharacteristicsSequence:525056,PrivateGroupReference:525057,PrivateCreatorReference:525058,BlockIdentifyingInformationStatus:525059,NonidentifyingPrivateElements:525060,IdentifyingPrivateElements:525062,DeidentificationActionSequence:525061,DeidentificationAction:525063,PrivateDataElement:525064,PrivateDataElementValueMultiplicity:525065,PrivateDataElementValueRepresentation:525066,PrivateDataElementNumberOfItems:525067,PrivateDataElementName:525068,PrivateDataElementKeyword:525069,PrivateDataElementDescription:525070,PrivateDataElementEncoding:525071,PrivateDataElementDefinitionSequence:525072,NetworkID:528384,StationName:528400,StudyDescription:528432,ProcedureCodeSequence:528434,SeriesDescription:528446,SeriesDescriptionCodeSequence:528447,InstitutionalDepartmentName:528448,PhysiciansOfRecord:528456,PhysiciansOfRecordIdentificationSequence:528457,PerformingPhysicianName:528464,PerformingPhysicianIdentificationSequence:528466,NameOfPhysiciansReadingStudy:528480,PhysiciansReadingStudyIdentificationSequence:528482,OperatorsName:528496,OperatorIdentificationSequence:528498,AdmittingDiagnosesDescription:528512,AdmittingDiagnosesCodeSequence:528516,ManufacturerModelName:528528,ReferencedResultsSequence:528640,ReferencedStudySequence:528656,ReferencedPerformedProcedureStepSequence:528657,ReferencedSeriesSequence:528661,ReferencedPatientSequence:528672,ReferencedVisitSequence:528677,ReferencedOverlaySequence:528688,ReferencedStereometricInstanceSequence:528692,ReferencedWaveformSequence:528698,ReferencedImageSequence:528704,ReferencedCurveSequence:528709,ReferencedInstanceSequence:528714,ReferencedRealWorldValueMappingInstanceSequence:528715,ReferencedSOPClassUID:528720,ReferencedSOPInstanceUID:528725,DefinitionSourceSequence:528726,SOPClassesSupported:528730,ReferencedFrameNumber:528736,SimpleFrameList:528737,CalculatedFrameList:528738,TimeRange:528739,FrameExtractionSequence:528740,MultiFrameSourceSOPInstanceUID:528743,RetrieveURL:528784,TransactionUID:528789,WarningReason:528790,FailureReason:528791,FailedSOPSequence:528792,ReferencedSOPSequence:528793,OtherFailuresSequence:528794,StudiesContainingOtherReferencedInstancesSequence:528896,RelatedSeriesSequence:528976,LossyImageCompressionRetired:532752,DerivationDescription:532753,SourceImageSequence:532754,StageName:532768,StageNumber:532770,NumberOfStages:532772,ViewName:532775,ViewNumber:532776,NumberOfEventTimers:532777,NumberOfViewsInStage:532778,EventElapsedTimes:532784,EventTimerNames:532786,EventTimerSequence:532787,EventTimeOffset:532788,EventCodeSequence:532789,StartTrim:532802,StopTrim:532803,RecommendedDisplayFrameRate:532804,TransducerPosition:532992,TransducerOrientation:532996,AnatomicStructure:533e3,AnatomicRegionSequence:533016,AnatomicRegionModifierSequence:533024,PrimaryAnatomicStructureSequence:533032,AnatomicStructureSpaceOrRegionSequence:533033,PrimaryAnatomicStructureModifierSequence:533040,TransducerPositionSequence:533056,TransducerPositionModifierSequence:533058,TransducerOrientationSequence:533060,TransducerOrientationModifierSequence:533062,AnatomicStructureSpaceOrRegionCodeSequenceTrial:533073,AnatomicPortalOfEntranceCodeSequenceTrial:533075,AnatomicApproachDirectionCodeSequenceTrial:533077,AnatomicPerspectiveDescriptionTrial:533078,AnatomicPerspectiveCodeSequenceTrial:533079,AnatomicLocationOfExaminingInstrumentDescriptionTrial:533080,AnatomicLocationOfExaminingInstrumentCodeSequenceTrial:533081,AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial:533082,OnAxisBackgroundAnatomicStructureCodeSequenceTrial:533084,AlternateRepresentationSequence:536577,IrradiationEventUID:536592,SourceIrradiationEventSequence:536593,RadiopharmaceuticalAdministrationEventUID:536594,IdentifyingComments:540672,FrameType:561159,ReferencedImageEvidenceSequence:561298,ReferencedRawDataSequence:561441,CreatorVersionUID:561443,DerivationImageSequence:561444,SourceImageEvidenceSequence:561492,PixelPresentation:561669,VolumetricProperties:561670,VolumeBasedCalculationTechnique:561671,ComplexImageComponent:561672,AcquisitionContrast:561673,DerivationCodeSequence:561685,ReferencedPresentationStateSequence:561719,ReferencedOtherPlaneSequence:562192,FrameDisplaySequence:562264,RecommendedDisplayFrameRateInFloat:562265,SkipFrameRangeFlag:562272,PatientName:1048592,PatientID:1048608,IssuerOfPatientID:1048609,TypeOfPatientID:1048610,IssuerOfPatientIDQualifiersSequence:1048612,SourcePatientGroupIdentificationSequence:1048614,GroupOfPatientsIdentificationSequence:1048615,SubjectRelativePositionInImage:1048616,PatientBirthDate:1048624,PatientBirthTime:1048626,PatientBirthDateInAlternativeCalendar:1048627,PatientDeathDateInAlternativeCalendar:1048628,PatientAlternativeCalendar:1048629,PatientSex:1048640,PatientInsurancePlanCodeSequence:1048656,PatientPrimaryLanguageCodeSequence:1048833,PatientPrimaryLanguageModifierCodeSequence:1048834,QualityControlSubject:1049088,QualityControlSubjectTypeCodeSequence:1049089,StrainDescription:1049106,StrainNomenclature:1049107,StrainStockNumber:1049108,StrainSourceRegistryCodeSequence:1049109,StrainStockSequence:1049110,StrainSource:1049111,StrainAdditionalInformation:1049112,StrainCodeSequence:1049113,GeneticModificationsSequence:1049121,GeneticModificationsDescription:1049122,GeneticModificationsNomenclature:1049123,GeneticModificationsCodeSequence:1049129,OtherPatientIDs:1052672,OtherPatientNames:1052673,OtherPatientIDsSequence:1052674,PatientBirthName:1052677,PatientAge:1052688,PatientSize:1052704,PatientSizeCodeSequence:1052705,PatientBodyMassIndex:1052706,MeasuredAPDimension:1052707,MeasuredLateralDimension:1052708,PatientWeight:1052720,PatientAddress:1052736,InsurancePlanIdentification:1052752,PatientMotherBirthName:1052768,MilitaryRank:1052800,BranchOfService:1052801,MedicalRecordLocator:1052816,ReferencedPatientPhotoSequence:1052928,MedicalAlerts:1056768,Allergies:1057040,CountryOfResidence:1057104,RegionOfResidence:1057106,PatientTelephoneNumbers:1057108,PatientTelecomInformation:1057109,EthnicGroup:1057120,Occupation:1057152,SmokingStatus:1057184,AdditionalPatientHistory:1057200,PregnancyStatus:1057216,LastMenstrualDate:1057232,PatientReligiousPreference:1057264,PatientSpeciesDescription:1057281,PatientSpeciesCodeSequence:1057282,PatientSexNeutered:1057283,AnatomicalOrientationType:1057296,PatientBreedDescription:1057426,PatientBreedCodeSequence:1057427,BreedRegistrationSequence:1057428,BreedRegistrationNumber:1057429,BreedRegistryCodeSequence:1057430,ResponsiblePerson:1057431,ResponsiblePersonRole:1057432,ResponsibleOrganization:1057433,PatientComments:1064960,ExaminedBodyThickness:1086513,ClinicalTrialSponsorName:1179664,ClinicalTrialProtocolID:1179680,ClinicalTrialProtocolName:1179681,ClinicalTrialSiteID:1179696,ClinicalTrialSiteName:1179697,ClinicalTrialSubjectID:1179712,ClinicalTrialSubjectReadingID:1179714,ClinicalTrialTimePointID:1179728,ClinicalTrialTimePointDescription:1179729,LongitudinalTemporalOffsetFromEvent:1179730,LongitudinalTemporalEventType:1179731,ClinicalTrialCoordinatingCenterName:1179744,PatientIdentityRemoved:1179746,DeidentificationMethod:1179747,DeidentificationMethodCodeSequence:1179748,ClinicalTrialSeriesID:1179761,ClinicalTrialSeriesDescription:1179762,ClinicalTrialProtocolEthicsCommitteeName:1179777,ClinicalTrialProtocolEthicsCommitteeApprovalNumber:1179778,ConsentForClinicalTrialUseSequence:1179779,DistributionType:1179780,ConsentForDistributionFlag:1179781,EthicsCommitteeApprovalEffectivenessStartDate:1179782,EthicsCommitteeApprovalEffectivenessEndDate:1179783,CADFileFormat:1310755,ComponentReferenceSystem:1310756,ComponentManufacturingProcedure:1310757,ComponentManufacturer:1310760,MaterialThickness:1310768,MaterialPipeDiameter:1310770,MaterialIsolationDiameter:1310772,MaterialGrade:1310786,MaterialPropertiesDescription:1310788,MaterialPropertiesFileFormatRetired:1310789,MaterialNotes:1310790,ComponentShape:1310800,CurvatureType:1310802,OuterDiameter:1310804,InnerDiameter:1310806,ComponentWelderIDs:1310976,SecondaryApprovalStatus:1310977,SecondaryReviewDate:1310978,SecondaryReviewTime:1310979,SecondaryReviewerName:1310980,RepairID:1310981,MultipleComponentApprovalSequence:1310982,OtherApprovalStatus:1310983,OtherSecondaryApprovalStatus:1310984,ActualEnvironmentalConditions:1314832,ExpiryDate:1314848,EnvironmentalConditions:1314880,EvaluatorSequence:1318914,EvaluatorNumber:1318916,EvaluatorName:1318918,EvaluationAttempt:1318920,IndicationSequence:1318930,IndicationNumber:1318932,IndicationLabel:1318934,IndicationDescription:1318936,IndicationType:1318938,IndicationDisposition:1318940,IndicationROISequence:1318942,IndicationPhysicalPropertySequence:1318960,PropertyLabel:1318962,CoordinateSystemNumberOfAxes:1319426,CoordinateSystemAxesSequence:1319428,CoordinateSystemAxisDescription:1319430,CoordinateSystemDataSetMapping:1319432,CoordinateSystemAxisNumber:1319434,CoordinateSystemAxisType:1319436,CoordinateSystemAxisUnits:1319438,CoordinateSystemAxisValues:1319440,CoordinateSystemTransformSequence:1319456,TransformDescription:1319458,TransformNumberOfAxes:1319460,TransformOrderOfAxes:1319462,TransformedAxisUnits:1319464,CoordinateSystemTransformRotationAndScaleMatrix:1319466,CoordinateSystemTransformTranslationMatrix:1319468,InternalDetectorFrameTime:1323025,NumberOfFramesIntegrated:1323026,DetectorTemperatureSequence:1323040,SensorName:1323042,HorizontalOffsetOfSensor:1323044,VerticalOffsetOfSensor:1323046,SensorTemperature:1323048,DarkCurrentSequence:1323072,DarkCurrentCounts:1323088,GainCorrectionReferenceSequence:1323104,AirCounts:1323120,KVUsedInGainCalibration:1323121,MAUsedInGainCalibration:1323122,NumberOfFramesUsedForIntegration:1323123,FilterMaterialUsedInGainCalibration:1323124,FilterThicknessUsedInGainCalibration:1323125,DateOfGainCalibration:1323126,TimeOfGainCalibration:1323127,BadPixelImage:1323136,CalibrationNotes:1323161,PulserEquipmentSequence:1327106,PulserType:1327108,PulserNotes:1327110,ReceiverEquipmentSequence:1327112,AmplifierType:1327114,ReceiverNotes:1327116,PreAmplifierEquipmentSequence:1327118,PreAmplifierNotes:1327119,TransmitTransducerSequence:1327120,ReceiveTransducerSequence:1327121,NumberOfElements:1327122,ElementShape:1327123,ElementDimensionA:1327124,ElementDimensionB:1327125,ElementPitchA:1327126,MeasuredBeamDimensionA:1327127,MeasuredBeamDimensionB:1327128,LocationOfMeasuredBeamDiameter:1327129,NominalFrequency:1327130,MeasuredCenterFrequency:1327131,MeasuredBandwidth:1327132,ElementPitchB:1327133,PulserSettingsSequence:1327136,PulseWidth:1327138,ExcitationFrequency:1327140,ModulationType:1327142,Damping:1327144,ReceiverSettingsSequence:1327152,AcquiredSoundpathLength:1327153,AcquisitionCompressionType:1327154,AcquisitionSampleSize:1327155,RectifierSmoothing:1327156,DACSequence:1327157,DACType:1327158,DACGainPoints:1327160,DACTimePoints:1327162,DACAmplitude:1327164,PreAmplifierSettingsSequence:1327168,TransmitTransducerSettingsSequence:1327184,ReceiveTransducerSettingsSequence:1327185,IncidentAngle:1327186,CouplingTechnique:1327188,CouplingMedium:1327190,CouplingVelocity:1327191,ProbeCenterLocationX:1327192,ProbeCenterLocationZ:1327193,SoundPathLength:1327194,DelayLawIdentifier:1327196,GateSettingsSequence:1327200,GateThreshold:1327202,VelocityOfSound:1327204,CalibrationSettingsSequence:1327216,CalibrationProcedure:1327218,ProcedureVersion:1327220,ProcedureCreationDate:1327222,ProcedureExpirationDate:1327224,ProcedureLastModifiedDate:1327226,CalibrationTime:1327228,CalibrationDate:1327230,ProbeDriveEquipmentSequence:1327232,DriveType:1327233,ProbeDriveNotes:1327234,DriveProbeSequence:1327235,ProbeInductance:1327236,ProbeResistance:1327237,ReceiveProbeSequence:1327238,ProbeDriveSettingsSequence:1327239,BridgeResistors:1327240,ProbeOrientationAngle:1327241,UserSelectedGainY:1327243,UserSelectedPhase:1327244,UserSelectedOffsetX:1327245,UserSelectedOffsetY:1327246,ChannelSettingsSequence:1327249,ChannelThreshold:1327250,ScannerSettingsSequence:1327258,ScanProcedure:1327259,TranslationRateX:1327260,TranslationRateY:1327261,ChannelOverlap:1327263,ImageQualityIndicatorType:1327264,ImageQualityIndicatorMaterial:1327265,ImageQualityIndicatorSize:1327266,LINACEnergy:1331202,LINACOutput:1331204,ActiveAperture:1331456,TotalAperture:1331457,ApertureElevation:1331458,MainLobeAngle:1331459,MainRoofAngle:1331460,ConnectorType:1331461,WedgeModelNumber:1331462,WedgeAngleFloat:1331463,WedgeRoofAngle:1331464,WedgeElement1Position:1331465,WedgeMaterialVelocity:1331466,WedgeMaterial:1331467,WedgeOffsetZ:1331468,WedgeOriginOffsetX:1331469,WedgeTimeDelay:1331470,WedgeName:1331471,WedgeManufacturerName:1331472,WedgeDescription:1331473,NominalBeamAngle:1331474,WedgeOffsetX:1331475,WedgeOffsetY:1331476,WedgeTotalLength:1331477,WedgeInContactLength:1331478,WedgeFrontGap:1331479,WedgeTotalHeight:1331480,WedgeFrontHeight:1331481,WedgeRearHeight:1331482,WedgeTotalWidth:1331483,WedgeInContactWidth:1331484,WedgeChamferHeight:1331485,WedgeCurve:1331486,RadiusAlongWedge:1331487,ContrastBolusAgent:1572880,ContrastBolusAgentSequence:1572882,ContrastBolusT1Relaxivity:1572883,ContrastBolusAdministrationRouteSequence:1572884,BodyPartExamined:1572885,ScanningSequence:1572896,SequenceVariant:1572897,ScanOptions:1572898,MRAcquisitionType:1572899,SequenceName:1572900,AngioFlag:1572901,InterventionDrugInformationSequence:1572902,InterventionDrugStopTime:1572903,InterventionDrugDose:1572904,InterventionDrugCodeSequence:1572905,AdditionalDrugSequence:1572906,Radionuclide:1572912,Radiopharmaceutical:1572913,EnergyWindowCenterline:1572914,EnergyWindowTotalWidth:1572915,InterventionDrugName:1572916,InterventionDrugStartTime:1572917,InterventionSequence:1572918,TherapyType:1572919,InterventionStatus:1572920,TherapyDescription:1572921,InterventionDescription:1572922,CineRate:1572928,InitialCineRunState:1572930,SliceThickness:1572944,KVP:1572960,CountsAccumulated:1572976,AcquisitionTerminationCondition:1572977,EffectiveDuration:1572978,AcquisitionStartCondition:1572979,AcquisitionStartConditionData:1572980,AcquisitionTerminationConditionData:1572981,RepetitionTime:1572992,EchoTime:1572993,InversionTime:1572994,NumberOfAverages:1572995,ImagingFrequency:1572996,ImagedNucleus:1572997,EchoNumbers:1572998,MagneticFieldStrength:1572999,SpacingBetweenSlices:1573e3,NumberOfPhaseEncodingSteps:1573001,DataCollectionDiameter:1573008,EchoTrainLength:1573009,PercentSampling:1573011,PercentPhaseFieldOfView:1573012,PixelBandwidth:1573013,DeviceSerialNumber:1576960,DeviceUID:1576962,DeviceID:1576963,PlateID:1576964,GeneratorID:1576965,GridID:1576966,CassetteID:1576967,GantryID:1576968,UniqueDeviceIdentifier:1576969,UDISequence:1576970,SecondaryCaptureDeviceID:1576976,HardcopyCreationDeviceID:1576977,DateOfSecondaryCapture:1576978,TimeOfSecondaryCapture:1576980,SecondaryCaptureDeviceManufacturer:1576982,HardcopyDeviceManufacturer:1576983,SecondaryCaptureDeviceManufacturerModelName:1576984,SecondaryCaptureDeviceSoftwareVersions:1576985,HardcopyDeviceSoftwareVersion:1576986,HardcopyDeviceManufacturerModelName:1576987,SoftwareVersions:1576992,VideoImageFormatAcquired:1576994,DigitalImageFormatAcquired:1576995,ProtocolName:1577008,ContrastBolusRoute:1577024,ContrastBolusVolume:1577025,ContrastBolusStartTime:1577026,ContrastBolusStopTime:1577027,ContrastBolusTotalDose:1577028,SyringeCounts:1577029,ContrastFlowRate:1577030,ContrastFlowDuration:1577031,ContrastBolusIngredient:1577032,ContrastBolusIngredientConcentration:1577033,SpatialResolution:1577040,TriggerTime:1577056,TriggerSourceOrType:1577057,NominalInterval:1577058,FrameTime:1577059,CardiacFramingType:1577060,FrameTimeVector:1577061,FrameDelay:1577062,ImageTriggerDelay:1577063,MultiplexGroupTimeOffset:1577064,TriggerTimeOffset:1577065,SynchronizationTrigger:1577066,SynchronizationChannel:1577068,TriggerSamplePosition:1577070,RadiopharmaceuticalRoute:1577072,RadiopharmaceuticalVolume:1577073,RadiopharmaceuticalStartTime:1577074,RadiopharmaceuticalStopTime:1577075,RadionuclideTotalDose:1577076,RadionuclideHalfLife:1577077,RadionuclidePositronFraction:1577078,RadiopharmaceuticalSpecificActivity:1577079,RadiopharmaceuticalStartDateTime:1577080,RadiopharmaceuticalStopDateTime:1577081,BeatRejectionFlag:1577088,LowRRValue:1577089,HighRRValue:1577090,IntervalsAcquired:1577091,IntervalsRejected:1577092,PVCRejection:1577093,SkipBeats:1577094,HeartRate:1577096,CardiacNumberOfImages:1577104,TriggerWindow:1577108,ReconstructionDiameter:1577216,DistanceSourceToDetector:1577232,DistanceSourceToPatient:1577233,EstimatedRadiographicMagnificationFactor:1577236,GantryDetectorTilt:1577248,GantryDetectorSlew:1577249,TableHeight:1577264,TableTraverse:1577265,TableMotion:1577268,TableVerticalIncrement:1577269,TableLateralIncrement:1577270,TableLongitudinalIncrement:1577271,TableAngle:1577272,TableType:1577274,RotationDirection:1577280,AngularPosition:1577281,RadialPosition:1577282,ScanArc:1577283,AngularStep:1577284,CenterOfRotationOffset:1577285,RotationOffset:1577286,FieldOfViewShape:1577287,FieldOfViewDimensions:1577289,ExposureTime:1577296,XRayTubeCurrent:1577297,Exposure:1577298,ExposureInuAs:1577299,AveragePulseWidth:1577300,RadiationSetting:1577301,RectificationType:1577302,RadiationMode:1577306,ImageAndFluoroscopyAreaDoseProduct:1577310,FilterType:1577312,TypeOfFilters:1577313,IntensifierSize:1577314,ImagerPixelSpacing:1577316,Grid:1577318,GeneratorPower:1577328,CollimatorGridName:1577344,CollimatorType:1577345,FocalDistance:1577346,XFocusCenter:1577347,YFocusCenter:1577348,FocalSpots:1577360,AnodeTargetMaterial:1577361,BodyPartThickness:1577376,CompressionForce:1577378,CompressionPressure:1577379,PaddleDescription:1577380,CompressionContactArea:1577381,DateOfLastCalibration:1577472,TimeOfLastCalibration:1577473,DateTimeOfLastCalibration:1577474,ConvolutionKernel:1577488,UpperLowerPixelValues:1577536,ActualFrameDuration:1577538,CountRate:1577539,PreferredPlaybackSequencing:1577540,ReceiveCoilName:1577552,TransmitCoilName:1577553,PlateType:1577568,PhosphorType:1577569,WaterEquivalentDiameter:1577585,WaterEquivalentDiameterCalculationMethodCodeSequence:1577586,ScanVelocity:1577728,WholeBodyTechnique:1577729,ScanLength:1577730,AcquisitionMatrix:1577744,InPlanePhaseEncodingDirection:1577746,FlipAngle:1577748,VariableFlipAngleFlag:1577749,SAR:1577750,dBdt:1577752,B1rms:1577760,AcquisitionDeviceProcessingDescription:1577984,AcquisitionDeviceProcessingCode:1577985,CassetteOrientation:1577986,CassetteSize:1577987,ExposuresOnPlate:1577988,RelativeXRayExposure:1577989,ExposureIndex:1578001,TargetExposureIndex:1578002,DeviationIndex:1578003,ColumnAngulation:1578064,TomoLayerHeight:1578080,TomoAngle:1578096,TomoTime:1578112,TomoType:1578128,TomoClass:1578129,NumberOfTomosynthesisSourceImages:1578133,PositionerMotion:1578240,PositionerType:1578248,PositionerPrimaryAngle:1578256,PositionerSecondaryAngle:1578257,PositionerPrimaryAngleIncrement:1578272,PositionerSecondaryAngleIncrement:1578273,DetectorPrimaryAngle:1578288,DetectorSecondaryAngle:1578289,ShutterShape:1578496,ShutterLeftVerticalEdge:1578498,ShutterRightVerticalEdge:1578500,ShutterUpperHorizontalEdge:1578502,ShutterLowerHorizontalEdge:1578504,CenterOfCircularShutter:1578512,RadiusOfCircularShutter:1578514,VerticesOfThePolygonalShutter:1578528,ShutterPresentationValue:1578530,ShutterOverlayGroup:1578531,ShutterPresentationColorCIELabValue:1578532,CollimatorShape:1578752,CollimatorLeftVerticalEdge:1578754,CollimatorRightVerticalEdge:1578756,CollimatorUpperHorizontalEdge:1578758,CollimatorLowerHorizontalEdge:1578760,CenterOfCircularCollimator:1578768,RadiusOfCircularCollimator:1578770,VerticesOfThePolygonalCollimator:1578784,AcquisitionTimeSynchronized:1579008,TimeSource:1579009,TimeDistributionProtocol:1579010,NTPSourceAddress:1579011,PageNumberVector:1581057,FrameLabelVector:1581058,FramePrimaryAngleVector:1581059,FrameSecondaryAngleVector:1581060,SliceLocationVector:1581061,DisplayWindowLabelVector:1581062,NominalScannedPixelSpacing:1581072,DigitizingDeviceTransportDirection:1581088,RotationOfScannedFilm:1581104,BiopsyTargetSequence:1581121,TargetUID:1581122,LocalizingCursorPosition:1581123,CalculatedTargetPosition:1581124,TargetLabel:1581125,DisplayedZValue:1581126,IVUSAcquisition:1585408,IVUSPullbackRate:1585409,IVUSGatedRate:1585410,IVUSPullbackStartFrameNumber:1585411,IVUSPullbackStopFrameNumber:1585412,LesionNumber:1585413,AcquisitionComments:1589248,OutputPower:1593344,TransducerData:1593360,FocusDepth:1593362,ProcessingFunction:1593376,PostprocessingFunction:1593377,MechanicalIndex:1593378,BoneThermalIndex:1593380,CranialThermalIndex:1593382,SoftTissueThermalIndex:1593383,SoftTissueFocusThermalIndex:1593384,SoftTissueSurfaceThermalIndex:1593385,DynamicRange:1593392,TotalGain:1593408,DepthOfScanField:1593424,PatientPosition:1593600,ViewPosition:1593601,ProjectionEponymousNameCodeSequence:1593604,ImageTransformationMatrix:1593872,ImageTranslationVector:1593874,Sensitivity:1597440,SequenceOfUltrasoundRegions:1597457,RegionSpatialFormat:1597458,RegionDataType:1597460,RegionFlags:1597462,RegionLocationMinX0:1597464,RegionLocationMinY0:1597466,RegionLocationMaxX1:1597468,RegionLocationMaxY1:1597470,ReferencePixelX0:1597472,ReferencePixelY0:1597474,PhysicalUnitsXDirection:1597476,PhysicalUnitsYDirection:1597478,ReferencePixelPhysicalValueX:1597480,ReferencePixelPhysicalValueY:1597482,PhysicalDeltaX:1597484,PhysicalDeltaY:1597486,TransducerFrequency:1597488,TransducerType:1597489,PulseRepetitionFrequency:1597490,DopplerCorrectionAngle:1597492,SteeringAngle:1597494,DopplerSampleVolumeXPositionRetired:1597496,DopplerSampleVolumeXPosition:1597497,DopplerSampleVolumeYPositionRetired:1597498,DopplerSampleVolumeYPosition:1597499,TMLinePositionX0Retired:1597500,TMLinePositionX0:1597501,TMLinePositionY0Retired:1597502,TMLinePositionY0:1597503,TMLinePositionX1Retired:1597504,TMLinePositionX1:1597505,TMLinePositionY1Retired:1597506,TMLinePositionY1:1597507,PixelComponentOrganization:1597508,PixelComponentMask:1597510,PixelComponentRangeStart:1597512,PixelComponentRangeStop:1597514,PixelComponentPhysicalUnits:1597516,PixelComponentDataType:1597518,NumberOfTableBreakPoints:1597520,TableOfXBreakPoints:1597522,TableOfYBreakPoints:1597524,NumberOfTableEntries:1597526,TableOfPixelValues:1597528,TableOfParameterValues:1597530,RWaveTimeVector:1597536,DetectorConditionsNominalFlag:1601536,DetectorTemperature:1601537,DetectorType:1601540,DetectorConfiguration:1601541,DetectorDescription:1601542,DetectorMode:1601544,DetectorID:1601546,DateOfLastDetectorCalibration:1601548,TimeOfLastDetectorCalibration:1601550,ExposuresOnDetectorSinceLastCalibration:1601552,ExposuresOnDetectorSinceManufactured:1601553,DetectorTimeSinceLastExposure:1601554,DetectorActiveTime:1601556,DetectorActivationOffsetFromExposure:1601558,DetectorBinning:1601562,DetectorElementPhysicalSize:1601568,DetectorElementSpacing:1601570,DetectorActiveShape:1601572,DetectorActiveDimensions:1601574,DetectorActiveOrigin:1601576,DetectorManufacturerName:1601578,DetectorManufacturerModelName:1601579,FieldOfViewOrigin:1601584,FieldOfViewRotation:1601586,FieldOfViewHorizontalFlip:1601588,PixelDataAreaOriginRelativeToFOV:1601590,PixelDataAreaRotationAngleRelativeToFOV:1601592,GridAbsorbingMaterial:1601600,GridSpacingMaterial:1601601,GridThickness:1601602,GridPitch:1601604,GridAspectRatio:1601606,GridPeriod:1601608,GridFocalDistance:1601612,FilterMaterial:1601616,FilterThicknessMinimum:1601618,FilterThicknessMaximum:1601620,FilterBeamPathLengthMinimum:1601622,FilterBeamPathLengthMaximum:1601624,ExposureControlMode:1601632,ExposureControlModeDescription:1601634,ExposureStatus:1601636,PhototimerSetting:1601637,ExposureTimeInuS:1605968,XRayTubeCurrentInuA:1605969,ContentQualification:1609732,PulseSequenceName:1609733,MRImagingModifierSequence:1609734,EchoPulseSequence:1609736,InversionRecovery:1609737,FlowCompensation:1609744,MultipleSpinEcho:1609745,MultiPlanarExcitation:1609746,PhaseContrast:1609748,TimeOfFlightContrast:1609749,Spoiling:1609750,SteadyStatePulseSequence:1609751,EchoPlanarPulseSequence:1609752,TagAngleFirstAxis:1609753,MagnetizationTransfer:1609760,T2Preparation:1609761,BloodSignalNulling:1609762,SaturationRecovery:1609764,SpectrallySelectedSuppression:1609765,SpectrallySelectedExcitation:1609766,SpatialPresaturation:1609767,Tagging:1609768,OversamplingPhase:1609769,TagSpacingFirstDimension:1609776,GeometryOfKSpaceTraversal:1609778,SegmentedKSpaceTraversal:1609779,RectilinearPhaseEncodeReordering:1609780,TagThickness:1609781,PartialFourierDirection:1609782,CardiacSynchronizationTechnique:1609783,ReceiveCoilManufacturerName:1609793,MRReceiveCoilSequence:1609794,ReceiveCoilType:1609795,QuadratureReceiveCoil:1609796,MultiCoilDefinitionSequence:1609797,MultiCoilConfiguration:1609798,MultiCoilElementName:1609799,MultiCoilElementUsed:1609800,MRTransmitCoilSequence:1609801,TransmitCoilManufacturerName:1609808,TransmitCoilType:1609809,SpectralWidth:1609810,ChemicalShiftReference:1609811,VolumeLocalizationTechnique:1609812,MRAcquisitionFrequencyEncodingSteps:1609816,Decoupling:1609817,DecoupledNucleus:1609824,DecouplingFrequency:1609825,DecouplingMethod:1609826,DecouplingChemicalShiftReference:1609827,KSpaceFiltering:1609828,TimeDomainFiltering:1609829,NumberOfZeroFills:1609830,BaselineCorrection:1609831,ParallelReductionFactorInPlane:1609833,CardiacRRIntervalSpecified:1609840,AcquisitionDuration:1609843,FrameAcquisitionDateTime:1609844,DiffusionDirectionality:1609845,DiffusionGradientDirectionSequence:1609846,ParallelAcquisition:1609847,ParallelAcquisitionTechnique:1609848,InversionTimes:1609849,MetaboliteMapDescription:1609856,PartialFourier:1609857,EffectiveEchoTime:1609858,MetaboliteMapCodeSequence:1609859,ChemicalShiftSequence:1609860,CardiacSignalSource:1609861,DiffusionBValue:1609863,DiffusionGradientOrientation:1609865,VelocityEncodingDirection:1609872,VelocityEncodingMinimumValue:1609873,VelocityEncodingAcquisitionSequence:1609874,NumberOfKSpaceTrajectories:1609875,CoverageOfKSpace:1609876,SpectroscopyAcquisitionPhaseRows:1609877,ParallelReductionFactorInPlaneRetired:1609878,TransmitterFrequency:1609880,ResonantNucleus:1609984,FrequencyCorrection:1609985,MRSpectroscopyFOVGeometrySequence:1609987,SlabThickness:1609988,SlabOrientation:1609989,MidSlabPosition:1609990,MRSpatialSaturationSequence:1609991,MRTimingAndRelatedParametersSequence:1610002,MREchoSequence:1610004,MRModifierSequence:1610005,MRDiffusionSequence:1610007,CardiacSynchronizationSequence:1610008,MRAveragesSequence:1610009,MRFOVGeometrySequence:1610021,VolumeLocalizationSequence:1610022,SpectroscopyAcquisitionDataColumns:1610023,DiffusionAnisotropyType:1610055,FrameReferenceDateTime:1610065,MRMetaboliteMapSequence:1610066,ParallelReductionFactorOutOfPlane:1610069,SpectroscopyAcquisitionOutOfPlanePhaseSteps:1610073,BulkMotionStatus:1610086,ParallelReductionFactorSecondInPlane:1610088,CardiacBeatRejectionTechnique:1610089,RespiratoryMotionCompensationTechnique:1610096,RespiratorySignalSource:1610097,BulkMotionCompensationTechnique:1610098,BulkMotionSignalSource:1610099,ApplicableSafetyStandardAgency:1610100,ApplicableSafetyStandardDescription:1610101,OperatingModeSequence:1610102,OperatingModeType:1610103,OperatingMode:1610104,SpecificAbsorptionRateDefinition:1610105,GradientOutputType:1610112,SpecificAbsorptionRateValue:1610113,GradientOutput:1610114,FlowCompensationDirection:1610115,TaggingDelay:1610116,RespiratoryMotionCompensationTechniqueDescription:1610117,RespiratorySignalSourceID:1610118,ChemicalShiftMinimumIntegrationLimitInHz:1610133,ChemicalShiftMaximumIntegrationLimitInHz:1610134,MRVelocityEncodingSequence:1610135,FirstOrderPhaseCorrection:1610136,WaterReferencedPhaseCorrection:1610137,MRSpectroscopyAcquisitionType:1610240,RespiratoryCyclePosition:1610260,VelocityEncodingMaximumValue:1610263,TagSpacingSecondDimension:1610264,TagAngleSecondAxis:1610265,FrameAcquisitionDuration:1610272,MRImageFrameTypeSequence:1610278,MRSpectroscopyFrameTypeSequence:1610279,MRAcquisitionPhaseEncodingStepsInPlane:1610289,MRAcquisitionPhaseEncodingStepsOutOfPlane:1610290,SpectroscopyAcquisitionPhaseColumns:1610292,CardiacCyclePosition:1610294,SpecificAbsorptionRateSequence:1610297,RFEchoTrainLength:1610304,GradientEchoTrainLength:1610305,ArterialSpinLabelingContrast:1610320,MRArterialSpinLabelingSequence:1610321,ASLTechniqueDescription:1610322,ASLSlabNumber:1610323,ASLSlabThickness:1610324,ASLSlabOrientation:1610325,ASLMidSlabPosition:1610326,ASLContext:1610327,ASLPulseTrainDuration:1610328,ASLCrusherFlag:1610329,ASLCrusherFlowLimit:1610330,ASLCrusherDescription:1610331,ASLBolusCutoffFlag:1610332,ASLBolusCutoffTimingSequence:1610333,ASLBolusCutoffTechnique:1610334,ASLBolusCutoffDelayTime:1610335,ASLSlabSequence:1610336,ChemicalShiftMinimumIntegrationLimitInppm:1610389,ChemicalShiftMaximumIntegrationLimitInppm:1610390,WaterReferenceAcquisition:1610391,EchoPeakPosition:1610392,CTAcquisitionTypeSequence:1610497,AcquisitionType:1610498,TubeAngle:1610499,CTAcquisitionDetailsSequence:1610500,RevolutionTime:1610501,SingleCollimationWidth:1610502,TotalCollimationWidth:1610503,CTTableDynamicsSequence:1610504,TableSpeed:1610505,TableFeedPerRotation:1610512,SpiralPitchFactor:1610513,CTGeometrySequence:1610514,DataCollectionCenterPatient:1610515,CTReconstructionSequence:1610516,ReconstructionAlgorithm:1610517,ConvolutionKernelGroup:1610518,ReconstructionFieldOfView:1610519,ReconstructionTargetCenterPatient:1610520,ReconstructionAngle:1610521,ImageFilter:1610528,CTExposureSequence:1610529,ReconstructionPixelSpacing:1610530,ExposureModulationType:1610531,EstimatedDoseSaving:1610532,CTXRayDetailsSequence:1610533,CTPositionSequence:1610534,TablePosition:1610535,ExposureTimeInms:1610536,CTImageFrameTypeSequence:1610537,XRayTubeCurrentInmA:1610544,ExposureInmAs:1610546,ConstantVolumeFlag:1610547,FluoroscopyFlag:1610548,DistanceSourceToDataCollectionCenter:1610549,ContrastBolusAgentNumber:1610551,ContrastBolusIngredientCodeSequence:1610552,ContrastAdministrationProfileSequence:1610560,ContrastBolusUsageSequence:1610561,ContrastBolusAgentAdministered:1610562,ContrastBolusAgentDetected:1610563,ContrastBolusAgentPhase:1610564,CTDIvol:1610565,CTDIPhantomTypeCodeSequence:1610566,CalciumScoringMassFactorPatient:1610577,CalciumScoringMassFactorDevice:1610578,EnergyWeightingFactor:1610579,CTAdditionalXRaySourceSequence:1610592,ProjectionPixelCalibrationSequence:1610753,DistanceSourceToIsocenter:1610754,DistanceObjectToTableTop:1610755,ObjectPixelSpacingInCenterOfBeam:1610756,PositionerPositionSequence:1610757,TablePositionSequence:1610758,CollimatorShapeSequence:1610759,PlanesInAcquisition:1610768,XAXRFFrameCharacteristicsSequence:1610770,FrameAcquisitionSequence:1610775,XRayReceptorType:1610784,AcquisitionProtocolName:1610787,AcquisitionProtocolDescription:1610788,ContrastBolusIngredientOpaque:1610789,DistanceReceptorPlaneToDetectorHousing:1610790,IntensifierActiveShape:1610791,IntensifierActiveDimensions:1610792,PhysicalDetectorSize:1610793,PositionOfIsocenterProjection:1610800,FieldOfViewSequence:1610802,FieldOfViewDescription:1610803,ExposureControlSensingRegionsSequence:1610804,ExposureControlSensingRegionShape:1610805,ExposureControlSensingRegionLeftVerticalEdge:1610806,ExposureControlSensingRegionRightVerticalEdge:1610807,ExposureControlSensingRegionUpperHorizontalEdge:1610808,ExposureControlSensingRegionLowerHorizontalEdge:1610809,CenterOfCircularExposureControlSensingRegion:1610816,RadiusOfCircularExposureControlSensingRegion:1610817,VerticesOfThePolygonalExposureControlSensingRegion:1610818,ColumnAngulationPatient:1610823,BeamAngle:1610825,FrameDetectorParametersSequence:1610833,CalculatedAnatomyThickness:1610834,CalibrationSequence:1610837,ObjectThicknessSequence:1610838,PlaneIdentification:1610839,FieldOfViewDimensionsInFloat:1610849,IsocenterReferenceSystemSequence:1610850,PositionerIsocenterPrimaryAngle:1610851,PositionerIsocenterSecondaryAngle:1610852,PositionerIsocenterDetectorRotationAngle:1610853,TableXPositionToIsocenter:1610854,TableYPositionToIsocenter:1610855,TableZPositionToIsocenter:1610856,TableHorizontalRotationAngle:1610857,TableHeadTiltAngle:1610864,TableCradleTiltAngle:1610865,FrameDisplayShutterSequence:1610866,AcquiredImageAreaDoseProduct:1610867,CArmPositionerTabletopRelationship:1610868,XRayGeometrySequence:1610870,IrradiationEventIdentificationSequence:1610871,XRay3DFrameTypeSequence:1611012,ContributingSourcesSequence:1611014,XRay3DAcquisitionSequence:1611015,PrimaryPositionerScanArc:1611016,SecondaryPositionerScanArc:1611017,PrimaryPositionerScanStartAngle:1611024,SecondaryPositionerScanStartAngle:1611025,PrimaryPositionerIncrement:1611028,SecondaryPositionerIncrement:1611029,StartAcquisitionDateTime:1611030,EndAcquisitionDateTime:1611031,PrimaryPositionerIncrementSign:1611032,SecondaryPositionerIncrementSign:1611033,ApplicationName:1611044,ApplicationVersion:1611045,ApplicationManufacturer:1611046,AlgorithmType:1611047,AlgorithmDescription:1611048,XRay3DReconstructionSequence:1611056,ReconstructionDescription:1611057,PerProjectionAcquisitionSequence:1611064,DetectorPositionSequence:1611073,XRayAcquisitionDoseSequence:1611074,XRaySourceIsocenterPrimaryAngle:1611075,XRaySourceIsocenterSecondaryAngle:1611076,BreastSupportIsocenterPrimaryAngle:1611077,BreastSupportIsocenterSecondaryAngle:1611078,BreastSupportXPositionToIsocenter:1611079,BreastSupportYPositionToIsocenter:1611080,BreastSupportZPositionToIsocenter:1611081,DetectorIsocenterPrimaryAngle:1611088,DetectorIsocenterSecondaryAngle:1611089,DetectorXPositionToIsocenter:1611090,DetectorYPositionToIsocenter:1611091,DetectorZPositionToIsocenter:1611092,XRayGridSequence:1611093,XRayFilterSequence:1611094,DetectorActiveAreaTLHCPosition:1611095,DetectorActiveAreaOrientation:1611096,PositionerPrimaryAngleDirection:1611097,DiffusionBMatrixSequence:1611265,DiffusionBValueXX:1611266,DiffusionBValueXY:1611267,DiffusionBValueXZ:1611268,DiffusionBValueYY:1611269,DiffusionBValueYZ:1611270,DiffusionBValueZZ:1611271,FunctionalMRSequence:1611297,FunctionalSettlingPhaseFramesPresent:1611298,FunctionalSyncPulse:1611299,SettlingPhaseFrame:1611300,DecayCorrectionDateTime:1611521,StartDensityThreshold:1611541,StartRelativeDensityDifferenceThreshold:1611542,StartCardiacTriggerCountThreshold:1611543,StartRespiratoryTriggerCountThreshold:1611544,TerminationCountsThreshold:1611545,TerminationDensityThreshold:1611552,TerminationRelativeDensityThreshold:1611553,TerminationTimeThreshold:1611554,TerminationCardiacTriggerCountThreshold:1611555,TerminationRespiratoryTriggerCountThreshold:1611556,DetectorGeometry:1611557,TransverseDetectorSeparation:1611558,AxialDetectorDimension:1611559,RadiopharmaceuticalAgentNumber:1611561,PETFrameAcquisitionSequence:1611570,PETDetectorMotionDetailsSequence:1611571,PETTableDynamicsSequence:1611572,PETPositionSequence:1611573,PETFrameCorrectionFactorsSequence:1611574,RadiopharmaceuticalUsageSequence:1611575,AttenuationCorrectionSource:1611576,NumberOfIterations:1611577,NumberOfSubsets:1611584,PETReconstructionSequence:1611593,PETFrameTypeSequence:1611601,TimeOfFlightInformationUsed:1611605,ReconstructionType:1611606,DecayCorrected:1611608,AttenuationCorrected:1611609,ScatterCorrected:1611616,DeadTimeCorrected:1611617,GantryMotionCorrected:1611618,PatientMotionCorrected:1611619,CountLossNormalizationCorrected:1611620,RandomsCorrected:1611621,NonUniformRadialSamplingCorrected:1611622,SensitivityCalibrated:1611623,DetectorNormalizationCorrection:1611624,IterativeReconstructionMethod:1611625,AttenuationCorrectionTemporalRelationship:1611632,PatientPhysiologicalStateSequence:1611633,PatientPhysiologicalStateCodeSequence:1611634,DepthsOfFocus:1611777,ExcludedIntervalsSequence:1611779,ExclusionStartDateTime:1611780,ExclusionDuration:1611781,USImageDescriptionSequence:1611782,ImageDataTypeSequence:1611783,DataType:1611784,TransducerScanPatternCodeSequence:1611785,AliasedDataType:1611787,PositionMeasuringDeviceUsed:1611788,TransducerGeometryCodeSequence:1611789,TransducerBeamSteeringCodeSequence:1611790,TransducerApplicationCodeSequence:1611791,ZeroVelocityPixelValue:1611792,ReferenceLocationLabel:1612032,ReferenceLocationDescription:1612033,ReferenceBasisCodeSequence:1612034,ReferenceGeometryCodeSequence:1612035,OffsetDistance:1612036,OffsetDirection:1612037,PotentialScheduledProtocolCodeSequence:1612038,PotentialRequestedProcedureCodeSequence:1612039,PotentialReasonsForProcedure:1612040,PotentialReasonsForProcedureCodeSequence:1612041,PotentialDiagnosticTasks:1612042,ContraindicationsCodeSequence:1612043,ReferencedDefinedProtocolSequence:1612044,ReferencedPerformedProtocolSequence:1612045,PredecessorProtocolSequence:1612046,ProtocolPlanningInformation:1612047,ProtocolDesignRationale:1612048,PatientSpecificationSequence:1612049,ModelSpecificationSequence:1612050,ParametersSpecificationSequence:1612051,InstructionSequence:1612052,InstructionIndex:1612053,InstructionText:1612054,InstructionDescription:1612055,InstructionPerformedFlag:1612056,InstructionPerformedDateTime:1612057,InstructionPerformanceComment:1612058,PatientPositioningInstructionSequence:1612059,PositioningMethodCodeSequence:1612060,PositioningLandmarkSequence:1612061,TargetFrameOfReferenceUID:1612062,AcquisitionProtocolElementSpecificationSequence:1612063,AcquisitionProtocolElementSequence:1612064,ProtocolElementNumber:1612065,ProtocolElementName:1612066,ProtocolElementCharacteristicsSummary:1612067,ProtocolElementPurpose:1612068,AcquisitionMotion:1612080,AcquisitionStartLocationSequence:1612081,AcquisitionEndLocationSequence:1612082,ReconstructionProtocolElementSpecificationSequence:1612083,ReconstructionProtocolElementSequence:1612084,StorageProtocolElementSpecificationSequence:1612085,StorageProtocolElementSequence:1612086,RequestedSeriesDescription:1612087,SourceAcquisitionProtocolElementNumber:1612088,SourceAcquisitionBeamNumber:1612089,SourceReconstructionProtocolElementNumber:1612090,ReconstructionStartLocationSequence:1612091,ReconstructionEndLocationSequence:1612092,ReconstructionAlgorithmSequence:1612093,ReconstructionTargetCenterLocationSequence:1612094,ImageFilterDescription:1612097,CTDIvolNotificationTrigger:1612098,DLPNotificationTrigger:1612099,AutoKVPSelectionType:1612100,AutoKVPUpperBound:1612101,AutoKVPLowerBound:1612102,ProtocolDefinedPatientPosition:1612103,ContributingEquipmentSequence:1613825,ContributionDateTime:1613826,ContributionDescription:1613827,StudyInstanceUID:2097165,SeriesInstanceUID:2097166,StudyID:2097168,SeriesNumber:2097169,AcquisitionNumber:2097170,InstanceNumber:2097171,IsotopeNumber:2097172,PhaseNumber:2097173,IntervalNumber:2097174,TimeSlotNumber:2097175,AngleNumber:2097176,ItemNumber:2097177,PatientOrientation:2097184,OverlayNumber:2097186,CurveNumber:2097188,LUTNumber:2097190,ImagePosition:2097200,ImagePositionPatient:2097202,ImageOrientation:2097205,ImageOrientationPatient:2097207,Location:2097232,FrameOfReferenceUID:2097234,Laterality:2097248,ImageLaterality:2097250,ImageGeometryType:2097264,MaskingImage:2097280,ReportNumber:2097322,TemporalPositionIdentifier:2097408,NumberOfTemporalPositions:2097413,TemporalResolution:2097424,SynchronizationFrameOfReferenceUID:2097664,SOPInstanceUIDOfConcatenationSource:2097730,SeriesInStudy:2101248,AcquisitionsInSeries:2101249,ImagesInAcquisition:2101250,ImagesInSeries:2101251,AcquisitionsInStudy:2101252,ImagesInStudy:2101253,Reference:2101280,TargetPositionReferenceIndicator:2101311,PositionReferenceIndicator:2101312,SliceLocation:2101313,OtherStudyNumbers:2101360,NumberOfPatientRelatedStudies:2101760,NumberOfPatientRelatedSeries:2101762,NumberOfPatientRelatedInstances:2101764,NumberOfStudyRelatedSeries:2101766,NumberOfStudyRelatedInstances:2101768,NumberOfSeriesRelatedInstances:2101769,SourceImageIDs:2109696,ModifyingDeviceID:2110465,ModifiedImageID:2110466,ModifiedImageDate:2110467,ModifyingDeviceManufacturer:2110468,ModifiedImageTime:2110469,ModifiedImageDescription:2110470,ImageComments:2113536,OriginalImageIdentification:2117632,OriginalImageIdentificationNomenclature:2117634,StackID:2134102,InStackPositionNumber:2134103,FrameAnatomySequence:2134129,FrameLaterality:2134130,FrameContentSequence:2134289,PlanePositionSequence:2134291,PlaneOrientationSequence:2134294,TemporalPositionIndex:2134312,NominalCardiacTriggerDelayTime:2134355,NominalCardiacTriggerTimePriorToRPeak:2134356,ActualCardiacTriggerTimePriorToRPeak:2134357,FrameAcquisitionNumber:2134358,DimensionIndexValues:2134359,FrameComments:2134360,ConcatenationUID:2134369,InConcatenationNumber:2134370,InConcatenationTotalNumber:2134371,DimensionOrganizationUID:2134372,DimensionIndexPointer:2134373,FunctionalGroupPointer:2134375,UnassignedSharedConvertedAttributesSequence:2134384,UnassignedPerFrameConvertedAttributesSequence:2134385,ConversionSourceAttributesSequence:2134386,DimensionIndexPrivateCreator:2134547,DimensionOrganizationSequence:2134561,DimensionIndexSequence:2134562,ConcatenationFrameOffsetNumber:2134568,FunctionalGroupPrivateCreator:2134584,NominalPercentageOfCardiacPhase:2134593,NominalPercentageOfRespiratoryPhase:2134597,StartingRespiratoryAmplitude:2134598,StartingRespiratoryPhase:2134599,EndingRespiratoryAmplitude:2134600,EndingRespiratoryPhase:2134601,RespiratoryTriggerType:2134608,RRIntervalTimeNominal:2134609,ActualCardiacTriggerDelayTime:2134610,RespiratorySynchronizationSequence:2134611,RespiratoryIntervalTime:2134612,NominalRespiratoryTriggerDelayTime:2134613,RespiratoryTriggerDelayThreshold:2134614,ActualRespiratoryTriggerDelayTime:2134615,ImagePositionVolume:2134785,ImageOrientationVolume:2134786,UltrasoundAcquisitionGeometry:2134791,ApexPosition:2134792,VolumeToTransducerMappingMatrix:2134793,VolumeToTableMappingMatrix:2134794,VolumeToTransducerRelationship:2134795,PatientFrameOfReferenceSource:2134796,TemporalPositionTimeOffset:2134797,PlanePositionVolumeSequence:2134798,PlaneOrientationVolumeSequence:2134799,TemporalPositionSequence:2134800,DimensionOrganizationType:2134801,VolumeFrameOfReferenceUID:2134802,TableFrameOfReferenceUID:2134803,DimensionDescriptionLabel:2135073,PatientOrientationInFrameSequence:2135120,FrameLabel:2135123,AcquisitionIndex:2135320,ContributingSOPInstancesReferenceSequence:2135337,ReconstructionIndex:2135350,LightPathFilterPassThroughWavelength:2228225,LightPathFilterPassBand:2228226,ImagePathFilterPassThroughWavelength:2228227,ImagePathFilterPassBand:2228228,PatientEyeMovementCommanded:2228229,PatientEyeMovementCommandCodeSequence:2228230,SphericalLensPower:2228231,CylinderLensPower:2228232,CylinderAxis:2228233,EmmetropicMagnification:2228234,IntraOcularPressure:2228235,HorizontalFieldOfView:2228236,PupilDilated:2228237,DegreeOfDilation:2228238,StereoBaselineAngle:2228240,StereoBaselineDisplacement:2228241,StereoHorizontalPixelOffset:2228242,StereoVerticalPixelOffset:2228243,StereoRotation:2228244,AcquisitionDeviceTypeCodeSequence:2228245,IlluminationTypeCodeSequence:2228246,LightPathFilterTypeStackCodeSequence:2228247,ImagePathFilterTypeStackCodeSequence:2228248,LensesCodeSequence:2228249,ChannelDescriptionCodeSequence:2228250,RefractiveStateSequence:2228251,MydriaticAgentCodeSequence:2228252,RelativeImagePositionCodeSequence:2228253,CameraAngleOfView:2228254,StereoPairsSequence:2228256,LeftImageSequence:2228257,RightImageSequence:2228258,StereoPairsPresent:2228264,AxialLengthOfTheEye:2228272,OphthalmicFrameLocationSequence:2228273,ReferenceCoordinates:2228274,DepthSpatialResolution:2228277,MaximumDepthDistortion:2228278,AlongScanSpatialResolution:2228279,MaximumAlongScanDistortion:2228280,OphthalmicImageOrientation:2228281,DepthOfTransverseImage:2228289,MydriaticAgentConcentrationUnitsSequence:2228290,AcrossScanSpatialResolution:2228296,MaximumAcrossScanDistortion:2228297,MydriaticAgentConcentration:2228302,IlluminationWaveLength:2228309,IlluminationPower:2228310,IlluminationBandwidth:2228311,MydriaticAgentSequence:2228312,OphthalmicAxialMeasurementsRightEyeSequence:2232327,OphthalmicAxialMeasurementsLeftEyeSequence:2232328,OphthalmicAxialMeasurementsDeviceType:2232329,OphthalmicAxialLengthMeasurementsType:2232336,OphthalmicAxialLengthSequence:2232338,OphthalmicAxialLength:2232345,LensStatusCodeSequence:2232356,VitreousStatusCodeSequence:2232357,IOLFormulaCodeSequence:2232360,IOLFormulaDetail:2232361,KeratometerIndex:2232371,SourceOfOphthalmicAxialLengthCodeSequence:2232373,TargetRefraction:2232375,RefractiveProcedureOccurred:2232377,RefractiveSurgeryTypeCodeSequence:2232384,OphthalmicUltrasoundMethodCodeSequence:2232388,OphthalmicAxialLengthMeasurementsSequence:2232400,IOLPower:2232403,PredictedRefractiveError:2232404,OphthalmicAxialLengthVelocity:2232409,LensStatusDescription:2232421,VitreousStatusDescription:2232422,IOLPowerSequence:2232464,LensConstantSequence:2232466,IOLManufacturer:2232467,LensConstantDescription:2232468,ImplantName:2232469,KeratometryMeasurementTypeCodeSequence:2232470,ImplantPartNumber:2232471,ReferencedOphthalmicAxialMeasurementsSequence:2232576,OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence:2232577,RefractiveErrorBeforeRefractiveSurgeryCodeSequence:2232579,IOLPowerForExactEmmetropia:2232609,IOLPowerForExactTargetRefraction:2232610,AnteriorChamberDepthDefinitionCodeSequence:2232613,LensThicknessSequence:2232615,AnteriorChamberDepthSequence:2232616,LensThickness:2232624,AnteriorChamberDepth:2232625,SourceOfLensThicknessDataCodeSequence:2232626,SourceOfAnteriorChamberDepthDataCodeSequence:2232627,SourceOfRefractiveMeasurementsSequence:2232628,SourceOfRefractiveMeasurementsCodeSequence:2232629,OphthalmicAxialLengthMeasurementModified:2232640,OphthalmicAxialLengthDataSourceCodeSequence:2232656,OphthalmicAxialLengthAcquisitionMethodCodeSequence:2232659,SignalToNoiseRatio:2232661,OphthalmicAxialLengthDataSourceDescription:2232665,OphthalmicAxialLengthMeasurementsTotalLengthSequence:2232848,OphthalmicAxialLengthMeasurementsSegmentalLengthSequence:2232849,OphthalmicAxialLengthMeasurementsLengthSummationSequence:2232850,UltrasoundOphthalmicAxialLengthMeasurementsSequence:2232864,OpticalOphthalmicAxialLengthMeasurementsSequence:2232869,UltrasoundSelectedOphthalmicAxialLengthSequence:2232880,OphthalmicAxialLengthSelectionMethodCodeSequence:2232912,OpticalSelectedOphthalmicAxialLengthSequence:2232917,SelectedSegmentalOphthalmicAxialLengthSequence:2232919,SelectedTotalOphthalmicAxialLengthSequence:2232928,OphthalmicAxialLengthQualityMetricSequence:2232930,OphthalmicAxialLengthQualityMetricTypeCodeSequence:2232933,OphthalmicAxialLengthQualityMetricTypeDescription:2232947,IntraocularLensCalculationsRightEyeSequence:2233088,IntraocularLensCalculationsLeftEyeSequence:2233104,ReferencedOphthalmicAxialLengthMeasurementQCImageSequence:2233136,OphthalmicMappingDeviceType:2233365,AcquisitionMethodCodeSequence:2233376,AcquisitionMethodAlgorithmSequence:2233379,OphthalmicThicknessMapTypeCodeSequence:2233398,OphthalmicThicknessMappingNormalsSequence:2233411,RetinalThicknessDefinitionCodeSequence:2233413,PixelValueMappingToCodedConceptSequence:2233424,MappedPixelValue:2233426,PixelValueMappingExplanation:2233428,OphthalmicThicknessMapQualityThresholdSequence:2233432,OphthalmicThicknessMapThresholdQualityRating:2233440,AnatomicStructureReferencePoint:2233443,RegistrationToLocalizerSequence:2233445,RegisteredLocalizerUnits:2233446,RegisteredLocalizerTopLeftHandCorner:2233447,RegisteredLocalizerBottomRightHandCorner:2233448,OphthalmicThicknessMapQualityRatingSequence:2233456,RelevantOPTAttributesSequence:2233458,TransformationMethodCodeSequence:2233618,TransformationAlgorithmSequence:2233619,OphthalmicAxialLengthMethod:2233621,OphthalmicFOV:2233623,TwoDimensionalToThreeDimensionalMapSequence:2233624,WideFieldOphthalmicPhotographyQualityRatingSequence:2233637,WideFieldOphthalmicPhotographyQualityThresholdSequence:2233638,WideFieldOphthalmicPhotographyThresholdQualityRating:2233639,XCoordinatesCenterPixelViewAngle:2233640,YCoordinatesCenterPixelViewAngle:2233641,NumberOfMapPoints:2233648,TwoDimensionalToThreeDimensionalMapData:2233649,DerivationAlgorithmSequence:2233874,OphthalmicImageTypeCodeSequence:2233877,OphthalmicImageTypeDescription:2233878,ScanPatternTypeCodeSequence:2233880,ReferencedSurfaceMeshIdentificationSequence:2233888,OphthalmicVolumetricPropertiesFlag:2233890,OphthalmicAnatomicReferencePointXCoordinate:2233892,OphthalmicAnatomicReferencePointYCoordinate:2233894,OphthalmicEnFaceImageQualityRatingSequence:2233896,QualityThreshold:2233904,OCTBscanAnalysisAcquisitionParametersSequence:2233920,NumberofBscansPerFrame:2233922,BscanSlabThickness:2233923,DistanceBetweenBscanSlabs:2233924,BscanCycleTime:2233925,BscanCycleTimeVector:2233926,AscanRate:2233929,BscanRate:2233936,SurfaceMeshZPixelOffset:2233944,VisualFieldHorizontalExtent:2359312,VisualFieldVerticalExtent:2359313,VisualFieldShape:2359314,ScreeningTestModeCodeSequence:2359318,MaximumStimulusLuminance:2359320,BackgroundLuminance:2359328,StimulusColorCodeSequence:2359329,BackgroundIlluminationColorCodeSequence:2359332,StimulusArea:2359333,StimulusPresentationTime:2359336,FixationSequence:2359346,FixationMonitoringCodeSequence:2359347,VisualFieldCatchTrialSequence:2359348,FixationCheckedQuantity:2359349,PatientNotProperlyFixatedQuantity:2359350,PresentedVisualStimuliDataFlag:2359351,NumberOfVisualStimuli:2359352,ExcessiveFixationLossesDataFlag:2359353,ExcessiveFixationLosses:2359360,StimuliRetestingQuantity:2359362,CommentsOnPatientPerformanceOfVisualField:2359364,FalseNegativesEstimateFlag:2359365,FalseNegativesEstimate:2359366,NegativeCatchTrialsQuantity:2359368,FalseNegativesQuantity:2359376,ExcessiveFalseNegativesDataFlag:2359377,ExcessiveFalseNegatives:2359378,FalsePositivesEstimateFlag:2359379,FalsePositivesEstimate:2359380,CatchTrialsDataFlag:2359381,PositiveCatchTrialsQuantity:2359382,TestPointNormalsDataFlag:2359383,TestPointNormalsSequence:2359384,GlobalDeviationProbabilityNormalsFlag:2359385,FalsePositivesQuantity:2359392,ExcessiveFalsePositivesDataFlag:2359393,ExcessiveFalsePositives:2359394,VisualFieldTestNormalsFlag:2359395,ResultsNormalsSequence:2359396,AgeCorrectedSensitivityDeviationAlgorithmSequence:2359397,GlobalDeviationFromNormal:2359398,GeneralizedDefectSensitivityDeviationAlgorithmSequence:2359399,LocalizedDeviationFromNormal:2359400,PatientReliabilityIndicator:2359401,VisualFieldMeanSensitivity:2359408,GlobalDeviationProbability:2359409,LocalDeviationProbabilityNormalsFlag:2359410,LocalizedDeviationProbability:2359411,ShortTermFluctuationCalculated:2359412,ShortTermFluctuation:2359413,ShortTermFluctuationProbabilityCalculated:2359414,ShortTermFluctuationProbability:2359415,CorrectedLocalizedDeviationFromNormalCalculated:2359416,CorrectedLocalizedDeviationFromNormal:2359417,CorrectedLocalizedDeviationFromNormalProbabilityCalculated:2359424,CorrectedLocalizedDeviationFromNormalProbability:2359425,GlobalDeviationProbabilitySequence:2359427,LocalizedDeviationProbabilitySequence:2359429,FovealSensitivityMeasured:2359430,FovealSensitivity:2359431,VisualFieldTestDuration:2359432,VisualFieldTestPointSequence:2359433,VisualFieldTestPointXCoordinate:2359440,VisualFieldTestPointYCoordinate:2359441,AgeCorrectedSensitivityDeviationValue:2359442,StimulusResults:2359443,SensitivityValue:2359444,RetestStimulusSeen:2359445,RetestSensitivityValue:2359446,VisualFieldTestPointNormalsSequence:2359447,QuantifiedDefect:2359448,AgeCorrectedSensitivityDeviationProbabilityValue:2359552,GeneralizedDefectCorrectedSensitivityDeviationFlag:2359554,GeneralizedDefectCorrectedSensitivityDeviationValue:2359555,GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue:2359556,MinimumSensitivityValue:2359557,BlindSpotLocalized:2359558,BlindSpotXCoordinate:2359559,BlindSpotYCoordinate:2359560,VisualAcuityMeasurementSequence:2359568,RefractiveParametersUsedOnPatientSequence:2359570,MeasurementLaterality:2359571,OphthalmicPatientClinicalInformationLeftEyeSequence:2359572,OphthalmicPatientClinicalInformationRightEyeSequence:2359573,FovealPointNormativeDataFlag:2359575,FovealPointProbabilityValue:2359576,ScreeningBaselineMeasured:2359584,ScreeningBaselineMeasuredSequence:2359586,ScreeningBaselineType:2359588,ScreeningBaselineValue:2359590,AlgorithmSource:2359810,DataSetName:2360070,DataSetVersion:2360071,DataSetSource:2360072,DataSetDescription:2360073,VisualFieldTestReliabilityGlobalIndexSequence:2360087,VisualFieldGlobalResultsIndexSequence:2360096,DataObservationSequence:2360101,IndexNormalsFlag:2360120,IndexProbability:2360129,IndexProbabilitySequence:2360132,SamplesPerPixel:2621442,SamplesPerPixelUsed:2621443,PhotometricInterpretation:2621444,ImageDimensions:2621445,PlanarConfiguration:2621446,NumberOfFrames:2621448,FrameIncrementPointer:2621449,FrameDimensionPointer:2621450,Rows:2621456,Columns:2621457,Planes:2621458,UltrasoundColorDataPresent:2621460,PixelSpacing:2621488,ZoomFactor:2621489,ZoomCenter:2621490,PixelAspectRatio:2621492,ImageFormat:2621504,ManipulatedImage:2621520,CorrectedImage:2621521,CompressionRecognitionCode:2621535,CompressionCode:2621536,CompressionOriginator:2621537,CompressionLabel:2621538,CompressionDescription:2621539,CompressionSequence:2621541,CompressionStepPointers:2621542,RepeatInterval:2621544,BitsGrouped:2621545,PerimeterTable:2621552,PerimeterValue:2621553,PredictorRows:2621568,PredictorColumns:2621569,PredictorConstants:2621570,BlockedPixels:2621584,BlockRows:2621585,BlockColumns:2621586,RowOverlap:2621587,ColumnOverlap:2621588,BitsAllocated:2621696,BitsStored:2621697,HighBit:2621698,PixelRepresentation:2621699,SmallestValidPixelValue:2621700,LargestValidPixelValue:2621701,SmallestImagePixelValue:2621702,LargestImagePixelValue:2621703,SmallestPixelValueInSeries:2621704,LargestPixelValueInSeries:2621705,SmallestImagePixelValueInPlane:2621712,LargestImagePixelValueInPlane:2621713,PixelPaddingValue:2621728,PixelPaddingRangeLimit:2621729,FloatPixelPaddingValue:2621730,DoubleFloatPixelPaddingValue:2621731,FloatPixelPaddingRangeLimit:2621732,DoubleFloatPixelPaddingRangeLimit:2621733,ImageLocation:2621952,QualityControlImage:2622208,BurnedInAnnotation:2622209,RecognizableVisualFeatures:2622210,LongitudinalTemporalInformationModified:2622211,ReferencedColorPaletteInstanceUID:2622212,TransformLabel:2622464,TransformVersionNumber:2622465,NumberOfTransformSteps:2622466,SequenceOfCompressedData:2622467,DetailsOfCoefficients:2622468,RowsForNthOrderCoefficients:2622464,ColumnsForNthOrderCoefficients:2622465,CoefficientCoding:2622466,CoefficientCodingPointers:2622467,DCTLabel:2623232,DataBlockDescription:2623233,DataBlock:2623234,NormalizationFactorFormat:2623248,ZonalMapNumberFormat:2623264,ZonalMapLocation:2623265,ZonalMapFormat:2623266,AdaptiveMapFormat:2623280,CodeNumberFormat:2623296,CodeLabel:2623488,NumberOfTables:2623490,CodeTableLocation:2623491,BitsForCodeWord:2623492,ImageDataLocation:2623496,PixelSpacingCalibrationType:2624002,PixelSpacingCalibrationDescription:2624004,PixelIntensityRelationship:2625600,PixelIntensityRelationshipSign:2625601,WindowCenter:2625616,WindowWidth:2625617,RescaleIntercept:2625618,RescaleSlope:2625619,RescaleType:2625620,WindowCenterWidthExplanation:2625621,VOILUTFunction:2625622,GrayScale:2625664,RecommendedViewingMode:2625680,GrayLookupTableDescriptor:2625792,RedPaletteColorLookupTableDescriptor:2625793,GreenPaletteColorLookupTableDescriptor:2625794,BluePaletteColorLookupTableDescriptor:2625795,AlphaPaletteColorLookupTableDescriptor:2625796,LargeRedPaletteColorLookupTableDescriptor:2625809,LargeGreenPaletteColorLookupTableDescriptor:2625810,LargeBluePaletteColorLookupTableDescriptor:2625811,PaletteColorLookupTableUID:2625945,GrayLookupTableData:2626048,RedPaletteColorLookupTableData:2626049,GreenPaletteColorLookupTableData:2626050,BluePaletteColorLookupTableData:2626051,AlphaPaletteColorLookupTableData:2626052,LargeRedPaletteColorLookupTableData:2626065,LargeGreenPaletteColorLookupTableData:2626066,LargeBluePaletteColorLookupTableData:2626067,LargePaletteColorLookupTableUID:2626068,SegmentedRedPaletteColorLookupTableData:2626081,SegmentedGreenPaletteColorLookupTableData:2626082,SegmentedBluePaletteColorLookupTableData:2626083,SegmentedAlphaPaletteColorLookupTableData:2626084,StoredValueColorRangeSequence:2626096,MinimumStoredValueMapped:2626097,MaximumStoredValueMapped:2626098,BreastImplantPresent:2626304,PartialView:2626384,PartialViewDescription:2626385,PartialViewCodeSequence:2626386,SpatialLocationsPreserved:2626394,DataFrameAssignmentSequence:2626561,DataPathAssignment:2626562,BitsMappedToColorLookupTable:2626563,BlendingLUT1Sequence:2626564,BlendingLUT1TransferFunction:2626565,BlendingWeightConstant:2626566,BlendingLookupTableDescriptor:2626567,BlendingLookupTableData:2626568,EnhancedPaletteColorLookupTableSequence:2626571,BlendingLUT2Sequence:2626572,BlendingLUT2TransferFunction:2626573,DataPathID:2626574,RGBLUTTransferFunction:2626575,AlphaLUTTransferFunction:2626576,ICCProfile:2629632,ColorSpace:2629634,LossyImageCompression:2629904,LossyImageCompressionRatio:2629906,LossyImageCompressionMethod:2629908,ModalityLUTSequence:2633728,LUTDescriptor:2633730,LUTExplanation:2633731,ModalityLUTType:2633732,LUTData:2633734,VOILUTSequence:2633744,SoftcopyVOILUTSequence:2634e3,ImagePresentationComments:2637824,BiPlaneAcquisitionSequence:2641920,RepresentativeFrameNumber:2646032,FrameNumbersOfInterest:2646048,FrameOfInterestDescription:2646050,FrameOfInterestType:2646051,MaskPointers:2646064,RWavePointer:2646080,MaskSubtractionSequence:2646272,MaskOperation:2646273,ApplicableFrameRange:2646274,MaskFrameNumbers:2646288,ContrastFrameAveraging:2646290,MaskSubPixelShift:2646292,TIDOffset:2646304,MaskOperationExplanation:2646416,EquipmentAdministratorSequence:2650112,NumberOfDisplaySubsystems:2650113,CurrentConfigurationID:2650114,DisplaySubsystemID:2650115,DisplaySubsystemName:2650116,DisplaySubsystemDescription:2650117,SystemStatus:2650118,SystemStatusComment:2650119,TargetLuminanceCharacteristicsSequence:2650120,LuminanceCharacteristicsID:2650121,DisplaySubsystemConfigurationSequence:2650122,ConfigurationID:2650123,ConfigurationName:2650124,ConfigurationDescription:2650125,ReferencedTargetLuminanceCharacteristicsID:2650126,QAResultsSequence:2650127,DisplaySubsystemQAResultsSequence:2650128,ConfigurationQAResultsSequence:2650129,MeasurementEquipmentSequence:2650130,MeasurementFunctions:2650131,MeasurementEquipmentType:2650132,VisualEvaluationResultSequence:2650133,DisplayCalibrationResultSequence:2650134,DDLValue:2650135,CIExyWhitePoint:2650136,DisplayFunctionType:2650137,GammaValue:2650138,NumberOfLuminancePoints:2650139,LuminanceResponseSequence:2650140,TargetMinimumLuminance:2650141,TargetMaximumLuminance:2650142,LuminanceValue:2650143,LuminanceResponseDescription:2650144,WhitePointFlag:2650145,DisplayDeviceTypeCodeSequence:2650146,DisplaySubsystemSequence:2650147,LuminanceResultSequence:2650148,AmbientLightValueSource:2650149,MeasuredCharacteristics:2650150,LuminanceUniformityResultSequence:2650151,VisualEvaluationTestSequence:2650152,TestResult:2650153,TestResultComment:2650154,TestImageValidation:2650155,TestPatternCodeSequence:2650156,MeasurementPatternCodeSequence:2650157,VisualEvaluationMethodCodeSequence:2650158,PixelDataProviderURL:2654176,DataPointRows:2658305,DataPointColumns:2658306,SignalDomainColumns:2658307,LargestMonochromePixelValue:2658457,DataRepresentation:2658568,PixelMeasuresSequence:2658576,FrameVOILUTSequence:2658610,PixelValueTransformationSequence:2658629,SignalDomainRows:2658869,DisplayFilterPercentage:2659345,FramePixelShiftSequence:2659349,SubtractionItemID:2659350,PixelIntensityRelationshipLUTSequence:2659362,FramePixelDataPropertiesSequence:2659395,GeometricalProperties:2659396,GeometricMaximumDistortion:2659397,ImageProcessingApplied:2659398,MaskSelectionMode:2659412,LUTFunction:2659444,MaskVisibilityPercentage:2659448,PixelShiftSequence:2659585,RegionPixelShiftSequence:2659586,VerticesOfTheRegion:2659587,MultiFramePresentationSequence:2659589,PixelShiftFrameRange:2659590,LUTFrameRange:2659591,ImageToEquipmentMappingMatrix:2659616,EquipmentCoordinateSystemIdentification:2659639,StudyStatusID:3276810,StudyPriorityID:3276812,StudyIDIssuer:3276818,StudyVerifiedDate:3276850,StudyVerifiedTime:3276851,StudyReadDate:3276852,StudyReadTime:3276853,ScheduledStudyStartDate:3280896,ScheduledStudyStartTime:3280897,ScheduledStudyStopDate:3280912,ScheduledStudyStopTime:3280913,ScheduledStudyLocation:3280928,ScheduledStudyLocationAETitle:3280929,ReasonForStudy:3280944,RequestingPhysicianIdentificationSequence:3280945,RequestingPhysician:3280946,RequestingService:3280947,RequestingServiceCodeSequence:3280948,StudyArrivalDate:3280960,StudyArrivalTime:3280961,StudyCompletionDate:3280976,StudyCompletionTime:3280977,StudyComponentStatusID:3280981,RequestedProcedureDescription:3280992,RequestedProcedureCodeSequence:3280996,RequestedContrastAgent:3281008,StudyComments:3293184,ReferencedPatientAliasSequence:3670020,VisitStatusID:3670024,AdmissionID:3670032,IssuerOfAdmissionID:3670033,IssuerOfAdmissionIDSequence:3670036,RouteOfAdmissions:3670038,ScheduledAdmissionDate:3670042,ScheduledAdmissionTime:3670043,ScheduledDischargeDate:3670044,ScheduledDischargeTime:3670045,ScheduledPatientInstitutionResidence:3670046,AdmittingDate:3670048,AdmittingTime:3670049,DischargeDate:3670064,DischargeTime:3670066,DischargeDiagnosisDescription:3670080,DischargeDiagnosisCodeSequence:3670084,SpecialNeeds:3670096,ServiceEpisodeID:3670112,IssuerOfServiceEpisodeID:3670113,ServiceEpisodeDescription:3670114,IssuerOfServiceEpisodeIDSequence:3670116,PertinentDocumentsSequence:3670272,PertinentResourcesSequence:3670273,ResourceDescription:3670274,CurrentPatientLocation:3670784,PatientInstitutionResidence:3671040,PatientState:3671296,PatientClinicalTrialParticipationSequence:3671298,VisitComments:3686400,WaveformOriginality:3801092,NumberOfWaveformChannels:3801093,NumberOfWaveformSamples:3801104,SamplingFrequency:3801114,MultiplexGroupLabel:3801120,ChannelDefinitionSequence:3801600,WaveformChannelNumber:3801602,ChannelLabel:3801603,ChannelStatus:3801605,ChannelSourceSequence:3801608,ChannelSourceModifiersSequence:3801609,SourceWaveformSequence:3801610,ChannelDerivationDescription:3801612,ChannelSensitivity:3801616,ChannelSensitivityUnitsSequence:3801617,ChannelSensitivityCorrectionFactor:3801618,ChannelBaseline:3801619,ChannelTimeSkew:3801620,ChannelSampleSkew:3801621,ChannelOffset:3801624,WaveformBitsStored:3801626,FilterLowFrequency:3801632,FilterHighFrequency:3801633,NotchFilterFrequency:3801634,NotchFilterBandwidth:3801635,WaveformDataDisplayScale:3801648,WaveformDisplayBackgroundCIELabValue:3801649,WaveformPresentationGroupSequence:3801664,PresentationGroupNumber:3801665,ChannelDisplaySequence:3801666,ChannelRecommendedDisplayCIELabValue:3801668,ChannelPosition:3801669,DisplayShadingFlag:3801670,FractionalChannelDisplayScale:3801671,AbsoluteChannelDisplayScale:3801672,MultiplexedAudioChannelsDescriptionCodeSequence:3801856,ChannelIdentificationCode:3801857,ChannelMode:3801858,ScheduledStationAETitle:4194305,ScheduledProcedureStepStartDate:4194306,ScheduledProcedureStepStartTime:4194307,ScheduledProcedureStepEndDate:4194308,ScheduledProcedureStepEndTime:4194309,ScheduledPerformingPhysicianName:4194310,ScheduledProcedureStepDescription:4194311,ScheduledProtocolCodeSequence:4194312,ScheduledProcedureStepID:4194313,StageCodeSequence:4194314,ScheduledPerformingPhysicianIdentificationSequence:4194315,ScheduledStationName:4194320,ScheduledProcedureStepLocation:4194321,PreMedication:4194322,ScheduledProcedureStepStatus:4194336,OrderPlacerIdentifierSequence:4194342,OrderFillerIdentifierSequence:4194343,LocalNamespaceEntityID:4194353,UniversalEntityID:4194354,UniversalEntityIDType:4194355,IdentifierTypeCode:4194357,AssigningFacilitySequence:4194358,AssigningJurisdictionCodeSequence:4194361,AssigningAgencyOrDepartmentCodeSequence:4194362,ScheduledProcedureStepSequence:4194560,ReferencedNonImageCompositeSOPInstanceSequence:4194848,PerformedStationAETitle:4194881,PerformedStationName:4194882,PerformedLocation:4194883,PerformedProcedureStepStartDate:4194884,PerformedProcedureStepStartTime:4194885,PerformedProcedureStepEndDate:4194896,PerformedProcedureStepEndTime:4194897,PerformedProcedureStepStatus:4194898,PerformedProcedureStepID:4194899,PerformedProcedureStepDescription:4194900,PerformedProcedureTypeDescription:4194901,PerformedProtocolCodeSequence:4194912,PerformedProtocolType:4194913,ScheduledStepAttributesSequence:4194928,RequestAttributesSequence:4194933,CommentsOnThePerformedProcedureStep:4194944,PerformedProcedureStepDiscontinuationReasonCodeSequence:4194945,QuantitySequence:4194963,Quantity:4194964,MeasuringUnitsSequence:4194965,BillingItemSequence:4194966,TotalTimeOfFluoroscopy:4195072,TotalNumberOfExposures:4195073,EntranceDose:4195074,ExposedArea:4195075,DistanceSourceToEntrance:4195078,DistanceSourceToSupport:4195079,ExposureDoseSequence:4195086,CommentsOnRadiationDose:4195088,XRayOutput:4195090,HalfValueLayer:4195092,OrganDose:4195094,OrganExposed:4195096,BillingProcedureStepSequence:4195104,FilmConsumptionSequence:4195105,BillingSuppliesAndDevicesSequence:4195108,ReferencedProcedureStepSequence:4195120,PerformedSeriesSequence:4195136,CommentsOnTheScheduledProcedureStep:4195328,ProtocolContextSequence:4195392,ContentItemModifierSequence:4195393,ScheduledSpecimenSequence:4195584,SpecimenAccessionNumber:4195594,ContainerIdentifier:4195602,IssuerOfTheContainerIdentifierSequence:4195603,AlternateContainerIdentifierSequence:4195605,ContainerTypeCodeSequence:4195608,ContainerDescription:4195610,ContainerComponentSequence:4195616,SpecimenSequence:4195664,SpecimenIdentifier:4195665,SpecimenDescriptionSequenceTrial:4195666,SpecimenDescriptionTrial:4195667,SpecimenUID:4195668,AcquisitionContextSequence:4195669,AcquisitionContextDescription:4195670,SpecimenTypeCodeSequence:4195738,SpecimenDescriptionSequence:4195680,IssuerOfTheSpecimenIdentifierSequence:4195682,SpecimenShortDescription:4195840,SpecimenDetailedDescription:4195842,SpecimenPreparationSequence:4195856,SpecimenPreparationStepContentItemSequence:4195858,SpecimenLocalizationContentItemSequence:4195872,SlideIdentifier:4196090,ImageCenterPointCoordinatesSequence:4196122,XOffsetInSlideCoordinateSystem:4196138,YOffsetInSlideCoordinateSystem:4196154,ZOffsetInSlideCoordinateSystem:4196170,PixelSpacingSequence:4196568,CoordinateSystemAxisCodeSequence:4196570,MeasurementUnitsCodeSequence:4196586,VitalStainCodeSequenceTrial:4196856,RequestedProcedureID:4198401,ReasonForTheRequestedProcedure:4198402,RequestedProcedurePriority:4198403,PatientTransportArrangements:4198404,RequestedProcedureLocation:4198405,PlacerOrderNumberProcedure:4198406,FillerOrderNumberProcedure:4198407,ConfidentialityCode:4198408,ReportingPriority:4198409,ReasonForRequestedProcedureCodeSequence:4198410,NamesOfIntendedRecipientsOfResults:4198416,IntendedRecipientsOfResultsIdentificationSequence:4198417,ReasonForPerformedProcedureCodeSequence:4198418,RequestedProcedureDescriptionTrial:4198496,PersonIdentificationCodeSequence:4198657,PersonAddress:4198658,PersonTelephoneNumbers:4198659,PersonTelecomInformation:4198660,RequestedProcedureComments:4199424,ReasonForTheImagingServiceRequest:4202497,IssueDateOfImagingServiceRequest:4202500,IssueTimeOfImagingServiceRequest:4202501,PlacerOrderNumberImagingServiceRequestRetired:4202502,FillerOrderNumberImagingServiceRequestRetired:4202503,OrderEnteredBy:4202504,OrderEntererLocation:4202505,OrderCallbackPhoneNumber:4202512,OrderCallbackTelecomInformation:4202513,PlacerOrderNumberImagingServiceRequest:4202518,FillerOrderNumberImagingServiceRequest:4202519,ImagingServiceRequestComments:4203520,ConfidentialityConstraintOnPatientDataDescription:4206593,GeneralPurposeScheduledProcedureStepStatus:4210689,GeneralPurposePerformedProcedureStepStatus:4210690,GeneralPurposeScheduledProcedureStepPriority:4210691,ScheduledProcessingApplicationsCodeSequence:4210692,ScheduledProcedureStepStartDateTime:4210693,MultipleCopiesFlag:4210694,PerformedProcessingApplicationsCodeSequence:4210695,HumanPerformerCodeSequence:4210697,ScheduledProcedureStepModificationDateTime:4210704,ExpectedCompletionDateTime:4210705,ResultingGeneralPurposePerformedProcedureStepsSequence:4210709,ReferencedGeneralPurposeScheduledProcedureStepSequence:4210710,ScheduledWorkitemCodeSequence:4210712,PerformedWorkitemCodeSequence:4210713,InputAvailabilityFlag:4210720,InputInformationSequence:4210721,RelevantInformationSequence:4210722,ReferencedGeneralPurposeScheduledProcedureStepTransactionUID:4210723,ScheduledStationNameCodeSequence:4210725,ScheduledStationClassCodeSequence:4210726,ScheduledStationGeographicLocationCodeSequence:4210727,PerformedStationNameCodeSequence:4210728,PerformedStationClassCodeSequence:4210729,PerformedStationGeographicLocationCodeSequence:4210736,RequestedSubsequentWorkitemCodeSequence:4210737,NonDICOMOutputCodeSequence:4210738,OutputInformationSequence:4210739,ScheduledHumanPerformersSequence:4210740,ActualHumanPerformersSequence:4210741,HumanPerformerOrganization:4210742,HumanPerformerName:4210743,RawDataHandling:4210752,InputReadinessState:4210753,PerformedProcedureStepStartDateTime:4210768,PerformedProcedureStepEndDateTime:4210769,ProcedureStepCancellationDateTime:4210770,OutputDestinationSequence:4210800,DICOMStorageSequence:4210801,STOWRSStorageSequence:4210802,StorageURL:4210803,XDSStorageSequence:4210804,EntranceDoseInmGy:4227842,EntranceDoseDerivation:4227843,ParametricMapFrameTypeSequence:4231314,ReferencedImageRealWorldValueMappingSequence:4231316,RealWorldValueMappingSequence:4231318,PixelValueMappingCodeSequence:4231320,LUTLabel:4231696,RealWorldValueLastValueMapped:4231697,RealWorldValueLUTData:4231698,DoubleFloatRealWorldValueLastValueMapped:4231699,DoubleFloatRealWorldValueFirstValueMapped:4231700,RealWorldValueFirstValueMapped:4231702,QuantityDefinitionSequence:4231712,RealWorldValueIntercept:4231716,RealWorldValueSlope:4231717,FindingsFlagTrial:4235271,RelationshipType:4235280,FindingsSequenceTrial:4235296,FindingsGroupUIDTrial:4235297,ReferencedFindingsGroupUIDTrial:4235298,FindingsGroupRecordingDateTrial:4235299,FindingsGroupRecordingTimeTrial:4235300,FindingsSourceCategoryCodeSequenceTrial:4235302,VerifyingOrganization:4235303,DocumentingOrganizationIdentifierCodeSequenceTrial:4235304,VerificationDateTime:4235312,ObservationDateTime:4235314,ValueType:4235328,ConceptNameCodeSequence:4235331,MeasurementPrecisionDescriptionTrial:4235335,ContinuityOfContent:4235344,UrgencyOrPriorityAlertsTrial:4235351,SequencingIndicatorTrial:4235360,DocumentIdentifierCodeSequenceTrial:4235366,DocumentAuthorTrial:4235367,DocumentAuthorIdentifierCodeSequenceTrial:4235368,IdentifierCodeSequenceTrial:4235376,VerifyingObserverSequence:4235379,ObjectBinaryIdentifierTrial:4235380,VerifyingObserverName:4235381,DocumentingObserverIdentifierCodeSequenceTrial:4235382,AuthorObserverSequence:4235384,ParticipantSequence:4235386,CustodialOrganizationSequence:4235388,ParticipationType:4235392,ParticipationDateTime:4235394,ObserverType:4235396,ProcedureIdentifierCodeSequenceTrial:4235397,VerifyingObserverIdentificationCodeSequence:4235400,ObjectDirectoryBinaryIdentifierTrial:4235401,EquivalentCDADocumentSequence:4235408,ReferencedWaveformChannels:4235440,DateOfDocumentOrVerbalTransactionTrial:4235536,TimeOfDocumentCreationOrVerbalTransactionTrial:4235538,DateTime:4235552,Date:4235553,Time:4235554,PersonName:4235555,UID:4235556,ReportStatusIDTrial:4235557,TemporalRangeType:4235568,ReferencedSamplePositions:4235570,ReferencedFrameNumbers:4235574,ReferencedTimeOffsets:4235576,ReferencedDateTime:4235578,TextValue:4235616,FloatingPointValue:4235617,RationalNumeratorValue:4235618,RationalDenominatorValue:4235619,ObservationCategoryCodeSequenceTrial:4235623,ConceptCodeSequence:4235624,BibliographicCitationTrial:4235626,PurposeOfReferenceCodeSequence:4235632,ObservationUID:4235633,ReferencedObservationUIDTrial:4235634,ReferencedObservationClassTrial:4235635,ReferencedObjectObservationClassTrial:4235636,AnnotationGroupNumber:4235648,ObservationDateTrial:4235666,ObservationTimeTrial:4235667,MeasurementAutomationTrial:4235668,ModifierCodeSequence:4235669,IdentificationDescriptionTrial:4235812,CoordinatesSetGeometricTypeTrial:4235920,AlgorithmCodeSequenceTrial:4235926,AlgorithmDescriptionTrial:4235927,PixelCoordinatesSetTrial:4235930,MeasuredValueSequence:4236032,NumericValueQualifierCodeSequence:4236033,CurrentObserverTrial:4236039,NumericValue:4236042,ReferencedAccessionSequenceTrial:4236051,ReportStatusCommentTrial:4236090,ProcedureContextSequenceTrial:4236096,VerbalSourceTrial:4236114,AddressTrial:4236115,TelephoneNumberTrial:4236116,VerbalSourceIdentifierCodeSequenceTrial:4236120,PredecessorDocumentsSequence:4236128,ReferencedRequestSequence:4236144,PerformedProcedureCodeSequence:4236146,CurrentRequestedProcedureEvidenceSequence:4236149,ReportDetailSequenceTrial:4236160,PertinentOtherEvidenceSequence:4236165,HL7StructuredDocumentReferenceSequence:4236176,ObservationSubjectUIDTrial:4236290,ObservationSubjectClassTrial:4236291,ObservationSubjectTypeCodeSequenceTrial:4236292,CompletionFlag:4236433,CompletionFlagDescription:4236434,VerificationFlag:4236435,ArchiveRequested:4236436,PreliminaryFlag:4236438,ContentTemplateSequence:4236548,IdenticalDocumentsSequence:4236581,ObservationSubjectContextFlagTrial:4236800,ObserverContextFlagTrial:4236801,ProcedureContextFlagTrial:4236803,ContentSequence:4237104,RelationshipSequenceTrial:4237105,RelationshipTypeCodeSequenceTrial:4237106,LanguageCodeSequenceTrial:4237124,UniformResourceLocatorTrial:4237714,WaveformAnnotationSequence:4239392,TemplateIdentifier:4250368,TemplateVersion:4250374,TemplateLocalVersion:4250375,TemplateExtensionFlag:4250379,TemplateExtensionOrganizationUID:4250380,TemplateExtensionCreatorUID:4250381,ReferencedContentItemIdentifier:4250483,HL7InstanceIdentifier:4251649,HL7DocumentEffectiveTime:4251652,HL7DocumentTypeCodeSequence:4251654,DocumentClassCodeSequence:4251656,RetrieveURI:4251664,RetrieveLocationUID:4251665,TypeOfInstances:4251680,DICOMRetrievalSequence:4251681,DICOMMediaRetrievalSequence:4251682,WADORetrievalSequence:4251683,XDSRetrievalSequence:4251684,WADORSRetrievalSequence:4251685,RepositoryUniqueID:4251696,HomeCommunityID:4251697,DocumentTitle:4325392,EncapsulatedDocument:4325393,MIMETypeOfEncapsulatedDocument:4325394,SourceInstanceSequence:4325395,ListOfMIMETypes:4325396,ProductPackageIdentifier:4456449,SubstanceAdministrationApproval:4456450,ApprovalStatusFurtherDescription:4456451,ApprovalStatusDateTime:4456452,ProductTypeCodeSequence:4456455,ProductName:4456456,ProductDescription:4456457,ProductLotIdentifier:4456458,ProductExpirationDateTime:4456459,SubstanceAdministrationDateTime:4456464,SubstanceAdministrationNotes:4456465,SubstanceAdministrationDeviceID:4456466,ProductParameterSequence:4456467,SubstanceAdministrationParameterSequence:4456473,ApprovalSequence:4456704,AssertionCodeSequence:4456705,AssertionUID:4456706,AsserterIdentificationSequence:4456707,AssertionDateTime:4456708,AssertionExpirationDateTime:4456709,AssertionComments:4456710,RelatedAssertionSequence:4456711,ReferencedAssertionUID:4456712,ApprovalSubjectSequence:4456713,OrganizationalRoleCodeSequence:4456714,LensDescription:4587538,RightLensSequence:4587540,LeftLensSequence:4587541,UnspecifiedLateralityLensSequence:4587542,CylinderSequence:4587544,PrismSequence:4587560,HorizontalPrismPower:4587568,HorizontalPrismBase:4587570,VerticalPrismPower:4587572,VerticalPrismBase:4587574,LensSegmentType:4587576,OpticalTransmittance:4587584,ChannelWidth:4587586,PupilSize:4587588,CornealSize:4587590,AutorefractionRightEyeSequence:4587600,AutorefractionLeftEyeSequence:4587602,DistancePupillaryDistance:4587616,NearPupillaryDistance:4587618,IntermediatePupillaryDistance:4587619,OtherPupillaryDistance:4587620,KeratometryRightEyeSequence:4587632,KeratometryLeftEyeSequence:4587633,SteepKeratometricAxisSequence:4587636,RadiusOfCurvature:4587637,KeratometricPower:4587638,KeratometricAxis:4587639,FlatKeratometricAxisSequence:4587648,BackgroundColor:4587666,Optotype:4587668,OptotypePresentation:4587669,SubjectiveRefractionRightEyeSequence:4587671,SubjectiveRefractionLeftEyeSequence:4587672,AddNearSequence:4587776,AddIntermediateSequence:4587777,AddOtherSequence:4587778,AddPower:4587780,ViewingDistance:4587782,VisualAcuityTypeCodeSequence:4587809,VisualAcuityRightEyeSequence:4587810,VisualAcuityLeftEyeSequence:4587811,VisualAcuityBothEyesOpenSequence:4587812,ViewingDistanceType:4587813,VisualAcuityModifiers:4587829,DecimalVisualAcuity:4587831,OptotypeDetailedDefinition:4587833,ReferencedRefractiveMeasurementsSequence:4587845,SpherePower:4587846,CylinderPower:4587847,CornealTopographySurface:4588033,CornealVertexLocation:4588034,PupilCentroidXCoordinate:4588035,PupilCentroidYCoordinate:4588036,EquivalentPupilRadius:4588037,CornealTopographyMapTypeCodeSequence:4588039,VerticesOfTheOutlineOfPupil:4588040,CornealTopographyMappingNormalsSequence:4588048,MaximumCornealCurvatureSequence:4588049,MaximumCornealCurvature:4588050,MaximumCornealCurvatureLocation:4588051,MinimumKeratometricSequence:4588053,SimulatedKeratometricCylinderSequence:4588056,AverageCornealPower:4588064,CornealISValue:4588068,AnalyzedArea:4588071,SurfaceRegularityIndex:4588080,SurfaceAsymmetryIndex:4588082,CornealEccentricityIndex:4588084,KeratoconusPredictionIndex:4588086,DecimalPotentialVisualAcuity:4588088,CornealTopographyMapQualityEvaluation:4588098,SourceImageCornealProcessedDataSequence:4588100,CornealPointLocation:4588103,CornealPointEstimated:4588104,AxialPower:4588105,TangentialPower:4588112,RefractivePower:4588113,RelativeElevation:4588114,CornealWavefront:4588115,ImagedVolumeWidth:4718593,ImagedVolumeHeight:4718594,ImagedVolumeDepth:4718595,TotalPixelMatrixColumns:4718598,TotalPixelMatrixRows:4718599,TotalPixelMatrixOriginSequence:4718600,SpecimenLabelInImage:4718608,FocusMethod:4718609,ExtendedDepthOfField:4718610,NumberOfFocalPlanes:4718611,DistanceBetweenFocalPlanes:4718612,RecommendedAbsentPixelCIELabValue:4718613,IlluminatorTypeCodeSequence:4718848,ImageOrientationSlide:4718850,OpticalPathSequence:4718853,OpticalPathIdentifier:4718854,OpticalPathDescription:4718855,IlluminationColorCodeSequence:4718856,SpecimenReferenceSequence:4718864,CondenserLensPower:4718865,ObjectiveLensPower:4718866,ObjectiveLensNumericalAperture:4718867,PaletteColorLookupTableSequence:4718880,ReferencedImageNavigationSequence:4719104,TopLeftHandCornerOfLocalizerArea:4719105,BottomRightHandCornerOfLocalizerArea:4719106,OpticalPathIdentificationSequence:4719111,PlanePositionSlideSequence:4719130,ColumnPositionInTotalImagePixelMatrix:4719134,RowPositionInTotalImagePixelMatrix:4719135,PixelOriginInterpretation:4719361,CalibrationImage:5242884,DeviceSequence:5242896,ContainerComponentTypeCodeSequence:5242898,ContainerComponentThickness:5242899,DeviceLength:5242900,ContainerComponentWidth:5242901,DeviceDiameter:5242902,DeviceDiameterUnits:5242903,DeviceVolume:5242904,InterMarkerDistance:5242905,ContainerComponentMaterial:5242906,ContainerComponentID:5242907,ContainerComponentLength:5242908,ContainerComponentDiameter:5242909,ContainerComponentDescription:5242910,DeviceDescription:5242912,ContrastBolusIngredientPercentByVolume:5373953,OCTFocalDistance:5373954,BeamSpotSize:5373955,EffectiveRefractiveIndex:5373956,OCTAcquisitionDomain:5373958,OCTOpticalCenterWavelength:5373959,AxialResolution:5373960,RangingDepth:5373961,ALineRate:5373969,ALinesPerFrame:5373970,CatheterRotationalRate:5373971,ALinePixelSpacing:5373972,ModeOfPercutaneousAccessSequence:5373974,IntravascularOCTFrameTypeSequence:5373989,OCTZOffsetApplied:5373990,IntravascularFrameContentSequence:5373991,IntravascularLongitudinalDistance:5373992,IntravascularOCTFrameContentSequence:5373993,OCTZOffsetCorrection:5374e3,CatheterDirectionOfRotation:5374001,SeamLineLocation:5374003,FirstALineLocation:5374004,SeamLineIndex:5374006,NumberOfPaddedALines:5374008,InterpolationType:5374009,RefractiveIndexApplied:5374010,EnergyWindowVector:5505040,NumberOfEnergyWindows:5505041,EnergyWindowInformationSequence:5505042,EnergyWindowRangeSequence:5505043,EnergyWindowLowerLimit:5505044,EnergyWindowUpperLimit:5505045,RadiopharmaceuticalInformationSequence:5505046,ResidualSyringeCounts:5505047,EnergyWindowName:5505048,DetectorVector:5505056,NumberOfDetectors:5505057,DetectorInformationSequence:5505058,PhaseVector:5505072,NumberOfPhases:5505073,PhaseInformationSequence:5505074,NumberOfFramesInPhase:5505075,PhaseDelay:5505078,PauseBetweenFrames:5505080,PhaseDescription:5505081,RotationVector:5505104,NumberOfRotations:5505105,RotationInformationSequence:5505106,NumberOfFramesInRotation:5505107,RRIntervalVector:5505120,NumberOfRRIntervals:5505121,GatedInformationSequence:5505122,DataInformationSequence:5505123,TimeSlotVector:5505136,NumberOfTimeSlots:5505137,TimeSlotInformationSequence:5505138,TimeSlotTime:5505139,SliceVector:5505152,NumberOfSlices:5505153,AngularViewVector:5505168,TimeSliceVector:5505280,NumberOfTimeSlices:5505281,StartAngle:5505536,TypeOfDetectorMotion:5505538,TriggerVector:5505552,NumberOfTriggersInPhase:5505553,ViewCodeSequence:5505568,ViewModifierCodeSequence:5505570,RadionuclideCodeSequence:5505792,AdministrationRouteCodeSequence:5505794,RadiopharmaceuticalCodeSequence:5505796,CalibrationDataSequence:5505798,EnergyWindowNumber:5505800,ImageID:5506048,PatientOrientationCodeSequence:5506064,PatientOrientationModifierCodeSequence:5506066,PatientGantryRelationshipCodeSequence:5506068,SliceProgressionDirection:5506304,ScanProgressionDirection:5506305,SeriesType:5509120,Units:5509121,CountsSource:5509122,ReprojectionMethod:5509124,SUVType:5509126,RandomsCorrectionMethod:5509376,AttenuationCorrectionMethod:5509377,DecayCorrection:5509378,ReconstructionMethod:5509379,DetectorLinesOfResponseUsed:5509380,ScatterCorrectionMethod:5509381,AxialAcceptance:5509632,AxialMash:5509633,TransverseMash:5509634,DetectorElementSize:5509635,CoincidenceWindowWidth:5509648,SecondaryCountsType:5509664,FrameReferenceTime:5509888,PrimaryPromptsCountsAccumulated:5509904,SecondaryCountsAccumulated:5509905,SliceSensitivityFactor:5509920,DecayFactor:5509921,DoseCalibrationFactor:5509922,ScatterFractionFactor:5509923,DeadTimeFactor:5509924,ImageIndex:5509936,CountsIncluded:5510144,DeadTimeCorrectionFlag:5510145,HistogramSequence:6303744,HistogramNumberOfBins:6303746,HistogramFirstBinValue:6303748,HistogramLastBinValue:6303750,HistogramBinWidth:6303752,HistogramExplanation:6303760,HistogramData:6303776,SegmentationType:6422529,SegmentSequence:6422530,SegmentedPropertyCategoryCodeSequence:6422531,SegmentNumber:6422532,SegmentLabel:6422533,SegmentDescription:6422534,SegmentationAlgorithmIdentificationSequence:6422535,SegmentAlgorithmType:6422536,SegmentAlgorithmName:6422537,SegmentIdentificationSequence:6422538,ReferencedSegmentNumber:6422539,RecommendedDisplayGrayscaleValue:6422540,RecommendedDisplayCIELabValue:6422541,MaximumFractionalValue:6422542,SegmentedPropertyTypeCodeSequence:6422543,SegmentationFractionalType:6422544,SegmentedPropertyTypeModifierCodeSequence:6422545,UsedSegmentsSequence:6422546,TrackingID:6422560,TrackingUID:6422561,DeformableRegistrationSequence:6553602,SourceFrameOfReferenceUID:6553603,DeformableRegistrationGridSequence:6553605,GridDimensions:6553607,GridResolution:6553608,VectorGridData:6553609,PreDeformationMatrixRegistrationSequence:6553615,PostDeformationMatrixRegistrationSequence:6553616,NumberOfSurfaces:6684673,SurfaceSequence:6684674,SurfaceNumber:6684675,SurfaceComments:6684676,SurfaceProcessing:6684681,SurfaceProcessingRatio:6684682,SurfaceProcessingDescription:6684683,RecommendedPresentationOpacity:6684684,RecommendedPresentationType:6684685,FiniteVolume:6684686,Manifold:6684688,SurfacePointsSequence:6684689,SurfacePointsNormalsSequence:6684690,SurfaceMeshPrimitivesSequence:6684691,NumberOfSurfacePoints:6684693,PointCoordinatesData:6684694,PointPositionAccuracy:6684695,MeanPointDistance:6684696,MaximumPointDistance:6684697,PointsBoundingBoxCoordinates:6684698,AxisOfRotation:6684699,CenterOfRotation:6684700,NumberOfVectors:6684702,VectorDimensionality:6684703,VectorAccuracy:6684704,VectorCoordinateData:6684705,TrianglePointIndexList:6684707,EdgePointIndexList:6684708,VertexPointIndexList:6684709,TriangleStripSequence:6684710,TriangleFanSequence:6684711,LineSequence:6684712,PrimitivePointIndexList:6684713,SurfaceCount:6684714,ReferencedSurfaceSequence:6684715,ReferencedSurfaceNumber:6684716,SegmentSurfaceGenerationAlgorithmIdentificationSequence:6684717,SegmentSurfaceSourceInstanceSequence:6684718,AlgorithmFamilyCodeSequence:6684719,AlgorithmNameCodeSequence:6684720,AlgorithmVersion:6684721,AlgorithmParameters:6684722,FacetSequence:6684724,SurfaceProcessingAlgorithmIdentificationSequence:6684725,AlgorithmName:6684726,RecommendedPointRadius:6684727,RecommendedLineThickness:6684728,LongPrimitivePointIndexList:6684736,LongTrianglePointIndexList:6684737,LongEdgePointIndexList:6684738,LongVertexPointIndexList:6684739,TrackSetSequence:6684929,TrackSequence:6684930,RecommendedDisplayCIELabValueList:6684931,TrackingAlgorithmIdentificationSequence:6684932,TrackSetNumber:6684933,TrackSetLabel:6684934,TrackSetDescription:6684935,TrackSetAnatomicalTypeCodeSequence:6684936,MeasurementsSequence:6684961,TrackSetStatisticsSequence:6684964,FloatingPointValues:6684965,TrackPointIndexList:6684969,TrackStatisticsSequence:6684976,MeasurementValuesSequence:6684978,DiffusionAcquisitionCodeSequence:6684979,DiffusionModelCodeSequence:6684980,ImplantSize:6840848,ImplantTemplateVersion:6840865,ReplacedImplantTemplateSequence:6840866,ImplantType:6840867,DerivationImplantTemplateSequence:6840868,OriginalImplantTemplateSequence:6840869,EffectiveDateTime:6840870,ImplantTargetAnatomySequence:6840880,InformationFromManufacturerSequence:6840928,NotificationFromManufacturerSequence:6840933,InformationIssueDateTime:6840944,InformationSummary:6840960,ImplantRegulatoryDisapprovalCodeSequence:6840992,OverallTemplateSpatialTolerance:6840997,HPGLDocumentSequence:6841024,HPGLDocumentID:6841040,HPGLDocumentLabel:6841045,ViewOrientationCodeSequence:6841056,ViewOrientationModifierCodeSequence:6841072,HPGLDocumentScaling:6841074,HPGLDocument:6841088,HPGLContourPenNumber:6841104,HPGLPenSequence:6841120,HPGLPenNumber:6841136,HPGLPenLabel:6841152,HPGLPenDescription:6841157,RecommendedRotationPoint:6841158,BoundingRectangle:6841159,ImplantTemplate3DModelSurfaceNumber:6841168,SurfaceModelDescriptionSequence:6841184,SurfaceModelLabel:6841216,SurfaceModelScalingFactor:6841232,MaterialsCodeSequence:6841248,CoatingMaterialsCodeSequence:6841252,ImplantTypeCodeSequence:6841256,FixationMethodCodeSequence:6841260,MatingFeatureSetsSequence:6841264,MatingFeatureSetID:6841280,MatingFeatureSetLabel:6841296,MatingFeatureSequence:6841312,MatingFeatureID:6841328,MatingFeatureDegreeOfFreedomSequence:6841344,DegreeOfFreedomID:6841360,DegreeOfFreedomType:6841376,TwoDMatingFeatureCoordinatesSequence:6841392,ReferencedHPGLDocumentID:6841408,TwoDMatingPoint:6841424,TwoDMatingAxes:6841440,TwoDDegreeOfFreedomSequence:6841456,ThreeDDegreeOfFreedomAxis:6841488,RangeOfFreedom:6841504,ThreeDMatingPoint:6841536,ThreeDMatingAxes:6841552,TwoDDegreeOfFreedomAxis:6841584,PlanningLandmarkPointSequence:6841600,PlanningLandmarkLineSequence:6841616,PlanningLandmarkPlaneSequence:6841632,PlanningLandmarkID:6841648,PlanningLandmarkDescription:6841664,PlanningLandmarkIdentificationCodeSequence:6841669,TwoDPointCoordinatesSequence:6841680,TwoDPointCoordinates:6841696,ThreeDPointCoordinates:6841744,TwoDLineCoordinatesSequence:6841760,TwoDLineCoordinates:6841776,ThreeDLineCoordinates:6841808,TwoDPlaneCoordinatesSequence:6841824,TwoDPlaneIntersection:6841840,ThreeDPlaneOrigin:6841872,ThreeDPlaneNormal:6841888,GraphicAnnotationSequence:7340033,GraphicLayer:7340034,BoundingBoxAnnotationUnits:7340035,AnchorPointAnnotationUnits:7340036,GraphicAnnotationUnits:7340037,UnformattedTextValue:7340038,TextObjectSequence:7340040,GraphicObjectSequence:7340041,BoundingBoxTopLeftHandCorner:7340048,BoundingBoxBottomRightHandCorner:7340049,BoundingBoxTextHorizontalJustification:7340050,AnchorPoint:7340052,AnchorPointVisibility:7340053,GraphicDimensions:7340064,NumberOfGraphicPoints:7340065,GraphicData:7340066,GraphicType:7340067,GraphicFilled:7340068,ImageRotationRetired:7340096,ImageHorizontalFlip:7340097,ImageRotation:7340098,DisplayedAreaTopLeftHandCornerTrial:7340112,DisplayedAreaBottomRightHandCornerTrial:7340113,DisplayedAreaTopLeftHandCorner:7340114,DisplayedAreaBottomRightHandCorner:7340115,DisplayedAreaSelectionSequence:7340122,GraphicLayerSequence:7340128,GraphicLayerOrder:7340130,GraphicLayerRecommendedDisplayGrayscaleValue:7340134,GraphicLayerRecommendedDisplayRGBValue:7340135,GraphicLayerDescription:7340136,ContentLabel:7340160,ContentDescription:7340161,PresentationCreationDate:7340162,PresentationCreationTime:7340163,ContentCreatorName:7340164,ContentCreatorIdentificationCodeSequence:7340166,AlternateContentDescriptionSequence:7340167,PresentationSizeMode:7340288,PresentationPixelSpacing:7340289,PresentationPixelAspectRatio:7340290,PresentationPixelMagnificationRatio:7340291,GraphicGroupLabel:7340551,GraphicGroupDescription:7340552,CompoundGraphicSequence:7340553,CompoundGraphicInstanceID:7340582,FontName:7340583,FontNameType:7340584,CSSFontName:7340585,RotationAngle:7340592,TextStyleSequence:7340593,LineStyleSequence:7340594,FillStyleSequence:7340595,GraphicGroupSequence:7340596,TextColorCIELabValue:7340609,HorizontalAlignment:7340610,VerticalAlignment:7340611,ShadowStyle:7340612,ShadowOffsetX:7340613,ShadowOffsetY:7340614,ShadowColorCIELabValue:7340615,Underlined:7340616,Bold:7340617,Italic:7340624,PatternOnColorCIELabValue:7340625,PatternOffColorCIELabValue:7340626,LineThickness:7340627,LineDashingStyle:7340628,LinePattern:7340629,FillPattern:7340630,FillMode:7340631,ShadowOpacity:7340632,GapLength:7340641,DiameterOfVisibility:7340642,RotationPoint:7340659,TickAlignment:7340660,ShowTickLabel:7340664,TickLabelAlignment:7340665,CompoundGraphicUnits:7340674,PatternOnOpacity:7340676,PatternOffOpacity:7340677,MajorTicksSequence:7340679,TickPosition:7340680,TickLabel:7340681,CompoundGraphicType:7340692,GraphicGroupID:7340693,ShapeType:7340806,RegistrationSequence:7340808,MatrixRegistrationSequence:7340809,MatrixSequence:7340810,FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix:7340811,FrameOfReferenceTransformationMatrixType:7340812,RegistrationTypeCodeSequence:7340813,FiducialDescription:7340815,FiducialIdentifier:7340816,FiducialIdentifierCodeSequence:7340817,ContourUncertaintyRadius:7340818,UsedFiducialsSequence:7340820,GraphicCoordinatesDataSequence:7340824,FiducialUID:7340826,ReferencedFiducialUID:7340827,FiducialSetSequence:7340828,FiducialSequence:7340830,FiducialsPropertyCategoryCodeSequence:7340831,GraphicLayerRecommendedDisplayCIELabValue:7341057,BlendingSequence:7341058,RelativeOpacity:7341059,ReferencedSpatialRegistrationSequence:7341060,BlendingPosition:7341061,PresentationDisplayCollectionUID:7344385,PresentationSequenceCollectionUID:7344386,PresentationSequencePositionIndex:7344387,RenderedImageReferenceSequence:7344388,VolumetricPresentationStateInputSequence:7344641,PresentationInputType:7344642,InputSequencePositionIndex:7344643,Crop:7344644,CroppingSpecificationIndex:7344645,CompositingMethod:7344646,VolumetricPresentationInputNumber:7344647,ImageVolumeGeometry:7344648,VolumetricPresentationInputSetUID:7344649,VolumetricPresentationInputSetSequence:7344650,GlobalCrop:7344651,GlobalCroppingSpecificationIndex:7344652,RenderingMethod:7344653,VolumeCroppingSequence:7344897,VolumeCroppingMethod:7344898,BoundingBoxCrop:7344899,ObliqueCroppingPlaneSequence:7344900,Plane:7344901,PlaneNormal:7344902,CroppingSpecificationNumber:7344905,MultiPlanarReconstructionStyle:7345409,MPRThicknessType:7345410,MPRSlabThickness:7345411,MPRTopLeftHandCorner:7345413,MPRViewWidthDirection:7345415,MPRViewWidth:7345416,NumberOfVolumetricCurvePoints:7345420,VolumetricCurvePoints:7345421,MPRViewHeightDirection:7345425,MPRViewHeight:7345426,RenderProjection:7345666,ViewpointPosition:7345667,ViewpointLookAtPoint:7345668,ViewpointUpDirection:7345669,RenderFieldOfView:7345670,SamplingStepSize:7345671,ShadingStyle:7345921,AmbientReflectionIntensity:7345922,LightDirection:7345923,DiffuseReflectionIntensity:7345924,SpecularReflectionIntensity:7345925,Shininess:7345926,PresentationStateClassificationComponentSequence:7346177,ComponentType:7346178,ComponentInputSequence:7346179,VolumetricPresentationInputIndex:7346180,PresentationStateCompositorComponentSequence:7346181,WeightingTransferFunctionSequence:7346182,WeightingLookupTableDescriptor:7346183,WeightingLookupTableData:7346184,VolumetricAnnotationSequence:7346433,ReferencedStructuredContextSequence:7346435,ReferencedContentItem:7346436,VolumetricPresentationInputAnnotationSequence:7346437,AnnotationClipping:7346439,PresentationAnimationStyle:7346689,RecommendedAnimationRate:7346691,AnimationCurveSequence:7346692,AnimationStepSize:7346693,SwivelRange:7346694,VolumetricCurveUpDirections:7346695,VolumeStreamSequence:7346696,RGBATransferFunctionDescription:7346697,AdvancedBlendingSequence:7346945,BlendingInputNumber:7346946,BlendingDisplayInputSequence:7346947,BlendingDisplaySequence:7346948,BlendingMode:7346950,TimeSeriesBlending:7346951,GeometryForDisplay:7346952,ThresholdSequence:7346961,ThresholdValueSequence:7346962,ThresholdType:7346963,ThresholdValue:7346964,HangingProtocolName:7471106,HangingProtocolDescription:7471108,HangingProtocolLevel:7471110,HangingProtocolCreator:7471112,HangingProtocolCreationDateTime:7471114,HangingProtocolDefinitionSequence:7471116,HangingProtocolUserIdentificationCodeSequence:7471118,HangingProtocolUserGroupName:7471120,SourceHangingProtocolSequence:7471122,NumberOfPriorsReferenced:7471124,ImageSetsSequence:7471136,ImageSetSelectorSequence:7471138,ImageSetSelectorUsageFlag:7471140,SelectorAttribute:7471142,SelectorValueNumber:7471144,TimeBasedImageSetsSequence:7471152,ImageSetNumber:7471154,ImageSetSelectorCategory:7471156,RelativeTime:7471160,RelativeTimeUnits:7471162,AbstractPriorValue:7471164,AbstractPriorCodeSequence:7471166,ImageSetLabel:7471168,SelectorAttributeVR:7471184,SelectorSequencePointer:7471186,SelectorSequencePointerPrivateCreator:7471188,SelectorAttributePrivateCreator:7471190,SelectorAEValue:7471198,SelectorASValue:7471199,SelectorATValue:7471200,SelectorDAValue:7471201,SelectorCSValue:7471202,SelectorDTValue:7471203,SelectorISValue:7471204,SelectorOBValue:7471205,SelectorLOValue:7471206,SelectorOFValue:7471207,SelectorLTValue:7471208,SelectorOWValue:7471209,SelectorPNValue:7471210,SelectorTMValue:7471211,SelectorSHValue:7471212,SelectorUNValue:7471213,SelectorSTValue:7471214,SelectorUCValue:7471215,SelectorUTValue:7471216,SelectorURValue:7471217,SelectorDSValue:7471218,SelectorODValue:7471219,SelectorFDValue:7471220,SelectorOLValue:7471221,SelectorFLValue:7471222,SelectorULValue:7471224,SelectorUSValue:7471226,SelectorSLValue:7471228,SelectorSSValue:7471230,SelectorUIValue:7471231,SelectorCodeSequenceValue:7471232,NumberOfScreens:7471360,NominalScreenDefinitionSequence:7471362,NumberOfVerticalPixels:7471364,NumberOfHorizontalPixels:7471366,DisplayEnvironmentSpatialPosition:7471368,ScreenMinimumGrayscaleBitDepth:7471370,ScreenMinimumColorBitDepth:7471372,ApplicationMaximumRepaintTime:7471374,DisplaySetsSequence:7471616,DisplaySetNumber:7471618,DisplaySetLabel:7471619,DisplaySetPresentationGroup:7471620,DisplaySetPresentationGroupDescription:7471622,PartialDataDisplayHandling:7471624,SynchronizedScrollingSequence:7471632,DisplaySetScrollingGroup:7471634,NavigationIndicatorSequence:7471636,NavigationDisplaySet:7471638,ReferenceDisplaySets:7471640,ImageBoxesSequence:7471872,ImageBoxNumber:7471874,ImageBoxLayoutType:7471876,ImageBoxTileHorizontalDimension:7471878,ImageBoxTileVerticalDimension:7471880,ImageBoxScrollDirection:7471888,ImageBoxSmallScrollType:7471890,ImageBoxSmallScrollAmount:7471892,ImageBoxLargeScrollType:7471894,ImageBoxLargeScrollAmount:7471896,ImageBoxOverlapPriority:7471904,CineRelativeToRealTime:7471920,FilterOperationsSequence:7472128,FilterByCategory:7472130,FilterByAttributePresence:7472132,FilterByOperator:7472134,StructuredDisplayBackgroundCIELabValue:7472160,EmptyImageBoxCIELabValue:7472161,StructuredDisplayImageBoxSequence:7472162,StructuredDisplayTextBoxSequence:7472164,ReferencedFirstFrameSequence:7472167,ImageBoxSynchronizationSequence:7472176,SynchronizedImageBoxList:7472178,TypeOfSynchronization:7472180,BlendingOperationType:7472384,ReformattingOperationType:7472400,ReformattingThickness:7472402,ReformattingInterval:7472404,ReformattingOperationInitialViewDirection:7472406,ThreeDRenderingType:7472416,SortingOperationsSequence:7472640,SortByCategory:7472642,SortingDirection:7472644,DisplaySetPatientOrientation:7472896,VOIType:7472898,PseudoColorType:7472900,PseudoColorPaletteInstanceReferenceSequence:7472901,ShowGrayscaleInverted:7472902,ShowImageTrueSizeFlag:7472912,ShowGraphicAnnotationFlag:7472914,ShowPatientDemographicsFlag:7472916,ShowAcquisitionTechniquesFlag:7472918,DisplaySetHorizontalJustification:7472919,DisplaySetVerticalJustification:7472920,ContinuationStartMeterset:7602464,ContinuationEndMeterset:7602465,ProcedureStepState:7606272,ProcedureStepProgressInformationSequence:7606274,ProcedureStepProgress:7606276,ProcedureStepProgressDescription:7606278,ProcedureStepProgressParametersSequence:7606279,ProcedureStepCommunicationsURISequence:7606280,ContactURI:7606282,ContactDisplayName:7606284,ProcedureStepDiscontinuationReasonCodeSequence:7606286,BeamTaskSequence:7606304,BeamTaskType:7606306,BeamOrderIndexTrial:7606308,AutosequenceFlag:7606309,TableTopVerticalAdjustedPosition:7606310,TableTopLongitudinalAdjustedPosition:7606311,TableTopLateralAdjustedPosition:7606312,PatientSupportAdjustedAngle:7606314,TableTopEccentricAdjustedAngle:7606315,TableTopPitchAdjustedAngle:7606316,TableTopRollAdjustedAngle:7606317,DeliveryVerificationImageSequence:7606320,VerificationImageTiming:7606322,DoubleExposureFlag:7606324,DoubleExposureOrdering:7606326,DoubleExposureMetersetTrial:7606328,DoubleExposureFieldDeltaTrial:7606330,RelatedReferenceRTImageSequence:7606336,GeneralMachineVerificationSequence:7606338,ConventionalMachineVerificationSequence:7606340,IonMachineVerificationSequence:7606342,FailedAttributesSequence:7606344,OverriddenAttributesSequence:7606346,ConventionalControlPointVerificationSequence:7606348,IonControlPointVerificationSequence:7606350,AttributeOccurrenceSequence:7606352,AttributeOccurrencePointer:7606354,AttributeItemSelector:7606356,AttributeOccurrencePrivateCreator:7606358,SelectorSequencePointerItems:7606359,ScheduledProcedureStepPriority:7606784,WorklistLabel:7606786,ProcedureStepLabel:7606788,ScheduledProcessingParametersSequence:7606800,PerformedProcessingParametersSequence:7606802,UnifiedProcedureStepPerformedProcedureSequence:7606806,RelatedProcedureStepSequence:7606816,ProcedureStepRelationshipType:7606818,ReplacedProcedureStepSequence:7606820,DeletionLock:7606832,ReceivingAE:7606836,RequestingAE:7606838,ReasonForCancellation:7606840,SCPStatus:7606850,SubscriptionListStatus:7606852,UnifiedProcedureStepListStatus:7606854,BeamOrderIndex:7607076,DoubleExposureMeterset:7607096,DoubleExposureFieldDelta:7607098,BrachyTaskSequence:7607297,ContinuationStartTotalReferenceAirKerma:7607298,ContinuationEndTotalReferenceAirKerma:7607299,ContinuationPulseNumber:7607300,ChannelDeliveryOrderSequence:7607301,ReferencedChannelNumber:7607302,StartCumulativeTimeWeight:7607303,EndCumulativeTimeWeight:7607304,OmittedChannelSequence:7607305,ReasonForChannelOmission:7607306,ReasonForChannelOmissionDescription:7607307,ChannelDeliveryOrderIndex:7607308,ChannelDeliveryContinuationSequence:7607309,OmittedApplicationSetupSequence:7607310,ImplantAssemblyTemplateName:7733249,ImplantAssemblyTemplateIssuer:7733251,ImplantAssemblyTemplateVersion:7733254,ReplacedImplantAssemblyTemplateSequence:7733256,ImplantAssemblyTemplateType:7733258,OriginalImplantAssemblyTemplateSequence:7733260,DerivationImplantAssemblyTemplateSequence:7733262,ImplantAssemblyTemplateTargetAnatomySequence:7733264,ProcedureTypeCodeSequence:7733280,SurgicalTechnique:7733296,ComponentTypesSequence:7733298,ComponentTypeCodeSequence:7733300,ExclusiveComponentType:7733302,MandatoryComponentType:7733304,ComponentSequence:7733312,ComponentID:7733333,ComponentAssemblySequence:7733344,Component1ReferencedID:7733360,Component1ReferencedMatingFeatureSetID:7733376,Component1ReferencedMatingFeatureID:7733392,Component2ReferencedID:7733408,Component2ReferencedMatingFeatureSetID:7733424,Component2ReferencedMatingFeatureID:7733440,ImplantTemplateGroupName:7864321,ImplantTemplateGroupDescription:7864336,ImplantTemplateGroupIssuer:7864352,ImplantTemplateGroupVersion:7864356,ReplacedImplantTemplateGroupSequence:7864358,ImplantTemplateGroupTargetAnatomySequence:7864360,ImplantTemplateGroupMembersSequence:7864362,ImplantTemplateGroupMemberID:7864366,ThreeDImplantTemplateGroupMemberMatchingPoint:7864400,ThreeDImplantTemplateGroupMemberMatchingAxes:7864416,ImplantTemplateGroupMemberMatching2DCoordinatesSequence:7864432,TwoDImplantTemplateGroupMemberMatchingPoint:7864464,TwoDImplantTemplateGroupMemberMatchingAxes:7864480,ImplantTemplateGroupVariationDimensionSequence:7864496,ImplantTemplateGroupVariationDimensionName:7864498,ImplantTemplateGroupVariationDimensionRankSequence:7864500,ReferencedImplantTemplateGroupMemberID:7864502,ImplantTemplateGroupVariationDimensionRank:7864504,SurfaceScanAcquisitionTypeCodeSequence:8388609,SurfaceScanModeCodeSequence:8388610,RegistrationMethodCodeSequence:8388611,ShotDurationTime:8388612,ShotOffsetTime:8388613,SurfacePointPresentationValueData:8388614,SurfacePointColorCIELabValueData:8388615,UVMappingSequence:8388616,TextureLabel:8388617,UValueData:8388624,VValueData:8388625,ReferencedTextureSequence:8388626,ReferencedSurfaceDataSequence:8388627,AssessmentSummary:8519681,AssessmentSummaryDescription:8519683,AssessedSOPInstanceSequence:8519684,ReferencedComparisonSOPInstanceSequence:8519685,NumberOfAssessmentObservations:8519686,AssessmentObservationsSequence:8519687,ObservationSignificance:8519688,ObservationDescription:8519690,StructuredConstraintObservationSequence:8519692,AssessedAttributeValueSequence:8519696,AssessmentSetID:8519702,AssessmentRequesterSequence:8519703,SelectorAttributeName:8519704,SelectorAttributeKeyword:8519705,AssessmentTypeCodeSequence:8519713,ObservationBasisCodeSequence:8519714,AssessmentLabel:8519715,ConstraintType:8519730,SpecificationSelectionGuidance:8519731,ConstraintValueSequence:8519732,RecommendedDefaultValueSequence:8519733,ConstraintViolationSignificance:8519734,ConstraintViolationCondition:8519735,ModifiableConstraintFlag:8519736,StorageMediaFileSetID:8913200,StorageMediaFileSetUID:8913216,IconImageSequence:8913408,TopicTitle:8915204,TopicSubject:8915206,TopicAuthor:8915216,TopicKeywords:8915218,SOPInstanceStatus:16778256,SOPAuthorizationDateTime:16778272,SOPAuthorizationComment:16778276,AuthorizationEquipmentCertificationNumber:16778278,MACIDNumber:67108869,MACCalculationTransferSyntaxUID:67108880,MACAlgorithm:67108885,DataElementsSigned:67108896,DigitalSignatureUID:67109120,DigitalSignatureDateTime:67109125,CertificateType:67109136,CertificateOfSigner:67109141,Signature:67109152,CertifiedTimestampType:67109637,CertifiedTimestamp:67109648,DigitalSignaturePurposeCodeSequence:67109889,ReferencedDigitalSignatureSequence:67109890,ReferencedSOPInstanceMACSequence:67109891,MAC:67109892,EncryptedAttributesSequence:67110144,EncryptedContentTransferSyntaxUID:67110160,EncryptedContent:67110176,ModifiedAttributesSequence:67110224,OriginalAttributesSequence:67110241,AttributeModificationDateTime:67110242,ModifyingSystem:67110243,SourceOfPreviousValues:67110244,ReasonForTheAttributeModification:67110245,EscapeTriplet:268435456,RunLengthTriplet:268435457,HuffmanTableSize:268435458,HuffmanTableTriplet:268435459,ShiftTableSize:268435460,ShiftTableTriplet:268435461,ZonalMap:269484032,NumberOfCopies:536870928,PrinterConfigurationSequence:536870942,PrintPriority:536870944,MediumType:536870960,FilmDestination:536870976,FilmSessionLabel:536870992,MemoryAllocation:536871008,MaximumMemoryAllocation:536871009,ColorImagePrintingFlag:536871010,CollationFlag:536871011,AnnotationFlag:536871013,ImageOverlayFlag:536871015,PresentationLUTFlag:536871017,ImageBoxPresentationLUTFlag:536871018,MemoryBitDepth:536871072,PrintingBitDepth:536871073,MediaInstalledSequence:536871074,OtherMediaAvailableSequence:536871076,SupportedImageDisplayFormatsSequence:536871080,ReferencedFilmBoxSequence:536872192,ReferencedStoredPrintSequence:536872208,ImageDisplayFormat:537919504,AnnotationDisplayFormatID:537919536,FilmOrientation:537919552,FilmSizeID:537919568,PrinterResolutionID:537919570,DefaultPrinterResolutionID:537919572,MagnificationType:537919584,SmoothingType:537919616,DefaultMagnificationType:537919654,OtherMagnificationTypesAvailable:537919655,DefaultSmoothingType:537919656,OtherSmoothingTypesAvailable:537919657,BorderDensity:537919744,EmptyImageDensity:537919760,MinDensity:537919776,MaxDensity:537919792,Trim:537919808,ConfigurationInformation:537919824,ConfigurationInformationDescription:537919826,MaximumCollatedFilms:537919828,Illumination:537919838,ReflectedAmbientLight:537919840,PrinterPixelSpacing:537920374,ReferencedFilmSessionSequence:537920768,ReferencedImageBoxSequence:537920784,ReferencedBasicAnnotationBoxSequence:537920800,ImageBoxPosition:538968080,Polarity:538968096,RequestedImageSize:538968112,RequestedDecimateCropBehavior:538968128,RequestedResolutionID:538968144,RequestedImageSizeFlag:538968224,DecimateCropResult:538968226,BasicGrayscaleImageSequence:538968336,BasicColorImageSequence:538968337,ReferencedImageOverlayBoxSequence:538968368,ReferencedVOILUTBoxSequence:538968384,AnnotationPosition:540016656,TextString:540016672,ReferencedOverlayPlaneSequence:541065232,ReferencedOverlayPlaneGroups:541065233,OverlayPixelDataSequence:541065248,OverlayMagnificationType:541065312,OverlaySmoothingType:541065328,OverlayOrImageMagnification:541065330,MagnifyToNumberOfColumns:541065332,OverlayForegroundDensity:541065344,OverlayBackgroundDensity:541065346,OverlayMode:541065360,ThresholdDensity:541065472,ReferencedImageBoxSequenceRetired:541066496,PresentationLUTSequence:542113808,PresentationLUTShape:542113824,ReferencedPresentationLUTSequence:542115072,PrintJobID:553648144,ExecutionStatus:553648160,ExecutionStatusInfo:553648176,CreationDate:553648192,CreationTime:553648208,Originator:553648240,DestinationAE:553648448,OwnerID:553648480,NumberOfFilms:553648496,ReferencedPrintJobSequencePullStoredPrint:553649408,PrinterStatus:554696720,PrinterStatusInfo:554696736,PrinterName:554696752,PrintQueueID:554696857,QueueStatus:555745296,PrintJobDescriptionSequence:555745360,ReferencedPrintJobSequence:555745392,PrintManagementCapabilitiesSequence:556793872,PrinterCharacteristicsSequence:556793877,FilmBoxContentSequence:556793904,ImageBoxContentSequence:556793920,AnnotationContentSequence:556793936,ImageOverlayBoxContentSequence:556793952,PresentationLUTContentSequence:556793984,ProposedStudySequence:556794016,OriginalImageSequence:556794048,LabelUsingInformationExtractedFromInstances:570425345,LabelText:570425346,LabelStyleSelection:570425347,MediaDisposition:570425348,BarcodeValue:570425349,BarcodeSymbology:570425350,AllowMediaSplitting:570425351,IncludeNonDICOMObjects:570425352,IncludeDisplayApplication:570425353,PreserveCompositeInstancesAfterMediaCreation:570425354,TotalNumberOfPiecesOfMediaCreated:570425355,RequestedMediaApplicationProfile:570425356,ReferencedStorageMediaSequence:570425357,FailureAttributes:570425358,AllowLossyCompression:570425359,RequestPriority:570425376,RTImageLabel:805437442,RTImageName:805437443,RTImageDescription:805437444,ReportedValuesOrigin:805437450,RTImagePlane:805437452,XRayImageReceptorTranslation:805437453,XRayImageReceptorAngle:805437454,RTImageOrientation:805437456,ImagePlanePixelSpacing:805437457,RTImagePosition:805437458,RadiationMachineName:805437472,RadiationMachineSAD:805437474,RadiationMachineSSD:805437476,RTImageSID:805437478,SourceToReferenceObjectDistance:805437480,FractionNumber:805437481,ExposureSequence:805437488,MetersetExposure:805437490,DiaphragmPosition:805437492,FluenceMapSequence:805437504,FluenceDataSource:805437505,FluenceDataScale:805437506,PrimaryFluenceModeSequence:805437520,FluenceMode:805437521,FluenceModeID:805437522,DVHType:805568513,DoseUnits:805568514,DoseType:805568516,SpatialTransformOfDose:805568517,DoseComment:805568518,NormalizationPoint:805568520,DoseSummationType:805568522,GridFrameOffsetVector:805568524,DoseGridScaling:805568526,RTDoseROISequence:805568528,DoseValue:805568530,TissueHeterogeneityCorrection:805568532,DVHNormalizationPoint:805568576,DVHNormalizationDoseValue:805568578,DVHSequence:805568592,DVHDoseScaling:805568594,DVHVolumeUnits:805568596,DVHNumberOfBins:805568598,DVHData:805568600,DVHReferencedROISequence:805568608,DVHROIContributionType:805568610,DVHMinimumDose:805568624,DVHMaximumDose:805568626,DVHMeanDose:805568628,StructureSetLabel:805699586,StructureSetName:805699588,StructureSetDescription:805699590,StructureSetDate:805699592,StructureSetTime:805699593,ReferencedFrameOfReferenceSequence:805699600,RTReferencedStudySequence:805699602,RTReferencedSeriesSequence:805699604,ContourImageSequence:805699606,PredecessorStructureSetSequence:805699608,StructureSetROISequence:805699616,ROINumber:805699618,ReferencedFrameOfReferenceUID:805699620,ROIName:805699622,ROIDescription:805699624,ROIDisplayColor:805699626,ROIVolume:805699628,RTRelatedROISequence:805699632,RTROIRelationship:805699635,ROIGenerationAlgorithm:805699638,ROIGenerationDescription:805699640,ROIContourSequence:805699641,ContourSequence:805699648,ContourGeometricType:805699650,ContourSlabThickness:805699652,ContourOffsetVector:805699653,NumberOfContourPoints:805699654,ContourNumber:805699656,AttachedContours:805699657,ContourData:805699664,RTROIObservationsSequence:805699712,ObservationNumber:805699714,ReferencedROINumber:805699716,ROIObservationLabel:805699717,RTROIIdentificationCodeSequence:805699718,ROIObservationDescription:805699720,RelatedRTROIObservationsSequence:805699744,RTROIInterpretedType:805699748,ROIInterpreter:805699750,ROIPhysicalPropertiesSequence:805699760,ROIPhysicalProperty:805699762,ROIPhysicalPropertyValue:805699764,ROIElementalCompositionSequence:805699766,ROIElementalCompositionAtomicNumber:805699767,ROIElementalCompositionAtomicMassFraction:805699768,AdditionalRTROIIdentificationCodeSequence:805699769,FrameOfReferenceRelationshipSequence:805699776,RelatedFrameOfReferenceUID:805699778,FrameOfReferenceTransformationType:805699780,FrameOfReferenceTransformationMatrix:805699782,FrameOfReferenceTransformationComment:805699784,MeasuredDoseReferenceSequence:805830672,MeasuredDoseDescription:805830674,MeasuredDoseType:805830676,MeasuredDoseValue:805830678,TreatmentSessionBeamSequence:805830688,TreatmentSessionIonBeamSequence:805830689,CurrentFractionNumber:805830690,TreatmentControlPointDate:805830692,TreatmentControlPointTime:805830693,TreatmentTerminationStatus:805830698,TreatmentTerminationCode:805830699,TreatmentVerificationStatus:805830700,ReferencedTreatmentRecordSequence:805830704,SpecifiedPrimaryMeterset:805830706,SpecifiedSecondaryMeterset:805830707,DeliveredPrimaryMeterset:805830710,DeliveredSecondaryMeterset:805830711,SpecifiedTreatmentTime:805830714,DeliveredTreatmentTime:805830715,ControlPointDeliverySequence:805830720,IonControlPointDeliverySequence:805830721,SpecifiedMeterset:805830722,DeliveredMeterset:805830724,MetersetRateSet:805830725,MetersetRateDelivered:805830726,ScanSpotMetersetsDelivered:805830727,DoseRateDelivered:805830728,TreatmentSummaryCalculatedDoseReferenceSequence:805830736,CumulativeDoseToDoseReference:805830738,FirstTreatmentDate:805830740,MostRecentTreatmentDate:805830742,NumberOfFractionsDelivered:805830746,OverrideSequence:805830752,ParameterSequencePointer:805830753,OverrideParameterPointer:805830754,ParameterItemIndex:805830755,MeasuredDoseReferenceNumber:805830756,ParameterPointer:805830757,OverrideReason:805830758,ParameterValueNumber:805830759,CorrectedParameterSequence:805830760,CorrectionValue:805830762,CalculatedDoseReferenceSequence:805830768,CalculatedDoseReferenceNumber:805830770,CalculatedDoseReferenceDescription:805830772,CalculatedDoseReferenceDoseValue:805830774,StartMeterset:805830776,EndMeterset:805830778,ReferencedMeasuredDoseReferenceSequence:805830784,ReferencedMeasuredDoseReferenceNumber:805830786,ReferencedCalculatedDoseReferenceSequence:805830800,ReferencedCalculatedDoseReferenceNumber:805830802,BeamLimitingDeviceLeafPairsSequence:805830816,RecordedWedgeSequence:805830832,RecordedCompensatorSequence:805830848,RecordedBlockSequence:805830864,TreatmentSummaryMeasuredDoseReferenceSequence:805830880,RecordedSnoutSequence:805830896,RecordedRangeShifterSequence:805830898,RecordedLateralSpreadingDeviceSequence:805830900,RecordedRangeModulatorSequence:805830902,RecordedSourceSequence:805830912,SourceSerialNumber:805830917,TreatmentSessionApplicationSetupSequence:805830928,ApplicationSetupCheck:805830934,RecordedBrachyAccessoryDeviceSequence:805830944,ReferencedBrachyAccessoryDeviceNumber:805830946,RecordedChannelSequence:805830960,SpecifiedChannelTotalTime:805830962,DeliveredChannelTotalTime:805830964,SpecifiedNumberOfPulses:805830966,DeliveredNumberOfPulses:805830968,SpecifiedPulseRepetitionInterval:805830970,DeliveredPulseRepetitionInterval:805830972,RecordedSourceApplicatorSequence:805830976,ReferencedSourceApplicatorNumber:805830978,RecordedChannelShieldSequence:805830992,ReferencedChannelShieldNumber:805830994,BrachyControlPointDeliveredSequence:805831008,SafePositionExitDate:805831010,SafePositionExitTime:805831012,SafePositionReturnDate:805831014,SafePositionReturnTime:805831016,PulseSpecificBrachyControlPointDeliveredSequence:805831025,PulseNumber:805831026,BrachyPulseControlPointDeliveredSequence:805831027,CurrentTreatmentStatus:805831168,TreatmentStatusComment:805831170,FractionGroupSummarySequence:805831200,ReferencedFractionNumber:805831203,FractionGroupType:805831204,BeamStopperPosition:805831216,FractionStatusSummarySequence:805831232,TreatmentDate:805831248,TreatmentTime:805831249,RTPlanLabel:805961730,RTPlanName:805961731,RTPlanDescription:805961732,RTPlanDate:805961734,RTPlanTime:805961735,TreatmentProtocols:805961737,PlanIntent:805961738,TreatmentSites:805961739,RTPlanGeometry:805961740,PrescriptionDescription:805961742,DoseReferenceSequence:805961744,DoseReferenceNumber:805961746,DoseReferenceUID:805961747,DoseReferenceStructureType:805961748,NominalBeamEnergyUnit:805961749,DoseReferenceDescription:805961750,DoseReferencePointCoordinates:805961752,NominalPriorDose:805961754,DoseReferenceType:805961760,ConstraintWeight:805961761,DeliveryWarningDose:805961762,DeliveryMaximumDose:805961763,TargetMinimumDose:805961765,TargetPrescriptionDose:805961766,TargetMaximumDose:805961767,TargetUnderdoseVolumeFraction:805961768,OrganAtRiskFullVolumeDose:805961770,OrganAtRiskLimitDose:805961771,OrganAtRiskMaximumDose:805961772,OrganAtRiskOverdoseVolumeFraction:805961773,ToleranceTableSequence:805961792,ToleranceTableNumber:805961794,ToleranceTableLabel:805961795,GantryAngleTolerance:805961796,BeamLimitingDeviceAngleTolerance:805961798,BeamLimitingDeviceToleranceSequence:805961800,BeamLimitingDevicePositionTolerance:805961802,SnoutPositionTolerance:805961803,PatientSupportAngleTolerance:805961804,TableTopEccentricAngleTolerance:805961806,TableTopPitchAngleTolerance:805961807,TableTopRollAngleTolerance:805961808,TableTopVerticalPositionTolerance:805961809,TableTopLongitudinalPositionTolerance:805961810,TableTopLateralPositionTolerance:805961811,RTPlanRelationship:805961813,FractionGroupSequence:805961840,FractionGroupNumber:805961841,FractionGroupDescription:805961842,NumberOfFractionsPlanned:805961848,NumberOfFractionPatternDigitsPerDay:805961849,RepeatFractionCycleLength:805961850,FractionPattern:805961851,NumberOfBeams:805961856,BeamDoseSpecificationPoint:805961858,ReferencedDoseReferenceUID:805961859,BeamDose:805961860,BeamMeterset:805961862,BeamDosePointDepth:805961864,BeamDosePointEquivalentDepth:805961865,BeamDosePointSSD:805961866,BeamDoseMeaning:805961867,BeamDoseVerificationControlPointSequence:805961868,AverageBeamDosePointDepth:805961869,AverageBeamDosePointEquivalentDepth:805961870,AverageBeamDosePointSSD:805961871,BeamDoseType:805961872,AlternateBeamDose:805961873,AlternateBeamDoseType:805961874,DepthValueAveragingFlag:805961875,NumberOfBrachyApplicationSetups:805961888,BrachyApplicationSetupDoseSpecificationPoint:805961890,BrachyApplicationSetupDose:805961892,BeamSequence:805961904,TreatmentMachineName:805961906,PrimaryDosimeterUnit:805961907,SourceAxisDistance:805961908,BeamLimitingDeviceSequence:805961910,RTBeamLimitingDeviceType:805961912,SourceToBeamLimitingDeviceDistance:805961914,IsocenterToBeamLimitingDeviceDistance:805961915,NumberOfLeafJawPairs:805961916,LeafPositionBoundaries:805961918,BeamNumber:805961920,BeamName:805961922,BeamDescription:805961923,BeamType:805961924,BeamDeliveryDurationLimit:805961925,RadiationType:805961926,HighDoseTechniqueType:805961927,ReferenceImageNumber:805961928,PlannedVerificationImageSequence:805961930,ImagingDeviceSpecificAcquisitionParameters:805961932,TreatmentDeliveryType:805961934,NumberOfWedges:805961936,WedgeSequence:805961937,WedgeNumber:805961938,WedgeType:805961939,WedgeID:805961940,WedgeAngle:805961941,WedgeFactor:805961942,TotalWedgeTrayWaterEquivalentThickness:805961943,WedgeOrientation:805961944,IsocenterToWedgeTrayDistance:805961945,SourceToWedgeTrayDistance:805961946,WedgeThinEdgePosition:805961947,BolusID:805961948,BolusDescription:805961949,EffectiveWedgeAngle:805961950,NumberOfCompensators:805961952,MaterialID:805961953,TotalCompensatorTrayFactor:805961954,CompensatorSequence:805961955,CompensatorNumber:805961956,CompensatorID:805961957,SourceToCompensatorTrayDistance:805961958,CompensatorRows:805961959,CompensatorColumns:805961960,CompensatorPixelSpacing:805961961,CompensatorPosition:805961962,CompensatorTransmissionData:805961963,CompensatorThicknessData:805961964,NumberOfBoli:805961965,CompensatorType:805961966,CompensatorTrayID:805961967,NumberOfBlocks:805961968,TotalBlockTrayFactor:805961970,TotalBlockTrayWaterEquivalentThickness:805961971,BlockSequence:805961972,BlockTrayID:805961973,SourceToBlockTrayDistance:805961974,IsocenterToBlockTrayDistance:805961975,BlockType:805961976,AccessoryCode:805961977,BlockDivergence:805961978,BlockMountingPosition:805961979,BlockNumber:805961980,BlockName:805961982,BlockThickness:805961984,BlockTransmission:805961986,BlockNumberOfPoints:805961988,BlockData:805961990,ApplicatorSequence:805961991,ApplicatorID:805961992,ApplicatorType:805961993,ApplicatorDescription:805961994,CumulativeDoseReferenceCoefficient:805961996,FinalCumulativeMetersetWeight:805961998,NumberOfControlPoints:805962e3,ControlPointSequence:805962001,ControlPointIndex:805962002,NominalBeamEnergy:805962004,DoseRateSet:805962005,WedgePositionSequence:805962006,WedgePosition:805962008,BeamLimitingDevicePositionSequence:805962010,LeafJawPositions:805962012,GantryAngle:805962014,GantryRotationDirection:805962015,BeamLimitingDeviceAngle:805962016,BeamLimitingDeviceRotationDirection:805962017,PatientSupportAngle:805962018,PatientSupportRotationDirection:805962019,TableTopEccentricAxisDistance:805962020,TableTopEccentricAngle:805962021,TableTopEccentricRotationDirection:805962022,TableTopVerticalPosition:805962024,TableTopLongitudinalPosition:805962025,TableTopLateralPosition:805962026,IsocenterPosition:805962028,SurfaceEntryPoint:805962030,SourceToSurfaceDistance:805962032,AverageBeamDosePointSourceToExternalContourDistance:805962033,SourceToExternalContourDistance:805962034,ExternalContourEntryPoint:805962035,CumulativeMetersetWeight:805962036,TableTopPitchAngle:805962048,TableTopPitchRotationDirection:805962050,TableTopRollAngle:805962052,TableTopRollRotationDirection:805962054,HeadFixationAngle:805962056,GantryPitchAngle:805962058,GantryPitchRotationDirection:805962060,GantryPitchAngleTolerance:805962062,FixationEye:805962064,ChairHeadFramePosition:805962065,HeadFixationAngleTolerance:805962066,ChairHeadFramePositionTolerance:805962067,FixationLightAzimuthalAngleTolerance:805962068,FixationLightPolarAngleTolerance:805962069,PatientSetupSequence:805962112,PatientSetupNumber:805962114,PatientSetupLabel:805962115,PatientAdditionalPosition:805962116,FixationDeviceSequence:805962128,FixationDeviceType:805962130,FixationDeviceLabel:805962132,FixationDeviceDescription:805962134,FixationDevicePosition:805962136,FixationDevicePitchAngle:805962137,FixationDeviceRollAngle:805962138,ShieldingDeviceSequence:805962144,ShieldingDeviceType:805962146,ShieldingDeviceLabel:805962148,ShieldingDeviceDescription:805962150,ShieldingDevicePosition:805962152,SetupTechnique:805962160,SetupTechniqueDescription:805962162,SetupDeviceSequence:805962164,SetupDeviceType:805962166,SetupDeviceLabel:805962168,SetupDeviceDescription:805962170,SetupDeviceParameter:805962172,SetupReferenceDescription:805962192,TableTopVerticalSetupDisplacement:805962194,TableTopLongitudinalSetupDisplacement:805962196,TableTopLateralSetupDisplacement:805962198,BrachyTreatmentTechnique:805962240,BrachyTreatmentType:805962242,TreatmentMachineSequence:805962246,SourceSequence:805962256,SourceNumber:805962258,SourceType:805962260,SourceManufacturer:805962262,ActiveSourceDiameter:805962264,ActiveSourceLength:805962266,SourceModelID:805962267,SourceDescription:805962268,SourceEncapsulationNominalThickness:805962274,SourceEncapsulationNominalTransmission:805962276,SourceIsotopeName:805962278,SourceIsotopeHalfLife:805962280,SourceStrengthUnits:805962281,ReferenceAirKermaRate:805962282,SourceStrength:805962283,SourceStrengthReferenceDate:805962284,SourceStrengthReferenceTime:805962286,ApplicationSetupSequence:805962288,ApplicationSetupType:805962290,ApplicationSetupNumber:805962292,ApplicationSetupName:805962294,ApplicationSetupManufacturer:805962296,TemplateNumber:805962304,TemplateType:805962306,TemplateName:805962308,TotalReferenceAirKerma:805962320,BrachyAccessoryDeviceSequence:805962336,BrachyAccessoryDeviceNumber:805962338,BrachyAccessoryDeviceID:805962339,BrachyAccessoryDeviceType:805962340,BrachyAccessoryDeviceName:805962342,BrachyAccessoryDeviceNominalThickness:805962346,BrachyAccessoryDeviceNominalTransmission:805962348,ChannelEffectiveLength:805962353,ChannelInnerLength:805962354,AfterloaderChannelID:805962355,SourceApplicatorTipLength:805962356,ChannelSequence:805962368,ChannelNumber:805962370,ChannelLength:805962372,ChannelTotalTime:805962374,SourceMovementType:805962376,NumberOfPulses:805962378,PulseRepetitionInterval:805962380,SourceApplicatorNumber:805962384,SourceApplicatorID:805962385,SourceApplicatorType:805962386,SourceApplicatorName:805962388,SourceApplicatorLength:805962390,SourceApplicatorManufacturer:805962392,SourceApplicatorWallNominalThickness:805962396,SourceApplicatorWallNominalTransmission:805962398,SourceApplicatorStepSize:805962400,TransferTubeNumber:805962402,TransferTubeLength:805962404,ChannelShieldSequence:805962416,ChannelShieldNumber:805962418,ChannelShieldID:805962419,ChannelShieldName:805962420,ChannelShieldNominalThickness:805962424,ChannelShieldNominalTransmission:805962426,FinalCumulativeTimeWeight:805962440,BrachyControlPointSequence:805962448,ControlPointRelativePosition:805962450,ControlPoint3DPosition:805962452,CumulativeTimeWeight:805962454,CompensatorDivergence:805962464,CompensatorMountingPosition:805962465,SourceToCompensatorDistance:805962466,TotalCompensatorTrayWaterEquivalentThickness:805962467,IsocenterToCompensatorTrayDistance:805962468,CompensatorColumnOffset:805962469,IsocenterToCompensatorDistances:805962470,CompensatorRelativeStoppingPowerRatio:805962471,CompensatorMillingToolDiameter:805962472,IonRangeCompensatorSequence:805962474,CompensatorDescription:805962475,RadiationMassNumber:805962498,RadiationAtomicNumber:805962500,RadiationChargeState:805962502,ScanMode:805962504,ModulatedScanModeType:805962505,VirtualSourceAxisDistances:805962506,SnoutSequence:805962508,SnoutPosition:805962509,SnoutID:805962511,NumberOfRangeShifters:805962514,RangeShifterSequence:805962516,RangeShifterNumber:805962518,RangeShifterID:805962520,RangeShifterType:805962528,RangeShifterDescription:805962530,NumberOfLateralSpreadingDevices:805962544,LateralSpreadingDeviceSequence:805962546,LateralSpreadingDeviceNumber:805962548,LateralSpreadingDeviceID:805962550,LateralSpreadingDeviceType:805962552,LateralSpreadingDeviceDescription:805962554,LateralSpreadingDeviceWaterEquivalentThickness:805962556,NumberOfRangeModulators:805962560,RangeModulatorSequence:805962562,RangeModulatorNumber:805962564,RangeModulatorID:805962566,RangeModulatorType:805962568,RangeModulatorDescription:805962570,BeamCurrentModulationID:805962572,PatientSupportType:805962576,PatientSupportID:805962578,PatientSupportAccessoryCode:805962580,TrayAccessoryCode:805962581,FixationLightAzimuthalAngle:805962582,FixationLightPolarAngle:805962584,MetersetRate:805962586,RangeShifterSettingsSequence:805962592,RangeShifterSetting:805962594,IsocenterToRangeShifterDistance:805962596,RangeShifterWaterEquivalentThickness:805962598,LateralSpreadingDeviceSettingsSequence:805962608,LateralSpreadingDeviceSetting:805962610,IsocenterToLateralSpreadingDeviceDistance:805962612,RangeModulatorSettingsSequence:805962624,RangeModulatorGatingStartValue:805962626,RangeModulatorGatingStopValue:805962628,RangeModulatorGatingStartWaterEquivalentThickness:805962630,RangeModulatorGatingStopWaterEquivalentThickness:805962632,IsocenterToRangeModulatorDistance:805962634,ScanSpotTimeOffset:805962639,ScanSpotTuneID:805962640,ScanSpotPrescribedIndices:805962641,NumberOfScanSpotPositions:805962642,ScanSpotReordered:805962643,ScanSpotPositionMap:805962644,ScanSpotReorderingAllowed:805962645,ScanSpotMetersetWeights:805962646,ScanningSpotSize:805962648,NumberOfPaintings:805962650,IonToleranceTableSequence:805962656,IonBeamSequence:805962658,IonBeamLimitingDeviceSequence:805962660,IonBlockSequence:805962662,IonControlPointSequence:805962664,IonWedgeSequence:805962666,IonWedgePositionSequence:805962668,ReferencedSetupImageSequence:805962753,SetupImageComment:805962754,MotionSynchronizationSequence:805962768,ControlPointOrientation:805962770,GeneralAccessorySequence:805962784,GeneralAccessoryID:805962785,GeneralAccessoryDescription:805962786,GeneralAccessoryType:805962787,GeneralAccessoryNumber:805962788,SourceToGeneralAccessoryDistance:805962789,ApplicatorGeometrySequence:805962801,ApplicatorApertureShape:805962802,ApplicatorOpening:805962803,ApplicatorOpeningX:805962804,ApplicatorOpeningY:805962805,SourceToApplicatorMountingPositionDistance:805962806,NumberOfBlockSlabItems:805962816,BlockSlabSequence:805962817,BlockSlabThickness:805962818,BlockSlabNumber:805962819,DeviceMotionControlSequence:805962832,DeviceMotionExecutionMode:805962833,DeviceMotionObservationMode:805962834,DeviceMotionParameterCodeSequence:805962835,DistalDepthFraction:805963009,DistalDepth:805963010,NominalRangeModulationFractions:805963011,NominalRangeModulatedRegionDepths:805963012,DepthDoseParametersSequence:805963013,DeliveredDepthDoseParametersSequence:805963014,DeliveredDistalDepthFraction:805963015,DeliveredDistalDepth:805963016,DeliveredNominalRangeModulationFractions:805963017,DeliveredNominalRangeModulatedRegionDepths:805963024,DeliveredReferenceDoseDefinition:805963025,ReferenceDoseDefinition:805963026,ReferencedRTPlanSequence:806092802,ReferencedBeamSequence:806092804,ReferencedBeamNumber:806092806,ReferencedReferenceImageNumber:806092807,StartCumulativeMetersetWeight:806092808,EndCumulativeMetersetWeight:806092809,ReferencedBrachyApplicationSetupSequence:806092810,ReferencedBrachyApplicationSetupNumber:806092812,ReferencedSourceNumber:806092814,ReferencedFractionGroupSequence:806092832,ReferencedFractionGroupNumber:806092834,ReferencedVerificationImageSequence:806092864,ReferencedReferenceImageSequence:806092866,ReferencedDoseReferenceSequence:806092880,ReferencedDoseReferenceNumber:806092881,BrachyReferencedDoseReferenceSequence:806092885,ReferencedStructureSetSequence:806092896,ReferencedPatientSetupNumber:806092906,ReferencedDoseSequence:806092928,ReferencedToleranceTableNumber:806092960,ReferencedBolusSequence:806092976,ReferencedWedgeNumber:806092992,ReferencedCompensatorNumber:806093008,ReferencedBlockNumber:806093024,ReferencedControlPointIndex:806093040,ReferencedControlPointSequence:806093042,ReferencedStartControlPointIndex:806093044,ReferencedStopControlPointIndex:806093046,ReferencedRangeShifterNumber:806093056,ReferencedLateralSpreadingDeviceNumber:806093058,ReferencedRangeModulatorNumber:806093060,OmittedBeamTaskSequence:806093073,ReasonForOmission:806093074,ReasonForOmissionDescription:806093075,ApprovalStatus:806223874,ReviewDate:806223876,ReviewTime:806223877,ReviewerName:806223880,Arbitrary:1073741840,TextComments:1073758208,ResultsID:1074266176,ResultsIDIssuer:1074266178,ReferencedInterpretationSequence:1074266192,ReportProductionStatusTrial:1074266367,InterpretationRecordedDate:1074266368,InterpretationRecordedTime:1074266369,InterpretationRecorder:1074266370,ReferenceToRecordedSound:1074266371,InterpretationTranscriptionDate:1074266376,InterpretationTranscriptionTime:1074266377,InterpretationTranscriber:1074266378,InterpretationText:1074266379,InterpretationAuthor:1074266380,InterpretationApproverSequence:1074266385,InterpretationApprovalDate:1074266386,InterpretationApprovalTime:1074266387,PhysicianApprovingInterpretation:1074266388,InterpretationDiagnosisDescription:1074266389,InterpretationDiagnosisCodeSequence:1074266391,ResultsDistributionListSequence:1074266392,DistributionName:1074266393,DistributionAddress:1074266394,InterpretationID:1074266624,InterpretationIDIssuer:1074266626,InterpretationTypeID:1074266640,InterpretationStatusID:1074266642,Impressions:1074266880,ResultsComments:1074282496,LowEnergyDetectors:1074790401,HighEnergyDetectors:1074790402,DetectorGeometrySequence:1074790404,ThreatROIVoxelSequence:1074794497,ThreatROIBase:1074794500,ThreatROIExtents:1074794501,ThreatROIBitmap:1074794502,RouteSegmentID:1074794503,GantryType:1074794504,OOIOwnerType:1074794505,RouteSegmentSequence:1074794506,PotentialThreatObjectID:1074794512,ThreatSequence:1074794513,ThreatCategory:1074794514,ThreatCategoryDescription:1074794515,ATDAbilityAssessment:1074794516,ATDAssessmentFlag:1074794517,ATDAssessmentProbability:1074794518,Mass:1074794519,Density:1074794520,ZEffective:1074794521,BoardingPassID:1074794522,CenterOfMass:1074794523,CenterOfPTO:1074794524,BoundingPolygon:1074794525,RouteSegmentStartLocationID:1074794526,RouteSegmentEndLocationID:1074794527,RouteSegmentLocationIDType:1074794528,AbortReason:1074794529,VolumeOfPTO:1074794531,AbortFlag:1074794532,RouteSegmentStartTime:1074794533,RouteSegmentEndTime:1074794534,TDRType:1074794535,InternationalRouteSegment:1074794536,ThreatDetectionAlgorithmandVersion:1074794537,AssignedLocation:1074794538,AlarmDecisionTime:1074794539,AlarmDecision:1074794545,NumberOfTotalObjects:1074794547,NumberOfAlarmObjects:1074794548,PTORepresentationSequence:1074794551,ATDAssessmentSequence:1074794552,TIPType:1074794553,DICOSVersion:1074794554,OOIOwnerCreationTime:1074794561,OOIType:1074794562,OOISize:1074794563,AcquisitionStatus:1074794564,BasisMaterialsCodeSequence:1074794565,PhantomType:1074794566,OOIOwnerSequence:1074794567,ScanType:1074794568,ItineraryID:1074794577,ItineraryIDType:1074794578,ItineraryIDAssigningAuthority:1074794579,RouteID:1074794580,RouteIDAssigningAuthority:1074794581,InboundArrivalType:1074794582,CarrierID:1074794584,CarrierIDAssigningAuthority:1074794585,SourceOrientation:1074794592,SourcePosition:1074794593,BeltHeight:1074794594,AlgorithmRoutingCodeSequence:1074794596,TransportClassification:1074794599,OOITypeDescriptor:1074794600,TotalProcessingTime:1074794601,DetectorCalibrationData:1074794604,AdditionalScreeningPerformed:1074794605,AdditionalInspectionSelectionCriteria:1074794606,AdditionalInspectionMethodSequence:1074794607,AITDeviceType:1074794608,QRMeasurementsSequence:1074794609,TargetMaterialSequence:1074794610,SNRThreshold:1074794611,ImageScaleRepresentation:1074794613,ReferencedPTOSequence:1074794614,ReferencedTDRInstanceSequence:1074794615,PTOLocationDescription:1074794616,AnomalyLocatorIndicatorSequence:1074794617,AnomalyLocatorIndicator:1074794618,PTORegionSequence:1074794619,InspectionSelectionCriteria:1074794620,SecondaryInspectionMethodSequence:1074794621,PRCSToRCSOrientation:1074794622,MACParametersSequence:1342046209,CurveDimensions:1342177285,NumberOfPoints:1342177296,TypeOfData:1342177312,CurveDescription:1342177314,AxisUnits:1342177328,AxisLabels:1342177344,DataValueRepresentation:1342177539,MinimumCoordinateValue:1342177540,MaximumCoordinateValue:1342177541,CurveRange:1342177542,CurveDataDescriptor:1342177552,CoordinateStartValue:1342177554,CoordinateStepValue:1342177556,CurveActivationLayer:1342181377,AudioType:1342185472,AudioSampleFormat:1342185474,NumberOfChannels:1342185476,NumberOfSamples:1342185478,SampleRate:1342185480,TotalTime:1342185482,AudioSampleData:1342185484,AudioComments:1342185486,CurveLabel:1342186752,CurveReferencedOverlaySequence:1342187008,CurveReferencedOverlayGroup:1342187024,CurveData:1342189568,SharedFunctionalGroupsSequence:1375769129,PerFrameFunctionalGroupsSequence:1375769136,WaveformSequence:1409286400,ChannelMinimumValue:1409286416,ChannelMaximumValue:1409286418,WaveformBitsAllocated:1409290244,WaveformSampleInterpretation:1409290246,WaveformPaddingValue:1409290250,WaveformData:1409290256,FirstOrderPhaseCorrectionAngle:1442840592,SpectroscopyData:1442840608,OverlayRows:1610612752,OverlayColumns:1610612753,OverlayPlanes:1610612754,NumberOfFramesInOverlay:1610612757,OverlayDescription:1610612770,OverlayType:1610612800,OverlaySubtype:1610612805,OverlayOrigin:1610612816,ImageFrameOrigin:1610612817,OverlayPlaneOrigin:1610612818,OverlayCompressionCode:1610612832,OverlayCompressionOriginator:1610612833,OverlayCompressionLabel:1610612834,OverlayCompressionDescription:1610612835,OverlayCompressionStepPointers:1610612838,OverlayRepeatInterval:1610612840,OverlayBitsGrouped:1610612841,OverlayBitsAllocated:1610612992,OverlayBitPosition:1610612994,OverlayFormat:1610613008,OverlayLocation:1610613248,OverlayCodeLabel:1610614784,OverlayNumberOfTables:1610614786,OverlayCodeTableLocation:1610614787,OverlayBitsForCodeWord:1610614788,OverlayActivationLayer:1610616833,OverlayDescriptorGray:1610617088,OverlayDescriptorRed:1610617089,OverlayDescriptorGreen:1610617090,OverlayDescriptorBlue:1610617091,OverlaysGray:1610617344,OverlaysRed:1610617345,OverlaysGreen:1610617346,OverlaysBlue:1610617347,ROIArea:1610617601,ROIMean:1610617602,ROIStandardDeviation:1610617603,OverlayLabel:1610618112,OverlayData:1610625024,OverlayComments:1610629120,FloatPixelData:2145386504,DoubleFloatPixelData:2145386505,PixelData:2145386512,CoefficientsSDVN:2145386528,CoefficientsSDHN:2145386544,CoefficientsSDDN:2145386560,VariablePixelData:2130706448,VariableNextDataGroup:2130706449,VariableCoefficientsSDVN:2130706464,VariableCoefficientsSDHN:2130706480,VariableCoefficientsSDDN:2130706496,DigitalSignaturesSequence:4294639610,DataSetTrailingPadding:4294770684,Item:4294893568,ItemDelimitationItem:4294893581,SequenceDelimitationItem:4294893789,PhilipsSUVScaleFactor:1884491776,PhilipsActivityConcentrationFactor:1884491785,PhilipsCreatorDataElements:1884487696}},276:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.UIDToName=void 0;class n{static nameOf(e){return n.dict[e]}}t.UIDToName=n,n.dict={"1.2.840.10008.1.1":"Verification SOP Class","1.2.840.10008.1.2":"Implicit VR Little Endian","1.2.840.10008.1.2.1":"Explicit VR Little Endian","1.2.840.10008.1.2.1.99":"Deflated Explicit VR Little Endian","1.2.840.10008.1.2.2":"Explicit VR Big Endian (Retired,","1.2.840.10008.1.2.4.50":"JPEG Baseline (Process 1,","1.2.840.10008.1.2.4.51":"JPEG Extended (Process 2 & 4,","1.2.840.10008.1.2.4.52":"JPEG Extended (Process 3 & 5, (Retired,","1.2.840.10008.1.2.4.53":"JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8, (Retired,","1.2.840.10008.1.2.4.54":"JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9, (Retired,","1.2.840.10008.1.2.4.55":"JPEG Full Progression, Non-Hierarchical (Process 10 & 12, (Retired,","1.2.840.10008.1.2.4.56":"JPEG Full Progression, Non-Hierarchical (Process 11 & 13, (Retired,","1.2.840.10008.1.2.4.57":"JPEG Lossless, Non-Hierarchical (Process 14,","1.2.840.10008.1.2.4.58":"JPEG Lossless, Non-Hierarchical (Process 15, (Retired,","1.2.840.10008.1.2.4.59":"JPEG Extended, Hierarchical (Process 16 & 18, (Retired,","1.2.840.10008.1.2.4.60":"JPEG Extended, Hierarchical (Process 17 & 19, (Retired,","1.2.840.10008.1.2.4.61":"JPEG Spectral Selection, Hierarchical (Process 20 & 22, (Retired,","1.2.840.10008.1.2.4.62":"JPEG Spectral Selection, Hierarchical (Process 21 & 23, (Retired,","1.2.840.10008.1.2.4.63":"JPEG Full Progression, Hierarchical (Process 24 & 26, (Retired,","1.2.840.10008.1.2.4.64":"JPEG Full Progression, Hierarchical (Process 25 & 27, (Retired,","1.2.840.10008.1.2.4.65":"JPEG Lossless, Hierarchical (Process 28, (Retired,","1.2.840.10008.1.2.4.66":"JPEG Lossless, Hierarchical (Process 29, (Retired,","1.2.840.10008.1.2.4.70":"JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1],","1.2.840.10008.1.2.4.80":"JPEG-LS Lossless Image Compression","1.2.840.10008.1.2.4.81":"JPEG-LS Lossy (Near-Lossless, Image Compression","1.2.840.10008.1.2.4.90":"JPEG 2000 Image Compression (Lossless Only,","1.2.840.10008.1.2.4.91":"JPEG 2000 Image Compression","1.2.840.10008.1.2.4.92":"JPEG 2000 Part 2 Multi-component Image Compression (Lossless Only,","1.2.840.10008.1.2.4.93":"JPEG 2000 Part 2 Multi-component Image Compression","1.2.840.10008.1.2.4.94":"JPIP Referenced","1.2.840.10008.1.2.4.95":"JPIP Referenced Deflate","1.2.840.10008.1.2.4.100":"MPEG2 Main Profile / Main Level","1.2.840.10008.1.2.4.101":"MPEG2 Main Profile / High Level","1.2.840.10008.1.2.4.102":"MPEG-4 AVC/H.264 High Profile / Level 4.1","1.2.840.10008.1.2.4.103":"MPEG-4 AVC/H.264 BD-compatible High Profile / Level 4.1","1.2.840.10008.1.2.4.104":"MPEG-4 AVC/H.264 High Profile / Level 4.2 For 2D Video","1.2.840.10008.1.2.4.105":"MPEG-4 AVC/H.264 High Profile / Level 4.2 For 3D Video","1.2.840.10008.1.2.4.106":"MPEG-4 AVC/H.264 Stereo High Profile / Level 4.2","1.2.840.10008.1.2.4.107":"HEVC/H.265 Main Profile / Level 5.1","1.2.840.10008.1.2.4.108":"HEVC/H.265 Main 10 Profile / Level 5.1","1.2.840.10008.1.2.5":"RLE Lossless","1.2.840.10008.1.2.6.1":"RFC 2557 MIME encapsulation (Retired,","1.2.840.10008.1.2.6.2":"XML Encoding (Retired,","1.2.840.10008.1.3.10":"Media Storage Directory Storage","1.2.840.10008.1.4.1.1":"Talairach Brain Atlas Frame of Reference","1.2.840.10008.1.4.1.2":"SPM2 T1 Frame of Reference","1.2.840.10008.1.4.1.3":"SPM2 T2 Frame of Reference","1.2.840.10008.1.4.1.4":"SPM2 PD Frame of Reference","1.2.840.10008.1.4.1.5":"SPM2 EPI Frame of Reference","1.2.840.10008.1.4.1.6":"SPM2 FIL T1 Frame of Reference","1.2.840.10008.1.4.1.7":"SPM2 PET Frame of Reference","1.2.840.10008.1.4.1.8":"SPM2 TRANSM Frame of Reference","1.2.840.10008.1.4.1.9":"SPM2 SPECT Frame of Reference","1.2.840.10008.1.4.1.10":"SPM2 GRAY Frame of Reference","1.2.840.10008.1.4.1.11":"SPM2 WHITE Frame of Reference","1.2.840.10008.1.4.1.12":"SPM2 CSF Frame of Reference","1.2.840.10008.1.4.1.13":"SPM2 BRAINMASK Frame of Reference","1.2.840.10008.1.4.1.14":"SPM2 AVG305T1 Frame of Reference","1.2.840.10008.1.4.1.15":"SPM2 AVG152T1 Frame of Reference","1.2.840.10008.1.4.1.16":"SPM2 AVG152T2 Frame of Reference","1.2.840.10008.1.4.1.17":"SPM2 AVG152PD Frame of Reference","1.2.840.10008.1.4.1.18":"SPM2 SINGLESUBJT1 Frame of Reference","1.2.840.10008.1.4.2.1":"ICBM 452 T1 Frame of Reference","1.2.840.10008.1.4.2.2":"ICBM Single Subject MRI Frame of Reference","1.2.840.10008.1.5.1":"Hot Iron Color Palette SOP Instance","1.2.840.10008.1.5.2":"PET Color Palette SOP Instance","1.2.840.10008.1.5.3":"Hot Metal Blue Color Palette SOP Instance","1.2.840.10008.1.5.4":"PET 20 Step Color Palette SOP Instance","1.2.840.10008.1.5.5":"Spring Color Palette SOP Instance","1.2.840.10008.1.5.6":"Summer Color Palette SOP Instance","1.2.840.10008.1.5.7":"Fall Color Palette SOP Instance","1.2.840.10008.1.5.8":"Winter Color Palette SOP Instance","1.2.840.10008.1.9":"Basic Study Content Notification SOP Class (Retired,","1.2.840.10008.1.20":"Papyrus 3 Implicit VR Little Endian (Retired,","1.2.840.10008.1.20.1":"Storage Commitment Push Model SOP Class","1.2.840.10008.1.20.1.1":"Storage Commitment Push Model SOP Instance","1.2.840.10008.1.20.2":"Storage Commitment Pull Model SOP Class (Retired,","1.2.840.10008.1.20.2.1":"Storage Commitment Pull Model SOP Instance (Retired,","1.2.840.10008.1.40":"Procedural Event Logging SOP Class","1.2.840.10008.1.40.1":"Procedural Event Logging SOP Instance","1.2.840.10008.1.42":"Substance Administration Logging SOP Class","1.2.840.10008.1.42.1":"Substance Administration Logging SOP Instance","1.2.840.10008.2.6.1":"DICOM UID Registry","1.2.840.10008.2.16.4":"DICOM Controlled Terminology","1.2.840.10008.2.16.5":"Adult Mouse Anatomy Ontology","1.2.840.10008.2.16.6":"Uberon Ontology","1.2.840.10008.2.16.7":"Integrated Taxonomic Information System","1.2.840.10008.2.16.8":"Mouse Genome Initiative (MGI,","1.2.840.10008.2.16.9":"PubChem Compound CID","1.2.840.10008.2.16.10":"ICD-11","1.2.840.10008.2.16.11":"New York University Melanoma Clinical Cooperative Group","1.2.840.10008.2.16.12":"Mayo Clinic Non-radiological Images Specific Body Structure Anatomical Surface Region Guide","1.2.840.10008.2.16.13":"Image Biomarker Standardisation Initiative","1.2.840.10008.2.16.14":"Radiomics Ontology","1.2.840.10008.3.1.1.1":"DICOM Application Context Name","1.2.840.10008.3.1.2.1.1":"Detached Patient Management SOP Class (Retired,","1.2.840.10008.3.1.2.1.4":"Detached Patient Management Meta SOP Class (Retired,","1.2.840.10008.3.1.2.2.1":"Detached Visit Management SOP Class (Retired,","1.2.840.10008.3.1.2.3.1":"Detached Study Management SOP Class (Retired,","1.2.840.10008.3.1.2.3.2":"Study Component Management SOP Class (Retired,","1.2.840.10008.3.1.2.3.3":"Modality Performed Procedure Step SOP Class","1.2.840.10008.3.1.2.3.4":"Modality Performed Procedure Step Retrieve SOP Class","1.2.840.10008.3.1.2.3.5":"Modality Performed Procedure Step Notification SOP Class","1.2.840.10008.3.1.2.5.1":"Detached Results Management SOP Class (Retired,","1.2.840.10008.3.1.2.5.4":"Detached Results Management Meta SOP Class (Retired,","1.2.840.10008.3.1.2.5.5":"Detached Study Management Meta SOP Class (Retired,","1.2.840.10008.3.1.2.6.1":"Detached Interpretation Management SOP Class (Retired,","1.2.840.10008.4.2":"Storage Service Class","1.2.840.10008.5.1.1.1":"Basic Film Session SOP Class","1.2.840.10008.5.1.1.2":"Basic Film Box SOP Class","1.2.840.10008.5.1.1.4":"Basic Grayscale Image Box SOP Class","1.2.840.10008.5.1.1.4.1":"Basic Color Image Box SOP Class","1.2.840.10008.5.1.1.4.2":"Referenced Image Box SOP Class (Retired,","1.2.840.10008.5.1.1.9":"Basic Grayscale Print Management Meta SOP Class","1.2.840.10008.5.1.1.9.1":"Referenced Grayscale Print Management Meta SOP Class (Retired,","1.2.840.10008.5.1.1.14":"Print Job SOP Class","1.2.840.10008.5.1.1.15":"Basic Annotation Box SOP Class","1.2.840.10008.5.1.1.16":"Printer SOP Class","1.2.840.10008.5.1.1.16.376":"Printer Configuration Retrieval SOP Class","1.2.840.10008.5.1.1.17":"Printer SOP Instance","1.2.840.10008.5.1.1.17.376":"Printer Configuration Retrieval SOP Instance","1.2.840.10008.5.1.1.18":"Basic Color Print Management Meta SOP Class","1.2.840.10008.5.1.1.18.1":"Referenced Color Print Management Meta SOP Class (Retired,","1.2.840.10008.5.1.1.22":"VOI LUT Box SOP Class","1.2.840.10008.5.1.1.23":"Presentation LUT SOP Class","1.2.840.10008.5.1.1.24":"Image Overlay Box SOP Class (Retired,","1.2.840.10008.5.1.1.24.1":"Basic Print Image Overlay Box SOP Class (Retired,","1.2.840.10008.5.1.1.25":"Print Queue SOP Instance (Retired,","1.2.840.10008.5.1.1.26":"Print Queue Management SOP Class (Retired,","1.2.840.10008.5.1.1.27":"Stored Print Storage SOP Class (Retired,","1.2.840.10008.5.1.1.29":"Hardcopy Grayscale Image Storage SOP Class (Retired,","1.2.840.10008.5.1.1.30":"Hardcopy Color Image Storage SOP Class (Retired,","1.2.840.10008.5.1.1.31":"Pull Print Request SOP Class (Retired,","1.2.840.10008.5.1.1.32":"Pull Stored Print Management Meta SOP Class (Retired,","1.2.840.10008.5.1.1.33":"Media Creation Management SOP Class UID","1.2.840.10008.5.1.1.40":"Display System SOP Class","1.2.840.10008.5.1.1.40.1":"Display System SOP Instance","1.2.840.10008.5.1.4.1.1.1":"Computed Radiography Image Storage","1.2.840.10008.5.1.4.1.1.1.1":"Digital X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.1.1.1":"Digital X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.1.2":"Digital Mammography X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.1.2.1":"Digital Mammography X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.1.3":"Digital Intra-Oral X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.1.3.1":"Digital Intra-Oral X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.2":"CT Image Storage","1.2.840.10008.5.1.4.1.1.2.1":"Enhanced CT Image Storage","1.2.840.10008.5.1.4.1.1.2.2":"Legacy Converted Enhanced CT Image Storage","1.2.840.10008.5.1.4.1.1.3":"Ultrasound Multi-frame Image Storage (Retired,","1.2.840.10008.5.1.4.1.1.3.1":"Ultrasound Multi-frame Image Storage","1.2.840.10008.5.1.4.1.1.4":"MR Image Storage","1.2.840.10008.5.1.4.1.1.4.1":"Enhanced MR Image Storage","1.2.840.10008.5.1.4.1.1.4.2":"MR Spectroscopy Storage","1.2.840.10008.5.1.4.1.1.4.3":"Enhanced MR Color Image Storage","1.2.840.10008.5.1.4.1.1.4.4":"Legacy Converted Enhanced MR Image Storage","1.2.840.10008.5.1.4.1.1.5":"Nuclear Medicine Image Storage (Retired,","1.2.840.10008.5.1.4.1.1.6":"Ultrasound Image Storage (Retired,","1.2.840.10008.5.1.4.1.1.6.1":"Ultrasound Image Storage","1.2.840.10008.5.1.4.1.1.6.2":"Enhanced US Volume Storage","1.2.840.10008.5.1.4.1.1.7":"Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.7.1":"Multi-frame Single Bit Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.7.2":"Multi-frame Grayscale Byte Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.7.3":"Multi-frame Grayscale Word Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.7.4":"Multi-frame True Color Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.8":"Standalone Overlay Storage (Retired,","1.2.840.10008.5.1.4.1.1.9":"Standalone Curve Storage (Retired,","1.2.840.10008.5.1.4.1.1.9.1":"Waveform Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.9.1.1":"12-lead ECG Waveform Storage","1.2.840.10008.5.1.4.1.1.9.1.2":"General ECG Waveform Storage","1.2.840.10008.5.1.4.1.1.9.1.3":"Ambulatory ECG Waveform Storage","1.2.840.10008.5.1.4.1.1.9.2.1":"Hemodynamic Waveform Storage","1.2.840.10008.5.1.4.1.1.9.3.1":"Cardiac Electrophysiology Waveform Storage","1.2.840.10008.5.1.4.1.1.9.4.1":"Basic Voice Audio Waveform Storage","1.2.840.10008.5.1.4.1.1.9.4.2":"General Audio Waveform Storage","1.2.840.10008.5.1.4.1.1.9.5.1":"Arterial Pulse Waveform Storage","1.2.840.10008.5.1.4.1.1.9.6.1":"Respiratory Waveform Storage","1.2.840.10008.5.1.4.1.1.10":"Standalone Modality LUT Storage (Retired,","1.2.840.10008.5.1.4.1.1.11":"Standalone VOI LUT Storage (Retired,","1.2.840.10008.5.1.4.1.1.11.1":"Grayscale Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.2":"Color Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.3":"Pseudo-Color Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.4":"Blending Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.5":"XA/XRF Grayscale Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.6":"Grayscale Planar MPR Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.7":"Compositing Planar MPR Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.8":"Advanced Blending Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.9":"Volume Rendering Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.10":"Segmented Volume Rendering Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.11":"Multiple Volume Rendering Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.12.1":"X-Ray Angiographic Image Storage","1.2.840.10008.5.1.4.1.1.12.1.1":"Enhanced XA Image Storage","1.2.840.10008.5.1.4.1.1.12.2":"X-Ray Radiofluoroscopic Image Storage","1.2.840.10008.5.1.4.1.1.12.2.1":"Enhanced XRF Image Storage","1.2.840.10008.5.1.4.1.1.12.3":"X-Ray Angiographic Bi-Plane Image Storage (Retired,","1.2.840.10008.5.1.4.1.1.12.77":"(Retired,","1.2.840.10008.5.1.4.1.1.13.1.1":"X-Ray 3D Angiographic Image Storage","1.2.840.10008.5.1.4.1.1.13.1.2":"X-Ray 3D Craniofacial Image Storage","1.2.840.10008.5.1.4.1.1.13.1.3":"Breast Tomosynthesis Image Storage","1.2.840.10008.5.1.4.1.1.13.1.4":"Breast Projection X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.13.1.5":"Breast Projection X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.14.1":"Intravascular Optical Coherence Tomography Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.14.2":"Intravascular Optical Coherence Tomography Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.20":"Nuclear Medicine Image Storage","1.2.840.10008.5.1.4.1.1.30":"Parametric Map Storage","1.2.840.10008.5.1.4.1.1.40":"(Retired,","1.2.840.10008.5.1.4.1.1.66":"Raw Data Storage","1.2.840.10008.5.1.4.1.1.66.1":"Spatial Registration Storage","1.2.840.10008.5.1.4.1.1.66.2":"Spatial Fiducials Storage","1.2.840.10008.5.1.4.1.1.66.3":"Deformable Spatial Registration Storage","1.2.840.10008.5.1.4.1.1.66.4":"Segmentation Storage","1.2.840.10008.5.1.4.1.1.66.5":"Surface Segmentation Storage","1.2.840.10008.5.1.4.1.1.66.6":"Tractography Results Storage","1.2.840.10008.5.1.4.1.1.67":"Real World Value Mapping Storage","1.2.840.10008.5.1.4.1.1.68.1":"Surface Scan Mesh Storage","1.2.840.10008.5.1.4.1.1.68.2":"Surface Scan Point Cloud Storage","1.2.840.10008.5.1.4.1.1.77.1":"VL Image Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.77.2":"VL Multi-frame Image Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.77.1.1":"VL Endoscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.1.1":"Video Endoscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.2":"VL Microscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.2.1":"Video Microscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.3":"VL Slide-Coordinates Microscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.4":"VL Photographic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.4.1":"Video Photographic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.1":"Ophthalmic Photography 8 Bit Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.2":"Ophthalmic Photography 16 Bit Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.3":"Stereometric Relationship Storage","1.2.840.10008.5.1.4.1.1.77.1.5.4":"Ophthalmic Tomography Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.5":"Wide Field Ophthalmic Photography Stereographic Projection Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.6":"Wide Field Ophthalmic Photography 3D Coordinates Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.7":"Ophthalmic Optical Coherence Tomography En Face Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.8":"Ophthalmic Optical Coherence Tomography B-scan Volume Analysis Storage","1.2.840.10008.5.1.4.1.1.77.1.6":"VL Whole Slide Microscopy Image Storage","1.2.840.10008.5.1.4.1.1.78.1":"Lensometry Measurements Storage","1.2.840.10008.5.1.4.1.1.78.2":"Autorefraction Measurements Storage","1.2.840.10008.5.1.4.1.1.78.3":"Keratometry Measurements Storage","1.2.840.10008.5.1.4.1.1.78.4":"Subjective Refraction Measurements Storage","1.2.840.10008.5.1.4.1.1.78.5":"Visual Acuity Measurements Storage","1.2.840.10008.5.1.4.1.1.78.6":"Spectacle Prescription Report Storage","1.2.840.10008.5.1.4.1.1.78.7":"Ophthalmic Axial Measurements Storage","1.2.840.10008.5.1.4.1.1.78.8":"Intraocular Lens Calculations Storage","1.2.840.10008.5.1.4.1.1.79.1":"Macular Grid Thickness and Volume Report Storage","1.2.840.10008.5.1.4.1.1.80.1":"Ophthalmic Visual Field Static Perimetry Measurements Storage","1.2.840.10008.5.1.4.1.1.81.1":"Ophthalmic Thickness Map Storage","1.2.840.10008.5.1.4.1.1.82.1":"Corneal Topography Map Storage","1.2.840.10008.5.1.4.1.1.88.1":"Text SR Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.88.2":"Audio SR Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.88.3":"Detail SR Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.88.4":"Comprehensive SR Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.88.11":"Basic Text SR Storage","1.2.840.10008.5.1.4.1.1.88.22":"Enhanced SR Storage","1.2.840.10008.5.1.4.1.1.88.33":"Comprehensive SR Storage","1.2.840.10008.5.1.4.1.1.88.34":"Comprehensive 3D SR Storage","1.2.840.10008.5.1.4.1.1.88.35":"Extensible SR Storage","1.2.840.10008.5.1.4.1.1.88.40":"Procedure Log Storage","1.2.840.10008.5.1.4.1.1.88.50":"Mammography CAD SR Storage","1.2.840.10008.5.1.4.1.1.88.59":"Key Object Selection Document Storage","1.2.840.10008.5.1.4.1.1.88.65":"Chest CAD SR Storage","1.2.840.10008.5.1.4.1.1.88.67":"X-Ray Radiation Dose SR Storage","1.2.840.10008.5.1.4.1.1.88.68":"Radiopharmaceutical Radiation Dose SR Storage","1.2.840.10008.5.1.4.1.1.88.69":"Colon CAD SR Storage","1.2.840.10008.5.1.4.1.1.88.70":"Implantation Plan SR Storage","1.2.840.10008.5.1.4.1.1.88.71":"Acquisition Context SR Storage","1.2.840.10008.5.1.4.1.1.88.72":"Simplified Adult Echo SR Storage","1.2.840.10008.5.1.4.1.1.88.73":"Patient Radiation Dose SR Storage","1.2.840.10008.5.1.4.1.1.88.74":"Planned Imaging Agent Administration SR Storage","1.2.840.10008.5.1.4.1.1.88.75":"Performed Imaging Agent Administration SR Storage","1.2.840.10008.5.1.4.1.1.90.1":"Content Assessment Results Storage","1.2.840.10008.5.1.4.1.1.104.1":"Encapsulated PDF Storage","1.2.840.10008.5.1.4.1.1.104.2":"Encapsulated CDA Storage","1.2.840.10008.5.1.4.1.1.104.3":"Encapsulated STL Storage","1.2.840.10008.5.1.4.1.1.128":"Positron Emission Tomography Image Storage","1.2.840.10008.5.1.4.1.1.128.1":"Legacy Converted Enhanced PET Image Storage","1.2.840.10008.5.1.4.1.1.129":"Standalone PET Curve Storage (Retired,","1.2.840.10008.5.1.4.1.1.130":"Enhanced PET Image Storage","1.2.840.10008.5.1.4.1.1.131":"Basic Structured Display Storage","1.2.840.10008.5.1.4.1.1.200.1":"CT Defined Procedure Protocol Storage","1.2.840.10008.5.1.4.1.1.200.2":"CT Performed Procedure Protocol Storage","1.2.840.10008.5.1.4.1.1.200.3":"Protocol Approval Storage","1.2.840.10008.5.1.4.1.1.200.4":"Protocol Approval Information Model - FIND","1.2.840.10008.5.1.4.1.1.200.5":"Protocol Approval Information Model - MOVE","1.2.840.10008.5.1.4.1.1.200.6":"Protocol Approval Information Model - GET","1.2.840.10008.5.1.4.1.1.481.1":"RT Image Storage","1.2.840.10008.5.1.4.1.1.481.2":"RT Dose Storage","1.2.840.10008.5.1.4.1.1.481.3":"RT Structure Set Storage","1.2.840.10008.5.1.4.1.1.481.4":"RT Beams Treatment Record Storage","1.2.840.10008.5.1.4.1.1.481.5":"RT Plan Storage","1.2.840.10008.5.1.4.1.1.481.6":"RT Brachy Treatment Record Storage","1.2.840.10008.5.1.4.1.1.481.7":"RT Treatment Summary Record Storage","1.2.840.10008.5.1.4.1.1.481.8":"RT Ion Plan Storage","1.2.840.10008.5.1.4.1.1.481.9":"RT Ion Beams Treatment Record Storage","1.2.840.10008.5.1.4.1.1.481.10":"RT Physician Intent Storage","1.2.840.10008.5.1.4.1.1.481.11":"RT Segment Annotation Storage","1.2.840.10008.5.1.4.1.1.501.1":"DICOS CT Image Storage","1.2.840.10008.5.1.4.1.1.501.2.1":"DICOS Digital X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.501.2.2":"DICOS Digital X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.501.3":"DICOS Threat Detection Report Storage","1.2.840.10008.5.1.4.1.1.501.4":"DICOS 2D AIT Storage","1.2.840.10008.5.1.4.1.1.501.5":"DICOS 3D AIT Storage","1.2.840.10008.5.1.4.1.1.501.6":"DICOS Quadrupole Resonance (QR, Storage","1.2.840.10008.5.1.4.1.1.601.1":"Eddy Current Image Storage","1.2.840.10008.5.1.4.1.1.601.2":"Eddy Current Multi-frame Image Storage","1.2.840.10008.5.1.4.1.2.1.1":"Patient Root Query/Retrieve Information Model - FIND","1.2.840.10008.5.1.4.1.2.1.2":"Patient Root Query/Retrieve Information Model - MOVE","1.2.840.10008.5.1.4.1.2.1.3":"Patient Root Query/Retrieve Information Model - GET","1.2.840.10008.5.1.4.1.2.2.1":"Study Root Query/Retrieve Information Model - FIND","1.2.840.10008.5.1.4.1.2.2.2":"Study Root Query/Retrieve Information Model - MOVE","1.2.840.10008.5.1.4.1.2.2.3":"Study Root Query/Retrieve Information Model - GET","1.2.840.10008.5.1.4.1.2.3.1":"Patient/Study Only Query/Retrieve Information Model - FIND (Retired,","1.2.840.10008.5.1.4.1.2.3.2":"Patient/Study Only Query/Retrieve Information Model - MOVE (Retired,","1.2.840.10008.5.1.4.1.2.3.3":"Patient/Study Only Query/Retrieve Information Model - GET (Retired,","1.2.840.10008.5.1.4.1.2.4.2":"Composite Instance Root Retrieve - MOVE","1.2.840.10008.5.1.4.1.2.4.3":"Composite Instance Root Retrieve - GET","1.2.840.10008.5.1.4.1.2.5.3":"Composite Instance Retrieve Without Bulk Data - GET","1.2.840.10008.5.1.4.20.1":"Defined Procedure Protocol Information Model - FIND","1.2.840.10008.5.1.4.20.2":"Defined Procedure Protocol Information Model - MOVE","1.2.840.10008.5.1.4.20.3":"Defined Procedure Protocol Information Model - GET","1.2.840.10008.5.1.4.31":"Modality Worklist Information Model - FIND","1.2.840.10008.5.1.4.32":"General Purpose Worklist Management Meta SOP Class (Retired,","1.2.840.10008.5.1.4.32.1":"General Purpose Worklist Information Model - FIND (Retired,","1.2.840.10008.5.1.4.32.2":"General Purpose Scheduled Procedure Step SOP Class (Retired,","1.2.840.10008.5.1.4.32.3":"General Purpose Performed Procedure Step SOP Class (Retired,","1.2.840.10008.5.1.4.33":"Instance Availability Notification SOP Class","1.2.840.10008.5.1.4.34.1":"RT Beams Delivery Instruction Storage - Trial (Retired,","1.2.840.10008.5.1.4.34.2":"RT Conventional Machine Verification - Trial (Retired,","1.2.840.10008.5.1.4.34.3":"RT Ion Machine Verification - Trial (Retired,","1.2.840.10008.5.1.4.34.4":"Unified Worklist and Procedure Step Service Class - Trial (Retired,","1.2.840.10008.5.1.4.34.4.1":"Unified Procedure Step - Push SOP Class - Trial (Retired,","1.2.840.10008.5.1.4.34.4.2":"Unified Procedure Step - Watch SOP Class - Trial (Retired,","1.2.840.10008.5.1.4.34.4.3":"Unified Procedure Step - Pull SOP Class - Trial (Retired,","1.2.840.10008.5.1.4.34.4.4":"Unified Procedure Step - Event SOP Class - Trial (Retired,","1.2.840.10008.5.1.4.34.5":"UPS Global Subscription SOP Instance","1.2.840.10008.5.1.4.34.5.1":"UPS Filtered Global Subscription SOP Instance","1.2.840.10008.5.1.4.34.6":"Unified Worklist and Procedure Step Service Class","1.2.840.10008.5.1.4.34.6.1":"Unified Procedure Step - Push SOP Class","1.2.840.10008.5.1.4.34.6.2":"Unified Procedure Step - Watch SOP Class","1.2.840.10008.5.1.4.34.6.3":"Unified Procedure Step - Pull SOP Class","1.2.840.10008.5.1.4.34.6.4":"Unified Procedure Step - Event SOP Class","1.2.840.10008.5.1.4.34.7":"RT Beams Delivery Instruction Storage","1.2.840.10008.5.1.4.34.8":"RT Conventional Machine Verification","1.2.840.10008.5.1.4.34.9":"RT Ion Machine Verification","1.2.840.10008.5.1.4.34.10":"RT Brachy Application Setup Delivery Instruction Storage","1.2.840.10008.5.1.4.37.1":"General Relevant Patient Information Query","1.2.840.10008.5.1.4.37.2":"Breast Imaging Relevant Patient Information Query","1.2.840.10008.5.1.4.37.3":"Cardiac Relevant Patient Information Query","1.2.840.10008.5.1.4.38.1":"Hanging Protocol Storage","1.2.840.10008.5.1.4.38.2":"Hanging Protocol Information Model - FIND","1.2.840.10008.5.1.4.38.3":"Hanging Protocol Information Model - MOVE","1.2.840.10008.5.1.4.38.4":"Hanging Protocol Information Model - GET","1.2.840.10008.5.1.4.39.1":"Color Palette Storage","1.2.840.10008.5.1.4.39.2":"Color Palette Query/Retrieve Information Model - FIND","1.2.840.10008.5.1.4.39.3":"Color Palette Query/Retrieve Information Model - MOVE","1.2.840.10008.5.1.4.39.4":"Color Palette Query/Retrieve Information Model - GET","1.2.840.10008.5.1.4.41":"Product Characteristics Query SOP Class","1.2.840.10008.5.1.4.42":"Substance Approval Query SOP Class","1.2.840.10008.5.1.4.43.1":"Generic Implant Template Storage","1.2.840.10008.5.1.4.43.2":"Generic Implant Template Information Model - FIND","1.2.840.10008.5.1.4.43.3":"Generic Implant Template Information Model - MOVE","1.2.840.10008.5.1.4.43.4":"Generic Implant Template Information Model - GET","1.2.840.10008.5.1.4.44.1":"Implant Assembly Template Storage","1.2.840.10008.5.1.4.44.2":"Implant Assembly Template Information Model - FIND","1.2.840.10008.5.1.4.44.3":"Implant Assembly Template Information Model - MOVE","1.2.840.10008.5.1.4.44.4":"Implant Assembly Template Information Model - GET","1.2.840.10008.5.1.4.45.1":"Implant Template Group Storage","1.2.840.10008.5.1.4.45.2":"Implant Template Group Information Model - FIND","1.2.840.10008.5.1.4.45.3":"Implant Template Group Information Model - MOVE","1.2.840.10008.5.1.4.45.4":"Implant Template Group Information Model - GET","1.2.840.10008.7.1.1":"Native DICOM Model","1.2.840.10008.7.1.2":"Abstract Multi-Dimensional Image Model","1.2.840.10008.8.1.1":"DICOM Content Mapping Resource","1.2.840.10008.15.0.3.1":"dicom​Device​Name","1.2.840.10008.15.0.3.2":"dicom​Description","1.2.840.10008.15.0.3.3":"dicom​Manufacturer","1.2.840.10008.15.0.3.4":"dicom​Manufacturer​Model​Name","1.2.840.10008.15.0.3.5":"dicom​Software​Version","1.2.840.10008.15.0.3.6":"dicom​Vendor​Data","1.2.840.10008.15.0.3.7":"dicomAE​Title","1.2.840.10008.15.0.3.8":"dicom​Network​Connection​Reference","1.2.840.10008.15.0.3.9":"dicom​Application​Cluster","1.2.840.10008.15.0.3.10":"dicom​Association​Initiator","1.2.840.10008.15.0.3.11":"dicom​Association​Acceptor","1.2.840.10008.15.0.3.12":"dicom​Hostname","1.2.840.10008.15.0.3.13":"dicom​Port","1.2.840.10008.15.0.3.14":"dicomSOP​Class","1.2.840.10008.15.0.3.15":"dicom​Transfer​Role","1.2.840.10008.15.0.3.16":"dicom​Transfer​Syntax","1.2.840.10008.15.0.3.17":"dicom​Primary​Device​Type","1.2.840.10008.15.0.3.18":"dicom​Related​Device​Reference","1.2.840.10008.15.0.3.19":"dicom​Preferred​CalledAE​Title","1.2.840.10008.15.0.3.20":"dicomTLS​Cyphersuite","1.2.840.10008.15.0.3.21":"dicom​Authorized​Node​Certificate​Reference","1.2.840.10008.15.0.3.22":"dicom​This​Node​Certificate​Reference","1.2.840.10008.15.0.3.23":"dicom​Installed","1.2.840.10008.15.0.3.24":"dicom​Station​Name","1.2.840.10008.15.0.3.25":"dicom​Device​Serial​Number","1.2.840.10008.15.0.3.26":"dicom​Institution​Name","1.2.840.10008.15.0.3.27":"dicom​Institution​Address","1.2.840.10008.15.0.3.28":"dicom​Institution​Department​Name","1.2.840.10008.15.0.3.29":"dicom​Issuer​OfPatientID","1.2.840.10008.15.0.3.30":"dicom​Preferred​CallingAE​Title","1.2.840.10008.15.0.3.31":"dicom​Supported​Character​Set","1.2.840.10008.15.0.4.1":"dicom​Configuration​Root","1.2.840.10008.15.0.4.2":"dicom​Devices​Root","1.2.840.10008.15.0.4.3":"dicom​UniqueAE​Titles​Registry​Root","1.2.840.10008.15.0.4.4":"dicom​Device","1.2.840.10008.15.0.4.5":"dicom​NetworkAE","1.2.840.10008.15.0.4.6":"dicom​Network​Connection","1.2.840.10008.15.0.4.7":"dicom​UniqueAE​Title","1.2.840.10008.15.0.4.8":"dicom​Transfer​Capability","1.2.840.10008.15.1.1":"Universal Coordinated Time"}},692:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.UID=void 0,t.UID={VerificationSOPClass:"1.2.840.10008.1.1",ImplicitVRLittleEndian:"1.2.840.10008.1.2",ExplicitVRLittleEndian:"1.2.840.10008.1.2.1",DeflatedExplicitVRLittleEndian:"1.2.840.10008.1.2.1.99",ExplicitVRBigEndianRetired:"1.2.840.10008.1.2.2",JPEGBaselineProcess1:"1.2.840.10008.1.2.4.50",JPEGExtendedProcess24:"1.2.840.10008.1.2.4.51",JPEGExtendedProcess35Retired:"1.2.840.10008.1.2.4.52",JPEGSpectralSelectionNonHierarchicalProcess68Retired:"1.2.840.10008.1.2.4.53",JPEGSpectralSelectionNonHierarchicalProcess79Retired:"1.2.840.10008.1.2.4.54",JPEGFullProgressionNonHierarchicalProcess1012Retired:"1.2.840.10008.1.2.4.55",JPEGFullProgressionNonHierarchicalProcess1113Retired:"1.2.840.10008.1.2.4.56",JPEGLosslessNonHierarchicalProcess14:"1.2.840.10008.1.2.4.57",JPEGLosslessNonHierarchicalProcess15Retired:"1.2.840.10008.1.2.4.58",JPEGExtendedHierarchicalProcess1618Retired:"1.2.840.10008.1.2.4.59",JPEGExtendedHierarchicalProcess1719Retired:"1.2.840.10008.1.2.4.60",JPEGSpectralSelectionHierarchicalProcess2022Retired:"1.2.840.10008.1.2.4.61",JPEGSpectralSelectionHierarchicalProcess2123Retired:"1.2.840.10008.1.2.4.62",JPEGFullProgressionHierarchicalProcess2426Retired:"1.2.840.10008.1.2.4.63",JPEGFullProgressionHierarchicalProcess2527Retired:"1.2.840.10008.1.2.4.64",JPEGLosslessHierarchicalProcess28Retired:"1.2.840.10008.1.2.4.65",JPEGLosslessHierarchicalProcess29Retired:"1.2.840.10008.1.2.4.66",JPEGLosslessNonHierarchicalFirstOrderPredictionProcess14SelectionValue1:"1.2.840.10008.1.2.4.70",JPEGLSLosslessImageCompression:"1.2.840.10008.1.2.4.80",JPEGLSLossyNearLosslessImageCompression:"1.2.840.10008.1.2.4.81",JPEG2000ImageCompressionLosslessOnly:"1.2.840.10008.1.2.4.90",JPEG2000ImageCompression:"1.2.840.10008.1.2.4.91",JPEG2000Part2MulticomponentImageCompressionLosslessOnly:"1.2.840.10008.1.2.4.92",JPEG2000Part2MulticomponentImageCompression:"1.2.840.10008.1.2.4.93",JPIPReferenced:"1.2.840.10008.1.2.4.94",JPIPReferencedDeflate:"1.2.840.10008.1.2.4.95",MPEG2MainProfileMainLevel:"1.2.840.10008.1.2.4.100",MPEG2MainProfileHighLevel:"1.2.840.10008.1.2.4.101",MPEG4AVCH264HighProfileLevel41:"1.2.840.10008.1.2.4.102",MPEG4AVCH264BDcompatibleHighProfileLevel41:"1.2.840.10008.1.2.4.103",MPEG4AVCH264HighProfileLevel42For2DVideo:"1.2.840.10008.1.2.4.104",MPEG4AVCH264HighProfileLevel42For3DVideo:"1.2.840.10008.1.2.4.105",MPEG4AVCH264StereoHighProfileLevel42:"1.2.840.10008.1.2.4.106",HEVCH265MainProfileLevel51:"1.2.840.10008.1.2.4.107",HEVCH265Main10ProfileLevel51:"1.2.840.10008.1.2.4.108",RLELossless:"1.2.840.10008.1.2.5",RFC2557MIMEencapsulation:"1.2.840.10008.1.2.6.1",XMLEncoding:"1.2.840.10008.1.2.6.2",MediaStorageDirectoryStorage:"1.2.840.10008.1.3.10",TalairachBrainAtlasFrameofReference:"1.2.840.10008.1.4.1.1",SPM2T1FrameofReference:"1.2.840.10008.1.4.1.2",SPM2T2FrameofReference:"1.2.840.10008.1.4.1.3",SPM2PDFrameofReference:"1.2.840.10008.1.4.1.4",SPM2EPIFrameofReference:"1.2.840.10008.1.4.1.5",SPM2FILT1FrameofReference:"1.2.840.10008.1.4.1.6",SPM2PETFrameofReference:"1.2.840.10008.1.4.1.7",SPM2TRANSMFrameofReference:"1.2.840.10008.1.4.1.8",SPM2SPECTFrameofReference:"1.2.840.10008.1.4.1.9",SPM2GRAYFrameofReference:"1.2.840.10008.1.4.1.10",SPM2WHITEFrameofReference:"1.2.840.10008.1.4.1.11",SPM2CSFFrameofReference:"1.2.840.10008.1.4.1.12",SPM2BRAINMASKFrameofReference:"1.2.840.10008.1.4.1.13",SPM2AVG305T1FrameofReference:"1.2.840.10008.1.4.1.14",SPM2AVG152T1FrameofReference:"1.2.840.10008.1.4.1.15",SPM2AVG152T2FrameofReference:"1.2.840.10008.1.4.1.16",SPM2AVG152PDFrameofReference:"1.2.840.10008.1.4.1.17",SPM2SINGLESUBJT1FrameofReference:"1.2.840.10008.1.4.1.18",ICBM452T1FrameofReference:"1.2.840.10008.1.4.2.1",ICBMSingleSubjectMRIFrameofReference:"1.2.840.10008.1.4.2.2",HotIronColorPaletteSOPInstance:"1.2.840.10008.1.5.1",PETColorPaletteSOPInstance:"1.2.840.10008.1.5.2",HotMetalBlueColorPaletteSOPInstance:"1.2.840.10008.1.5.3",PET20StepColorPaletteSOPInstance:"1.2.840.10008.1.5.4",SpringColorPaletteSOPInstance:"1.2.840.10008.1.5.5",SummerColorPaletteSOPInstance:"1.2.840.10008.1.5.6",FallColorPaletteSOPInstance:"1.2.840.10008.1.5.7",WinterColorPaletteSOPInstance:"1.2.840.10008.1.5.8",BasicStudyContentNotificationSOPClassRetired:"1.2.840.10008.1.9",Papyrus3ImplicitVRLittleEndianRetired:"1.2.840.10008.1.20",StorageCommitmentPushModelSOPClass:"1.2.840.10008.1.20.1",StorageCommitmentPushModelSOPInstance:"1.2.840.10008.1.20.1.1",StorageCommitmentPullModelSOPClassRetired:"1.2.840.10008.1.20.2",StorageCommitmentPullModelSOPInstanceRetired:"1.2.840.10008.1.20.2.1",ProceduralEventLoggingSOPClass:"1.2.840.10008.1.40",ProceduralEventLoggingSOPInstance:"1.2.840.10008.1.40.1",SubstanceAdministrationLoggingSOPClass:"1.2.840.10008.1.42",SubstanceAdministrationLoggingSOPInstance:"1.2.840.10008.1.42.1",DICOMUIDRegistry:"1.2.840.10008.2.6.1",DICOMControlledTerminology:"1.2.840.10008.2.16.4",AdultMouseAnatomyOntology:"1.2.840.10008.2.16.5",UberonOntology:"1.2.840.10008.2.16.6",IntegratedTaxonomicInformationSystemITISTaxonomicSerialNumberTSN:"1.2.840.10008.2.16.7",MouseGenomeInitiativeMGI:"1.2.840.10008.2.16.8",PubChemCompoundCID:"1.2.840.10008.2.16.9",DICOMApplicationContextName:"1.2.840.10008.3.1.1.1",DetachedPatientManagementSOPClassRetired:"1.2.840.10008.3.1.2.1.1",DetachedPatientManagementMetaSOPClassRetired:"1.2.840.10008.3.1.2.1.4",DetachedVisitManagementSOPClassRetired:"1.2.840.10008.3.1.2.2.1",DetachedStudyManagementSOPClassRetired:"1.2.840.10008.3.1.2.3.1",StudyComponentManagementSOPClassRetired:"1.2.840.10008.3.1.2.3.2",ModalityPerformedProcedureStepSOPClass:"1.2.840.10008.3.1.2.3.3",ModalityPerformedProcedureStepRetrieveSOPClass:"1.2.840.10008.3.1.2.3.4",ModalityPerformedProcedureStepNotificationSOPClass:"1.2.840.10008.3.1.2.3.5",DetachedResultsManagementSOPClassRetired:"1.2.840.10008.3.1.2.5.1",DetachedResultsManagementMetaSOPClassRetired:"1.2.840.10008.3.1.2.5.4",DetachedStudyManagementMetaSOPClassRetired:"1.2.840.10008.3.1.2.5.5",DetachedInterpretationManagementSOPClassRetired:"1.2.840.10008.3.1.2.6.1",StorageServiceClass:"1.2.840.10008.4.2",BasicFilmSessionSOPClass:"1.2.840.10008.5.1.1.1",BasicFilmBoxSOPClass:"1.2.840.10008.5.1.1.2",BasicGrayscaleImageBoxSOPClass:"1.2.840.10008.5.1.1.4",BasicColorImageBoxSOPClass:"1.2.840.10008.5.1.1.4.1",ReferencedImageBoxSOPClassRetired:"1.2.840.10008.5.1.1.4.2",BasicGrayscalePrintManagementMetaSOPClass:"1.2.840.10008.5.1.1.9",ReferencedGrayscalePrintManagementMetaSOPClassRetired:"1.2.840.10008.5.1.1.9.1",PrintJobSOPClass:"1.2.840.10008.5.1.1.14",BasicAnnotationBoxSOPClass:"1.2.840.10008.5.1.1.15",PrinterSOPClass:"1.2.840.10008.5.1.1.16",PrinterConfigurationRetrievalSOPClass:"1.2.840.10008.5.1.1.16.376",PrinterSOPInstance:"1.2.840.10008.5.1.1.17",PrinterConfigurationRetrievalSOPInstance:"1.2.840.10008.5.1.1.17.376",BasicColorPrintManagementMetaSOPClass:"1.2.840.10008.5.1.1.18",ReferencedColorPrintManagementMetaSOPClassRetired:"1.2.840.10008.5.1.1.18.1",VOILUTBoxSOPClass:"1.2.840.10008.5.1.1.22",PresentationLUTSOPClass:"1.2.840.10008.5.1.1.23",ImageOverlayBoxSOPClassRetired:"1.2.840.10008.5.1.1.24",BasicPrintImageOverlayBoxSOPClassRetired:"1.2.840.10008.5.1.1.24.1",PrintQueueSOPInstanceRetired:"1.2.840.10008.5.1.1.25",PrintQueueManagementSOPClassRetired:"1.2.840.10008.5.1.1.26",StoredPrintStorageSOPClassRetired:"1.2.840.10008.5.1.1.27",HardcopyGrayscaleImageStorageSOPClassRetired:"1.2.840.10008.5.1.1.29",HardcopyColorImageStorageSOPClassRetired:"1.2.840.10008.5.1.1.30",PullPrintRequestSOPClassRetired:"1.2.840.10008.5.1.1.31",PullStoredPrintManagementMetaSOPClassRetired:"1.2.840.10008.5.1.1.32",MediaCreationManagementSOPClassUID:"1.2.840.10008.5.1.1.33",DisplaySystemSOPClass:"1.2.840.10008.5.1.1.40",DisplaySystemSOPInstance:"1.2.840.10008.5.1.1.40.1",ComputedRadiographyImageStorage:"1.2.840.10008.5.1.4.1.1.1",DigitalXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.1.1",DigitalXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.1.1.1",DigitalMammographyXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.1.2",DigitalMammographyXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.1.2.1",DigitalIntraOralXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.1.3",DigitalIntraOralXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.1.3.1",CTImageStorage:"1.2.840.10008.5.1.4.1.1.2",EnhancedCTImageStorage:"1.2.840.10008.5.1.4.1.1.2.1",LegacyConvertedEnhancedCTImageStorage:"1.2.840.10008.5.1.4.1.1.2.2",UltrasoundMultiframeImageStorageRetired:"1.2.840.10008.5.1.4.1.1.3",UltrasoundMultiframeImageStorage:"1.2.840.10008.5.1.4.1.1.3.1",MRImageStorage:"1.2.840.10008.5.1.4.1.1.4",EnhancedMRImageStorage:"1.2.840.10008.5.1.4.1.1.4.1",MRSpectroscopyStorage:"1.2.840.10008.5.1.4.1.1.4.2",EnhancedMRColorImageStorage:"1.2.840.10008.5.1.4.1.1.4.3",LegacyConvertedEnhancedMRImageStorage:"1.2.840.10008.5.1.4.1.1.4.4",NuclearMedicineImageStorageRetired:"1.2.840.10008.5.1.4.1.1.5",UltrasoundImageStorageRetired:"1.2.840.10008.5.1.4.1.1.6",UltrasoundImageStorage:"1.2.840.10008.5.1.4.1.1.6.1",EnhancedUSVolumeStorage:"1.2.840.10008.5.1.4.1.1.6.2",SecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7",MultiframeSingleBitSecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7.1",MultiframeGrayscaleByteSecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7.2",MultiframeGrayscaleWordSecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7.3",MultiframeTrueColorSecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7.4",StandaloneOverlayStorageRetired:"1.2.840.10008.5.1.4.1.1.8",StandaloneCurveStorageRetired:"1.2.840.10008.5.1.4.1.1.9",WaveformStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.9.1",TwelveleadECGWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.1.1",GeneralECGWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.1.2",AmbulatoryECGWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.1.3",HemodynamicWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.2.1",CardiacElectrophysiologyWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.3.1",BasicVoiceAudioWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.4.1",GeneralAudioWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.4.2",ArterialPulseWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.5.1",RespiratoryWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.6.1",StandaloneModalityLUTStorageRetired:"1.2.840.10008.5.1.4.1.1.10",StandaloneVOILUTStorageRetired:"1.2.840.10008.5.1.4.1.1.11",GrayscaleSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.1",ColorSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.2",PseudoColorSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.3",BlendingSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.4",XAXRFGrayscaleSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.5",GrayscalePlanarMPRVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.6",CompositingPlanarMPRVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.7",AdvancedBlendingPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.8",VolumeRenderingVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.9",SegmentedVolumeRenderingVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.10",MultipleVolumeRenderingVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.11",XRayAngiographicImageStorage:"1.2.840.10008.5.1.4.1.1.12.1",EnhancedXAImageStorage:"1.2.840.10008.5.1.4.1.1.12.1.1",XRayRadiofluoroscopicImageStorage:"1.2.840.10008.5.1.4.1.1.12.2",EnhancedXRFImageStorage:"1.2.840.10008.5.1.4.1.1.12.2.1",XRayAngiographicBiPlaneImageStorageRetired:"1.2.840.10008.5.1.4.1.1.12.3",XRay3DAngiographicImageStorage:"1.2.840.10008.5.1.4.1.1.13.1.1",XRay3DCraniofacialImageStorage:"1.2.840.10008.5.1.4.1.1.13.1.2",BreastTomosynthesisImageStorage:"1.2.840.10008.5.1.4.1.1.13.1.3",BreastProjectionXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.13.1.4",BreastProjectionXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.13.1.5",IntravascularOpticalCoherenceTomographyImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.14.1",IntravascularOpticalCoherenceTomographyImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.14.2",NuclearMedicineImageStorage:"1.2.840.10008.5.1.4.1.1.20",ParametricMapStorage:"1.2.840.10008.5.1.4.1.1.30",RawDataStorage:"1.2.840.10008.5.1.4.1.1.66",SpatialRegistrationStorage:"1.2.840.10008.5.1.4.1.1.66.1",SpatialFiducialsStorage:"1.2.840.10008.5.1.4.1.1.66.2",DeformableSpatialRegistrationStorage:"1.2.840.10008.5.1.4.1.1.66.3",SegmentationStorage:"1.2.840.10008.5.1.4.1.1.66.4",SurfaceSegmentationStorage:"1.2.840.10008.5.1.4.1.1.66.5",TractographyResultsStorage:"1.2.840.10008.5.1.4.1.1.66.6",RealWorldValueMappingStorage:"1.2.840.10008.5.1.4.1.1.67",SurfaceScanMeshStorage:"1.2.840.10008.5.1.4.1.1.68.1",SurfaceScanPointCloudStorage:"1.2.840.10008.5.1.4.1.1.68.2",VLImageStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.77.1",VLMultiframeImageStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.77.2",VLEndoscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.1",VideoEndoscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.1.1",VLMicroscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.2",VideoMicroscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.2.1",VLSlideCoordinatesMicroscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.3",VLPhotographicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.4",VideoPhotographicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.4.1",OphthalmicPhotography8BitImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.1",OphthalmicPhotography16BitImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.2",StereometricRelationshipStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.3",OphthalmicTomographyImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.4",WideFieldOphthalmicPhotographyStereographicProjectionImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.5",WideFieldOphthalmicPhotography3DCoordinatesImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.6",OphthalmicOpticalCoherenceTomographyEnFaceImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.7",OphthalmicOpticalCoherenceTomographyBscanVolumeAnalysisStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.8",VLWholeSlideMicroscopyImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.6",LensometryMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.1",AutorefractionMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.2",KeratometryMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.3",SubjectiveRefractionMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.4",VisualAcuityMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.5",SpectaclePrescriptionReportStorage:"1.2.840.10008.5.1.4.1.1.78.6",OphthalmicAxialMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.7",IntraocularLensCalculationsStorage:"1.2.840.10008.5.1.4.1.1.78.8",MacularGridThicknessandVolumeReportStorage:"1.2.840.10008.5.1.4.1.1.79.1",OphthalmicVisualFieldStaticPerimetryMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.80.1",OphthalmicThicknessMapStorage:"1.2.840.10008.5.1.4.1.1.81.1",CornealTopographyMapStorage:"1.2.840.10008.5.1.4.1.1.82.1",TextSRStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.88.1",AudioSRStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.88.2",DetailSRStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.88.3",ComprehensiveSRStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.88.4",BasicTextSRStorage:"1.2.840.10008.5.1.4.1.1.88.11",EnhancedSRStorage:"1.2.840.10008.5.1.4.1.1.88.22",ComprehensiveSRStorage:"1.2.840.10008.5.1.4.1.1.88.33",Comprehensive3DSRStorage:"1.2.840.10008.5.1.4.1.1.88.34",ExtensibleSRStorage:"1.2.840.10008.5.1.4.1.1.88.35",ProcedureLogStorage:"1.2.840.10008.5.1.4.1.1.88.40",MammographyCADSRStorage:"1.2.840.10008.5.1.4.1.1.88.50",KeyObjectSelectionDocumentStorage:"1.2.840.10008.5.1.4.1.1.88.59",ChestCADSRStorage:"1.2.840.10008.5.1.4.1.1.88.65",XRayRadiationDoseSRStorage:"1.2.840.10008.5.1.4.1.1.88.67",RadiopharmaceuticalRadiationDoseSRStorage:"1.2.840.10008.5.1.4.1.1.88.68",ColonCADSRStorage:"1.2.840.10008.5.1.4.1.1.88.69",ImplantationPlanSRStorage:"1.2.840.10008.5.1.4.1.1.88.70",AcquisitionContextSRStorage:"1.2.840.10008.5.1.4.1.1.88.71",SimplifiedAdultEchoSRStorage:"1.2.840.10008.5.1.4.1.1.88.72",PatientRadiationDoseSRStorage:"1.2.840.10008.5.1.4.1.1.88.73",ContentAssessmentResultsStorage:"1.2.840.10008.5.1.4.1.1.90.1",EncapsulatedPDFStorage:"1.2.840.10008.5.1.4.1.1.104.1",EncapsulatedCDAStorage:"1.2.840.10008.5.1.4.1.1.104.2",PositronEmissionTomographyImageStorage:"1.2.840.10008.5.1.4.1.1.128",LegacyConvertedEnhancedPETImageStorage:"1.2.840.10008.5.1.4.1.1.128.1",StandalonePETCurveStorageRetired:"1.2.840.10008.5.1.4.1.1.129",EnhancedPETImageStorage:"1.2.840.10008.5.1.4.1.1.130",BasicStructuredDisplayStorage:"1.2.840.10008.5.1.4.1.1.131",CTDefinedProcedureProtocolStorage:"1.2.840.10008.5.1.4.1.1.200.1",CTPerformedProcedureProtocolStorage:"1.2.840.10008.5.1.4.1.1.200.2",ProtocolApprovalStorage:"1.2.840.10008.5.1.4.1.1.200.3",ProtocolApprovalInformationModelFIND:"1.2.840.10008.5.1.4.1.1.200.4",ProtocolApprovalInformationModelMOVE:"1.2.840.10008.5.1.4.1.1.200.5",ProtocolApprovalInformationModelGET:"1.2.840.10008.5.1.4.1.1.200.6",RTImageStorage:"1.2.840.10008.5.1.4.1.1.481.1",RTDoseStorage:"1.2.840.10008.5.1.4.1.1.481.2",RTStructureSetStorage:"1.2.840.10008.5.1.4.1.1.481.3",RTBeamsTreatmentRecordStorage:"1.2.840.10008.5.1.4.1.1.481.4",RTPlanStorage:"1.2.840.10008.5.1.4.1.1.481.5",RTBrachyTreatmentRecordStorage:"1.2.840.10008.5.1.4.1.1.481.6",RTTreatmentSummaryRecordStorage:"1.2.840.10008.5.1.4.1.1.481.7",RTIonPlanStorage:"1.2.840.10008.5.1.4.1.1.481.8",RTIonBeamsTreatmentRecordStorage:"1.2.840.10008.5.1.4.1.1.481.9",DICOSCTImageStorage:"1.2.840.10008.5.1.4.1.1.501.1",DICOSDigitalXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.501.2.1",DICOSDigitalXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.501.2.2",DICOSThreatDetectionReportStorage:"1.2.840.10008.5.1.4.1.1.501.3",DICOS2DAITStorage:"1.2.840.10008.5.1.4.1.1.501.4",DICOS3DAITStorage:"1.2.840.10008.5.1.4.1.1.501.5",DICOSQuadrupoleResonanceQRStorage:"1.2.840.10008.5.1.4.1.1.501.6",EddyCurrentImageStorage:"1.2.840.10008.5.1.4.1.1.601.1",EddyCurrentMultiframeImageStorage:"1.2.840.10008.5.1.4.1.1.601.2",PatientRootQueryRetrieveInformationModelFIND:"1.2.840.10008.5.1.4.1.2.1.1",PatientRootQueryRetrieveInformationModelMOVE:"1.2.840.10008.5.1.4.1.2.1.2",PatientRootQueryRetrieveInformationModelGET:"1.2.840.10008.5.1.4.1.2.1.3",StudyRootQueryRetrieveInformationModelFIND:"1.2.840.10008.5.1.4.1.2.2.1",StudyRootQueryRetrieveInformationModelMOVE:"1.2.840.10008.5.1.4.1.2.2.2",StudyRootQueryRetrieveInformationModelGET:"1.2.840.10008.5.1.4.1.2.2.3",PatientStudyOnlyQueryRetrieveInformationModelFINDRetired:"1.2.840.10008.5.1.4.1.2.3.1",PatientStudyOnlyQueryRetrieveInformationModelMOVERetired:"1.2.840.10008.5.1.4.1.2.3.2",PatientStudyOnlyQueryRetrieveInformationModelGETRetired:"1.2.840.10008.5.1.4.1.2.3.3",CompositeInstanceRootRetrieveMOVE:"1.2.840.10008.5.1.4.1.2.4.2",CompositeInstanceRootRetrieveGET:"1.2.840.10008.5.1.4.1.2.4.3",CompositeInstanceRetrieveWithoutBulkDataGET:"1.2.840.10008.5.1.4.1.2.5.3",DefinedProcedureProtocolInformationModelFIND:"1.2.840.10008.5.1.4.20.1",DefinedProcedureProtocolInformationModelMOVE:"1.2.840.10008.5.1.4.20.2",DefinedProcedureProtocolInformationModelGET:"1.2.840.10008.5.1.4.20.3",ModalityWorklistInformationModelFIND:"1.2.840.10008.5.1.4.31",GeneralPurposeWorklistManagementMetaSOPClassRetired:"1.2.840.10008.5.1.4.32",GeneralPurposeWorklistInformationModelFINDRetired:"1.2.840.10008.5.1.4.32.1",GeneralPurposeScheduledProcedureStepSOPClassRetired:"1.2.840.10008.5.1.4.32.2",GeneralPurposePerformedProcedureStepSOPClassRetired:"1.2.840.10008.5.1.4.32.3",InstanceAvailabilityNotificationSOPClass:"1.2.840.10008.5.1.4.33",RTBeamsDeliveryInstructionStorageTrialRetired:"1.2.840.10008.5.1.4.34.1",RTConventionalMachineVerificationTrialRetired:"1.2.840.10008.5.1.4.34.2",RTIonMachineVerificationTrialRetired:"1.2.840.10008.5.1.4.34.3",UnifiedWorklistandProcedureStepServiceClassTrialRetired:"1.2.840.10008.5.1.4.34.4",UnifiedProcedureStepPushSOPClassTrialRetired:"1.2.840.10008.5.1.4.34.4.1",UnifiedProcedureStepWatchSOPClassTrialRetired:"1.2.840.10008.5.1.4.34.4.2",UnifiedProcedureStepPullSOPClassTrialRetired:"1.2.840.10008.5.1.4.34.4.3",UnifiedProcedureStepEventSOPClassTrialRetired:"1.2.840.10008.5.1.4.34.4.4",UPSGlobalSubscriptionSOPInstance:"1.2.840.10008.5.1.4.34.5",UPSFilteredGlobalSubscriptionSOPInstance:"1.2.840.10008.5.1.4.34.5.1",UnifiedWorklistandProcedureStepServiceClass:"1.2.840.10008.5.1.4.34.6",UnifiedProcedureStepPushSOPClass:"1.2.840.10008.5.1.4.34.6.1",UnifiedProcedureStepWatchSOPClass:"1.2.840.10008.5.1.4.34.6.2",UnifiedProcedureStepPullSOPClass:"1.2.840.10008.5.1.4.34.6.3",UnifiedProcedureStepEventSOPClass:"1.2.840.10008.5.1.4.34.6.4",RTBeamsDeliveryInstructionStorage:"1.2.840.10008.5.1.4.34.7",RTConventionalMachineVerification:"1.2.840.10008.5.1.4.34.8",RTIonMachineVerification:"1.2.840.10008.5.1.4.34.9",RTBrachyApplicationSetupDeliveryInstructionStorage:"1.2.840.10008.5.1.4.34.10",GeneralRelevantPatientInformationQuery:"1.2.840.10008.5.1.4.37.1",BreastImagingRelevantPatientInformationQuery:"1.2.840.10008.5.1.4.37.2",CardiacRelevantPatientInformationQuery:"1.2.840.10008.5.1.4.37.3",HangingProtocolStorage:"1.2.840.10008.5.1.4.38.1",HangingProtocolInformationModelFIND:"1.2.840.10008.5.1.4.38.2",HangingProtocolInformationModelMOVE:"1.2.840.10008.5.1.4.38.3",HangingProtocolInformationModelGET:"1.2.840.10008.5.1.4.38.4",ColorPaletteStorage:"1.2.840.10008.5.1.4.39.1",ColorPaletteQueryRetrieveInformationModelFIND:"1.2.840.10008.5.1.4.39.2",ColorPaletteQueryRetrieveInformationModelMOVE:"1.2.840.10008.5.1.4.39.3",ColorPaletteQueryRetrieveInformationModelGET:"1.2.840.10008.5.1.4.39.4",ProductCharacteristicsQuerySOPClass:"1.2.840.10008.5.1.4.41",SubstanceApprovalQuerySOPClass:"1.2.840.10008.5.1.4.42",GenericImplantTemplateStorage:"1.2.840.10008.5.1.4.43.1",GenericImplantTemplateInformationModelFIND:"1.2.840.10008.5.1.4.43.2",GenericImplantTemplateInformationModelMOVE:"1.2.840.10008.5.1.4.43.3",GenericImplantTemplateInformationModelGET:"1.2.840.10008.5.1.4.43.4",ImplantAssemblyTemplateStorage:"1.2.840.10008.5.1.4.44.1",ImplantAssemblyTemplateInformationModelFIND:"1.2.840.10008.5.1.4.44.2",ImplantAssemblyTemplateInformationModelMOVE:"1.2.840.10008.5.1.4.44.3",ImplantAssemblyTemplateInformationModelGET:"1.2.840.10008.5.1.4.44.4",ImplantTemplateGroupStorage:"1.2.840.10008.5.1.4.45.1",ImplantTemplateGroupInformationModelFIND:"1.2.840.10008.5.1.4.45.2",ImplantTemplateGroupInformationModelMOVE:"1.2.840.10008.5.1.4.45.3",ImplantTemplateGroupInformationModelGET:"1.2.840.10008.5.1.4.45.4",NativeDICOMModel:"1.2.840.10008.7.1.1",AbstractMultiDimensionalImageModel:"1.2.840.10008.7.1.2",DICOMContentMappingResource:"1.2.840.10008.8.1.1",dicomDeviceName:"1.2.840.10008.15.0.3.1",dicomDescription:"1.2.840.10008.15.0.3.2",dicomManufacturer:"1.2.840.10008.15.0.3.3",dicomManufacturerModelName:"1.2.840.10008.15.0.3.4",dicomSoftwareVersion:"1.2.840.10008.15.0.3.5",dicomVendorData:"1.2.840.10008.15.0.3.6",dicomAETitle:"1.2.840.10008.15.0.3.7",dicomNetworkConnectionReference:"1.2.840.10008.15.0.3.8",dicomApplicationCluster:"1.2.840.10008.15.0.3.9",dicomAssociationInitiator:"1.2.840.10008.15.0.3.10",dicomAssociationAcceptor:"1.2.840.10008.15.0.3.11",dicomHostname:"1.2.840.10008.15.0.3.12",dicomPort:"1.2.840.10008.15.0.3.13",dicomSOPClass:"1.2.840.10008.15.0.3.14",dicomTransferRole:"1.2.840.10008.15.0.3.15",dicomTransferSyntax:"1.2.840.10008.15.0.3.16",dicomPrimaryDeviceType:"1.2.840.10008.15.0.3.17",dicomRelatedDeviceReference:"1.2.840.10008.15.0.3.18",dicomPreferredCalledAETitle:"1.2.840.10008.15.0.3.19",dicomTLSCyphersuite:"1.2.840.10008.15.0.3.20",dicomAuthorizedNodeCertificateReference:"1.2.840.10008.15.0.3.21",dicomThisNodeCertificateReference:"1.2.840.10008.15.0.3.22",dicomInstalled:"1.2.840.10008.15.0.3.23",dicomStationName:"1.2.840.10008.15.0.3.24",dicomDeviceSerialNumber:"1.2.840.10008.15.0.3.25",dicomInstitutionName:"1.2.840.10008.15.0.3.26",dicomInstitutionAddress:"1.2.840.10008.15.0.3.27",dicomInstitutionDepartmentName:"1.2.840.10008.15.0.3.28",dicomIssuerOfPatientID:"1.2.840.10008.15.0.3.29",dicomPreferredCallingAETitle:"1.2.840.10008.15.0.3.30",dicomSupportedCharacterSet:"1.2.840.10008.15.0.3.31",dicomConfigurationRoot:"1.2.840.10008.15.0.4.1",dicomDevicesRoot:"1.2.840.10008.15.0.4.2",dicomUniqueAETitlesRegistryRoot:"1.2.840.10008.15.0.4.3",dicomDevice:"1.2.840.10008.15.0.4.4",dicomNetworkAE:"1.2.840.10008.15.0.4.5",dicomNetworkConnection:"1.2.840.10008.15.0.4.6",dicomUniqueAETitle:"1.2.840.10008.15.0.4.7",dicomTransferCapability:"1.2.840.10008.15.0.4.8",UniversalCoordinatedTime:"1.2.840.10008.15.1.1"}},397:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.parsePersonName=t.Value=void 0;const i=n(925),a=n(8),r=n(232),o=n(353),s=n(178);class c{constructor(e){this.bytes=e,this.length=e.length}static fromString(e,t,n=!1){return u(R(e,t,n),e)}static fromStrings(e,t,n=!1){return u(l(t.map((t=>R(e,t,n))),e),e)}static fromBuffer(e,t){return u(t,e)}static fromBytes(e,t){return c.fromBuffer(e,Buffer.from(t))}static fromNumber(e,t,n=!1){return u(V(e,t,n),e)}static fromNumbers(e,t,n=!1){return u(l(t.map((t=>V(e,t,n))),e),e)}static fromDate(e,t){return u(m(e,t),e)}static fromDates(e,t){return u(l(t.map((t=>m(e,t))),e),e)}static fromTime(e,t){return u(d(e,t),e)}static fromTimes(e,t){return u(l(t.map((t=>d(e,t))),e),e)}static fromDateTime(e,t){return u(g(e,t),e)}static fromDateTimes(e,t){return u(l(t.map((t=>g(e,t))),e),e)}static fromPersonName(e,t){return c.fromBuffer(e,h(e,t))}static fromPersonNames(e,t){return c.fromBuffer(e,l(t.map((t=>h(e,t))),e))}static fromURL(e,t){return u(function(e,t){if(e===o.VR.UR)return Buffer.from(t.toString());throw Error("Cannot create value of VR "+e+" from URL")}(e,t),e)}static empty(){return new c(a.emptyBuffer)}static headOption(e){return e.length>0?e[0]:void 0}toStrings(e,t=!1,n=r.defaultCharacterSet){return 0===this.length?[]:e===o.VR.AT?D(this.bytes,t).map(a.tagToString):e===o.VR.FL?y(this.bytes,t).map((e=>e.toString())):e===o.VR.FD?L(this.bytes,t).map((e=>e.toString())):e===o.VR.SL?T(this.bytes,t).map((e=>e.toString())):e===o.VR.SS?P(this.bytes,t).map((e=>e.toString())):e===o.VR.UL?C(this.bytes,t).map((e=>e.toString())):e===o.VR.US?I(this.bytes,t).map((e=>e.toString())):e===o.VR.OB?[this.bytes.length+" bytes"]:e===o.VR.OW?[this.bytes.length/2+" words"]:e===o.VR.OF?[y(this.bytes,t).join(" ")]:e===o.VR.OD?[L(this.bytes,t).join(" ")]:e===o.VR.ST||e===o.VR.LT||e===o.VR.UT||e===o.VR.UR?[S(n.decode(this.bytes,e),e.paddingByte)]:e===o.VR.DA||e===o.VR.TM||e===o.VR.DT?f(this.bytes.toString()).map(a.trim):e===o.VR.UC?f(S(n.decode(this.bytes,e),e.paddingByte)):f(n.decode(this.bytes,e)).map(a.trim)}toSingleString(e,t=!1,n=r.defaultCharacterSet){if(e===o.VR.AT||e===o.VR.FL||e===o.VR.FD||e===o.VR.SL||e===o.VR.SS||e===o.VR.UL||e===o.VR.US||e===o.VR.OB||e===o.VR.OW||e===o.VR.OF||e===o.VR.OD){const i=this.toStrings(e,t,n);return 0===i.length?"":i.join(a.multiValueDelimiter)}return e===o.VR.ST||e===o.VR.LT||e===o.VR.UT||e===o.VR.UR?S(n.decode(this.bytes,e),e.paddingByte):e===o.VR.DA||e===o.VR.TM||e===o.VR.DT?(0,a.trim)(this.bytes.toString()):e===o.VR.UC?S(n.decode(this.bytes,e),e.paddingByte):(0,a.trim)(n.decode(this.bytes,e))}toNumbers(e,t=!1){return 0===this.length?[]:e===o.VR.AT?D(this.bytes,t):e===o.VR.DS?(n=this.bytes,f(n.toString()).map(a.trim).map((e=>parseFloat(e)))).filter((e=>!isNaN(e))):e===o.VR.FL?y(this.bytes,t):e===o.VR.FD?L(this.bytes,t):e===o.VR.IS?function(e){return f(e.toString()).map(a.trim).map((e=>parseInt(e,10)))}(this.bytes).filter((e=>!isNaN(e))):e===o.VR.SL?T(this.bytes,t):e===o.VR.SS?P(this.bytes,t):e===o.VR.UL?C(this.bytes,t):e===o.VR.US?I(this.bytes,t):[];var n}toDates(e=o.VR.DA){return e===o.VR.DA?O(this.bytes):e===o.VR.DT?b(this.bytes,a.systemZone).map((e=>e.toLocalDate())):[]}toTimes(e=o.VR.TM){return e===o.VR.DT?b(this.bytes,a.systemZone).map((e=>e.toLocalTime())):e===o.VR.TM?f(this.bytes.toString()).map(Q).filter((e=>void 0!==e)):[]}toDateTimes(e=o.VR.DT,t=a.systemZone){return e===o.VR.DA?O(this.bytes).map((e=>e.atStartOfDay(t))):e===o.VR.DT?b(this.bytes,t):[]}toPersonNames(e=o.VR.PN,t=r.defaultCharacterSet){return e===o.VR.PN?function(e,t){return f(t.decode(e,o.VR.PN)).map(a.trim).map((e=>U(e)))}(this.bytes,t):[]}toURL(e=o.VR.UR){if(e===o.VR.UR)return function(e){try{return new URL(e)}catch(e){return}}(this.bytes.toString().trim())}toString(e,t=!1,n=r.defaultCharacterSet){return c.headOption(this.toStrings(e,t,n))}toNumber(e,t=!1){return c.headOption(this.toNumbers(e,t))}toDate(e){return c.headOption(this.toDates(e))}toTime(e){return c.headOption(this.toTimes(e))}toDateTime(e,t){return c.headOption(this.toDateTimes(e,t))}toPersonName(e=o.VR.PN,t=r.defaultCharacterSet){return c.headOption(this.toPersonNames(e,t))}append(e){return new c((0,a.concat)(this.bytes,e))}ensurePadding(e){return c.fromBuffer(e,this.bytes)}}function S(e,t){let n=e.length;for(;n>0&&e.charCodeAt(n-1)<=t;)n-=1;return e.substring(0,n)}function l(e,t){if(t===o.VR.AT||t===o.VR.FL||t===o.VR.FD||t===o.VR.SL||t===o.VR.SS||t===o.VR.UL||t===o.VR.US||t===o.VR.OB||t===o.VR.OW||t===o.VR.OL||t===o.VR.OF||t===o.VR.OD)return e.reduce(a.concat,a.emptyBuffer);const n=Buffer.from("\\");return e.reduce(((e,t)=>(0,a.concatv)(e,n,t)))}function u(e,t){return new c(t?(0,a.padToEvenLength)(e,t):e)}function R(e,t,n=!1){if(e===o.VR.AT)return(0,a.tagToBytes)(parseInt(t,16),n);if(e===o.VR.FL)return(0,a.floatToBytes)(parseFloat(t),n);if(e===o.VR.FD)return(0,a.doubleToBytes)(parseFloat(t),n);if(e===o.VR.SL)return(0,a.intToBytes)(parseInt(t,10),n);if(e===o.VR.SS)return(0,a.shortToBytes)(parseInt(t,10),n);if(e===o.VR.UL)return(0,a.intToBytes)(parseInt(t,10),n);if(e===o.VR.US)return(0,a.shortToBytes)(parseInt(t,10),n);if(e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create binary array from string");return Buffer.from(t)}function V(e,t,n=!1){if(e===o.VR.AT)return(0,a.tagToBytes)(t,n);if(e===o.VR.FL)return(0,a.floatToBytes)(t,n);if(e===o.VR.FD)return(0,a.doubleToBytes)(t,n);if(e===o.VR.SL)return(0,a.intToBytes)(t,n);if(e===o.VR.SS)return(0,a.shortToBytes)(t,n);if(e===o.VR.UL)return(0,a.intToBytes)(t,n);if(e===o.VR.US)return(0,a.shortToBytes)(t,n);if(e===o.VR.AT)return(0,a.tagToBytes)(t,n);if(e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create value of VR "+e+" from int");return Buffer.from(t+"")}function m(e,t){if(e===o.VR.AT||e===o.VR.FL||e===o.VR.FD||e===o.VR.SL||e===o.VR.SS||e===o.VR.UL||e===o.VR.US||e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create value of VR "+e+" from date");return Buffer.from(t.format(F))}function d(e,t){if(e===o.VR.AT||e===o.VR.FL||e===o.VR.FD||e===o.VR.SL||e===o.VR.SS||e===o.VR.UL||e===o.VR.US||e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create value of VR "+e+" from time");return Buffer.from(t.format(E))}function g(e,t){if(e===o.VR.AT||e===o.VR.FL||e===o.VR.FD||e===o.VR.SL||e===o.VR.SS||e===o.VR.UL||e===o.VR.US||e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create value of VR "+e+" from date-time");return Buffer.from(t.format(M))}function h(e,t){if(e===o.VR.PN)return Buffer.from(t.toString());throw Error("Cannot create value of VR "+e+" from person name")}function p(e,t){return function(e,t){const n=[],i=e.length;let a=0;for(;a<i;)n.push(e.slice(a,a+=t));return n}(e,t).filter((e=>e.length===t))}function f(e){return e.split(a.multiValueDelimiter)}function D(e,t=!1){return p(e,4).map((e=>(0,a.bytesToTag)(e,t)))}function T(e,t=!1){return p(e,4).map((e=>(0,a.bytesToInt)(e,t)))}function P(e,t=!1){return p(e,2).map((e=>(0,a.bytesToShort)(e,t)))}function C(e,t=!1){return p(e,4).map((e=>(0,a.bytesToUInt)(e,t)))}function I(e,t=!1){return p(e,2).map((e=>(0,a.bytesToUShort)(e,t)))}function y(e,t=!1){return p(e,4).map((e=>(0,a.bytesToFloat)(e,t)))}function L(e,t=!1){return p(e,8).map((e=>(0,a.bytesToDouble)(e,t)))}function O(e){return f(e.toString()).map(A).filter((e=>void 0!==e))}function b(e,t){return f(e.toString()).map((e=>function(e,t=a.systemZone){try{let n=(e=e.trim()).length;if(n<4)throw Error("Malformed date-time, must at least include year.");const a=Math.max(e.indexOf("+"),e.indexOf("-"));if(a>=4&&e.length===a+5){const r=e.substring(a,a+1),o=e.substring(a+1,a+5);t=i.ZoneOffset.ofHoursMinutes(parseInt(r+o.substring(0,2),10),parseInt(r+o.substring(2,4),10)),n=(e=e.substring(0,a)).length}else if(a>=0)throw Error("Malformed date-time. Zone is present but misplaced or not of length 5");if([4,6,8,10,12,14,16,17,18,19,20,21].indexOf(n)<0)throw Error("Malformed date-time, invalid length "+n);const r=parseInt(e.substring(0,4),10);let o=1,s=1,c=0,S=0,l=0,u=0;if(n>=6&&(o=parseInt(e.substring(4,6),10),n>=8&&(s=parseInt(e.substring(6,8),10),n>=10&&(c=parseInt(e.substring(8,10),10),n>=12&&(S=parseInt(e.substring(10,12),10),n>=14&&(l=parseInt(e.substring(12,14),10),"."===e.charAt(14)&&n>=15)))))){const t=Math.min(n,21),i=9-(t-15);u=parseInt(e.substring(15,t),10)*Math.pow(10,i)}return i.ZonedDateTime.of(r,o,s,c,S,l,u,t)}catch(e){return}}(e,t))).filter((e=>void 0!==e))}t.Value=c;const F=i.DateTimeFormatter.ofPattern("uuuuMMdd"),q=i.DateTimeFormatter.ofPattern("uuuu'.'MM'.'dd"),v=(new i.DateTimeFormatterBuilder).appendPattern("HH[[':']mm[[':']ss[").appendFraction(i.ChronoField.MICRO_OF_SECOND,1,6,!0).appendPattern("]]]").toFormatter(i.ResolverStyle.LENIENT),E=i.DateTimeFormatter.ofPattern("HHmmss'.'SSSSSS"),M=i.DateTimeFormatter.ofPattern("uuuuMMddHHmmss'.'SSSSSSZ");function A(e){const t=e.trim();try{return i.LocalDate.parse(t,F)}catch(e){try{return i.LocalDate.parse(t,q)}catch(e){return}}}function Q(e){try{return i.LocalTime.parse(e.trim(),v)}catch(e){return}}function U(e){function t(e,t){return e.concat(new Array(Math.max(0,t-e.length)).fill(""))}const n=(i=t(e.split(/=/),3).map(a.trim).map((e=>t(e.split(/\^/),5))),i[0].map(((e,t)=>i.map((e=>e[t]))))).map((e=>new s.ComponentGroup(e[0],e[1],e[2])));var i;return new s.PersonName(n[0],n[1],n[2],n[3],n[4])}t.parsePersonName=U},353:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.VR=void 0;class n{constructor(e,t,n,i){this.name=e,this.code=t,this.headerLength=n,this.paddingByte=i}static valueOf(e){return n.map.get(e)}}t.VR=n,n.AE=new n("AE",16709,8,32),n.AS=new n("AS",16723,8,32),n.AT=new n("AT",16724,8,0),n.CS=new n("CS",17235,8,32),n.DA=new n("DA",17473,8,32),n.DS=new n("DS",17491,8,32),n.DT=new n("DT",17492,8,32),n.FD=new n("FD",17988,8,0),n.FL=new n("FL",17996,8,0),n.IS=new n("IS",18771,8,32),n.LO=new n("LO",19535,8,32),n.LT=new n("LT",19540,8,32),n.OB=new n("OB",20290,12,0),n.OD=new n("OD",20292,12,0),n.OF=new n("OF",20294,12,0),n.OL=new n("OL",20300,12,0),n.OV=new n("OV",20310,12,0),n.OW=new n("OW",20311,12,0),n.PN=new n("PN",20558,8,32),n.SH=new n("SH",21320,8,32),n.SL=new n("SL",21324,8,0),n.SQ=new n("SQ",21329,12,0),n.SS=new n("SS",21331,8,0),n.ST=new n("ST",21332,8,32),n.SV=new n("SV",21334,12,0),n.TM=new n("TM",21581,8,32),n.UC=new n("UC",21827,12,32),n.UI=new n("UI",21833,8,0),n.UL=new n("UL",21836,8,0),n.UN=new n("UN",21838,12,0),n.UR=new n("UR",21842,12,32),n.US=new n("US",21843,8,0),n.UT=new n("UT",21844,12,32),n.UV=new n("UV",21846,12,0),n.values=[n.AE,n.AS,n.AT,n.CS,n.DA,n.DS,n.DT,n.FD,n.FL,n.IS,n.LO,n.LT,n.OB,n.OD,n.OF,n.OL,n.OV,n.OW,n.PN,n.SH,n.SL,n.SQ,n.SS,n.ST,n.SV,n.TM,n.UC,n.UI,n.UL,n.UN,n.UR,n.US,n.UT,n.UV],n.map=n.values.reduce(((e,t)=>(e.set(t.code,t),e)),new Map)},445:e=>{e.exports=require("dicom-character-set")},925:e=>{e.exports=require("js-joda")},583:e=>{e.exports=require("multipipe")},828:e=>{e.exports=require("uuid")},781:e=>{e.exports=require("stream")},796:e=>{e.exports=require("zlib")}},t={},n=function n(i){var a=t[i];if(void 0!==a)return a.exports;var r=t[i]={exports:{}};return e[i].call(r.exports,r,r.exports,n),r.exports}(22);module.exports.dicomStreams=n})();
1
+ (()=>{"use strict";var e={653:function(e,t,n){var i=this&&this.__createBinding||(Object.create?function(e,t,n,i){void 0===i&&(i=n);var a=Object.getOwnPropertyDescriptor(t,n);a&&!("get"in a?!t.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,i,a)}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&i(t,e,n);return a(t,e),t},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.tagToBytes=t.tagToBytesLE=t.tagToBytesBE=t.intToBytes=t.shortToBytes=t.shortToBytesLE=t.shortToBytesBE=t.intToBytesLE=t.intToBytesBE=t.bytesToDouble=t.bytesToDoubleLE=t.bytesToDoubleBE=t.bytesToFloat=t.bytesToFloatLE=t.bytesToFloatBE=t.bytesToTag=t.bytesToTagLE=t.bytesToTagBE=t.bytesToUInt=t.bytesToUIntLE=t.bytesToUIntBE=t.bytesToInt=t.bytesToIntLE=t.bytesToIntBE=t.bytesToVR=t.bytesToUShort=t.bytesToUShortLE=t.bytesToUShortBE=t.bytesToShort=t.bytesToShortLE=t.bytesToShortBE=t.elementNumber=t.groupNumber=t.shiftLeftUnsigned=t.toInt32=t.toUInt32=t.emptyBuffer=t.multiValueDelimiter=t.randomUID=t.nameBasedUID=t.toUID=t.hexToDec=t.concatArrays=t.prependToArray=t.appendToArray=t.flatten=t.concatv=t.concat=t.zero4Bytes=t.indeterminateLength=void 0,t.pipe=t.createNameBasedUIDFromRoot=t.createNameBasedUID=t.createUIDFromRoot=t.createUID=t.defaultCharacterSet=t.systemZone=t.isDeflated=t.isGroupLength=t.isFileMetaInformation=t.sequenceDelimitationNonZeroLength=t.sequenceDelimitation=t.sequenceDelimitationBE=t.sequenceDelimitationLE=t.itemDelimitation=t.itemDelimitationBE=t.itemDelimitationLE=t.item=t.itemBE=t.itemLE=t.padToEvenLength=t.trim=t.tagToString=t.doubleToBytes=t.floatToBytes=void 0;const s=n(925),c=o(n(583)),S=n(828),l=r(n(253)),u=n(336),R=n(765),V=n(993);function m(e,t){return Buffer.concat([e,t],e.length+t.length)}function d(...e){return Buffer.concat(e)}t.indeterminateLength=4294967295,t.zero4Bytes=Buffer.from([0,0,0,0]),t.concat=m,t.concatv=d,t.flatten=function(e){return[].concat(...e)},t.appendToArray=function(e,t){const n=t.slice();return n.push(e),n},t.prependToArray=function(e,t){const n=t.slice();return n.unshift(e),n},t.concatArrays=function(e,t){const n=e.slice();return t.forEach((e=>n.push(e))),n};const g="2.25";function h(e){const t=[0];let n;for(let i=0;i<e.length;i++){n=parseInt(e.charAt(i),16);for(let e=0;e<t.length;e++)t[e]=16*t[e]+n,n=t[e]/10|0,t[e]%=10;for(;n>0;)t.push(n%10),n=n/10|0}return t.reverse().join("")}function p(e,t){return(e+"."+h(t.replace(/-/g,"")).replace(/^0+/,"")).substring(0,64)}function f(e,t){return p(t,(0,S.v5)(e,"d181d67b-0a1c-45bf-8616-070f1bb0d0cf"))}function D(e){return p(e,(0,S.v4)())}function T(e){return e>>>0}function P(e,t){return T(e<<t)}function C(e){return 65535&e}function I(e){return e.readInt16BE(0)}function y(e){return e.readInt16LE(0)}function L(e){return e.readUInt16BE(0)}function O(e){return e.readUInt16LE(0)}function b(e){return e.readInt32BE(0)}function F(e){return e.readInt32LE(0)}function q(e){return e.readUInt32BE(0)}function v(e){return e.readUInt32LE(0)}function E(e){return q(e)}function M(e){return P(e.readUInt16LE(0),16)+e.readUInt16LE(2)}function A(e){return e.readFloatBE(0)}function Q(e){return e.readFloatLE(0)}function U(e){return e.readDoubleBE(0)}function B(e){return e.readDoubleLE(0)}function x(e){return Buffer.from([e>>24,e>>16,e>>8,e])}function w(e){return Buffer.from([e,e>>8,e>>16,e>>24])}function N(e){return Buffer.from([e>>8,e])}function k(e){return Buffer.from([e,e>>8])}function G(e,t=!1){return t?x(e):w(e)}function H(e){return x(e)}function W(e){return Buffer.from([e>>16,e>>24,e,e>>8])}function z(e,t=!1){return t?H(e):W(e)}t.hexToDec=h,t.toUID=p,t.nameBasedUID=f,t.randomUID=D,t.multiValueDelimiter="\\",t.emptyBuffer=Buffer.alloc(0),t.toUInt32=T,t.toInt32=function(e){return e>>0},t.shiftLeftUnsigned=P,t.groupNumber=function(e){return e>>>16},t.elementNumber=C,t.bytesToShortBE=I,t.bytesToShortLE=y,t.bytesToShort=function(e,t=!1){return t?I(e):y(e)},t.bytesToUShortBE=L,t.bytesToUShortLE=O,t.bytesToUShort=function(e,t=!1){return t?L(e):O(e)},t.bytesToVR=function(e){return L(e)},t.bytesToIntBE=b,t.bytesToIntLE=F,t.bytesToInt=function(e,t=!1){return t?b(e):F(e)},t.bytesToUIntBE=q,t.bytesToUIntLE=v,t.bytesToUInt=function(e,t=!1){return t?q(e):v(e)},t.bytesToTagBE=E,t.bytesToTagLE=M,t.bytesToTag=function(e,t=!1){return t?E(e):M(e)},t.bytesToFloatBE=A,t.bytesToFloatLE=Q,t.bytesToFloat=function(e,t=!1){return t?A(e):Q(e)},t.bytesToDoubleBE=U,t.bytesToDoubleLE=B,t.bytesToDouble=function(e,t=!1){return t?U(e):B(e)},t.intToBytesBE=x,t.intToBytesLE=w,t.shortToBytesBE=N,t.shortToBytesLE=k,t.shortToBytes=function(e,t=!1){return t?N(e):k(e)},t.intToBytes=G,t.tagToBytesBE=H,t.tagToBytesLE=W,t.tagToBytes=z,t.floatToBytes=function(e,t=!1){const n=Buffer.allocUnsafe(4);return t?n.writeFloatBE(e,0):n.writeFloatLE(e,0),n},t.doubleToBytes=function(e,t=!1){const n=Buffer.allocUnsafe(8);return t?n.writeDoubleBE(e,0):n.writeDoubleLE(e,0),n},t.tagToString=function(e){const t=("00000000"+e.toString(16)).slice(-8);return"("+t.slice(0,4)+","+t.slice(4,8)+")"},t.trim=function(e){return e.replace(/^[\x00-\x20]*/g,"").replace(/[\x00-\x20]*$/g,"")},t.padToEvenLength=function(e,t){const n=isNaN(t)?t:u.Lookup.vrOf(t);return 0!=(1&e.length)?m(e,Buffer.from([n.paddingByte])):e},t.itemLE=m(W(R.Tag.Item),w(t.indeterminateLength)),t.itemBE=m(H(R.Tag.Item),x(t.indeterminateLength)),t.item=function(e=t.indeterminateLength,n=!1){return e===t.indeterminateLength?n?t.itemBE:t.itemLE:m(z(R.Tag.Item,n),G(e,n))},t.itemDelimitationLE=m(W(R.Tag.ItemDelimitationItem),t.zero4Bytes),t.itemDelimitationBE=m(H(R.Tag.ItemDelimitationItem),t.zero4Bytes),t.itemDelimitation=function(e=!1){return e?t.itemDelimitationBE:t.itemDelimitationLE},t.sequenceDelimitationLE=m(W(R.Tag.SequenceDelimitationItem),t.zero4Bytes),t.sequenceDelimitationBE=m(H(R.Tag.SequenceDelimitationItem),t.zero4Bytes),t.sequenceDelimitation=function(e=!1){return e?t.sequenceDelimitationBE:t.sequenceDelimitationLE},t.sequenceDelimitationNonZeroLength=function(e=!1){return d(z(R.Tag.SequenceDelimitationItem,e),G(16,e))},t.isFileMetaInformation=function(e){return 131072==(4294901760&e)},t.isGroupLength=function(e){return 0===C(e)},t.isDeflated=function(e){return e===V.UID.DeflatedExplicitVRLittleEndian||e===V.UID.JPIPReferencedDeflate},t.systemZone=s.ZoneId.SYSTEM,t.defaultCharacterSet=l.defaultCharacterSet,t.createUID=function(){return D(g)},t.createUIDFromRoot=function(e){return D(e)},t.createNameBasedUID=function(e){return f(e,g)},t.createNameBasedUIDFromRoot=function(e,t){return f(e,t)},t.pipe=function(...e){return(0,c.default)(e)}},622:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ByteParser=t.ByteReader=t.ParseResult=t.finishedParser=t.ParseStep=void 0;const i=n(653),a=!1,r=new Error;class o{onTruncation(e){throw Error(e.remainingSize()+" bytes remain after finished parsing")}}t.ParseStep=o,t.finishedParser=new class extends o{parse(){throw Error("No initial parser installed: you must use startWith(...)")}},t.ParseResult=class{constructor(e,t){this.result=e,this.nextStep=t}};class s{constructor(e){this.input=i.emptyBuffer,this.off=0,this.setInput(e)}setInput(e){this.input=e,this.off=0}hasRemaining(){return this.off<this.input.length}remainingSize(){return this.input.length-this.off}remainingData(){return this.hasRemaining()?this.input.slice(this.off):i.emptyBuffer}ensure(e){if(this.remainingSize()<e)throw r}take(e){if(this.off+e<=this.input.length){const t=this.off;return this.off=t+e,this.input.slice(t,this.off)}throw r}}t.ByteReader=s,t.ByteParser=class{constructor(e){this.out=e,this.current=t.finishedParser,this.isCompleted=!1,this.hasData=!1,this.reader=new s(i.emptyBuffer),this.buffer=i.emptyBuffer}parse(e){for(this.buffer=(0,i.concat)(this.buffer,e),this.hasData=e.length>0;this.hasData&&!this.isCompleted;)this.doParse(1e3)}flush(){if(!this.isCompleted)if(this.buffer.length>0)try{this.reader.setInput(this.buffer),this.current.onTruncation(this.reader),this.complete()}catch(e){this.fail(e)}else this.complete()}startWith(e){this.current=e}complete(){this.isCompleted=!0,this.buffer=i.emptyBuffer,this.reader=null,this.out.complete()}fail(e){e.message="Parsing failed: "+(e&&e.message?e.message:""),this.isCompleted=!0,this.buffer=i.emptyBuffer,this.reader=null,this.out.fail(e)}doParseInner(){if(!(this.buffer.length>0))return this.hasData=!1,a;this.reader.setInput(this.buffer);try{const e=this.current.parse(this.reader);return e.result&&this.out.next(e.result),e.nextStep===t.finishedParser?(this.complete(),a):(this.buffer=this.reader.remainingData(),this.current=e.nextStep,this.reader.hasRemaining()||(this.hasData=!1),!e.result||a)}catch(e){return e===r?(this.hasData=!1,a):(this.fail(e),a)}}doParse(e){0===e?this.fail(new Error("Parsing logic didn't produce result. Aborting processing to avoid infinite cycles.")):this.doParseInner()&&this.doParse(e-1)}}},253:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.defaultCharacterSet=t.CharacterSets=void 0;const i=n(445),a=n(786);class r{static isVrAffectedBySpecificCharacterSet(e){return e===a.VR.LO||e===a.VR.LT||e===a.VR.PN||e===a.VR.SH||e===a.VR.ST||e===a.VR.UT}static fromNames(e){return new r(e)}static fromBytes(e){return e&&0!==e.length?new r(e.toString().trim()):t.defaultCharacterSet}static encode(e){return Buffer.from(e,"utf8")}static defaultOnly(){return new r("")}constructor(e){this.charsets=e}decode(e,n){try{return(0,i.convertBytes)(this.charsets,e,{vr:n.name})}catch(i){return console.warn("Cannot decode using character set: "+this.charsets+", using default instead: "+i),t.defaultCharacterSet.decode(e,n)}}toString(){return"CharacterSets ["+this.charsets.split("\\").join(",")+"]"}}t.CharacterSets=r,t.defaultCharacterSet=r.defaultOnly()},398:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.collectFromTagPathsFlow=t.collectFlow=void 0;const i=n(653),a=n(485),r=n(526),o=n(935),s=n(245),c=n(711);function S(e,t,n,S=1e6){return(0,a.createFlow)(new class extends((0,a.EndEvent)((0,a.TagPathTracking)((0,a.GuaranteedDelimitationEvents)((0,a.GuaranteedValueEvent)((0,a.InFragments)(a.DeferToPartFlow)))))){constructor(){super(...arguments),this.buffer=[],this.currentBufferSize=0,this.hasEmitted=!1,this.bytes=i.emptyBuffer,this.currentValue=void 0,this.currentFragment=void 0,this.builder=new c.ElementsBuilder}elementsAndBuffer(){const e=(0,i.prependToArray)(new o.ElementsPart(n,this.builder.build()),this.buffer);return this.hasEmitted=!0,this.buffer=[],this.currentBufferSize=0,e}maybeAdd(t){return e(this.tagPath)?this.builder.addElement(t):this.builder.noteElement(t)}onEnd(){return this.hasEmitted?[]:this.elementsAndBuffer()}onPart(e){if(this.hasEmitted)return[e];if(S>0&&this.currentBufferSize>S)throw Error("Error collecting elements: max buffer size exceeded");return e===a.valueChunkMarker||e===a.sequenceDelimitationPartMarker||e instanceof a.ItemDelimitationPartMarker||(this.buffer.push(e),this.currentBufferSize+=e.bytes.length),"tag"in e&&t(this.tagPath)?this.elementsAndBuffer():e instanceof o.HeaderPart?(this.currentValue=new r.ValueElement(e.tag,e.vr,s.Value.empty(),e.bigEndian,e.explicitVR),this.bytes=i.emptyBuffer,[]):e instanceof o.ItemPart&&this.inFragments?(this.currentFragment=new r.FragmentElement(e.length,s.Value.empty(),e.bigEndian),this.bytes=i.emptyBuffer,[]):e instanceof o.ValueChunk?(this.bytes=(0,i.concat)(this.bytes,e.bytes),e.last&&(this.inFragments&&this.currentFragment?this.maybeAdd(new r.FragmentElement(this.currentFragment.length,new s.Value(this.bytes),this.currentFragment.bigEndian)):this.currentValue&&this.maybeAdd(new r.ValueElement(this.currentValue.tag,this.currentValue.vr,new s.Value(this.bytes),this.currentValue.bigEndian,this.currentValue.explicitVR)),this.currentFragment=void 0,this.currentValue=void 0),[]):e instanceof o.SequencePart?(this.maybeAdd(new r.SequenceElement(e.tag,e.length,e.bigEndian,e.explicitVR)),[]):e instanceof o.FragmentsPart?(this.maybeAdd(new r.FragmentsElement(e.tag,e.vr,e.bigEndian,e.explicitVR)),[]):e instanceof o.ItemPart?(this.maybeAdd(new r.ItemElement(e.length,e.bigEndian)),[]):e instanceof a.ItemDelimitationPartMarker?[]:e instanceof o.ItemDelimitationPart?(this.maybeAdd(new r.ItemDelimitationElement(e.bigEndian)),[]):e===a.sequenceDelimitationPartMarker?[]:e instanceof o.SequenceDelimitationPart?(this.maybeAdd(new r.SequenceDelimitationElement(e.bigEndian)),[]):[]}})}t.collectFlow=S,t.collectFromTagPathsFlow=function(e,t,n){const i=e.length>0?Math.max(...e.map((e=>e.head().tag()))):0;return S((t=>void 0!==e.find((e=>e.hasTrunk(t)||e.isTrunkOf(t)))),(t=>0===e.length||t.isRoot()&&t.tag()>i),t,n)}},354:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Detour=void 0;const i=n(781);class a extends i.Transform{constructor(e,t){super(e),this.options=e,this.detourFlow=t,this.detour=!1,t&&this.setDetourFlow(t)}setDetourFlow(e){this.detourFlow=e}setDetour(e=!0,t){this.detour=e,void 0!==this.detourFlow&&(this.detour?(this.detourFlow.on("data",(e=>this.process(e))),this.detourFlow.once("end",(()=>this.cleanup())),this.detourFlow.once("error",(e=>this.emit("error",e)))):this.detourFlow.end()),void 0!==t&&(void 0===t.length||t.length>0)&&(e&&void 0!==this.detourFlow?this.detourFlow.write(t):this.write(t))}cleanup(){}_transform(e,t,n){void 0!==this.detour&&void 0!==this.detourFlow?this.detourFlow.write(e)?process.nextTick((()=>n())):this.detourFlow.once("drain",n):(this.process(e),n())}_flush(e){this.detour&&this.detourFlow?(this.detourFlow.once("end",e),this.detourFlow.end()):(this.cleanup(),process.nextTick((()=>e())))}}t.Detour=a},526:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Fragments=t.Fragment=t.Item=t.Sequence=t.SequenceDelimitationElement=t.ItemDelimitationElement=t.FragmentElement=t.ItemElement=t.FragmentsElement=t.SequenceElement=t.ValueElement=t.preambleElement=t.UnknownElement=t.ElementSet=t.Element=void 0;const i=n(653),a=n(336),r=n(935),o=n(765),s=n(245),c=n(786);class S{constructor(e=!1){this.bigEndian=e}toBytes(){return i.emptyBuffer}toParts(){return[]}}t.Element=S;class l{constructor(e,t,n=!1,i=!0){this.tag=e,this.vr=t,this.bigEndian=n,this.explicitVR=i}toBytes(){return i.emptyBuffer}toElements(){return[]}}t.ElementSet=l,t.UnknownElement=class extends S{constructor(e){super(e)}},t.preambleElement=new class extends S{constructor(){super(!1)}toBytes(){return(0,i.concat)(Buffer.from(new Array(128).fill(0)),Buffer.from("DICM"))}toString(){return"PreambleElement(0, ..., 0, D, I, C, M)"}toParts(){return[new r.PreamblePart(this.toBytes())]}};class u extends l{constructor(e,t,n,i,a){super(e,t,i,a),this.value=n,this.length=n.length}setValue(e){return new u(this.tag,this.vr,e.ensurePadding(this.vr),this.bigEndian,this.explicitVR)}toBytes(){return this.toParts().map((e=>e.bytes)).reduce(i.concat)}toParts(){const e=r.HeaderPart.create(this.tag,this.vr,this.length,this.bigEndian,this.explicitVR);return this.length>0?[e,new r.ValueChunk(this.bigEndian,this.value.bytes,!0)]:[e]}toElements(){return[this]}toString(){const e=this.value.toStrings(this.vr,this.bigEndian,i.defaultCharacterSet),t=e.join(i.multiValueDelimiter),n=e.length+"";return"ValueElement("+(0,i.tagToString)(this.tag)+" "+this.vr.name+" ["+t+"] # "+this.length+", "+n+" "+a.Lookup.keywordOf(this.tag)||0}}t.ValueElement=u;class R extends S{constructor(e,t=i.indeterminateLength,n,a=!0){super(n),this.tag=e,this.length=t,this.explicitVR=a,this.tag=e,this.indeterminate=this.length===i.indeterminateLength}toBytes(){return r.HeaderPart.create(this.tag,c.VR.SQ,this.length,this.bigEndian,this.explicitVR).bytes}toParts(){return[new r.SequencePart(this.tag,this.length,this.bigEndian,this.explicitVR,this.toBytes())]}toString(){return"SequenceElement("+(0,i.tagToString)(this.tag)+" SQ # "+this.length+" "+a.Lookup.keywordOf(this.tag)||0}}t.SequenceElement=R;class V extends S{constructor(e,t,n,i=!0){super(n),this.tag=e,this.vr=t,this.explicitVR=i}toBytes(){return this.toParts()[0].bytes}toParts(){return[new r.FragmentsPart(this.tag,i.indeterminateLength,this.vr,this.bigEndian,this.explicitVR,r.HeaderPart.create(this.tag,this.vr,i.indeterminateLength,this.bigEndian,this.explicitVR).bytes)]}toString(){return"FragmentsElement("+(0,i.tagToString)(this.tag)+" "+this.vr.name+" # "+a.Lookup.keywordOf(this.tag)||0}}t.FragmentsElement=V;class m extends S{constructor(e=i.indeterminateLength,t){super(t),this.length=e,this.indeterminate=this.length===i.indeterminateLength}toBytes(){return(0,i.concat)((0,i.tagToBytes)(o.Tag.Item,this.bigEndian),(0,i.intToBytes)(this.length,this.bigEndian))}toParts(){return[new r.ItemPart(this.length,this.bigEndian,this.toBytes())]}toString(){return"ItemElement(length = "+this.length+")"}}t.ItemElement=m;class d extends S{constructor(e,t,n){super(n),this.length=e,this.value=t}toBytes(){return this.toParts().map((e=>e.bytes)).reduce(i.concat)}toParts(){const e=new m(this.value.length,this.bigEndian).toParts();return 0!==this.value.length&&e.push(new r.ValueChunk(this.bigEndian,this.value.bytes,!0)),e}toString(){return"FragmentElement(length = "+this.length+")"}}t.FragmentElement=d;class g extends S{constructor(e){super(e)}toBytes(){return(0,i.concat)((0,i.tagToBytes)(o.Tag.ItemDelimitationItem,this.bigEndian),Buffer.from([0,0,0,0]))}toParts(){return[new r.ItemDelimitationPart(this.bigEndian,this.toBytes())]}toString(){return"ItemDelimitationElement"}}t.ItemDelimitationElement=g;class h extends S{constructor(e){super(e)}toBytes(){return(0,i.concat)((0,i.tagToBytes)(o.Tag.SequenceDelimitationItem,this.bigEndian),Buffer.from([0,0,0,0]))}toParts(){return[new r.SequenceDelimitationPart(this.bigEndian,this.toBytes())]}toString(){return"SequenceDelimitationElement"}}t.SequenceDelimitationElement=h;class p extends l{constructor(e,t=i.indeterminateLength,n=[],a,r){super(e,c.VR.SQ,a,r),this.tag=e,this.length=t,this.items=n,this.indeterminate=t===i.indeterminateLength,this.size=n.length}item(e){return this.items.length>=e?this.items[e-1]:void 0}addItem(e){const t=(0,i.appendToArray)(e,this.items),n=this.indeterminate?this.length:this.length+e.toBytes().length;return new p(this.tag,n,t,this.bigEndian,this.explicitVR)}removeItem(e){const t=this.items.slice();t.splice(e-1,1);const n=this.indeterminate?this.length:this.length-this.item(e).toBytes().length;return new p(this.tag,n,t,this.bigEndian,this.explicitVR)}toBytes(){return this.toElements().map((e=>e.toBytes())).reduce(i.concat,i.emptyBuffer)}toElements(){const e=[];e.push(new R(this.tag,this.length,this.bigEndian,this.explicitVR));for(let t=1;t<=this.items.length;t++)this.item(t).toElements().forEach((t=>e.push(t)));return this.indeterminate&&e.push(new h(this.bigEndian)),e}setItem(e,t){const n=this.items.slice();return n[e-1]=t,new p(this.tag,this.length,n,this.bigEndian,this.explicitVR)}toString(){return"Sequence("+(0,i.tagToString)(this.tag)+" SQ # "+this.length+" "+this.size+" "+a.Lookup.keywordOf(this.tag)||0}}t.Sequence=p;class f{constructor(e,t=i.indeterminateLength,n=!1){this.elements=e,this.length=t,this.bigEndian=n,this.indeterminate=t===i.indeterminateLength}toElements(){const e=[];return e.push(new m(this.length,this.bigEndian)),this.elements.toElements(!1).forEach((t=>e.push(t))),this.indeterminate&&e.push(new g(this.bigEndian)),e}toBytes(){return this.toElements().map((e=>e.toBytes())).reduce(i.concat)}setElements(e){const t=this.indeterminate?i.indeterminateLength:e.toBytes(!1).length;return new f(e,t,this.bigEndian)}toString(){return"Item(length = "+this.length+", elements size = "+this.elements.size+")"}}t.Item=f,t.Fragment=class{constructor(e,t,n=!1){this.length=e,this.value=t,this.bigEndian=n}toElement(){return new d(this.length,this.value,this.bigEndian)}toString(){return"Fragment(length = "+this.length+", value length = "+this.value.length+")"}};class D extends l{constructor(e,t,n,i=[],a,r){super(e,t,a,r),this.tag=e,this.vr=t,this.offsets=n,this.fragments=i,this.size=i.length}fragment(e){return this.fragments.length>e?void 0:this.fragments[e-1]}frameCount(){return void 0===this.offsets&&0===this.fragments.length?0:void 0===this.offsets?1:this.offsets.length}addFragment(e){if(0===this.size&&void 0===this.offsets){const t=e.value.bytes,n=[];for(let a=0;a<t.length;a+=4)n.push((0,i.bytesToUInt)(t.slice(a),e.bigEndian));return new D(this.tag,this.vr,n,this.fragments,this.bigEndian,this.explicitVR)}return new D(this.tag,this.vr,this.offsets,(0,i.appendToArray)(e,this.fragments),this.bigEndian,this.explicitVR)}toBytes(){return this.toElements().map((e=>e.toBytes())).reduce(i.concat)}toElements(){const e=[];e.push(new V(this.tag,this.vr,this.bigEndian,this.explicitVR)),void 0!==this.offsets?e.push(new d(4*this.offsets.length,new s.Value(this.offsets.map((e=>(0,i.intToBytes)(e,this.bigEndian)),this.bigEndian).reduce(i.concat,i.emptyBuffer)),this.bigEndian)):e.push(new d(0,s.Value.empty()));for(let t=1;t<=this.fragments.length;t++)e.push(this.fragment(t).toElement());return e.push(new h(this.bigEndian)),e}setFragment(e,t){const n=this.fragments.slice();return n[e-1]=t,new D(this.tag,this.vr,this.offsets,n,this.bigEndian,this.explicitVR)}toString(){return`Fragments(${(0,i.tagToString)(this.tag)} ${this.vr.name} # ${this.fragments.length} ${a.Lookup.keywordOf(this.tag)||""})`}}t.Fragments=D},485:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.GroupLengthWarnings=t.TagPathTracking=t.InSequence=t.GuaranteedDelimitationEvents=t.itemDelimitationPartMarker=t.ItemDelimitationPartMarker=t.sequenceDelimitationPartMarker=t.GuaranteedValueEvent=t.valueChunkMarker=t.InFragments=t.EndEvent=t.dicomEndMarker=t.StartEvent=t.dicomStartMarker=t.DeferToPartFlow=t.IdentityFlow=t.DicomFlow=t.createFlow=void 0;const i=n(653),a=n(532),r=n(935),o=n(765),s=n(584);t.createFlow=function(e){return(0,i.pipe)(e.baseFlow(),(0,a.flatMapFlow)(e.handlePart.bind(e)))};class c{baseFlow(){return(0,a.identityFlow)(!0)}handlePart(e){return e instanceof r.PreamblePart?this.onPreamble(e):e instanceof r.HeaderPart?this.onHeader(e):e instanceof r.ValueChunk?this.onValueChunk(e):e instanceof r.SequencePart?this.onSequence(e):e instanceof r.SequenceDelimitationPart?this.onSequenceDelimitation(e):e instanceof r.FragmentsPart?this.onFragments(e):e instanceof r.ItemPart?this.onItem(e):e instanceof r.ItemDelimitationPart?this.onItemDelimitation(e):e instanceof r.DeflatedChunk?this.onDeflatedChunk(e):e instanceof r.UnknownPart?this.onUnknown(e):this.onPart(e)}}t.DicomFlow=c,t.IdentityFlow=class extends c{onPreamble(e){return[e]}onHeader(e){return[e]}onValueChunk(e){return[e]}onSequence(e){return[e]}onSequenceDelimitation(e){return[e]}onFragments(e){return[e]}onItem(e){return[e]}onItemDelimitation(e){return[e]}onDeflatedChunk(e){return[e]}onUnknown(e){return[e]}onPart(e){return[e]}},t.DeferToPartFlow=class extends c{onPreamble(e){return this.onPart(e)}onHeader(e){return this.onPart(e)}onValueChunk(e){return this.onPart(e)}onSequence(e){return this.onPart(e)}onSequenceDelimitation(e){return this.onPart(e)}onFragments(e){return this.onPart(e)}onDeflatedChunk(e){return this.onPart(e)}onUnknown(e){return this.onPart(e)}onItem(e){return this.onPart(e)}onItemDelimitation(e){return this.onPart(e)}};class S extends r.MetaPart{toString(){return"Start Marker []"}}t.dicomStartMarker=new S,t.StartEvent=e=>class extends e{onStart(){throw Error("Not implemented")}baseFlow(){return(0,i.pipe)((0,a.prependFlow)(t.dicomStartMarker,!0),super.baseFlow())}handlePart(e){return e===t.dicomStartMarker?this.onStart():super.handlePart(e)}};class l extends r.MetaPart{toString(){return"End Marker []"}}t.dicomEndMarker=new l,t.EndEvent=e=>class extends e{onEnd(){throw Error("Not implemented")}baseFlow(){return(0,i.pipe)((0,a.appendFlow)(t.dicomEndMarker,!0),super.baseFlow())}handlePart(e){return e===t.dicomEndMarker?this.onEnd():super.handlePart(e)}},t.InFragments=e=>class extends e{constructor(){super(...arguments),this.inFragments=!1}onFragments(e){return this.inFragments=!0,super.onFragments(e)}onSequenceDelimitation(e){return this.inFragments=!1,super.onSequenceDelimitation(e)}};class u extends r.ValueChunk{constructor(){super(!1,i.emptyBuffer,!0)}toString(){return"Value Chunk Marker []"}}t.valueChunkMarker=new u,t.GuaranteedValueEvent=e=>class extends e{onHeader(e){return 0===e.length?super.onHeader(e).concat(this.onValueChunk(t.valueChunkMarker)):super.onHeader(e)}onItem(e){return this.inFragments&&0===e.length?super.onItem(e).concat(this.onValueChunk(t.valueChunkMarker)):super.onItem(e)}onValueChunk(e){return super.onValueChunk(e).filter((e=>e!==t.valueChunkMarker))}};class R extends r.SequenceDelimitationPart{constructor(){super(!1,i.emptyBuffer)}toString(){return"SequenceDelimitationMarker []"}}t.sequenceDelimitationPartMarker=new R;class V extends r.ItemDelimitationPart{constructor(){super(!1,i.emptyBuffer)}toString(){return"ItemDelimitationMarker []"}}t.ItemDelimitationPartMarker=V,t.itemDelimitationPartMarker=new V,t.GuaranteedDelimitationEvents=e=>class extends e{constructor(){super(...arguments),this.partStack=[]}onSequence(e){return this.subtractLength(e),this.partStack.unshift({part:e,bytesLeft:e.length}),super.onSequence(e).concat(this.maybeDelimit())}onItem(e){return this.subtractLength(e),this.inFragments||this.partStack.unshift({part:e,bytesLeft:e.length}),super.onItem(e).concat(this.maybeDelimit())}onSequenceDelimitation(e){return this.partStack.length>0&&e!=t.sequenceDelimitationPartMarker&&!this.inFragments&&this.partStack.shift(),this.subtractAndEmit(e,(e=>super.onSequenceDelimitation(e).filter((e=>e!==t.sequenceDelimitationPartMarker))))}onItemDelimitation(e){return this.partStack.length>0&&!(e instanceof V)&&this.partStack.shift(),this.subtractAndEmit(e,(e=>super.onItemDelimitation(e).filter((e=>!(e instanceof V)))))}onHeader(e){return this.subtractAndEmit(e,super.onHeader.bind(this))}onValueChunk(e){return this.subtractAndEmit(e,super.onValueChunk.bind(this))}onFragments(e){return this.subtractAndEmit(e,super.onFragments.bind(this))}subtractLength(e){this.partStack.forEach((t=>{t.bytesLeft!=i.indeterminateLength&&(t.bytesLeft-=e.bytes.length)}))}maybeDelimit(){let e=0;for(;e<this.partStack.length&&this.partStack[e].bytesLeft!=i.indeterminateLength&&this.partStack[e].bytesLeft<=0;)e++;const n=this.partStack.slice(0,e);this.partStack=this.partStack.slice(e);const a=n.map((e=>e.part instanceof r.ItemPart?this.onItemDelimitation(t.itemDelimitationPartMarker):this.onSequenceDelimitation(t.sequenceDelimitationPartMarker)));return[].concat(...a)}subtractAndEmit(e,t){return this.subtractLength(e),t(e).concat(this.maybeDelimit())}},t.InSequence=e=>class extends e{constructor(){super(...arguments),this.sequenceStack=[]}sequenceDepth(){return this.sequenceStack.length}inSequence(){return this.sequenceStack.length>0}onSequence(e){return this.sequenceStack.unshift(e),super.onSequence(e)}onSequenceDelimitation(e){return this.inFragments||this.sequenceStack.shift(),super.onSequenceDelimitation(e)}},t.TagPathTracking=e=>class extends e{constructor(){super(...arguments),this.tagPath=s.emptyTagPath}onHeader(e){const t=this.tagPath;return this.tagPath=t instanceof s.TagPathItem?t.thenTag(e.tag):t.previous().thenTag(e.tag),super.onHeader(e)}onFragments(e){const t=this.tagPath;return this.tagPath=t instanceof s.TagPathItem?t.thenTag(e.tag):t.previous().thenTag(e.tag),super.onFragments(e)}onSequence(e){const t=this.tagPath;return this.tagPath=t instanceof s.TagPathItem?t.thenSequence(e.tag):t.previous().thenSequence(e.tag),super.onSequence(e)}onSequenceDelimitation(e){const t=this.tagPath;return this.inFragments||(this.tagPath=t.previous().thenSequenceEnd(t.tag())),super.onSequenceDelimitation(e)}onItem(e){const t=this.tagPath;return this.inFragments||(t instanceof s.TagPathItemEnd?this.tagPath=t.previous().thenItem(t.tag(),t.item+1):this.tagPath=t.previous().thenItem(t.tag(),1)),super.onItem(e)}onItemDelimitation(e){const t=this.tagPath;if(t instanceof s.TagPathItem)this.tagPath=t.previous().thenItemEnd(t.tag(),t.item);else{const e=t.previous();e instanceof s.TagPathItem&&(this.tagPath=e.previous().thenItemEnd(e.tag(),e.item))}return super.onItemDelimitation(e)}},t.GroupLengthWarnings=e=>class extends e{constructor(){super(...arguments),this.silent=!1}setSilent(e){this.silent=e}onHeader(e){return!this.silent&&(0,i.isGroupLength)(e.tag)&&e.tag!==o.Tag.FileMetaInformationGroupLength&&console.warn("Group length attribute detected, consider removing group lengths to maintain valid DICOM information"),super.onHeader(e)}onSequence(e){return!this.silent&&!e.indeterminate&&e.length>0&&console.warn("Determinate length sequence detected, consider re-encoding sequences to indeterminate length to maintain valid DICOM information"),super.onSequence(e)}onItem(e){return!this.silent&&!this.inFragments&&!e.indeterminate&&e.length>0&&console.warn("Determinate length item detected, consider re-encoding items to indeterminate length to maintain valid DICOM information"),super.onItem(e)}}},366:function(e,t,n){var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.deflateDatasetFlow=t.toUtf8Flow=t.toIndeterminateLengthSequences=t.fmiGroupLengthFlow=t.validateContextFlow=t.ValidationContext=t.headerFilter=t.fmiDiscardFilter=t.groupLengthDiscardFilter=t.denyFilter=t.allowFilter=t.tagFilter=t.stopTagFlow=t.toBytesFlow=void 0;const a=n(781),r=i(n(796)),o=n(653),s=n(253),c=n(398),S=n(354),l=n(485),u=n(498),R=n(935),V=n(765),m=n(584),d=n(584),g=n(994),h=n(993),p=n(786);function f(){return new a.Transform({writableObjectMode:!0,transform(e,t,n){this.push(e.bytes),process.nextTick((()=>n()))}})}function D(e,t=(()=>!0),n=!1){return(0,l.createFlow)(new class extends((0,l.TagPathTracking)((0,l.GuaranteedDelimitationEvents)((0,l.GuaranteedValueEvent)((0,l.GroupLengthWarnings)((0,l.InFragments)(l.DeferToPartFlow)))))){constructor(){super(),this.keeping=!1,this.setSilent(!n)}onPart(n){return this.keeping=this.tagPath===d.emptyTagPath?t(n):e(this.tagPath),this.keeping?[n]:[]}})}t.toBytesFlow=f,t.stopTagFlow=function(e){let t=!1;return(0,o.pipe)((0,l.createFlow)(new class extends((0,l.InSequence)((0,l.GuaranteedDelimitationEvents)((0,l.InFragments)(l.IdentityFlow)))){onHeader(t){const n=super.onHeader(t);return this.inSequence()||t.tag<e?n:[l.dicomEndMarker]}}),new a.Transform({objectMode:!0,transform(e,n,i){t||(e===l.dicomEndMarker?(t=!0,this.push(null)):this.push(e)),process.nextTick((()=>i()))}}))},t.tagFilter=D,t.allowFilter=function(e,t,n){return D((t=>e.some((e=>e.hasTrunk(t)||e.isTrunkOf(t)))),t,n)},t.denyFilter=function(e,t,n){return D((t=>!e.some((e=>e.isTrunkOf(t)))),t,n)},t.groupLengthDiscardFilter=function(){return D((e=>!(0,o.isGroupLength)(e.tag())||(0,o.isFileMetaInformation)(e.tag())))},t.fmiDiscardFilter=function(){return D((e=>!(0,o.isFileMetaInformation)(e.tag())),(()=>!1))},t.headerFilter=function(e,t=!1){return(0,l.createFlow)(new class extends((0,l.GroupLengthWarnings)((0,l.InFragments)(l.DeferToPartFlow))){constructor(){super(),this.keeping=!1,this.setSilent(!t)}onPart(t){return t instanceof R.HeaderPart?(this.keeping=e(t),this.keeping?[t]:[]):t instanceof R.ValueChunk?this.keeping?[t]:[]:(this.keeping=!0,[t])}})},t.ValidationContext=class{constructor(e,t){this.sopClassUID=e,this.transferSyntaxUID=t}},t.validateContextFlow=function(e){return(0,o.pipe)((0,c.collectFromTagPathsFlow)([g.TagTree.fromTag(V.Tag.MediaStorageSOPClassUID),g.TagTree.fromTag(V.Tag.TransferSyntaxUID),g.TagTree.fromTag(V.Tag.SOPClassUID)],"validatecontext"),(0,l.createFlow)(new class extends l.DeferToPartFlow{onPart(t){if(t instanceof R.ElementsPart&&"validatecontext"===t.label){let n=t.elements.stringByTag(V.Tag.MediaStorageSOPClassUID);void 0===n&&(n=t.elements.stringByTag(V.Tag.SOPClassUID)),void 0===n&&(n="<empty>");let i=t.elements.stringByTag(V.Tag.TransferSyntaxUID);if(void 0===i&&(i="<empty>"),e.findIndex((e=>e.sopClassUID===n&&e.transferSyntaxUID===i))>=0)return[];throw Error("The presentation context [SOPClassUID = "+n+", TransferSyntaxUID = "+i+"] is not supported")}return[t]}}))},t.fmiGroupLengthFlow=function(){return(0,o.pipe)((0,c.collectFlow)((e=>e.isRoot()&&(0,o.isFileMetaInformation)(e.tag())),(e=>!(0,o.isFileMetaInformation)(e.tag())),"fmigrouplength"),D((e=>!(0,o.isFileMetaInformation)(e.tag())),(()=>!0),!1),(0,l.createFlow)(new class extends((0,l.EndEvent)(l.DeferToPartFlow)){constructor(){super(...arguments),this.fmi=[],this.hasEmitted=!1}onEnd(){return this.hasEmitted?[]:this.fmi}onPart(e){if(e instanceof R.ElementsPart&&"fmigrouplength"===e.label){const t=e.elements;if(t.data.length>0){const e=t.data[0].bigEndian,n=t.data[0].explicitVR,i=t.filter((e=>e.tag!==V.Tag.FileMetaInformationGroupLength)),a=i.data.map((e=>e.toBytes().length)).reduce(((e,t)=>e+t),0),r=R.HeaderPart.create(V.Tag.FileMetaInformationGroupLength,p.VR.UL,4,e,n),s=new R.ValueChunk(e,(0,o.intToBytes)(a,e),!0);this.fmi=(0,o.concatArrays)([r,s],i.toParts(!1))}return[]}return!this.hasEmitted&&e.bytes.length>0?(this.hasEmitted=!0,e instanceof R.PreamblePart?(0,o.prependToArray)(e,this.fmi):(0,o.appendToArray)(e,this.fmi)):[e]}}))},t.toIndeterminateLengthSequences=function(){return(0,l.createFlow)(new class extends((0,l.GuaranteedDelimitationEvents)((0,l.InFragments)(l.IdentityFlow))){constructor(){super(...arguments),this.indeterminateBytes=Buffer.from([255,255,255,255])}onSequence(e){return super.onSequence(e).map((t=>t instanceof R.SequencePart&&!t.indeterminate?new R.SequencePart(e.tag,o.indeterminateLength,e.bigEndian,e.explicitVR,(0,o.concat)(e.bytes.slice(0,e.bytes.length-4),this.indeterminateBytes)):t))}onSequenceDelimitation(e){const t=super.onSequenceDelimitation(e);return e.bytes.length<=0&&t.push(new R.SequenceDelimitationPart(e.bigEndian,(0,o.sequenceDelimitation)(e.bigEndian))),t}onItem(e){return super.onItem(e).map((t=>t instanceof R.ItemPart&&!this.inFragments&&!t.indeterminate?new R.ItemPart(o.indeterminateLength,e.bigEndian,(0,o.concat)(e.bytes.slice(0,e.bytes.length-4),this.indeterminateBytes)):t))}onItemDelimitation(e){const t=super.onItemDelimitation(e);return e.bytes.length<=0&&t.push(new R.ItemDelimitationPart(e.bigEndian,(0,o.itemDelimitation)(e.bigEndian))),t}})},t.toUtf8Flow=function(){return(0,o.pipe)((0,c.collectFromTagPathsFlow)([g.TagTree.fromTag(V.Tag.SpecificCharacterSet)],"toutf8"),(0,u.modifyFlow)([],[new u.TagInsertion(m.TagPath.fromTag(V.Tag.SpecificCharacterSet),(()=>Buffer.from("ISO_IR 192")))]),(0,l.createFlow)(new class extends((0,l.GroupLengthWarnings)((0,l.InFragments)(l.IdentityFlow))){constructor(){super(...arguments),this.characterSets=s.defaultCharacterSet,this.currentValue=o.emptyBuffer}onHeader(e){return e.length>0&&s.CharacterSets.isVrAffectedBySpecificCharacterSet(e.vr)?(this.currentHeader=e,this.currentValue=o.emptyBuffer,[]):(this.currentHeader=void 0,[e])}onValueChunk(e){if(void 0===this.currentHeader||this.inFragments)return[e];if(this.currentValue=(0,o.concat)(this.currentValue,e.bytes),e.last){const e=this.currentHeader;this.currentHeader=void 0;const t=Buffer.from(this.characterSets.decode(this.currentValue,e.vr)),n=t.length;return[e.withUpdatedLength(n),new R.ValueChunk(e.bigEndian,t,!0)]}return[]}onPart(e){return e instanceof R.ElementsPart&&"toutf8"===e.label?(e.elements.contains(V.Tag.SpecificCharacterSet)&&(this.characterSets=s.CharacterSets.fromBytes(e.elements.bytesByTag(V.Tag.SpecificCharacterSet))),[]):[e]}}))};class T extends S.Detour{constructor(){super({objectMode:!0}),this.collectingTs=!1,this.tsBytes=o.emptyBuffer}process(e){if(e instanceof R.HeaderPart)if(e.isFmi)this.collectingTs=e.tag===V.Tag.TransferSyntaxUID,this.push(e);else if(this.tsBytes.toString().trim()===h.UID.DeflatedExplicitVRLittleEndian){const t=new a.Transform({readableObjectMode:!0,transform(e,t,n){this.push(new R.DeflatedChunk(!1,e)),process.nextTick((()=>n()))}});this.setDetourFlow((0,o.pipe)(f(),r.default.createDeflateRaw(),t)),this.setDetour(!0,e)}else this.push(e);else e instanceof R.ValueChunk&&this.collectingTs?(this.tsBytes=(0,o.concat)(this.tsBytes,e.bytes),this.push(e)):this.push(e)}}t.deflateDatasetFlow=function(){return new T}},935:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ElementsPart=t.UnknownPart=t.FragmentsPart=t.SequenceDelimitationPart=t.SequencePart=t.ItemDelimitationPart=t.ItemPart=t.DeflatedChunk=t.ValueChunk=t.HeaderPart=t.PreamblePart=t.MetaPart=t.DicomPart=void 0;const i=n(653);class a{constructor(e,t){this.bigEndian=e,this.bytes=t}}t.DicomPart=a;class r extends a{constructor(){super(!1,i.emptyBuffer)}}t.MetaPart=r,t.PreamblePart=class extends a{constructor(e){super(!1,e)}toString(){return"Preamble []"}};class o extends a{static create(e,t,n,a=!1,r=!0){const s=r?8===t.headerLength?Buffer.concat([(0,i.tagToBytes)(e,a),Buffer.from(t.name),(0,i.shortToBytes)(n,a)],8):Buffer.concat([(0,i.tagToBytes)(e,a),Buffer.from(t.name),Buffer.from([0,0]),(0,i.intToBytes)(n,a)],12):Buffer.concat([(0,i.tagToBytes)(e,a),(0,i.intToBytes)(n,a)],8);return new o(e,t,n,(0,i.isFileMetaInformation)(e),a,r,s)}constructor(e,t,n,a,r,o,s){super(r,s),this.tag=e,this.vr=t,this.length=n,this.isFmi=a,this.bigEndian=r,this.explicitVR=o,this.bytes=s,this.bytes||(this.bytes=this.explicitVR?8===t.headerLength?Buffer.concat([(0,i.tagToBytes)(e,r),Buffer.from(t.name),(0,i.shortToBytes)(n,r)],8):Buffer.concat([(0,i.tagToBytes)(e,r),Buffer.from(t.name),Buffer.from([0,0]),(0,i.intToBytes)(n,r)],12):Buffer.concat([(0,i.tagToBytes)(e,r),(0,i.intToBytes)(n,r)],8))}withUpdatedLength(e){if(e===this.length)return this;{let t=null;return t=this.bytes.length>=8&&this.explicitVR&&8===this.vr.headerLength?(0,i.concat)(this.bytes.slice(0,6),(0,i.shortToBytes)(e,this.bigEndian)):this.bytes.length>=12&&this.explicitVR&&12===this.vr.headerLength?(0,i.concat)(this.bytes.slice(0,8),(0,i.intToBytes)(e,this.bigEndian)):(0,i.concat)(this.bytes.slice(0,4),(0,i.intToBytes)(e,this.bigEndian)),new o(this.tag,this.vr,e,this.isFmi,this.bigEndian,this.explicitVR,t)}}toString(){return"Header [tag = "+(0,i.tagToString)(this.tag)+", vr = "+this.vr.name+", length = "+this.length+", bigEndian = "+this.bigEndian+", explicitVR = "+this.explicitVR+"]"}}t.HeaderPart=o,t.ValueChunk=class extends a{constructor(e,t,n){super(e,t),this.last=n}toString(){let e=(0,i.trim)(this.bytes.slice(0,100).toString("ascii").replace(/[^\x20-\x7E]/g,""));return this.bytes.length>100&&(e+="..."),"ValueChunk [length = "+this.bytes.length+", last = "+this.last+", ascii = "+e+"]"}},t.DeflatedChunk=class extends a{constructor(e,t){super(e,t)}toString(){return"DeflatedChunk [length = "+this.bytes.length+"]"}},t.ItemPart=class extends a{constructor(e,t,n){super(t,n),this.length=e,this.indeterminate=!1,this.indeterminate=e===i.indeterminateLength}toString(){return"Item [length = "+this.length+"]"}},t.ItemDelimitationPart=class extends a{constructor(e,t){super(e,t)}toString(){return"ItemDelimitation"}},t.SequencePart=class extends a{constructor(e,t,n,a,r){super(n,r),this.tag=e,this.length=t,this.explicitVR=a,this.indeterminate=!1,this.indeterminate=t===i.indeterminateLength}toString(){return"Sequence [tag = "+(0,i.tagToString)(this.tag)+", length = "+this.length+"]"}},t.SequenceDelimitationPart=class extends a{constructor(e,t){super(e,t)}toString(){return"SequenceDelimitation []"}},t.FragmentsPart=class extends a{constructor(e,t,n,i,a,r){super(i,r),this.tag=e,this.length=t,this.vr=n,this.explicitVR=a}toString(){return"Fragments [tag = "+(0,i.tagToString)(this.tag)+", vr = "+this.vr.name+", length = "+this.length+"]"}},t.UnknownPart=class extends a{constructor(e,t){super(e,t)}toString(){return"Unknown []"}},t.ElementsPart=class extends r{constructor(e,t){super(),this.label=e,this.elements=t}}},297:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.elementFlow=void 0;const i=n(653),a=n(485),r=n(526),o=n(935),s=n(245);t.elementFlow=function(){return(0,a.createFlow)(new class extends((0,a.GuaranteedValueEvent)((0,a.InFragments)(a.DeferToPartFlow))){constructor(){super(...arguments),this.bytes=i.emptyBuffer}onPart(e){return e instanceof o.PreamblePart?[r.preambleElement]:e instanceof o.HeaderPart?(this.currentValue=new r.ValueElement(e.tag,e.vr,s.Value.empty(),e.bigEndian,e.explicitVR),this.bytes=i.emptyBuffer,[]):e instanceof o.ItemPart&&this.inFragments?(this.currentFragment=new r.FragmentElement(e.length,s.Value.empty(),e.bigEndian),this.bytes=i.emptyBuffer,[]):e instanceof o.ValueChunk?(this.bytes=(0,i.concat)(this.bytes,e.bytes),e.last?this.inFragments?void 0===this.currentFragment?[]:[new r.FragmentElement(this.currentFragment.length,new s.Value(this.bytes),this.currentFragment.bigEndian)]:[new r.ValueElement(this.currentValue.tag,this.currentValue.vr,new s.Value(this.bytes),this.currentValue.bigEndian,this.currentValue.explicitVR)]:[]):e instanceof o.SequencePart?[new r.SequenceElement(e.tag,e.length,e.bigEndian,e.explicitVR)]:e instanceof o.FragmentsPart?[new r.FragmentsElement(e.tag,e.vr,e.bigEndian,e.explicitVR)]:e instanceof o.ItemPart?[new r.ItemElement(e.length,e.bigEndian)]:e instanceof o.ItemDelimitationPart?[new r.ItemDelimitationElement(e.bigEndian)]:e instanceof o.SequenceDelimitationPart?[new r.SequenceDelimitationElement(e.bigEndian)]:[]}})}},870:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.elementSink=void 0;const i=n(781),a=n(711);t.elementSink=function(e){const t=new a.ElementsBuilder,n=new i.Writable({objectMode:!0,write(e,n,i){try{t.addElement(e),process.nextTick((()=>i()))}catch(e){process.nextTick((()=>this.emit("error",e)))}}});return n.once("finish",(()=>{e(t.build())})),n}},711:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ElementsBuilder=void 0;const i=n(653),a=n(253),r=n(526),o=n(765),s=n(786),c=n(228);class S{constructor(e,t){this.characterSets=e,this.zoneOffset=t,this.data=new Array(64),this.pos=0}addElementSet(e){if(e instanceof r.ValueElement&&e.tag===o.Tag.SpecificCharacterSet)this.characterSets=a.CharacterSets.fromBytes(e.value.bytes);else if(e instanceof r.ValueElement&&e.tag===o.Tag.TimezoneOffsetFromUTC){const t=(0,c.parseZoneOffset)(e.value.toSingleString(s.VR.SH,e.bigEndian,this.characterSets));this.zoneOffset=t||this.zoneOffset}return this.data.length<=this.pos&&(this.data.length*=2),this.data[this.pos++]=e,this}isEmpty(){return 0==this.data.length}build(){return new c.Elements(this.characterSets,this.zoneOffset,this.data.slice(0,this.pos))}}t.ElementsBuilder=class{constructor(){this.builderStack=[new S(i.defaultCharacterSet,i.systemZone)],this.sequenceStack=[],this.lengthStack=[]}addElement(e){if(e==r.preambleElement&&1==this.builderStack.length&&this.builderStack[0].isEmpty())return this;if(e instanceof r.ValueElement)return this.subtractLength(e.length+(e.explicitVR?e.vr.headerLength:8)),this.builderStack[0].addElementSet(e),this.maybeDelimit();if(e instanceof r.FragmentsElement)return this.subtractLength(e.explicitVR?e.vr.headerLength:8),this.updateFragments(new r.Fragments(e.tag,e.vr,void 0,[],e.bigEndian,e.explicitVR)),this.maybeDelimit();if(e instanceof r.FragmentElement){if(this.subtractLength(8+e.length),void 0!==this.fragments){const t=this.fragments.addFragment(new r.Fragment(e.length,e.value,e.bigEndian));this.updateFragments(t)}return this.maybeDelimit()}if(e instanceof r.SequenceDelimitationElement&&this.hasFragments())return this.subtractLength(8),this.builderStack[0].addElementSet(this.fragments),this.updateFragments(void 0),this.maybeDelimit();if(e instanceof r.SequenceElement)return this.subtractLength(e.explicitVR?12:8),e.indeterminate||this.pushLength(e,e.length),this.pushSequence(new r.Sequence(e.tag,e.indeterminate?e.length:0,[],e.bigEndian,e.explicitVR)),this.maybeDelimit();if(e instanceof r.ItemElement&&this.hasSequence()){this.subtractLength(8);const t=this.builderStack[0],n=this.sequenceStack[0].addItem(new r.Item(c.Elements.empty(),e.indeterminate?e.length:0,e.bigEndian));return e.indeterminate||this.pushLength(e,e.length),this.pushBuilder(new S(t.characterSets,t.zoneOffset)),this.updateSequence(n),this.maybeDelimit()}return e instanceof r.ItemDelimitationElement&&this.hasSequence()?(this.subtractLength(8),!this.itemIsIndeterminate()&&this.lengthStack.length>0&&this.lengthStack.shift(),this.endItem(),this.maybeDelimit()):e instanceof r.SequenceDelimitationElement&&this.hasSequence()?(this.subtractLength(8),!this.sequenceIsIndeterminate()&&this.lengthStack.length>0&&this.lengthStack.shift(),this.endSequence(),this.maybeDelimit()):(console.warn(`Unexpected element ${e}`),this.subtractLength(e.toBytes().length),this.maybeDelimit())}noteElement(e){return this.subtractLength(e.toBytes().length),this.maybeDelimit()}currentDepth(){return this.sequenceStack.length}build(){return 0===this.builderStack.length?c.Elements.empty():this.builderStack[0].build()}updateSequence(e){0===this.sequenceStack.length?this.sequenceStack=[e]:this.sequenceStack[0]=e}updateFragments(e){this.fragments=e}subtractLength(e){this.lengthStack.forEach((t=>t.bytesLeft-=e))}pushBuilder(e){this.builderStack.unshift(e)}pushSequence(e){this.sequenceStack.unshift(e)}pushLength(e,t){this.lengthStack.unshift({element:e,bytesLeft:t})}popBuilder(){this.builderStack.shift()}popSequence(){this.sequenceStack.shift()}hasSequence(){return this.sequenceStack.length>0}hasFragments(){return void 0!==this.fragments}sequenceIsIndeterminate(){return this.sequenceStack.length>0&&this.sequenceStack[0].indeterminate}itemIsIndeterminate(){return this.sequenceStack.length>0&&this.sequenceStack[0].items.length>0&&this.sequenceStack[0].items[this.sequenceStack[0].items.length-1].indeterminate}endItem(){const e=this.builderStack[0],t=this.sequenceStack[0],n=e.build(),i=t.items;if(i.length>0){i[i.length-1]=i[i.length-1].setElements(n);const e=new r.Sequence(t.tag,t.length,i,t.bigEndian,t.explicitVR);this.popBuilder(),this.updateSequence(e)}}endSequence(){const e=this.sequenceStack[0],t=e.indeterminate?e.length:e.toBytes().length-(e.explicitVR?12:8),n=new r.Sequence(e.tag,t,e.items,e.bigEndian,e.explicitVR);this.builderStack[0].addElementSet(n),this.popSequence()}maybeDelimit(){const e=this.lengthStack.filter((e=>e.bytesLeft<=0));return e.length>0&&(this.lengthStack=this.lengthStack.filter((e=>e.bytesLeft>0)),e.forEach((e=>{e.element instanceof r.ItemElement?this.endItem():this.endSequence()}))),this}}},228:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Elements=t.parseZoneOffset=void 0;const i=n(925),a=n(526),r=n(653),o=n(253),s=n(336),c=n(765),S=n(584),l=n(245),u=n(786);function R(e){if(!(e.length<5))try{return i.ZoneOffset.ofTotalMinutes(parseInt(e.slice(0,1)+(60*parseInt(e.slice(1,3),10)+parseInt(e.slice(4,6),10)),10))}catch(e){return}}t.parseZoneOffset=R;class V{static empty(e=r.defaultCharacterSet,t=r.systemZone){return new V(e,t,[])}constructor(e=r.defaultCharacterSet,t=r.systemZone,n=[]){this.characterSets=e,this.zoneOffset=t,this.data=n,this.size=n.length}elementByTag(e){return this.data.find((t=>t.tag===e))}elementByPath(e){const t=e.previous();if(t instanceof S.TagPathItem){const n=this.nestedByPath(t);return void 0===n?void 0:n.elementByTag(e.tag())}if(t.isEmpty())return this.elementByTag(e.tag());throw Error("Unsupported tag path type")}valueElementByTag(e){return this._valueByTag(e,(e=>e))}valueElementByPath(e){return this._valueByPath(e,(e=>e))}valueByTag(e){const t=this.valueElementByTag(e);return t?t.value:void 0}valueByPath(e){const t=this.valueElementByPath(e);return t?t.value:void 0}bytesByTag(e){const t=this.valueByTag(e);return t?t.bytes:void 0}bytesByPath(e){const t=this.valueByPath(e);return t?t.bytes:void 0}stringsByTag(e){return this._valuesByTag(e,(e=>e.value.toStrings(e.vr,e.bigEndian,this.characterSets)))}stringsByPath(e){return this._valuesByPath(e,(e=>e.value.toStrings(e.vr,e.bigEndian,this.characterSets)))}stringByTag(e){return this._valueByTag(e,(e=>e.value.toString(e.vr,e.bigEndian,this.characterSets)))}stringByPath(e){return this._valueByPath(e,(e=>e.value.toString(e.vr,e.bigEndian,this.characterSets)))}singleStringByTag(e){return this._valueByTag(e,(e=>e.value.toSingleString(e.vr,e.bigEndian,this.characterSets)))}singleStringByPath(e){return this._valueByPath(e,(e=>e.value.toSingleString(e.vr,e.bigEndian,this.characterSets)))}numbersByTag(e){return this._valuesByTag(e,(e=>e.value.toNumbers(e.vr,e.bigEndian)))}numbersByPath(e){return this._valuesByPath(e,(e=>e.value.toNumbers(e.vr,e.bigEndian)))}numberByTag(e){return this._valueByTag(e,(e=>e.value.toNumber(e.vr,e.bigEndian)))}numberByPath(e){return this._valueByPath(e,(e=>e.value.toNumber(e.vr,e.bigEndian)))}datesByTag(e){return this._valuesByTag(e,(e=>e.value.toDates(e.vr)))}datesByPath(e){return this._valuesByPath(e,(e=>e.value.toDates(e.vr)))}dateByTag(e){return this._valueByTag(e,(e=>e.value.toDate(e.vr)))}dateByPath(e){return this._valueByPath(e,(e=>e.value.toDate(e.vr)))}timesByTag(e){return this._valuesByTag(e,(e=>e.value.toTimes(e.vr)))}timesByPath(e){return this._valuesByPath(e,(e=>e.value.toTimes(e.vr)))}timeByTag(e){return this._valueByTag(e,(e=>e.value.toTime(e.vr)))}timeByPath(e){return this._valueByPath(e,(e=>e.value.toTime(e.vr)))}dateTimesByTag(e){return this._valuesByTag(e,(e=>e.value.toDateTimes(e.vr,this.zoneOffset)))}dateTimesByPath(e){return this._valuesByPath(e,(e=>e.value.toDateTimes(e.vr,this.zoneOffset)))}dateTimeByTag(e){return this._valueByTag(e,(e=>e.value.toDateTime(e.vr,this.zoneOffset)))}dateTimeByPath(e){return this._valueByPath(e,(e=>e.value.toDateTime(e.vr,this.zoneOffset)))}personNamesByTag(e){return this._valuesByTag(e,(e=>e.value.toPersonNames(e.vr,this.characterSets)))}personNamesByPath(e){return this._valuesByPath(e,(e=>e.value.toPersonNames(e.vr,this.characterSets)))}personNameByTag(e){return this._valueByTag(e,(e=>e.value.toPersonName(e.vr,this.characterSets)))}personNameByPath(e){return this._valueByPath(e,(e=>e.value.toPersonName(e.vr,this.characterSets)))}urlByTag(e){return this._valueByTag(e,(e=>e.value.toURL(e.vr)))}urlByPath(e){return this._valueByPath(e,(e=>e.value.toURL(e.vr)))}sequenceByTag(e){const t=this.elementByTag(e);return t instanceof a.Sequence?t:void 0}sequenceByPath(e){const t=this._traverseTrunk(this,e.previous());return t?t.sequenceByTag(e.tag()):void 0}itemByTag(e,t){const n=this.sequenceByTag(e);return n?n.item(t):void 0}nestedByTag(e,t){const n=this.itemByTag(e,t);return n?n.elements:void 0}nestedByPath(e){const t=this._traverseTrunk(this,e.previous());return t?t.nestedByTag(e.tag(),e.item):void 0}fragmentsByTag(e){const t=this.elementByTag(e);return t&&t instanceof a.Fragments?t:void 0}setElementSet(e){if(e instanceof a.ValueElement&&e.tag===c.Tag.SpecificCharacterSet)return new V(o.CharacterSets.fromBytes(e.value.bytes),this.zoneOffset,this._insertOrdered(e));if(e instanceof a.ValueElement&&e.tag===c.Tag.TimezoneOffsetFromUTC){const t=R(e.value.toString(u.VR.SH))||r.systemZone;return new V(this.characterSets,t,this._insertOrdered(e))}return new V(this.characterSets,this.zoneOffset,this._insertOrdered(e))}setElementSets(e){return e.reduce(((e,t)=>e.setElementSet(t)),this)}setSequence(e){return this.setElementSet(e)}updateSequence(e,t,n){const i=this.sequenceByTag(e);if(i){const e=i.item(t);if(e){const a=n(e.elements),r=e.setElements(a),o=i.setItem(t,r);return this.setElementSet(o)}}}updatePath(e,t,n){if(0===t.length)return n(e);const i=t[0];if(i instanceof S.TagPathItem){return e.updateSequence(i.tag(),i.item,(e=>this.updatePath(e,t.slice(1),n)))||e}throw Error("Unsupported tag path type")}setNested(e,t){return this.updatePath(this,e.toList(),(()=>t))}setNestedElementSet(e,t){return this.updatePath(this,e.toList(),(e=>e.setElementSet(t)))}setNestedSequence(e,t){return this.setNestedElementSet(e,t)}addItem(e,t){const n=this.sequenceByPath(e);if(n){const i=n.bigEndian,o=n.indeterminate?new a.Item(t,r.indeterminateLength,i):new a.Item(t,t.toBytes(!1).length,i),s=n.addItem(o);if(e.previous()===S.emptyTagPath)return this.setSequence(s);if(e.previous()instanceof S.TagPathItem)return this.setNestedSequence(e.previous(),s);throw Error("Unsupported tag path type")}return this}setCharacterSets(e){return new V(e,this.zoneOffset,this.data)}setZoneOffset(e){return new V(this.characterSets,e,this.data)}setValue(e,t,n,i=!1,r=!0){return this.setElementSet(new a.ValueElement(e,t,n,i,r))}setBytes(e,t,n,i=!1,a=!0){return this.setValue(e,t,l.Value.fromBuffer(t,n),i,a)}setStrings(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromStrings(n,t,i),i,a)}setString(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromString(n,t,i),i,a)}setNumbers(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromNumbers(n,t,i),i,a)}setNumber(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromNumber(n,t,i),i,a)}setDates(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromDates(n,t),i,a)}setDate(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromDate(n,t),i,a)}setTimes(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromTimes(n,t),i,a)}setTime(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromTime(n,t),i,a)}setDateTimes(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromDateTimes(n,t),i,a)}setDateTime(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromDateTime(n,t),i,a)}setPersonNames(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromPersonNames(n,t),i,a)}setPersonName(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromPersonName(n,t),i,a)}setURL(e,t,n=s.Lookup.vrOf(e),i=!1,a=!0){return this.setValue(e,n,l.Value.fromURL(n,t),i,a)}setNestedValue(e,t,n,i=!1,a=!0){return e.isRoot()?this.setValue(e.tag(),t,n,i,a):this.setNested(e.previous(),(this.nestedByPath(e.previous())||V.empty()).setValue(e.tag(),t,n,i,a))}setNestedBytes(e,t,n,i=!1,a=!0){return this.setNestedValue(e,t,l.Value.fromBuffer(t,n),i,a)}setNestedStrings(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromStrings(n,t,i),i,a)}setNestedString(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromString(n,t,i),i,a)}setNestedNumbers(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromNumbers(n,t,i),i,a)}setNestedNumber(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromNumber(n,t,i),i,a)}setNestedDates(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromDates(n,t),i,a)}setNestedDate(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromDate(n,t),i,a)}setNestedTimes(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromTimes(n,t),i,a)}setNestedTime(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromTime(n,t),i,a)}setNestedDateTimes(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromDateTimes(n,t),i,a)}setNestedDateTime(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromDateTime(n,t),i,a)}setNestedPersonNames(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromPersonNames(n,t),i,a)}setNestedPersonName(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromPersonName(n,t),i,a)}setNestedURL(e,t,n=s.Lookup.vrOf(e.tag()),i=!1,a=!0){return this.setNestedValue(e,n,l.Value.fromURL(n,t),i,a)}removeByTag(e){return this.filter((t=>t.tag!==e))}removeByPath(e){if(e===S.emptyTagPath)return this;if(e instanceof S.TagPathItem){if(e.previous()===S.emptyTagPath){const t=this.sequenceByTag(e.tag());return t?this.setSequence(t.removeItem(e.item)):this}if(e.previous()instanceof S.TagPathItem){const t=this.nestedByPath(e.previous());return t?this.setNested(e.previous(),t.removeByPath(S.TagPath.fromItem(e.tag(),e.item))):this}throw Error("Unsupported tag path type")}if(e instanceof S.TagPathTag){if(e.previous()===S.emptyTagPath)return this.removeByTag(e.tag());if(e.previous()instanceof S.TagPathItem){const t=this.nestedByPath(e.previous());return t?this.setNested(e.previous(),t.removeByTag(e.tag())):this}throw Error("Unsupported tag path type")}throw Error("Unsupported tag path type")}filter(e){return new V(this.characterSets,this.zoneOffset,this.data.filter(e))}head(){return this.data.length>0?this.data[0]:void 0}isEmpty(){return this.data.length<=0}nonEmpty(){return!this.isEmpty()}contains(e){return"number"==typeof e?this.data.map((e=>e.tag)).includes(e):e instanceof S.TagPathTag?void 0!==this.elementByPath(e):e instanceof S.TagPathItem&&void 0!==this.nestedByPath(e)}sorted(){return new V(this.characterSets,this.zoneOffset,this.data.slice().sort(((e,t)=>e.tag-t.tag)))}toElements(e=!0){const t=(0,r.flatten)(this.data.map((e=>e.toElements())));return e?(0,r.prependToArray)(a.preambleElement,t):t}toParts(e){return(0,r.flatten)(this.toElements(e).map((e=>e.toParts())))}toBytes(e=!0){return this.data.map((e=>e.toBytes())).reduce(((e,t)=>(0,r.concat)(e,t)),e?a.preambleElement.toBytes():r.emptyBuffer)}toStrings(e){const t=" ",n=e=>t.repeat(Math.max(0,40-e.length)),i=e=>t.repeat(Math.max(0,4-(e+"").length));return(0,r.flatten)(this.data.map((o=>{if(o instanceof a.ValueElement){const a=o.value.toStrings(o.vr,o.bigEndian,this.characterSets),c=a.join(r.multiValueDelimiter),S=a.length+"";return[e+(0,r.tagToString)(o.tag)+t+o.vr.name+t+c+t+n(c)+" # "+i(o.length)+t+o.length+", "+S+t+s.Lookup.keywordOf(o.tag)||""]}if(o instanceof a.Sequence){const a=o.length===r.indeterminateLength?"Sequence with indeterminate length":"Sequence with explicit length "+o.length,S=e+(0,r.tagToString)(o.tag)+" SQ "+a+t+n(a)+" # "+i((0,r.toInt32)(o.length))+t+(0,r.toInt32)(o.length)+", 1 "+s.Lookup.keywordOf(o.tag)||"",l=(0,r.flatten)(o.items.map((a=>{const o=a.indeterminate?"Item with indeterminate length":"Item with explicit length "+a.length,s=e+" "+(0,r.tagToString)(c.Tag.Item)+" na "+o+t+n(o)+" # "+i((0,r.toInt32)(a.length))+t+(0,r.toInt32)(a.length)+", 1 Item",S=a.elements.toStrings(e+" "),l=e+" "+(0,r.tagToString)(c.Tag.ItemDelimitationItem)+" na "+t.repeat(41)+" # 0, 0 ItemDelimitationItem";return S.unshift(s),S.push(l),S}))),u=e+(0,r.tagToString)(c.Tag.SequenceDelimitationItem)+" na "+t.repeat(41)+" # 0, 0 SequenceDelimitationItem";return l.unshift(S),l.push(u),l}if(o instanceof a.Fragments){const a="Fragments with "+o.size+" fragment(s)",S=e+(0,r.tagToString)(o.tag)+t+o.vr.name+t+a+t+n(a)+" # na, 1 "+s.Lookup.keywordOf(o.tag)||"";let l=[];if(void 0!==o.offsets){const a=o.offsets.length,s="Offsets table with "+a+" offset(s)";l=[e+t+t+(0,r.tagToString)(c.Tag.Item)+" na "+s+t+n(s)+" # "+i(4*a)+t+4*a+", 1 Item"]}const u=o.fragments.map((a=>{const o="Fragment with length "+a.length;return e+t+t+(0,r.tagToString)(c.Tag.Item)+" na "+o+t+n(o)+" # "+i(a.length)+t+a.length+", 1 Item"})),R=e+(0,r.tagToString)(c.Tag.SequenceDelimitationItem)+" na "+t.repeat(43)+" # 0, 0 SequenceDelimitationItem";l.unshift(S);for(const e of u)l.push(e);return l.push(R),l}return[]})))}toString(){return this.toStrings("").join("\r\n")}_valueByTag(e,t){const n=this.elementByTag(e);return n&&n instanceof a.ValueElement?t(n):void 0}_valueByPath(e,t){const n=this.elementByPath(e);return n&&n instanceof a.ValueElement?t(n):void 0}_valuesByTag(e,t){const n=this.elementByTag(e);return n&&n instanceof a.ValueElement?t(n):[]}_valuesByPath(e,t){const n=this.elementByPath(e);return n&&n instanceof a.ValueElement?t(n):[]}_traverseTrunk(e,t){if(t.isEmpty())return e;if(t instanceof S.TagPathItem){const n=this._traverseTrunk(e,t.previous());return n?n.nestedByTag(t.tag(),t.item):void 0}throw Error("Unsupported tag path type")}_insertOrdered(e){if(this.isEmpty())return[e];{const t=[];let n=!0;return this.data.forEach((i=>{n&&i.tag>e.tag&&(t.push(e),n=!1),i.tag===e.tag?(t.push(e),n=!1):t.push(i)})),n&&t.push(e),t}}}t.Elements=V},532:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.flatMapFlow=t.filterFlow=t.mapFlow=t.objectToStringFlow=t.appendFlow=t.prependFlow=t.printFlow=t.identityFlow=void 0;const i=n(781);t.identityFlow=function(e=!1){return new i.Transform({objectMode:e,transform(e,t,n){this.push(e),process.nextTick((()=>n()))}})},t.printFlow=function(e=!1){return new i.Transform({objectMode:e,transform(e,t,n){console.log(e),this.push(e),process.nextTick((()=>n()))}})},t.prependFlow=function(e,t=!1){let n=!1;return new i.Transform({objectMode:t,transform(t,i,a){n||(this.push(e),n=!0),this.push(t),process.nextTick((()=>a()))}})},t.appendFlow=function(e,t=!1){return new i.Transform({objectMode:t,transform(e,t,n){this.push(e),process.nextTick((()=>n()))},flush(t){process.nextTick((()=>t(null,e)))}})},t.objectToStringFlow=function(e){return new i.Transform({writableObjectMode:!0,transform(t,n,i){this.push(e(t)+"\n"),process.nextTick((()=>i()))}})},t.mapFlow=function(e){return new i.Transform({objectMode:!0,transform(t,n,i){try{this.push(e(t)),process.nextTick((()=>i()))}catch(e){process.nextTick((()=>this.emit("error",e)))}}})},t.filterFlow=function(e){return new i.Transform({objectMode:!0,transform(t,n,i){try{!0===e(t)&&this.push(t),process.nextTick((()=>i()))}catch(e){process.nextTick((()=>this.emit("error",e)))}}})},t.flatMapFlow=function(e){return new i.Transform({objectMode:!0,transform(t,n,i){try{for(const n of e(t))this.push(n);process.nextTick((()=>i()))}catch(e){process.nextTick((()=>this.emit("error",e)))}}})}},607:function(e,t,n){var i=this&&this.__createBinding||(Object.create?function(e,t,n,i){void 0===i&&(i=n);var a=Object.getOwnPropertyDescriptor(t,n);a&&!("get"in a?!t.__esModule:a.writable||a.configurable)||(a={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,i,a)}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]}),a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||i(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.CharacterSets=void 0,a(n(354),t),a(n(653),t),a(n(786),t),a(n(993),t),a(n(765),t),a(n(336),t),a(n(584),t),a(n(994),t),a(n(965),t),a(n(935),t),a(n(526),t);var r=n(253);Object.defineProperty(t,"CharacterSets",{enumerable:!0,get:function(){return r.CharacterSets}}),a(n(214),t),a(n(532),t),a(n(693),t),a(n(428),t),a(n(485),t),a(n(366),t),a(n(398),t),a(n(498),t),a(n(215),t),a(n(245),t),a(n(228),t),a(n(711),t),a(n(297),t),a(n(870),t)},336:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Lookup=void 0;const i=n(765),a=n(24),r=n(368);class o{static keywordOf(e){if(0==(65535&e)&&0!=(4294770688&e))return"GroupLength";if(0!=(65536&e))return 0==(65280&e)&&0!=(240&e)?"PrivateCreatorID":"";if((4294967040&e)===i.Tag.SourceImageIDs)return"SourceImageIDs";let t=e;return 1342177280==(4292870144&e)||1610612736==(4292870144&e)?t=4292935679&e:2130706432==(4278190080&e)&&2145386496!=(4294901760&e)&&(t=4278255615&e),o.keywords.find((e=>i.Tag[e]===t))}static vrOf(e){return a.TagToVR.vrOf(e)}static tagOf(e){return i.Tag[e]}static nameOf(e){return r.UIDToName.nameOf(e)}}o.keywords=Object.keys(i.Tag),t.Lookup=o},498:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.modifyFlow=t.TagModificationsPart=t.TagInsertion=t.TagModification=void 0;const i=n(653),a=n(485),r=n(336),o=n(935),s=n(584),c=n(786);class S{static equals(e,t){return new S(e.isEqualTo.bind(e),t)}static endsWith(e,t){return new S((t=>t.endsWith(e)),t)}constructor(e,t){this.matches=e,this.modification=t}}t.TagModification=S,t.TagInsertion=class{constructor(e,t){this.tagPath=e,this.insertion=t,this.tagPath=e,this.insertion=t}};class l extends o.MetaPart{constructor(e=[],t=[],n=!1){super(),this.modifications=e,this.insertions=t,this.replace=n}}t.TagModificationsPart=l,t.modifyFlow=function(e=[],t=[],n=!0){const u=void 0===e?[]:e,R=void 0===t?[]:t,V=void 0===n||n,m=e=>e.filter(((e,t,n)=>n.findIndex((t=>t.tagPath.isEqualTo(e.tagPath)))===t)).sort(((e,t)=>e.tagPath.isBelow(t.tagPath)?-1:1));return(0,a.createFlow)(new class extends((0,a.TagPathTracking)((0,a.GuaranteedValueEvent)((0,a.GuaranteedDelimitationEvents)((0,a.GroupLengthWarnings)((0,a.InFragments)((0,a.EndEvent)(a.DeferToPartFlow))))))){constructor(){super(),this.currentModifications=u,this.currentInsertions=m(R.slice()),this.latestTagPath=s.emptyTagPath,this.value=i.emptyBuffer,this.bigEndian=!1,this.explicitVR=!0,this.setSilent(!V)}onPart(e){if(e instanceof l)return e.replace?(this.currentModifications=e.modifications,this.currentInsertions=m(e.insertions.slice())):(this.currentModifications=(0,i.concatArrays)(this.currentModifications,e.modifications),this.currentInsertions=m((0,i.concatArrays)(this.currentInsertions,e.insertions))),[];if(e instanceof o.HeaderPart){this.updateSyntax(e);const t=this.findInsertParts(),n=this.findModifyPart(e);return this.latestTagPath=this.tagPath,(0,i.concatArrays)(t,n)}if(e instanceof o.SequencePart){const t=this.findInsertParts();return this.latestTagPath=this.tagPath,(0,i.appendToArray)(e,t)}if(e instanceof o.ValueChunk){if(void 0!==this.currentModification&&void 0!==this.currentHeader){if(this.value=(0,i.concat)(this.value,e.bytes),e.last){const e=(0,i.padToEvenLength)(this.currentModification.modification(this.value),this.currentHeader.vr),t=this.currentHeader.withUpdatedLength(e.length);return this.currentModification=void 0,this.currentHeader=void 0,(0,i.prependToArray)(t,this.valueOrNot(e))}return[]}return[e]}return this.latestTagPath=this.tagPath,[e]}onEnd(){return this.latestTagPath.isEmpty()?[]:(0,i.flatten)(this.currentInsertions.filter((e=>e.tagPath.isRoot())).filter((e=>this.latestTagPath.isBelow(e.tagPath))).map((e=>this.headerAndValueParts(e.tagPath,(0,i.padToEvenLength)(e.insertion(void 0),e.tagPath.tag())))))}updateSyntax(e){this.bigEndian=e.bigEndian,this.explicitVR=e.explicitVR}valueOrNot(e){return e.length>0?[new o.ValueChunk(this.bigEndian,e,!0)]:[]}headerAndValueParts(e,t){const n=r.Lookup.vrOf(e.tag());if(n===c.VR.UN)throw Error("Tag is not present in dictionary, cannot determine value representation");if(n===c.VR.SQ)throw Error("Cannot insert sequences");const a=o.HeaderPart.create(e.tag(),n,t.length,this.bigEndian,this.explicitVR);return(0,i.prependToArray)(a,this.valueOrNot(t))}isBetween(e,t,n){return e.isBelow(t)&&t.isBelow(n)}isInDataset(e,t){return e.previous().isEqualTo(t.previous())}findInsertParts(){return(0,i.flatten)(this.currentInsertions.filter((e=>this.isBetween(this.latestTagPath,e.tagPath,this.tagPath))).filter((e=>this.isInDataset(e.tagPath,this.tagPath))).map((e=>this.headerAndValueParts(e.tagPath,(0,i.padToEvenLength)(e.insertion(void 0),e.tagPath.tag())))))}findModifyPart(e){const t=this.currentModifications.find((e=>e.matches(this.tagPath)));if(void 0!==t)return this.currentHeader=e,this.currentModification=t,this.value=i.emptyBuffer,[];{const t=this.currentInsertions.find((e=>e.tagPath.isEqualTo(this.tagPath)));return void 0!==t?(this.currentHeader=e,this.currentModification=new S((e=>e.isEqualTo(t.tagPath)),(e=>t.insertion(e))),this.value=i.emptyBuffer,[]):[e]}}})}},428:function(e,t,n){var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.parseFlow=void 0;const a=i(n(796)),r=n(653),o=n(622),s=n(354),c=n(336),S=n(669),l=n(935),u=n(765),R=n(993),V=n(786);class m extends o.ParseStep{constructor(e,t){super(),this.state=e,this.flow=t}}class d{constructor(e,t,n){this.maySwitchTs=e,this.bigEndian=t,this.explicitVR=n}}class g{constructor(e,t,n,i,a,r){this.tsuid=e,this.bigEndian=t,this.explicitVR=n,this.hasFmi=i,this.pos=a,this.fmiEndPos=r}}class h{constructor(e,t,n){this.bigEndian=e,this.bytesLeft=t,this.nextStep=n}}class p{constructor(e,t){this.bigEndian=e,this.explicitVR=t}}class f extends m{constructor(e){super(null,e)}parse(e){let t;e.remainingSize()<S.dicomPreambleLength+8?e.remainingData().slice(0,128).every((e=>0===e))&&e.ensure(S.dicomPreambleLength+8):(0,S.isPreamble)(e.remainingData())&&(t=new l.PreamblePart(e.take(S.dicomPreambleLength))),e.ensure(8);const n=(0,S.tryReadHeader)(e.remainingData());if(n){let e;return n.hasFmi?(n.explicitVR||console.warn("File meta information uses implicit VR encoding"),n.bigEndian&&console.warn("File meta information uses big-endian encoding"),e=new D(new g(void 0,n.bigEndian,n.explicitVR,n.hasFmi,0,void 0),this.flow)):e=new T(new d(!1,n.bigEndian,n.explicitVR),this.flow),new o.ParseResult(t,e)}throw new Error("Not a DICOM stream")}onTruncation(e){e.remainingSize()===S.dicomPreambleLength&&(0,S.isPreamble)(e.remainingData())?this.flow.push(new l.PreamblePart(e.take(S.dicomPreambleLength))):super.onTruncation(e)}}class D extends m{constructor(e,t){super(e,t),this.transferSyntaxLengthLimit=1024}toDatasetStep(e,t){let n=this.state.tsuid;n||(console.warn("Missing Transfer Syntax (0002,0010) - assume Explicit VR Little Endian"),n=R.UID.ExplicitVRLittleEndian);const i=n===R.UID.ExplicitVRBigEndianRetired,o=n!==R.UID.ImplicitVRLittleEndian;if((0,r.isDeflated)(n)){if(!this.flow.inflate)return new I(this.state,this.flow);{e.ensure(t+2);let n=a.default.createInflateRaw();const i=e.remainingData().slice(t,t+2);30876===(0,r.bytesToUShortBE)(i)&&(console.warn("Deflated DICOM Stream with ZLIB Header"),n=a.default.createInflate());const o=e.take(t),s=e.remainingData();e.setInput(o),this.flow.setDetourFlow(n),this.flow.setDetour(!0,s)}}return new T(new d(!0,i,o),this.flow)}parse(e){const t=(0,S.readHeader)(e,this.state);if((0,S.warnIfOdd)(t.tag,t.vr,t.valueLength),2!==(0,r.groupNumber)(t.tag))return console.warn("Missing or wrong File Meta Information Group Length (0002,0000)"),new o.ParseResult(void 0,this.toDatasetStep(e,t.valueLength));const n=t.vr===V.VR.UN?c.Lookup.vrOf(t.tag):t.vr,i=e.take(t.headerLength);if(this.state.pos+=t.headerLength+t.valueLength,t.tag===u.Tag.FileMetaInformationGroupLength){e.ensure(4);const t=e.remainingData().slice(0,4);this.state.fmiEndPos=this.state.pos+(0,r.bytesToInt)(t,this.state.bigEndian)}else if(t.tag===u.Tag.TransferSyntaxUID)if(t.valueLength<this.transferSyntaxLengthLimit){e.ensure(t.valueLength);const n=e.remainingData().slice(0,t.valueLength);this.state.tsuid=(0,r.trim)(n.toString())}else console.warn("Transfer syntax data is very large, skipping");const a=new l.HeaderPart(t.tag,n,t.valueLength,!0,this.state.bigEndian,this.state.explicitVR,i);let s=new D(this.state,this.flow);return this.state.fmiEndPos&&this.state.fmiEndPos<=this.state.pos&&(e.remainingSize()>=t.valueLength+2&&(!this.state.tsuid||this.state.tsuid!=R.UID.DeflatedExplicitVRLittleEndian)&&2==(0,r.bytesToShort)(e.remainingData().slice(t.valueLength,t.valueLength+2),this.state.bigEndian)?console.warn("Wrong File Meta Information Group Length (0002,0000)"):(this.state.fmiEndPos!=this.state.pos&&console.warn("Wrong File Meta Information Group Length (0002,0000)"),s=this.toDatasetStep(e,t.valueLength))),new o.ParseResult(a,new P(new h(this.state.bigEndian,t.valueLength,s),this.flow))}}class T extends m{constructor(e,t){super(e,t)}maybeSwitchTs(e,t){e.ensure(8);const n=e.remainingData().slice(0,8),i=(0,r.bytesToTag)(n,t.bigEndian);let a;try{a=V.VR.valueOf((0,r.bytesToVR)(n.slice(4)))}catch(e){}return(0,S.isSpecial)(i)?new d(!1,t.bigEndian,t.explicitVR):t.explicitVR&&!a?(console.log("Implicit VR attributes detected in explicit VR dataset"),new d(!1,t.bigEndian,!1)):!t.explicitVR&&a?new d(!1,t.bigEndian,!0):new d(!1,t.bigEndian,t.explicitVR)}readDatasetHeader(e,t){const n=(0,S.readHeader)(e,t);if((0,S.warnIfOdd)(n.tag,n.vr,n.valueLength),n.vr){const i=e.take(n.headerLength);return n.vr===V.VR.SQ||n.vr===V.VR.UN&&n.valueLength===r.indeterminateLength?new l.SequencePart(n.tag,n.valueLength,t.bigEndian,t.explicitVR,i):n.valueLength===r.indeterminateLength?new l.FragmentsPart(n.tag,n.valueLength,n.vr,t.bigEndian,t.explicitVR,i):new l.HeaderPart(n.tag,n.vr,n.valueLength,!1,t.bigEndian,t.explicitVR,i)}switch(n.tag){case 4294893568:return new l.ItemPart(n.valueLength,t.bigEndian,e.take(8));case 4294893581:return new l.ItemDelimitationPart(t.bigEndian,e.take(8));case 4294893789:return new l.SequenceDelimitationPart(t.bigEndian,e.take(8))}return new l.UnknownPart(t.bigEndian,e.take(n.headerLength))}parse(e){const t=this.state.maySwitchTs?this.maybeSwitchTs(e,this.state):this.state,n=this.readDatasetHeader(e,t);let i=o.finishedParser;return n&&(i=n instanceof l.HeaderPart?n.length>0?new P(new h(n.bigEndian,n.length,new T(t,this.flow)),this.flow):new T(t,this.flow):n instanceof l.FragmentsPart?new C(new p(n.bigEndian,t.explicitVR),this.flow):n instanceof l.SequencePart?new T(new d(!1,t.bigEndian,t.explicitVR),this.flow):n instanceof l.ItemPart?new T(new d(!0,t.bigEndian,t.explicitVR),this.flow):n instanceof l.ItemDelimitationPart?new T(new d(!1,t.bigEndian,t.explicitVR),this.flow):n instanceof l.SequenceDelimitationPart?new T(new d(!0,t.bigEndian,t.explicitVR),this.flow):new T(new d(!1,t.bigEndian,t.explicitVR),this.flow)),new o.ParseResult(n,i)}}class P extends m{constructor(e,t){super(e,t)}parse(e){return this.state.bytesLeft<=this.flow.chunkSize?new o.ParseResult(new l.ValueChunk(this.state.bigEndian,e.take(this.state.bytesLeft),!0),this.state.nextStep):new o.ParseResult(new l.ValueChunk(this.state.bigEndian,e.take(this.flow.chunkSize),!1),new P(new h(this.state.bigEndian,this.state.bytesLeft-this.flow.chunkSize,this.state.nextStep),this.flow))}}class C extends m{constructor(e,t){super(e,t)}parse(e){const t=(0,S.readHeader)(e,this.state);if(4294893568===t.tag){const n=t.valueLength>0?new P(new h(this.state.bigEndian,t.valueLength,new C(new p(this.state.bigEndian,this.state.explicitVR),this.flow)),this.flow):new C(new p(this.state.bigEndian,this.state.explicitVR),this.flow);return new o.ParseResult(new l.ItemPart(t.valueLength,this.state.bigEndian,e.take(t.headerLength)),n)}return 4294893789===t.tag?(0!==t.valueLength&&console.warn("Unexpected fragments delimitation length "+t.valueLength),new o.ParseResult(new l.SequenceDelimitationPart(this.state.bigEndian,e.take(t.headerLength)),new T(new d(!1,this.state.bigEndian,this.state.explicitVR),this.flow))):(console.warn("Unexpected element ("+(0,r.tagToString)(t.tag)+") in fragments with length "+t.valueLength),new o.ParseResult(new l.UnknownPart(this.state.bigEndian,e.take(t.headerLength+t.valueLength)),this))}}class I extends m{constructor(e,t){super(e,t)}parse(e){return new o.ParseResult(new l.DeflatedChunk(this.state.bigEndian,e.take(Math.min(this.flow.chunkSize,e.remainingSize()))),this)}}class y extends s.Detour{constructor(e=1048576,t=!0,n=1048576){super({highWaterMark:n,readableObjectMode:!0}),this.chunkSize=e,this.inflate=t,this.bufferBytes=n,this.parser=new o.ByteParser(this),this.parser.startWith(new f(this))}process(e){this.parser.parse(e)}cleanup(){this.parser.flush()}next(e){this.push(e)}complete(){this.push(null)}fail(e){process.nextTick((()=>this.emit("error",e)))}}t.parseFlow=function(e,t,n){return new y(e,t,n)}},215:function(e,t,n){var i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Parser=void 0;const a=i(n(796)),r=n(653),o=n(622),s=n(526),c=n(711),S=n(336),l=n(669),u=n(765),R=n(993),V=n(245),m=n(786);class d{inflate(e){return e}}class g{constructor(e,t,n,i,a,r){this.tsuid=e,this.bigEndian=t,this.explicitVR=n,this.hasFmi=i,this.pos=a,this.fmiEndPos=r}}class h{constructor(e,t,n,i){this.maySwitchTs=e,this.bigEndian=t,this.explicitVR=n,this.inflater=i}}class p{constructor(e,t,n){this.bigEndian=e,this.explicitVR=t,this.inflater=n}}class f extends o.ParseStep{constructor(e,t){super(),this.state=e,this.stop=t}}class D extends f{constructor(e){super(null,e)}parse(e){e.remainingSize()<l.dicomPreambleLength+8?e.remainingData().slice(0,128).every((e=>0===e))&&e.ensure(l.dicomPreambleLength+8):(0,l.isPreamble)(e.remainingData())&&e.take(l.dicomPreambleLength),e.ensure(8);const t=(0,l.tryReadHeader)(e.remainingData());if(t){const e=t.hasFmi?new T(new g(void 0,t.bigEndian,t.explicitVR,t.hasFmi,0,void 0),this.stop):new P(new h(!1,t.bigEndian,t.explicitVR,void 0),this.stop);return new o.ParseResult(void 0,e)}throw new Error("Not a DICOM file")}onTruncation(e){e.remainingSize()===l.dicomPreambleLength&&(0,l.isPreamble)(e.remainingData())||super.onTruncation(e)}}class T extends f{constructor(e,t){super(e,t)}parse(e){const t=(0,l.readHeader)(e,this.state);if(this.stop(t))return new o.ParseResult(void 0,o.finishedParser);if(2!==(0,r.groupNumber)(t.tag))return console.warn("Missing or wrong File Meta Information Group Length (0002,0000)"),new o.ParseResult(void 0,this.toDatasetStep(e));const n=t.vr===m.VR.UN?S.Lookup.vrOf(t.tag):t.vr,i=e.take(t.headerLength+t.valueLength).slice(t.headerLength);return this.state.pos+=t.headerLength+t.valueLength,t.tag===u.Tag.FileMetaInformationGroupLength?this.state.fmiEndPos=this.state.pos+(0,r.bytesToInt)(i,this.state.bigEndian):t.tag===u.Tag.TransferSyntaxUID&&(this.state.tsuid=(0,r.trim)(i.toString())),new o.ParseResult(new s.ValueElement(t.tag,n,new V.Value(i),this.state.bigEndian,this.state.explicitVR),this.state.fmiEndPos&&this.state.fmiEndPos<=this.state.pos?this.toDatasetStep(e):this)}toDatasetStep(e){let t=this.state.tsuid;t||(console.warn("Missing Transfer Syntax (0002,0010) - assume Explicit VR Little Endian"),t=R.UID.ExplicitVRLittleEndian);const n=t===R.UID.ExplicitVRBigEndianRetired,i=t!==R.UID.ImplicitVRLittleEndian;let o;if((0,r.isDeflated)(t)){e.ensure(2),o=new class extends d{inflate(e){return a.default.inflateRawSync(e)}};const t=e.remainingData().slice(0,2);30876===(0,r.bytesToUShortBE)(t)&&(console.warn("Deflated DICOM Stream with ZLIB Header"),o=new class extends d{inflate(e){return a.default.inflateSync(e)}}),e.setInput(o.inflate(e.remainingData()))}return new P(new h(!0,n,i,o),this.stop)}}class P extends f{constructor(e,t){super(e,t)}maybeSwitchTs(e,t){e.ensure(8);const n=e.remainingData().slice(0,8),i=(0,r.bytesToTag)(n,t.bigEndian);let a;try{a=m.VR.valueOf((0,r.bytesToVR)(n.slice(4)))}catch(e){}return(0,l.isSpecial)(i)?new h(!1,t.bigEndian,t.explicitVR,t.inflater):t.explicitVR&&!a?(console.log("Implicit VR attributes detected in explicit VR dataset"),new h(!1,t.bigEndian,!1,t.inflater)):!t.explicitVR&&a?new h(!1,t.bigEndian,!0,t.inflater):new h(!1,t.bigEndian,t.explicitVR,t.inflater)}parse(e){const t=this.state.maySwitchTs?this.maybeSwitchTs(e,this.state):this.state,n=(0,l.readHeader)(e,t);if(e.take(n.headerLength),n.vr)return this.stop(n)?new o.ParseResult(void 0,o.finishedParser):n.vr===m.VR.SQ||n.vr===m.VR.UN&&n.valueLength===r.indeterminateLength?new o.ParseResult(new s.SequenceElement(n.tag,n.valueLength,t.bigEndian,t.explicitVR),new P(new h(!1,t.bigEndian,t.explicitVR,t.inflater),this.stop)):n.valueLength===r.indeterminateLength?new o.ParseResult(new s.FragmentsElement(n.tag,n.vr,t.bigEndian,t.explicitVR),new C(new p(t.bigEndian,t.explicitVR,t.inflater),this.stop)):new o.ParseResult(new s.ValueElement(n.tag,n.vr,new V.Value(e.take(n.valueLength)),t.bigEndian,t.explicitVR),this);switch(n.tag){case 4294893568:return new o.ParseResult(new s.ItemElement(n.valueLength,t.bigEndian),new P(new h(!0,t.bigEndian,t.explicitVR,t.inflater),this.stop));case 4294893581:return new o.ParseResult(new s.ItemDelimitationElement(t.bigEndian),new P(new h(!1,t.bigEndian,t.explicitVR,t.inflater),this.stop));case 4294893789:return new o.ParseResult(new s.SequenceDelimitationElement(t.bigEndian),new P(new h(!0,t.bigEndian,t.explicitVR,t.inflater),this.stop))}return new o.ParseResult(new s.UnknownElement(t.bigEndian),this)}}class C extends f{constructor(e,t){super(e,t)}parse(e){const t=(0,l.readHeader)(e,this.state);if(e.take(t.headerLength),4294893568===t.tag){const n=e.take(t.valueLength);return new o.ParseResult(new s.FragmentElement(t.valueLength,new V.Value(n),this.state.bigEndian),new C(new p(this.state.bigEndian,this.state.explicitVR,this.state.inflater),this.stop))}return 4294893789===t.tag?(0!==t.valueLength&&console.warn("Unexpected fragments delimitation length "+t.valueLength),new o.ParseResult(new s.SequenceDelimitationElement(this.state.bigEndian),new P(new h(!1,this.state.bigEndian,this.state.explicitVR,this.state.inflater),this.stop))):(e.take(t.valueLength),console.warn("Unexpected element ("+(0,r.tagToString)(t.tag)+") in fragments with length "+t.valueLength),new o.ParseResult(new s.UnknownElement(this.state.bigEndian),this))}}t.Parser=class{constructor(e){this.stop=e,this.builder=new c.ElementsBuilder,this.byteParser=new o.ByteParser(this);const t=e?t=>e(t,this.builder.currentDepth()):()=>!1;this.byteParser.startWith(new D(t))}parse(e){const t=this.byteParser.current instanceof f?this.byteParser.current:void 0;t&&t.state&&t.state.inflater&&(e=t.state.inflater.inflate(e)),this.byteParser.parse(e)}next(e){this.builder.addElement(e)}result(){return this.builder.build()}isComplete(){return this.byteParser.isCompleted}complete(){}fail(e){throw e}}},669:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.warnIfOdd=t.readHeader=t.AttributeInfo=t.readTagVr=t.isSpecial=t.TagVr=t.isPreamble=t.headerInfo=t.tryReadHeader=t.HeaderInfo=t.isDICM=t.dicomPreambleLength=void 0;const i=n(653),a=n(336),r=n(786);function o(e){return 68===e[0]&&73===e[1]&&67===e[2]&&77===e[3]}function s(e,t){const n=(0,i.bytesToTag)(e,t),o=a.Lookup.vrOf(n);if(!(o===r.VR.UN||2!==(0,i.groupNumber)(n)&&(0,i.groupNumber)(n)<8)){if((0,i.bytesToVR)(e.slice(4,6))===o.code)return{bigEndian:t,explicitVR:!0,hasFmi:(0,i.isFileMetaInformation)(n)};if((0,i.bytesToUInt)(e.slice(4,8),t)>=0){if(t)throw Error("Implicit VR Big Endian encoded DICOM Stream");return{bigEndian:!1,explicitVR:!1,hasFmi:(0,i.isFileMetaInformation)(n)}}}}t.dicomPreambleLength=132,t.isDICM=o,t.HeaderInfo=class{constructor(e,t,n){this.bigEndian=e,this.explicitVR=t,this.hasFmi=n}},t.tryReadHeader=function(e){const t=s(e,!1);return void 0===t?s(e,!0):t},t.headerInfo=s,t.isPreamble=function(e){return e.length>=t.dicomPreambleLength&&o(e.slice(t.dicomPreambleLength-4,t.dicomPreambleLength))};class c{constructor(e,t){this.tag=e,this.vr=t}}function S(e){return 4294893568===e||4294893581===e||4294893789===e}function l(e,t,n){const o=(0,i.bytesToTag)(e,t);return S(o)?new c(o,void 0):new c(o,n?r.VR.valueOf((0,i.bytesToVR)(e.slice(4,6))):a.Lookup.vrOf(o))}t.TagVr=c,t.isSpecial=S,t.readTagVr=l;class u{constructor(e,t,n,i){this.tag=e,this.vr=t,this.headerLength=n,this.valueLength=i}}t.AttributeInfo=u,t.readHeader=function(e,t){e.ensure(8);const n=e.remainingData().slice(0,8),a=l(n,t.bigEndian,t.explicitVR);return a.vr&&t.explicitVR?8===a.vr.headerLength?new u(a.tag,a.vr,8,(0,i.bytesToUShort)(n.slice(6),t.bigEndian)):(e.ensure(12),new u(a.tag,a.vr,12,(0,i.bytesToUInt)(e.remainingData().slice(8),t.bigEndian))):new u(a.tag,a.vr,8,(0,i.bytesToUInt)(n.slice(4),t.bigEndian))},t.warnIfOdd=function(e,t,n){n%2>0&&n!=i.indeterminateLength&&null!=t&&t!=r.VR.SQ&&console.warn(`Element ${(0,i.tagToString)(e)} has odd length`)}},965:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.PersonName=t.ComponentGroup=void 0;const i=n(245),a=n(653);class r{constructor(e,t="",n=""){this.alphabetic=e,this.ideographic=t,this.phonetic=n}}t.ComponentGroup=r,t.PersonName=class{constructor(e,t,n=new r(""),i=new r(""),a=new r("")){this.familyName=e,this.givenName=t,this.middleName=n,this.prefix=i,this.suffix=a}static parse(e){return e.split(a.multiValueDelimiter).map(a.trim).map((e=>(0,i.parsePersonName)(e)))}toString(){const e=[this.familyName,this.givenName,this.middleName,this.prefix,this.suffix];return["alphabetic","ideographic","phonetic"].map((t=>e.map((e=>e[t])).join("^").replace(/\^+$/,""))).join("=").replace(/=+$/,"")}}},693:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.arraySink=t.ignoreSink=t.byteSink=void 0;const i=n(781),a=n(653);t.byteSink=function(e){let t=a.emptyBuffer;const n=new i.Writable({write(e,n,i){t=(0,a.concat)(t,e),process.nextTick((()=>i()))}});return n.once("finish",(()=>{e(t)})),n},t.ignoreSink=function(e=!1){return new i.Writable({objectMode:e,write(e,t,n){process.nextTick((()=>n()))}})},t.arraySink=function(e){const t=[],n=new i.Writable({objectMode:!0,write(e,n,i){t.push(e),process.nextTick((()=>i()))}});return n.once("finish",(()=>e(t))),n}},214:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.arraySource=t.singleSource=void 0;const i=n(781);t.singleSource=function(e,t=!1){return new i.Readable({objectMode:t,read(){this.push(e),this.push(null)}})},t.arraySource=function(e,t=!1){let n=0;return new i.Readable({highWaterMark:1,objectMode:t,read(t){t=t||1;const i=Math.min(n+t,e.length);let a=n;for(;a<i&&this.push(e[a++]););a===e.length&&this.push(null),n=a}})}},365:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TagPathLike=void 0,t.TagPathLike=class{isRoot(){return this.previous().isEmpty()}toList(){const e=(t,n)=>(t.isRoot()||e(t.previous(),n),n.push(t),n);return e(this,[])}contains(e){return this.toList().map((e=>e.tag())).indexOf(e)>=0}depth(){const e=(t,n)=>t.isRoot()?n:e(t.previous(),n+1);return this.isEmpty()?0:e(this,1)}head(){return this.take(1)}tail(){return this.drop(1)}take(e){const t=(e,n)=>n<=0?e:t(e.previous(),n-1);return t(this,this.depth()-e)}}},584:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TagPathItemEnd=t.TagPathItem=t.TagPathSequenceEnd=t.TagPathSequence=t.TagPathTag=t.emptyTagPath=t.TagPathTrunk=t.TagPath=void 0;const i=n(653),a=n(336),r=n(365);class o extends r.TagPathLike{static fromTag(e){return t.emptyTagPath.thenTag(e)}static fromSequence(e){return t.emptyTagPath.thenSequence(e)}static fromSequenceEnd(e){return t.emptyTagPath.thenSequenceEnd(e)}static fromItem(e,n){return t.emptyTagPath.thenItem(e,n)}static fromItemEnd(e,n){return t.emptyTagPath.thenItemEnd(e,n)}static parse(e){const t=e=>e.substring(e.lastIndexOf("[")+1,e.length-1),n=e=>e.substring(0,e.indexOf("[")),i=e=>{const t=a.Lookup.tagOf(e);if(!t){if(11===e.length&&"("===e[0]&&","===e[5]&&")"===e[10]){const t=parseInt(e.substring(1,5)+e.substring(6,10),16);if(!isNaN(t))return t}throw Error(e+" is not a tag or name string")}return t},r=e=>{const t=parseInt(e,10);if(isNaN(t))throw Error(e+" is not a number");return t},s=e.indexOf(".")>0?e.split("."):[e],c=s.length>1?s.slice(0,s.length-1):[],S=s[s.length-1];try{const e=c.length>0?c[0]:void 0;return e?((e,t)=>t.thenTag(i(e)))(S,c.slice(1,c.length).reduce(((e,a)=>((e,a)=>a.thenItem(i(n(e)),r(t(e))))(a,e)),(l=e,o.fromItem(i(n(l)),r(t(l)))))):(e=>o.fromTag(i(e)))(S)}catch(e){throw Error("Tag path could not be parsed: "+e.message)}var l}constructor(e,t){super(),this.tagVal=e,this.previousVal=t}tag(){return this.tagVal}previous(){return this.previousVal}isEmpty(){return this===t.emptyTagPath}isBelow(e){const t=this.toList(),n=e.toList();for(let e=0;e<Math.min(t.length,n.length);e++){const i=t[e],a=n[e];if(i.isEmpty())return!a.isEmpty();if(a.isEmpty())return!1;if(i.tag()!==a.tag())return i.tag()<a.tag();if(i instanceof S&&"item"in a)return!0;if(i instanceof S&&a instanceof l)return!0;if(i instanceof l&&"item"in a)return!1;if(i instanceof l&&a instanceof S)return!1;if("item"in i&&a instanceof S)return!1;if("item"in i&&a instanceof l)return!0;if("item"in i&&"item"in a&&i.item!==a.item)return i.item<a.item;if(i instanceof u&&a instanceof R)return!0;if(i instanceof R&&a instanceof u)return!1}return t.length<n.length}isEqualTo(e){return!(!this.isEmpty()||!e.isEmpty())||(this instanceof c&&e instanceof c||this instanceof S&&e instanceof S||this instanceof l&&e instanceof l?this.tag()===e.tag()&&this.previous().isEqualTo(e.previous()):(this instanceof u&&e instanceof u||this instanceof R&&e instanceof R)&&this.tag()===e.tag()&&this.item===e.item&&this.previous().isEqualTo(e.previous()))}startsWith(e){const t=this.depth(),n=e.depth();if(t>=n){const i=Math.min(t,n);return this.take(i).isEqualTo(e.take(i))}return!1}endsWith(e){const t=this.depth()-e.depth();return t>=0&&this.drop(t).isEqualTo(e)}drop(e){const n=(e,i)=>{if(i<0)return t.emptyTagPath;if(0===i)return e.isEmpty()?t.emptyTagPath:e instanceof u?o.fromItem(e.tag(),e.item):e instanceof R?o.fromItemEnd(e.tag(),e.item):e instanceof S?o.fromSequence(e.tag()):e instanceof l?o.fromSequenceEnd(e.tag()):o.fromTag(e.tag());const a=n(e.previous(),i-1);return e instanceof u?a.thenItem(e.tag(),e.item):e instanceof R?a.thenItemEnd(e.tag(),e.item):e instanceof S?a.thenSequence(e.tag()):e instanceof l?a.thenSequenceEnd(e.tag()):e instanceof c?a.thenTag(e.tag()):t.emptyTagPath};return n(this,this.depth()-e-1)}toNamedString(e){const t=(n,r)=>{const o="item"in n?"["+n.item+"]":"",s=(t=>{if(e){const e=a.Lookup.keywordOf(t);if(e)return e}return(0,i.tagToString)(t)})(n.tag())+o+r;return n.isRoot()?s:t(n.previous(),"."+s)};return this.isEmpty()?"<empty path>":t(this,"")}}t.TagPath=o;class s extends o{thenTag(e){return new c(e,this)}thenSequence(e){return new S(e,this)}thenSequenceEnd(e){return new l(e,this)}thenItem(e,t){return new u(e,t,this)}thenItemEnd(e,t){return new R(e,t,this)}}t.TagPathTrunk=s,t.emptyTagPath=new class extends s{tag(){throw Error("Empty tag path")}previous(){return t.emptyTagPath}}(-1,null);class c extends o{constructor(e,t){super(e,t)}}t.TagPathTag=c;class S extends o{constructor(e,t){super(e,t)}}t.TagPathSequence=S;class l extends o{constructor(e,t){super(e,t)}}t.TagPathSequenceEnd=l;class u extends s{constructor(e,t,n){super(e,n),this.item=t}}t.TagPathItem=u;class R extends s{constructor(e,t,n){super(e,n),this.item=t}}t.TagPathItemEnd=R},24:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TagToVR=void 0;const i=n(765),a=n(786);class r{static adjustTag(e){return 1342177280==(4292870144&e)||1610612736==(4292870144&e)?4292935679&e:2130706432==(4278190080&e)&&2145386496!=(4294901760&e)?4278255615&e:e}static vrOf(e){if(0==(65535&e))return a.VR.UL;if(0!=(65536&e))return 0==(65280&e)&&0!=(240&e)?a.VR.LO:a.VR.UN;if((4294967040&e)===i.Tag.SourceImageIDs)return a.VR.CS;const t=r.adjustTag(e).toString(16);return t in r.dict?r.dict[t]:a.VR.UN}}r.dict={0:a.VR.UL,2:a.VR.UI,3:a.VR.UI,100:a.VR.US,110:a.VR.US,120:a.VR.US,600:a.VR.AE,700:a.VR.US,800:a.VR.US,900:a.VR.US,901:a.VR.AT,902:a.VR.LO,903:a.VR.US,1e3:a.VR.UI,1001:a.VR.UI,1002:a.VR.US,1005:a.VR.AT,1008:a.VR.US,1020:a.VR.US,1021:a.VR.US,1022:a.VR.US,1023:a.VR.US,1030:a.VR.AE,1031:a.VR.US,2e4:a.VR.UL,20001:a.VR.OB,20002:a.VR.UI,20003:a.VR.UI,20010:a.VR.UI,20012:a.VR.UI,20013:a.VR.SH,20016:a.VR.AE,20017:a.VR.AE,20018:a.VR.AE,20100:a.VR.UI,20102:a.VR.OB,41130:a.VR.CS,41141:a.VR.CS,41142:a.VR.CS,41200:a.VR.UL,41202:a.VR.UL,41212:a.VR.US,41220:a.VR.SQ,41400:a.VR.UL,41410:a.VR.US,41420:a.VR.UL,41430:a.VR.CS,41432:a.VR.UI,41500:a.VR.CS,41504:a.VR.UL,41510:a.VR.UI,41511:a.VR.UI,41512:a.VR.UI,"4151a":a.VR.UI,41600:a.VR.UL,80001:a.VR.UL,80005:a.VR.CS,80006:a.VR.SQ,80008:a.VR.CS,80010:a.VR.SH,80012:a.VR.DA,80013:a.VR.TM,80014:a.VR.UI,80015:a.VR.DT,80016:a.VR.UI,80018:a.VR.UI,"8001a":a.VR.UI,"8001b":a.VR.UI,80020:a.VR.DA,80021:a.VR.DA,80022:a.VR.DA,80023:a.VR.DA,80024:a.VR.DA,80025:a.VR.DA,"8002a":a.VR.DT,80030:a.VR.TM,80031:a.VR.TM,80032:a.VR.TM,80033:a.VR.TM,80034:a.VR.TM,80035:a.VR.TM,80040:a.VR.US,80041:a.VR.LO,80042:a.VR.CS,80050:a.VR.SH,80051:a.VR.SQ,80052:a.VR.CS,80053:a.VR.CS,80054:a.VR.AE,80055:a.VR.AE,80056:a.VR.CS,80058:a.VR.UI,80060:a.VR.CS,80061:a.VR.CS,80062:a.VR.UI,80063:a.VR.SQ,80064:a.VR.CS,80068:a.VR.CS,80070:a.VR.LO,80080:a.VR.LO,80081:a.VR.ST,80082:a.VR.SQ,80090:a.VR.PN,80092:a.VR.ST,80094:a.VR.SH,80096:a.VR.SQ,"8009c":a.VR.PN,"8009d":a.VR.SQ,80100:a.VR.SH,80101:a.VR.LO,80102:a.VR.SH,80103:a.VR.SH,80104:a.VR.LO,80105:a.VR.CS,80106:a.VR.DT,80107:a.VR.DT,80108:a.VR.LT,80109:a.VR.SQ,"8010a":a.VR.CS,"8010b":a.VR.CS,"8010c":a.VR.UI,"8010d":a.VR.UI,"8010e":a.VR.UR,"8010f":a.VR.CS,80110:a.VR.SQ,80112:a.VR.LO,80114:a.VR.ST,80115:a.VR.ST,80116:a.VR.ST,80117:a.VR.UI,80118:a.VR.UI,80119:a.VR.UC,80120:a.VR.UR,80121:a.VR.SQ,80122:a.VR.LO,80123:a.VR.SQ,80124:a.VR.SQ,80201:a.VR.SH,80220:a.VR.SQ,80221:a.VR.CS,80222:a.VR.LO,80300:a.VR.SQ,80301:a.VR.US,80302:a.VR.LO,80303:a.VR.CS,80304:a.VR.US,80305:a.VR.SQ,80306:a.VR.US,80307:a.VR.CS,80308:a.VR.US,80309:a.VR.UL,"8030a":a.VR.CS,"8030b":a.VR.UL,"8030c":a.VR.UC,"8030d":a.VR.UC,"8030e":a.VR.UT,"8030f":a.VR.UT,80310:a.VR.SQ,81e3:a.VR.AE,81010:a.VR.SH,81030:a.VR.LO,81032:a.VR.SQ,"8103e":a.VR.LO,"8103f":a.VR.SQ,81040:a.VR.LO,81048:a.VR.PN,81049:a.VR.SQ,81050:a.VR.PN,81052:a.VR.SQ,81060:a.VR.PN,81062:a.VR.SQ,81070:a.VR.PN,81072:a.VR.SQ,81080:a.VR.LO,81084:a.VR.SQ,81090:a.VR.LO,81100:a.VR.SQ,81110:a.VR.SQ,81111:a.VR.SQ,81115:a.VR.SQ,81120:a.VR.SQ,81125:a.VR.SQ,81130:a.VR.SQ,81134:a.VR.SQ,"8113a":a.VR.SQ,81140:a.VR.SQ,81145:a.VR.SQ,"8114a":a.VR.SQ,"8114b":a.VR.SQ,81150:a.VR.UI,81155:a.VR.UI,81156:a.VR.SQ,"8115a":a.VR.UI,81160:a.VR.IS,81161:a.VR.UL,81162:a.VR.UL,81163:a.VR.FD,81164:a.VR.SQ,81167:a.VR.UI,81190:a.VR.UR,81195:a.VR.UI,81196:a.VR.US,81197:a.VR.US,81198:a.VR.SQ,81199:a.VR.SQ,"8119a":a.VR.SQ,81200:a.VR.SQ,81250:a.VR.SQ,82110:a.VR.CS,82111:a.VR.ST,82112:a.VR.SQ,82120:a.VR.SH,82122:a.VR.IS,82124:a.VR.IS,82127:a.VR.SH,82128:a.VR.IS,82129:a.VR.IS,"8212a":a.VR.IS,82130:a.VR.DS,82132:a.VR.LO,82133:a.VR.SQ,82134:a.VR.FD,82135:a.VR.SQ,82142:a.VR.IS,82143:a.VR.IS,82144:a.VR.IS,82200:a.VR.CS,82204:a.VR.CS,82208:a.VR.CS,82218:a.VR.SQ,82220:a.VR.SQ,82228:a.VR.SQ,82229:a.VR.SQ,82230:a.VR.SQ,82240:a.VR.SQ,82242:a.VR.SQ,82244:a.VR.SQ,82246:a.VR.SQ,82251:a.VR.SQ,82253:a.VR.SQ,82255:a.VR.SQ,82256:a.VR.ST,82257:a.VR.SQ,82258:a.VR.ST,82259:a.VR.SQ,"8225a":a.VR.SQ,"8225c":a.VR.SQ,83001:a.VR.SQ,83010:a.VR.UI,83011:a.VR.SQ,83012:a.VR.UI,84e3:a.VR.LT,89007:a.VR.CS,89092:a.VR.SQ,89121:a.VR.SQ,89123:a.VR.UI,89124:a.VR.SQ,89154:a.VR.SQ,89205:a.VR.CS,89206:a.VR.CS,89207:a.VR.CS,89208:a.VR.CS,89209:a.VR.CS,89215:a.VR.SQ,89237:a.VR.SQ,89410:a.VR.SQ,89458:a.VR.SQ,89459:a.VR.FL,89460:a.VR.CS,100010:a.VR.PN,100020:a.VR.LO,100021:a.VR.LO,100022:a.VR.CS,100024:a.VR.SQ,100026:a.VR.SQ,100027:a.VR.SQ,100028:a.VR.US,100030:a.VR.DA,100032:a.VR.TM,100033:a.VR.LO,100034:a.VR.LO,100035:a.VR.CS,100040:a.VR.CS,100050:a.VR.SQ,100101:a.VR.SQ,100102:a.VR.SQ,100200:a.VR.CS,100201:a.VR.SQ,100212:a.VR.UC,100213:a.VR.LO,100214:a.VR.LO,100215:a.VR.SQ,100216:a.VR.SQ,100217:a.VR.LO,100218:a.VR.UT,100219:a.VR.SQ,100221:a.VR.SQ,100222:a.VR.UC,100223:a.VR.LO,100229:a.VR.SQ,101e3:a.VR.LO,101001:a.VR.PN,101002:a.VR.SQ,101005:a.VR.PN,101010:a.VR.AS,101020:a.VR.DS,101021:a.VR.SQ,101022:a.VR.DS,101023:a.VR.DS,101024:a.VR.DS,101030:a.VR.DS,101040:a.VR.LO,101050:a.VR.LO,101060:a.VR.PN,101080:a.VR.LO,101081:a.VR.LO,101090:a.VR.LO,101100:a.VR.SQ,102e3:a.VR.LO,102110:a.VR.LO,102150:a.VR.LO,102152:a.VR.LO,102154:a.VR.SH,102155:a.VR.LT,102160:a.VR.SH,102180:a.VR.SH,"1021a0":a.VR.CS,"1021b0":a.VR.LT,"1021c0":a.VR.US,"1021d0":a.VR.DA,"1021f0":a.VR.LO,102201:a.VR.LO,102202:a.VR.SQ,102203:a.VR.CS,102210:a.VR.CS,102292:a.VR.LO,102293:a.VR.SQ,102294:a.VR.SQ,102295:a.VR.LO,102296:a.VR.SQ,102297:a.VR.PN,102298:a.VR.CS,102299:a.VR.LO,104e3:a.VR.LT,109431:a.VR.FL,120010:a.VR.LO,120020:a.VR.LO,120021:a.VR.LO,120030:a.VR.LO,120031:a.VR.LO,120040:a.VR.LO,120042:a.VR.LO,120050:a.VR.LO,120051:a.VR.ST,120052:a.VR.FD,120053:a.VR.CS,120060:a.VR.LO,120062:a.VR.CS,120063:a.VR.LO,120064:a.VR.SQ,120071:a.VR.LO,120072:a.VR.LO,120081:a.VR.LO,120082:a.VR.LO,120083:a.VR.SQ,120084:a.VR.CS,120085:a.VR.CS,120086:a.VR.DA,120087:a.VR.DA,140023:a.VR.ST,140024:a.VR.ST,140025:a.VR.ST,140028:a.VR.ST,140030:a.VR.DS,140032:a.VR.DS,140034:a.VR.DS,140042:a.VR.ST,140044:a.VR.ST,140045:a.VR.ST,140046:a.VR.LT,140050:a.VR.CS,140052:a.VR.CS,140054:a.VR.DS,140056:a.VR.DS,140100:a.VR.LO,140101:a.VR.CS,140102:a.VR.DA,140103:a.VR.TM,140104:a.VR.PN,140105:a.VR.ST,140106:a.VR.SQ,140107:a.VR.CS,140108:a.VR.CS,141010:a.VR.ST,141020:a.VR.DA,141040:a.VR.ST,142002:a.VR.SQ,142004:a.VR.IS,142006:a.VR.PN,142008:a.VR.IS,142012:a.VR.SQ,142014:a.VR.IS,142016:a.VR.SH,142018:a.VR.ST,"14201a":a.VR.CS,"14201c":a.VR.CS,"14201e":a.VR.SQ,142030:a.VR.SQ,142032:a.VR.SH,142202:a.VR.IS,142204:a.VR.SQ,142206:a.VR.ST,142208:a.VR.CS,"14220a":a.VR.IS,"14220c":a.VR.CS,"14220e":a.VR.CS,142210:a.VR.OB,142220:a.VR.SQ,142222:a.VR.ST,142224:a.VR.IS,142226:a.VR.IS,142228:a.VR.CS,"14222a":a.VR.DS,"14222c":a.VR.DS,143011:a.VR.DS,143012:a.VR.DS,143020:a.VR.SQ,143022:a.VR.ST,143024:a.VR.DS,143026:a.VR.DS,143028:a.VR.DS,143040:a.VR.SQ,143050:a.VR.OW,143060:a.VR.SQ,143070:a.VR.OW,143071:a.VR.DS,143072:a.VR.DS,143073:a.VR.DS,143074:a.VR.LO,143075:a.VR.DS,143076:a.VR.DA,143077:a.VR.TM,143080:a.VR.OB,143099:a.VR.LT,144002:a.VR.SQ,144004:a.VR.CS,144006:a.VR.LT,144008:a.VR.SQ,"14400a":a.VR.CS,"14400c":a.VR.LT,"14400e":a.VR.SQ,"14400f":a.VR.LT,144010:a.VR.SQ,144011:a.VR.SQ,144012:a.VR.US,144013:a.VR.CS,144014:a.VR.DS,144015:a.VR.DS,144016:a.VR.DS,144017:a.VR.DS,144018:a.VR.DS,144019:a.VR.DS,"14401a":a.VR.DS,"14401b":a.VR.DS,"14401c":a.VR.DS,"14401d":a.VR.DS,144020:a.VR.SQ,144022:a.VR.DS,144024:a.VR.DS,144026:a.VR.CS,144028:a.VR.DS,144030:a.VR.SQ,144031:a.VR.DS,144032:a.VR.CS,144033:a.VR.IS,144034:a.VR.DS,144035:a.VR.SQ,144036:a.VR.CS,144038:a.VR.DS,"14403a":a.VR.DS,"14403c":a.VR.DS,144040:a.VR.SQ,144050:a.VR.SQ,144051:a.VR.SQ,144052:a.VR.DS,144054:a.VR.ST,144056:a.VR.ST,144057:a.VR.DS,144058:a.VR.DS,144059:a.VR.DS,"14405a":a.VR.DS,"14405c":a.VR.ST,144060:a.VR.SQ,144062:a.VR.DS,144064:a.VR.DS,144070:a.VR.SQ,144072:a.VR.ST,144074:a.VR.SH,144076:a.VR.DA,144078:a.VR.DA,"14407a":a.VR.DA,"14407c":a.VR.TM,"14407e":a.VR.DA,144080:a.VR.SQ,144081:a.VR.CS,144082:a.VR.LT,144083:a.VR.SQ,144084:a.VR.DS,144085:a.VR.DS,144086:a.VR.SQ,144087:a.VR.SQ,144088:a.VR.DS,144089:a.VR.DS,"14408b":a.VR.DS,"14408c":a.VR.DS,"14408d":a.VR.DS,"14408e":a.VR.DS,144091:a.VR.SQ,144092:a.VR.DS,"14409a":a.VR.SQ,"14409b":a.VR.ST,"14409c":a.VR.DS,"14409d":a.VR.DS,"14409f":a.VR.DS,"1440a0":a.VR.LO,"1440a1":a.VR.LO,"1440a2":a.VR.LO,145002:a.VR.IS,145004:a.VR.IS,145100:a.VR.US,145101:a.VR.DS,145102:a.VR.DS,145103:a.VR.DS,145104:a.VR.DS,145105:a.VR.CS,145106:a.VR.SH,145107:a.VR.DS,145108:a.VR.DS,145109:a.VR.CS,"14510a":a.VR.DS,"14510b":a.VR.SH,"14510c":a.VR.DS,"14510d":a.VR.DS,"14510e":a.VR.DS,"14510f":a.VR.SH,145110:a.VR.SH,145111:a.VR.LO,145112:a.VR.DS,145113:a.VR.DS,145114:a.VR.DS,145115:a.VR.DS,145116:a.VR.DS,145117:a.VR.DS,145118:a.VR.DS,145119:a.VR.DS,"14511a":a.VR.DS,"14511b":a.VR.DS,"14511c":a.VR.DS,"14511d":a.VR.DS,"14511e":a.VR.CS,"14511f":a.VR.DS,180010:a.VR.LO,180012:a.VR.SQ,180013:a.VR.FL,180014:a.VR.SQ,180015:a.VR.CS,180020:a.VR.CS,180021:a.VR.CS,180022:a.VR.CS,180023:a.VR.CS,180024:a.VR.SH,180025:a.VR.CS,180026:a.VR.SQ,180027:a.VR.TM,180028:a.VR.DS,180029:a.VR.SQ,"18002a":a.VR.SQ,180030:a.VR.LO,180031:a.VR.LO,180032:a.VR.DS,180033:a.VR.DS,180034:a.VR.LO,180035:a.VR.TM,180036:a.VR.SQ,180037:a.VR.CS,180038:a.VR.CS,180039:a.VR.CS,"18003a":a.VR.ST,180040:a.VR.IS,180042:a.VR.CS,180050:a.VR.DS,180060:a.VR.DS,180070:a.VR.IS,180071:a.VR.CS,180072:a.VR.DS,180073:a.VR.CS,180074:a.VR.IS,180075:a.VR.IS,180080:a.VR.DS,180081:a.VR.DS,180082:a.VR.DS,180083:a.VR.DS,180084:a.VR.DS,180085:a.VR.SH,180086:a.VR.IS,180087:a.VR.DS,180088:a.VR.DS,180089:a.VR.IS,180090:a.VR.DS,180091:a.VR.IS,180093:a.VR.DS,180094:a.VR.DS,180095:a.VR.DS,181e3:a.VR.LO,181002:a.VR.UI,181003:a.VR.LO,181004:a.VR.LO,181005:a.VR.LO,181006:a.VR.LO,181007:a.VR.LO,181008:a.VR.LO,181009:a.VR.UT,"18100a":a.VR.SQ,181010:a.VR.LO,181011:a.VR.LO,181012:a.VR.DA,181014:a.VR.TM,181016:a.VR.LO,181017:a.VR.LO,181018:a.VR.LO,181019:a.VR.LO,"18101a":a.VR.LO,"18101b":a.VR.LO,181020:a.VR.LO,181022:a.VR.SH,181023:a.VR.LO,181030:a.VR.LO,181040:a.VR.LO,181041:a.VR.DS,181042:a.VR.TM,181043:a.VR.TM,181044:a.VR.DS,181045:a.VR.IS,181046:a.VR.DS,181047:a.VR.DS,181048:a.VR.CS,181049:a.VR.DS,181050:a.VR.DS,181060:a.VR.DS,181061:a.VR.LO,181062:a.VR.IS,181063:a.VR.DS,181064:a.VR.LO,181065:a.VR.DS,181066:a.VR.DS,181067:a.VR.DS,181068:a.VR.DS,181069:a.VR.DS,"18106a":a.VR.CS,"18106c":a.VR.US,"18106e":a.VR.UL,181070:a.VR.LO,181071:a.VR.DS,181072:a.VR.TM,181073:a.VR.TM,181074:a.VR.DS,181075:a.VR.DS,181076:a.VR.DS,181077:a.VR.DS,181078:a.VR.DT,181079:a.VR.DT,181080:a.VR.CS,181081:a.VR.IS,181082:a.VR.IS,181083:a.VR.IS,181084:a.VR.IS,181085:a.VR.LO,181086:a.VR.IS,181088:a.VR.IS,181090:a.VR.IS,181094:a.VR.IS,181100:a.VR.DS,181110:a.VR.DS,181111:a.VR.DS,181114:a.VR.DS,181120:a.VR.DS,181121:a.VR.DS,181130:a.VR.DS,181131:a.VR.DS,181134:a.VR.CS,181135:a.VR.DS,181136:a.VR.DS,181137:a.VR.DS,181138:a.VR.DS,"18113a":a.VR.CS,181140:a.VR.CS,181141:a.VR.DS,181142:a.VR.DS,181143:a.VR.DS,181144:a.VR.DS,181145:a.VR.DS,181146:a.VR.DS,181147:a.VR.CS,181149:a.VR.IS,181150:a.VR.IS,181151:a.VR.IS,181152:a.VR.IS,181153:a.VR.IS,181154:a.VR.DS,181155:a.VR.CS,181156:a.VR.CS,"18115a":a.VR.CS,"18115e":a.VR.DS,181160:a.VR.SH,181161:a.VR.LO,181162:a.VR.DS,181164:a.VR.DS,181166:a.VR.CS,181170:a.VR.IS,181180:a.VR.SH,181181:a.VR.CS,181182:a.VR.IS,181183:a.VR.DS,181184:a.VR.DS,181190:a.VR.DS,181191:a.VR.CS,"1811a0":a.VR.DS,"1811a2":a.VR.DS,"1811a3":a.VR.DS,"1811a4":a.VR.LO,"1811a5":a.VR.DS,181200:a.VR.DA,181201:a.VR.TM,181202:a.VR.DT,181210:a.VR.SH,181240:a.VR.IS,181242:a.VR.IS,181243:a.VR.IS,181244:a.VR.US,181250:a.VR.SH,181251:a.VR.SH,181260:a.VR.SH,181261:a.VR.LO,181271:a.VR.FD,181272:a.VR.SQ,181300:a.VR.DS,181301:a.VR.CS,181302:a.VR.IS,181310:a.VR.US,181312:a.VR.CS,181314:a.VR.DS,181315:a.VR.CS,181316:a.VR.DS,181318:a.VR.DS,181320:a.VR.FL,181400:a.VR.LO,181401:a.VR.LO,181402:a.VR.CS,181403:a.VR.CS,181404:a.VR.US,181405:a.VR.IS,181411:a.VR.DS,181412:a.VR.DS,181413:a.VR.DS,181450:a.VR.DS,181460:a.VR.DS,181470:a.VR.DS,181480:a.VR.DS,181490:a.VR.CS,181491:a.VR.CS,181495:a.VR.IS,181500:a.VR.CS,181508:a.VR.CS,181510:a.VR.DS,181511:a.VR.DS,181520:a.VR.DS,181521:a.VR.DS,181530:a.VR.DS,181531:a.VR.DS,181600:a.VR.CS,181602:a.VR.IS,181604:a.VR.IS,181606:a.VR.IS,181608:a.VR.IS,181610:a.VR.IS,181612:a.VR.IS,181620:a.VR.IS,181622:a.VR.US,181623:a.VR.US,181624:a.VR.US,181700:a.VR.CS,181702:a.VR.IS,181704:a.VR.IS,181706:a.VR.IS,181708:a.VR.IS,181710:a.VR.IS,181712:a.VR.IS,181720:a.VR.IS,181800:a.VR.CS,181801:a.VR.SH,181802:a.VR.CS,181803:a.VR.LO,182001:a.VR.IS,182002:a.VR.SH,182003:a.VR.DS,182004:a.VR.DS,182005:a.VR.DS,182006:a.VR.SH,182010:a.VR.DS,182020:a.VR.CS,182030:a.VR.DS,182041:a.VR.SQ,182042:a.VR.UI,182043:a.VR.FL,182044:a.VR.FL,182045:a.VR.SH,182046:a.VR.FL,183100:a.VR.CS,183101:a.VR.DS,183102:a.VR.DS,183103:a.VR.IS,183104:a.VR.IS,183105:a.VR.IS,184e3:a.VR.LT,185e3:a.VR.SH,185010:a.VR.LO,185012:a.VR.DS,185020:a.VR.LO,185021:a.VR.LO,185022:a.VR.DS,185024:a.VR.DS,185026:a.VR.DS,185027:a.VR.DS,185028:a.VR.DS,185029:a.VR.DS,185030:a.VR.DS,185040:a.VR.DS,185050:a.VR.IS,185100:a.VR.CS,185101:a.VR.CS,185104:a.VR.SQ,185210:a.VR.DS,185212:a.VR.DS,186e3:a.VR.DS,186011:a.VR.SQ,186012:a.VR.US,186014:a.VR.US,186016:a.VR.UL,186018:a.VR.UL,"18601a":a.VR.UL,"18601c":a.VR.UL,"18601e":a.VR.UL,186020:a.VR.SL,186022:a.VR.SL,186024:a.VR.US,186026:a.VR.US,186028:a.VR.FD,"18602a":a.VR.FD,"18602c":a.VR.FD,"18602e":a.VR.FD,186030:a.VR.UL,186031:a.VR.CS,186032:a.VR.UL,186034:a.VR.FD,186036:a.VR.FD,186038:a.VR.UL,186039:a.VR.SL,"18603a":a.VR.UL,"18603b":a.VR.SL,"18603c":a.VR.UL,"18603d":a.VR.SL,"18603e":a.VR.UL,"18603f":a.VR.SL,186040:a.VR.UL,186041:a.VR.SL,186042:a.VR.UL,186043:a.VR.SL,186044:a.VR.US,186046:a.VR.UL,186048:a.VR.UL,"18604a":a.VR.UL,"18604c":a.VR.US,"18604e":a.VR.US,186050:a.VR.UL,186052:a.VR.UL,186054:a.VR.FD,186056:a.VR.UL,186058:a.VR.UL,"18605a":a.VR.FL,186060:a.VR.FL,187e3:a.VR.CS,187001:a.VR.DS,187004:a.VR.CS,187005:a.VR.CS,187006:a.VR.LT,187008:a.VR.LT,"18700a":a.VR.SH,"18700c":a.VR.DA,"18700e":a.VR.TM,187010:a.VR.IS,187011:a.VR.IS,187012:a.VR.DS,187014:a.VR.DS,187016:a.VR.DS,"18701a":a.VR.DS,187020:a.VR.DS,187022:a.VR.DS,187024:a.VR.CS,187026:a.VR.DS,187028:a.VR.DS,"18702a":a.VR.LO,"18702b":a.VR.LO,187030:a.VR.DS,187032:a.VR.DS,187034:a.VR.CS,187036:a.VR.FL,187038:a.VR.FL,187040:a.VR.LT,187041:a.VR.LT,187042:a.VR.DS,187044:a.VR.DS,187046:a.VR.IS,187048:a.VR.DS,"18704c":a.VR.DS,187050:a.VR.CS,187052:a.VR.DS,187054:a.VR.DS,187056:a.VR.FL,187058:a.VR.FL,187060:a.VR.CS,187062:a.VR.LT,187064:a.VR.CS,187065:a.VR.DS,188150:a.VR.DS,188151:a.VR.DS,189004:a.VR.CS,189005:a.VR.SH,189006:a.VR.SQ,189008:a.VR.CS,189009:a.VR.CS,189010:a.VR.CS,189011:a.VR.CS,189012:a.VR.CS,189014:a.VR.CS,189015:a.VR.CS,189016:a.VR.CS,189017:a.VR.CS,189018:a.VR.CS,189019:a.VR.FD,189020:a.VR.CS,189021:a.VR.CS,189022:a.VR.CS,189024:a.VR.CS,189025:a.VR.CS,189026:a.VR.CS,189027:a.VR.CS,189028:a.VR.CS,189029:a.VR.CS,189030:a.VR.FD,189032:a.VR.CS,189033:a.VR.CS,189034:a.VR.CS,189035:a.VR.FD,189036:a.VR.CS,189037:a.VR.CS,189041:a.VR.LO,189042:a.VR.SQ,189043:a.VR.CS,189044:a.VR.CS,189045:a.VR.SQ,189046:a.VR.LO,189047:a.VR.SH,189048:a.VR.CS,189049:a.VR.SQ,189050:a.VR.LO,189051:a.VR.CS,189052:a.VR.FD,189053:a.VR.FD,189054:a.VR.CS,189058:a.VR.US,189059:a.VR.CS,189060:a.VR.CS,189061:a.VR.FD,189062:a.VR.CS,189063:a.VR.FD,189064:a.VR.CS,189065:a.VR.CS,189066:a.VR.US,189067:a.VR.CS,189069:a.VR.FD,189070:a.VR.FD,189073:a.VR.FD,189074:a.VR.DT,189075:a.VR.CS,189076:a.VR.SQ,189077:a.VR.CS,189078:a.VR.CS,189079:a.VR.FD,189080:a.VR.ST,189081:a.VR.CS,189082:a.VR.FD,189083:a.VR.SQ,189084:a.VR.SQ,189085:a.VR.CS,189087:a.VR.FD,189089:a.VR.FD,189090:a.VR.FD,189091:a.VR.FD,189092:a.VR.SQ,189093:a.VR.US,189094:a.VR.CS,189095:a.VR.UL,189096:a.VR.FD,189098:a.VR.FD,189100:a.VR.CS,189101:a.VR.CS,189103:a.VR.SQ,189104:a.VR.FD,189105:a.VR.FD,189106:a.VR.FD,189107:a.VR.SQ,189112:a.VR.SQ,189114:a.VR.SQ,189115:a.VR.SQ,189117:a.VR.SQ,189118:a.VR.SQ,189119:a.VR.SQ,189125:a.VR.SQ,189126:a.VR.SQ,189127:a.VR.UL,189147:a.VR.CS,189151:a.VR.DT,189152:a.VR.SQ,189155:a.VR.FD,189159:a.VR.UL,189166:a.VR.CS,189168:a.VR.FD,189169:a.VR.CS,189170:a.VR.CS,189171:a.VR.CS,189172:a.VR.CS,189173:a.VR.CS,189174:a.VR.CS,189175:a.VR.LO,189176:a.VR.SQ,189177:a.VR.CS,189178:a.VR.CS,189179:a.VR.CS,189180:a.VR.CS,189181:a.VR.FD,189182:a.VR.FD,189183:a.VR.CS,189184:a.VR.FD,189185:a.VR.ST,189186:a.VR.SH,189195:a.VR.FD,189196:a.VR.FD,189197:a.VR.SQ,189198:a.VR.CS,189199:a.VR.CS,189200:a.VR.CS,189214:a.VR.CS,189217:a.VR.FD,189218:a.VR.FD,189219:a.VR.SS,189220:a.VR.FD,189226:a.VR.SQ,189227:a.VR.SQ,189231:a.VR.US,189232:a.VR.US,189234:a.VR.UL,189236:a.VR.CS,189239:a.VR.SQ,189240:a.VR.US,189241:a.VR.US,189250:a.VR.CS,189251:a.VR.SQ,189252:a.VR.LO,189253:a.VR.US,189254:a.VR.FD,189255:a.VR.FD,189256:a.VR.FD,189257:a.VR.CS,189258:a.VR.UL,189259:a.VR.CS,"18925a":a.VR.FD,"18925b":a.VR.LO,"18925c":a.VR.CS,"18925d":a.VR.SQ,"18925e":a.VR.LO,"18925f":a.VR.UL,189260:a.VR.SQ,189295:a.VR.FD,189296:a.VR.FD,189297:a.VR.CS,189298:a.VR.IS,189301:a.VR.SQ,189302:a.VR.CS,189303:a.VR.FD,189304:a.VR.SQ,189305:a.VR.FD,189306:a.VR.FD,189307:a.VR.FD,189308:a.VR.SQ,189309:a.VR.FD,189310:a.VR.FD,189311:a.VR.FD,189312:a.VR.SQ,189313:a.VR.FD,189314:a.VR.SQ,189315:a.VR.CS,189316:a.VR.CS,189317:a.VR.FD,189318:a.VR.FD,189319:a.VR.FD,189320:a.VR.SH,189321:a.VR.SQ,189322:a.VR.FD,189323:a.VR.CS,189324:a.VR.FD,189325:a.VR.SQ,189326:a.VR.SQ,189327:a.VR.FD,189328:a.VR.FD,189329:a.VR.SQ,189330:a.VR.FD,189332:a.VR.FD,189333:a.VR.CS,189334:a.VR.CS,189335:a.VR.FD,189337:a.VR.US,189338:a.VR.SQ,189340:a.VR.SQ,189341:a.VR.SQ,189342:a.VR.CS,189343:a.VR.CS,189344:a.VR.CS,189345:a.VR.FD,189346:a.VR.SQ,189351:a.VR.FL,189352:a.VR.FL,189353:a.VR.FL,189360:a.VR.SQ,189401:a.VR.SQ,189402:a.VR.FL,189403:a.VR.FL,189404:a.VR.FL,189405:a.VR.SQ,189406:a.VR.SQ,189407:a.VR.SQ,189410:a.VR.CS,189412:a.VR.SQ,189417:a.VR.SQ,189420:a.VR.CS,189423:a.VR.LO,189424:a.VR.LT,189425:a.VR.CS,189426:a.VR.FL,189427:a.VR.CS,189428:a.VR.FL,189429:a.VR.FL,189430:a.VR.FL,189432:a.VR.SQ,189433:a.VR.LO,189434:a.VR.SQ,189435:a.VR.CS,189436:a.VR.SS,189437:a.VR.SS,189438:a.VR.SS,189439:a.VR.SS,189440:a.VR.SS,189441:a.VR.US,189442:a.VR.SS,189447:a.VR.FL,189449:a.VR.FL,189451:a.VR.SQ,189452:a.VR.FL,189455:a.VR.SQ,189456:a.VR.SQ,189457:a.VR.CS,189461:a.VR.FL,189462:a.VR.SQ,189463:a.VR.FL,189464:a.VR.FL,189465:a.VR.FL,189466:a.VR.FL,189467:a.VR.FL,189468:a.VR.FL,189469:a.VR.FL,189470:a.VR.FL,189471:a.VR.FL,189472:a.VR.SQ,189473:a.VR.FL,189474:a.VR.CS,189476:a.VR.SQ,189477:a.VR.SQ,189504:a.VR.SQ,189506:a.VR.SQ,189507:a.VR.SQ,189508:a.VR.FL,189509:a.VR.FL,189510:a.VR.FL,189511:a.VR.FL,189514:a.VR.FL,189515:a.VR.FL,189516:a.VR.DT,189517:a.VR.DT,189518:a.VR.SS,189519:a.VR.SS,189524:a.VR.LO,189525:a.VR.LO,189526:a.VR.LO,189527:a.VR.CS,189528:a.VR.LO,189530:a.VR.SQ,189531:a.VR.LO,189538:a.VR.SQ,189541:a.VR.SQ,189542:a.VR.SQ,189543:a.VR.FD,189544:a.VR.FD,189545:a.VR.FD,189546:a.VR.FD,189547:a.VR.FD,189548:a.VR.FD,189549:a.VR.FD,189550:a.VR.FD,189551:a.VR.FD,189552:a.VR.FD,189553:a.VR.FD,189554:a.VR.FD,189555:a.VR.SQ,189556:a.VR.SQ,189557:a.VR.FD,189558:a.VR.FD,189559:a.VR.CS,189601:a.VR.SQ,189602:a.VR.FD,189603:a.VR.FD,189604:a.VR.FD,189605:a.VR.FD,189606:a.VR.FD,189607:a.VR.FD,189621:a.VR.SQ,189622:a.VR.CS,189623:a.VR.DT,189624:a.VR.CS,189701:a.VR.DT,189715:a.VR.FD,189716:a.VR.FD,189717:a.VR.FD,189718:a.VR.FD,189719:a.VR.FD,189720:a.VR.FD,189721:a.VR.FD,189722:a.VR.FD,189723:a.VR.FD,189724:a.VR.FD,189725:a.VR.CS,189726:a.VR.FD,189727:a.VR.FD,189729:a.VR.US,189732:a.VR.SQ,189733:a.VR.SQ,189734:a.VR.SQ,189735:a.VR.SQ,189736:a.VR.SQ,189737:a.VR.SQ,189738:a.VR.CS,189739:a.VR.US,189740:a.VR.US,189749:a.VR.SQ,189751:a.VR.SQ,189755:a.VR.CS,189756:a.VR.CS,189758:a.VR.CS,189759:a.VR.CS,189760:a.VR.CS,189761:a.VR.CS,189762:a.VR.CS,189763:a.VR.CS,189764:a.VR.CS,189765:a.VR.CS,189766:a.VR.CS,189767:a.VR.CS,189768:a.VR.CS,189769:a.VR.CS,189770:a.VR.CS,189771:a.VR.SQ,189772:a.VR.SQ,189801:a.VR.FD,189803:a.VR.SQ,189804:a.VR.DT,189805:a.VR.FD,189806:a.VR.SQ,189807:a.VR.SQ,189808:a.VR.CS,189809:a.VR.SQ,"18980b":a.VR.CS,"18980c":a.VR.CS,"18980d":a.VR.SQ,"18980e":a.VR.SQ,"18980f":a.VR.SQ,189810:a.VR.SS,189900:a.VR.LO,189901:a.VR.UT,189902:a.VR.SQ,189903:a.VR.SQ,189904:a.VR.DS,189905:a.VR.CS,189906:a.VR.SQ,189907:a.VR.SQ,189908:a.VR.UC,189909:a.VR.SQ,"18990a":a.VR.UC,"18990b":a.VR.SQ,"18990c":a.VR.SQ,"18990d":a.VR.SQ,"18990e":a.VR.SQ,"18990f":a.VR.UT,189910:a.VR.UT,189911:a.VR.SQ,189912:a.VR.SQ,189913:a.VR.SQ,189914:a.VR.SQ,189915:a.VR.US,189916:a.VR.LO,189917:a.VR.UT,189918:a.VR.CS,189919:a.VR.DT,"18991a":a.VR.UT,"18991b":a.VR.SQ,"18991c":a.VR.SQ,"18991d":a.VR.SQ,"18991e":a.VR.UI,"18991f":a.VR.SQ,189920:a.VR.SQ,189921:a.VR.US,189922:a.VR.LO,189923:a.VR.UT,189924:a.VR.UT,189930:a.VR.CS,189931:a.VR.SQ,189932:a.VR.SQ,189933:a.VR.SQ,189934:a.VR.SQ,189935:a.VR.SQ,189936:a.VR.SQ,189937:a.VR.LO,189938:a.VR.US,189939:a.VR.US,"18993a":a.VR.US,"18993b":a.VR.SQ,"18993c":a.VR.SQ,"18993d":a.VR.SQ,"18993e":a.VR.SQ,189941:a.VR.UT,189942:a.VR.FD,189943:a.VR.FD,189944:a.VR.CS,189945:a.VR.FD,189946:a.VR.FD,189947:a.VR.CS,"18a001":a.VR.SQ,"18a002":a.VR.DT,"18a003":a.VR.ST,"20000d":a.VR.UI,"20000e":a.VR.UI,200010:a.VR.SH,200011:a.VR.IS,200012:a.VR.IS,200013:a.VR.IS,200014:a.VR.IS,200015:a.VR.IS,200016:a.VR.IS,200017:a.VR.IS,200018:a.VR.IS,200019:a.VR.IS,200020:a.VR.CS,200022:a.VR.IS,200024:a.VR.IS,200026:a.VR.IS,200030:a.VR.DS,200032:a.VR.DS,200035:a.VR.DS,200037:a.VR.DS,200050:a.VR.DS,200052:a.VR.UI,200060:a.VR.CS,200062:a.VR.CS,200070:a.VR.LO,200080:a.VR.CS,"2000aa":a.VR.IS,200100:a.VR.IS,200105:a.VR.IS,200110:a.VR.DS,200200:a.VR.UI,200242:a.VR.UI,201e3:a.VR.IS,201001:a.VR.IS,201002:a.VR.IS,201003:a.VR.IS,201004:a.VR.IS,201005:a.VR.IS,201020:a.VR.LO,"20103f":a.VR.LO,201040:a.VR.LO,201041:a.VR.DS,201070:a.VR.IS,201200:a.VR.IS,201202:a.VR.IS,201204:a.VR.IS,201206:a.VR.IS,201208:a.VR.IS,201209:a.VR.IS,203100:a.VR.CS,203401:a.VR.CS,203402:a.VR.CS,203403:a.VR.DA,203404:a.VR.LO,203405:a.VR.TM,203406:a.VR.LO,204e3:a.VR.LT,205e3:a.VR.AT,205002:a.VR.LO,209056:a.VR.SH,209057:a.VR.UL,209071:a.VR.SQ,209072:a.VR.CS,209111:a.VR.SQ,209113:a.VR.SQ,209116:a.VR.SQ,209128:a.VR.UL,209153:a.VR.FD,209154:a.VR.FL,209155:a.VR.FL,209156:a.VR.US,209157:a.VR.UL,209158:a.VR.LT,209161:a.VR.UI,209162:a.VR.US,209163:a.VR.US,209164:a.VR.UI,209165:a.VR.AT,209167:a.VR.AT,209170:a.VR.SQ,209171:a.VR.SQ,209172:a.VR.SQ,209213:a.VR.LO,209221:a.VR.SQ,209222:a.VR.SQ,209228:a.VR.UL,209238:a.VR.LO,209241:a.VR.FL,209245:a.VR.FL,209246:a.VR.FL,209247:a.VR.CS,209248:a.VR.FL,209249:a.VR.CS,209250:a.VR.CS,209251:a.VR.FD,209252:a.VR.FD,209253:a.VR.SQ,209254:a.VR.FD,209255:a.VR.FD,209256:a.VR.FD,209257:a.VR.FD,209301:a.VR.FD,209302:a.VR.FD,209307:a.VR.CS,209308:a.VR.FD,209309:a.VR.FD,"20930a":a.VR.FD,"20930b":a.VR.CS,"20930c":a.VR.CS,"20930d":a.VR.FD,"20930e":a.VR.SQ,"20930f":a.VR.SQ,209310:a.VR.SQ,209311:a.VR.CS,209312:a.VR.UI,209313:a.VR.UI,209421:a.VR.LO,209450:a.VR.SQ,209453:a.VR.LO,209518:a.VR.US,209529:a.VR.SQ,209536:a.VR.US,220001:a.VR.US,220002:a.VR.US,220003:a.VR.US,220004:a.VR.US,220005:a.VR.CS,220006:a.VR.SQ,220007:a.VR.FL,220008:a.VR.FL,220009:a.VR.FL,"22000a":a.VR.FL,"22000b":a.VR.FL,"22000c":a.VR.FL,"22000d":a.VR.CS,"22000e":a.VR.FL,220010:a.VR.FL,220011:a.VR.FL,220012:a.VR.FL,220013:a.VR.FL,220014:a.VR.FL,220015:a.VR.SQ,220016:a.VR.SQ,220017:a.VR.SQ,220018:a.VR.SQ,220019:a.VR.SQ,"22001a":a.VR.SQ,"22001b":a.VR.SQ,"22001c":a.VR.SQ,"22001d":a.VR.SQ,"22001e":a.VR.FL,220020:a.VR.SQ,220021:a.VR.SQ,220022:a.VR.SQ,220028:a.VR.CS,220030:a.VR.FL,220031:a.VR.SQ,220032:a.VR.FL,220035:a.VR.FL,220036:a.VR.FL,220037:a.VR.FL,220038:a.VR.FL,220039:a.VR.CS,220041:a.VR.FL,220042:a.VR.SQ,220048:a.VR.FL,220049:a.VR.FL,"22004e":a.VR.DS,220055:a.VR.FL,220056:a.VR.FL,220057:a.VR.FL,220058:a.VR.SQ,221007:a.VR.SQ,221008:a.VR.SQ,221009:a.VR.CS,221010:a.VR.CS,221012:a.VR.SQ,221019:a.VR.FL,221024:a.VR.SQ,221025:a.VR.SQ,221028:a.VR.SQ,221029:a.VR.LO,221033:a.VR.FL,221035:a.VR.SQ,221037:a.VR.FL,221039:a.VR.CS,221040:a.VR.SQ,221044:a.VR.SQ,221050:a.VR.SQ,221053:a.VR.FL,221054:a.VR.FL,221059:a.VR.FL,221065:a.VR.LO,221066:a.VR.LO,221090:a.VR.SQ,221092:a.VR.SQ,221093:a.VR.LO,221094:a.VR.LO,221095:a.VR.LO,221096:a.VR.SQ,221097:a.VR.LO,221100:a.VR.SQ,221101:a.VR.SQ,221103:a.VR.SQ,221121:a.VR.FL,221122:a.VR.FL,221125:a.VR.SQ,221127:a.VR.SQ,221128:a.VR.SQ,221130:a.VR.FL,221131:a.VR.FL,221132:a.VR.SQ,221133:a.VR.SQ,221134:a.VR.SQ,221135:a.VR.SQ,221140:a.VR.CS,221150:a.VR.SQ,221153:a.VR.SQ,221155:a.VR.FL,221159:a.VR.LO,221210:a.VR.SQ,221211:a.VR.SQ,221212:a.VR.SQ,221220:a.VR.SQ,221225:a.VR.SQ,221230:a.VR.SQ,221250:a.VR.SQ,221255:a.VR.SQ,221257:a.VR.SQ,221260:a.VR.SQ,221262:a.VR.SQ,221265:a.VR.SQ,221273:a.VR.LO,221300:a.VR.SQ,221310:a.VR.SQ,221330:a.VR.SQ,221415:a.VR.CS,221420:a.VR.SQ,221423:a.VR.SQ,221436:a.VR.SQ,221443:a.VR.SQ,221445:a.VR.SQ,221450:a.VR.SQ,221452:a.VR.SS,221454:a.VR.LO,221458:a.VR.SQ,221460:a.VR.FL,221463:a.VR.FL,221465:a.VR.SQ,221466:a.VR.CS,221467:a.VR.FL,221468:a.VR.FL,221470:a.VR.SQ,221472:a.VR.SQ,221512:a.VR.SQ,221513:a.VR.SQ,221515:a.VR.CS,221517:a.VR.FL,221518:a.VR.SQ,221525:a.VR.SQ,221526:a.VR.SQ,221527:a.VR.FL,221528:a.VR.FL,221529:a.VR.FL,221530:a.VR.UL,221531:a.VR.OF,221612:a.VR.SQ,221615:a.VR.SQ,221616:a.VR.LO,221618:a.VR.SQ,221620:a.VR.SQ,221622:a.VR.CS,221624:a.VR.FL,221626:a.VR.FL,221628:a.VR.SQ,221630:a.VR.DS,221640:a.VR.SQ,221642:a.VR.UL,221643:a.VR.FL,221644:a.VR.FL,221645:a.VR.FL,221646:a.VR.FL,221649:a.VR.FL,221650:a.VR.FL,221658:a.VR.UL,240010:a.VR.FL,240011:a.VR.FL,240012:a.VR.CS,240016:a.VR.SQ,240018:a.VR.FL,240020:a.VR.FL,240021:a.VR.SQ,240024:a.VR.SQ,240025:a.VR.FL,240028:a.VR.FL,240032:a.VR.SQ,240033:a.VR.SQ,240034:a.VR.SQ,240035:a.VR.US,240036:a.VR.US,240037:a.VR.CS,240038:a.VR.US,240039:a.VR.CS,240040:a.VR.CS,240042:a.VR.US,240044:a.VR.LT,240045:a.VR.CS,240046:a.VR.FL,240048:a.VR.US,240050:a.VR.US,240051:a.VR.CS,240052:a.VR.CS,240053:a.VR.CS,240054:a.VR.FL,240055:a.VR.CS,240056:a.VR.US,240057:a.VR.CS,240058:a.VR.SQ,240059:a.VR.CS,240060:a.VR.US,240061:a.VR.CS,240062:a.VR.CS,240063:a.VR.CS,240064:a.VR.SQ,240065:a.VR.SQ,240066:a.VR.FL,240067:a.VR.SQ,240068:a.VR.FL,240069:a.VR.LO,240070:a.VR.FL,240071:a.VR.FL,240072:a.VR.CS,240073:a.VR.FL,240074:a.VR.CS,240075:a.VR.FL,240076:a.VR.CS,240077:a.VR.FL,240078:a.VR.CS,240079:a.VR.FL,240080:a.VR.CS,240081:a.VR.FL,240083:a.VR.SQ,240085:a.VR.SQ,240086:a.VR.CS,240087:a.VR.FL,240088:a.VR.FL,240089:a.VR.SQ,240090:a.VR.FL,240091:a.VR.FL,240092:a.VR.FL,240093:a.VR.CS,240094:a.VR.FL,240095:a.VR.CS,240096:a.VR.FL,240097:a.VR.SQ,240098:a.VR.FL,240100:a.VR.FL,240102:a.VR.CS,240103:a.VR.FL,240104:a.VR.FL,240105:a.VR.FL,240106:a.VR.CS,240107:a.VR.FL,240108:a.VR.FL,240110:a.VR.SQ,240112:a.VR.SQ,240113:a.VR.CS,240114:a.VR.SQ,240115:a.VR.SQ,240117:a.VR.CS,240118:a.VR.FL,240120:a.VR.CS,240122:a.VR.SQ,240124:a.VR.CS,240126:a.VR.FL,240202:a.VR.LO,240306:a.VR.LO,240307:a.VR.LO,240308:a.VR.LO,240309:a.VR.LO,240317:a.VR.SQ,240320:a.VR.SQ,240325:a.VR.SQ,240338:a.VR.CS,240341:a.VR.FL,240344:a.VR.SQ,280002:a.VR.US,280003:a.VR.US,280004:a.VR.CS,280005:a.VR.US,280006:a.VR.US,280008:a.VR.IS,280009:a.VR.AT,"28000a":a.VR.AT,280010:a.VR.US,280011:a.VR.US,280012:a.VR.US,280014:a.VR.US,280030:a.VR.DS,280031:a.VR.DS,280032:a.VR.DS,280034:a.VR.IS,280040:a.VR.CS,280050:a.VR.LO,280051:a.VR.CS,"28005f":a.VR.LO,280060:a.VR.CS,280061:a.VR.SH,280062:a.VR.LO,280063:a.VR.SH,280065:a.VR.CS,280066:a.VR.AT,280068:a.VR.US,280069:a.VR.US,280070:a.VR.US,280071:a.VR.SS,280080:a.VR.US,280081:a.VR.US,280082:a.VR.US,280090:a.VR.CS,280091:a.VR.US,280092:a.VR.US,280093:a.VR.US,280094:a.VR.US,280100:a.VR.US,280101:a.VR.US,280102:a.VR.US,280103:a.VR.US,280104:a.VR.SS,280105:a.VR.SS,280106:a.VR.SS,280107:a.VR.SS,280108:a.VR.SS,280109:a.VR.SS,280110:a.VR.SS,280111:a.VR.SS,280120:a.VR.SS,280121:a.VR.SS,280122:a.VR.FL,280123:a.VR.FD,280124:a.VR.FL,280125:a.VR.FD,280200:a.VR.US,280300:a.VR.CS,280301:a.VR.CS,280302:a.VR.CS,280303:a.VR.CS,280304:a.VR.UI,280400:a.VR.LO,280401:a.VR.LO,280402:a.VR.US,280403:a.VR.LO,280404:a.VR.AT,280700:a.VR.LO,280701:a.VR.CS,280702:a.VR.AT,280710:a.VR.US,280720:a.VR.US,280721:a.VR.AT,280722:a.VR.US,280730:a.VR.US,280740:a.VR.US,280800:a.VR.CS,280802:a.VR.US,280803:a.VR.AT,280804:a.VR.US,280808:a.VR.AT,"280a02":a.VR.CS,"280a04":a.VR.LO,281040:a.VR.CS,281041:a.VR.SS,281050:a.VR.DS,281051:a.VR.DS,281052:a.VR.DS,281053:a.VR.DS,281054:a.VR.LO,281055:a.VR.LO,281056:a.VR.CS,281080:a.VR.CS,281090:a.VR.CS,281100:a.VR.SS,281101:a.VR.SS,281102:a.VR.SS,281103:a.VR.SS,281104:a.VR.US,281111:a.VR.SS,281112:a.VR.SS,281113:a.VR.SS,281199:a.VR.UI,281200:a.VR.OW,281201:a.VR.OW,281202:a.VR.OW,281203:a.VR.OW,281204:a.VR.OW,281211:a.VR.OW,281212:a.VR.OW,281213:a.VR.OW,281214:a.VR.UI,281221:a.VR.OW,281222:a.VR.OW,281223:a.VR.OW,281224:a.VR.OW,281230:a.VR.SQ,281231:a.VR.FD,281232:a.VR.FD,281300:a.VR.CS,281350:a.VR.CS,281351:a.VR.ST,281352:a.VR.SQ,"28135a":a.VR.CS,281401:a.VR.SQ,281402:a.VR.CS,281403:a.VR.US,281404:a.VR.SQ,281405:a.VR.CS,281406:a.VR.FD,281407:a.VR.US,281408:a.VR.OW,"28140b":a.VR.SQ,"28140c":a.VR.SQ,"28140d":a.VR.CS,"28140e":a.VR.CS,"28140f":a.VR.CS,281410:a.VR.CS,282e3:a.VR.OB,282002:a.VR.CS,282110:a.VR.CS,282112:a.VR.DS,282114:a.VR.CS,283e3:a.VR.SQ,283002:a.VR.SS,283003:a.VR.LO,283004:a.VR.LO,283006:a.VR.OW,283010:a.VR.SQ,283110:a.VR.SQ,284e3:a.VR.LT,285e3:a.VR.SQ,286010:a.VR.US,286020:a.VR.US,286022:a.VR.LO,286023:a.VR.CS,286030:a.VR.US,286040:a.VR.US,286100:a.VR.SQ,286101:a.VR.CS,286102:a.VR.US,286110:a.VR.US,286112:a.VR.US,286114:a.VR.FL,286120:a.VR.SS,286190:a.VR.ST,287e3:a.VR.SQ,287001:a.VR.US,287002:a.VR.US,287003:a.VR.US,287004:a.VR.SH,287005:a.VR.LO,287006:a.VR.CS,287007:a.VR.LO,287008:a.VR.SQ,287009:a.VR.US,"28700a":a.VR.SQ,"28700b":a.VR.US,"28700c":a.VR.SH,"28700d":a.VR.LO,"28700e":a.VR.US,"28700f":a.VR.SQ,287010:a.VR.SQ,287011:a.VR.SQ,287012:a.VR.SQ,287013:a.VR.CS,287014:a.VR.CS,287015:a.VR.SQ,287016:a.VR.SQ,287017:a.VR.US,287018:a.VR.FL,287019:a.VR.CS,"28701a":a.VR.FL,"28701b":a.VR.US,"28701c":a.VR.SQ,"28701d":a.VR.FL,"28701e":a.VR.FL,"28701f":a.VR.FL,287020:a.VR.LO,287021:a.VR.CS,287022:a.VR.SQ,287023:a.VR.SQ,287024:a.VR.SQ,287025:a.VR.CS,287026:a.VR.CS,287027:a.VR.SQ,287028:a.VR.SQ,287029:a.VR.CS,"28702a":a.VR.LO,"28702b":a.VR.CS,"28702c":a.VR.SQ,"28702d":a.VR.SQ,"28702e":a.VR.SQ,"287fe0":a.VR.UR,289001:a.VR.UL,289002:a.VR.UL,289003:a.VR.CS,289099:a.VR.US,289108:a.VR.CS,289110:a.VR.SQ,289132:a.VR.SQ,289145:a.VR.SQ,289235:a.VR.CS,289411:a.VR.FL,289415:a.VR.SQ,289416:a.VR.US,289422:a.VR.SQ,289443:a.VR.SQ,289444:a.VR.CS,289445:a.VR.FL,289446:a.VR.CS,289454:a.VR.CS,289474:a.VR.CS,289478:a.VR.FL,289501:a.VR.SQ,289502:a.VR.SQ,289503:a.VR.SS,289505:a.VR.SQ,289506:a.VR.US,289507:a.VR.US,289520:a.VR.DS,289537:a.VR.CS,"32000a":a.VR.CS,"32000c":a.VR.CS,320012:a.VR.LO,320032:a.VR.DA,320033:a.VR.TM,320034:a.VR.DA,320035:a.VR.TM,321e3:a.VR.DA,321001:a.VR.TM,321010:a.VR.DA,321011:a.VR.TM,321020:a.VR.LO,321021:a.VR.AE,321030:a.VR.LO,321031:a.VR.SQ,321032:a.VR.PN,321033:a.VR.LO,321034:a.VR.SQ,321040:a.VR.DA,321041:a.VR.TM,321050:a.VR.DA,321051:a.VR.TM,321055:a.VR.CS,321060:a.VR.LO,321064:a.VR.SQ,321070:a.VR.LO,324e3:a.VR.LT,380004:a.VR.SQ,380008:a.VR.CS,380010:a.VR.LO,380011:a.VR.LO,380014:a.VR.SQ,380016:a.VR.LO,"38001a":a.VR.DA,"38001b":a.VR.TM,"38001c":a.VR.DA,"38001d":a.VR.TM,"38001e":a.VR.LO,380020:a.VR.DA,380021:a.VR.TM,380030:a.VR.DA,380032:a.VR.TM,380040:a.VR.LO,380044:a.VR.SQ,380050:a.VR.LO,380060:a.VR.LO,380061:a.VR.LO,380062:a.VR.LO,380064:a.VR.SQ,380100:a.VR.SQ,380101:a.VR.SQ,380102:a.VR.LO,380300:a.VR.LO,380400:a.VR.LO,380500:a.VR.LO,380502:a.VR.SQ,384e3:a.VR.LT,"3a0004":a.VR.CS,"3a0005":a.VR.US,"3a0010":a.VR.UL,"3a001a":a.VR.DS,"3a0020":a.VR.SH,"3a0200":a.VR.SQ,"3a0202":a.VR.IS,"3a0203":a.VR.SH,"3a0205":a.VR.CS,"3a0208":a.VR.SQ,"3a0209":a.VR.SQ,"3a020a":a.VR.SQ,"3a020c":a.VR.LO,"3a0210":a.VR.DS,"3a0211":a.VR.SQ,"3a0212":a.VR.DS,"3a0213":a.VR.DS,"3a0214":a.VR.DS,"3a0215":a.VR.DS,"3a0218":a.VR.DS,"3a021a":a.VR.US,"3a0220":a.VR.DS,"3a0221":a.VR.DS,"3a0222":a.VR.DS,"3a0223":a.VR.DS,"3a0230":a.VR.FL,"3a0231":a.VR.US,"3a0240":a.VR.SQ,"3a0241":a.VR.US,"3a0242":a.VR.SQ,"3a0244":a.VR.US,"3a0245":a.VR.FL,"3a0246":a.VR.CS,"3a0247":a.VR.FL,"3a0248":a.VR.FL,"3a0300":a.VR.SQ,"3a0301":a.VR.IS,"3a0302":a.VR.CS,400001:a.VR.AE,400002:a.VR.DA,400003:a.VR.TM,400004:a.VR.DA,400005:a.VR.TM,400006:a.VR.PN,400007:a.VR.LO,400008:a.VR.SQ,400009:a.VR.SH,"40000a":a.VR.SQ,"40000b":a.VR.SQ,400010:a.VR.SH,400011:a.VR.SH,400012:a.VR.LO,400020:a.VR.CS,400026:a.VR.SQ,400027:a.VR.SQ,400031:a.VR.UT,400032:a.VR.UT,400033:a.VR.CS,400035:a.VR.CS,400036:a.VR.SQ,400039:a.VR.SQ,"40003a":a.VR.SQ,400100:a.VR.SQ,400220:a.VR.SQ,400241:a.VR.AE,400242:a.VR.SH,400243:a.VR.SH,400244:a.VR.DA,400245:a.VR.TM,400250:a.VR.DA,400251:a.VR.TM,400252:a.VR.CS,400253:a.VR.SH,400254:a.VR.LO,400255:a.VR.LO,400260:a.VR.SQ,400261:a.VR.CS,400270:a.VR.SQ,400275:a.VR.SQ,400280:a.VR.ST,400281:a.VR.SQ,400293:a.VR.SQ,400294:a.VR.DS,400295:a.VR.SQ,400296:a.VR.SQ,400300:a.VR.US,400301:a.VR.US,400302:a.VR.US,400303:a.VR.US,400306:a.VR.DS,400307:a.VR.DS,"40030e":a.VR.SQ,400310:a.VR.ST,400312:a.VR.DS,400314:a.VR.DS,400316:a.VR.DS,400318:a.VR.CS,400320:a.VR.SQ,400321:a.VR.SQ,400324:a.VR.SQ,400330:a.VR.SQ,400340:a.VR.SQ,400400:a.VR.LT,400440:a.VR.SQ,400441:a.VR.SQ,400500:a.VR.SQ,"40050a":a.VR.LO,400512:a.VR.LO,400513:a.VR.SQ,400515:a.VR.SQ,400518:a.VR.SQ,"40051a":a.VR.LO,400520:a.VR.SQ,400550:a.VR.SQ,400551:a.VR.LO,400552:a.VR.SQ,400553:a.VR.ST,400554:a.VR.UI,400555:a.VR.SQ,400556:a.VR.ST,400560:a.VR.SQ,400562:a.VR.SQ,"40059a":a.VR.SQ,400600:a.VR.LO,400602:a.VR.UT,400610:a.VR.SQ,400612:a.VR.SQ,400620:a.VR.SQ,"4006fa":a.VR.LO,"40071a":a.VR.SQ,"40072a":a.VR.DS,"40073a":a.VR.DS,"40074a":a.VR.DS,"4008d8":a.VR.SQ,"4008da":a.VR.SQ,"4008ea":a.VR.SQ,"4009f8":a.VR.SQ,401001:a.VR.SH,401002:a.VR.LO,401003:a.VR.SH,401004:a.VR.LO,401005:a.VR.LO,401006:a.VR.SH,401007:a.VR.SH,401008:a.VR.LO,401009:a.VR.SH,"40100a":a.VR.SQ,401010:a.VR.PN,401011:a.VR.SQ,401012:a.VR.SQ,401060:a.VR.LO,401101:a.VR.SQ,401102:a.VR.ST,401103:a.VR.LO,401104:a.VR.LT,401400:a.VR.LT,402001:a.VR.LO,402004:a.VR.DA,402005:a.VR.TM,402006:a.VR.SH,402007:a.VR.SH,402008:a.VR.PN,402009:a.VR.SH,402010:a.VR.SH,402011:a.VR.LT,402016:a.VR.LO,402017:a.VR.LO,402400:a.VR.LT,403001:a.VR.LO,404001:a.VR.CS,404002:a.VR.CS,404003:a.VR.CS,404004:a.VR.SQ,404005:a.VR.DT,404006:a.VR.CS,404007:a.VR.SQ,404009:a.VR.SQ,404010:a.VR.DT,404011:a.VR.DT,404015:a.VR.SQ,404016:a.VR.SQ,404018:a.VR.SQ,404019:a.VR.SQ,404020:a.VR.CS,404021:a.VR.SQ,404022:a.VR.SQ,404023:a.VR.UI,404025:a.VR.SQ,404026:a.VR.SQ,404027:a.VR.SQ,404028:a.VR.SQ,404029:a.VR.SQ,404030:a.VR.SQ,404031:a.VR.SQ,404032:a.VR.SQ,404033:a.VR.SQ,404034:a.VR.SQ,404035:a.VR.SQ,404036:a.VR.LO,404037:a.VR.PN,404040:a.VR.CS,404041:a.VR.CS,404050:a.VR.DT,404051:a.VR.DT,404052:a.VR.DT,404070:a.VR.SQ,404071:a.VR.SQ,404072:a.VR.SQ,404073:a.VR.UR,404074:a.VR.SQ,408302:a.VR.DS,408303:a.VR.CS,409092:a.VR.SQ,409094:a.VR.SQ,409096:a.VR.SQ,409098:a.VR.SQ,409210:a.VR.SH,409211:a.VR.SS,409212:a.VR.FD,409213:a.VR.FD,409214:a.VR.FD,409216:a.VR.SS,409220:a.VR.SQ,409224:a.VR.FD,409225:a.VR.FD,"40a007":a.VR.CS,"40a010":a.VR.CS,"40a020":a.VR.SQ,"40a021":a.VR.UI,"40a022":a.VR.UI,"40a023":a.VR.DA,"40a024":a.VR.TM,"40a026":a.VR.SQ,"40a027":a.VR.LO,"40a028":a.VR.SQ,"40a030":a.VR.DT,"40a032":a.VR.DT,"40a040":a.VR.CS,"40a043":a.VR.SQ,"40a047":a.VR.LO,"40a050":a.VR.CS,"40a057":a.VR.CS,"40a060":a.VR.LO,"40a066":a.VR.SQ,"40a067":a.VR.PN,"40a068":a.VR.SQ,"40a070":a.VR.SQ,"40a073":a.VR.SQ,"40a074":a.VR.OB,"40a075":a.VR.PN,"40a076":a.VR.SQ,"40a078":a.VR.SQ,"40a07a":a.VR.SQ,"40a07c":a.VR.SQ,"40a080":a.VR.CS,"40a082":a.VR.DT,"40a084":a.VR.CS,"40a085":a.VR.SQ,"40a088":a.VR.SQ,"40a089":a.VR.OB,"40a090":a.VR.SQ,"40a0b0":a.VR.US,"40a110":a.VR.DA,"40a112":a.VR.TM,"40a120":a.VR.DT,"40a121":a.VR.DA,"40a122":a.VR.TM,"40a123":a.VR.PN,"40a124":a.VR.UI,"40a125":a.VR.CS,"40a130":a.VR.CS,"40a132":a.VR.UL,"40a136":a.VR.US,"40a138":a.VR.DS,"40a13a":a.VR.DT,"40a160":a.VR.UT,"40a161":a.VR.FD,"40a162":a.VR.SL,"40a163":a.VR.UL,"40a167":a.VR.SQ,"40a168":a.VR.SQ,"40a16a":a.VR.ST,"40a170":a.VR.SQ,"40a171":a.VR.UI,"40a172":a.VR.UI,"40a173":a.VR.CS,"40a174":a.VR.CS,"40a180":a.VR.US,"40a192":a.VR.DA,"40a193":a.VR.TM,"40a194":a.VR.CS,"40a195":a.VR.SQ,"40a224":a.VR.ST,"40a290":a.VR.CS,"40a296":a.VR.SQ,"40a297":a.VR.ST,"40a29a":a.VR.SL,"40a300":a.VR.SQ,"40a301":a.VR.SQ,"40a307":a.VR.PN,"40a30a":a.VR.DS,"40a313":a.VR.SQ,"40a33a":a.VR.ST,"40a340":a.VR.SQ,"40a352":a.VR.PN,"40a353":a.VR.ST,"40a354":a.VR.LO,"40a358":a.VR.SQ,"40a360":a.VR.SQ,"40a370":a.VR.SQ,"40a372":a.VR.SQ,"40a375":a.VR.SQ,"40a380":a.VR.SQ,"40a385":a.VR.SQ,"40a390":a.VR.SQ,"40a402":a.VR.UI,"40a403":a.VR.CS,"40a404":a.VR.SQ,"40a491":a.VR.CS,"40a492":a.VR.LO,"40a493":a.VR.CS,"40a494":a.VR.CS,"40a496":a.VR.CS,"40a504":a.VR.SQ,"40a525":a.VR.SQ,"40a600":a.VR.CS,"40a601":a.VR.CS,"40a603":a.VR.CS,"40a730":a.VR.SQ,"40a731":a.VR.SQ,"40a732":a.VR.SQ,"40a744":a.VR.SQ,"40a992":a.VR.ST,"40b020":a.VR.SQ,"40db00":a.VR.CS,"40db06":a.VR.DT,"40db07":a.VR.DT,"40db0b":a.VR.CS,"40db0c":a.VR.UI,"40db0d":a.VR.UI,"40db73":a.VR.UL,"40e001":a.VR.ST,"40e004":a.VR.DT,"40e006":a.VR.SQ,"40e008":a.VR.SQ,"40e010":a.VR.UR,"40e011":a.VR.UI,"40e020":a.VR.CS,"40e021":a.VR.SQ,"40e022":a.VR.SQ,"40e023":a.VR.SQ,"40e024":a.VR.SQ,"40e025":a.VR.SQ,"40e030":a.VR.UI,"40e031":a.VR.UI,420010:a.VR.ST,420011:a.VR.OB,420012:a.VR.LO,420013:a.VR.SQ,420014:a.VR.LO,440001:a.VR.ST,440002:a.VR.CS,440003:a.VR.LT,440004:a.VR.DT,440007:a.VR.SQ,440008:a.VR.LO,440009:a.VR.LT,"44000a":a.VR.LO,"44000b":a.VR.DT,440010:a.VR.DT,440011:a.VR.LO,440012:a.VR.LO,440013:a.VR.SQ,440019:a.VR.SQ,440100:a.VR.SQ,440101:a.VR.SQ,440102:a.VR.UI,440103:a.VR.SQ,440104:a.VR.DT,440105:a.VR.DT,440106:a.VR.UT,440107:a.VR.SQ,440108:a.VR.UI,440109:a.VR.SQ,"44010a":a.VR.SQ,460012:a.VR.LO,460014:a.VR.SQ,460015:a.VR.SQ,460016:a.VR.SQ,460018:a.VR.SQ,460028:a.VR.SQ,460030:a.VR.FD,460032:a.VR.CS,460034:a.VR.FD,460036:a.VR.CS,460038:a.VR.CS,460040:a.VR.FD,460042:a.VR.FD,460044:a.VR.FD,460046:a.VR.FD,460050:a.VR.SQ,460052:a.VR.SQ,460060:a.VR.FD,460062:a.VR.FD,460063:a.VR.FD,460064:a.VR.FD,460070:a.VR.SQ,460071:a.VR.SQ,460074:a.VR.SQ,460075:a.VR.FD,460076:a.VR.FD,460077:a.VR.FD,460080:a.VR.SQ,460092:a.VR.CS,460094:a.VR.CS,460095:a.VR.CS,460097:a.VR.SQ,460098:a.VR.SQ,460100:a.VR.SQ,460101:a.VR.SQ,460102:a.VR.SQ,460104:a.VR.FD,460106:a.VR.FD,460121:a.VR.SQ,460122:a.VR.SQ,460123:a.VR.SQ,460124:a.VR.SQ,460125:a.VR.CS,460135:a.VR.SS,460137:a.VR.FD,460139:a.VR.LO,460145:a.VR.SQ,460146:a.VR.FD,460147:a.VR.FD,460201:a.VR.CS,460202:a.VR.FL,460203:a.VR.FL,460204:a.VR.FL,460205:a.VR.FL,460207:a.VR.SQ,460208:a.VR.IS,460210:a.VR.SQ,460211:a.VR.SQ,460212:a.VR.FL,460213:a.VR.FL,460215:a.VR.SQ,460218:a.VR.SQ,460220:a.VR.FL,460224:a.VR.FL,460227:a.VR.FL,460230:a.VR.FL,460232:a.VR.FL,460234:a.VR.FL,460236:a.VR.FL,460238:a.VR.FL,460242:a.VR.CS,460244:a.VR.SQ,460247:a.VR.FL,460248:a.VR.CS,460249:a.VR.FL,460250:a.VR.FL,460251:a.VR.FL,460252:a.VR.FL,460253:a.VR.FL,480001:a.VR.FL,480002:a.VR.FL,480003:a.VR.FL,480006:a.VR.UL,480007:a.VR.UL,480008:a.VR.SQ,480010:a.VR.CS,480011:a.VR.CS,480012:a.VR.CS,480013:a.VR.US,480014:a.VR.FL,480015:a.VR.US,480100:a.VR.SQ,480102:a.VR.DS,480105:a.VR.SQ,480106:a.VR.SH,480107:a.VR.ST,480108:a.VR.SQ,480110:a.VR.SQ,480111:a.VR.DS,480112:a.VR.DS,480113:a.VR.DS,480120:a.VR.SQ,480200:a.VR.SQ,480201:a.VR.US,480202:a.VR.US,480207:a.VR.SQ,"48021a":a.VR.SQ,"48021e":a.VR.SL,"48021f":a.VR.SL,480301:a.VR.CS,500004:a.VR.CS,500010:a.VR.SQ,500012:a.VR.SQ,500013:a.VR.FD,500014:a.VR.DS,500015:a.VR.FD,500016:a.VR.DS,500017:a.VR.CS,500018:a.VR.DS,500019:a.VR.DS,"50001a":a.VR.CS,"50001b":a.VR.LO,"50001c":a.VR.FD,"50001d":a.VR.FD,"50001e":a.VR.LO,500020:a.VR.LO,520001:a.VR.FL,520002:a.VR.FD,520003:a.VR.FD,520004:a.VR.FD,520006:a.VR.CS,520007:a.VR.FD,520008:a.VR.FD,520009:a.VR.FD,520011:a.VR.FD,520012:a.VR.US,520013:a.VR.FD,520014:a.VR.FD,520016:a.VR.SQ,520025:a.VR.SQ,520026:a.VR.CS,520027:a.VR.SQ,520028:a.VR.FD,520029:a.VR.SQ,520030:a.VR.SS,520031:a.VR.CS,520033:a.VR.FD,520034:a.VR.FD,520036:a.VR.US,520038:a.VR.US,520039:a.VR.CS,"52003a":a.VR.CS,540010:a.VR.US,540011:a.VR.US,540012:a.VR.SQ,540013:a.VR.SQ,540014:a.VR.DS,540015:a.VR.DS,540016:a.VR.SQ,540017:a.VR.IS,540018:a.VR.SH,540020:a.VR.US,540021:a.VR.US,540022:a.VR.SQ,540030:a.VR.US,540031:a.VR.US,540032:a.VR.SQ,540033:a.VR.US,540036:a.VR.IS,540038:a.VR.IS,540039:a.VR.CS,540050:a.VR.US,540051:a.VR.US,540052:a.VR.SQ,540053:a.VR.US,540060:a.VR.US,540061:a.VR.US,540062:a.VR.SQ,540063:a.VR.SQ,540070:a.VR.US,540071:a.VR.US,540072:a.VR.SQ,540073:a.VR.DS,540080:a.VR.US,540081:a.VR.US,540090:a.VR.US,540100:a.VR.US,540101:a.VR.US,540200:a.VR.DS,540202:a.VR.CS,540210:a.VR.IS,540211:a.VR.US,540220:a.VR.SQ,540222:a.VR.SQ,540300:a.VR.SQ,540302:a.VR.SQ,540304:a.VR.SQ,540306:a.VR.SQ,540308:a.VR.US,540400:a.VR.SH,540410:a.VR.SQ,540412:a.VR.SQ,540414:a.VR.SQ,540500:a.VR.CS,540501:a.VR.CS,541e3:a.VR.CS,541001:a.VR.CS,541002:a.VR.CS,541004:a.VR.CS,541006:a.VR.CS,541100:a.VR.CS,541101:a.VR.LO,541102:a.VR.CS,541103:a.VR.LO,541104:a.VR.LO,541105:a.VR.LO,541200:a.VR.DS,541201:a.VR.IS,541202:a.VR.IS,541203:a.VR.DS,541210:a.VR.DS,541220:a.VR.CS,541300:a.VR.DS,541310:a.VR.IS,541311:a.VR.IS,541320:a.VR.DS,541321:a.VR.DS,541322:a.VR.DS,541323:a.VR.DS,541324:a.VR.DS,541330:a.VR.US,541400:a.VR.CS,541401:a.VR.CS,603e3:a.VR.SQ,603002:a.VR.US,603004:a.VR.SS,603006:a.VR.SS,603008:a.VR.US,603010:a.VR.LO,603020:a.VR.UL,620001:a.VR.CS,620002:a.VR.SQ,620003:a.VR.SQ,620004:a.VR.US,620005:a.VR.LO,620006:a.VR.ST,620007:a.VR.SQ,620008:a.VR.CS,620009:a.VR.LO,"62000a":a.VR.SQ,"62000b":a.VR.US,"62000c":a.VR.US,"62000d":a.VR.US,"62000e":a.VR.US,"62000f":a.VR.SQ,620010:a.VR.CS,620011:a.VR.SQ,620012:a.VR.SQ,620020:a.VR.UT,620021:a.VR.UI,640002:a.VR.SQ,640003:a.VR.UI,640005:a.VR.SQ,640007:a.VR.UL,640008:a.VR.FD,640009:a.VR.OF,"64000f":a.VR.SQ,640010:a.VR.SQ,660001:a.VR.UL,660002:a.VR.SQ,660003:a.VR.UL,660004:a.VR.LT,660009:a.VR.CS,"66000a":a.VR.FL,"66000b":a.VR.LO,"66000c":a.VR.FL,"66000d":a.VR.CS,"66000e":a.VR.CS,660010:a.VR.CS,660011:a.VR.SQ,660012:a.VR.SQ,660013:a.VR.SQ,660015:a.VR.UL,660016:a.VR.OF,660017:a.VR.FL,660018:a.VR.FL,660019:a.VR.FL,"66001a":a.VR.FL,"66001b":a.VR.FL,"66001c":a.VR.FL,"66001e":a.VR.UL,"66001f":a.VR.US,660020:a.VR.FL,660021:a.VR.OF,660023:a.VR.OW,660024:a.VR.OW,660025:a.VR.OW,660026:a.VR.SQ,660027:a.VR.SQ,660028:a.VR.SQ,660029:a.VR.OW,"66002a":a.VR.UL,"66002b":a.VR.SQ,"66002c":a.VR.UL,"66002d":a.VR.SQ,"66002e":a.VR.SQ,"66002f":a.VR.SQ,660030:a.VR.SQ,660031:a.VR.LO,660032:a.VR.LT,660034:a.VR.SQ,660035:a.VR.SQ,660036:a.VR.LO,660037:a.VR.FL,660038:a.VR.FL,660040:a.VR.OL,660041:a.VR.OL,660042:a.VR.OL,660043:a.VR.OL,660101:a.VR.SQ,660102:a.VR.SQ,660103:a.VR.OW,660104:a.VR.SQ,660105:a.VR.UL,660106:a.VR.LO,660107:a.VR.UT,660108:a.VR.SQ,660121:a.VR.SQ,660124:a.VR.SQ,660125:a.VR.OF,660129:a.VR.OL,660130:a.VR.SQ,660132:a.VR.SQ,660133:a.VR.SQ,660134:a.VR.SQ,686210:a.VR.LO,686221:a.VR.LO,686222:a.VR.SQ,686223:a.VR.CS,686224:a.VR.SQ,686225:a.VR.SQ,686226:a.VR.DT,686230:a.VR.SQ,686260:a.VR.SQ,686265:a.VR.SQ,686270:a.VR.DT,686280:a.VR.ST,"6862a0":a.VR.SQ,"6862a5":a.VR.FD,"6862c0":a.VR.SQ,"6862d0":a.VR.US,"6862d5":a.VR.LO,"6862e0":a.VR.SQ,"6862f0":a.VR.SQ,"6862f2":a.VR.FD,686300:a.VR.OB,686310:a.VR.US,686320:a.VR.SQ,686330:a.VR.US,686340:a.VR.LO,686345:a.VR.ST,686346:a.VR.FD,686347:a.VR.FD,686350:a.VR.US,686360:a.VR.SQ,686380:a.VR.LO,686390:a.VR.FD,"6863a0":a.VR.SQ,"6863a4":a.VR.SQ,"6863a8":a.VR.SQ,"6863ac":a.VR.SQ,"6863b0":a.VR.SQ,"6863c0":a.VR.US,"6863d0":a.VR.LO,"6863e0":a.VR.SQ,"6863f0":a.VR.US,686400:a.VR.SQ,686410:a.VR.US,686420:a.VR.CS,686430:a.VR.SQ,686440:a.VR.US,686450:a.VR.FD,686460:a.VR.FD,686470:a.VR.SQ,686490:a.VR.FD,"6864a0":a.VR.FD,"6864c0":a.VR.FD,"6864d0":a.VR.FD,"6864f0":a.VR.FD,686500:a.VR.SQ,686510:a.VR.SQ,686520:a.VR.SQ,686530:a.VR.US,686540:a.VR.LO,686545:a.VR.SQ,686550:a.VR.SQ,686560:a.VR.FD,686590:a.VR.FD,"6865a0":a.VR.SQ,"6865b0":a.VR.FD,"6865d0":a.VR.FD,"6865e0":a.VR.SQ,"6865f0":a.VR.FD,686610:a.VR.FD,686620:a.VR.FD,700001:a.VR.SQ,700002:a.VR.CS,700003:a.VR.CS,700004:a.VR.CS,700005:a.VR.CS,700006:a.VR.ST,700008:a.VR.SQ,700009:a.VR.SQ,700010:a.VR.FL,700011:a.VR.FL,700012:a.VR.CS,700014:a.VR.FL,700015:a.VR.CS,700020:a.VR.US,700021:a.VR.US,700022:a.VR.FL,700023:a.VR.CS,700024:a.VR.CS,700040:a.VR.IS,700041:a.VR.CS,700042:a.VR.US,700050:a.VR.US,700051:a.VR.US,700052:a.VR.SL,700053:a.VR.SL,"70005a":a.VR.SQ,700060:a.VR.SQ,700062:a.VR.IS,700066:a.VR.US,700067:a.VR.US,700068:a.VR.LO,700080:a.VR.CS,700081:a.VR.LO,700082:a.VR.DA,700083:a.VR.TM,700084:a.VR.PN,700086:a.VR.SQ,700087:a.VR.SQ,700100:a.VR.CS,700101:a.VR.DS,700102:a.VR.IS,700103:a.VR.FL,700207:a.VR.LO,700208:a.VR.ST,700209:a.VR.SQ,700226:a.VR.UL,700227:a.VR.LO,700228:a.VR.CS,700229:a.VR.LO,700230:a.VR.FD,700231:a.VR.SQ,700232:a.VR.SQ,700233:a.VR.SQ,700234:a.VR.SQ,700241:a.VR.US,700242:a.VR.CS,700243:a.VR.CS,700244:a.VR.CS,700245:a.VR.FL,700246:a.VR.FL,700247:a.VR.US,700248:a.VR.CS,700249:a.VR.CS,700250:a.VR.CS,700251:a.VR.US,700252:a.VR.US,700253:a.VR.FL,700254:a.VR.CS,700255:a.VR.UL,700256:a.VR.OB,700257:a.VR.CS,700258:a.VR.FL,700261:a.VR.FL,700262:a.VR.FL,700273:a.VR.FL,700274:a.VR.CS,700278:a.VR.CS,700279:a.VR.CS,700282:a.VR.CS,700284:a.VR.FL,700285:a.VR.FL,700287:a.VR.SQ,700288:a.VR.FL,700289:a.VR.SH,700294:a.VR.CS,700295:a.VR.UL,700306:a.VR.CS,700308:a.VR.SQ,700309:a.VR.SQ,"70030a":a.VR.SQ,"70030b":a.VR.FD,"70030c":a.VR.CS,"70030d":a.VR.SQ,"70030f":a.VR.ST,700310:a.VR.SH,700311:a.VR.SQ,700312:a.VR.FD,700314:a.VR.SQ,700318:a.VR.SQ,"70031a":a.VR.UI,"70031b":a.VR.UI,"70031c":a.VR.SQ,"70031e":a.VR.SQ,"70031f":a.VR.SQ,700401:a.VR.US,700402:a.VR.SQ,700403:a.VR.FL,700404:a.VR.SQ,700405:a.VR.CS,701101:a.VR.UI,701102:a.VR.UI,701103:a.VR.US,701104:a.VR.SQ,701201:a.VR.SQ,701202:a.VR.CS,701203:a.VR.US,701204:a.VR.CS,701205:a.VR.US,701206:a.VR.CS,701207:a.VR.US,701208:a.VR.CS,701209:a.VR.UI,"70120a":a.VR.SQ,"70120b":a.VR.CS,"70120c":a.VR.US,"70120d":a.VR.CS,701301:a.VR.SQ,701302:a.VR.CS,701303:a.VR.FD,701304:a.VR.SQ,701305:a.VR.FD,701306:a.VR.FD,701309:a.VR.US,701501:a.VR.CS,701502:a.VR.CS,701503:a.VR.FD,701505:a.VR.FD,701507:a.VR.FD,701508:a.VR.FD,"70150c":a.VR.UL,"70150d":a.VR.OD,701511:a.VR.FD,701512:a.VR.FD,701602:a.VR.CS,701603:a.VR.FD,701604:a.VR.FD,701605:a.VR.FD,701606:a.VR.FD,701607:a.VR.FD,701701:a.VR.CS,701702:a.VR.FD,701703:a.VR.FD,701704:a.VR.FD,701705:a.VR.FD,701706:a.VR.FD,701801:a.VR.SQ,701802:a.VR.CS,701803:a.VR.SQ,701804:a.VR.US,701805:a.VR.SQ,701806:a.VR.SQ,701807:a.VR.US,701808:a.VR.OB,701901:a.VR.SQ,701903:a.VR.SQ,701904:a.VR.UI,701905:a.VR.SQ,701907:a.VR.CS,"701a01":a.VR.CS,"701a03":a.VR.FD,"701a04":a.VR.SQ,"701a05":a.VR.FD,"701a06":a.VR.FD,"701a07":a.VR.OD,"701a08":a.VR.SQ,"701a09":a.VR.LO,"701b01":a.VR.SQ,"701b02":a.VR.US,"701b03":a.VR.SQ,"701b04":a.VR.SQ,"701b06":a.VR.CS,"701b07":a.VR.CS,"701b08":a.VR.CS,"701b11":a.VR.SQ,"701b12":a.VR.SQ,"701b13":a.VR.CS,"701b14":a.VR.FD,720002:a.VR.SH,720004:a.VR.LO,720006:a.VR.CS,720008:a.VR.LO,"72000a":a.VR.DT,"72000c":a.VR.SQ,"72000e":a.VR.SQ,720010:a.VR.LO,720012:a.VR.SQ,720014:a.VR.US,720020:a.VR.SQ,720022:a.VR.SQ,720024:a.VR.CS,720026:a.VR.AT,720028:a.VR.US,720030:a.VR.SQ,720032:a.VR.US,720034:a.VR.CS,720038:a.VR.US,"72003a":a.VR.CS,"72003c":a.VR.SS,"72003e":a.VR.SQ,720040:a.VR.LO,720050:a.VR.CS,720052:a.VR.AT,720054:a.VR.LO,720056:a.VR.LO,"72005e":a.VR.AE,"72005f":a.VR.AS,720060:a.VR.AT,720061:a.VR.DA,720062:a.VR.CS,720063:a.VR.DT,720064:a.VR.IS,720065:a.VR.OB,720066:a.VR.LO,720067:a.VR.OF,720068:a.VR.LT,720069:a.VR.OW,"72006a":a.VR.PN,"72006b":a.VR.TM,"72006c":a.VR.SH,"72006d":a.VR.UN,"72006e":a.VR.ST,"72006f":a.VR.UC,720070:a.VR.UT,720071:a.VR.UR,720072:a.VR.DS,720073:a.VR.OD,720074:a.VR.FD,720075:a.VR.OL,720076:a.VR.FL,720078:a.VR.UL,"72007a":a.VR.US,"72007c":a.VR.SL,"72007e":a.VR.SS,"72007f":a.VR.UI,720080:a.VR.SQ,720100:a.VR.US,720102:a.VR.SQ,720104:a.VR.US,720106:a.VR.US,720108:a.VR.FD,"72010a":a.VR.US,"72010c":a.VR.US,"72010e":a.VR.US,720200:a.VR.SQ,720202:a.VR.US,720203:a.VR.LO,720204:a.VR.US,720206:a.VR.LO,720208:a.VR.CS,720210:a.VR.SQ,720212:a.VR.US,720214:a.VR.SQ,720216:a.VR.US,720218:a.VR.US,720300:a.VR.SQ,720302:a.VR.US,720304:a.VR.CS,720306:a.VR.US,720308:a.VR.US,720310:a.VR.CS,720312:a.VR.CS,720314:a.VR.US,720316:a.VR.CS,720318:a.VR.US,720320:a.VR.US,720330:a.VR.FD,720400:a.VR.SQ,720402:a.VR.CS,720404:a.VR.CS,720406:a.VR.CS,720420:a.VR.US,720421:a.VR.US,720422:a.VR.SQ,720424:a.VR.SQ,720427:a.VR.SQ,720430:a.VR.SQ,720432:a.VR.US,720434:a.VR.CS,720500:a.VR.CS,720510:a.VR.CS,720512:a.VR.FD,720514:a.VR.FD,720516:a.VR.CS,720520:a.VR.CS,720600:a.VR.SQ,720602:a.VR.CS,720604:a.VR.CS,720700:a.VR.CS,720702:a.VR.CS,720704:a.VR.CS,720705:a.VR.SQ,720706:a.VR.CS,720710:a.VR.CS,720712:a.VR.CS,720714:a.VR.CS,720716:a.VR.CS,720717:a.VR.CS,720718:a.VR.CS,740120:a.VR.FD,740121:a.VR.FD,741e3:a.VR.CS,741002:a.VR.SQ,741004:a.VR.DS,741006:a.VR.ST,741007:a.VR.SQ,741008:a.VR.SQ,"74100a":a.VR.UR,"74100c":a.VR.LO,"74100e":a.VR.SQ,741020:a.VR.SQ,741022:a.VR.CS,741024:a.VR.IS,741025:a.VR.CS,741026:a.VR.FD,741027:a.VR.FD,741028:a.VR.FD,"74102a":a.VR.FD,"74102b":a.VR.FD,"74102c":a.VR.FD,"74102d":a.VR.FD,741030:a.VR.SQ,741032:a.VR.CS,741034:a.VR.CS,741036:a.VR.CS,741038:a.VR.DS,"74103a":a.VR.DS,741040:a.VR.SQ,741042:a.VR.SQ,741044:a.VR.SQ,741046:a.VR.SQ,741048:a.VR.SQ,"74104a":a.VR.SQ,"74104c":a.VR.SQ,"74104e":a.VR.SQ,741050:a.VR.SQ,741052:a.VR.AT,741054:a.VR.UL,741056:a.VR.LO,741057:a.VR.IS,741200:a.VR.CS,741202:a.VR.LO,741204:a.VR.LO,741210:a.VR.SQ,741212:a.VR.SQ,741216:a.VR.SQ,741220:a.VR.SQ,741222:a.VR.LO,741224:a.VR.SQ,741230:a.VR.LO,741234:a.VR.AE,741236:a.VR.AE,741238:a.VR.LT,741242:a.VR.CS,741244:a.VR.CS,741246:a.VR.CS,741324:a.VR.UL,741338:a.VR.FD,"74133a":a.VR.FD,741401:a.VR.SQ,741402:a.VR.DS,741403:a.VR.DS,741404:a.VR.IS,741405:a.VR.SQ,741406:a.VR.IS,741407:a.VR.DS,741408:a.VR.DS,741409:a.VR.SQ,"74140a":a.VR.CS,"74140b":a.VR.LO,"74140c":a.VR.IS,"74140d":a.VR.SQ,"74140e":a.VR.SQ,760001:a.VR.LO,760003:a.VR.LO,760006:a.VR.LO,760008:a.VR.SQ,"76000a":a.VR.CS,"76000c":a.VR.SQ,"76000e":a.VR.SQ,760010:a.VR.SQ,760020:a.VR.SQ,760030:a.VR.LO,760032:a.VR.SQ,760034:a.VR.SQ,760036:a.VR.CS,760038:a.VR.CS,760040:a.VR.SQ,760055:a.VR.US,760060:a.VR.SQ,760070:a.VR.US,760080:a.VR.US,760090:a.VR.US,"7600a0":a.VR.US,"7600b0":a.VR.US,"7600c0":a.VR.US,780001:a.VR.LO,780010:a.VR.ST,780020:a.VR.LO,780024:a.VR.LO,780026:a.VR.SQ,780028:a.VR.SQ,"78002a":a.VR.SQ,"78002e":a.VR.US,780050:a.VR.FD,780060:a.VR.FD,780070:a.VR.SQ,780090:a.VR.FD,"7800a0":a.VR.FD,"7800b0":a.VR.SQ,"7800b2":a.VR.LO,"7800b4":a.VR.SQ,"7800b6":a.VR.US,"7800b8":a.VR.US,800001:a.VR.SQ,800002:a.VR.SQ,800003:a.VR.SQ,800004:a.VR.FD,800005:a.VR.FD,800006:a.VR.US,800007:a.VR.US,800008:a.VR.SQ,800009:a.VR.SH,800010:a.VR.OF,800011:a.VR.OF,800012:a.VR.SQ,800013:a.VR.SQ,820001:a.VR.CS,820003:a.VR.UT,820004:a.VR.SQ,820005:a.VR.SQ,820006:a.VR.UL,820007:a.VR.SQ,820008:a.VR.CS,"82000a":a.VR.UT,"82000c":a.VR.SQ,820010:a.VR.SQ,820016:a.VR.LO,820017:a.VR.SQ,820018:a.VR.LO,820019:a.VR.LO,820021:a.VR.SQ,820022:a.VR.SQ,820023:a.VR.LO,820032:a.VR.CS,820033:a.VR.UT,820034:a.VR.SQ,820035:a.VR.SQ,820036:a.VR.CS,820037:a.VR.UT,820038:a.VR.CS,880130:a.VR.SH,880140:a.VR.UI,880200:a.VR.SQ,880904:a.VR.LO,880906:a.VR.ST,880910:a.VR.LO,880912:a.VR.LO,1000410:a.VR.CS,1000420:a.VR.DT,1000424:a.VR.LT,1000426:a.VR.LO,4000005:a.VR.US,4000010:a.VR.UI,4000015:a.VR.CS,4000020:a.VR.AT,4000100:a.VR.UI,4000105:a.VR.DT,4000110:a.VR.CS,4000115:a.VR.OB,4000120:a.VR.OB,4000305:a.VR.CS,4000310:a.VR.OB,4000401:a.VR.SQ,4000402:a.VR.SQ,4000403:a.VR.SQ,4000404:a.VR.OB,4000500:a.VR.SQ,4000510:a.VR.UI,4000520:a.VR.OB,4000550:a.VR.SQ,4000561:a.VR.SQ,4000562:a.VR.DT,4000563:a.VR.LO,4000564:a.VR.LO,4000565:a.VR.CS,1e7:a.VR.US,10000001:a.VR.US,10000002:a.VR.US,10000003:a.VR.US,10000004:a.VR.US,10000005:a.VR.US,101e5:a.VR.US,20000010:a.VR.IS,"2000001e":a.VR.SQ,20000020:a.VR.CS,20000030:a.VR.CS,20000040:a.VR.CS,20000050:a.VR.LO,20000060:a.VR.IS,20000061:a.VR.IS,20000062:a.VR.CS,20000063:a.VR.CS,20000065:a.VR.CS,20000067:a.VR.CS,20000069:a.VR.CS,"2000006a":a.VR.CS,"200000a0":a.VR.US,"200000a1":a.VR.US,"200000a2":a.VR.SQ,"200000a4":a.VR.SQ,"200000a8":a.VR.SQ,20000500:a.VR.SQ,20000510:a.VR.SQ,20100010:a.VR.ST,20100030:a.VR.CS,20100040:a.VR.CS,20100050:a.VR.CS,20100052:a.VR.CS,20100054:a.VR.CS,20100060:a.VR.CS,20100080:a.VR.CS,"201000a6":a.VR.CS,"201000a7":a.VR.CS,"201000a8":a.VR.CS,"201000a9":a.VR.CS,20100100:a.VR.CS,20100110:a.VR.CS,20100120:a.VR.US,20100130:a.VR.US,20100140:a.VR.CS,20100150:a.VR.ST,20100152:a.VR.LT,20100154:a.VR.IS,"2010015e":a.VR.US,20100160:a.VR.US,20100376:a.VR.DS,20100500:a.VR.SQ,20100510:a.VR.SQ,20100520:a.VR.SQ,20200010:a.VR.US,20200020:a.VR.CS,20200030:a.VR.DS,20200040:a.VR.CS,20200050:a.VR.CS,"202000a0":a.VR.CS,"202000a2":a.VR.CS,20200110:a.VR.SQ,20200111:a.VR.SQ,20200130:a.VR.SQ,20200140:a.VR.SQ,20300010:a.VR.US,20300020:a.VR.LO,20400010:a.VR.SQ,20400011:a.VR.US,20400020:a.VR.SQ,20400060:a.VR.CS,20400070:a.VR.CS,20400072:a.VR.CS,20400074:a.VR.US,20400080:a.VR.CS,20400082:a.VR.CS,20400090:a.VR.CS,20400100:a.VR.CS,20400500:a.VR.SQ,20500010:a.VR.SQ,20500020:a.VR.CS,20500500:a.VR.SQ,21000010:a.VR.SH,21000020:a.VR.CS,21000030:a.VR.CS,21000040:a.VR.DA,21000050:a.VR.TM,21000070:a.VR.AE,21000140:a.VR.AE,21000160:a.VR.SH,21000170:a.VR.IS,21000500:a.VR.SQ,21100010:a.VR.CS,21100020:a.VR.CS,21100030:a.VR.LO,21100099:a.VR.SH,21200010:a.VR.CS,21200050:a.VR.SQ,21200070:a.VR.SQ,21300010:a.VR.SQ,21300015:a.VR.SQ,21300030:a.VR.SQ,21300040:a.VR.SQ,21300050:a.VR.SQ,21300060:a.VR.SQ,21300080:a.VR.SQ,"213000a0":a.VR.SQ,"213000c0":a.VR.SQ,22000001:a.VR.CS,22000002:a.VR.UT,22000003:a.VR.CS,22000004:a.VR.LT,22000005:a.VR.LT,22000006:a.VR.CS,22000007:a.VR.CS,22000008:a.VR.CS,22000009:a.VR.CS,"2200000a":a.VR.CS,"2200000b":a.VR.US,"2200000c":a.VR.LO,"2200000d":a.VR.SQ,"2200000e":a.VR.AT,"2200000f":a.VR.CS,22000020:a.VR.CS,30020002:a.VR.SH,30020003:a.VR.LO,30020004:a.VR.ST,"3002000a":a.VR.CS,"3002000c":a.VR.CS,"3002000d":a.VR.DS,"3002000e":a.VR.DS,30020010:a.VR.DS,30020011:a.VR.DS,30020012:a.VR.DS,30020020:a.VR.SH,30020022:a.VR.DS,30020024:a.VR.DS,30020026:a.VR.DS,30020028:a.VR.DS,30020029:a.VR.IS,30020030:a.VR.SQ,30020032:a.VR.DS,30020034:a.VR.DS,30020040:a.VR.SQ,30020041:a.VR.CS,30020042:a.VR.DS,30020050:a.VR.SQ,30020051:a.VR.CS,30020052:a.VR.SH,30040001:a.VR.CS,30040002:a.VR.CS,30040004:a.VR.CS,30040005:a.VR.CS,30040006:a.VR.LO,30040008:a.VR.DS,"3004000a":a.VR.CS,"3004000c":a.VR.DS,"3004000e":a.VR.DS,30040010:a.VR.SQ,30040012:a.VR.DS,30040014:a.VR.CS,30040040:a.VR.DS,30040042:a.VR.DS,30040050:a.VR.SQ,30040052:a.VR.DS,30040054:a.VR.CS,30040056:a.VR.IS,30040058:a.VR.DS,30040060:a.VR.SQ,30040062:a.VR.CS,30040070:a.VR.DS,30040072:a.VR.DS,30040074:a.VR.DS,30060002:a.VR.SH,30060004:a.VR.LO,30060006:a.VR.ST,30060008:a.VR.DA,30060009:a.VR.TM,30060010:a.VR.SQ,30060012:a.VR.SQ,30060014:a.VR.SQ,30060016:a.VR.SQ,30060018:a.VR.SQ,30060020:a.VR.SQ,30060022:a.VR.IS,30060024:a.VR.UI,30060026:a.VR.LO,30060028:a.VR.ST,"3006002a":a.VR.IS,"3006002c":a.VR.DS,30060030:a.VR.SQ,30060033:a.VR.CS,30060036:a.VR.CS,30060038:a.VR.LO,30060039:a.VR.SQ,30060040:a.VR.SQ,30060042:a.VR.CS,30060044:a.VR.DS,30060045:a.VR.DS,30060046:a.VR.IS,30060048:a.VR.IS,30060049:a.VR.IS,30060050:a.VR.DS,30060080:a.VR.SQ,30060082:a.VR.IS,30060084:a.VR.IS,30060085:a.VR.SH,30060086:a.VR.SQ,30060088:a.VR.ST,"300600a0":a.VR.SQ,"300600a4":a.VR.CS,"300600a6":a.VR.PN,"300600b0":a.VR.SQ,"300600b2":a.VR.CS,"300600b4":a.VR.DS,"300600b6":a.VR.SQ,"300600b7":a.VR.US,"300600b8":a.VR.FL,"300600b9":a.VR.SQ,"300600c0":a.VR.SQ,"300600c2":a.VR.UI,"300600c4":a.VR.CS,"300600c6":a.VR.DS,"300600c8":a.VR.LO,30080010:a.VR.SQ,30080012:a.VR.ST,30080014:a.VR.CS,30080016:a.VR.DS,30080020:a.VR.SQ,30080021:a.VR.SQ,30080022:a.VR.IS,30080024:a.VR.DA,30080025:a.VR.TM,"3008002a":a.VR.CS,"3008002b":a.VR.SH,"3008002c":a.VR.CS,30080030:a.VR.SQ,30080032:a.VR.DS,30080033:a.VR.DS,30080036:a.VR.DS,30080037:a.VR.DS,"3008003a":a.VR.DS,"3008003b":a.VR.DS,30080040:a.VR.SQ,30080041:a.VR.SQ,30080042:a.VR.DS,30080044:a.VR.DS,30080045:a.VR.FL,30080046:a.VR.FL,30080047:a.VR.FL,30080048:a.VR.DS,30080050:a.VR.SQ,30080052:a.VR.DS,30080054:a.VR.DA,30080056:a.VR.DA,"3008005a":a.VR.IS,30080060:a.VR.SQ,30080061:a.VR.AT,30080062:a.VR.AT,30080063:a.VR.IS,30080064:a.VR.IS,30080065:a.VR.AT,30080066:a.VR.ST,30080067:a.VR.US,30080068:a.VR.SQ,"3008006a":a.VR.FL,30080070:a.VR.SQ,30080072:a.VR.IS,30080074:a.VR.ST,30080076:a.VR.DS,30080078:a.VR.DS,"3008007a":a.VR.DS,30080080:a.VR.SQ,30080082:a.VR.IS,30080090:a.VR.SQ,30080092:a.VR.IS,"300800a0":a.VR.SQ,"300800b0":a.VR.SQ,"300800c0":a.VR.SQ,"300800d0":a.VR.SQ,"300800e0":a.VR.SQ,"300800f0":a.VR.SQ,"300800f2":a.VR.SQ,"300800f4":a.VR.SQ,"300800f6":a.VR.SQ,30080100:a.VR.SQ,30080105:a.VR.LO,30080110:a.VR.SQ,30080116:a.VR.CS,30080120:a.VR.SQ,30080122:a.VR.IS,30080130:a.VR.SQ,30080132:a.VR.DS,30080134:a.VR.DS,30080136:a.VR.IS,30080138:a.VR.IS,"3008013a":a.VR.DS,"3008013c":a.VR.DS,30080140:a.VR.SQ,30080142:a.VR.IS,30080150:a.VR.SQ,30080152:a.VR.IS,30080160:a.VR.SQ,30080162:a.VR.DA,30080164:a.VR.TM,30080166:a.VR.DA,30080168:a.VR.TM,30080171:a.VR.SQ,30080172:a.VR.US,30080173:a.VR.SQ,30080200:a.VR.CS,30080202:a.VR.ST,30080220:a.VR.SQ,30080223:a.VR.IS,30080224:a.VR.CS,30080230:a.VR.CS,30080240:a.VR.SQ,30080250:a.VR.DA,30080251:a.VR.TM,"300a0002":a.VR.SH,"300a0003":a.VR.LO,"300a0004":a.VR.ST,"300a0006":a.VR.DA,"300a0007":a.VR.TM,"300a0009":a.VR.LO,"300a000a":a.VR.CS,"300a000b":a.VR.LO,"300a000c":a.VR.CS,"300a000e":a.VR.ST,"300a0010":a.VR.SQ,"300a0012":a.VR.IS,"300a0013":a.VR.UI,"300a0014":a.VR.CS,"300a0015":a.VR.CS,"300a0016":a.VR.LO,"300a0018":a.VR.DS,"300a001a":a.VR.DS,"300a0020":a.VR.CS,"300a0021":a.VR.DS,"300a0022":a.VR.DS,"300a0023":a.VR.DS,"300a0025":a.VR.DS,"300a0026":a.VR.DS,"300a0027":a.VR.DS,"300a0028":a.VR.DS,"300a002a":a.VR.DS,"300a002b":a.VR.DS,"300a002c":a.VR.DS,"300a002d":a.VR.DS,"300a0040":a.VR.SQ,"300a0042":a.VR.IS,"300a0043":a.VR.SH,"300a0044":a.VR.DS,"300a0046":a.VR.DS,"300a0048":a.VR.SQ,"300a004a":a.VR.DS,"300a004b":a.VR.FL,"300a004c":a.VR.DS,"300a004e":a.VR.DS,"300a004f":a.VR.FL,"300a0050":a.VR.FL,"300a0051":a.VR.DS,"300a0052":a.VR.DS,"300a0053":a.VR.DS,"300a0055":a.VR.CS,"300a0070":a.VR.SQ,"300a0071":a.VR.IS,"300a0072":a.VR.LO,"300a0078":a.VR.IS,"300a0079":a.VR.IS,"300a007a":a.VR.IS,"300a007b":a.VR.LT,"300a0080":a.VR.IS,"300a0082":a.VR.DS,"300a0083":a.VR.UI,"300a0084":a.VR.DS,"300a0086":a.VR.DS,"300a0088":a.VR.FL,"300a0089":a.VR.FL,"300a008a":a.VR.FL,"300a008b":a.VR.CS,"300a008c":a.VR.SQ,"300a008d":a.VR.FL,"300a008e":a.VR.FL,"300a008f":a.VR.FL,"300a0090":a.VR.CS,"300a0091":a.VR.DS,"300a0092":a.VR.CS,"300a0093":a.VR.CS,"300a00a0":a.VR.IS,"300a00a2":a.VR.DS,"300a00a4":a.VR.DS,"300a00b0":a.VR.SQ,"300a00b2":a.VR.SH,"300a00b3":a.VR.CS,"300a00b4":a.VR.DS,"300a00b6":a.VR.SQ,"300a00b8":a.VR.CS,"300a00ba":a.VR.DS,"300a00bb":a.VR.FL,"300a00bc":a.VR.IS,"300a00be":a.VR.DS,"300a00c0":a.VR.IS,"300a00c2":a.VR.LO,"300a00c3":a.VR.ST,"300a00c4":a.VR.CS,"300a00c5":a.VR.FD,"300a00c6":a.VR.CS,"300a00c7":a.VR.CS,"300a00c8":a.VR.IS,"300a00ca":a.VR.SQ,"300a00cc":a.VR.LO,"300a00ce":a.VR.CS,"300a00d0":a.VR.IS,"300a00d1":a.VR.SQ,"300a00d2":a.VR.IS,"300a00d3":a.VR.CS,"300a00d4":a.VR.SH,"300a00d5":a.VR.IS,"300a00d6":a.VR.DS,"300a00d7":a.VR.FL,"300a00d8":a.VR.DS,"300a00d9":a.VR.FL,"300a00da":a.VR.DS,"300a00db":a.VR.FL,"300a00dc":a.VR.SH,"300a00dd":a.VR.ST,"300a00de":a.VR.DS,"300a00e0":a.VR.IS,"300a00e1":a.VR.SH,"300a00e2":a.VR.DS,"300a00e3":a.VR.SQ,"300a00e4":a.VR.IS,"300a00e5":a.VR.SH,"300a00e6":a.VR.DS,"300a00e7":a.VR.IS,"300a00e8":a.VR.IS,"300a00e9":a.VR.DS,"300a00ea":a.VR.DS,"300a00eb":a.VR.DS,"300a00ec":a.VR.DS,"300a00ed":a.VR.IS,"300a00ee":a.VR.CS,"300a00ef":a.VR.SH,"300a00f0":a.VR.IS,"300a00f2":a.VR.DS,"300a00f3":a.VR.FL,"300a00f4":a.VR.SQ,"300a00f5":a.VR.SH,"300a00f6":a.VR.DS,"300a00f7":a.VR.FL,"300a00f8":a.VR.CS,"300a00f9":a.VR.LO,"300a00fa":a.VR.CS,"300a00fb":a.VR.CS,"300a00fc":a.VR.IS,"300a00fe":a.VR.LO,"300a0100":a.VR.DS,"300a0102":a.VR.DS,"300a0104":a.VR.IS,"300a0106":a.VR.DS,"300a0107":a.VR.SQ,"300a0108":a.VR.SH,"300a0109":a.VR.CS,"300a010a":a.VR.LO,"300a010c":a.VR.DS,"300a010e":a.VR.DS,"300a0110":a.VR.IS,"300a0111":a.VR.SQ,"300a0112":a.VR.IS,"300a0114":a.VR.DS,"300a0115":a.VR.DS,"300a0116":a.VR.SQ,"300a0118":a.VR.CS,"300a011a":a.VR.SQ,"300a011c":a.VR.DS,"300a011e":a.VR.DS,"300a011f":a.VR.CS,"300a0120":a.VR.DS,"300a0121":a.VR.CS,"300a0122":a.VR.DS,"300a0123":a.VR.CS,"300a0124":a.VR.DS,"300a0125":a.VR.DS,"300a0126":a.VR.CS,"300a0128":a.VR.DS,"300a0129":a.VR.DS,"300a012a":a.VR.DS,"300a012c":a.VR.DS,"300a012e":a.VR.DS,"300a0130":a.VR.DS,"300a0131":a.VR.FL,"300a0132":a.VR.FL,"300a0133":a.VR.FL,"300a0134":a.VR.DS,"300a0140":a.VR.FL,"300a0142":a.VR.CS,"300a0144":a.VR.FL,"300a0146":a.VR.CS,"300a0148":a.VR.FL,"300a014a":a.VR.FL,"300a014c":a.VR.CS,"300a014e":a.VR.FL,"300a0150":a.VR.CS,"300a0151":a.VR.DS,"300a0152":a.VR.DS,"300a0153":a.VR.DS,"300a0154":a.VR.DS,"300a0155":a.VR.DS,"300a0180":a.VR.SQ,"300a0182":a.VR.IS,"300a0183":a.VR.LO,"300a0184":a.VR.LO,"300a0190":a.VR.SQ,"300a0192":a.VR.CS,"300a0194":a.VR.SH,"300a0196":a.VR.ST,"300a0198":a.VR.SH,"300a0199":a.VR.FL,"300a019a":a.VR.FL,"300a01a0":a.VR.SQ,"300a01a2":a.VR.CS,"300a01a4":a.VR.SH,"300a01a6":a.VR.ST,"300a01a8":a.VR.SH,"300a01b0":a.VR.CS,"300a01b2":a.VR.ST,"300a01b4":a.VR.SQ,"300a01b6":a.VR.CS,"300a01b8":a.VR.SH,"300a01ba":a.VR.ST,"300a01bc":a.VR.DS,"300a01d0":a.VR.ST,"300a01d2":a.VR.DS,"300a01d4":a.VR.DS,"300a01d6":a.VR.DS,"300a0200":a.VR.CS,"300a0202":a.VR.CS,"300a0206":a.VR.SQ,"300a0210":a.VR.SQ,"300a0212":a.VR.IS,"300a0214":a.VR.CS,"300a0216":a.VR.LO,"300a0218":a.VR.DS,"300a021a":a.VR.DS,"300a021b":a.VR.SH,"300a021c":a.VR.LO,"300a0222":a.VR.DS,"300a0224":a.VR.DS,"300a0226":a.VR.LO,"300a0228":a.VR.DS,"300a0229":a.VR.CS,"300a022a":a.VR.DS,"300a022b":a.VR.DS,"300a022c":a.VR.DA,"300a022e":a.VR.TM,"300a0230":a.VR.SQ,"300a0232":a.VR.CS,"300a0234":a.VR.IS,"300a0236":a.VR.LO,"300a0238":a.VR.LO,"300a0240":a.VR.IS,"300a0242":a.VR.SH,"300a0244":a.VR.LO,"300a0250":a.VR.DS,"300a0260":a.VR.SQ,"300a0262":a.VR.IS,"300a0263":a.VR.SH,"300a0264":a.VR.CS,"300a0266":a.VR.LO,"300a026a":a.VR.DS,"300a026c":a.VR.DS,"300a0271":a.VR.DS,"300a0272":a.VR.DS,"300a0273":a.VR.SH,"300a0274":a.VR.DS,"300a0280":a.VR.SQ,"300a0282":a.VR.IS,"300a0284":a.VR.DS,"300a0286":a.VR.DS,"300a0288":a.VR.CS,"300a028a":a.VR.IS,"300a028c":a.VR.DS,"300a0290":a.VR.IS,"300a0291":a.VR.SH,"300a0292":a.VR.CS,"300a0294":a.VR.LO,"300a0296":a.VR.DS,"300a0298":a.VR.LO,"300a029c":a.VR.DS,"300a029e":a.VR.DS,"300a02a0":a.VR.DS,"300a02a2":a.VR.IS,"300a02a4":a.VR.DS,"300a02b0":a.VR.SQ,"300a02b2":a.VR.IS,"300a02b3":a.VR.SH,"300a02b4":a.VR.LO,"300a02b8":a.VR.DS,"300a02ba":a.VR.DS,"300a02c8":a.VR.DS,"300a02d0":a.VR.SQ,"300a02d2":a.VR.DS,"300a02d4":a.VR.DS,"300a02d6":a.VR.DS,"300a02e0":a.VR.CS,"300a02e1":a.VR.CS,"300a02e2":a.VR.DS,"300a02e3":a.VR.FL,"300a02e4":a.VR.FL,"300a02e5":a.VR.FL,"300a02e6":a.VR.FL,"300a02e7":a.VR.FL,"300a02e8":a.VR.FL,"300a02ea":a.VR.SQ,"300a02eb":a.VR.LT,"300a0302":a.VR.IS,"300a0304":a.VR.IS,"300a0306":a.VR.SS,"300a0308":a.VR.CS,"300a0309":a.VR.CS,"300a030a":a.VR.FL,"300a030c":a.VR.SQ,"300a030d":a.VR.FL,"300a030f":a.VR.SH,"300a0312":a.VR.IS,"300a0314":a.VR.SQ,"300a0316":a.VR.IS,"300a0318":a.VR.SH,"300a0320":a.VR.CS,"300a0322":a.VR.LO,"300a0330":a.VR.IS,"300a0332":a.VR.SQ,"300a0334":a.VR.IS,"300a0336":a.VR.SH,"300a0338":a.VR.CS,"300a033a":a.VR.LO,"300a033c":a.VR.FL,"300a0340":a.VR.IS,"300a0342":a.VR.SQ,"300a0344":a.VR.IS,"300a0346":a.VR.SH,"300a0348":a.VR.CS,"300a034a":a.VR.LO,"300a034c":a.VR.SH,"300a0350":a.VR.CS,"300a0352":a.VR.SH,"300a0354":a.VR.LO,"300a0355":a.VR.LO,"300a0356":a.VR.FL,"300a0358":a.VR.FL,"300a035a":a.VR.FL,"300a0360":a.VR.SQ,"300a0362":a.VR.LO,"300a0364":a.VR.FL,"300a0366":a.VR.FL,"300a0370":a.VR.SQ,"300a0372":a.VR.LO,"300a0374":a.VR.FL,"300a0380":a.VR.SQ,"300a0382":a.VR.FL,"300a0384":a.VR.FL,"300a0386":a.VR.FL,"300a0388":a.VR.FL,"300a038a":a.VR.FL,"300a038f":a.VR.FL,"300a0390":a.VR.SH,"300a0391":a.VR.IS,"300a0392":a.VR.IS,"300a0393":a.VR.CS,"300a0394":a.VR.FL,"300a0395":a.VR.CS,"300a0396":a.VR.FL,"300a0398":a.VR.FL,"300a039a":a.VR.IS,"300a03a0":a.VR.SQ,"300a03a2":a.VR.SQ,"300a03a4":a.VR.SQ,"300a03a6":a.VR.SQ,"300a03a8":a.VR.SQ,"300a03aa":a.VR.SQ,"300a03ac":a.VR.SQ,"300a0401":a.VR.SQ,"300a0402":a.VR.ST,"300a0410":a.VR.SQ,"300a0412":a.VR.FL,"300a0420":a.VR.SQ,"300a0421":a.VR.SH,"300a0422":a.VR.ST,"300a0423":a.VR.CS,"300a0424":a.VR.IS,"300a0425":a.VR.FL,"300a0431":a.VR.SQ,"300a0432":a.VR.CS,"300a0433":a.VR.FL,"300a0434":a.VR.FL,"300a0435":a.VR.FL,"300a0436":a.VR.FL,"300a0440":a.VR.IS,"300a0441":a.VR.SQ,"300a0442":a.VR.DS,"300a0443":a.VR.US,"300a0450":a.VR.SQ,"300a0451":a.VR.CS,"300a0452":a.VR.CS,"300a0453":a.VR.SQ,"300a0501":a.VR.FL,"300a0502":a.VR.FL,"300a0503":a.VR.FL,"300a0504":a.VR.FL,"300a0505":a.VR.SQ,"300a0506":a.VR.SQ,"300a0507":a.VR.FL,"300a0508":a.VR.FL,"300a0509":a.VR.FL,"300a0510":a.VR.FL,"300a0511":a.VR.CS,"300a0512":a.VR.CS,"300c0002":a.VR.SQ,"300c0004":a.VR.SQ,"300c0006":a.VR.IS,"300c0007":a.VR.IS,"300c0008":a.VR.DS,"300c0009":a.VR.DS,"300c000a":a.VR.SQ,"300c000c":a.VR.IS,"300c000e":a.VR.IS,"300c0020":a.VR.SQ,"300c0022":a.VR.IS,"300c0040":a.VR.SQ,"300c0042":a.VR.SQ,"300c0050":a.VR.SQ,"300c0051":a.VR.IS,"300c0055":a.VR.SQ,"300c0060":a.VR.SQ,"300c006a":a.VR.IS,"300c0080":a.VR.SQ,"300c00a0":a.VR.IS,"300c00b0":a.VR.SQ,"300c00c0":a.VR.IS,"300c00d0":a.VR.IS,"300c00e0":a.VR.IS,"300c00f0":a.VR.IS,"300c00f2":a.VR.SQ,"300c00f4":a.VR.IS,"300c00f6":a.VR.IS,"300c0100":a.VR.IS,"300c0102":a.VR.IS,"300c0104":a.VR.IS,"300c0111":a.VR.SQ,"300c0112":a.VR.CS,"300c0113":a.VR.LO,"300e0002":a.VR.CS,"300e0004":a.VR.DA,"300e0005":a.VR.TM,"300e0008":a.VR.PN,40000010:a.VR.LT,40004e3:a.VR.LT,40080040:a.VR.SH,40080042:a.VR.LO,40080050:a.VR.SQ,"400800ff":a.VR.CS,40080100:a.VR.DA,40080101:a.VR.TM,40080102:a.VR.PN,40080103:a.VR.LO,40080108:a.VR.DA,40080109:a.VR.TM,"4008010a":a.VR.PN,"4008010b":a.VR.ST,"4008010c":a.VR.PN,40080111:a.VR.SQ,40080112:a.VR.DA,40080113:a.VR.TM,40080114:a.VR.PN,40080115:a.VR.LT,40080117:a.VR.SQ,40080118:a.VR.SQ,40080119:a.VR.PN,"4008011a":a.VR.LO,40080200:a.VR.SH,40080202:a.VR.LO,40080210:a.VR.CS,40080212:a.VR.CS,40080300:a.VR.ST,40084e3:a.VR.ST,40100001:a.VR.CS,40100002:a.VR.CS,40100004:a.VR.SQ,40101001:a.VR.SQ,40101004:a.VR.FL,40101005:a.VR.FL,40101006:a.VR.OB,40101007:a.VR.SH,40101008:a.VR.CS,40101009:a.VR.CS,"4010100a":a.VR.SQ,40101010:a.VR.US,40101011:a.VR.SQ,40101012:a.VR.CS,40101013:a.VR.LT,40101014:a.VR.CS,40101015:a.VR.CS,40101016:a.VR.FL,40101017:a.VR.FL,40101018:a.VR.FL,40101019:a.VR.FL,"4010101a":a.VR.SH,"4010101b":a.VR.FL,"4010101c":a.VR.FL,"4010101d":a.VR.FL,"4010101e":a.VR.SH,"4010101f":a.VR.SH,40101020:a.VR.CS,40101021:a.VR.CS,40101023:a.VR.FL,40101024:a.VR.CS,40101025:a.VR.DT,40101026:a.VR.DT,40101027:a.VR.CS,40101028:a.VR.CS,40101029:a.VR.LO,"4010102a":a.VR.SH,"4010102b":a.VR.DT,40101031:a.VR.CS,40101033:a.VR.US,40101034:a.VR.US,40101037:a.VR.SQ,40101038:a.VR.SQ,40101039:a.VR.CS,"4010103a":a.VR.CS,40101041:a.VR.DT,40101042:a.VR.CS,40101043:a.VR.FL,40101044:a.VR.CS,40101045:a.VR.SQ,40101046:a.VR.CS,40101047:a.VR.SQ,40101048:a.VR.CS,40101051:a.VR.LO,40101052:a.VR.SH,40101053:a.VR.LO,40101054:a.VR.SH,40101055:a.VR.SH,40101056:a.VR.CS,40101058:a.VR.SH,40101059:a.VR.CS,40101060:a.VR.FL,40101061:a.VR.FL,40101062:a.VR.FL,40101064:a.VR.SQ,40101067:a.VR.CS,40101068:a.VR.LT,40101069:a.VR.FL,"4010106c":a.VR.OB,"4010106d":a.VR.CS,"4010106e":a.VR.CS,"4010106f":a.VR.SQ,40101070:a.VR.CS,40101071:a.VR.SQ,40101072:a.VR.SQ,40101073:a.VR.FD,40101075:a.VR.DS,40101076:a.VR.SQ,40101077:a.VR.SQ,40101078:a.VR.ST,40101079:a.VR.SQ,"4010107a":a.VR.FL,"4010107b":a.VR.SQ,"4010107c":a.VR.CS,"4010107d":a.VR.SQ,"4010107e":a.VR.DS,"4ffe0001":a.VR.SQ,50000005:a.VR.US,50000010:a.VR.US,50000020:a.VR.CS,50000022:a.VR.LO,50000030:a.VR.SH,50000040:a.VR.SH,50000103:a.VR.US,50000104:a.VR.US,50000105:a.VR.US,50000106:a.VR.SH,50000110:a.VR.US,50000112:a.VR.US,50000114:a.VR.US,50001001:a.VR.CS,50002e3:a.VR.US,50002002:a.VR.US,50002004:a.VR.US,50002006:a.VR.UL,50002008:a.VR.UL,"5000200a":a.VR.UL,"5000200c":a.VR.OW,"5000200e":a.VR.LT,50002500:a.VR.LO,50002600:a.VR.SQ,50002610:a.VR.US,50003e3:a.VR.OW,52009229:a.VR.SQ,52009230:a.VR.SQ,54000100:a.VR.SQ,54000110:a.VR.OW,54000112:a.VR.OW,54001004:a.VR.US,54001006:a.VR.CS,"5400100a":a.VR.OW,54001010:a.VR.OW,56000010:a.VR.OF,56000020:a.VR.OF,60000010:a.VR.US,60000011:a.VR.US,60000012:a.VR.US,60000015:a.VR.IS,60000022:a.VR.LO,60000040:a.VR.CS,60000045:a.VR.LO,60000050:a.VR.SS,60000051:a.VR.US,60000052:a.VR.US,60000060:a.VR.CS,60000061:a.VR.SH,60000062:a.VR.SH,60000063:a.VR.CS,60000066:a.VR.AT,60000068:a.VR.US,60000069:a.VR.US,60000100:a.VR.US,60000102:a.VR.US,60000110:a.VR.CS,60000200:a.VR.US,60000800:a.VR.CS,60000802:a.VR.US,60000803:a.VR.AT,60000804:a.VR.US,60001001:a.VR.CS,60001100:a.VR.US,60001101:a.VR.US,60001102:a.VR.US,60001103:a.VR.US,60001200:a.VR.US,60001201:a.VR.US,60001202:a.VR.US,60001203:a.VR.US,60001301:a.VR.IS,60001302:a.VR.DS,60001303:a.VR.DS,60001500:a.VR.LO,60003e3:a.VR.OW,60004e3:a.VR.LT,"7f000010":a.VR.OW,"7f000011":a.VR.US,"7f000020":a.VR.OW,"7f000030":a.VR.OW,"7f000040":a.VR.OW,"7fe00008":a.VR.OF,"7fe00009":a.VR.OD,"7fe00010":a.VR.OW,"7fe00020":a.VR.OW,"7fe00030":a.VR.OW,"7fe00040":a.VR.OW,fffafffa:a.VR.SQ,fffcfffc:a.VR.OB},t.TagToVR=r},994:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.TagTreeItem=t.TagTreeAnyItem=t.TagTreeTag=t.emptyTagTree=t.TagTreeTrunk=t.TagTree=void 0;const i=n(653),a=n(336),r=n(584),o=n(365);class s extends o.TagPathLike{static fromTag(e){return t.emptyTagTree.thenTag(e)}static fromAnyItem(e){return t.emptyTagTree.thenAnyItem(e)}static fromItem(e,n){return t.emptyTagTree.thenItem(e,n)}static fromPath(e){let n;const i=e.head();return n=i instanceof r.TagPathTag?s.fromTag(i.tag()):i instanceof r.TagPathItem||i instanceof r.TagPathItemEnd?s.fromItem(i.tag(),i.item):i instanceof r.TagPathSequence||i instanceof r.TagPathSequenceEnd?s.fromAnyItem(i.tag()):t.emptyTagTree,e.drop(1).toList().reduce(((e,t)=>e instanceof c&&t instanceof r.TagPathTag?e.thenTag(t.tag()):e instanceof c&&t instanceof r.TagPathItem||e instanceof c&&t instanceof r.TagPathItemEnd?e.thenItem(t.tag(),t.item):e instanceof c&&t instanceof r.TagPathSequence||e instanceof c&&t instanceof r.TagPathSequenceEnd?e.thenAnyItem(t.tag()):e),n)}static parse(e){const t=e=>"]"===e[e.length-1],n=e=>e.substring(e.lastIndexOf("[")+1,e.length-1),i=e=>e.substring(0,e.indexOf("[")),r=e=>{const t=a.Lookup.tagOf(e);if(!t){if(11===e.length&&"("===e[0]&&","===e[5]&&")"===e[10]){const t=parseInt(e.substring(1,5)+e.substring(6,10),16);if(!isNaN(t))return t}throw Error(e+" is not a tag or name string")}return t},o=e=>{if("*"===e)return;const t=parseInt(e,10);if(isNaN(t))throw Error(e+" is not a number");return t},c=e=>s.fromTag(r(e)),S=e=>{const t=r(i(e)),a=o(n(e));return void 0===a?s.fromAnyItem(t):s.fromItem(t,a)},l=(e,t)=>{const a=r(i(e)),s=o(n(e));return void 0===s?t.thenAnyItem(a):t.thenItem(a,s)},u=e.indexOf(".")>0?e.split("."):[e],R=u.length>1?u.slice(0,u.length-1):[],V=u[u.length-1];try{const e=R.length>0?R[0]:void 0;if(e){const n=R.slice(1,R.length).reduce(((e,t)=>l(t,e)),S(e));return void 0!==n?t(V)?l(V,n):(m=V,n.thenTag(r(m))):t(V)?S(V):c(V)}return c(V)}catch(e){throw Error("Tag tree could not be parsed: "+e.message)}var m}constructor(e,t){super(),this.tagVal=e,this.previousVal=t}tag(){return this.tagVal}previous(){return this.previousVal}isEmpty(){return this===t.emptyTagTree}isEqualTo(e){return!(!this.isEmpty()||!e.isEmpty())||(this instanceof S&&e instanceof S?this.tag()===e.tag()&&this.previous().isEqualTo(e.previous()):this instanceof u&&e instanceof u?this.tag()===e.tag()&&this.item===e.item&&this.previous().isEqualTo(e.previous()):this instanceof l&&e instanceof l&&this.tag()===e.tag()&&this.previous().isEqualTo(e.previous()))}isPath(){return!!this.isEmpty()||!(this instanceof l)&&this.previous().isPath()}hasPath(e){return!(!this.isEmpty()||!e.isEmpty())||(this instanceof S&&e instanceof r.TagPathTag?this.tag()===e.tag()&&this.previous().hasPath(e.previous()):this instanceof u&&"item"in e?this.item===e.item&&this.tag()===e.tag()&&this.previous().hasPath(e.previous()):this instanceof l&&"item"in e?this.tag()===e.tag()&&this.previous().hasPath(e.previous()):(this instanceof l&&e instanceof r.TagPathSequence||this instanceof l&&e instanceof r.TagPathSequenceEnd)&&this.tag()===e.tag()&&this.previous().hasPath(e.previous()))}hasTrunk(e){if(this.depth()>=e.depth()){const t=this.toList(),n=e.toList();for(let e=0;e<Math.min(t.length,n.length);e++){const i=t[e],a=n[e];let o=!1;if(a.isEmpty()?o=!0:i instanceof u&&"item"in a?o=i.tag()===a.tag()&&i.item===a.item:(i instanceof u&&a instanceof r.TagPathSequence||i instanceof u&&a instanceof r.TagPathSequenceEnd||i instanceof l&&void 0!==a.item||i instanceof l&&a instanceof r.TagPathSequence||i instanceof l&&a instanceof r.TagPathSequenceEnd||i instanceof S&&a instanceof r.TagPathTag)&&(o=i.tag()===a.tag()),!o)return!1}return!0}return!1}isTrunkOf(e){if(this.depth()<=e.depth()){const t=this.toList(),n=e.toList();for(let e=0;e<Math.min(t.length,n.length);e++){const i=t[e],a=n[e];let o=!1;if(a.isEmpty()?o=!0:i instanceof u&&"item"in a?o=i.tag()===a.tag()&&i.item===a.item:(i instanceof l&&"item"in a||i instanceof l&&a instanceof r.TagPathSequence||i instanceof l&&a instanceof r.TagPathSequenceEnd||i instanceof S&&a instanceof r.TagPathTag)&&(o=i.tag()===a.tag()),!o)return!1}return!0}return!1}hasTwig(e){let t=!1;return this.isEmpty()&&e.isEmpty()?t=!0:this instanceof l&&"item"in e||this instanceof l&&e instanceof r.TagPathSequence||this instanceof l&&e instanceof r.TagPathSequenceEnd?t=this.tag()===e.tag():this instanceof u&&"item"in e?t=this.tag()===e.tag()&&this.item===e.item:this instanceof S&&e instanceof r.TagPathTag&&(t=this.tag()===e.tag()),e.previous().isEmpty()?t:!this.previous().isEmpty()&&t&&this.previous().hasTwig(e.previous())}drop(e){const n=(e,i)=>{if(i<0)return t.emptyTagTree;if(0===i)return e.isEmpty()?t.emptyTagTree:e instanceof u?s.fromItem(e.tag(),e.item):e instanceof l?s.fromAnyItem(e.tag()):s.fromTag(e.tag());const a=n(e.previous(),i-1);return e instanceof u?a.thenItem(e.tag(),e.item):e instanceof l?a.thenAnyItem(e.tag()):e instanceof S?a.thenTag(e.tag()):t.emptyTagTree};return n(this,this.depth()-e-1)}toNamedString(e){const t=(n,r)=>{const o=n instanceof l?"[*]":"item"in n?"["+n.item+"]":"",s=(t=>{if(e){const e=a.Lookup.keywordOf(t);if(e)return e}return(0,i.tagToString)(t)})(n.tag())+o+r;return n.isRoot()?s:t(n.previous(),"."+s)};return this.isEmpty()?"<empty tree>":t(this,"")}}t.TagTree=s;class c extends s{thenTag(e){return new S(e,this)}thenAnyItem(e){return new l(e,this)}thenItem(e,t){return new u(e,t,this)}}t.TagTreeTrunk=c,t.emptyTagTree=new class extends c{tag(){throw Error("Empty tag tree")}previous(){return t.emptyTagTree}}(-1,null);class S extends s{constructor(e,t){super(e,t)}}t.TagTreeTag=S;class l extends c{constructor(e,t){super(e,t)}}t.TagTreeAnyItem=l;class u extends c{constructor(e,t,n){super(e,n),this.item=t}}t.TagTreeItem=u},765:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Tag=void 0,t.Tag={CommandGroupLength:0,AffectedSOPClassUID:2,RequestedSOPClassUID:3,CommandField:256,MessageID:272,MessageIDBeingRespondedTo:288,MoveDestination:1536,Priority:1792,CommandDataSetType:2048,Status:2304,OffendingElement:2305,ErrorComment:2306,ErrorID:2307,AffectedSOPInstanceUID:4096,RequestedSOPInstanceUID:4097,EventTypeID:4098,AttributeIdentifierList:4101,ActionTypeID:4104,NumberOfRemainingSuboperations:4128,NumberOfCompletedSuboperations:4129,NumberOfFailedSuboperations:4130,NumberOfWarningSuboperations:4131,MoveOriginatorApplicationEntityTitle:4144,MoveOriginatorMessageID:4145,FileMetaInformationGroupLength:131072,FileMetaInformationVersion:131073,MediaStorageSOPClassUID:131074,MediaStorageSOPInstanceUID:131075,TransferSyntaxUID:131088,ImplementationClassUID:131090,ImplementationVersionName:131091,SourceApplicationEntityTitle:131094,SendingApplicationEntityTitle:131095,ReceivingApplicationEntityTitle:131096,PrivateInformationCreatorUID:131328,PrivateInformation:131330,FileSetID:266544,FileSetDescriptorFileID:266561,SpecificCharacterSetOfFileSetDescriptorFile:266562,OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity:266752,OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity:266754,FileSetConsistencyFlag:266770,DirectoryRecordSequence:266784,OffsetOfTheNextDirectoryRecord:267264,RecordInUseFlag:267280,OffsetOfReferencedLowerLevelDirectoryEntity:267296,DirectoryRecordType:267312,PrivateRecordUID:267314,ReferencedFileID:267520,MRDRDirectoryRecordOffset:267524,ReferencedSOPClassUIDInFile:267536,ReferencedSOPInstanceUIDInFile:267537,ReferencedTransferSyntaxUIDInFile:267538,ReferencedRelatedGeneralSOPClassUIDInFile:267546,NumberOfReferences:267776,LengthToEnd:524289,SpecificCharacterSet:524293,LanguageCodeSequence:524294,ImageType:524296,RecognitionCode:524304,InstanceCreationDate:524306,InstanceCreationTime:524307,InstanceCreatorUID:524308,InstanceCoercionDateTime:524309,SOPClassUID:524310,SOPInstanceUID:524312,RelatedGeneralSOPClassUID:524314,OriginalSpecializedSOPClassUID:524315,StudyDate:524320,SeriesDate:524321,AcquisitionDate:524322,ContentDate:524323,OverlayDate:524324,CurveDate:524325,AcquisitionDateTime:524330,StudyTime:524336,SeriesTime:524337,AcquisitionTime:524338,ContentTime:524339,OverlayTime:524340,CurveTime:524341,DataSetType:524352,DataSetSubtype:524353,NuclearMedicineSeriesType:524354,AccessionNumber:524368,IssuerOfAccessionNumberSequence:524369,QueryRetrieveLevel:524370,QueryRetrieveView:524371,RetrieveAETitle:524372,StationAETitle:524373,InstanceAvailability:524374,FailedSOPInstanceUIDList:524376,Modality:524384,ModalitiesInStudy:524385,SOPClassesInStudy:524386,AnatomicRegionsInStudyCodeSequence:524387,ConversionType:524388,PresentationIntentType:524392,Manufacturer:524400,InstitutionName:524416,InstitutionAddress:524417,InstitutionCodeSequence:524418,ReferringPhysicianName:524432,ReferringPhysicianAddress:524434,ReferringPhysicianTelephoneNumbers:524436,ReferringPhysicianIdentificationSequence:524438,ConsultingPhysicianName:524444,ConsultingPhysicianIdentificationSequence:524445,CodeValue:524544,ExtendedCodeValue:524545,CodingSchemeDesignator:524546,CodingSchemeVersion:524547,CodeMeaning:524548,MappingResource:524549,ContextGroupVersion:524550,ContextGroupLocalVersion:524551,ExtendedCodeMeaning:524552,CodingSchemeResourcesSequence:524553,CodingSchemeURLType:524554,ContextGroupExtensionFlag:524555,CodingSchemeUID:524556,ContextGroupExtensionCreatorUID:524557,CodingSchemeURL:524558,ContextIdentifier:524559,CodingSchemeIdentificationSequence:524560,CodingSchemeRegistry:524562,CodingSchemeExternalID:524564,CodingSchemeName:524565,CodingSchemeResponsibleOrganization:524566,ContextUID:524567,MappingResourceUID:524568,LongCodeValue:524569,URNCodeValue:524576,EquivalentCodeSequence:524577,MappingResourceName:524578,ContextGroupIdentificationSequence:524579,MappingResourceIdentificationSequence:524580,TimezoneOffsetFromUTC:524801,ResponsibleGroupCodeSequence:524832,EquipmentModality:524833,ManufacturerRelatedModelGroup:524834,PrivateDataElementCharacteristicsSequence:525056,PrivateGroupReference:525057,PrivateCreatorReference:525058,BlockIdentifyingInformationStatus:525059,NonidentifyingPrivateElements:525060,IdentifyingPrivateElements:525062,DeidentificationActionSequence:525061,DeidentificationAction:525063,PrivateDataElement:525064,PrivateDataElementValueMultiplicity:525065,PrivateDataElementValueRepresentation:525066,PrivateDataElementNumberOfItems:525067,PrivateDataElementName:525068,PrivateDataElementKeyword:525069,PrivateDataElementDescription:525070,PrivateDataElementEncoding:525071,PrivateDataElementDefinitionSequence:525072,NetworkID:528384,StationName:528400,StudyDescription:528432,ProcedureCodeSequence:528434,SeriesDescription:528446,SeriesDescriptionCodeSequence:528447,InstitutionalDepartmentName:528448,PhysiciansOfRecord:528456,PhysiciansOfRecordIdentificationSequence:528457,PerformingPhysicianName:528464,PerformingPhysicianIdentificationSequence:528466,NameOfPhysiciansReadingStudy:528480,PhysiciansReadingStudyIdentificationSequence:528482,OperatorsName:528496,OperatorIdentificationSequence:528498,AdmittingDiagnosesDescription:528512,AdmittingDiagnosesCodeSequence:528516,ManufacturerModelName:528528,ReferencedResultsSequence:528640,ReferencedStudySequence:528656,ReferencedPerformedProcedureStepSequence:528657,ReferencedSeriesSequence:528661,ReferencedPatientSequence:528672,ReferencedVisitSequence:528677,ReferencedOverlaySequence:528688,ReferencedStereometricInstanceSequence:528692,ReferencedWaveformSequence:528698,ReferencedImageSequence:528704,ReferencedCurveSequence:528709,ReferencedInstanceSequence:528714,ReferencedRealWorldValueMappingInstanceSequence:528715,ReferencedSOPClassUID:528720,ReferencedSOPInstanceUID:528725,DefinitionSourceSequence:528726,SOPClassesSupported:528730,ReferencedFrameNumber:528736,SimpleFrameList:528737,CalculatedFrameList:528738,TimeRange:528739,FrameExtractionSequence:528740,MultiFrameSourceSOPInstanceUID:528743,RetrieveURL:528784,TransactionUID:528789,WarningReason:528790,FailureReason:528791,FailedSOPSequence:528792,ReferencedSOPSequence:528793,OtherFailuresSequence:528794,StudiesContainingOtherReferencedInstancesSequence:528896,RelatedSeriesSequence:528976,LossyImageCompressionRetired:532752,DerivationDescription:532753,SourceImageSequence:532754,StageName:532768,StageNumber:532770,NumberOfStages:532772,ViewName:532775,ViewNumber:532776,NumberOfEventTimers:532777,NumberOfViewsInStage:532778,EventElapsedTimes:532784,EventTimerNames:532786,EventTimerSequence:532787,EventTimeOffset:532788,EventCodeSequence:532789,StartTrim:532802,StopTrim:532803,RecommendedDisplayFrameRate:532804,TransducerPosition:532992,TransducerOrientation:532996,AnatomicStructure:533e3,AnatomicRegionSequence:533016,AnatomicRegionModifierSequence:533024,PrimaryAnatomicStructureSequence:533032,AnatomicStructureSpaceOrRegionSequence:533033,PrimaryAnatomicStructureModifierSequence:533040,TransducerPositionSequence:533056,TransducerPositionModifierSequence:533058,TransducerOrientationSequence:533060,TransducerOrientationModifierSequence:533062,AnatomicStructureSpaceOrRegionCodeSequenceTrial:533073,AnatomicPortalOfEntranceCodeSequenceTrial:533075,AnatomicApproachDirectionCodeSequenceTrial:533077,AnatomicPerspectiveDescriptionTrial:533078,AnatomicPerspectiveCodeSequenceTrial:533079,AnatomicLocationOfExaminingInstrumentDescriptionTrial:533080,AnatomicLocationOfExaminingInstrumentCodeSequenceTrial:533081,AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial:533082,OnAxisBackgroundAnatomicStructureCodeSequenceTrial:533084,AlternateRepresentationSequence:536577,IrradiationEventUID:536592,SourceIrradiationEventSequence:536593,RadiopharmaceuticalAdministrationEventUID:536594,IdentifyingComments:540672,FrameType:561159,ReferencedImageEvidenceSequence:561298,ReferencedRawDataSequence:561441,CreatorVersionUID:561443,DerivationImageSequence:561444,SourceImageEvidenceSequence:561492,PixelPresentation:561669,VolumetricProperties:561670,VolumeBasedCalculationTechnique:561671,ComplexImageComponent:561672,AcquisitionContrast:561673,DerivationCodeSequence:561685,ReferencedPresentationStateSequence:561719,ReferencedOtherPlaneSequence:562192,FrameDisplaySequence:562264,RecommendedDisplayFrameRateInFloat:562265,SkipFrameRangeFlag:562272,PatientName:1048592,PatientID:1048608,IssuerOfPatientID:1048609,TypeOfPatientID:1048610,IssuerOfPatientIDQualifiersSequence:1048612,SourcePatientGroupIdentificationSequence:1048614,GroupOfPatientsIdentificationSequence:1048615,SubjectRelativePositionInImage:1048616,PatientBirthDate:1048624,PatientBirthTime:1048626,PatientBirthDateInAlternativeCalendar:1048627,PatientDeathDateInAlternativeCalendar:1048628,PatientAlternativeCalendar:1048629,PatientSex:1048640,PatientInsurancePlanCodeSequence:1048656,PatientPrimaryLanguageCodeSequence:1048833,PatientPrimaryLanguageModifierCodeSequence:1048834,QualityControlSubject:1049088,QualityControlSubjectTypeCodeSequence:1049089,StrainDescription:1049106,StrainNomenclature:1049107,StrainStockNumber:1049108,StrainSourceRegistryCodeSequence:1049109,StrainStockSequence:1049110,StrainSource:1049111,StrainAdditionalInformation:1049112,StrainCodeSequence:1049113,GeneticModificationsSequence:1049121,GeneticModificationsDescription:1049122,GeneticModificationsNomenclature:1049123,GeneticModificationsCodeSequence:1049129,OtherPatientIDs:1052672,OtherPatientNames:1052673,OtherPatientIDsSequence:1052674,PatientBirthName:1052677,PatientAge:1052688,PatientSize:1052704,PatientSizeCodeSequence:1052705,PatientBodyMassIndex:1052706,MeasuredAPDimension:1052707,MeasuredLateralDimension:1052708,PatientWeight:1052720,PatientAddress:1052736,InsurancePlanIdentification:1052752,PatientMotherBirthName:1052768,MilitaryRank:1052800,BranchOfService:1052801,MedicalRecordLocator:1052816,ReferencedPatientPhotoSequence:1052928,MedicalAlerts:1056768,Allergies:1057040,CountryOfResidence:1057104,RegionOfResidence:1057106,PatientTelephoneNumbers:1057108,PatientTelecomInformation:1057109,EthnicGroup:1057120,Occupation:1057152,SmokingStatus:1057184,AdditionalPatientHistory:1057200,PregnancyStatus:1057216,LastMenstrualDate:1057232,PatientReligiousPreference:1057264,PatientSpeciesDescription:1057281,PatientSpeciesCodeSequence:1057282,PatientSexNeutered:1057283,AnatomicalOrientationType:1057296,PatientBreedDescription:1057426,PatientBreedCodeSequence:1057427,BreedRegistrationSequence:1057428,BreedRegistrationNumber:1057429,BreedRegistryCodeSequence:1057430,ResponsiblePerson:1057431,ResponsiblePersonRole:1057432,ResponsibleOrganization:1057433,PatientComments:1064960,ExaminedBodyThickness:1086513,ClinicalTrialSponsorName:1179664,ClinicalTrialProtocolID:1179680,ClinicalTrialProtocolName:1179681,ClinicalTrialSiteID:1179696,ClinicalTrialSiteName:1179697,ClinicalTrialSubjectID:1179712,ClinicalTrialSubjectReadingID:1179714,ClinicalTrialTimePointID:1179728,ClinicalTrialTimePointDescription:1179729,LongitudinalTemporalOffsetFromEvent:1179730,LongitudinalTemporalEventType:1179731,ClinicalTrialCoordinatingCenterName:1179744,PatientIdentityRemoved:1179746,DeidentificationMethod:1179747,DeidentificationMethodCodeSequence:1179748,ClinicalTrialSeriesID:1179761,ClinicalTrialSeriesDescription:1179762,ClinicalTrialProtocolEthicsCommitteeName:1179777,ClinicalTrialProtocolEthicsCommitteeApprovalNumber:1179778,ConsentForClinicalTrialUseSequence:1179779,DistributionType:1179780,ConsentForDistributionFlag:1179781,EthicsCommitteeApprovalEffectivenessStartDate:1179782,EthicsCommitteeApprovalEffectivenessEndDate:1179783,CADFileFormat:1310755,ComponentReferenceSystem:1310756,ComponentManufacturingProcedure:1310757,ComponentManufacturer:1310760,MaterialThickness:1310768,MaterialPipeDiameter:1310770,MaterialIsolationDiameter:1310772,MaterialGrade:1310786,MaterialPropertiesDescription:1310788,MaterialPropertiesFileFormatRetired:1310789,MaterialNotes:1310790,ComponentShape:1310800,CurvatureType:1310802,OuterDiameter:1310804,InnerDiameter:1310806,ComponentWelderIDs:1310976,SecondaryApprovalStatus:1310977,SecondaryReviewDate:1310978,SecondaryReviewTime:1310979,SecondaryReviewerName:1310980,RepairID:1310981,MultipleComponentApprovalSequence:1310982,OtherApprovalStatus:1310983,OtherSecondaryApprovalStatus:1310984,ActualEnvironmentalConditions:1314832,ExpiryDate:1314848,EnvironmentalConditions:1314880,EvaluatorSequence:1318914,EvaluatorNumber:1318916,EvaluatorName:1318918,EvaluationAttempt:1318920,IndicationSequence:1318930,IndicationNumber:1318932,IndicationLabel:1318934,IndicationDescription:1318936,IndicationType:1318938,IndicationDisposition:1318940,IndicationROISequence:1318942,IndicationPhysicalPropertySequence:1318960,PropertyLabel:1318962,CoordinateSystemNumberOfAxes:1319426,CoordinateSystemAxesSequence:1319428,CoordinateSystemAxisDescription:1319430,CoordinateSystemDataSetMapping:1319432,CoordinateSystemAxisNumber:1319434,CoordinateSystemAxisType:1319436,CoordinateSystemAxisUnits:1319438,CoordinateSystemAxisValues:1319440,CoordinateSystemTransformSequence:1319456,TransformDescription:1319458,TransformNumberOfAxes:1319460,TransformOrderOfAxes:1319462,TransformedAxisUnits:1319464,CoordinateSystemTransformRotationAndScaleMatrix:1319466,CoordinateSystemTransformTranslationMatrix:1319468,InternalDetectorFrameTime:1323025,NumberOfFramesIntegrated:1323026,DetectorTemperatureSequence:1323040,SensorName:1323042,HorizontalOffsetOfSensor:1323044,VerticalOffsetOfSensor:1323046,SensorTemperature:1323048,DarkCurrentSequence:1323072,DarkCurrentCounts:1323088,GainCorrectionReferenceSequence:1323104,AirCounts:1323120,KVUsedInGainCalibration:1323121,MAUsedInGainCalibration:1323122,NumberOfFramesUsedForIntegration:1323123,FilterMaterialUsedInGainCalibration:1323124,FilterThicknessUsedInGainCalibration:1323125,DateOfGainCalibration:1323126,TimeOfGainCalibration:1323127,BadPixelImage:1323136,CalibrationNotes:1323161,PulserEquipmentSequence:1327106,PulserType:1327108,PulserNotes:1327110,ReceiverEquipmentSequence:1327112,AmplifierType:1327114,ReceiverNotes:1327116,PreAmplifierEquipmentSequence:1327118,PreAmplifierNotes:1327119,TransmitTransducerSequence:1327120,ReceiveTransducerSequence:1327121,NumberOfElements:1327122,ElementShape:1327123,ElementDimensionA:1327124,ElementDimensionB:1327125,ElementPitchA:1327126,MeasuredBeamDimensionA:1327127,MeasuredBeamDimensionB:1327128,LocationOfMeasuredBeamDiameter:1327129,NominalFrequency:1327130,MeasuredCenterFrequency:1327131,MeasuredBandwidth:1327132,ElementPitchB:1327133,PulserSettingsSequence:1327136,PulseWidth:1327138,ExcitationFrequency:1327140,ModulationType:1327142,Damping:1327144,ReceiverSettingsSequence:1327152,AcquiredSoundpathLength:1327153,AcquisitionCompressionType:1327154,AcquisitionSampleSize:1327155,RectifierSmoothing:1327156,DACSequence:1327157,DACType:1327158,DACGainPoints:1327160,DACTimePoints:1327162,DACAmplitude:1327164,PreAmplifierSettingsSequence:1327168,TransmitTransducerSettingsSequence:1327184,ReceiveTransducerSettingsSequence:1327185,IncidentAngle:1327186,CouplingTechnique:1327188,CouplingMedium:1327190,CouplingVelocity:1327191,ProbeCenterLocationX:1327192,ProbeCenterLocationZ:1327193,SoundPathLength:1327194,DelayLawIdentifier:1327196,GateSettingsSequence:1327200,GateThreshold:1327202,VelocityOfSound:1327204,CalibrationSettingsSequence:1327216,CalibrationProcedure:1327218,ProcedureVersion:1327220,ProcedureCreationDate:1327222,ProcedureExpirationDate:1327224,ProcedureLastModifiedDate:1327226,CalibrationTime:1327228,CalibrationDate:1327230,ProbeDriveEquipmentSequence:1327232,DriveType:1327233,ProbeDriveNotes:1327234,DriveProbeSequence:1327235,ProbeInductance:1327236,ProbeResistance:1327237,ReceiveProbeSequence:1327238,ProbeDriveSettingsSequence:1327239,BridgeResistors:1327240,ProbeOrientationAngle:1327241,UserSelectedGainY:1327243,UserSelectedPhase:1327244,UserSelectedOffsetX:1327245,UserSelectedOffsetY:1327246,ChannelSettingsSequence:1327249,ChannelThreshold:1327250,ScannerSettingsSequence:1327258,ScanProcedure:1327259,TranslationRateX:1327260,TranslationRateY:1327261,ChannelOverlap:1327263,ImageQualityIndicatorType:1327264,ImageQualityIndicatorMaterial:1327265,ImageQualityIndicatorSize:1327266,LINACEnergy:1331202,LINACOutput:1331204,ActiveAperture:1331456,TotalAperture:1331457,ApertureElevation:1331458,MainLobeAngle:1331459,MainRoofAngle:1331460,ConnectorType:1331461,WedgeModelNumber:1331462,WedgeAngleFloat:1331463,WedgeRoofAngle:1331464,WedgeElement1Position:1331465,WedgeMaterialVelocity:1331466,WedgeMaterial:1331467,WedgeOffsetZ:1331468,WedgeOriginOffsetX:1331469,WedgeTimeDelay:1331470,WedgeName:1331471,WedgeManufacturerName:1331472,WedgeDescription:1331473,NominalBeamAngle:1331474,WedgeOffsetX:1331475,WedgeOffsetY:1331476,WedgeTotalLength:1331477,WedgeInContactLength:1331478,WedgeFrontGap:1331479,WedgeTotalHeight:1331480,WedgeFrontHeight:1331481,WedgeRearHeight:1331482,WedgeTotalWidth:1331483,WedgeInContactWidth:1331484,WedgeChamferHeight:1331485,WedgeCurve:1331486,RadiusAlongWedge:1331487,ContrastBolusAgent:1572880,ContrastBolusAgentSequence:1572882,ContrastBolusT1Relaxivity:1572883,ContrastBolusAdministrationRouteSequence:1572884,BodyPartExamined:1572885,ScanningSequence:1572896,SequenceVariant:1572897,ScanOptions:1572898,MRAcquisitionType:1572899,SequenceName:1572900,AngioFlag:1572901,InterventionDrugInformationSequence:1572902,InterventionDrugStopTime:1572903,InterventionDrugDose:1572904,InterventionDrugCodeSequence:1572905,AdditionalDrugSequence:1572906,Radionuclide:1572912,Radiopharmaceutical:1572913,EnergyWindowCenterline:1572914,EnergyWindowTotalWidth:1572915,InterventionDrugName:1572916,InterventionDrugStartTime:1572917,InterventionSequence:1572918,TherapyType:1572919,InterventionStatus:1572920,TherapyDescription:1572921,InterventionDescription:1572922,CineRate:1572928,InitialCineRunState:1572930,SliceThickness:1572944,KVP:1572960,CountsAccumulated:1572976,AcquisitionTerminationCondition:1572977,EffectiveDuration:1572978,AcquisitionStartCondition:1572979,AcquisitionStartConditionData:1572980,AcquisitionTerminationConditionData:1572981,RepetitionTime:1572992,EchoTime:1572993,InversionTime:1572994,NumberOfAverages:1572995,ImagingFrequency:1572996,ImagedNucleus:1572997,EchoNumbers:1572998,MagneticFieldStrength:1572999,SpacingBetweenSlices:1573e3,NumberOfPhaseEncodingSteps:1573001,DataCollectionDiameter:1573008,EchoTrainLength:1573009,PercentSampling:1573011,PercentPhaseFieldOfView:1573012,PixelBandwidth:1573013,DeviceSerialNumber:1576960,DeviceUID:1576962,DeviceID:1576963,PlateID:1576964,GeneratorID:1576965,GridID:1576966,CassetteID:1576967,GantryID:1576968,UniqueDeviceIdentifier:1576969,UDISequence:1576970,SecondaryCaptureDeviceID:1576976,HardcopyCreationDeviceID:1576977,DateOfSecondaryCapture:1576978,TimeOfSecondaryCapture:1576980,SecondaryCaptureDeviceManufacturer:1576982,HardcopyDeviceManufacturer:1576983,SecondaryCaptureDeviceManufacturerModelName:1576984,SecondaryCaptureDeviceSoftwareVersions:1576985,HardcopyDeviceSoftwareVersion:1576986,HardcopyDeviceManufacturerModelName:1576987,SoftwareVersions:1576992,VideoImageFormatAcquired:1576994,DigitalImageFormatAcquired:1576995,ProtocolName:1577008,ContrastBolusRoute:1577024,ContrastBolusVolume:1577025,ContrastBolusStartTime:1577026,ContrastBolusStopTime:1577027,ContrastBolusTotalDose:1577028,SyringeCounts:1577029,ContrastFlowRate:1577030,ContrastFlowDuration:1577031,ContrastBolusIngredient:1577032,ContrastBolusIngredientConcentration:1577033,SpatialResolution:1577040,TriggerTime:1577056,TriggerSourceOrType:1577057,NominalInterval:1577058,FrameTime:1577059,CardiacFramingType:1577060,FrameTimeVector:1577061,FrameDelay:1577062,ImageTriggerDelay:1577063,MultiplexGroupTimeOffset:1577064,TriggerTimeOffset:1577065,SynchronizationTrigger:1577066,SynchronizationChannel:1577068,TriggerSamplePosition:1577070,RadiopharmaceuticalRoute:1577072,RadiopharmaceuticalVolume:1577073,RadiopharmaceuticalStartTime:1577074,RadiopharmaceuticalStopTime:1577075,RadionuclideTotalDose:1577076,RadionuclideHalfLife:1577077,RadionuclidePositronFraction:1577078,RadiopharmaceuticalSpecificActivity:1577079,RadiopharmaceuticalStartDateTime:1577080,RadiopharmaceuticalStopDateTime:1577081,BeatRejectionFlag:1577088,LowRRValue:1577089,HighRRValue:1577090,IntervalsAcquired:1577091,IntervalsRejected:1577092,PVCRejection:1577093,SkipBeats:1577094,HeartRate:1577096,CardiacNumberOfImages:1577104,TriggerWindow:1577108,ReconstructionDiameter:1577216,DistanceSourceToDetector:1577232,DistanceSourceToPatient:1577233,EstimatedRadiographicMagnificationFactor:1577236,GantryDetectorTilt:1577248,GantryDetectorSlew:1577249,TableHeight:1577264,TableTraverse:1577265,TableMotion:1577268,TableVerticalIncrement:1577269,TableLateralIncrement:1577270,TableLongitudinalIncrement:1577271,TableAngle:1577272,TableType:1577274,RotationDirection:1577280,AngularPosition:1577281,RadialPosition:1577282,ScanArc:1577283,AngularStep:1577284,CenterOfRotationOffset:1577285,RotationOffset:1577286,FieldOfViewShape:1577287,FieldOfViewDimensions:1577289,ExposureTime:1577296,XRayTubeCurrent:1577297,Exposure:1577298,ExposureInuAs:1577299,AveragePulseWidth:1577300,RadiationSetting:1577301,RectificationType:1577302,RadiationMode:1577306,ImageAndFluoroscopyAreaDoseProduct:1577310,FilterType:1577312,TypeOfFilters:1577313,IntensifierSize:1577314,ImagerPixelSpacing:1577316,Grid:1577318,GeneratorPower:1577328,CollimatorGridName:1577344,CollimatorType:1577345,FocalDistance:1577346,XFocusCenter:1577347,YFocusCenter:1577348,FocalSpots:1577360,AnodeTargetMaterial:1577361,BodyPartThickness:1577376,CompressionForce:1577378,CompressionPressure:1577379,PaddleDescription:1577380,CompressionContactArea:1577381,DateOfLastCalibration:1577472,TimeOfLastCalibration:1577473,DateTimeOfLastCalibration:1577474,ConvolutionKernel:1577488,UpperLowerPixelValues:1577536,ActualFrameDuration:1577538,CountRate:1577539,PreferredPlaybackSequencing:1577540,ReceiveCoilName:1577552,TransmitCoilName:1577553,PlateType:1577568,PhosphorType:1577569,WaterEquivalentDiameter:1577585,WaterEquivalentDiameterCalculationMethodCodeSequence:1577586,ScanVelocity:1577728,WholeBodyTechnique:1577729,ScanLength:1577730,AcquisitionMatrix:1577744,InPlanePhaseEncodingDirection:1577746,FlipAngle:1577748,VariableFlipAngleFlag:1577749,SAR:1577750,dBdt:1577752,B1rms:1577760,AcquisitionDeviceProcessingDescription:1577984,AcquisitionDeviceProcessingCode:1577985,CassetteOrientation:1577986,CassetteSize:1577987,ExposuresOnPlate:1577988,RelativeXRayExposure:1577989,ExposureIndex:1578001,TargetExposureIndex:1578002,DeviationIndex:1578003,ColumnAngulation:1578064,TomoLayerHeight:1578080,TomoAngle:1578096,TomoTime:1578112,TomoType:1578128,TomoClass:1578129,NumberOfTomosynthesisSourceImages:1578133,PositionerMotion:1578240,PositionerType:1578248,PositionerPrimaryAngle:1578256,PositionerSecondaryAngle:1578257,PositionerPrimaryAngleIncrement:1578272,PositionerSecondaryAngleIncrement:1578273,DetectorPrimaryAngle:1578288,DetectorSecondaryAngle:1578289,ShutterShape:1578496,ShutterLeftVerticalEdge:1578498,ShutterRightVerticalEdge:1578500,ShutterUpperHorizontalEdge:1578502,ShutterLowerHorizontalEdge:1578504,CenterOfCircularShutter:1578512,RadiusOfCircularShutter:1578514,VerticesOfThePolygonalShutter:1578528,ShutterPresentationValue:1578530,ShutterOverlayGroup:1578531,ShutterPresentationColorCIELabValue:1578532,CollimatorShape:1578752,CollimatorLeftVerticalEdge:1578754,CollimatorRightVerticalEdge:1578756,CollimatorUpperHorizontalEdge:1578758,CollimatorLowerHorizontalEdge:1578760,CenterOfCircularCollimator:1578768,RadiusOfCircularCollimator:1578770,VerticesOfThePolygonalCollimator:1578784,AcquisitionTimeSynchronized:1579008,TimeSource:1579009,TimeDistributionProtocol:1579010,NTPSourceAddress:1579011,PageNumberVector:1581057,FrameLabelVector:1581058,FramePrimaryAngleVector:1581059,FrameSecondaryAngleVector:1581060,SliceLocationVector:1581061,DisplayWindowLabelVector:1581062,NominalScannedPixelSpacing:1581072,DigitizingDeviceTransportDirection:1581088,RotationOfScannedFilm:1581104,BiopsyTargetSequence:1581121,TargetUID:1581122,LocalizingCursorPosition:1581123,CalculatedTargetPosition:1581124,TargetLabel:1581125,DisplayedZValue:1581126,IVUSAcquisition:1585408,IVUSPullbackRate:1585409,IVUSGatedRate:1585410,IVUSPullbackStartFrameNumber:1585411,IVUSPullbackStopFrameNumber:1585412,LesionNumber:1585413,AcquisitionComments:1589248,OutputPower:1593344,TransducerData:1593360,FocusDepth:1593362,ProcessingFunction:1593376,PostprocessingFunction:1593377,MechanicalIndex:1593378,BoneThermalIndex:1593380,CranialThermalIndex:1593382,SoftTissueThermalIndex:1593383,SoftTissueFocusThermalIndex:1593384,SoftTissueSurfaceThermalIndex:1593385,DynamicRange:1593392,TotalGain:1593408,DepthOfScanField:1593424,PatientPosition:1593600,ViewPosition:1593601,ProjectionEponymousNameCodeSequence:1593604,ImageTransformationMatrix:1593872,ImageTranslationVector:1593874,Sensitivity:1597440,SequenceOfUltrasoundRegions:1597457,RegionSpatialFormat:1597458,RegionDataType:1597460,RegionFlags:1597462,RegionLocationMinX0:1597464,RegionLocationMinY0:1597466,RegionLocationMaxX1:1597468,RegionLocationMaxY1:1597470,ReferencePixelX0:1597472,ReferencePixelY0:1597474,PhysicalUnitsXDirection:1597476,PhysicalUnitsYDirection:1597478,ReferencePixelPhysicalValueX:1597480,ReferencePixelPhysicalValueY:1597482,PhysicalDeltaX:1597484,PhysicalDeltaY:1597486,TransducerFrequency:1597488,TransducerType:1597489,PulseRepetitionFrequency:1597490,DopplerCorrectionAngle:1597492,SteeringAngle:1597494,DopplerSampleVolumeXPositionRetired:1597496,DopplerSampleVolumeXPosition:1597497,DopplerSampleVolumeYPositionRetired:1597498,DopplerSampleVolumeYPosition:1597499,TMLinePositionX0Retired:1597500,TMLinePositionX0:1597501,TMLinePositionY0Retired:1597502,TMLinePositionY0:1597503,TMLinePositionX1Retired:1597504,TMLinePositionX1:1597505,TMLinePositionY1Retired:1597506,TMLinePositionY1:1597507,PixelComponentOrganization:1597508,PixelComponentMask:1597510,PixelComponentRangeStart:1597512,PixelComponentRangeStop:1597514,PixelComponentPhysicalUnits:1597516,PixelComponentDataType:1597518,NumberOfTableBreakPoints:1597520,TableOfXBreakPoints:1597522,TableOfYBreakPoints:1597524,NumberOfTableEntries:1597526,TableOfPixelValues:1597528,TableOfParameterValues:1597530,RWaveTimeVector:1597536,DetectorConditionsNominalFlag:1601536,DetectorTemperature:1601537,DetectorType:1601540,DetectorConfiguration:1601541,DetectorDescription:1601542,DetectorMode:1601544,DetectorID:1601546,DateOfLastDetectorCalibration:1601548,TimeOfLastDetectorCalibration:1601550,ExposuresOnDetectorSinceLastCalibration:1601552,ExposuresOnDetectorSinceManufactured:1601553,DetectorTimeSinceLastExposure:1601554,DetectorActiveTime:1601556,DetectorActivationOffsetFromExposure:1601558,DetectorBinning:1601562,DetectorElementPhysicalSize:1601568,DetectorElementSpacing:1601570,DetectorActiveShape:1601572,DetectorActiveDimensions:1601574,DetectorActiveOrigin:1601576,DetectorManufacturerName:1601578,DetectorManufacturerModelName:1601579,FieldOfViewOrigin:1601584,FieldOfViewRotation:1601586,FieldOfViewHorizontalFlip:1601588,PixelDataAreaOriginRelativeToFOV:1601590,PixelDataAreaRotationAngleRelativeToFOV:1601592,GridAbsorbingMaterial:1601600,GridSpacingMaterial:1601601,GridThickness:1601602,GridPitch:1601604,GridAspectRatio:1601606,GridPeriod:1601608,GridFocalDistance:1601612,FilterMaterial:1601616,FilterThicknessMinimum:1601618,FilterThicknessMaximum:1601620,FilterBeamPathLengthMinimum:1601622,FilterBeamPathLengthMaximum:1601624,ExposureControlMode:1601632,ExposureControlModeDescription:1601634,ExposureStatus:1601636,PhototimerSetting:1601637,ExposureTimeInuS:1605968,XRayTubeCurrentInuA:1605969,ContentQualification:1609732,PulseSequenceName:1609733,MRImagingModifierSequence:1609734,EchoPulseSequence:1609736,InversionRecovery:1609737,FlowCompensation:1609744,MultipleSpinEcho:1609745,MultiPlanarExcitation:1609746,PhaseContrast:1609748,TimeOfFlightContrast:1609749,Spoiling:1609750,SteadyStatePulseSequence:1609751,EchoPlanarPulseSequence:1609752,TagAngleFirstAxis:1609753,MagnetizationTransfer:1609760,T2Preparation:1609761,BloodSignalNulling:1609762,SaturationRecovery:1609764,SpectrallySelectedSuppression:1609765,SpectrallySelectedExcitation:1609766,SpatialPresaturation:1609767,Tagging:1609768,OversamplingPhase:1609769,TagSpacingFirstDimension:1609776,GeometryOfKSpaceTraversal:1609778,SegmentedKSpaceTraversal:1609779,RectilinearPhaseEncodeReordering:1609780,TagThickness:1609781,PartialFourierDirection:1609782,CardiacSynchronizationTechnique:1609783,ReceiveCoilManufacturerName:1609793,MRReceiveCoilSequence:1609794,ReceiveCoilType:1609795,QuadratureReceiveCoil:1609796,MultiCoilDefinitionSequence:1609797,MultiCoilConfiguration:1609798,MultiCoilElementName:1609799,MultiCoilElementUsed:1609800,MRTransmitCoilSequence:1609801,TransmitCoilManufacturerName:1609808,TransmitCoilType:1609809,SpectralWidth:1609810,ChemicalShiftReference:1609811,VolumeLocalizationTechnique:1609812,MRAcquisitionFrequencyEncodingSteps:1609816,Decoupling:1609817,DecoupledNucleus:1609824,DecouplingFrequency:1609825,DecouplingMethod:1609826,DecouplingChemicalShiftReference:1609827,KSpaceFiltering:1609828,TimeDomainFiltering:1609829,NumberOfZeroFills:1609830,BaselineCorrection:1609831,ParallelReductionFactorInPlane:1609833,CardiacRRIntervalSpecified:1609840,AcquisitionDuration:1609843,FrameAcquisitionDateTime:1609844,DiffusionDirectionality:1609845,DiffusionGradientDirectionSequence:1609846,ParallelAcquisition:1609847,ParallelAcquisitionTechnique:1609848,InversionTimes:1609849,MetaboliteMapDescription:1609856,PartialFourier:1609857,EffectiveEchoTime:1609858,MetaboliteMapCodeSequence:1609859,ChemicalShiftSequence:1609860,CardiacSignalSource:1609861,DiffusionBValue:1609863,DiffusionGradientOrientation:1609865,VelocityEncodingDirection:1609872,VelocityEncodingMinimumValue:1609873,VelocityEncodingAcquisitionSequence:1609874,NumberOfKSpaceTrajectories:1609875,CoverageOfKSpace:1609876,SpectroscopyAcquisitionPhaseRows:1609877,ParallelReductionFactorInPlaneRetired:1609878,TransmitterFrequency:1609880,ResonantNucleus:1609984,FrequencyCorrection:1609985,MRSpectroscopyFOVGeometrySequence:1609987,SlabThickness:1609988,SlabOrientation:1609989,MidSlabPosition:1609990,MRSpatialSaturationSequence:1609991,MRTimingAndRelatedParametersSequence:1610002,MREchoSequence:1610004,MRModifierSequence:1610005,MRDiffusionSequence:1610007,CardiacSynchronizationSequence:1610008,MRAveragesSequence:1610009,MRFOVGeometrySequence:1610021,VolumeLocalizationSequence:1610022,SpectroscopyAcquisitionDataColumns:1610023,DiffusionAnisotropyType:1610055,FrameReferenceDateTime:1610065,MRMetaboliteMapSequence:1610066,ParallelReductionFactorOutOfPlane:1610069,SpectroscopyAcquisitionOutOfPlanePhaseSteps:1610073,BulkMotionStatus:1610086,ParallelReductionFactorSecondInPlane:1610088,CardiacBeatRejectionTechnique:1610089,RespiratoryMotionCompensationTechnique:1610096,RespiratorySignalSource:1610097,BulkMotionCompensationTechnique:1610098,BulkMotionSignalSource:1610099,ApplicableSafetyStandardAgency:1610100,ApplicableSafetyStandardDescription:1610101,OperatingModeSequence:1610102,OperatingModeType:1610103,OperatingMode:1610104,SpecificAbsorptionRateDefinition:1610105,GradientOutputType:1610112,SpecificAbsorptionRateValue:1610113,GradientOutput:1610114,FlowCompensationDirection:1610115,TaggingDelay:1610116,RespiratoryMotionCompensationTechniqueDescription:1610117,RespiratorySignalSourceID:1610118,ChemicalShiftMinimumIntegrationLimitInHz:1610133,ChemicalShiftMaximumIntegrationLimitInHz:1610134,MRVelocityEncodingSequence:1610135,FirstOrderPhaseCorrection:1610136,WaterReferencedPhaseCorrection:1610137,MRSpectroscopyAcquisitionType:1610240,RespiratoryCyclePosition:1610260,VelocityEncodingMaximumValue:1610263,TagSpacingSecondDimension:1610264,TagAngleSecondAxis:1610265,FrameAcquisitionDuration:1610272,MRImageFrameTypeSequence:1610278,MRSpectroscopyFrameTypeSequence:1610279,MRAcquisitionPhaseEncodingStepsInPlane:1610289,MRAcquisitionPhaseEncodingStepsOutOfPlane:1610290,SpectroscopyAcquisitionPhaseColumns:1610292,CardiacCyclePosition:1610294,SpecificAbsorptionRateSequence:1610297,RFEchoTrainLength:1610304,GradientEchoTrainLength:1610305,ArterialSpinLabelingContrast:1610320,MRArterialSpinLabelingSequence:1610321,ASLTechniqueDescription:1610322,ASLSlabNumber:1610323,ASLSlabThickness:1610324,ASLSlabOrientation:1610325,ASLMidSlabPosition:1610326,ASLContext:1610327,ASLPulseTrainDuration:1610328,ASLCrusherFlag:1610329,ASLCrusherFlowLimit:1610330,ASLCrusherDescription:1610331,ASLBolusCutoffFlag:1610332,ASLBolusCutoffTimingSequence:1610333,ASLBolusCutoffTechnique:1610334,ASLBolusCutoffDelayTime:1610335,ASLSlabSequence:1610336,ChemicalShiftMinimumIntegrationLimitInppm:1610389,ChemicalShiftMaximumIntegrationLimitInppm:1610390,WaterReferenceAcquisition:1610391,EchoPeakPosition:1610392,CTAcquisitionTypeSequence:1610497,AcquisitionType:1610498,TubeAngle:1610499,CTAcquisitionDetailsSequence:1610500,RevolutionTime:1610501,SingleCollimationWidth:1610502,TotalCollimationWidth:1610503,CTTableDynamicsSequence:1610504,TableSpeed:1610505,TableFeedPerRotation:1610512,SpiralPitchFactor:1610513,CTGeometrySequence:1610514,DataCollectionCenterPatient:1610515,CTReconstructionSequence:1610516,ReconstructionAlgorithm:1610517,ConvolutionKernelGroup:1610518,ReconstructionFieldOfView:1610519,ReconstructionTargetCenterPatient:1610520,ReconstructionAngle:1610521,ImageFilter:1610528,CTExposureSequence:1610529,ReconstructionPixelSpacing:1610530,ExposureModulationType:1610531,EstimatedDoseSaving:1610532,CTXRayDetailsSequence:1610533,CTPositionSequence:1610534,TablePosition:1610535,ExposureTimeInms:1610536,CTImageFrameTypeSequence:1610537,XRayTubeCurrentInmA:1610544,ExposureInmAs:1610546,ConstantVolumeFlag:1610547,FluoroscopyFlag:1610548,DistanceSourceToDataCollectionCenter:1610549,ContrastBolusAgentNumber:1610551,ContrastBolusIngredientCodeSequence:1610552,ContrastAdministrationProfileSequence:1610560,ContrastBolusUsageSequence:1610561,ContrastBolusAgentAdministered:1610562,ContrastBolusAgentDetected:1610563,ContrastBolusAgentPhase:1610564,CTDIvol:1610565,CTDIPhantomTypeCodeSequence:1610566,CalciumScoringMassFactorPatient:1610577,CalciumScoringMassFactorDevice:1610578,EnergyWeightingFactor:1610579,CTAdditionalXRaySourceSequence:1610592,ProjectionPixelCalibrationSequence:1610753,DistanceSourceToIsocenter:1610754,DistanceObjectToTableTop:1610755,ObjectPixelSpacingInCenterOfBeam:1610756,PositionerPositionSequence:1610757,TablePositionSequence:1610758,CollimatorShapeSequence:1610759,PlanesInAcquisition:1610768,XAXRFFrameCharacteristicsSequence:1610770,FrameAcquisitionSequence:1610775,XRayReceptorType:1610784,AcquisitionProtocolName:1610787,AcquisitionProtocolDescription:1610788,ContrastBolusIngredientOpaque:1610789,DistanceReceptorPlaneToDetectorHousing:1610790,IntensifierActiveShape:1610791,IntensifierActiveDimensions:1610792,PhysicalDetectorSize:1610793,PositionOfIsocenterProjection:1610800,FieldOfViewSequence:1610802,FieldOfViewDescription:1610803,ExposureControlSensingRegionsSequence:1610804,ExposureControlSensingRegionShape:1610805,ExposureControlSensingRegionLeftVerticalEdge:1610806,ExposureControlSensingRegionRightVerticalEdge:1610807,ExposureControlSensingRegionUpperHorizontalEdge:1610808,ExposureControlSensingRegionLowerHorizontalEdge:1610809,CenterOfCircularExposureControlSensingRegion:1610816,RadiusOfCircularExposureControlSensingRegion:1610817,VerticesOfThePolygonalExposureControlSensingRegion:1610818,ColumnAngulationPatient:1610823,BeamAngle:1610825,FrameDetectorParametersSequence:1610833,CalculatedAnatomyThickness:1610834,CalibrationSequence:1610837,ObjectThicknessSequence:1610838,PlaneIdentification:1610839,FieldOfViewDimensionsInFloat:1610849,IsocenterReferenceSystemSequence:1610850,PositionerIsocenterPrimaryAngle:1610851,PositionerIsocenterSecondaryAngle:1610852,PositionerIsocenterDetectorRotationAngle:1610853,TableXPositionToIsocenter:1610854,TableYPositionToIsocenter:1610855,TableZPositionToIsocenter:1610856,TableHorizontalRotationAngle:1610857,TableHeadTiltAngle:1610864,TableCradleTiltAngle:1610865,FrameDisplayShutterSequence:1610866,AcquiredImageAreaDoseProduct:1610867,CArmPositionerTabletopRelationship:1610868,XRayGeometrySequence:1610870,IrradiationEventIdentificationSequence:1610871,XRay3DFrameTypeSequence:1611012,ContributingSourcesSequence:1611014,XRay3DAcquisitionSequence:1611015,PrimaryPositionerScanArc:1611016,SecondaryPositionerScanArc:1611017,PrimaryPositionerScanStartAngle:1611024,SecondaryPositionerScanStartAngle:1611025,PrimaryPositionerIncrement:1611028,SecondaryPositionerIncrement:1611029,StartAcquisitionDateTime:1611030,EndAcquisitionDateTime:1611031,PrimaryPositionerIncrementSign:1611032,SecondaryPositionerIncrementSign:1611033,ApplicationName:1611044,ApplicationVersion:1611045,ApplicationManufacturer:1611046,AlgorithmType:1611047,AlgorithmDescription:1611048,XRay3DReconstructionSequence:1611056,ReconstructionDescription:1611057,PerProjectionAcquisitionSequence:1611064,DetectorPositionSequence:1611073,XRayAcquisitionDoseSequence:1611074,XRaySourceIsocenterPrimaryAngle:1611075,XRaySourceIsocenterSecondaryAngle:1611076,BreastSupportIsocenterPrimaryAngle:1611077,BreastSupportIsocenterSecondaryAngle:1611078,BreastSupportXPositionToIsocenter:1611079,BreastSupportYPositionToIsocenter:1611080,BreastSupportZPositionToIsocenter:1611081,DetectorIsocenterPrimaryAngle:1611088,DetectorIsocenterSecondaryAngle:1611089,DetectorXPositionToIsocenter:1611090,DetectorYPositionToIsocenter:1611091,DetectorZPositionToIsocenter:1611092,XRayGridSequence:1611093,XRayFilterSequence:1611094,DetectorActiveAreaTLHCPosition:1611095,DetectorActiveAreaOrientation:1611096,PositionerPrimaryAngleDirection:1611097,DiffusionBMatrixSequence:1611265,DiffusionBValueXX:1611266,DiffusionBValueXY:1611267,DiffusionBValueXZ:1611268,DiffusionBValueYY:1611269,DiffusionBValueYZ:1611270,DiffusionBValueZZ:1611271,FunctionalMRSequence:1611297,FunctionalSettlingPhaseFramesPresent:1611298,FunctionalSyncPulse:1611299,SettlingPhaseFrame:1611300,DecayCorrectionDateTime:1611521,StartDensityThreshold:1611541,StartRelativeDensityDifferenceThreshold:1611542,StartCardiacTriggerCountThreshold:1611543,StartRespiratoryTriggerCountThreshold:1611544,TerminationCountsThreshold:1611545,TerminationDensityThreshold:1611552,TerminationRelativeDensityThreshold:1611553,TerminationTimeThreshold:1611554,TerminationCardiacTriggerCountThreshold:1611555,TerminationRespiratoryTriggerCountThreshold:1611556,DetectorGeometry:1611557,TransverseDetectorSeparation:1611558,AxialDetectorDimension:1611559,RadiopharmaceuticalAgentNumber:1611561,PETFrameAcquisitionSequence:1611570,PETDetectorMotionDetailsSequence:1611571,PETTableDynamicsSequence:1611572,PETPositionSequence:1611573,PETFrameCorrectionFactorsSequence:1611574,RadiopharmaceuticalUsageSequence:1611575,AttenuationCorrectionSource:1611576,NumberOfIterations:1611577,NumberOfSubsets:1611584,PETReconstructionSequence:1611593,PETFrameTypeSequence:1611601,TimeOfFlightInformationUsed:1611605,ReconstructionType:1611606,DecayCorrected:1611608,AttenuationCorrected:1611609,ScatterCorrected:1611616,DeadTimeCorrected:1611617,GantryMotionCorrected:1611618,PatientMotionCorrected:1611619,CountLossNormalizationCorrected:1611620,RandomsCorrected:1611621,NonUniformRadialSamplingCorrected:1611622,SensitivityCalibrated:1611623,DetectorNormalizationCorrection:1611624,IterativeReconstructionMethod:1611625,AttenuationCorrectionTemporalRelationship:1611632,PatientPhysiologicalStateSequence:1611633,PatientPhysiologicalStateCodeSequence:1611634,DepthsOfFocus:1611777,ExcludedIntervalsSequence:1611779,ExclusionStartDateTime:1611780,ExclusionDuration:1611781,USImageDescriptionSequence:1611782,ImageDataTypeSequence:1611783,DataType:1611784,TransducerScanPatternCodeSequence:1611785,AliasedDataType:1611787,PositionMeasuringDeviceUsed:1611788,TransducerGeometryCodeSequence:1611789,TransducerBeamSteeringCodeSequence:1611790,TransducerApplicationCodeSequence:1611791,ZeroVelocityPixelValue:1611792,ReferenceLocationLabel:1612032,ReferenceLocationDescription:1612033,ReferenceBasisCodeSequence:1612034,ReferenceGeometryCodeSequence:1612035,OffsetDistance:1612036,OffsetDirection:1612037,PotentialScheduledProtocolCodeSequence:1612038,PotentialRequestedProcedureCodeSequence:1612039,PotentialReasonsForProcedure:1612040,PotentialReasonsForProcedureCodeSequence:1612041,PotentialDiagnosticTasks:1612042,ContraindicationsCodeSequence:1612043,ReferencedDefinedProtocolSequence:1612044,ReferencedPerformedProtocolSequence:1612045,PredecessorProtocolSequence:1612046,ProtocolPlanningInformation:1612047,ProtocolDesignRationale:1612048,PatientSpecificationSequence:1612049,ModelSpecificationSequence:1612050,ParametersSpecificationSequence:1612051,InstructionSequence:1612052,InstructionIndex:1612053,InstructionText:1612054,InstructionDescription:1612055,InstructionPerformedFlag:1612056,InstructionPerformedDateTime:1612057,InstructionPerformanceComment:1612058,PatientPositioningInstructionSequence:1612059,PositioningMethodCodeSequence:1612060,PositioningLandmarkSequence:1612061,TargetFrameOfReferenceUID:1612062,AcquisitionProtocolElementSpecificationSequence:1612063,AcquisitionProtocolElementSequence:1612064,ProtocolElementNumber:1612065,ProtocolElementName:1612066,ProtocolElementCharacteristicsSummary:1612067,ProtocolElementPurpose:1612068,AcquisitionMotion:1612080,AcquisitionStartLocationSequence:1612081,AcquisitionEndLocationSequence:1612082,ReconstructionProtocolElementSpecificationSequence:1612083,ReconstructionProtocolElementSequence:1612084,StorageProtocolElementSpecificationSequence:1612085,StorageProtocolElementSequence:1612086,RequestedSeriesDescription:1612087,SourceAcquisitionProtocolElementNumber:1612088,SourceAcquisitionBeamNumber:1612089,SourceReconstructionProtocolElementNumber:1612090,ReconstructionStartLocationSequence:1612091,ReconstructionEndLocationSequence:1612092,ReconstructionAlgorithmSequence:1612093,ReconstructionTargetCenterLocationSequence:1612094,ImageFilterDescription:1612097,CTDIvolNotificationTrigger:1612098,DLPNotificationTrigger:1612099,AutoKVPSelectionType:1612100,AutoKVPUpperBound:1612101,AutoKVPLowerBound:1612102,ProtocolDefinedPatientPosition:1612103,ContributingEquipmentSequence:1613825,ContributionDateTime:1613826,ContributionDescription:1613827,StudyInstanceUID:2097165,SeriesInstanceUID:2097166,StudyID:2097168,SeriesNumber:2097169,AcquisitionNumber:2097170,InstanceNumber:2097171,IsotopeNumber:2097172,PhaseNumber:2097173,IntervalNumber:2097174,TimeSlotNumber:2097175,AngleNumber:2097176,ItemNumber:2097177,PatientOrientation:2097184,OverlayNumber:2097186,CurveNumber:2097188,LUTNumber:2097190,ImagePosition:2097200,ImagePositionPatient:2097202,ImageOrientation:2097205,ImageOrientationPatient:2097207,Location:2097232,FrameOfReferenceUID:2097234,Laterality:2097248,ImageLaterality:2097250,ImageGeometryType:2097264,MaskingImage:2097280,ReportNumber:2097322,TemporalPositionIdentifier:2097408,NumberOfTemporalPositions:2097413,TemporalResolution:2097424,SynchronizationFrameOfReferenceUID:2097664,SOPInstanceUIDOfConcatenationSource:2097730,SeriesInStudy:2101248,AcquisitionsInSeries:2101249,ImagesInAcquisition:2101250,ImagesInSeries:2101251,AcquisitionsInStudy:2101252,ImagesInStudy:2101253,Reference:2101280,TargetPositionReferenceIndicator:2101311,PositionReferenceIndicator:2101312,SliceLocation:2101313,OtherStudyNumbers:2101360,NumberOfPatientRelatedStudies:2101760,NumberOfPatientRelatedSeries:2101762,NumberOfPatientRelatedInstances:2101764,NumberOfStudyRelatedSeries:2101766,NumberOfStudyRelatedInstances:2101768,NumberOfSeriesRelatedInstances:2101769,SourceImageIDs:2109696,ModifyingDeviceID:2110465,ModifiedImageID:2110466,ModifiedImageDate:2110467,ModifyingDeviceManufacturer:2110468,ModifiedImageTime:2110469,ModifiedImageDescription:2110470,ImageComments:2113536,OriginalImageIdentification:2117632,OriginalImageIdentificationNomenclature:2117634,StackID:2134102,InStackPositionNumber:2134103,FrameAnatomySequence:2134129,FrameLaterality:2134130,FrameContentSequence:2134289,PlanePositionSequence:2134291,PlaneOrientationSequence:2134294,TemporalPositionIndex:2134312,NominalCardiacTriggerDelayTime:2134355,NominalCardiacTriggerTimePriorToRPeak:2134356,ActualCardiacTriggerTimePriorToRPeak:2134357,FrameAcquisitionNumber:2134358,DimensionIndexValues:2134359,FrameComments:2134360,ConcatenationUID:2134369,InConcatenationNumber:2134370,InConcatenationTotalNumber:2134371,DimensionOrganizationUID:2134372,DimensionIndexPointer:2134373,FunctionalGroupPointer:2134375,UnassignedSharedConvertedAttributesSequence:2134384,UnassignedPerFrameConvertedAttributesSequence:2134385,ConversionSourceAttributesSequence:2134386,DimensionIndexPrivateCreator:2134547,DimensionOrganizationSequence:2134561,DimensionIndexSequence:2134562,ConcatenationFrameOffsetNumber:2134568,FunctionalGroupPrivateCreator:2134584,NominalPercentageOfCardiacPhase:2134593,NominalPercentageOfRespiratoryPhase:2134597,StartingRespiratoryAmplitude:2134598,StartingRespiratoryPhase:2134599,EndingRespiratoryAmplitude:2134600,EndingRespiratoryPhase:2134601,RespiratoryTriggerType:2134608,RRIntervalTimeNominal:2134609,ActualCardiacTriggerDelayTime:2134610,RespiratorySynchronizationSequence:2134611,RespiratoryIntervalTime:2134612,NominalRespiratoryTriggerDelayTime:2134613,RespiratoryTriggerDelayThreshold:2134614,ActualRespiratoryTriggerDelayTime:2134615,ImagePositionVolume:2134785,ImageOrientationVolume:2134786,UltrasoundAcquisitionGeometry:2134791,ApexPosition:2134792,VolumeToTransducerMappingMatrix:2134793,VolumeToTableMappingMatrix:2134794,VolumeToTransducerRelationship:2134795,PatientFrameOfReferenceSource:2134796,TemporalPositionTimeOffset:2134797,PlanePositionVolumeSequence:2134798,PlaneOrientationVolumeSequence:2134799,TemporalPositionSequence:2134800,DimensionOrganizationType:2134801,VolumeFrameOfReferenceUID:2134802,TableFrameOfReferenceUID:2134803,DimensionDescriptionLabel:2135073,PatientOrientationInFrameSequence:2135120,FrameLabel:2135123,AcquisitionIndex:2135320,ContributingSOPInstancesReferenceSequence:2135337,ReconstructionIndex:2135350,LightPathFilterPassThroughWavelength:2228225,LightPathFilterPassBand:2228226,ImagePathFilterPassThroughWavelength:2228227,ImagePathFilterPassBand:2228228,PatientEyeMovementCommanded:2228229,PatientEyeMovementCommandCodeSequence:2228230,SphericalLensPower:2228231,CylinderLensPower:2228232,CylinderAxis:2228233,EmmetropicMagnification:2228234,IntraOcularPressure:2228235,HorizontalFieldOfView:2228236,PupilDilated:2228237,DegreeOfDilation:2228238,StereoBaselineAngle:2228240,StereoBaselineDisplacement:2228241,StereoHorizontalPixelOffset:2228242,StereoVerticalPixelOffset:2228243,StereoRotation:2228244,AcquisitionDeviceTypeCodeSequence:2228245,IlluminationTypeCodeSequence:2228246,LightPathFilterTypeStackCodeSequence:2228247,ImagePathFilterTypeStackCodeSequence:2228248,LensesCodeSequence:2228249,ChannelDescriptionCodeSequence:2228250,RefractiveStateSequence:2228251,MydriaticAgentCodeSequence:2228252,RelativeImagePositionCodeSequence:2228253,CameraAngleOfView:2228254,StereoPairsSequence:2228256,LeftImageSequence:2228257,RightImageSequence:2228258,StereoPairsPresent:2228264,AxialLengthOfTheEye:2228272,OphthalmicFrameLocationSequence:2228273,ReferenceCoordinates:2228274,DepthSpatialResolution:2228277,MaximumDepthDistortion:2228278,AlongScanSpatialResolution:2228279,MaximumAlongScanDistortion:2228280,OphthalmicImageOrientation:2228281,DepthOfTransverseImage:2228289,MydriaticAgentConcentrationUnitsSequence:2228290,AcrossScanSpatialResolution:2228296,MaximumAcrossScanDistortion:2228297,MydriaticAgentConcentration:2228302,IlluminationWaveLength:2228309,IlluminationPower:2228310,IlluminationBandwidth:2228311,MydriaticAgentSequence:2228312,OphthalmicAxialMeasurementsRightEyeSequence:2232327,OphthalmicAxialMeasurementsLeftEyeSequence:2232328,OphthalmicAxialMeasurementsDeviceType:2232329,OphthalmicAxialLengthMeasurementsType:2232336,OphthalmicAxialLengthSequence:2232338,OphthalmicAxialLength:2232345,LensStatusCodeSequence:2232356,VitreousStatusCodeSequence:2232357,IOLFormulaCodeSequence:2232360,IOLFormulaDetail:2232361,KeratometerIndex:2232371,SourceOfOphthalmicAxialLengthCodeSequence:2232373,TargetRefraction:2232375,RefractiveProcedureOccurred:2232377,RefractiveSurgeryTypeCodeSequence:2232384,OphthalmicUltrasoundMethodCodeSequence:2232388,OphthalmicAxialLengthMeasurementsSequence:2232400,IOLPower:2232403,PredictedRefractiveError:2232404,OphthalmicAxialLengthVelocity:2232409,LensStatusDescription:2232421,VitreousStatusDescription:2232422,IOLPowerSequence:2232464,LensConstantSequence:2232466,IOLManufacturer:2232467,LensConstantDescription:2232468,ImplantName:2232469,KeratometryMeasurementTypeCodeSequence:2232470,ImplantPartNumber:2232471,ReferencedOphthalmicAxialMeasurementsSequence:2232576,OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence:2232577,RefractiveErrorBeforeRefractiveSurgeryCodeSequence:2232579,IOLPowerForExactEmmetropia:2232609,IOLPowerForExactTargetRefraction:2232610,AnteriorChamberDepthDefinitionCodeSequence:2232613,LensThicknessSequence:2232615,AnteriorChamberDepthSequence:2232616,LensThickness:2232624,AnteriorChamberDepth:2232625,SourceOfLensThicknessDataCodeSequence:2232626,SourceOfAnteriorChamberDepthDataCodeSequence:2232627,SourceOfRefractiveMeasurementsSequence:2232628,SourceOfRefractiveMeasurementsCodeSequence:2232629,OphthalmicAxialLengthMeasurementModified:2232640,OphthalmicAxialLengthDataSourceCodeSequence:2232656,OphthalmicAxialLengthAcquisitionMethodCodeSequence:2232659,SignalToNoiseRatio:2232661,OphthalmicAxialLengthDataSourceDescription:2232665,OphthalmicAxialLengthMeasurementsTotalLengthSequence:2232848,OphthalmicAxialLengthMeasurementsSegmentalLengthSequence:2232849,OphthalmicAxialLengthMeasurementsLengthSummationSequence:2232850,UltrasoundOphthalmicAxialLengthMeasurementsSequence:2232864,OpticalOphthalmicAxialLengthMeasurementsSequence:2232869,UltrasoundSelectedOphthalmicAxialLengthSequence:2232880,OphthalmicAxialLengthSelectionMethodCodeSequence:2232912,OpticalSelectedOphthalmicAxialLengthSequence:2232917,SelectedSegmentalOphthalmicAxialLengthSequence:2232919,SelectedTotalOphthalmicAxialLengthSequence:2232928,OphthalmicAxialLengthQualityMetricSequence:2232930,OphthalmicAxialLengthQualityMetricTypeCodeSequence:2232933,OphthalmicAxialLengthQualityMetricTypeDescription:2232947,IntraocularLensCalculationsRightEyeSequence:2233088,IntraocularLensCalculationsLeftEyeSequence:2233104,ReferencedOphthalmicAxialLengthMeasurementQCImageSequence:2233136,OphthalmicMappingDeviceType:2233365,AcquisitionMethodCodeSequence:2233376,AcquisitionMethodAlgorithmSequence:2233379,OphthalmicThicknessMapTypeCodeSequence:2233398,OphthalmicThicknessMappingNormalsSequence:2233411,RetinalThicknessDefinitionCodeSequence:2233413,PixelValueMappingToCodedConceptSequence:2233424,MappedPixelValue:2233426,PixelValueMappingExplanation:2233428,OphthalmicThicknessMapQualityThresholdSequence:2233432,OphthalmicThicknessMapThresholdQualityRating:2233440,AnatomicStructureReferencePoint:2233443,RegistrationToLocalizerSequence:2233445,RegisteredLocalizerUnits:2233446,RegisteredLocalizerTopLeftHandCorner:2233447,RegisteredLocalizerBottomRightHandCorner:2233448,OphthalmicThicknessMapQualityRatingSequence:2233456,RelevantOPTAttributesSequence:2233458,TransformationMethodCodeSequence:2233618,TransformationAlgorithmSequence:2233619,OphthalmicAxialLengthMethod:2233621,OphthalmicFOV:2233623,TwoDimensionalToThreeDimensionalMapSequence:2233624,WideFieldOphthalmicPhotographyQualityRatingSequence:2233637,WideFieldOphthalmicPhotographyQualityThresholdSequence:2233638,WideFieldOphthalmicPhotographyThresholdQualityRating:2233639,XCoordinatesCenterPixelViewAngle:2233640,YCoordinatesCenterPixelViewAngle:2233641,NumberOfMapPoints:2233648,TwoDimensionalToThreeDimensionalMapData:2233649,DerivationAlgorithmSequence:2233874,OphthalmicImageTypeCodeSequence:2233877,OphthalmicImageTypeDescription:2233878,ScanPatternTypeCodeSequence:2233880,ReferencedSurfaceMeshIdentificationSequence:2233888,OphthalmicVolumetricPropertiesFlag:2233890,OphthalmicAnatomicReferencePointXCoordinate:2233892,OphthalmicAnatomicReferencePointYCoordinate:2233894,OphthalmicEnFaceImageQualityRatingSequence:2233896,QualityThreshold:2233904,OCTBscanAnalysisAcquisitionParametersSequence:2233920,NumberofBscansPerFrame:2233922,BscanSlabThickness:2233923,DistanceBetweenBscanSlabs:2233924,BscanCycleTime:2233925,BscanCycleTimeVector:2233926,AscanRate:2233929,BscanRate:2233936,SurfaceMeshZPixelOffset:2233944,VisualFieldHorizontalExtent:2359312,VisualFieldVerticalExtent:2359313,VisualFieldShape:2359314,ScreeningTestModeCodeSequence:2359318,MaximumStimulusLuminance:2359320,BackgroundLuminance:2359328,StimulusColorCodeSequence:2359329,BackgroundIlluminationColorCodeSequence:2359332,StimulusArea:2359333,StimulusPresentationTime:2359336,FixationSequence:2359346,FixationMonitoringCodeSequence:2359347,VisualFieldCatchTrialSequence:2359348,FixationCheckedQuantity:2359349,PatientNotProperlyFixatedQuantity:2359350,PresentedVisualStimuliDataFlag:2359351,NumberOfVisualStimuli:2359352,ExcessiveFixationLossesDataFlag:2359353,ExcessiveFixationLosses:2359360,StimuliRetestingQuantity:2359362,CommentsOnPatientPerformanceOfVisualField:2359364,FalseNegativesEstimateFlag:2359365,FalseNegativesEstimate:2359366,NegativeCatchTrialsQuantity:2359368,FalseNegativesQuantity:2359376,ExcessiveFalseNegativesDataFlag:2359377,ExcessiveFalseNegatives:2359378,FalsePositivesEstimateFlag:2359379,FalsePositivesEstimate:2359380,CatchTrialsDataFlag:2359381,PositiveCatchTrialsQuantity:2359382,TestPointNormalsDataFlag:2359383,TestPointNormalsSequence:2359384,GlobalDeviationProbabilityNormalsFlag:2359385,FalsePositivesQuantity:2359392,ExcessiveFalsePositivesDataFlag:2359393,ExcessiveFalsePositives:2359394,VisualFieldTestNormalsFlag:2359395,ResultsNormalsSequence:2359396,AgeCorrectedSensitivityDeviationAlgorithmSequence:2359397,GlobalDeviationFromNormal:2359398,GeneralizedDefectSensitivityDeviationAlgorithmSequence:2359399,LocalizedDeviationFromNormal:2359400,PatientReliabilityIndicator:2359401,VisualFieldMeanSensitivity:2359408,GlobalDeviationProbability:2359409,LocalDeviationProbabilityNormalsFlag:2359410,LocalizedDeviationProbability:2359411,ShortTermFluctuationCalculated:2359412,ShortTermFluctuation:2359413,ShortTermFluctuationProbabilityCalculated:2359414,ShortTermFluctuationProbability:2359415,CorrectedLocalizedDeviationFromNormalCalculated:2359416,CorrectedLocalizedDeviationFromNormal:2359417,CorrectedLocalizedDeviationFromNormalProbabilityCalculated:2359424,CorrectedLocalizedDeviationFromNormalProbability:2359425,GlobalDeviationProbabilitySequence:2359427,LocalizedDeviationProbabilitySequence:2359429,FovealSensitivityMeasured:2359430,FovealSensitivity:2359431,VisualFieldTestDuration:2359432,VisualFieldTestPointSequence:2359433,VisualFieldTestPointXCoordinate:2359440,VisualFieldTestPointYCoordinate:2359441,AgeCorrectedSensitivityDeviationValue:2359442,StimulusResults:2359443,SensitivityValue:2359444,RetestStimulusSeen:2359445,RetestSensitivityValue:2359446,VisualFieldTestPointNormalsSequence:2359447,QuantifiedDefect:2359448,AgeCorrectedSensitivityDeviationProbabilityValue:2359552,GeneralizedDefectCorrectedSensitivityDeviationFlag:2359554,GeneralizedDefectCorrectedSensitivityDeviationValue:2359555,GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue:2359556,MinimumSensitivityValue:2359557,BlindSpotLocalized:2359558,BlindSpotXCoordinate:2359559,BlindSpotYCoordinate:2359560,VisualAcuityMeasurementSequence:2359568,RefractiveParametersUsedOnPatientSequence:2359570,MeasurementLaterality:2359571,OphthalmicPatientClinicalInformationLeftEyeSequence:2359572,OphthalmicPatientClinicalInformationRightEyeSequence:2359573,FovealPointNormativeDataFlag:2359575,FovealPointProbabilityValue:2359576,ScreeningBaselineMeasured:2359584,ScreeningBaselineMeasuredSequence:2359586,ScreeningBaselineType:2359588,ScreeningBaselineValue:2359590,AlgorithmSource:2359810,DataSetName:2360070,DataSetVersion:2360071,DataSetSource:2360072,DataSetDescription:2360073,VisualFieldTestReliabilityGlobalIndexSequence:2360087,VisualFieldGlobalResultsIndexSequence:2360096,DataObservationSequence:2360101,IndexNormalsFlag:2360120,IndexProbability:2360129,IndexProbabilitySequence:2360132,SamplesPerPixel:2621442,SamplesPerPixelUsed:2621443,PhotometricInterpretation:2621444,ImageDimensions:2621445,PlanarConfiguration:2621446,NumberOfFrames:2621448,FrameIncrementPointer:2621449,FrameDimensionPointer:2621450,Rows:2621456,Columns:2621457,Planes:2621458,UltrasoundColorDataPresent:2621460,PixelSpacing:2621488,ZoomFactor:2621489,ZoomCenter:2621490,PixelAspectRatio:2621492,ImageFormat:2621504,ManipulatedImage:2621520,CorrectedImage:2621521,CompressionRecognitionCode:2621535,CompressionCode:2621536,CompressionOriginator:2621537,CompressionLabel:2621538,CompressionDescription:2621539,CompressionSequence:2621541,CompressionStepPointers:2621542,RepeatInterval:2621544,BitsGrouped:2621545,PerimeterTable:2621552,PerimeterValue:2621553,PredictorRows:2621568,PredictorColumns:2621569,PredictorConstants:2621570,BlockedPixels:2621584,BlockRows:2621585,BlockColumns:2621586,RowOverlap:2621587,ColumnOverlap:2621588,BitsAllocated:2621696,BitsStored:2621697,HighBit:2621698,PixelRepresentation:2621699,SmallestValidPixelValue:2621700,LargestValidPixelValue:2621701,SmallestImagePixelValue:2621702,LargestImagePixelValue:2621703,SmallestPixelValueInSeries:2621704,LargestPixelValueInSeries:2621705,SmallestImagePixelValueInPlane:2621712,LargestImagePixelValueInPlane:2621713,PixelPaddingValue:2621728,PixelPaddingRangeLimit:2621729,FloatPixelPaddingValue:2621730,DoubleFloatPixelPaddingValue:2621731,FloatPixelPaddingRangeLimit:2621732,DoubleFloatPixelPaddingRangeLimit:2621733,ImageLocation:2621952,QualityControlImage:2622208,BurnedInAnnotation:2622209,RecognizableVisualFeatures:2622210,LongitudinalTemporalInformationModified:2622211,ReferencedColorPaletteInstanceUID:2622212,TransformLabel:2622464,TransformVersionNumber:2622465,NumberOfTransformSteps:2622466,SequenceOfCompressedData:2622467,DetailsOfCoefficients:2622468,RowsForNthOrderCoefficients:2622464,ColumnsForNthOrderCoefficients:2622465,CoefficientCoding:2622466,CoefficientCodingPointers:2622467,DCTLabel:2623232,DataBlockDescription:2623233,DataBlock:2623234,NormalizationFactorFormat:2623248,ZonalMapNumberFormat:2623264,ZonalMapLocation:2623265,ZonalMapFormat:2623266,AdaptiveMapFormat:2623280,CodeNumberFormat:2623296,CodeLabel:2623488,NumberOfTables:2623490,CodeTableLocation:2623491,BitsForCodeWord:2623492,ImageDataLocation:2623496,PixelSpacingCalibrationType:2624002,PixelSpacingCalibrationDescription:2624004,PixelIntensityRelationship:2625600,PixelIntensityRelationshipSign:2625601,WindowCenter:2625616,WindowWidth:2625617,RescaleIntercept:2625618,RescaleSlope:2625619,RescaleType:2625620,WindowCenterWidthExplanation:2625621,VOILUTFunction:2625622,GrayScale:2625664,RecommendedViewingMode:2625680,GrayLookupTableDescriptor:2625792,RedPaletteColorLookupTableDescriptor:2625793,GreenPaletteColorLookupTableDescriptor:2625794,BluePaletteColorLookupTableDescriptor:2625795,AlphaPaletteColorLookupTableDescriptor:2625796,LargeRedPaletteColorLookupTableDescriptor:2625809,LargeGreenPaletteColorLookupTableDescriptor:2625810,LargeBluePaletteColorLookupTableDescriptor:2625811,PaletteColorLookupTableUID:2625945,GrayLookupTableData:2626048,RedPaletteColorLookupTableData:2626049,GreenPaletteColorLookupTableData:2626050,BluePaletteColorLookupTableData:2626051,AlphaPaletteColorLookupTableData:2626052,LargeRedPaletteColorLookupTableData:2626065,LargeGreenPaletteColorLookupTableData:2626066,LargeBluePaletteColorLookupTableData:2626067,LargePaletteColorLookupTableUID:2626068,SegmentedRedPaletteColorLookupTableData:2626081,SegmentedGreenPaletteColorLookupTableData:2626082,SegmentedBluePaletteColorLookupTableData:2626083,SegmentedAlphaPaletteColorLookupTableData:2626084,StoredValueColorRangeSequence:2626096,MinimumStoredValueMapped:2626097,MaximumStoredValueMapped:2626098,BreastImplantPresent:2626304,PartialView:2626384,PartialViewDescription:2626385,PartialViewCodeSequence:2626386,SpatialLocationsPreserved:2626394,DataFrameAssignmentSequence:2626561,DataPathAssignment:2626562,BitsMappedToColorLookupTable:2626563,BlendingLUT1Sequence:2626564,BlendingLUT1TransferFunction:2626565,BlendingWeightConstant:2626566,BlendingLookupTableDescriptor:2626567,BlendingLookupTableData:2626568,EnhancedPaletteColorLookupTableSequence:2626571,BlendingLUT2Sequence:2626572,BlendingLUT2TransferFunction:2626573,DataPathID:2626574,RGBLUTTransferFunction:2626575,AlphaLUTTransferFunction:2626576,ICCProfile:2629632,ColorSpace:2629634,LossyImageCompression:2629904,LossyImageCompressionRatio:2629906,LossyImageCompressionMethod:2629908,ModalityLUTSequence:2633728,LUTDescriptor:2633730,LUTExplanation:2633731,ModalityLUTType:2633732,LUTData:2633734,VOILUTSequence:2633744,SoftcopyVOILUTSequence:2634e3,ImagePresentationComments:2637824,BiPlaneAcquisitionSequence:2641920,RepresentativeFrameNumber:2646032,FrameNumbersOfInterest:2646048,FrameOfInterestDescription:2646050,FrameOfInterestType:2646051,MaskPointers:2646064,RWavePointer:2646080,MaskSubtractionSequence:2646272,MaskOperation:2646273,ApplicableFrameRange:2646274,MaskFrameNumbers:2646288,ContrastFrameAveraging:2646290,MaskSubPixelShift:2646292,TIDOffset:2646304,MaskOperationExplanation:2646416,EquipmentAdministratorSequence:2650112,NumberOfDisplaySubsystems:2650113,CurrentConfigurationID:2650114,DisplaySubsystemID:2650115,DisplaySubsystemName:2650116,DisplaySubsystemDescription:2650117,SystemStatus:2650118,SystemStatusComment:2650119,TargetLuminanceCharacteristicsSequence:2650120,LuminanceCharacteristicsID:2650121,DisplaySubsystemConfigurationSequence:2650122,ConfigurationID:2650123,ConfigurationName:2650124,ConfigurationDescription:2650125,ReferencedTargetLuminanceCharacteristicsID:2650126,QAResultsSequence:2650127,DisplaySubsystemQAResultsSequence:2650128,ConfigurationQAResultsSequence:2650129,MeasurementEquipmentSequence:2650130,MeasurementFunctions:2650131,MeasurementEquipmentType:2650132,VisualEvaluationResultSequence:2650133,DisplayCalibrationResultSequence:2650134,DDLValue:2650135,CIExyWhitePoint:2650136,DisplayFunctionType:2650137,GammaValue:2650138,NumberOfLuminancePoints:2650139,LuminanceResponseSequence:2650140,TargetMinimumLuminance:2650141,TargetMaximumLuminance:2650142,LuminanceValue:2650143,LuminanceResponseDescription:2650144,WhitePointFlag:2650145,DisplayDeviceTypeCodeSequence:2650146,DisplaySubsystemSequence:2650147,LuminanceResultSequence:2650148,AmbientLightValueSource:2650149,MeasuredCharacteristics:2650150,LuminanceUniformityResultSequence:2650151,VisualEvaluationTestSequence:2650152,TestResult:2650153,TestResultComment:2650154,TestImageValidation:2650155,TestPatternCodeSequence:2650156,MeasurementPatternCodeSequence:2650157,VisualEvaluationMethodCodeSequence:2650158,PixelDataProviderURL:2654176,DataPointRows:2658305,DataPointColumns:2658306,SignalDomainColumns:2658307,LargestMonochromePixelValue:2658457,DataRepresentation:2658568,PixelMeasuresSequence:2658576,FrameVOILUTSequence:2658610,PixelValueTransformationSequence:2658629,SignalDomainRows:2658869,DisplayFilterPercentage:2659345,FramePixelShiftSequence:2659349,SubtractionItemID:2659350,PixelIntensityRelationshipLUTSequence:2659362,FramePixelDataPropertiesSequence:2659395,GeometricalProperties:2659396,GeometricMaximumDistortion:2659397,ImageProcessingApplied:2659398,MaskSelectionMode:2659412,LUTFunction:2659444,MaskVisibilityPercentage:2659448,PixelShiftSequence:2659585,RegionPixelShiftSequence:2659586,VerticesOfTheRegion:2659587,MultiFramePresentationSequence:2659589,PixelShiftFrameRange:2659590,LUTFrameRange:2659591,ImageToEquipmentMappingMatrix:2659616,EquipmentCoordinateSystemIdentification:2659639,StudyStatusID:3276810,StudyPriorityID:3276812,StudyIDIssuer:3276818,StudyVerifiedDate:3276850,StudyVerifiedTime:3276851,StudyReadDate:3276852,StudyReadTime:3276853,ScheduledStudyStartDate:3280896,ScheduledStudyStartTime:3280897,ScheduledStudyStopDate:3280912,ScheduledStudyStopTime:3280913,ScheduledStudyLocation:3280928,ScheduledStudyLocationAETitle:3280929,ReasonForStudy:3280944,RequestingPhysicianIdentificationSequence:3280945,RequestingPhysician:3280946,RequestingService:3280947,RequestingServiceCodeSequence:3280948,StudyArrivalDate:3280960,StudyArrivalTime:3280961,StudyCompletionDate:3280976,StudyCompletionTime:3280977,StudyComponentStatusID:3280981,RequestedProcedureDescription:3280992,RequestedProcedureCodeSequence:3280996,RequestedContrastAgent:3281008,StudyComments:3293184,ReferencedPatientAliasSequence:3670020,VisitStatusID:3670024,AdmissionID:3670032,IssuerOfAdmissionID:3670033,IssuerOfAdmissionIDSequence:3670036,RouteOfAdmissions:3670038,ScheduledAdmissionDate:3670042,ScheduledAdmissionTime:3670043,ScheduledDischargeDate:3670044,ScheduledDischargeTime:3670045,ScheduledPatientInstitutionResidence:3670046,AdmittingDate:3670048,AdmittingTime:3670049,DischargeDate:3670064,DischargeTime:3670066,DischargeDiagnosisDescription:3670080,DischargeDiagnosisCodeSequence:3670084,SpecialNeeds:3670096,ServiceEpisodeID:3670112,IssuerOfServiceEpisodeID:3670113,ServiceEpisodeDescription:3670114,IssuerOfServiceEpisodeIDSequence:3670116,PertinentDocumentsSequence:3670272,PertinentResourcesSequence:3670273,ResourceDescription:3670274,CurrentPatientLocation:3670784,PatientInstitutionResidence:3671040,PatientState:3671296,PatientClinicalTrialParticipationSequence:3671298,VisitComments:3686400,WaveformOriginality:3801092,NumberOfWaveformChannels:3801093,NumberOfWaveformSamples:3801104,SamplingFrequency:3801114,MultiplexGroupLabel:3801120,ChannelDefinitionSequence:3801600,WaveformChannelNumber:3801602,ChannelLabel:3801603,ChannelStatus:3801605,ChannelSourceSequence:3801608,ChannelSourceModifiersSequence:3801609,SourceWaveformSequence:3801610,ChannelDerivationDescription:3801612,ChannelSensitivity:3801616,ChannelSensitivityUnitsSequence:3801617,ChannelSensitivityCorrectionFactor:3801618,ChannelBaseline:3801619,ChannelTimeSkew:3801620,ChannelSampleSkew:3801621,ChannelOffset:3801624,WaveformBitsStored:3801626,FilterLowFrequency:3801632,FilterHighFrequency:3801633,NotchFilterFrequency:3801634,NotchFilterBandwidth:3801635,WaveformDataDisplayScale:3801648,WaveformDisplayBackgroundCIELabValue:3801649,WaveformPresentationGroupSequence:3801664,PresentationGroupNumber:3801665,ChannelDisplaySequence:3801666,ChannelRecommendedDisplayCIELabValue:3801668,ChannelPosition:3801669,DisplayShadingFlag:3801670,FractionalChannelDisplayScale:3801671,AbsoluteChannelDisplayScale:3801672,MultiplexedAudioChannelsDescriptionCodeSequence:3801856,ChannelIdentificationCode:3801857,ChannelMode:3801858,ScheduledStationAETitle:4194305,ScheduledProcedureStepStartDate:4194306,ScheduledProcedureStepStartTime:4194307,ScheduledProcedureStepEndDate:4194308,ScheduledProcedureStepEndTime:4194309,ScheduledPerformingPhysicianName:4194310,ScheduledProcedureStepDescription:4194311,ScheduledProtocolCodeSequence:4194312,ScheduledProcedureStepID:4194313,StageCodeSequence:4194314,ScheduledPerformingPhysicianIdentificationSequence:4194315,ScheduledStationName:4194320,ScheduledProcedureStepLocation:4194321,PreMedication:4194322,ScheduledProcedureStepStatus:4194336,OrderPlacerIdentifierSequence:4194342,OrderFillerIdentifierSequence:4194343,LocalNamespaceEntityID:4194353,UniversalEntityID:4194354,UniversalEntityIDType:4194355,IdentifierTypeCode:4194357,AssigningFacilitySequence:4194358,AssigningJurisdictionCodeSequence:4194361,AssigningAgencyOrDepartmentCodeSequence:4194362,ScheduledProcedureStepSequence:4194560,ReferencedNonImageCompositeSOPInstanceSequence:4194848,PerformedStationAETitle:4194881,PerformedStationName:4194882,PerformedLocation:4194883,PerformedProcedureStepStartDate:4194884,PerformedProcedureStepStartTime:4194885,PerformedProcedureStepEndDate:4194896,PerformedProcedureStepEndTime:4194897,PerformedProcedureStepStatus:4194898,PerformedProcedureStepID:4194899,PerformedProcedureStepDescription:4194900,PerformedProcedureTypeDescription:4194901,PerformedProtocolCodeSequence:4194912,PerformedProtocolType:4194913,ScheduledStepAttributesSequence:4194928,RequestAttributesSequence:4194933,CommentsOnThePerformedProcedureStep:4194944,PerformedProcedureStepDiscontinuationReasonCodeSequence:4194945,QuantitySequence:4194963,Quantity:4194964,MeasuringUnitsSequence:4194965,BillingItemSequence:4194966,TotalTimeOfFluoroscopy:4195072,TotalNumberOfExposures:4195073,EntranceDose:4195074,ExposedArea:4195075,DistanceSourceToEntrance:4195078,DistanceSourceToSupport:4195079,ExposureDoseSequence:4195086,CommentsOnRadiationDose:4195088,XRayOutput:4195090,HalfValueLayer:4195092,OrganDose:4195094,OrganExposed:4195096,BillingProcedureStepSequence:4195104,FilmConsumptionSequence:4195105,BillingSuppliesAndDevicesSequence:4195108,ReferencedProcedureStepSequence:4195120,PerformedSeriesSequence:4195136,CommentsOnTheScheduledProcedureStep:4195328,ProtocolContextSequence:4195392,ContentItemModifierSequence:4195393,ScheduledSpecimenSequence:4195584,SpecimenAccessionNumber:4195594,ContainerIdentifier:4195602,IssuerOfTheContainerIdentifierSequence:4195603,AlternateContainerIdentifierSequence:4195605,ContainerTypeCodeSequence:4195608,ContainerDescription:4195610,ContainerComponentSequence:4195616,SpecimenSequence:4195664,SpecimenIdentifier:4195665,SpecimenDescriptionSequenceTrial:4195666,SpecimenDescriptionTrial:4195667,SpecimenUID:4195668,AcquisitionContextSequence:4195669,AcquisitionContextDescription:4195670,SpecimenTypeCodeSequence:4195738,SpecimenDescriptionSequence:4195680,IssuerOfTheSpecimenIdentifierSequence:4195682,SpecimenShortDescription:4195840,SpecimenDetailedDescription:4195842,SpecimenPreparationSequence:4195856,SpecimenPreparationStepContentItemSequence:4195858,SpecimenLocalizationContentItemSequence:4195872,SlideIdentifier:4196090,ImageCenterPointCoordinatesSequence:4196122,XOffsetInSlideCoordinateSystem:4196138,YOffsetInSlideCoordinateSystem:4196154,ZOffsetInSlideCoordinateSystem:4196170,PixelSpacingSequence:4196568,CoordinateSystemAxisCodeSequence:4196570,MeasurementUnitsCodeSequence:4196586,VitalStainCodeSequenceTrial:4196856,RequestedProcedureID:4198401,ReasonForTheRequestedProcedure:4198402,RequestedProcedurePriority:4198403,PatientTransportArrangements:4198404,RequestedProcedureLocation:4198405,PlacerOrderNumberProcedure:4198406,FillerOrderNumberProcedure:4198407,ConfidentialityCode:4198408,ReportingPriority:4198409,ReasonForRequestedProcedureCodeSequence:4198410,NamesOfIntendedRecipientsOfResults:4198416,IntendedRecipientsOfResultsIdentificationSequence:4198417,ReasonForPerformedProcedureCodeSequence:4198418,RequestedProcedureDescriptionTrial:4198496,PersonIdentificationCodeSequence:4198657,PersonAddress:4198658,PersonTelephoneNumbers:4198659,PersonTelecomInformation:4198660,RequestedProcedureComments:4199424,ReasonForTheImagingServiceRequest:4202497,IssueDateOfImagingServiceRequest:4202500,IssueTimeOfImagingServiceRequest:4202501,PlacerOrderNumberImagingServiceRequestRetired:4202502,FillerOrderNumberImagingServiceRequestRetired:4202503,OrderEnteredBy:4202504,OrderEntererLocation:4202505,OrderCallbackPhoneNumber:4202512,OrderCallbackTelecomInformation:4202513,PlacerOrderNumberImagingServiceRequest:4202518,FillerOrderNumberImagingServiceRequest:4202519,ImagingServiceRequestComments:4203520,ConfidentialityConstraintOnPatientDataDescription:4206593,GeneralPurposeScheduledProcedureStepStatus:4210689,GeneralPurposePerformedProcedureStepStatus:4210690,GeneralPurposeScheduledProcedureStepPriority:4210691,ScheduledProcessingApplicationsCodeSequence:4210692,ScheduledProcedureStepStartDateTime:4210693,MultipleCopiesFlag:4210694,PerformedProcessingApplicationsCodeSequence:4210695,HumanPerformerCodeSequence:4210697,ScheduledProcedureStepModificationDateTime:4210704,ExpectedCompletionDateTime:4210705,ResultingGeneralPurposePerformedProcedureStepsSequence:4210709,ReferencedGeneralPurposeScheduledProcedureStepSequence:4210710,ScheduledWorkitemCodeSequence:4210712,PerformedWorkitemCodeSequence:4210713,InputAvailabilityFlag:4210720,InputInformationSequence:4210721,RelevantInformationSequence:4210722,ReferencedGeneralPurposeScheduledProcedureStepTransactionUID:4210723,ScheduledStationNameCodeSequence:4210725,ScheduledStationClassCodeSequence:4210726,ScheduledStationGeographicLocationCodeSequence:4210727,PerformedStationNameCodeSequence:4210728,PerformedStationClassCodeSequence:4210729,PerformedStationGeographicLocationCodeSequence:4210736,RequestedSubsequentWorkitemCodeSequence:4210737,NonDICOMOutputCodeSequence:4210738,OutputInformationSequence:4210739,ScheduledHumanPerformersSequence:4210740,ActualHumanPerformersSequence:4210741,HumanPerformerOrganization:4210742,HumanPerformerName:4210743,RawDataHandling:4210752,InputReadinessState:4210753,PerformedProcedureStepStartDateTime:4210768,PerformedProcedureStepEndDateTime:4210769,ProcedureStepCancellationDateTime:4210770,OutputDestinationSequence:4210800,DICOMStorageSequence:4210801,STOWRSStorageSequence:4210802,StorageURL:4210803,XDSStorageSequence:4210804,EntranceDoseInmGy:4227842,EntranceDoseDerivation:4227843,ParametricMapFrameTypeSequence:4231314,ReferencedImageRealWorldValueMappingSequence:4231316,RealWorldValueMappingSequence:4231318,PixelValueMappingCodeSequence:4231320,LUTLabel:4231696,RealWorldValueLastValueMapped:4231697,RealWorldValueLUTData:4231698,DoubleFloatRealWorldValueLastValueMapped:4231699,DoubleFloatRealWorldValueFirstValueMapped:4231700,RealWorldValueFirstValueMapped:4231702,QuantityDefinitionSequence:4231712,RealWorldValueIntercept:4231716,RealWorldValueSlope:4231717,FindingsFlagTrial:4235271,RelationshipType:4235280,FindingsSequenceTrial:4235296,FindingsGroupUIDTrial:4235297,ReferencedFindingsGroupUIDTrial:4235298,FindingsGroupRecordingDateTrial:4235299,FindingsGroupRecordingTimeTrial:4235300,FindingsSourceCategoryCodeSequenceTrial:4235302,VerifyingOrganization:4235303,DocumentingOrganizationIdentifierCodeSequenceTrial:4235304,VerificationDateTime:4235312,ObservationDateTime:4235314,ValueType:4235328,ConceptNameCodeSequence:4235331,MeasurementPrecisionDescriptionTrial:4235335,ContinuityOfContent:4235344,UrgencyOrPriorityAlertsTrial:4235351,SequencingIndicatorTrial:4235360,DocumentIdentifierCodeSequenceTrial:4235366,DocumentAuthorTrial:4235367,DocumentAuthorIdentifierCodeSequenceTrial:4235368,IdentifierCodeSequenceTrial:4235376,VerifyingObserverSequence:4235379,ObjectBinaryIdentifierTrial:4235380,VerifyingObserverName:4235381,DocumentingObserverIdentifierCodeSequenceTrial:4235382,AuthorObserverSequence:4235384,ParticipantSequence:4235386,CustodialOrganizationSequence:4235388,ParticipationType:4235392,ParticipationDateTime:4235394,ObserverType:4235396,ProcedureIdentifierCodeSequenceTrial:4235397,VerifyingObserverIdentificationCodeSequence:4235400,ObjectDirectoryBinaryIdentifierTrial:4235401,EquivalentCDADocumentSequence:4235408,ReferencedWaveformChannels:4235440,DateOfDocumentOrVerbalTransactionTrial:4235536,TimeOfDocumentCreationOrVerbalTransactionTrial:4235538,DateTime:4235552,Date:4235553,Time:4235554,PersonName:4235555,UID:4235556,ReportStatusIDTrial:4235557,TemporalRangeType:4235568,ReferencedSamplePositions:4235570,ReferencedFrameNumbers:4235574,ReferencedTimeOffsets:4235576,ReferencedDateTime:4235578,TextValue:4235616,FloatingPointValue:4235617,RationalNumeratorValue:4235618,RationalDenominatorValue:4235619,ObservationCategoryCodeSequenceTrial:4235623,ConceptCodeSequence:4235624,BibliographicCitationTrial:4235626,PurposeOfReferenceCodeSequence:4235632,ObservationUID:4235633,ReferencedObservationUIDTrial:4235634,ReferencedObservationClassTrial:4235635,ReferencedObjectObservationClassTrial:4235636,AnnotationGroupNumber:4235648,ObservationDateTrial:4235666,ObservationTimeTrial:4235667,MeasurementAutomationTrial:4235668,ModifierCodeSequence:4235669,IdentificationDescriptionTrial:4235812,CoordinatesSetGeometricTypeTrial:4235920,AlgorithmCodeSequenceTrial:4235926,AlgorithmDescriptionTrial:4235927,PixelCoordinatesSetTrial:4235930,MeasuredValueSequence:4236032,NumericValueQualifierCodeSequence:4236033,CurrentObserverTrial:4236039,NumericValue:4236042,ReferencedAccessionSequenceTrial:4236051,ReportStatusCommentTrial:4236090,ProcedureContextSequenceTrial:4236096,VerbalSourceTrial:4236114,AddressTrial:4236115,TelephoneNumberTrial:4236116,VerbalSourceIdentifierCodeSequenceTrial:4236120,PredecessorDocumentsSequence:4236128,ReferencedRequestSequence:4236144,PerformedProcedureCodeSequence:4236146,CurrentRequestedProcedureEvidenceSequence:4236149,ReportDetailSequenceTrial:4236160,PertinentOtherEvidenceSequence:4236165,HL7StructuredDocumentReferenceSequence:4236176,ObservationSubjectUIDTrial:4236290,ObservationSubjectClassTrial:4236291,ObservationSubjectTypeCodeSequenceTrial:4236292,CompletionFlag:4236433,CompletionFlagDescription:4236434,VerificationFlag:4236435,ArchiveRequested:4236436,PreliminaryFlag:4236438,ContentTemplateSequence:4236548,IdenticalDocumentsSequence:4236581,ObservationSubjectContextFlagTrial:4236800,ObserverContextFlagTrial:4236801,ProcedureContextFlagTrial:4236803,ContentSequence:4237104,RelationshipSequenceTrial:4237105,RelationshipTypeCodeSequenceTrial:4237106,LanguageCodeSequenceTrial:4237124,UniformResourceLocatorTrial:4237714,WaveformAnnotationSequence:4239392,TemplateIdentifier:4250368,TemplateVersion:4250374,TemplateLocalVersion:4250375,TemplateExtensionFlag:4250379,TemplateExtensionOrganizationUID:4250380,TemplateExtensionCreatorUID:4250381,ReferencedContentItemIdentifier:4250483,HL7InstanceIdentifier:4251649,HL7DocumentEffectiveTime:4251652,HL7DocumentTypeCodeSequence:4251654,DocumentClassCodeSequence:4251656,RetrieveURI:4251664,RetrieveLocationUID:4251665,TypeOfInstances:4251680,DICOMRetrievalSequence:4251681,DICOMMediaRetrievalSequence:4251682,WADORetrievalSequence:4251683,XDSRetrievalSequence:4251684,WADORSRetrievalSequence:4251685,RepositoryUniqueID:4251696,HomeCommunityID:4251697,DocumentTitle:4325392,EncapsulatedDocument:4325393,MIMETypeOfEncapsulatedDocument:4325394,SourceInstanceSequence:4325395,ListOfMIMETypes:4325396,ProductPackageIdentifier:4456449,SubstanceAdministrationApproval:4456450,ApprovalStatusFurtherDescription:4456451,ApprovalStatusDateTime:4456452,ProductTypeCodeSequence:4456455,ProductName:4456456,ProductDescription:4456457,ProductLotIdentifier:4456458,ProductExpirationDateTime:4456459,SubstanceAdministrationDateTime:4456464,SubstanceAdministrationNotes:4456465,SubstanceAdministrationDeviceID:4456466,ProductParameterSequence:4456467,SubstanceAdministrationParameterSequence:4456473,ApprovalSequence:4456704,AssertionCodeSequence:4456705,AssertionUID:4456706,AsserterIdentificationSequence:4456707,AssertionDateTime:4456708,AssertionExpirationDateTime:4456709,AssertionComments:4456710,RelatedAssertionSequence:4456711,ReferencedAssertionUID:4456712,ApprovalSubjectSequence:4456713,OrganizationalRoleCodeSequence:4456714,LensDescription:4587538,RightLensSequence:4587540,LeftLensSequence:4587541,UnspecifiedLateralityLensSequence:4587542,CylinderSequence:4587544,PrismSequence:4587560,HorizontalPrismPower:4587568,HorizontalPrismBase:4587570,VerticalPrismPower:4587572,VerticalPrismBase:4587574,LensSegmentType:4587576,OpticalTransmittance:4587584,ChannelWidth:4587586,PupilSize:4587588,CornealSize:4587590,AutorefractionRightEyeSequence:4587600,AutorefractionLeftEyeSequence:4587602,DistancePupillaryDistance:4587616,NearPupillaryDistance:4587618,IntermediatePupillaryDistance:4587619,OtherPupillaryDistance:4587620,KeratometryRightEyeSequence:4587632,KeratometryLeftEyeSequence:4587633,SteepKeratometricAxisSequence:4587636,RadiusOfCurvature:4587637,KeratometricPower:4587638,KeratometricAxis:4587639,FlatKeratometricAxisSequence:4587648,BackgroundColor:4587666,Optotype:4587668,OptotypePresentation:4587669,SubjectiveRefractionRightEyeSequence:4587671,SubjectiveRefractionLeftEyeSequence:4587672,AddNearSequence:4587776,AddIntermediateSequence:4587777,AddOtherSequence:4587778,AddPower:4587780,ViewingDistance:4587782,VisualAcuityTypeCodeSequence:4587809,VisualAcuityRightEyeSequence:4587810,VisualAcuityLeftEyeSequence:4587811,VisualAcuityBothEyesOpenSequence:4587812,ViewingDistanceType:4587813,VisualAcuityModifiers:4587829,DecimalVisualAcuity:4587831,OptotypeDetailedDefinition:4587833,ReferencedRefractiveMeasurementsSequence:4587845,SpherePower:4587846,CylinderPower:4587847,CornealTopographySurface:4588033,CornealVertexLocation:4588034,PupilCentroidXCoordinate:4588035,PupilCentroidYCoordinate:4588036,EquivalentPupilRadius:4588037,CornealTopographyMapTypeCodeSequence:4588039,VerticesOfTheOutlineOfPupil:4588040,CornealTopographyMappingNormalsSequence:4588048,MaximumCornealCurvatureSequence:4588049,MaximumCornealCurvature:4588050,MaximumCornealCurvatureLocation:4588051,MinimumKeratometricSequence:4588053,SimulatedKeratometricCylinderSequence:4588056,AverageCornealPower:4588064,CornealISValue:4588068,AnalyzedArea:4588071,SurfaceRegularityIndex:4588080,SurfaceAsymmetryIndex:4588082,CornealEccentricityIndex:4588084,KeratoconusPredictionIndex:4588086,DecimalPotentialVisualAcuity:4588088,CornealTopographyMapQualityEvaluation:4588098,SourceImageCornealProcessedDataSequence:4588100,CornealPointLocation:4588103,CornealPointEstimated:4588104,AxialPower:4588105,TangentialPower:4588112,RefractivePower:4588113,RelativeElevation:4588114,CornealWavefront:4588115,ImagedVolumeWidth:4718593,ImagedVolumeHeight:4718594,ImagedVolumeDepth:4718595,TotalPixelMatrixColumns:4718598,TotalPixelMatrixRows:4718599,TotalPixelMatrixOriginSequence:4718600,SpecimenLabelInImage:4718608,FocusMethod:4718609,ExtendedDepthOfField:4718610,NumberOfFocalPlanes:4718611,DistanceBetweenFocalPlanes:4718612,RecommendedAbsentPixelCIELabValue:4718613,IlluminatorTypeCodeSequence:4718848,ImageOrientationSlide:4718850,OpticalPathSequence:4718853,OpticalPathIdentifier:4718854,OpticalPathDescription:4718855,IlluminationColorCodeSequence:4718856,SpecimenReferenceSequence:4718864,CondenserLensPower:4718865,ObjectiveLensPower:4718866,ObjectiveLensNumericalAperture:4718867,PaletteColorLookupTableSequence:4718880,ReferencedImageNavigationSequence:4719104,TopLeftHandCornerOfLocalizerArea:4719105,BottomRightHandCornerOfLocalizerArea:4719106,OpticalPathIdentificationSequence:4719111,PlanePositionSlideSequence:4719130,ColumnPositionInTotalImagePixelMatrix:4719134,RowPositionInTotalImagePixelMatrix:4719135,PixelOriginInterpretation:4719361,CalibrationImage:5242884,DeviceSequence:5242896,ContainerComponentTypeCodeSequence:5242898,ContainerComponentThickness:5242899,DeviceLength:5242900,ContainerComponentWidth:5242901,DeviceDiameter:5242902,DeviceDiameterUnits:5242903,DeviceVolume:5242904,InterMarkerDistance:5242905,ContainerComponentMaterial:5242906,ContainerComponentID:5242907,ContainerComponentLength:5242908,ContainerComponentDiameter:5242909,ContainerComponentDescription:5242910,DeviceDescription:5242912,ContrastBolusIngredientPercentByVolume:5373953,OCTFocalDistance:5373954,BeamSpotSize:5373955,EffectiveRefractiveIndex:5373956,OCTAcquisitionDomain:5373958,OCTOpticalCenterWavelength:5373959,AxialResolution:5373960,RangingDepth:5373961,ALineRate:5373969,ALinesPerFrame:5373970,CatheterRotationalRate:5373971,ALinePixelSpacing:5373972,ModeOfPercutaneousAccessSequence:5373974,IntravascularOCTFrameTypeSequence:5373989,OCTZOffsetApplied:5373990,IntravascularFrameContentSequence:5373991,IntravascularLongitudinalDistance:5373992,IntravascularOCTFrameContentSequence:5373993,OCTZOffsetCorrection:5374e3,CatheterDirectionOfRotation:5374001,SeamLineLocation:5374003,FirstALineLocation:5374004,SeamLineIndex:5374006,NumberOfPaddedALines:5374008,InterpolationType:5374009,RefractiveIndexApplied:5374010,EnergyWindowVector:5505040,NumberOfEnergyWindows:5505041,EnergyWindowInformationSequence:5505042,EnergyWindowRangeSequence:5505043,EnergyWindowLowerLimit:5505044,EnergyWindowUpperLimit:5505045,RadiopharmaceuticalInformationSequence:5505046,ResidualSyringeCounts:5505047,EnergyWindowName:5505048,DetectorVector:5505056,NumberOfDetectors:5505057,DetectorInformationSequence:5505058,PhaseVector:5505072,NumberOfPhases:5505073,PhaseInformationSequence:5505074,NumberOfFramesInPhase:5505075,PhaseDelay:5505078,PauseBetweenFrames:5505080,PhaseDescription:5505081,RotationVector:5505104,NumberOfRotations:5505105,RotationInformationSequence:5505106,NumberOfFramesInRotation:5505107,RRIntervalVector:5505120,NumberOfRRIntervals:5505121,GatedInformationSequence:5505122,DataInformationSequence:5505123,TimeSlotVector:5505136,NumberOfTimeSlots:5505137,TimeSlotInformationSequence:5505138,TimeSlotTime:5505139,SliceVector:5505152,NumberOfSlices:5505153,AngularViewVector:5505168,TimeSliceVector:5505280,NumberOfTimeSlices:5505281,StartAngle:5505536,TypeOfDetectorMotion:5505538,TriggerVector:5505552,NumberOfTriggersInPhase:5505553,ViewCodeSequence:5505568,ViewModifierCodeSequence:5505570,RadionuclideCodeSequence:5505792,AdministrationRouteCodeSequence:5505794,RadiopharmaceuticalCodeSequence:5505796,CalibrationDataSequence:5505798,EnergyWindowNumber:5505800,ImageID:5506048,PatientOrientationCodeSequence:5506064,PatientOrientationModifierCodeSequence:5506066,PatientGantryRelationshipCodeSequence:5506068,SliceProgressionDirection:5506304,ScanProgressionDirection:5506305,SeriesType:5509120,Units:5509121,CountsSource:5509122,ReprojectionMethod:5509124,SUVType:5509126,RandomsCorrectionMethod:5509376,AttenuationCorrectionMethod:5509377,DecayCorrection:5509378,ReconstructionMethod:5509379,DetectorLinesOfResponseUsed:5509380,ScatterCorrectionMethod:5509381,AxialAcceptance:5509632,AxialMash:5509633,TransverseMash:5509634,DetectorElementSize:5509635,CoincidenceWindowWidth:5509648,SecondaryCountsType:5509664,FrameReferenceTime:5509888,PrimaryPromptsCountsAccumulated:5509904,SecondaryCountsAccumulated:5509905,SliceSensitivityFactor:5509920,DecayFactor:5509921,DoseCalibrationFactor:5509922,ScatterFractionFactor:5509923,DeadTimeFactor:5509924,ImageIndex:5509936,CountsIncluded:5510144,DeadTimeCorrectionFlag:5510145,HistogramSequence:6303744,HistogramNumberOfBins:6303746,HistogramFirstBinValue:6303748,HistogramLastBinValue:6303750,HistogramBinWidth:6303752,HistogramExplanation:6303760,HistogramData:6303776,SegmentationType:6422529,SegmentSequence:6422530,SegmentedPropertyCategoryCodeSequence:6422531,SegmentNumber:6422532,SegmentLabel:6422533,SegmentDescription:6422534,SegmentationAlgorithmIdentificationSequence:6422535,SegmentAlgorithmType:6422536,SegmentAlgorithmName:6422537,SegmentIdentificationSequence:6422538,ReferencedSegmentNumber:6422539,RecommendedDisplayGrayscaleValue:6422540,RecommendedDisplayCIELabValue:6422541,MaximumFractionalValue:6422542,SegmentedPropertyTypeCodeSequence:6422543,SegmentationFractionalType:6422544,SegmentedPropertyTypeModifierCodeSequence:6422545,UsedSegmentsSequence:6422546,TrackingID:6422560,TrackingUID:6422561,DeformableRegistrationSequence:6553602,SourceFrameOfReferenceUID:6553603,DeformableRegistrationGridSequence:6553605,GridDimensions:6553607,GridResolution:6553608,VectorGridData:6553609,PreDeformationMatrixRegistrationSequence:6553615,PostDeformationMatrixRegistrationSequence:6553616,NumberOfSurfaces:6684673,SurfaceSequence:6684674,SurfaceNumber:6684675,SurfaceComments:6684676,SurfaceProcessing:6684681,SurfaceProcessingRatio:6684682,SurfaceProcessingDescription:6684683,RecommendedPresentationOpacity:6684684,RecommendedPresentationType:6684685,FiniteVolume:6684686,Manifold:6684688,SurfacePointsSequence:6684689,SurfacePointsNormalsSequence:6684690,SurfaceMeshPrimitivesSequence:6684691,NumberOfSurfacePoints:6684693,PointCoordinatesData:6684694,PointPositionAccuracy:6684695,MeanPointDistance:6684696,MaximumPointDistance:6684697,PointsBoundingBoxCoordinates:6684698,AxisOfRotation:6684699,CenterOfRotation:6684700,NumberOfVectors:6684702,VectorDimensionality:6684703,VectorAccuracy:6684704,VectorCoordinateData:6684705,TrianglePointIndexList:6684707,EdgePointIndexList:6684708,VertexPointIndexList:6684709,TriangleStripSequence:6684710,TriangleFanSequence:6684711,LineSequence:6684712,PrimitivePointIndexList:6684713,SurfaceCount:6684714,ReferencedSurfaceSequence:6684715,ReferencedSurfaceNumber:6684716,SegmentSurfaceGenerationAlgorithmIdentificationSequence:6684717,SegmentSurfaceSourceInstanceSequence:6684718,AlgorithmFamilyCodeSequence:6684719,AlgorithmNameCodeSequence:6684720,AlgorithmVersion:6684721,AlgorithmParameters:6684722,FacetSequence:6684724,SurfaceProcessingAlgorithmIdentificationSequence:6684725,AlgorithmName:6684726,RecommendedPointRadius:6684727,RecommendedLineThickness:6684728,LongPrimitivePointIndexList:6684736,LongTrianglePointIndexList:6684737,LongEdgePointIndexList:6684738,LongVertexPointIndexList:6684739,TrackSetSequence:6684929,TrackSequence:6684930,RecommendedDisplayCIELabValueList:6684931,TrackingAlgorithmIdentificationSequence:6684932,TrackSetNumber:6684933,TrackSetLabel:6684934,TrackSetDescription:6684935,TrackSetAnatomicalTypeCodeSequence:6684936,MeasurementsSequence:6684961,TrackSetStatisticsSequence:6684964,FloatingPointValues:6684965,TrackPointIndexList:6684969,TrackStatisticsSequence:6684976,MeasurementValuesSequence:6684978,DiffusionAcquisitionCodeSequence:6684979,DiffusionModelCodeSequence:6684980,ImplantSize:6840848,ImplantTemplateVersion:6840865,ReplacedImplantTemplateSequence:6840866,ImplantType:6840867,DerivationImplantTemplateSequence:6840868,OriginalImplantTemplateSequence:6840869,EffectiveDateTime:6840870,ImplantTargetAnatomySequence:6840880,InformationFromManufacturerSequence:6840928,NotificationFromManufacturerSequence:6840933,InformationIssueDateTime:6840944,InformationSummary:6840960,ImplantRegulatoryDisapprovalCodeSequence:6840992,OverallTemplateSpatialTolerance:6840997,HPGLDocumentSequence:6841024,HPGLDocumentID:6841040,HPGLDocumentLabel:6841045,ViewOrientationCodeSequence:6841056,ViewOrientationModifierCodeSequence:6841072,HPGLDocumentScaling:6841074,HPGLDocument:6841088,HPGLContourPenNumber:6841104,HPGLPenSequence:6841120,HPGLPenNumber:6841136,HPGLPenLabel:6841152,HPGLPenDescription:6841157,RecommendedRotationPoint:6841158,BoundingRectangle:6841159,ImplantTemplate3DModelSurfaceNumber:6841168,SurfaceModelDescriptionSequence:6841184,SurfaceModelLabel:6841216,SurfaceModelScalingFactor:6841232,MaterialsCodeSequence:6841248,CoatingMaterialsCodeSequence:6841252,ImplantTypeCodeSequence:6841256,FixationMethodCodeSequence:6841260,MatingFeatureSetsSequence:6841264,MatingFeatureSetID:6841280,MatingFeatureSetLabel:6841296,MatingFeatureSequence:6841312,MatingFeatureID:6841328,MatingFeatureDegreeOfFreedomSequence:6841344,DegreeOfFreedomID:6841360,DegreeOfFreedomType:6841376,TwoDMatingFeatureCoordinatesSequence:6841392,ReferencedHPGLDocumentID:6841408,TwoDMatingPoint:6841424,TwoDMatingAxes:6841440,TwoDDegreeOfFreedomSequence:6841456,ThreeDDegreeOfFreedomAxis:6841488,RangeOfFreedom:6841504,ThreeDMatingPoint:6841536,ThreeDMatingAxes:6841552,TwoDDegreeOfFreedomAxis:6841584,PlanningLandmarkPointSequence:6841600,PlanningLandmarkLineSequence:6841616,PlanningLandmarkPlaneSequence:6841632,PlanningLandmarkID:6841648,PlanningLandmarkDescription:6841664,PlanningLandmarkIdentificationCodeSequence:6841669,TwoDPointCoordinatesSequence:6841680,TwoDPointCoordinates:6841696,ThreeDPointCoordinates:6841744,TwoDLineCoordinatesSequence:6841760,TwoDLineCoordinates:6841776,ThreeDLineCoordinates:6841808,TwoDPlaneCoordinatesSequence:6841824,TwoDPlaneIntersection:6841840,ThreeDPlaneOrigin:6841872,ThreeDPlaneNormal:6841888,GraphicAnnotationSequence:7340033,GraphicLayer:7340034,BoundingBoxAnnotationUnits:7340035,AnchorPointAnnotationUnits:7340036,GraphicAnnotationUnits:7340037,UnformattedTextValue:7340038,TextObjectSequence:7340040,GraphicObjectSequence:7340041,BoundingBoxTopLeftHandCorner:7340048,BoundingBoxBottomRightHandCorner:7340049,BoundingBoxTextHorizontalJustification:7340050,AnchorPoint:7340052,AnchorPointVisibility:7340053,GraphicDimensions:7340064,NumberOfGraphicPoints:7340065,GraphicData:7340066,GraphicType:7340067,GraphicFilled:7340068,ImageRotationRetired:7340096,ImageHorizontalFlip:7340097,ImageRotation:7340098,DisplayedAreaTopLeftHandCornerTrial:7340112,DisplayedAreaBottomRightHandCornerTrial:7340113,DisplayedAreaTopLeftHandCorner:7340114,DisplayedAreaBottomRightHandCorner:7340115,DisplayedAreaSelectionSequence:7340122,GraphicLayerSequence:7340128,GraphicLayerOrder:7340130,GraphicLayerRecommendedDisplayGrayscaleValue:7340134,GraphicLayerRecommendedDisplayRGBValue:7340135,GraphicLayerDescription:7340136,ContentLabel:7340160,ContentDescription:7340161,PresentationCreationDate:7340162,PresentationCreationTime:7340163,ContentCreatorName:7340164,ContentCreatorIdentificationCodeSequence:7340166,AlternateContentDescriptionSequence:7340167,PresentationSizeMode:7340288,PresentationPixelSpacing:7340289,PresentationPixelAspectRatio:7340290,PresentationPixelMagnificationRatio:7340291,GraphicGroupLabel:7340551,GraphicGroupDescription:7340552,CompoundGraphicSequence:7340553,CompoundGraphicInstanceID:7340582,FontName:7340583,FontNameType:7340584,CSSFontName:7340585,RotationAngle:7340592,TextStyleSequence:7340593,LineStyleSequence:7340594,FillStyleSequence:7340595,GraphicGroupSequence:7340596,TextColorCIELabValue:7340609,HorizontalAlignment:7340610,VerticalAlignment:7340611,ShadowStyle:7340612,ShadowOffsetX:7340613,ShadowOffsetY:7340614,ShadowColorCIELabValue:7340615,Underlined:7340616,Bold:7340617,Italic:7340624,PatternOnColorCIELabValue:7340625,PatternOffColorCIELabValue:7340626,LineThickness:7340627,LineDashingStyle:7340628,LinePattern:7340629,FillPattern:7340630,FillMode:7340631,ShadowOpacity:7340632,GapLength:7340641,DiameterOfVisibility:7340642,RotationPoint:7340659,TickAlignment:7340660,ShowTickLabel:7340664,TickLabelAlignment:7340665,CompoundGraphicUnits:7340674,PatternOnOpacity:7340676,PatternOffOpacity:7340677,MajorTicksSequence:7340679,TickPosition:7340680,TickLabel:7340681,CompoundGraphicType:7340692,GraphicGroupID:7340693,ShapeType:7340806,RegistrationSequence:7340808,MatrixRegistrationSequence:7340809,MatrixSequence:7340810,FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix:7340811,FrameOfReferenceTransformationMatrixType:7340812,RegistrationTypeCodeSequence:7340813,FiducialDescription:7340815,FiducialIdentifier:7340816,FiducialIdentifierCodeSequence:7340817,ContourUncertaintyRadius:7340818,UsedFiducialsSequence:7340820,GraphicCoordinatesDataSequence:7340824,FiducialUID:7340826,ReferencedFiducialUID:7340827,FiducialSetSequence:7340828,FiducialSequence:7340830,FiducialsPropertyCategoryCodeSequence:7340831,GraphicLayerRecommendedDisplayCIELabValue:7341057,BlendingSequence:7341058,RelativeOpacity:7341059,ReferencedSpatialRegistrationSequence:7341060,BlendingPosition:7341061,PresentationDisplayCollectionUID:7344385,PresentationSequenceCollectionUID:7344386,PresentationSequencePositionIndex:7344387,RenderedImageReferenceSequence:7344388,VolumetricPresentationStateInputSequence:7344641,PresentationInputType:7344642,InputSequencePositionIndex:7344643,Crop:7344644,CroppingSpecificationIndex:7344645,CompositingMethod:7344646,VolumetricPresentationInputNumber:7344647,ImageVolumeGeometry:7344648,VolumetricPresentationInputSetUID:7344649,VolumetricPresentationInputSetSequence:7344650,GlobalCrop:7344651,GlobalCroppingSpecificationIndex:7344652,RenderingMethod:7344653,VolumeCroppingSequence:7344897,VolumeCroppingMethod:7344898,BoundingBoxCrop:7344899,ObliqueCroppingPlaneSequence:7344900,Plane:7344901,PlaneNormal:7344902,CroppingSpecificationNumber:7344905,MultiPlanarReconstructionStyle:7345409,MPRThicknessType:7345410,MPRSlabThickness:7345411,MPRTopLeftHandCorner:7345413,MPRViewWidthDirection:7345415,MPRViewWidth:7345416,NumberOfVolumetricCurvePoints:7345420,VolumetricCurvePoints:7345421,MPRViewHeightDirection:7345425,MPRViewHeight:7345426,RenderProjection:7345666,ViewpointPosition:7345667,ViewpointLookAtPoint:7345668,ViewpointUpDirection:7345669,RenderFieldOfView:7345670,SamplingStepSize:7345671,ShadingStyle:7345921,AmbientReflectionIntensity:7345922,LightDirection:7345923,DiffuseReflectionIntensity:7345924,SpecularReflectionIntensity:7345925,Shininess:7345926,PresentationStateClassificationComponentSequence:7346177,ComponentType:7346178,ComponentInputSequence:7346179,VolumetricPresentationInputIndex:7346180,PresentationStateCompositorComponentSequence:7346181,WeightingTransferFunctionSequence:7346182,WeightingLookupTableDescriptor:7346183,WeightingLookupTableData:7346184,VolumetricAnnotationSequence:7346433,ReferencedStructuredContextSequence:7346435,ReferencedContentItem:7346436,VolumetricPresentationInputAnnotationSequence:7346437,AnnotationClipping:7346439,PresentationAnimationStyle:7346689,RecommendedAnimationRate:7346691,AnimationCurveSequence:7346692,AnimationStepSize:7346693,SwivelRange:7346694,VolumetricCurveUpDirections:7346695,VolumeStreamSequence:7346696,RGBATransferFunctionDescription:7346697,AdvancedBlendingSequence:7346945,BlendingInputNumber:7346946,BlendingDisplayInputSequence:7346947,BlendingDisplaySequence:7346948,BlendingMode:7346950,TimeSeriesBlending:7346951,GeometryForDisplay:7346952,ThresholdSequence:7346961,ThresholdValueSequence:7346962,ThresholdType:7346963,ThresholdValue:7346964,HangingProtocolName:7471106,HangingProtocolDescription:7471108,HangingProtocolLevel:7471110,HangingProtocolCreator:7471112,HangingProtocolCreationDateTime:7471114,HangingProtocolDefinitionSequence:7471116,HangingProtocolUserIdentificationCodeSequence:7471118,HangingProtocolUserGroupName:7471120,SourceHangingProtocolSequence:7471122,NumberOfPriorsReferenced:7471124,ImageSetsSequence:7471136,ImageSetSelectorSequence:7471138,ImageSetSelectorUsageFlag:7471140,SelectorAttribute:7471142,SelectorValueNumber:7471144,TimeBasedImageSetsSequence:7471152,ImageSetNumber:7471154,ImageSetSelectorCategory:7471156,RelativeTime:7471160,RelativeTimeUnits:7471162,AbstractPriorValue:7471164,AbstractPriorCodeSequence:7471166,ImageSetLabel:7471168,SelectorAttributeVR:7471184,SelectorSequencePointer:7471186,SelectorSequencePointerPrivateCreator:7471188,SelectorAttributePrivateCreator:7471190,SelectorAEValue:7471198,SelectorASValue:7471199,SelectorATValue:7471200,SelectorDAValue:7471201,SelectorCSValue:7471202,SelectorDTValue:7471203,SelectorISValue:7471204,SelectorOBValue:7471205,SelectorLOValue:7471206,SelectorOFValue:7471207,SelectorLTValue:7471208,SelectorOWValue:7471209,SelectorPNValue:7471210,SelectorTMValue:7471211,SelectorSHValue:7471212,SelectorUNValue:7471213,SelectorSTValue:7471214,SelectorUCValue:7471215,SelectorUTValue:7471216,SelectorURValue:7471217,SelectorDSValue:7471218,SelectorODValue:7471219,SelectorFDValue:7471220,SelectorOLValue:7471221,SelectorFLValue:7471222,SelectorULValue:7471224,SelectorUSValue:7471226,SelectorSLValue:7471228,SelectorSSValue:7471230,SelectorUIValue:7471231,SelectorCodeSequenceValue:7471232,NumberOfScreens:7471360,NominalScreenDefinitionSequence:7471362,NumberOfVerticalPixels:7471364,NumberOfHorizontalPixels:7471366,DisplayEnvironmentSpatialPosition:7471368,ScreenMinimumGrayscaleBitDepth:7471370,ScreenMinimumColorBitDepth:7471372,ApplicationMaximumRepaintTime:7471374,DisplaySetsSequence:7471616,DisplaySetNumber:7471618,DisplaySetLabel:7471619,DisplaySetPresentationGroup:7471620,DisplaySetPresentationGroupDescription:7471622,PartialDataDisplayHandling:7471624,SynchronizedScrollingSequence:7471632,DisplaySetScrollingGroup:7471634,NavigationIndicatorSequence:7471636,NavigationDisplaySet:7471638,ReferenceDisplaySets:7471640,ImageBoxesSequence:7471872,ImageBoxNumber:7471874,ImageBoxLayoutType:7471876,ImageBoxTileHorizontalDimension:7471878,ImageBoxTileVerticalDimension:7471880,ImageBoxScrollDirection:7471888,ImageBoxSmallScrollType:7471890,ImageBoxSmallScrollAmount:7471892,ImageBoxLargeScrollType:7471894,ImageBoxLargeScrollAmount:7471896,ImageBoxOverlapPriority:7471904,CineRelativeToRealTime:7471920,FilterOperationsSequence:7472128,FilterByCategory:7472130,FilterByAttributePresence:7472132,FilterByOperator:7472134,StructuredDisplayBackgroundCIELabValue:7472160,EmptyImageBoxCIELabValue:7472161,StructuredDisplayImageBoxSequence:7472162,StructuredDisplayTextBoxSequence:7472164,ReferencedFirstFrameSequence:7472167,ImageBoxSynchronizationSequence:7472176,SynchronizedImageBoxList:7472178,TypeOfSynchronization:7472180,BlendingOperationType:7472384,ReformattingOperationType:7472400,ReformattingThickness:7472402,ReformattingInterval:7472404,ReformattingOperationInitialViewDirection:7472406,ThreeDRenderingType:7472416,SortingOperationsSequence:7472640,SortByCategory:7472642,SortingDirection:7472644,DisplaySetPatientOrientation:7472896,VOIType:7472898,PseudoColorType:7472900,PseudoColorPaletteInstanceReferenceSequence:7472901,ShowGrayscaleInverted:7472902,ShowImageTrueSizeFlag:7472912,ShowGraphicAnnotationFlag:7472914,ShowPatientDemographicsFlag:7472916,ShowAcquisitionTechniquesFlag:7472918,DisplaySetHorizontalJustification:7472919,DisplaySetVerticalJustification:7472920,ContinuationStartMeterset:7602464,ContinuationEndMeterset:7602465,ProcedureStepState:7606272,ProcedureStepProgressInformationSequence:7606274,ProcedureStepProgress:7606276,ProcedureStepProgressDescription:7606278,ProcedureStepProgressParametersSequence:7606279,ProcedureStepCommunicationsURISequence:7606280,ContactURI:7606282,ContactDisplayName:7606284,ProcedureStepDiscontinuationReasonCodeSequence:7606286,BeamTaskSequence:7606304,BeamTaskType:7606306,BeamOrderIndexTrial:7606308,AutosequenceFlag:7606309,TableTopVerticalAdjustedPosition:7606310,TableTopLongitudinalAdjustedPosition:7606311,TableTopLateralAdjustedPosition:7606312,PatientSupportAdjustedAngle:7606314,TableTopEccentricAdjustedAngle:7606315,TableTopPitchAdjustedAngle:7606316,TableTopRollAdjustedAngle:7606317,DeliveryVerificationImageSequence:7606320,VerificationImageTiming:7606322,DoubleExposureFlag:7606324,DoubleExposureOrdering:7606326,DoubleExposureMetersetTrial:7606328,DoubleExposureFieldDeltaTrial:7606330,RelatedReferenceRTImageSequence:7606336,GeneralMachineVerificationSequence:7606338,ConventionalMachineVerificationSequence:7606340,IonMachineVerificationSequence:7606342,FailedAttributesSequence:7606344,OverriddenAttributesSequence:7606346,ConventionalControlPointVerificationSequence:7606348,IonControlPointVerificationSequence:7606350,AttributeOccurrenceSequence:7606352,AttributeOccurrencePointer:7606354,AttributeItemSelector:7606356,AttributeOccurrencePrivateCreator:7606358,SelectorSequencePointerItems:7606359,ScheduledProcedureStepPriority:7606784,WorklistLabel:7606786,ProcedureStepLabel:7606788,ScheduledProcessingParametersSequence:7606800,PerformedProcessingParametersSequence:7606802,UnifiedProcedureStepPerformedProcedureSequence:7606806,RelatedProcedureStepSequence:7606816,ProcedureStepRelationshipType:7606818,ReplacedProcedureStepSequence:7606820,DeletionLock:7606832,ReceivingAE:7606836,RequestingAE:7606838,ReasonForCancellation:7606840,SCPStatus:7606850,SubscriptionListStatus:7606852,UnifiedProcedureStepListStatus:7606854,BeamOrderIndex:7607076,DoubleExposureMeterset:7607096,DoubleExposureFieldDelta:7607098,BrachyTaskSequence:7607297,ContinuationStartTotalReferenceAirKerma:7607298,ContinuationEndTotalReferenceAirKerma:7607299,ContinuationPulseNumber:7607300,ChannelDeliveryOrderSequence:7607301,ReferencedChannelNumber:7607302,StartCumulativeTimeWeight:7607303,EndCumulativeTimeWeight:7607304,OmittedChannelSequence:7607305,ReasonForChannelOmission:7607306,ReasonForChannelOmissionDescription:7607307,ChannelDeliveryOrderIndex:7607308,ChannelDeliveryContinuationSequence:7607309,OmittedApplicationSetupSequence:7607310,ImplantAssemblyTemplateName:7733249,ImplantAssemblyTemplateIssuer:7733251,ImplantAssemblyTemplateVersion:7733254,ReplacedImplantAssemblyTemplateSequence:7733256,ImplantAssemblyTemplateType:7733258,OriginalImplantAssemblyTemplateSequence:7733260,DerivationImplantAssemblyTemplateSequence:7733262,ImplantAssemblyTemplateTargetAnatomySequence:7733264,ProcedureTypeCodeSequence:7733280,SurgicalTechnique:7733296,ComponentTypesSequence:7733298,ComponentTypeCodeSequence:7733300,ExclusiveComponentType:7733302,MandatoryComponentType:7733304,ComponentSequence:7733312,ComponentID:7733333,ComponentAssemblySequence:7733344,Component1ReferencedID:7733360,Component1ReferencedMatingFeatureSetID:7733376,Component1ReferencedMatingFeatureID:7733392,Component2ReferencedID:7733408,Component2ReferencedMatingFeatureSetID:7733424,Component2ReferencedMatingFeatureID:7733440,ImplantTemplateGroupName:7864321,ImplantTemplateGroupDescription:7864336,ImplantTemplateGroupIssuer:7864352,ImplantTemplateGroupVersion:7864356,ReplacedImplantTemplateGroupSequence:7864358,ImplantTemplateGroupTargetAnatomySequence:7864360,ImplantTemplateGroupMembersSequence:7864362,ImplantTemplateGroupMemberID:7864366,ThreeDImplantTemplateGroupMemberMatchingPoint:7864400,ThreeDImplantTemplateGroupMemberMatchingAxes:7864416,ImplantTemplateGroupMemberMatching2DCoordinatesSequence:7864432,TwoDImplantTemplateGroupMemberMatchingPoint:7864464,TwoDImplantTemplateGroupMemberMatchingAxes:7864480,ImplantTemplateGroupVariationDimensionSequence:7864496,ImplantTemplateGroupVariationDimensionName:7864498,ImplantTemplateGroupVariationDimensionRankSequence:7864500,ReferencedImplantTemplateGroupMemberID:7864502,ImplantTemplateGroupVariationDimensionRank:7864504,SurfaceScanAcquisitionTypeCodeSequence:8388609,SurfaceScanModeCodeSequence:8388610,RegistrationMethodCodeSequence:8388611,ShotDurationTime:8388612,ShotOffsetTime:8388613,SurfacePointPresentationValueData:8388614,SurfacePointColorCIELabValueData:8388615,UVMappingSequence:8388616,TextureLabel:8388617,UValueData:8388624,VValueData:8388625,ReferencedTextureSequence:8388626,ReferencedSurfaceDataSequence:8388627,AssessmentSummary:8519681,AssessmentSummaryDescription:8519683,AssessedSOPInstanceSequence:8519684,ReferencedComparisonSOPInstanceSequence:8519685,NumberOfAssessmentObservations:8519686,AssessmentObservationsSequence:8519687,ObservationSignificance:8519688,ObservationDescription:8519690,StructuredConstraintObservationSequence:8519692,AssessedAttributeValueSequence:8519696,AssessmentSetID:8519702,AssessmentRequesterSequence:8519703,SelectorAttributeName:8519704,SelectorAttributeKeyword:8519705,AssessmentTypeCodeSequence:8519713,ObservationBasisCodeSequence:8519714,AssessmentLabel:8519715,ConstraintType:8519730,SpecificationSelectionGuidance:8519731,ConstraintValueSequence:8519732,RecommendedDefaultValueSequence:8519733,ConstraintViolationSignificance:8519734,ConstraintViolationCondition:8519735,ModifiableConstraintFlag:8519736,StorageMediaFileSetID:8913200,StorageMediaFileSetUID:8913216,IconImageSequence:8913408,TopicTitle:8915204,TopicSubject:8915206,TopicAuthor:8915216,TopicKeywords:8915218,SOPInstanceStatus:16778256,SOPAuthorizationDateTime:16778272,SOPAuthorizationComment:16778276,AuthorizationEquipmentCertificationNumber:16778278,MACIDNumber:67108869,MACCalculationTransferSyntaxUID:67108880,MACAlgorithm:67108885,DataElementsSigned:67108896,DigitalSignatureUID:67109120,DigitalSignatureDateTime:67109125,CertificateType:67109136,CertificateOfSigner:67109141,Signature:67109152,CertifiedTimestampType:67109637,CertifiedTimestamp:67109648,DigitalSignaturePurposeCodeSequence:67109889,ReferencedDigitalSignatureSequence:67109890,ReferencedSOPInstanceMACSequence:67109891,MAC:67109892,EncryptedAttributesSequence:67110144,EncryptedContentTransferSyntaxUID:67110160,EncryptedContent:67110176,ModifiedAttributesSequence:67110224,OriginalAttributesSequence:67110241,AttributeModificationDateTime:67110242,ModifyingSystem:67110243,SourceOfPreviousValues:67110244,ReasonForTheAttributeModification:67110245,EscapeTriplet:268435456,RunLengthTriplet:268435457,HuffmanTableSize:268435458,HuffmanTableTriplet:268435459,ShiftTableSize:268435460,ShiftTableTriplet:268435461,ZonalMap:269484032,NumberOfCopies:536870928,PrinterConfigurationSequence:536870942,PrintPriority:536870944,MediumType:536870960,FilmDestination:536870976,FilmSessionLabel:536870992,MemoryAllocation:536871008,MaximumMemoryAllocation:536871009,ColorImagePrintingFlag:536871010,CollationFlag:536871011,AnnotationFlag:536871013,ImageOverlayFlag:536871015,PresentationLUTFlag:536871017,ImageBoxPresentationLUTFlag:536871018,MemoryBitDepth:536871072,PrintingBitDepth:536871073,MediaInstalledSequence:536871074,OtherMediaAvailableSequence:536871076,SupportedImageDisplayFormatsSequence:536871080,ReferencedFilmBoxSequence:536872192,ReferencedStoredPrintSequence:536872208,ImageDisplayFormat:537919504,AnnotationDisplayFormatID:537919536,FilmOrientation:537919552,FilmSizeID:537919568,PrinterResolutionID:537919570,DefaultPrinterResolutionID:537919572,MagnificationType:537919584,SmoothingType:537919616,DefaultMagnificationType:537919654,OtherMagnificationTypesAvailable:537919655,DefaultSmoothingType:537919656,OtherSmoothingTypesAvailable:537919657,BorderDensity:537919744,EmptyImageDensity:537919760,MinDensity:537919776,MaxDensity:537919792,Trim:537919808,ConfigurationInformation:537919824,ConfigurationInformationDescription:537919826,MaximumCollatedFilms:537919828,Illumination:537919838,ReflectedAmbientLight:537919840,PrinterPixelSpacing:537920374,ReferencedFilmSessionSequence:537920768,ReferencedImageBoxSequence:537920784,ReferencedBasicAnnotationBoxSequence:537920800,ImageBoxPosition:538968080,Polarity:538968096,RequestedImageSize:538968112,RequestedDecimateCropBehavior:538968128,RequestedResolutionID:538968144,RequestedImageSizeFlag:538968224,DecimateCropResult:538968226,BasicGrayscaleImageSequence:538968336,BasicColorImageSequence:538968337,ReferencedImageOverlayBoxSequence:538968368,ReferencedVOILUTBoxSequence:538968384,AnnotationPosition:540016656,TextString:540016672,ReferencedOverlayPlaneSequence:541065232,ReferencedOverlayPlaneGroups:541065233,OverlayPixelDataSequence:541065248,OverlayMagnificationType:541065312,OverlaySmoothingType:541065328,OverlayOrImageMagnification:541065330,MagnifyToNumberOfColumns:541065332,OverlayForegroundDensity:541065344,OverlayBackgroundDensity:541065346,OverlayMode:541065360,ThresholdDensity:541065472,ReferencedImageBoxSequenceRetired:541066496,PresentationLUTSequence:542113808,PresentationLUTShape:542113824,ReferencedPresentationLUTSequence:542115072,PrintJobID:553648144,ExecutionStatus:553648160,ExecutionStatusInfo:553648176,CreationDate:553648192,CreationTime:553648208,Originator:553648240,DestinationAE:553648448,OwnerID:553648480,NumberOfFilms:553648496,ReferencedPrintJobSequencePullStoredPrint:553649408,PrinterStatus:554696720,PrinterStatusInfo:554696736,PrinterName:554696752,PrintQueueID:554696857,QueueStatus:555745296,PrintJobDescriptionSequence:555745360,ReferencedPrintJobSequence:555745392,PrintManagementCapabilitiesSequence:556793872,PrinterCharacteristicsSequence:556793877,FilmBoxContentSequence:556793904,ImageBoxContentSequence:556793920,AnnotationContentSequence:556793936,ImageOverlayBoxContentSequence:556793952,PresentationLUTContentSequence:556793984,ProposedStudySequence:556794016,OriginalImageSequence:556794048,LabelUsingInformationExtractedFromInstances:570425345,LabelText:570425346,LabelStyleSelection:570425347,MediaDisposition:570425348,BarcodeValue:570425349,BarcodeSymbology:570425350,AllowMediaSplitting:570425351,IncludeNonDICOMObjects:570425352,IncludeDisplayApplication:570425353,PreserveCompositeInstancesAfterMediaCreation:570425354,TotalNumberOfPiecesOfMediaCreated:570425355,RequestedMediaApplicationProfile:570425356,ReferencedStorageMediaSequence:570425357,FailureAttributes:570425358,AllowLossyCompression:570425359,RequestPriority:570425376,RTImageLabel:805437442,RTImageName:805437443,RTImageDescription:805437444,ReportedValuesOrigin:805437450,RTImagePlane:805437452,XRayImageReceptorTranslation:805437453,XRayImageReceptorAngle:805437454,RTImageOrientation:805437456,ImagePlanePixelSpacing:805437457,RTImagePosition:805437458,RadiationMachineName:805437472,RadiationMachineSAD:805437474,RadiationMachineSSD:805437476,RTImageSID:805437478,SourceToReferenceObjectDistance:805437480,FractionNumber:805437481,ExposureSequence:805437488,MetersetExposure:805437490,DiaphragmPosition:805437492,FluenceMapSequence:805437504,FluenceDataSource:805437505,FluenceDataScale:805437506,PrimaryFluenceModeSequence:805437520,FluenceMode:805437521,FluenceModeID:805437522,DVHType:805568513,DoseUnits:805568514,DoseType:805568516,SpatialTransformOfDose:805568517,DoseComment:805568518,NormalizationPoint:805568520,DoseSummationType:805568522,GridFrameOffsetVector:805568524,DoseGridScaling:805568526,RTDoseROISequence:805568528,DoseValue:805568530,TissueHeterogeneityCorrection:805568532,DVHNormalizationPoint:805568576,DVHNormalizationDoseValue:805568578,DVHSequence:805568592,DVHDoseScaling:805568594,DVHVolumeUnits:805568596,DVHNumberOfBins:805568598,DVHData:805568600,DVHReferencedROISequence:805568608,DVHROIContributionType:805568610,DVHMinimumDose:805568624,DVHMaximumDose:805568626,DVHMeanDose:805568628,StructureSetLabel:805699586,StructureSetName:805699588,StructureSetDescription:805699590,StructureSetDate:805699592,StructureSetTime:805699593,ReferencedFrameOfReferenceSequence:805699600,RTReferencedStudySequence:805699602,RTReferencedSeriesSequence:805699604,ContourImageSequence:805699606,PredecessorStructureSetSequence:805699608,StructureSetROISequence:805699616,ROINumber:805699618,ReferencedFrameOfReferenceUID:805699620,ROIName:805699622,ROIDescription:805699624,ROIDisplayColor:805699626,ROIVolume:805699628,RTRelatedROISequence:805699632,RTROIRelationship:805699635,ROIGenerationAlgorithm:805699638,ROIGenerationDescription:805699640,ROIContourSequence:805699641,ContourSequence:805699648,ContourGeometricType:805699650,ContourSlabThickness:805699652,ContourOffsetVector:805699653,NumberOfContourPoints:805699654,ContourNumber:805699656,AttachedContours:805699657,ContourData:805699664,RTROIObservationsSequence:805699712,ObservationNumber:805699714,ReferencedROINumber:805699716,ROIObservationLabel:805699717,RTROIIdentificationCodeSequence:805699718,ROIObservationDescription:805699720,RelatedRTROIObservationsSequence:805699744,RTROIInterpretedType:805699748,ROIInterpreter:805699750,ROIPhysicalPropertiesSequence:805699760,ROIPhysicalProperty:805699762,ROIPhysicalPropertyValue:805699764,ROIElementalCompositionSequence:805699766,ROIElementalCompositionAtomicNumber:805699767,ROIElementalCompositionAtomicMassFraction:805699768,AdditionalRTROIIdentificationCodeSequence:805699769,FrameOfReferenceRelationshipSequence:805699776,RelatedFrameOfReferenceUID:805699778,FrameOfReferenceTransformationType:805699780,FrameOfReferenceTransformationMatrix:805699782,FrameOfReferenceTransformationComment:805699784,MeasuredDoseReferenceSequence:805830672,MeasuredDoseDescription:805830674,MeasuredDoseType:805830676,MeasuredDoseValue:805830678,TreatmentSessionBeamSequence:805830688,TreatmentSessionIonBeamSequence:805830689,CurrentFractionNumber:805830690,TreatmentControlPointDate:805830692,TreatmentControlPointTime:805830693,TreatmentTerminationStatus:805830698,TreatmentTerminationCode:805830699,TreatmentVerificationStatus:805830700,ReferencedTreatmentRecordSequence:805830704,SpecifiedPrimaryMeterset:805830706,SpecifiedSecondaryMeterset:805830707,DeliveredPrimaryMeterset:805830710,DeliveredSecondaryMeterset:805830711,SpecifiedTreatmentTime:805830714,DeliveredTreatmentTime:805830715,ControlPointDeliverySequence:805830720,IonControlPointDeliverySequence:805830721,SpecifiedMeterset:805830722,DeliveredMeterset:805830724,MetersetRateSet:805830725,MetersetRateDelivered:805830726,ScanSpotMetersetsDelivered:805830727,DoseRateDelivered:805830728,TreatmentSummaryCalculatedDoseReferenceSequence:805830736,CumulativeDoseToDoseReference:805830738,FirstTreatmentDate:805830740,MostRecentTreatmentDate:805830742,NumberOfFractionsDelivered:805830746,OverrideSequence:805830752,ParameterSequencePointer:805830753,OverrideParameterPointer:805830754,ParameterItemIndex:805830755,MeasuredDoseReferenceNumber:805830756,ParameterPointer:805830757,OverrideReason:805830758,ParameterValueNumber:805830759,CorrectedParameterSequence:805830760,CorrectionValue:805830762,CalculatedDoseReferenceSequence:805830768,CalculatedDoseReferenceNumber:805830770,CalculatedDoseReferenceDescription:805830772,CalculatedDoseReferenceDoseValue:805830774,StartMeterset:805830776,EndMeterset:805830778,ReferencedMeasuredDoseReferenceSequence:805830784,ReferencedMeasuredDoseReferenceNumber:805830786,ReferencedCalculatedDoseReferenceSequence:805830800,ReferencedCalculatedDoseReferenceNumber:805830802,BeamLimitingDeviceLeafPairsSequence:805830816,RecordedWedgeSequence:805830832,RecordedCompensatorSequence:805830848,RecordedBlockSequence:805830864,TreatmentSummaryMeasuredDoseReferenceSequence:805830880,RecordedSnoutSequence:805830896,RecordedRangeShifterSequence:805830898,RecordedLateralSpreadingDeviceSequence:805830900,RecordedRangeModulatorSequence:805830902,RecordedSourceSequence:805830912,SourceSerialNumber:805830917,TreatmentSessionApplicationSetupSequence:805830928,ApplicationSetupCheck:805830934,RecordedBrachyAccessoryDeviceSequence:805830944,ReferencedBrachyAccessoryDeviceNumber:805830946,RecordedChannelSequence:805830960,SpecifiedChannelTotalTime:805830962,DeliveredChannelTotalTime:805830964,SpecifiedNumberOfPulses:805830966,DeliveredNumberOfPulses:805830968,SpecifiedPulseRepetitionInterval:805830970,DeliveredPulseRepetitionInterval:805830972,RecordedSourceApplicatorSequence:805830976,ReferencedSourceApplicatorNumber:805830978,RecordedChannelShieldSequence:805830992,ReferencedChannelShieldNumber:805830994,BrachyControlPointDeliveredSequence:805831008,SafePositionExitDate:805831010,SafePositionExitTime:805831012,SafePositionReturnDate:805831014,SafePositionReturnTime:805831016,PulseSpecificBrachyControlPointDeliveredSequence:805831025,PulseNumber:805831026,BrachyPulseControlPointDeliveredSequence:805831027,CurrentTreatmentStatus:805831168,TreatmentStatusComment:805831170,FractionGroupSummarySequence:805831200,ReferencedFractionNumber:805831203,FractionGroupType:805831204,BeamStopperPosition:805831216,FractionStatusSummarySequence:805831232,TreatmentDate:805831248,TreatmentTime:805831249,RTPlanLabel:805961730,RTPlanName:805961731,RTPlanDescription:805961732,RTPlanDate:805961734,RTPlanTime:805961735,TreatmentProtocols:805961737,PlanIntent:805961738,TreatmentSites:805961739,RTPlanGeometry:805961740,PrescriptionDescription:805961742,DoseReferenceSequence:805961744,DoseReferenceNumber:805961746,DoseReferenceUID:805961747,DoseReferenceStructureType:805961748,NominalBeamEnergyUnit:805961749,DoseReferenceDescription:805961750,DoseReferencePointCoordinates:805961752,NominalPriorDose:805961754,DoseReferenceType:805961760,ConstraintWeight:805961761,DeliveryWarningDose:805961762,DeliveryMaximumDose:805961763,TargetMinimumDose:805961765,TargetPrescriptionDose:805961766,TargetMaximumDose:805961767,TargetUnderdoseVolumeFraction:805961768,OrganAtRiskFullVolumeDose:805961770,OrganAtRiskLimitDose:805961771,OrganAtRiskMaximumDose:805961772,OrganAtRiskOverdoseVolumeFraction:805961773,ToleranceTableSequence:805961792,ToleranceTableNumber:805961794,ToleranceTableLabel:805961795,GantryAngleTolerance:805961796,BeamLimitingDeviceAngleTolerance:805961798,BeamLimitingDeviceToleranceSequence:805961800,BeamLimitingDevicePositionTolerance:805961802,SnoutPositionTolerance:805961803,PatientSupportAngleTolerance:805961804,TableTopEccentricAngleTolerance:805961806,TableTopPitchAngleTolerance:805961807,TableTopRollAngleTolerance:805961808,TableTopVerticalPositionTolerance:805961809,TableTopLongitudinalPositionTolerance:805961810,TableTopLateralPositionTolerance:805961811,RTPlanRelationship:805961813,FractionGroupSequence:805961840,FractionGroupNumber:805961841,FractionGroupDescription:805961842,NumberOfFractionsPlanned:805961848,NumberOfFractionPatternDigitsPerDay:805961849,RepeatFractionCycleLength:805961850,FractionPattern:805961851,NumberOfBeams:805961856,BeamDoseSpecificationPoint:805961858,ReferencedDoseReferenceUID:805961859,BeamDose:805961860,BeamMeterset:805961862,BeamDosePointDepth:805961864,BeamDosePointEquivalentDepth:805961865,BeamDosePointSSD:805961866,BeamDoseMeaning:805961867,BeamDoseVerificationControlPointSequence:805961868,AverageBeamDosePointDepth:805961869,AverageBeamDosePointEquivalentDepth:805961870,AverageBeamDosePointSSD:805961871,BeamDoseType:805961872,AlternateBeamDose:805961873,AlternateBeamDoseType:805961874,DepthValueAveragingFlag:805961875,NumberOfBrachyApplicationSetups:805961888,BrachyApplicationSetupDoseSpecificationPoint:805961890,BrachyApplicationSetupDose:805961892,BeamSequence:805961904,TreatmentMachineName:805961906,PrimaryDosimeterUnit:805961907,SourceAxisDistance:805961908,BeamLimitingDeviceSequence:805961910,RTBeamLimitingDeviceType:805961912,SourceToBeamLimitingDeviceDistance:805961914,IsocenterToBeamLimitingDeviceDistance:805961915,NumberOfLeafJawPairs:805961916,LeafPositionBoundaries:805961918,BeamNumber:805961920,BeamName:805961922,BeamDescription:805961923,BeamType:805961924,BeamDeliveryDurationLimit:805961925,RadiationType:805961926,HighDoseTechniqueType:805961927,ReferenceImageNumber:805961928,PlannedVerificationImageSequence:805961930,ImagingDeviceSpecificAcquisitionParameters:805961932,TreatmentDeliveryType:805961934,NumberOfWedges:805961936,WedgeSequence:805961937,WedgeNumber:805961938,WedgeType:805961939,WedgeID:805961940,WedgeAngle:805961941,WedgeFactor:805961942,TotalWedgeTrayWaterEquivalentThickness:805961943,WedgeOrientation:805961944,IsocenterToWedgeTrayDistance:805961945,SourceToWedgeTrayDistance:805961946,WedgeThinEdgePosition:805961947,BolusID:805961948,BolusDescription:805961949,EffectiveWedgeAngle:805961950,NumberOfCompensators:805961952,MaterialID:805961953,TotalCompensatorTrayFactor:805961954,CompensatorSequence:805961955,CompensatorNumber:805961956,CompensatorID:805961957,SourceToCompensatorTrayDistance:805961958,CompensatorRows:805961959,CompensatorColumns:805961960,CompensatorPixelSpacing:805961961,CompensatorPosition:805961962,CompensatorTransmissionData:805961963,CompensatorThicknessData:805961964,NumberOfBoli:805961965,CompensatorType:805961966,CompensatorTrayID:805961967,NumberOfBlocks:805961968,TotalBlockTrayFactor:805961970,TotalBlockTrayWaterEquivalentThickness:805961971,BlockSequence:805961972,BlockTrayID:805961973,SourceToBlockTrayDistance:805961974,IsocenterToBlockTrayDistance:805961975,BlockType:805961976,AccessoryCode:805961977,BlockDivergence:805961978,BlockMountingPosition:805961979,BlockNumber:805961980,BlockName:805961982,BlockThickness:805961984,BlockTransmission:805961986,BlockNumberOfPoints:805961988,BlockData:805961990,ApplicatorSequence:805961991,ApplicatorID:805961992,ApplicatorType:805961993,ApplicatorDescription:805961994,CumulativeDoseReferenceCoefficient:805961996,FinalCumulativeMetersetWeight:805961998,NumberOfControlPoints:805962e3,ControlPointSequence:805962001,ControlPointIndex:805962002,NominalBeamEnergy:805962004,DoseRateSet:805962005,WedgePositionSequence:805962006,WedgePosition:805962008,BeamLimitingDevicePositionSequence:805962010,LeafJawPositions:805962012,GantryAngle:805962014,GantryRotationDirection:805962015,BeamLimitingDeviceAngle:805962016,BeamLimitingDeviceRotationDirection:805962017,PatientSupportAngle:805962018,PatientSupportRotationDirection:805962019,TableTopEccentricAxisDistance:805962020,TableTopEccentricAngle:805962021,TableTopEccentricRotationDirection:805962022,TableTopVerticalPosition:805962024,TableTopLongitudinalPosition:805962025,TableTopLateralPosition:805962026,IsocenterPosition:805962028,SurfaceEntryPoint:805962030,SourceToSurfaceDistance:805962032,AverageBeamDosePointSourceToExternalContourDistance:805962033,SourceToExternalContourDistance:805962034,ExternalContourEntryPoint:805962035,CumulativeMetersetWeight:805962036,TableTopPitchAngle:805962048,TableTopPitchRotationDirection:805962050,TableTopRollAngle:805962052,TableTopRollRotationDirection:805962054,HeadFixationAngle:805962056,GantryPitchAngle:805962058,GantryPitchRotationDirection:805962060,GantryPitchAngleTolerance:805962062,FixationEye:805962064,ChairHeadFramePosition:805962065,HeadFixationAngleTolerance:805962066,ChairHeadFramePositionTolerance:805962067,FixationLightAzimuthalAngleTolerance:805962068,FixationLightPolarAngleTolerance:805962069,PatientSetupSequence:805962112,PatientSetupNumber:805962114,PatientSetupLabel:805962115,PatientAdditionalPosition:805962116,FixationDeviceSequence:805962128,FixationDeviceType:805962130,FixationDeviceLabel:805962132,FixationDeviceDescription:805962134,FixationDevicePosition:805962136,FixationDevicePitchAngle:805962137,FixationDeviceRollAngle:805962138,ShieldingDeviceSequence:805962144,ShieldingDeviceType:805962146,ShieldingDeviceLabel:805962148,ShieldingDeviceDescription:805962150,ShieldingDevicePosition:805962152,SetupTechnique:805962160,SetupTechniqueDescription:805962162,SetupDeviceSequence:805962164,SetupDeviceType:805962166,SetupDeviceLabel:805962168,SetupDeviceDescription:805962170,SetupDeviceParameter:805962172,SetupReferenceDescription:805962192,TableTopVerticalSetupDisplacement:805962194,TableTopLongitudinalSetupDisplacement:805962196,TableTopLateralSetupDisplacement:805962198,BrachyTreatmentTechnique:805962240,BrachyTreatmentType:805962242,TreatmentMachineSequence:805962246,SourceSequence:805962256,SourceNumber:805962258,SourceType:805962260,SourceManufacturer:805962262,ActiveSourceDiameter:805962264,ActiveSourceLength:805962266,SourceModelID:805962267,SourceDescription:805962268,SourceEncapsulationNominalThickness:805962274,SourceEncapsulationNominalTransmission:805962276,SourceIsotopeName:805962278,SourceIsotopeHalfLife:805962280,SourceStrengthUnits:805962281,ReferenceAirKermaRate:805962282,SourceStrength:805962283,SourceStrengthReferenceDate:805962284,SourceStrengthReferenceTime:805962286,ApplicationSetupSequence:805962288,ApplicationSetupType:805962290,ApplicationSetupNumber:805962292,ApplicationSetupName:805962294,ApplicationSetupManufacturer:805962296,TemplateNumber:805962304,TemplateType:805962306,TemplateName:805962308,TotalReferenceAirKerma:805962320,BrachyAccessoryDeviceSequence:805962336,BrachyAccessoryDeviceNumber:805962338,BrachyAccessoryDeviceID:805962339,BrachyAccessoryDeviceType:805962340,BrachyAccessoryDeviceName:805962342,BrachyAccessoryDeviceNominalThickness:805962346,BrachyAccessoryDeviceNominalTransmission:805962348,ChannelEffectiveLength:805962353,ChannelInnerLength:805962354,AfterloaderChannelID:805962355,SourceApplicatorTipLength:805962356,ChannelSequence:805962368,ChannelNumber:805962370,ChannelLength:805962372,ChannelTotalTime:805962374,SourceMovementType:805962376,NumberOfPulses:805962378,PulseRepetitionInterval:805962380,SourceApplicatorNumber:805962384,SourceApplicatorID:805962385,SourceApplicatorType:805962386,SourceApplicatorName:805962388,SourceApplicatorLength:805962390,SourceApplicatorManufacturer:805962392,SourceApplicatorWallNominalThickness:805962396,SourceApplicatorWallNominalTransmission:805962398,SourceApplicatorStepSize:805962400,TransferTubeNumber:805962402,TransferTubeLength:805962404,ChannelShieldSequence:805962416,ChannelShieldNumber:805962418,ChannelShieldID:805962419,ChannelShieldName:805962420,ChannelShieldNominalThickness:805962424,ChannelShieldNominalTransmission:805962426,FinalCumulativeTimeWeight:805962440,BrachyControlPointSequence:805962448,ControlPointRelativePosition:805962450,ControlPoint3DPosition:805962452,CumulativeTimeWeight:805962454,CompensatorDivergence:805962464,CompensatorMountingPosition:805962465,SourceToCompensatorDistance:805962466,TotalCompensatorTrayWaterEquivalentThickness:805962467,IsocenterToCompensatorTrayDistance:805962468,CompensatorColumnOffset:805962469,IsocenterToCompensatorDistances:805962470,CompensatorRelativeStoppingPowerRatio:805962471,CompensatorMillingToolDiameter:805962472,IonRangeCompensatorSequence:805962474,CompensatorDescription:805962475,RadiationMassNumber:805962498,RadiationAtomicNumber:805962500,RadiationChargeState:805962502,ScanMode:805962504,ModulatedScanModeType:805962505,VirtualSourceAxisDistances:805962506,SnoutSequence:805962508,SnoutPosition:805962509,SnoutID:805962511,NumberOfRangeShifters:805962514,RangeShifterSequence:805962516,RangeShifterNumber:805962518,RangeShifterID:805962520,RangeShifterType:805962528,RangeShifterDescription:805962530,NumberOfLateralSpreadingDevices:805962544,LateralSpreadingDeviceSequence:805962546,LateralSpreadingDeviceNumber:805962548,LateralSpreadingDeviceID:805962550,LateralSpreadingDeviceType:805962552,LateralSpreadingDeviceDescription:805962554,LateralSpreadingDeviceWaterEquivalentThickness:805962556,NumberOfRangeModulators:805962560,RangeModulatorSequence:805962562,RangeModulatorNumber:805962564,RangeModulatorID:805962566,RangeModulatorType:805962568,RangeModulatorDescription:805962570,BeamCurrentModulationID:805962572,PatientSupportType:805962576,PatientSupportID:805962578,PatientSupportAccessoryCode:805962580,TrayAccessoryCode:805962581,FixationLightAzimuthalAngle:805962582,FixationLightPolarAngle:805962584,MetersetRate:805962586,RangeShifterSettingsSequence:805962592,RangeShifterSetting:805962594,IsocenterToRangeShifterDistance:805962596,RangeShifterWaterEquivalentThickness:805962598,LateralSpreadingDeviceSettingsSequence:805962608,LateralSpreadingDeviceSetting:805962610,IsocenterToLateralSpreadingDeviceDistance:805962612,RangeModulatorSettingsSequence:805962624,RangeModulatorGatingStartValue:805962626,RangeModulatorGatingStopValue:805962628,RangeModulatorGatingStartWaterEquivalentThickness:805962630,RangeModulatorGatingStopWaterEquivalentThickness:805962632,IsocenterToRangeModulatorDistance:805962634,ScanSpotTimeOffset:805962639,ScanSpotTuneID:805962640,ScanSpotPrescribedIndices:805962641,NumberOfScanSpotPositions:805962642,ScanSpotReordered:805962643,ScanSpotPositionMap:805962644,ScanSpotReorderingAllowed:805962645,ScanSpotMetersetWeights:805962646,ScanningSpotSize:805962648,NumberOfPaintings:805962650,IonToleranceTableSequence:805962656,IonBeamSequence:805962658,IonBeamLimitingDeviceSequence:805962660,IonBlockSequence:805962662,IonControlPointSequence:805962664,IonWedgeSequence:805962666,IonWedgePositionSequence:805962668,ReferencedSetupImageSequence:805962753,SetupImageComment:805962754,MotionSynchronizationSequence:805962768,ControlPointOrientation:805962770,GeneralAccessorySequence:805962784,GeneralAccessoryID:805962785,GeneralAccessoryDescription:805962786,GeneralAccessoryType:805962787,GeneralAccessoryNumber:805962788,SourceToGeneralAccessoryDistance:805962789,ApplicatorGeometrySequence:805962801,ApplicatorApertureShape:805962802,ApplicatorOpening:805962803,ApplicatorOpeningX:805962804,ApplicatorOpeningY:805962805,SourceToApplicatorMountingPositionDistance:805962806,NumberOfBlockSlabItems:805962816,BlockSlabSequence:805962817,BlockSlabThickness:805962818,BlockSlabNumber:805962819,DeviceMotionControlSequence:805962832,DeviceMotionExecutionMode:805962833,DeviceMotionObservationMode:805962834,DeviceMotionParameterCodeSequence:805962835,DistalDepthFraction:805963009,DistalDepth:805963010,NominalRangeModulationFractions:805963011,NominalRangeModulatedRegionDepths:805963012,DepthDoseParametersSequence:805963013,DeliveredDepthDoseParametersSequence:805963014,DeliveredDistalDepthFraction:805963015,DeliveredDistalDepth:805963016,DeliveredNominalRangeModulationFractions:805963017,DeliveredNominalRangeModulatedRegionDepths:805963024,DeliveredReferenceDoseDefinition:805963025,ReferenceDoseDefinition:805963026,ReferencedRTPlanSequence:806092802,ReferencedBeamSequence:806092804,ReferencedBeamNumber:806092806,ReferencedReferenceImageNumber:806092807,StartCumulativeMetersetWeight:806092808,EndCumulativeMetersetWeight:806092809,ReferencedBrachyApplicationSetupSequence:806092810,ReferencedBrachyApplicationSetupNumber:806092812,ReferencedSourceNumber:806092814,ReferencedFractionGroupSequence:806092832,ReferencedFractionGroupNumber:806092834,ReferencedVerificationImageSequence:806092864,ReferencedReferenceImageSequence:806092866,ReferencedDoseReferenceSequence:806092880,ReferencedDoseReferenceNumber:806092881,BrachyReferencedDoseReferenceSequence:806092885,ReferencedStructureSetSequence:806092896,ReferencedPatientSetupNumber:806092906,ReferencedDoseSequence:806092928,ReferencedToleranceTableNumber:806092960,ReferencedBolusSequence:806092976,ReferencedWedgeNumber:806092992,ReferencedCompensatorNumber:806093008,ReferencedBlockNumber:806093024,ReferencedControlPointIndex:806093040,ReferencedControlPointSequence:806093042,ReferencedStartControlPointIndex:806093044,ReferencedStopControlPointIndex:806093046,ReferencedRangeShifterNumber:806093056,ReferencedLateralSpreadingDeviceNumber:806093058,ReferencedRangeModulatorNumber:806093060,OmittedBeamTaskSequence:806093073,ReasonForOmission:806093074,ReasonForOmissionDescription:806093075,ApprovalStatus:806223874,ReviewDate:806223876,ReviewTime:806223877,ReviewerName:806223880,Arbitrary:1073741840,TextComments:1073758208,ResultsID:1074266176,ResultsIDIssuer:1074266178,ReferencedInterpretationSequence:1074266192,ReportProductionStatusTrial:1074266367,InterpretationRecordedDate:1074266368,InterpretationRecordedTime:1074266369,InterpretationRecorder:1074266370,ReferenceToRecordedSound:1074266371,InterpretationTranscriptionDate:1074266376,InterpretationTranscriptionTime:1074266377,InterpretationTranscriber:1074266378,InterpretationText:1074266379,InterpretationAuthor:1074266380,InterpretationApproverSequence:1074266385,InterpretationApprovalDate:1074266386,InterpretationApprovalTime:1074266387,PhysicianApprovingInterpretation:1074266388,InterpretationDiagnosisDescription:1074266389,InterpretationDiagnosisCodeSequence:1074266391,ResultsDistributionListSequence:1074266392,DistributionName:1074266393,DistributionAddress:1074266394,InterpretationID:1074266624,InterpretationIDIssuer:1074266626,InterpretationTypeID:1074266640,InterpretationStatusID:1074266642,Impressions:1074266880,ResultsComments:1074282496,LowEnergyDetectors:1074790401,HighEnergyDetectors:1074790402,DetectorGeometrySequence:1074790404,ThreatROIVoxelSequence:1074794497,ThreatROIBase:1074794500,ThreatROIExtents:1074794501,ThreatROIBitmap:1074794502,RouteSegmentID:1074794503,GantryType:1074794504,OOIOwnerType:1074794505,RouteSegmentSequence:1074794506,PotentialThreatObjectID:1074794512,ThreatSequence:1074794513,ThreatCategory:1074794514,ThreatCategoryDescription:1074794515,ATDAbilityAssessment:1074794516,ATDAssessmentFlag:1074794517,ATDAssessmentProbability:1074794518,Mass:1074794519,Density:1074794520,ZEffective:1074794521,BoardingPassID:1074794522,CenterOfMass:1074794523,CenterOfPTO:1074794524,BoundingPolygon:1074794525,RouteSegmentStartLocationID:1074794526,RouteSegmentEndLocationID:1074794527,RouteSegmentLocationIDType:1074794528,AbortReason:1074794529,VolumeOfPTO:1074794531,AbortFlag:1074794532,RouteSegmentStartTime:1074794533,RouteSegmentEndTime:1074794534,TDRType:1074794535,InternationalRouteSegment:1074794536,ThreatDetectionAlgorithmandVersion:1074794537,AssignedLocation:1074794538,AlarmDecisionTime:1074794539,AlarmDecision:1074794545,NumberOfTotalObjects:1074794547,NumberOfAlarmObjects:1074794548,PTORepresentationSequence:1074794551,ATDAssessmentSequence:1074794552,TIPType:1074794553,DICOSVersion:1074794554,OOIOwnerCreationTime:1074794561,OOIType:1074794562,OOISize:1074794563,AcquisitionStatus:1074794564,BasisMaterialsCodeSequence:1074794565,PhantomType:1074794566,OOIOwnerSequence:1074794567,ScanType:1074794568,ItineraryID:1074794577,ItineraryIDType:1074794578,ItineraryIDAssigningAuthority:1074794579,RouteID:1074794580,RouteIDAssigningAuthority:1074794581,InboundArrivalType:1074794582,CarrierID:1074794584,CarrierIDAssigningAuthority:1074794585,SourceOrientation:1074794592,SourcePosition:1074794593,BeltHeight:1074794594,AlgorithmRoutingCodeSequence:1074794596,TransportClassification:1074794599,OOITypeDescriptor:1074794600,TotalProcessingTime:1074794601,DetectorCalibrationData:1074794604,AdditionalScreeningPerformed:1074794605,AdditionalInspectionSelectionCriteria:1074794606,AdditionalInspectionMethodSequence:1074794607,AITDeviceType:1074794608,QRMeasurementsSequence:1074794609,TargetMaterialSequence:1074794610,SNRThreshold:1074794611,ImageScaleRepresentation:1074794613,ReferencedPTOSequence:1074794614,ReferencedTDRInstanceSequence:1074794615,PTOLocationDescription:1074794616,AnomalyLocatorIndicatorSequence:1074794617,AnomalyLocatorIndicator:1074794618,PTORegionSequence:1074794619,InspectionSelectionCriteria:1074794620,SecondaryInspectionMethodSequence:1074794621,PRCSToRCSOrientation:1074794622,MACParametersSequence:1342046209,CurveDimensions:1342177285,NumberOfPoints:1342177296,TypeOfData:1342177312,CurveDescription:1342177314,AxisUnits:1342177328,AxisLabels:1342177344,DataValueRepresentation:1342177539,MinimumCoordinateValue:1342177540,MaximumCoordinateValue:1342177541,CurveRange:1342177542,CurveDataDescriptor:1342177552,CoordinateStartValue:1342177554,CoordinateStepValue:1342177556,CurveActivationLayer:1342181377,AudioType:1342185472,AudioSampleFormat:1342185474,NumberOfChannels:1342185476,NumberOfSamples:1342185478,SampleRate:1342185480,TotalTime:1342185482,AudioSampleData:1342185484,AudioComments:1342185486,CurveLabel:1342186752,CurveReferencedOverlaySequence:1342187008,CurveReferencedOverlayGroup:1342187024,CurveData:1342189568,SharedFunctionalGroupsSequence:1375769129,PerFrameFunctionalGroupsSequence:1375769136,WaveformSequence:1409286400,ChannelMinimumValue:1409286416,ChannelMaximumValue:1409286418,WaveformBitsAllocated:1409290244,WaveformSampleInterpretation:1409290246,WaveformPaddingValue:1409290250,WaveformData:1409290256,FirstOrderPhaseCorrectionAngle:1442840592,SpectroscopyData:1442840608,OverlayRows:1610612752,OverlayColumns:1610612753,OverlayPlanes:1610612754,NumberOfFramesInOverlay:1610612757,OverlayDescription:1610612770,OverlayType:1610612800,OverlaySubtype:1610612805,OverlayOrigin:1610612816,ImageFrameOrigin:1610612817,OverlayPlaneOrigin:1610612818,OverlayCompressionCode:1610612832,OverlayCompressionOriginator:1610612833,OverlayCompressionLabel:1610612834,OverlayCompressionDescription:1610612835,OverlayCompressionStepPointers:1610612838,OverlayRepeatInterval:1610612840,OverlayBitsGrouped:1610612841,OverlayBitsAllocated:1610612992,OverlayBitPosition:1610612994,OverlayFormat:1610613008,OverlayLocation:1610613248,OverlayCodeLabel:1610614784,OverlayNumberOfTables:1610614786,OverlayCodeTableLocation:1610614787,OverlayBitsForCodeWord:1610614788,OverlayActivationLayer:1610616833,OverlayDescriptorGray:1610617088,OverlayDescriptorRed:1610617089,OverlayDescriptorGreen:1610617090,OverlayDescriptorBlue:1610617091,OverlaysGray:1610617344,OverlaysRed:1610617345,OverlaysGreen:1610617346,OverlaysBlue:1610617347,ROIArea:1610617601,ROIMean:1610617602,ROIStandardDeviation:1610617603,OverlayLabel:1610618112,OverlayData:1610625024,OverlayComments:1610629120,FloatPixelData:2145386504,DoubleFloatPixelData:2145386505,PixelData:2145386512,CoefficientsSDVN:2145386528,CoefficientsSDHN:2145386544,CoefficientsSDDN:2145386560,VariablePixelData:2130706448,VariableNextDataGroup:2130706449,VariableCoefficientsSDVN:2130706464,VariableCoefficientsSDHN:2130706480,VariableCoefficientsSDDN:2130706496,DigitalSignaturesSequence:4294639610,DataSetTrailingPadding:4294770684,Item:4294893568,ItemDelimitationItem:4294893581,SequenceDelimitationItem:4294893789,PhilipsSUVScaleFactor:1884491776,PhilipsActivityConcentrationFactor:1884491785,PhilipsCreatorDataElements:1884487696}},368:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.UIDToName=void 0;class n{static nameOf(e){return n.dict[e]}}n.dict={"1.2.840.10008.1.1":"Verification SOP Class","1.2.840.10008.1.2":"Implicit VR Little Endian","1.2.840.10008.1.2.1":"Explicit VR Little Endian","1.2.840.10008.1.2.1.99":"Deflated Explicit VR Little Endian","1.2.840.10008.1.2.2":"Explicit VR Big Endian (Retired,","1.2.840.10008.1.2.4.50":"JPEG Baseline (Process 1,","1.2.840.10008.1.2.4.51":"JPEG Extended (Process 2 & 4,","1.2.840.10008.1.2.4.52":"JPEG Extended (Process 3 & 5, (Retired,","1.2.840.10008.1.2.4.53":"JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8, (Retired,","1.2.840.10008.1.2.4.54":"JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9, (Retired,","1.2.840.10008.1.2.4.55":"JPEG Full Progression, Non-Hierarchical (Process 10 & 12, (Retired,","1.2.840.10008.1.2.4.56":"JPEG Full Progression, Non-Hierarchical (Process 11 & 13, (Retired,","1.2.840.10008.1.2.4.57":"JPEG Lossless, Non-Hierarchical (Process 14,","1.2.840.10008.1.2.4.58":"JPEG Lossless, Non-Hierarchical (Process 15, (Retired,","1.2.840.10008.1.2.4.59":"JPEG Extended, Hierarchical (Process 16 & 18, (Retired,","1.2.840.10008.1.2.4.60":"JPEG Extended, Hierarchical (Process 17 & 19, (Retired,","1.2.840.10008.1.2.4.61":"JPEG Spectral Selection, Hierarchical (Process 20 & 22, (Retired,","1.2.840.10008.1.2.4.62":"JPEG Spectral Selection, Hierarchical (Process 21 & 23, (Retired,","1.2.840.10008.1.2.4.63":"JPEG Full Progression, Hierarchical (Process 24 & 26, (Retired,","1.2.840.10008.1.2.4.64":"JPEG Full Progression, Hierarchical (Process 25 & 27, (Retired,","1.2.840.10008.1.2.4.65":"JPEG Lossless, Hierarchical (Process 28, (Retired,","1.2.840.10008.1.2.4.66":"JPEG Lossless, Hierarchical (Process 29, (Retired,","1.2.840.10008.1.2.4.70":"JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1],","1.2.840.10008.1.2.4.80":"JPEG-LS Lossless Image Compression","1.2.840.10008.1.2.4.81":"JPEG-LS Lossy (Near-Lossless, Image Compression","1.2.840.10008.1.2.4.90":"JPEG 2000 Image Compression (Lossless Only,","1.2.840.10008.1.2.4.91":"JPEG 2000 Image Compression","1.2.840.10008.1.2.4.92":"JPEG 2000 Part 2 Multi-component Image Compression (Lossless Only,","1.2.840.10008.1.2.4.93":"JPEG 2000 Part 2 Multi-component Image Compression","1.2.840.10008.1.2.4.94":"JPIP Referenced","1.2.840.10008.1.2.4.95":"JPIP Referenced Deflate","1.2.840.10008.1.2.4.100":"MPEG2 Main Profile / Main Level","1.2.840.10008.1.2.4.101":"MPEG2 Main Profile / High Level","1.2.840.10008.1.2.4.102":"MPEG-4 AVC/H.264 High Profile / Level 4.1","1.2.840.10008.1.2.4.103":"MPEG-4 AVC/H.264 BD-compatible High Profile / Level 4.1","1.2.840.10008.1.2.4.104":"MPEG-4 AVC/H.264 High Profile / Level 4.2 For 2D Video","1.2.840.10008.1.2.4.105":"MPEG-4 AVC/H.264 High Profile / Level 4.2 For 3D Video","1.2.840.10008.1.2.4.106":"MPEG-4 AVC/H.264 Stereo High Profile / Level 4.2","1.2.840.10008.1.2.4.107":"HEVC/H.265 Main Profile / Level 5.1","1.2.840.10008.1.2.4.108":"HEVC/H.265 Main 10 Profile / Level 5.1","1.2.840.10008.1.2.5":"RLE Lossless","1.2.840.10008.1.2.6.1":"RFC 2557 MIME encapsulation (Retired,","1.2.840.10008.1.2.6.2":"XML Encoding (Retired,","1.2.840.10008.1.3.10":"Media Storage Directory Storage","1.2.840.10008.1.4.1.1":"Talairach Brain Atlas Frame of Reference","1.2.840.10008.1.4.1.2":"SPM2 T1 Frame of Reference","1.2.840.10008.1.4.1.3":"SPM2 T2 Frame of Reference","1.2.840.10008.1.4.1.4":"SPM2 PD Frame of Reference","1.2.840.10008.1.4.1.5":"SPM2 EPI Frame of Reference","1.2.840.10008.1.4.1.6":"SPM2 FIL T1 Frame of Reference","1.2.840.10008.1.4.1.7":"SPM2 PET Frame of Reference","1.2.840.10008.1.4.1.8":"SPM2 TRANSM Frame of Reference","1.2.840.10008.1.4.1.9":"SPM2 SPECT Frame of Reference","1.2.840.10008.1.4.1.10":"SPM2 GRAY Frame of Reference","1.2.840.10008.1.4.1.11":"SPM2 WHITE Frame of Reference","1.2.840.10008.1.4.1.12":"SPM2 CSF Frame of Reference","1.2.840.10008.1.4.1.13":"SPM2 BRAINMASK Frame of Reference","1.2.840.10008.1.4.1.14":"SPM2 AVG305T1 Frame of Reference","1.2.840.10008.1.4.1.15":"SPM2 AVG152T1 Frame of Reference","1.2.840.10008.1.4.1.16":"SPM2 AVG152T2 Frame of Reference","1.2.840.10008.1.4.1.17":"SPM2 AVG152PD Frame of Reference","1.2.840.10008.1.4.1.18":"SPM2 SINGLESUBJT1 Frame of Reference","1.2.840.10008.1.4.2.1":"ICBM 452 T1 Frame of Reference","1.2.840.10008.1.4.2.2":"ICBM Single Subject MRI Frame of Reference","1.2.840.10008.1.5.1":"Hot Iron Color Palette SOP Instance","1.2.840.10008.1.5.2":"PET Color Palette SOP Instance","1.2.840.10008.1.5.3":"Hot Metal Blue Color Palette SOP Instance","1.2.840.10008.1.5.4":"PET 20 Step Color Palette SOP Instance","1.2.840.10008.1.5.5":"Spring Color Palette SOP Instance","1.2.840.10008.1.5.6":"Summer Color Palette SOP Instance","1.2.840.10008.1.5.7":"Fall Color Palette SOP Instance","1.2.840.10008.1.5.8":"Winter Color Palette SOP Instance","1.2.840.10008.1.9":"Basic Study Content Notification SOP Class (Retired,","1.2.840.10008.1.20":"Papyrus 3 Implicit VR Little Endian (Retired,","1.2.840.10008.1.20.1":"Storage Commitment Push Model SOP Class","1.2.840.10008.1.20.1.1":"Storage Commitment Push Model SOP Instance","1.2.840.10008.1.20.2":"Storage Commitment Pull Model SOP Class (Retired,","1.2.840.10008.1.20.2.1":"Storage Commitment Pull Model SOP Instance (Retired,","1.2.840.10008.1.40":"Procedural Event Logging SOP Class","1.2.840.10008.1.40.1":"Procedural Event Logging SOP Instance","1.2.840.10008.1.42":"Substance Administration Logging SOP Class","1.2.840.10008.1.42.1":"Substance Administration Logging SOP Instance","1.2.840.10008.2.6.1":"DICOM UID Registry","1.2.840.10008.2.16.4":"DICOM Controlled Terminology","1.2.840.10008.2.16.5":"Adult Mouse Anatomy Ontology","1.2.840.10008.2.16.6":"Uberon Ontology","1.2.840.10008.2.16.7":"Integrated Taxonomic Information System","1.2.840.10008.2.16.8":"Mouse Genome Initiative (MGI,","1.2.840.10008.2.16.9":"PubChem Compound CID","1.2.840.10008.2.16.10":"ICD-11","1.2.840.10008.2.16.11":"New York University Melanoma Clinical Cooperative Group","1.2.840.10008.2.16.12":"Mayo Clinic Non-radiological Images Specific Body Structure Anatomical Surface Region Guide","1.2.840.10008.2.16.13":"Image Biomarker Standardisation Initiative","1.2.840.10008.2.16.14":"Radiomics Ontology","1.2.840.10008.3.1.1.1":"DICOM Application Context Name","1.2.840.10008.3.1.2.1.1":"Detached Patient Management SOP Class (Retired,","1.2.840.10008.3.1.2.1.4":"Detached Patient Management Meta SOP Class (Retired,","1.2.840.10008.3.1.2.2.1":"Detached Visit Management SOP Class (Retired,","1.2.840.10008.3.1.2.3.1":"Detached Study Management SOP Class (Retired,","1.2.840.10008.3.1.2.3.2":"Study Component Management SOP Class (Retired,","1.2.840.10008.3.1.2.3.3":"Modality Performed Procedure Step SOP Class","1.2.840.10008.3.1.2.3.4":"Modality Performed Procedure Step Retrieve SOP Class","1.2.840.10008.3.1.2.3.5":"Modality Performed Procedure Step Notification SOP Class","1.2.840.10008.3.1.2.5.1":"Detached Results Management SOP Class (Retired,","1.2.840.10008.3.1.2.5.4":"Detached Results Management Meta SOP Class (Retired,","1.2.840.10008.3.1.2.5.5":"Detached Study Management Meta SOP Class (Retired,","1.2.840.10008.3.1.2.6.1":"Detached Interpretation Management SOP Class (Retired,","1.2.840.10008.4.2":"Storage Service Class","1.2.840.10008.5.1.1.1":"Basic Film Session SOP Class","1.2.840.10008.5.1.1.2":"Basic Film Box SOP Class","1.2.840.10008.5.1.1.4":"Basic Grayscale Image Box SOP Class","1.2.840.10008.5.1.1.4.1":"Basic Color Image Box SOP Class","1.2.840.10008.5.1.1.4.2":"Referenced Image Box SOP Class (Retired,","1.2.840.10008.5.1.1.9":"Basic Grayscale Print Management Meta SOP Class","1.2.840.10008.5.1.1.9.1":"Referenced Grayscale Print Management Meta SOP Class (Retired,","1.2.840.10008.5.1.1.14":"Print Job SOP Class","1.2.840.10008.5.1.1.15":"Basic Annotation Box SOP Class","1.2.840.10008.5.1.1.16":"Printer SOP Class","1.2.840.10008.5.1.1.16.376":"Printer Configuration Retrieval SOP Class","1.2.840.10008.5.1.1.17":"Printer SOP Instance","1.2.840.10008.5.1.1.17.376":"Printer Configuration Retrieval SOP Instance","1.2.840.10008.5.1.1.18":"Basic Color Print Management Meta SOP Class","1.2.840.10008.5.1.1.18.1":"Referenced Color Print Management Meta SOP Class (Retired,","1.2.840.10008.5.1.1.22":"VOI LUT Box SOP Class","1.2.840.10008.5.1.1.23":"Presentation LUT SOP Class","1.2.840.10008.5.1.1.24":"Image Overlay Box SOP Class (Retired,","1.2.840.10008.5.1.1.24.1":"Basic Print Image Overlay Box SOP Class (Retired,","1.2.840.10008.5.1.1.25":"Print Queue SOP Instance (Retired,","1.2.840.10008.5.1.1.26":"Print Queue Management SOP Class (Retired,","1.2.840.10008.5.1.1.27":"Stored Print Storage SOP Class (Retired,","1.2.840.10008.5.1.1.29":"Hardcopy Grayscale Image Storage SOP Class (Retired,","1.2.840.10008.5.1.1.30":"Hardcopy Color Image Storage SOP Class (Retired,","1.2.840.10008.5.1.1.31":"Pull Print Request SOP Class (Retired,","1.2.840.10008.5.1.1.32":"Pull Stored Print Management Meta SOP Class (Retired,","1.2.840.10008.5.1.1.33":"Media Creation Management SOP Class UID","1.2.840.10008.5.1.1.40":"Display System SOP Class","1.2.840.10008.5.1.1.40.1":"Display System SOP Instance","1.2.840.10008.5.1.4.1.1.1":"Computed Radiography Image Storage","1.2.840.10008.5.1.4.1.1.1.1":"Digital X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.1.1.1":"Digital X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.1.2":"Digital Mammography X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.1.2.1":"Digital Mammography X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.1.3":"Digital Intra-Oral X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.1.3.1":"Digital Intra-Oral X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.2":"CT Image Storage","1.2.840.10008.5.1.4.1.1.2.1":"Enhanced CT Image Storage","1.2.840.10008.5.1.4.1.1.2.2":"Legacy Converted Enhanced CT Image Storage","1.2.840.10008.5.1.4.1.1.3":"Ultrasound Multi-frame Image Storage (Retired,","1.2.840.10008.5.1.4.1.1.3.1":"Ultrasound Multi-frame Image Storage","1.2.840.10008.5.1.4.1.1.4":"MR Image Storage","1.2.840.10008.5.1.4.1.1.4.1":"Enhanced MR Image Storage","1.2.840.10008.5.1.4.1.1.4.2":"MR Spectroscopy Storage","1.2.840.10008.5.1.4.1.1.4.3":"Enhanced MR Color Image Storage","1.2.840.10008.5.1.4.1.1.4.4":"Legacy Converted Enhanced MR Image Storage","1.2.840.10008.5.1.4.1.1.5":"Nuclear Medicine Image Storage (Retired,","1.2.840.10008.5.1.4.1.1.6":"Ultrasound Image Storage (Retired,","1.2.840.10008.5.1.4.1.1.6.1":"Ultrasound Image Storage","1.2.840.10008.5.1.4.1.1.6.2":"Enhanced US Volume Storage","1.2.840.10008.5.1.4.1.1.7":"Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.7.1":"Multi-frame Single Bit Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.7.2":"Multi-frame Grayscale Byte Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.7.3":"Multi-frame Grayscale Word Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.7.4":"Multi-frame True Color Secondary Capture Image Storage","1.2.840.10008.5.1.4.1.1.8":"Standalone Overlay Storage (Retired,","1.2.840.10008.5.1.4.1.1.9":"Standalone Curve Storage (Retired,","1.2.840.10008.5.1.4.1.1.9.1":"Waveform Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.9.1.1":"12-lead ECG Waveform Storage","1.2.840.10008.5.1.4.1.1.9.1.2":"General ECG Waveform Storage","1.2.840.10008.5.1.4.1.1.9.1.3":"Ambulatory ECG Waveform Storage","1.2.840.10008.5.1.4.1.1.9.2.1":"Hemodynamic Waveform Storage","1.2.840.10008.5.1.4.1.1.9.3.1":"Cardiac Electrophysiology Waveform Storage","1.2.840.10008.5.1.4.1.1.9.4.1":"Basic Voice Audio Waveform Storage","1.2.840.10008.5.1.4.1.1.9.4.2":"General Audio Waveform Storage","1.2.840.10008.5.1.4.1.1.9.5.1":"Arterial Pulse Waveform Storage","1.2.840.10008.5.1.4.1.1.9.6.1":"Respiratory Waveform Storage","1.2.840.10008.5.1.4.1.1.10":"Standalone Modality LUT Storage (Retired,","1.2.840.10008.5.1.4.1.1.11":"Standalone VOI LUT Storage (Retired,","1.2.840.10008.5.1.4.1.1.11.1":"Grayscale Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.2":"Color Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.3":"Pseudo-Color Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.4":"Blending Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.5":"XA/XRF Grayscale Softcopy Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.6":"Grayscale Planar MPR Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.7":"Compositing Planar MPR Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.8":"Advanced Blending Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.9":"Volume Rendering Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.10":"Segmented Volume Rendering Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.11.11":"Multiple Volume Rendering Volumetric Presentation State Storage","1.2.840.10008.5.1.4.1.1.12.1":"X-Ray Angiographic Image Storage","1.2.840.10008.5.1.4.1.1.12.1.1":"Enhanced XA Image Storage","1.2.840.10008.5.1.4.1.1.12.2":"X-Ray Radiofluoroscopic Image Storage","1.2.840.10008.5.1.4.1.1.12.2.1":"Enhanced XRF Image Storage","1.2.840.10008.5.1.4.1.1.12.3":"X-Ray Angiographic Bi-Plane Image Storage (Retired,","1.2.840.10008.5.1.4.1.1.12.77":"(Retired,","1.2.840.10008.5.1.4.1.1.13.1.1":"X-Ray 3D Angiographic Image Storage","1.2.840.10008.5.1.4.1.1.13.1.2":"X-Ray 3D Craniofacial Image Storage","1.2.840.10008.5.1.4.1.1.13.1.3":"Breast Tomosynthesis Image Storage","1.2.840.10008.5.1.4.1.1.13.1.4":"Breast Projection X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.13.1.5":"Breast Projection X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.14.1":"Intravascular Optical Coherence Tomography Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.14.2":"Intravascular Optical Coherence Tomography Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.20":"Nuclear Medicine Image Storage","1.2.840.10008.5.1.4.1.1.30":"Parametric Map Storage","1.2.840.10008.5.1.4.1.1.40":"(Retired,","1.2.840.10008.5.1.4.1.1.66":"Raw Data Storage","1.2.840.10008.5.1.4.1.1.66.1":"Spatial Registration Storage","1.2.840.10008.5.1.4.1.1.66.2":"Spatial Fiducials Storage","1.2.840.10008.5.1.4.1.1.66.3":"Deformable Spatial Registration Storage","1.2.840.10008.5.1.4.1.1.66.4":"Segmentation Storage","1.2.840.10008.5.1.4.1.1.66.5":"Surface Segmentation Storage","1.2.840.10008.5.1.4.1.1.66.6":"Tractography Results Storage","1.2.840.10008.5.1.4.1.1.67":"Real World Value Mapping Storage","1.2.840.10008.5.1.4.1.1.68.1":"Surface Scan Mesh Storage","1.2.840.10008.5.1.4.1.1.68.2":"Surface Scan Point Cloud Storage","1.2.840.10008.5.1.4.1.1.77.1":"VL Image Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.77.2":"VL Multi-frame Image Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.77.1.1":"VL Endoscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.1.1":"Video Endoscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.2":"VL Microscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.2.1":"Video Microscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.3":"VL Slide-Coordinates Microscopic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.4":"VL Photographic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.4.1":"Video Photographic Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.1":"Ophthalmic Photography 8 Bit Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.2":"Ophthalmic Photography 16 Bit Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.3":"Stereometric Relationship Storage","1.2.840.10008.5.1.4.1.1.77.1.5.4":"Ophthalmic Tomography Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.5":"Wide Field Ophthalmic Photography Stereographic Projection Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.6":"Wide Field Ophthalmic Photography 3D Coordinates Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.7":"Ophthalmic Optical Coherence Tomography En Face Image Storage","1.2.840.10008.5.1.4.1.1.77.1.5.8":"Ophthalmic Optical Coherence Tomography B-scan Volume Analysis Storage","1.2.840.10008.5.1.4.1.1.77.1.6":"VL Whole Slide Microscopy Image Storage","1.2.840.10008.5.1.4.1.1.78.1":"Lensometry Measurements Storage","1.2.840.10008.5.1.4.1.1.78.2":"Autorefraction Measurements Storage","1.2.840.10008.5.1.4.1.1.78.3":"Keratometry Measurements Storage","1.2.840.10008.5.1.4.1.1.78.4":"Subjective Refraction Measurements Storage","1.2.840.10008.5.1.4.1.1.78.5":"Visual Acuity Measurements Storage","1.2.840.10008.5.1.4.1.1.78.6":"Spectacle Prescription Report Storage","1.2.840.10008.5.1.4.1.1.78.7":"Ophthalmic Axial Measurements Storage","1.2.840.10008.5.1.4.1.1.78.8":"Intraocular Lens Calculations Storage","1.2.840.10008.5.1.4.1.1.79.1":"Macular Grid Thickness and Volume Report Storage","1.2.840.10008.5.1.4.1.1.80.1":"Ophthalmic Visual Field Static Perimetry Measurements Storage","1.2.840.10008.5.1.4.1.1.81.1":"Ophthalmic Thickness Map Storage","1.2.840.10008.5.1.4.1.1.82.1":"Corneal Topography Map Storage","1.2.840.10008.5.1.4.1.1.88.1":"Text SR Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.88.2":"Audio SR Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.88.3":"Detail SR Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.88.4":"Comprehensive SR Storage - Trial (Retired,","1.2.840.10008.5.1.4.1.1.88.11":"Basic Text SR Storage","1.2.840.10008.5.1.4.1.1.88.22":"Enhanced SR Storage","1.2.840.10008.5.1.4.1.1.88.33":"Comprehensive SR Storage","1.2.840.10008.5.1.4.1.1.88.34":"Comprehensive 3D SR Storage","1.2.840.10008.5.1.4.1.1.88.35":"Extensible SR Storage","1.2.840.10008.5.1.4.1.1.88.40":"Procedure Log Storage","1.2.840.10008.5.1.4.1.1.88.50":"Mammography CAD SR Storage","1.2.840.10008.5.1.4.1.1.88.59":"Key Object Selection Document Storage","1.2.840.10008.5.1.4.1.1.88.65":"Chest CAD SR Storage","1.2.840.10008.5.1.4.1.1.88.67":"X-Ray Radiation Dose SR Storage","1.2.840.10008.5.1.4.1.1.88.68":"Radiopharmaceutical Radiation Dose SR Storage","1.2.840.10008.5.1.4.1.1.88.69":"Colon CAD SR Storage","1.2.840.10008.5.1.4.1.1.88.70":"Implantation Plan SR Storage","1.2.840.10008.5.1.4.1.1.88.71":"Acquisition Context SR Storage","1.2.840.10008.5.1.4.1.1.88.72":"Simplified Adult Echo SR Storage","1.2.840.10008.5.1.4.1.1.88.73":"Patient Radiation Dose SR Storage","1.2.840.10008.5.1.4.1.1.88.74":"Planned Imaging Agent Administration SR Storage","1.2.840.10008.5.1.4.1.1.88.75":"Performed Imaging Agent Administration SR Storage","1.2.840.10008.5.1.4.1.1.90.1":"Content Assessment Results Storage","1.2.840.10008.5.1.4.1.1.104.1":"Encapsulated PDF Storage","1.2.840.10008.5.1.4.1.1.104.2":"Encapsulated CDA Storage","1.2.840.10008.5.1.4.1.1.104.3":"Encapsulated STL Storage","1.2.840.10008.5.1.4.1.1.128":"Positron Emission Tomography Image Storage","1.2.840.10008.5.1.4.1.1.128.1":"Legacy Converted Enhanced PET Image Storage","1.2.840.10008.5.1.4.1.1.129":"Standalone PET Curve Storage (Retired,","1.2.840.10008.5.1.4.1.1.130":"Enhanced PET Image Storage","1.2.840.10008.5.1.4.1.1.131":"Basic Structured Display Storage","1.2.840.10008.5.1.4.1.1.200.1":"CT Defined Procedure Protocol Storage","1.2.840.10008.5.1.4.1.1.200.2":"CT Performed Procedure Protocol Storage","1.2.840.10008.5.1.4.1.1.200.3":"Protocol Approval Storage","1.2.840.10008.5.1.4.1.1.200.4":"Protocol Approval Information Model - FIND","1.2.840.10008.5.1.4.1.1.200.5":"Protocol Approval Information Model - MOVE","1.2.840.10008.5.1.4.1.1.200.6":"Protocol Approval Information Model - GET","1.2.840.10008.5.1.4.1.1.481.1":"RT Image Storage","1.2.840.10008.5.1.4.1.1.481.2":"RT Dose Storage","1.2.840.10008.5.1.4.1.1.481.3":"RT Structure Set Storage","1.2.840.10008.5.1.4.1.1.481.4":"RT Beams Treatment Record Storage","1.2.840.10008.5.1.4.1.1.481.5":"RT Plan Storage","1.2.840.10008.5.1.4.1.1.481.6":"RT Brachy Treatment Record Storage","1.2.840.10008.5.1.4.1.1.481.7":"RT Treatment Summary Record Storage","1.2.840.10008.5.1.4.1.1.481.8":"RT Ion Plan Storage","1.2.840.10008.5.1.4.1.1.481.9":"RT Ion Beams Treatment Record Storage","1.2.840.10008.5.1.4.1.1.481.10":"RT Physician Intent Storage","1.2.840.10008.5.1.4.1.1.481.11":"RT Segment Annotation Storage","1.2.840.10008.5.1.4.1.1.501.1":"DICOS CT Image Storage","1.2.840.10008.5.1.4.1.1.501.2.1":"DICOS Digital X-Ray Image Storage - For Presentation","1.2.840.10008.5.1.4.1.1.501.2.2":"DICOS Digital X-Ray Image Storage - For Processing","1.2.840.10008.5.1.4.1.1.501.3":"DICOS Threat Detection Report Storage","1.2.840.10008.5.1.4.1.1.501.4":"DICOS 2D AIT Storage","1.2.840.10008.5.1.4.1.1.501.5":"DICOS 3D AIT Storage","1.2.840.10008.5.1.4.1.1.501.6":"DICOS Quadrupole Resonance (QR, Storage","1.2.840.10008.5.1.4.1.1.601.1":"Eddy Current Image Storage","1.2.840.10008.5.1.4.1.1.601.2":"Eddy Current Multi-frame Image Storage","1.2.840.10008.5.1.4.1.2.1.1":"Patient Root Query/Retrieve Information Model - FIND","1.2.840.10008.5.1.4.1.2.1.2":"Patient Root Query/Retrieve Information Model - MOVE","1.2.840.10008.5.1.4.1.2.1.3":"Patient Root Query/Retrieve Information Model - GET","1.2.840.10008.5.1.4.1.2.2.1":"Study Root Query/Retrieve Information Model - FIND","1.2.840.10008.5.1.4.1.2.2.2":"Study Root Query/Retrieve Information Model - MOVE","1.2.840.10008.5.1.4.1.2.2.3":"Study Root Query/Retrieve Information Model - GET","1.2.840.10008.5.1.4.1.2.3.1":"Patient/Study Only Query/Retrieve Information Model - FIND (Retired,","1.2.840.10008.5.1.4.1.2.3.2":"Patient/Study Only Query/Retrieve Information Model - MOVE (Retired,","1.2.840.10008.5.1.4.1.2.3.3":"Patient/Study Only Query/Retrieve Information Model - GET (Retired,","1.2.840.10008.5.1.4.1.2.4.2":"Composite Instance Root Retrieve - MOVE","1.2.840.10008.5.1.4.1.2.4.3":"Composite Instance Root Retrieve - GET","1.2.840.10008.5.1.4.1.2.5.3":"Composite Instance Retrieve Without Bulk Data - GET","1.2.840.10008.5.1.4.20.1":"Defined Procedure Protocol Information Model - FIND","1.2.840.10008.5.1.4.20.2":"Defined Procedure Protocol Information Model - MOVE","1.2.840.10008.5.1.4.20.3":"Defined Procedure Protocol Information Model - GET","1.2.840.10008.5.1.4.31":"Modality Worklist Information Model - FIND","1.2.840.10008.5.1.4.32":"General Purpose Worklist Management Meta SOP Class (Retired,","1.2.840.10008.5.1.4.32.1":"General Purpose Worklist Information Model - FIND (Retired,","1.2.840.10008.5.1.4.32.2":"General Purpose Scheduled Procedure Step SOP Class (Retired,","1.2.840.10008.5.1.4.32.3":"General Purpose Performed Procedure Step SOP Class (Retired,","1.2.840.10008.5.1.4.33":"Instance Availability Notification SOP Class","1.2.840.10008.5.1.4.34.1":"RT Beams Delivery Instruction Storage - Trial (Retired,","1.2.840.10008.5.1.4.34.2":"RT Conventional Machine Verification - Trial (Retired,","1.2.840.10008.5.1.4.34.3":"RT Ion Machine Verification - Trial (Retired,","1.2.840.10008.5.1.4.34.4":"Unified Worklist and Procedure Step Service Class - Trial (Retired,","1.2.840.10008.5.1.4.34.4.1":"Unified Procedure Step - Push SOP Class - Trial (Retired,","1.2.840.10008.5.1.4.34.4.2":"Unified Procedure Step - Watch SOP Class - Trial (Retired,","1.2.840.10008.5.1.4.34.4.3":"Unified Procedure Step - Pull SOP Class - Trial (Retired,","1.2.840.10008.5.1.4.34.4.4":"Unified Procedure Step - Event SOP Class - Trial (Retired,","1.2.840.10008.5.1.4.34.5":"UPS Global Subscription SOP Instance","1.2.840.10008.5.1.4.34.5.1":"UPS Filtered Global Subscription SOP Instance","1.2.840.10008.5.1.4.34.6":"Unified Worklist and Procedure Step Service Class","1.2.840.10008.5.1.4.34.6.1":"Unified Procedure Step - Push SOP Class","1.2.840.10008.5.1.4.34.6.2":"Unified Procedure Step - Watch SOP Class","1.2.840.10008.5.1.4.34.6.3":"Unified Procedure Step - Pull SOP Class","1.2.840.10008.5.1.4.34.6.4":"Unified Procedure Step - Event SOP Class","1.2.840.10008.5.1.4.34.7":"RT Beams Delivery Instruction Storage","1.2.840.10008.5.1.4.34.8":"RT Conventional Machine Verification","1.2.840.10008.5.1.4.34.9":"RT Ion Machine Verification","1.2.840.10008.5.1.4.34.10":"RT Brachy Application Setup Delivery Instruction Storage","1.2.840.10008.5.1.4.37.1":"General Relevant Patient Information Query","1.2.840.10008.5.1.4.37.2":"Breast Imaging Relevant Patient Information Query","1.2.840.10008.5.1.4.37.3":"Cardiac Relevant Patient Information Query","1.2.840.10008.5.1.4.38.1":"Hanging Protocol Storage","1.2.840.10008.5.1.4.38.2":"Hanging Protocol Information Model - FIND","1.2.840.10008.5.1.4.38.3":"Hanging Protocol Information Model - MOVE","1.2.840.10008.5.1.4.38.4":"Hanging Protocol Information Model - GET","1.2.840.10008.5.1.4.39.1":"Color Palette Storage","1.2.840.10008.5.1.4.39.2":"Color Palette Query/Retrieve Information Model - FIND","1.2.840.10008.5.1.4.39.3":"Color Palette Query/Retrieve Information Model - MOVE","1.2.840.10008.5.1.4.39.4":"Color Palette Query/Retrieve Information Model - GET","1.2.840.10008.5.1.4.41":"Product Characteristics Query SOP Class","1.2.840.10008.5.1.4.42":"Substance Approval Query SOP Class","1.2.840.10008.5.1.4.43.1":"Generic Implant Template Storage","1.2.840.10008.5.1.4.43.2":"Generic Implant Template Information Model - FIND","1.2.840.10008.5.1.4.43.3":"Generic Implant Template Information Model - MOVE","1.2.840.10008.5.1.4.43.4":"Generic Implant Template Information Model - GET","1.2.840.10008.5.1.4.44.1":"Implant Assembly Template Storage","1.2.840.10008.5.1.4.44.2":"Implant Assembly Template Information Model - FIND","1.2.840.10008.5.1.4.44.3":"Implant Assembly Template Information Model - MOVE","1.2.840.10008.5.1.4.44.4":"Implant Assembly Template Information Model - GET","1.2.840.10008.5.1.4.45.1":"Implant Template Group Storage","1.2.840.10008.5.1.4.45.2":"Implant Template Group Information Model - FIND","1.2.840.10008.5.1.4.45.3":"Implant Template Group Information Model - MOVE","1.2.840.10008.5.1.4.45.4":"Implant Template Group Information Model - GET","1.2.840.10008.7.1.1":"Native DICOM Model","1.2.840.10008.7.1.2":"Abstract Multi-Dimensional Image Model","1.2.840.10008.8.1.1":"DICOM Content Mapping Resource","1.2.840.10008.15.0.3.1":"dicom​Device​Name","1.2.840.10008.15.0.3.2":"dicom​Description","1.2.840.10008.15.0.3.3":"dicom​Manufacturer","1.2.840.10008.15.0.3.4":"dicom​Manufacturer​Model​Name","1.2.840.10008.15.0.3.5":"dicom​Software​Version","1.2.840.10008.15.0.3.6":"dicom​Vendor​Data","1.2.840.10008.15.0.3.7":"dicomAE​Title","1.2.840.10008.15.0.3.8":"dicom​Network​Connection​Reference","1.2.840.10008.15.0.3.9":"dicom​Application​Cluster","1.2.840.10008.15.0.3.10":"dicom​Association​Initiator","1.2.840.10008.15.0.3.11":"dicom​Association​Acceptor","1.2.840.10008.15.0.3.12":"dicom​Hostname","1.2.840.10008.15.0.3.13":"dicom​Port","1.2.840.10008.15.0.3.14":"dicomSOP​Class","1.2.840.10008.15.0.3.15":"dicom​Transfer​Role","1.2.840.10008.15.0.3.16":"dicom​Transfer​Syntax","1.2.840.10008.15.0.3.17":"dicom​Primary​Device​Type","1.2.840.10008.15.0.3.18":"dicom​Related​Device​Reference","1.2.840.10008.15.0.3.19":"dicom​Preferred​CalledAE​Title","1.2.840.10008.15.0.3.20":"dicomTLS​Cyphersuite","1.2.840.10008.15.0.3.21":"dicom​Authorized​Node​Certificate​Reference","1.2.840.10008.15.0.3.22":"dicom​This​Node​Certificate​Reference","1.2.840.10008.15.0.3.23":"dicom​Installed","1.2.840.10008.15.0.3.24":"dicom​Station​Name","1.2.840.10008.15.0.3.25":"dicom​Device​Serial​Number","1.2.840.10008.15.0.3.26":"dicom​Institution​Name","1.2.840.10008.15.0.3.27":"dicom​Institution​Address","1.2.840.10008.15.0.3.28":"dicom​Institution​Department​Name","1.2.840.10008.15.0.3.29":"dicom​Issuer​OfPatientID","1.2.840.10008.15.0.3.30":"dicom​Preferred​CallingAE​Title","1.2.840.10008.15.0.3.31":"dicom​Supported​Character​Set","1.2.840.10008.15.0.4.1":"dicom​Configuration​Root","1.2.840.10008.15.0.4.2":"dicom​Devices​Root","1.2.840.10008.15.0.4.3":"dicom​UniqueAE​Titles​Registry​Root","1.2.840.10008.15.0.4.4":"dicom​Device","1.2.840.10008.15.0.4.5":"dicom​NetworkAE","1.2.840.10008.15.0.4.6":"dicom​Network​Connection","1.2.840.10008.15.0.4.7":"dicom​UniqueAE​Title","1.2.840.10008.15.0.4.8":"dicom​Transfer​Capability","1.2.840.10008.15.1.1":"Universal Coordinated Time"},t.UIDToName=n},993:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.UID=void 0,t.UID={VerificationSOPClass:"1.2.840.10008.1.1",ImplicitVRLittleEndian:"1.2.840.10008.1.2",ExplicitVRLittleEndian:"1.2.840.10008.1.2.1",DeflatedExplicitVRLittleEndian:"1.2.840.10008.1.2.1.99",ExplicitVRBigEndianRetired:"1.2.840.10008.1.2.2",JPEGBaselineProcess1:"1.2.840.10008.1.2.4.50",JPEGExtendedProcess24:"1.2.840.10008.1.2.4.51",JPEGExtendedProcess35Retired:"1.2.840.10008.1.2.4.52",JPEGSpectralSelectionNonHierarchicalProcess68Retired:"1.2.840.10008.1.2.4.53",JPEGSpectralSelectionNonHierarchicalProcess79Retired:"1.2.840.10008.1.2.4.54",JPEGFullProgressionNonHierarchicalProcess1012Retired:"1.2.840.10008.1.2.4.55",JPEGFullProgressionNonHierarchicalProcess1113Retired:"1.2.840.10008.1.2.4.56",JPEGLosslessNonHierarchicalProcess14:"1.2.840.10008.1.2.4.57",JPEGLosslessNonHierarchicalProcess15Retired:"1.2.840.10008.1.2.4.58",JPEGExtendedHierarchicalProcess1618Retired:"1.2.840.10008.1.2.4.59",JPEGExtendedHierarchicalProcess1719Retired:"1.2.840.10008.1.2.4.60",JPEGSpectralSelectionHierarchicalProcess2022Retired:"1.2.840.10008.1.2.4.61",JPEGSpectralSelectionHierarchicalProcess2123Retired:"1.2.840.10008.1.2.4.62",JPEGFullProgressionHierarchicalProcess2426Retired:"1.2.840.10008.1.2.4.63",JPEGFullProgressionHierarchicalProcess2527Retired:"1.2.840.10008.1.2.4.64",JPEGLosslessHierarchicalProcess28Retired:"1.2.840.10008.1.2.4.65",JPEGLosslessHierarchicalProcess29Retired:"1.2.840.10008.1.2.4.66",JPEGLosslessNonHierarchicalFirstOrderPredictionProcess14SelectionValue1:"1.2.840.10008.1.2.4.70",JPEGLSLosslessImageCompression:"1.2.840.10008.1.2.4.80",JPEGLSLossyNearLosslessImageCompression:"1.2.840.10008.1.2.4.81",JPEG2000ImageCompressionLosslessOnly:"1.2.840.10008.1.2.4.90",JPEG2000ImageCompression:"1.2.840.10008.1.2.4.91",JPEG2000Part2MulticomponentImageCompressionLosslessOnly:"1.2.840.10008.1.2.4.92",JPEG2000Part2MulticomponentImageCompression:"1.2.840.10008.1.2.4.93",JPIPReferenced:"1.2.840.10008.1.2.4.94",JPIPReferencedDeflate:"1.2.840.10008.1.2.4.95",MPEG2MainProfileMainLevel:"1.2.840.10008.1.2.4.100",MPEG2MainProfileHighLevel:"1.2.840.10008.1.2.4.101",MPEG4AVCH264HighProfileLevel41:"1.2.840.10008.1.2.4.102",MPEG4AVCH264BDcompatibleHighProfileLevel41:"1.2.840.10008.1.2.4.103",MPEG4AVCH264HighProfileLevel42For2DVideo:"1.2.840.10008.1.2.4.104",MPEG4AVCH264HighProfileLevel42For3DVideo:"1.2.840.10008.1.2.4.105",MPEG4AVCH264StereoHighProfileLevel42:"1.2.840.10008.1.2.4.106",HEVCH265MainProfileLevel51:"1.2.840.10008.1.2.4.107",HEVCH265Main10ProfileLevel51:"1.2.840.10008.1.2.4.108",RLELossless:"1.2.840.10008.1.2.5",RFC2557MIMEencapsulation:"1.2.840.10008.1.2.6.1",XMLEncoding:"1.2.840.10008.1.2.6.2",MediaStorageDirectoryStorage:"1.2.840.10008.1.3.10",TalairachBrainAtlasFrameofReference:"1.2.840.10008.1.4.1.1",SPM2T1FrameofReference:"1.2.840.10008.1.4.1.2",SPM2T2FrameofReference:"1.2.840.10008.1.4.1.3",SPM2PDFrameofReference:"1.2.840.10008.1.4.1.4",SPM2EPIFrameofReference:"1.2.840.10008.1.4.1.5",SPM2FILT1FrameofReference:"1.2.840.10008.1.4.1.6",SPM2PETFrameofReference:"1.2.840.10008.1.4.1.7",SPM2TRANSMFrameofReference:"1.2.840.10008.1.4.1.8",SPM2SPECTFrameofReference:"1.2.840.10008.1.4.1.9",SPM2GRAYFrameofReference:"1.2.840.10008.1.4.1.10",SPM2WHITEFrameofReference:"1.2.840.10008.1.4.1.11",SPM2CSFFrameofReference:"1.2.840.10008.1.4.1.12",SPM2BRAINMASKFrameofReference:"1.2.840.10008.1.4.1.13",SPM2AVG305T1FrameofReference:"1.2.840.10008.1.4.1.14",SPM2AVG152T1FrameofReference:"1.2.840.10008.1.4.1.15",SPM2AVG152T2FrameofReference:"1.2.840.10008.1.4.1.16",SPM2AVG152PDFrameofReference:"1.2.840.10008.1.4.1.17",SPM2SINGLESUBJT1FrameofReference:"1.2.840.10008.1.4.1.18",ICBM452T1FrameofReference:"1.2.840.10008.1.4.2.1",ICBMSingleSubjectMRIFrameofReference:"1.2.840.10008.1.4.2.2",HotIronColorPaletteSOPInstance:"1.2.840.10008.1.5.1",PETColorPaletteSOPInstance:"1.2.840.10008.1.5.2",HotMetalBlueColorPaletteSOPInstance:"1.2.840.10008.1.5.3",PET20StepColorPaletteSOPInstance:"1.2.840.10008.1.5.4",SpringColorPaletteSOPInstance:"1.2.840.10008.1.5.5",SummerColorPaletteSOPInstance:"1.2.840.10008.1.5.6",FallColorPaletteSOPInstance:"1.2.840.10008.1.5.7",WinterColorPaletteSOPInstance:"1.2.840.10008.1.5.8",BasicStudyContentNotificationSOPClassRetired:"1.2.840.10008.1.9",Papyrus3ImplicitVRLittleEndianRetired:"1.2.840.10008.1.20",StorageCommitmentPushModelSOPClass:"1.2.840.10008.1.20.1",StorageCommitmentPushModelSOPInstance:"1.2.840.10008.1.20.1.1",StorageCommitmentPullModelSOPClassRetired:"1.2.840.10008.1.20.2",StorageCommitmentPullModelSOPInstanceRetired:"1.2.840.10008.1.20.2.1",ProceduralEventLoggingSOPClass:"1.2.840.10008.1.40",ProceduralEventLoggingSOPInstance:"1.2.840.10008.1.40.1",SubstanceAdministrationLoggingSOPClass:"1.2.840.10008.1.42",SubstanceAdministrationLoggingSOPInstance:"1.2.840.10008.1.42.1",DICOMUIDRegistry:"1.2.840.10008.2.6.1",DICOMControlledTerminology:"1.2.840.10008.2.16.4",AdultMouseAnatomyOntology:"1.2.840.10008.2.16.5",UberonOntology:"1.2.840.10008.2.16.6",IntegratedTaxonomicInformationSystemITISTaxonomicSerialNumberTSN:"1.2.840.10008.2.16.7",MouseGenomeInitiativeMGI:"1.2.840.10008.2.16.8",PubChemCompoundCID:"1.2.840.10008.2.16.9",DICOMApplicationContextName:"1.2.840.10008.3.1.1.1",DetachedPatientManagementSOPClassRetired:"1.2.840.10008.3.1.2.1.1",DetachedPatientManagementMetaSOPClassRetired:"1.2.840.10008.3.1.2.1.4",DetachedVisitManagementSOPClassRetired:"1.2.840.10008.3.1.2.2.1",DetachedStudyManagementSOPClassRetired:"1.2.840.10008.3.1.2.3.1",StudyComponentManagementSOPClassRetired:"1.2.840.10008.3.1.2.3.2",ModalityPerformedProcedureStepSOPClass:"1.2.840.10008.3.1.2.3.3",ModalityPerformedProcedureStepRetrieveSOPClass:"1.2.840.10008.3.1.2.3.4",ModalityPerformedProcedureStepNotificationSOPClass:"1.2.840.10008.3.1.2.3.5",DetachedResultsManagementSOPClassRetired:"1.2.840.10008.3.1.2.5.1",DetachedResultsManagementMetaSOPClassRetired:"1.2.840.10008.3.1.2.5.4",DetachedStudyManagementMetaSOPClassRetired:"1.2.840.10008.3.1.2.5.5",DetachedInterpretationManagementSOPClassRetired:"1.2.840.10008.3.1.2.6.1",StorageServiceClass:"1.2.840.10008.4.2",BasicFilmSessionSOPClass:"1.2.840.10008.5.1.1.1",BasicFilmBoxSOPClass:"1.2.840.10008.5.1.1.2",BasicGrayscaleImageBoxSOPClass:"1.2.840.10008.5.1.1.4",BasicColorImageBoxSOPClass:"1.2.840.10008.5.1.1.4.1",ReferencedImageBoxSOPClassRetired:"1.2.840.10008.5.1.1.4.2",BasicGrayscalePrintManagementMetaSOPClass:"1.2.840.10008.5.1.1.9",ReferencedGrayscalePrintManagementMetaSOPClassRetired:"1.2.840.10008.5.1.1.9.1",PrintJobSOPClass:"1.2.840.10008.5.1.1.14",BasicAnnotationBoxSOPClass:"1.2.840.10008.5.1.1.15",PrinterSOPClass:"1.2.840.10008.5.1.1.16",PrinterConfigurationRetrievalSOPClass:"1.2.840.10008.5.1.1.16.376",PrinterSOPInstance:"1.2.840.10008.5.1.1.17",PrinterConfigurationRetrievalSOPInstance:"1.2.840.10008.5.1.1.17.376",BasicColorPrintManagementMetaSOPClass:"1.2.840.10008.5.1.1.18",ReferencedColorPrintManagementMetaSOPClassRetired:"1.2.840.10008.5.1.1.18.1",VOILUTBoxSOPClass:"1.2.840.10008.5.1.1.22",PresentationLUTSOPClass:"1.2.840.10008.5.1.1.23",ImageOverlayBoxSOPClassRetired:"1.2.840.10008.5.1.1.24",BasicPrintImageOverlayBoxSOPClassRetired:"1.2.840.10008.5.1.1.24.1",PrintQueueSOPInstanceRetired:"1.2.840.10008.5.1.1.25",PrintQueueManagementSOPClassRetired:"1.2.840.10008.5.1.1.26",StoredPrintStorageSOPClassRetired:"1.2.840.10008.5.1.1.27",HardcopyGrayscaleImageStorageSOPClassRetired:"1.2.840.10008.5.1.1.29",HardcopyColorImageStorageSOPClassRetired:"1.2.840.10008.5.1.1.30",PullPrintRequestSOPClassRetired:"1.2.840.10008.5.1.1.31",PullStoredPrintManagementMetaSOPClassRetired:"1.2.840.10008.5.1.1.32",MediaCreationManagementSOPClassUID:"1.2.840.10008.5.1.1.33",DisplaySystemSOPClass:"1.2.840.10008.5.1.1.40",DisplaySystemSOPInstance:"1.2.840.10008.5.1.1.40.1",ComputedRadiographyImageStorage:"1.2.840.10008.5.1.4.1.1.1",DigitalXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.1.1",DigitalXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.1.1.1",DigitalMammographyXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.1.2",DigitalMammographyXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.1.2.1",DigitalIntraOralXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.1.3",DigitalIntraOralXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.1.3.1",CTImageStorage:"1.2.840.10008.5.1.4.1.1.2",EnhancedCTImageStorage:"1.2.840.10008.5.1.4.1.1.2.1",LegacyConvertedEnhancedCTImageStorage:"1.2.840.10008.5.1.4.1.1.2.2",UltrasoundMultiframeImageStorageRetired:"1.2.840.10008.5.1.4.1.1.3",UltrasoundMultiframeImageStorage:"1.2.840.10008.5.1.4.1.1.3.1",MRImageStorage:"1.2.840.10008.5.1.4.1.1.4",EnhancedMRImageStorage:"1.2.840.10008.5.1.4.1.1.4.1",MRSpectroscopyStorage:"1.2.840.10008.5.1.4.1.1.4.2",EnhancedMRColorImageStorage:"1.2.840.10008.5.1.4.1.1.4.3",LegacyConvertedEnhancedMRImageStorage:"1.2.840.10008.5.1.4.1.1.4.4",NuclearMedicineImageStorageRetired:"1.2.840.10008.5.1.4.1.1.5",UltrasoundImageStorageRetired:"1.2.840.10008.5.1.4.1.1.6",UltrasoundImageStorage:"1.2.840.10008.5.1.4.1.1.6.1",EnhancedUSVolumeStorage:"1.2.840.10008.5.1.4.1.1.6.2",SecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7",MultiframeSingleBitSecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7.1",MultiframeGrayscaleByteSecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7.2",MultiframeGrayscaleWordSecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7.3",MultiframeTrueColorSecondaryCaptureImageStorage:"1.2.840.10008.5.1.4.1.1.7.4",StandaloneOverlayStorageRetired:"1.2.840.10008.5.1.4.1.1.8",StandaloneCurveStorageRetired:"1.2.840.10008.5.1.4.1.1.9",WaveformStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.9.1",TwelveleadECGWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.1.1",GeneralECGWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.1.2",AmbulatoryECGWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.1.3",HemodynamicWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.2.1",CardiacElectrophysiologyWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.3.1",BasicVoiceAudioWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.4.1",GeneralAudioWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.4.2",ArterialPulseWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.5.1",RespiratoryWaveformStorage:"1.2.840.10008.5.1.4.1.1.9.6.1",StandaloneModalityLUTStorageRetired:"1.2.840.10008.5.1.4.1.1.10",StandaloneVOILUTStorageRetired:"1.2.840.10008.5.1.4.1.1.11",GrayscaleSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.1",ColorSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.2",PseudoColorSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.3",BlendingSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.4",XAXRFGrayscaleSoftcopyPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.5",GrayscalePlanarMPRVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.6",CompositingPlanarMPRVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.7",AdvancedBlendingPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.8",VolumeRenderingVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.9",SegmentedVolumeRenderingVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.10",MultipleVolumeRenderingVolumetricPresentationStateStorage:"1.2.840.10008.5.1.4.1.1.11.11",XRayAngiographicImageStorage:"1.2.840.10008.5.1.4.1.1.12.1",EnhancedXAImageStorage:"1.2.840.10008.5.1.4.1.1.12.1.1",XRayRadiofluoroscopicImageStorage:"1.2.840.10008.5.1.4.1.1.12.2",EnhancedXRFImageStorage:"1.2.840.10008.5.1.4.1.1.12.2.1",XRayAngiographicBiPlaneImageStorageRetired:"1.2.840.10008.5.1.4.1.1.12.3",XRay3DAngiographicImageStorage:"1.2.840.10008.5.1.4.1.1.13.1.1",XRay3DCraniofacialImageStorage:"1.2.840.10008.5.1.4.1.1.13.1.2",BreastTomosynthesisImageStorage:"1.2.840.10008.5.1.4.1.1.13.1.3",BreastProjectionXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.13.1.4",BreastProjectionXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.13.1.5",IntravascularOpticalCoherenceTomographyImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.14.1",IntravascularOpticalCoherenceTomographyImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.14.2",NuclearMedicineImageStorage:"1.2.840.10008.5.1.4.1.1.20",ParametricMapStorage:"1.2.840.10008.5.1.4.1.1.30",RawDataStorage:"1.2.840.10008.5.1.4.1.1.66",SpatialRegistrationStorage:"1.2.840.10008.5.1.4.1.1.66.1",SpatialFiducialsStorage:"1.2.840.10008.5.1.4.1.1.66.2",DeformableSpatialRegistrationStorage:"1.2.840.10008.5.1.4.1.1.66.3",SegmentationStorage:"1.2.840.10008.5.1.4.1.1.66.4",SurfaceSegmentationStorage:"1.2.840.10008.5.1.4.1.1.66.5",TractographyResultsStorage:"1.2.840.10008.5.1.4.1.1.66.6",RealWorldValueMappingStorage:"1.2.840.10008.5.1.4.1.1.67",SurfaceScanMeshStorage:"1.2.840.10008.5.1.4.1.1.68.1",SurfaceScanPointCloudStorage:"1.2.840.10008.5.1.4.1.1.68.2",VLImageStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.77.1",VLMultiframeImageStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.77.2",VLEndoscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.1",VideoEndoscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.1.1",VLMicroscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.2",VideoMicroscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.2.1",VLSlideCoordinatesMicroscopicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.3",VLPhotographicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.4",VideoPhotographicImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.4.1",OphthalmicPhotography8BitImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.1",OphthalmicPhotography16BitImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.2",StereometricRelationshipStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.3",OphthalmicTomographyImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.4",WideFieldOphthalmicPhotographyStereographicProjectionImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.5",WideFieldOphthalmicPhotography3DCoordinatesImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.6",OphthalmicOpticalCoherenceTomographyEnFaceImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.7",OphthalmicOpticalCoherenceTomographyBscanVolumeAnalysisStorage:"1.2.840.10008.5.1.4.1.1.77.1.5.8",VLWholeSlideMicroscopyImageStorage:"1.2.840.10008.5.1.4.1.1.77.1.6",LensometryMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.1",AutorefractionMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.2",KeratometryMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.3",SubjectiveRefractionMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.4",VisualAcuityMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.5",SpectaclePrescriptionReportStorage:"1.2.840.10008.5.1.4.1.1.78.6",OphthalmicAxialMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.78.7",IntraocularLensCalculationsStorage:"1.2.840.10008.5.1.4.1.1.78.8",MacularGridThicknessandVolumeReportStorage:"1.2.840.10008.5.1.4.1.1.79.1",OphthalmicVisualFieldStaticPerimetryMeasurementsStorage:"1.2.840.10008.5.1.4.1.1.80.1",OphthalmicThicknessMapStorage:"1.2.840.10008.5.1.4.1.1.81.1",CornealTopographyMapStorage:"1.2.840.10008.5.1.4.1.1.82.1",TextSRStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.88.1",AudioSRStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.88.2",DetailSRStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.88.3",ComprehensiveSRStorageTrialRetired:"1.2.840.10008.5.1.4.1.1.88.4",BasicTextSRStorage:"1.2.840.10008.5.1.4.1.1.88.11",EnhancedSRStorage:"1.2.840.10008.5.1.4.1.1.88.22",ComprehensiveSRStorage:"1.2.840.10008.5.1.4.1.1.88.33",Comprehensive3DSRStorage:"1.2.840.10008.5.1.4.1.1.88.34",ExtensibleSRStorage:"1.2.840.10008.5.1.4.1.1.88.35",ProcedureLogStorage:"1.2.840.10008.5.1.4.1.1.88.40",MammographyCADSRStorage:"1.2.840.10008.5.1.4.1.1.88.50",KeyObjectSelectionDocumentStorage:"1.2.840.10008.5.1.4.1.1.88.59",ChestCADSRStorage:"1.2.840.10008.5.1.4.1.1.88.65",XRayRadiationDoseSRStorage:"1.2.840.10008.5.1.4.1.1.88.67",RadiopharmaceuticalRadiationDoseSRStorage:"1.2.840.10008.5.1.4.1.1.88.68",ColonCADSRStorage:"1.2.840.10008.5.1.4.1.1.88.69",ImplantationPlanSRStorage:"1.2.840.10008.5.1.4.1.1.88.70",AcquisitionContextSRStorage:"1.2.840.10008.5.1.4.1.1.88.71",SimplifiedAdultEchoSRStorage:"1.2.840.10008.5.1.4.1.1.88.72",PatientRadiationDoseSRStorage:"1.2.840.10008.5.1.4.1.1.88.73",ContentAssessmentResultsStorage:"1.2.840.10008.5.1.4.1.1.90.1",EncapsulatedPDFStorage:"1.2.840.10008.5.1.4.1.1.104.1",EncapsulatedCDAStorage:"1.2.840.10008.5.1.4.1.1.104.2",PositronEmissionTomographyImageStorage:"1.2.840.10008.5.1.4.1.1.128",LegacyConvertedEnhancedPETImageStorage:"1.2.840.10008.5.1.4.1.1.128.1",StandalonePETCurveStorageRetired:"1.2.840.10008.5.1.4.1.1.129",EnhancedPETImageStorage:"1.2.840.10008.5.1.4.1.1.130",BasicStructuredDisplayStorage:"1.2.840.10008.5.1.4.1.1.131",CTDefinedProcedureProtocolStorage:"1.2.840.10008.5.1.4.1.1.200.1",CTPerformedProcedureProtocolStorage:"1.2.840.10008.5.1.4.1.1.200.2",ProtocolApprovalStorage:"1.2.840.10008.5.1.4.1.1.200.3",ProtocolApprovalInformationModelFIND:"1.2.840.10008.5.1.4.1.1.200.4",ProtocolApprovalInformationModelMOVE:"1.2.840.10008.5.1.4.1.1.200.5",ProtocolApprovalInformationModelGET:"1.2.840.10008.5.1.4.1.1.200.6",RTImageStorage:"1.2.840.10008.5.1.4.1.1.481.1",RTDoseStorage:"1.2.840.10008.5.1.4.1.1.481.2",RTStructureSetStorage:"1.2.840.10008.5.1.4.1.1.481.3",RTBeamsTreatmentRecordStorage:"1.2.840.10008.5.1.4.1.1.481.4",RTPlanStorage:"1.2.840.10008.5.1.4.1.1.481.5",RTBrachyTreatmentRecordStorage:"1.2.840.10008.5.1.4.1.1.481.6",RTTreatmentSummaryRecordStorage:"1.2.840.10008.5.1.4.1.1.481.7",RTIonPlanStorage:"1.2.840.10008.5.1.4.1.1.481.8",RTIonBeamsTreatmentRecordStorage:"1.2.840.10008.5.1.4.1.1.481.9",DICOSCTImageStorage:"1.2.840.10008.5.1.4.1.1.501.1",DICOSDigitalXRayImageStorageForPresentation:"1.2.840.10008.5.1.4.1.1.501.2.1",DICOSDigitalXRayImageStorageForProcessing:"1.2.840.10008.5.1.4.1.1.501.2.2",DICOSThreatDetectionReportStorage:"1.2.840.10008.5.1.4.1.1.501.3",DICOS2DAITStorage:"1.2.840.10008.5.1.4.1.1.501.4",DICOS3DAITStorage:"1.2.840.10008.5.1.4.1.1.501.5",DICOSQuadrupoleResonanceQRStorage:"1.2.840.10008.5.1.4.1.1.501.6",EddyCurrentImageStorage:"1.2.840.10008.5.1.4.1.1.601.1",EddyCurrentMultiframeImageStorage:"1.2.840.10008.5.1.4.1.1.601.2",PatientRootQueryRetrieveInformationModelFIND:"1.2.840.10008.5.1.4.1.2.1.1",PatientRootQueryRetrieveInformationModelMOVE:"1.2.840.10008.5.1.4.1.2.1.2",PatientRootQueryRetrieveInformationModelGET:"1.2.840.10008.5.1.4.1.2.1.3",StudyRootQueryRetrieveInformationModelFIND:"1.2.840.10008.5.1.4.1.2.2.1",StudyRootQueryRetrieveInformationModelMOVE:"1.2.840.10008.5.1.4.1.2.2.2",StudyRootQueryRetrieveInformationModelGET:"1.2.840.10008.5.1.4.1.2.2.3",PatientStudyOnlyQueryRetrieveInformationModelFINDRetired:"1.2.840.10008.5.1.4.1.2.3.1",PatientStudyOnlyQueryRetrieveInformationModelMOVERetired:"1.2.840.10008.5.1.4.1.2.3.2",PatientStudyOnlyQueryRetrieveInformationModelGETRetired:"1.2.840.10008.5.1.4.1.2.3.3",CompositeInstanceRootRetrieveMOVE:"1.2.840.10008.5.1.4.1.2.4.2",CompositeInstanceRootRetrieveGET:"1.2.840.10008.5.1.4.1.2.4.3",CompositeInstanceRetrieveWithoutBulkDataGET:"1.2.840.10008.5.1.4.1.2.5.3",DefinedProcedureProtocolInformationModelFIND:"1.2.840.10008.5.1.4.20.1",DefinedProcedureProtocolInformationModelMOVE:"1.2.840.10008.5.1.4.20.2",DefinedProcedureProtocolInformationModelGET:"1.2.840.10008.5.1.4.20.3",ModalityWorklistInformationModelFIND:"1.2.840.10008.5.1.4.31",GeneralPurposeWorklistManagementMetaSOPClassRetired:"1.2.840.10008.5.1.4.32",GeneralPurposeWorklistInformationModelFINDRetired:"1.2.840.10008.5.1.4.32.1",GeneralPurposeScheduledProcedureStepSOPClassRetired:"1.2.840.10008.5.1.4.32.2",GeneralPurposePerformedProcedureStepSOPClassRetired:"1.2.840.10008.5.1.4.32.3",InstanceAvailabilityNotificationSOPClass:"1.2.840.10008.5.1.4.33",RTBeamsDeliveryInstructionStorageTrialRetired:"1.2.840.10008.5.1.4.34.1",RTConventionalMachineVerificationTrialRetired:"1.2.840.10008.5.1.4.34.2",RTIonMachineVerificationTrialRetired:"1.2.840.10008.5.1.4.34.3",UnifiedWorklistandProcedureStepServiceClassTrialRetired:"1.2.840.10008.5.1.4.34.4",UnifiedProcedureStepPushSOPClassTrialRetired:"1.2.840.10008.5.1.4.34.4.1",UnifiedProcedureStepWatchSOPClassTrialRetired:"1.2.840.10008.5.1.4.34.4.2",UnifiedProcedureStepPullSOPClassTrialRetired:"1.2.840.10008.5.1.4.34.4.3",UnifiedProcedureStepEventSOPClassTrialRetired:"1.2.840.10008.5.1.4.34.4.4",UPSGlobalSubscriptionSOPInstance:"1.2.840.10008.5.1.4.34.5",UPSFilteredGlobalSubscriptionSOPInstance:"1.2.840.10008.5.1.4.34.5.1",UnifiedWorklistandProcedureStepServiceClass:"1.2.840.10008.5.1.4.34.6",UnifiedProcedureStepPushSOPClass:"1.2.840.10008.5.1.4.34.6.1",UnifiedProcedureStepWatchSOPClass:"1.2.840.10008.5.1.4.34.6.2",UnifiedProcedureStepPullSOPClass:"1.2.840.10008.5.1.4.34.6.3",UnifiedProcedureStepEventSOPClass:"1.2.840.10008.5.1.4.34.6.4",RTBeamsDeliveryInstructionStorage:"1.2.840.10008.5.1.4.34.7",RTConventionalMachineVerification:"1.2.840.10008.5.1.4.34.8",RTIonMachineVerification:"1.2.840.10008.5.1.4.34.9",RTBrachyApplicationSetupDeliveryInstructionStorage:"1.2.840.10008.5.1.4.34.10",GeneralRelevantPatientInformationQuery:"1.2.840.10008.5.1.4.37.1",BreastImagingRelevantPatientInformationQuery:"1.2.840.10008.5.1.4.37.2",CardiacRelevantPatientInformationQuery:"1.2.840.10008.5.1.4.37.3",HangingProtocolStorage:"1.2.840.10008.5.1.4.38.1",HangingProtocolInformationModelFIND:"1.2.840.10008.5.1.4.38.2",HangingProtocolInformationModelMOVE:"1.2.840.10008.5.1.4.38.3",HangingProtocolInformationModelGET:"1.2.840.10008.5.1.4.38.4",ColorPaletteStorage:"1.2.840.10008.5.1.4.39.1",ColorPaletteQueryRetrieveInformationModelFIND:"1.2.840.10008.5.1.4.39.2",ColorPaletteQueryRetrieveInformationModelMOVE:"1.2.840.10008.5.1.4.39.3",ColorPaletteQueryRetrieveInformationModelGET:"1.2.840.10008.5.1.4.39.4",ProductCharacteristicsQuerySOPClass:"1.2.840.10008.5.1.4.41",SubstanceApprovalQuerySOPClass:"1.2.840.10008.5.1.4.42",GenericImplantTemplateStorage:"1.2.840.10008.5.1.4.43.1",GenericImplantTemplateInformationModelFIND:"1.2.840.10008.5.1.4.43.2",GenericImplantTemplateInformationModelMOVE:"1.2.840.10008.5.1.4.43.3",GenericImplantTemplateInformationModelGET:"1.2.840.10008.5.1.4.43.4",ImplantAssemblyTemplateStorage:"1.2.840.10008.5.1.4.44.1",ImplantAssemblyTemplateInformationModelFIND:"1.2.840.10008.5.1.4.44.2",ImplantAssemblyTemplateInformationModelMOVE:"1.2.840.10008.5.1.4.44.3",ImplantAssemblyTemplateInformationModelGET:"1.2.840.10008.5.1.4.44.4",ImplantTemplateGroupStorage:"1.2.840.10008.5.1.4.45.1",ImplantTemplateGroupInformationModelFIND:"1.2.840.10008.5.1.4.45.2",ImplantTemplateGroupInformationModelMOVE:"1.2.840.10008.5.1.4.45.3",ImplantTemplateGroupInformationModelGET:"1.2.840.10008.5.1.4.45.4",NativeDICOMModel:"1.2.840.10008.7.1.1",AbstractMultiDimensionalImageModel:"1.2.840.10008.7.1.2",DICOMContentMappingResource:"1.2.840.10008.8.1.1",dicomDeviceName:"1.2.840.10008.15.0.3.1",dicomDescription:"1.2.840.10008.15.0.3.2",dicomManufacturer:"1.2.840.10008.15.0.3.3",dicomManufacturerModelName:"1.2.840.10008.15.0.3.4",dicomSoftwareVersion:"1.2.840.10008.15.0.3.5",dicomVendorData:"1.2.840.10008.15.0.3.6",dicomAETitle:"1.2.840.10008.15.0.3.7",dicomNetworkConnectionReference:"1.2.840.10008.15.0.3.8",dicomApplicationCluster:"1.2.840.10008.15.0.3.9",dicomAssociationInitiator:"1.2.840.10008.15.0.3.10",dicomAssociationAcceptor:"1.2.840.10008.15.0.3.11",dicomHostname:"1.2.840.10008.15.0.3.12",dicomPort:"1.2.840.10008.15.0.3.13",dicomSOPClass:"1.2.840.10008.15.0.3.14",dicomTransferRole:"1.2.840.10008.15.0.3.15",dicomTransferSyntax:"1.2.840.10008.15.0.3.16",dicomPrimaryDeviceType:"1.2.840.10008.15.0.3.17",dicomRelatedDeviceReference:"1.2.840.10008.15.0.3.18",dicomPreferredCalledAETitle:"1.2.840.10008.15.0.3.19",dicomTLSCyphersuite:"1.2.840.10008.15.0.3.20",dicomAuthorizedNodeCertificateReference:"1.2.840.10008.15.0.3.21",dicomThisNodeCertificateReference:"1.2.840.10008.15.0.3.22",dicomInstalled:"1.2.840.10008.15.0.3.23",dicomStationName:"1.2.840.10008.15.0.3.24",dicomDeviceSerialNumber:"1.2.840.10008.15.0.3.25",dicomInstitutionName:"1.2.840.10008.15.0.3.26",dicomInstitutionAddress:"1.2.840.10008.15.0.3.27",dicomInstitutionDepartmentName:"1.2.840.10008.15.0.3.28",dicomIssuerOfPatientID:"1.2.840.10008.15.0.3.29",dicomPreferredCallingAETitle:"1.2.840.10008.15.0.3.30",dicomSupportedCharacterSet:"1.2.840.10008.15.0.3.31",dicomConfigurationRoot:"1.2.840.10008.15.0.4.1",dicomDevicesRoot:"1.2.840.10008.15.0.4.2",dicomUniqueAETitlesRegistryRoot:"1.2.840.10008.15.0.4.3",dicomDevice:"1.2.840.10008.15.0.4.4",dicomNetworkAE:"1.2.840.10008.15.0.4.5",dicomNetworkConnection:"1.2.840.10008.15.0.4.6",dicomUniqueAETitle:"1.2.840.10008.15.0.4.7",dicomTransferCapability:"1.2.840.10008.15.0.4.8",UniversalCoordinatedTime:"1.2.840.10008.15.1.1"}},245:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.parsePersonName=t.Value=void 0;const i=n(925),a=n(653),r=n(253),o=n(786),s=n(965);class c{static fromString(e,t,n=!1){return u(R(e,t,n),e)}static fromStrings(e,t,n=!1){return u(l(t.map((t=>R(e,t,n))),e),e)}static fromBuffer(e,t){return u(t,e)}static fromBytes(e,t){return c.fromBuffer(e,Buffer.from(t))}static fromNumber(e,t,n=!1){return u(V(e,t,n),e)}static fromNumbers(e,t,n=!1){return u(l(t.map((t=>V(e,t,n))),e),e)}static fromDate(e,t){return u(m(e,t),e)}static fromDates(e,t){return u(l(t.map((t=>m(e,t))),e),e)}static fromTime(e,t){return u(d(e,t),e)}static fromTimes(e,t){return u(l(t.map((t=>d(e,t))),e),e)}static fromDateTime(e,t){return u(g(e,t),e)}static fromDateTimes(e,t){return u(l(t.map((t=>g(e,t))),e),e)}static fromPersonName(e,t){return c.fromBuffer(e,h(e,t))}static fromPersonNames(e,t){return c.fromBuffer(e,l(t.map((t=>h(e,t))),e))}static fromURL(e,t){return u(function(e,t){if(e===o.VR.UR)return Buffer.from(t.toString());throw Error("Cannot create value of VR "+e+" from URL")}(e,t),e)}static empty(){return new c(a.emptyBuffer)}static headOption(e){return e.length>0?e[0]:void 0}constructor(e){this.bytes=e,this.length=e.length}toStrings(e,t=!1,n=r.defaultCharacterSet){return 0===this.length?[]:e===o.VR.AT?D(this.bytes,t).map(a.tagToString):e===o.VR.FL?L(this.bytes,t).map((e=>e.toString())):e===o.VR.FD?O(this.bytes,t).map((e=>e.toString())):e===o.VR.SS?C(this.bytes,t).map((e=>e.toString())):e===o.VR.SL?T(this.bytes,t).map((e=>e.toString())):e===o.VR.SV?P(this.bytes,t).map((e=>e.toString())):e===o.VR.US?y(this.bytes,t).map((e=>e.toString())):e===o.VR.UL?I(this.bytes,t).map((e=>e.toString())):e===o.VR.UV?P(this.bytes,t).map((e=>e.toString())):e===o.VR.OB?[this.bytes.length+" bytes"]:e===o.VR.OW?[this.bytes.length/2+" words"]:e===o.VR.OL?[this.bytes.length/4+" longs"]:e===o.VR.OV?[this.bytes.length/8+" very longs"]:e===o.VR.OF?[this.bytes.length/4+" floats"]:e===o.VR.OD?[this.bytes.length/8+" doubles"]:e===o.VR.ST||e===o.VR.LT||e===o.VR.UT?[S(n.decode(this.bytes,e),e.paddingByte)]:e===o.VR.LO||e===o.VR.SH||e===o.VR.UC?f(n.decode(this.bytes,e)):e==o.VR.PN?f(n.decode(this.bytes,e)).map(a.trim):f(this.bytes.toString()).map(a.trim)}toSingleString(e,t=!1,n=r.defaultCharacterSet){const i=this.toStrings(e,t,n);return 0===i.length?"":i.join(a.multiValueDelimiter)}toNumbers(e,t=!1){return 0===this.length?[]:e===o.VR.AT?D(this.bytes,t):e===o.VR.DS?(n=this.bytes,f(n.toString()).map(a.trim).map((e=>parseFloat(e)))).filter((e=>!isNaN(e))):e===o.VR.FL?L(this.bytes,t):e===o.VR.FD?O(this.bytes,t):e===o.VR.IS?function(e){return f(e.toString()).map(a.trim).map((e=>parseInt(e,10)))}(this.bytes).filter((e=>!isNaN(e))):e===o.VR.SL?T(this.bytes,t):e===o.VR.SS?C(this.bytes,t):e===o.VR.UL?I(this.bytes,t):e===o.VR.US?y(this.bytes,t):[];var n}toDates(e=o.VR.DA){return e===o.VR.DA?b(this.bytes):e===o.VR.DT?F(this.bytes,a.systemZone).map((e=>e.toLocalDate())):[]}toTimes(e=o.VR.TM){return e===o.VR.DT?F(this.bytes,a.systemZone).map((e=>e.toLocalTime())):e===o.VR.TM?f(this.bytes.toString()).map(U).filter((e=>void 0!==e)):[]}toDateTimes(e=o.VR.DT,t=a.systemZone){return e===o.VR.DA?b(this.bytes).map((e=>e.atStartOfDay(t))):e===o.VR.DT?F(this.bytes,t):[]}toPersonNames(e=o.VR.PN,t=r.defaultCharacterSet){return e===o.VR.PN?function(e,t){return f(t.decode(e,o.VR.PN)).map(a.trim).map((e=>B(e)))}(this.bytes,t):[]}toURL(e=o.VR.UR){if(e===o.VR.UR)return function(e){try{return new URL(e)}catch(e){return}}(this.bytes.toString().trim())}toString(e,t=!1,n=r.defaultCharacterSet){return c.headOption(this.toStrings(e,t,n))}toNumber(e,t=!1){return c.headOption(this.toNumbers(e,t))}toDate(e){return c.headOption(this.toDates(e))}toTime(e){return c.headOption(this.toTimes(e))}toDateTime(e,t){return c.headOption(this.toDateTimes(e,t))}toPersonName(e=o.VR.PN,t=r.defaultCharacterSet){return c.headOption(this.toPersonNames(e,t))}append(e){return new c((0,a.concat)(this.bytes,e))}ensurePadding(e){return c.fromBuffer(e,this.bytes)}}function S(e,t){let n=e.length;for(;n>0&&e.charCodeAt(n-1)<=t;)n-=1;return e.substring(0,n)}function l(e,t){if(t===o.VR.AT||t===o.VR.FL||t===o.VR.FD||t===o.VR.SL||t===o.VR.SS||t===o.VR.UL||t===o.VR.US||t===o.VR.OB||t===o.VR.OW||t===o.VR.OL||t===o.VR.OF||t===o.VR.OD)return e.reduce(a.concat,a.emptyBuffer);const n=Buffer.from("\\");return e.reduce(((e,t)=>(0,a.concatv)(e,n,t)))}function u(e,t){return new c(t?(0,a.padToEvenLength)(e,t):e)}function R(e,t,n=!1){if(e===o.VR.AT)return(0,a.tagToBytes)(parseInt(t,16),n);if(e===o.VR.FL)return(0,a.floatToBytes)(parseFloat(t),n);if(e===o.VR.FD)return(0,a.doubleToBytes)(parseFloat(t),n);if(e===o.VR.SL)return(0,a.intToBytes)(parseInt(t,10),n);if(e===o.VR.SS)return(0,a.shortToBytes)(parseInt(t,10),n);if(e===o.VR.UL)return(0,a.intToBytes)(parseInt(t,10),n);if(e===o.VR.US)return(0,a.shortToBytes)(parseInt(t,10),n);if(e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create binary array from string");return Buffer.from(t)}function V(e,t,n=!1){if(e===o.VR.AT)return(0,a.tagToBytes)(t,n);if(e===o.VR.FL)return(0,a.floatToBytes)(t,n);if(e===o.VR.FD)return(0,a.doubleToBytes)(t,n);if(e===o.VR.SL)return(0,a.intToBytes)(t,n);if(e===o.VR.SS)return(0,a.shortToBytes)(t,n);if(e===o.VR.UL)return(0,a.intToBytes)(t,n);if(e===o.VR.US)return(0,a.shortToBytes)(t,n);if(e===o.VR.AT)return(0,a.tagToBytes)(t,n);if(e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create value of VR "+e+" from int");return Buffer.from(t+"")}function m(e,t){if(e===o.VR.AT||e===o.VR.FL||e===o.VR.FD||e===o.VR.SL||e===o.VR.SS||e===o.VR.UL||e===o.VR.US||e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create value of VR "+e+" from date");return Buffer.from(t.format(q))}function d(e,t){if(e===o.VR.AT||e===o.VR.FL||e===o.VR.FD||e===o.VR.SL||e===o.VR.SS||e===o.VR.UL||e===o.VR.US||e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create value of VR "+e+" from time");return Buffer.from(t.format(M))}function g(e,t){if(e===o.VR.AT||e===o.VR.FL||e===o.VR.FD||e===o.VR.SL||e===o.VR.SS||e===o.VR.UL||e===o.VR.US||e===o.VR.OB||e===o.VR.OW||e===o.VR.OL||e===o.VR.OF||e===o.VR.OD)throw Error("Cannot create value of VR "+e+" from date-time");return Buffer.from(t.format(A))}function h(e,t){if(e===o.VR.PN)return Buffer.from(t.toString());throw Error("Cannot create value of VR "+e+" from person name")}function p(e,t){return function(e,t){const n=[],i=e.length;let a=0;for(;a<i;)n.push(e.slice(a,a+=t));return n}(e,t).filter((e=>e.length===t))}function f(e){return e.split(a.multiValueDelimiter)}function D(e,t=!1){return p(e,4).map((e=>(0,a.bytesToTag)(e,t)))}function T(e,t=!1){return p(e,4).map((e=>(0,a.bytesToInt)(e,t)))}function P(e,t=!1){return p(e,8).map((e=>(0,a.bytesToFloat)(e,t)))}function C(e,t=!1){return p(e,2).map((e=>(0,a.bytesToShort)(e,t)))}function I(e,t=!1){return p(e,4).map((e=>(0,a.bytesToUInt)(e,t)))}function y(e,t=!1){return p(e,2).map((e=>(0,a.bytesToUShort)(e,t)))}function L(e,t=!1){return p(e,4).map((e=>(0,a.bytesToFloat)(e,t)))}function O(e,t=!1){return p(e,8).map((e=>(0,a.bytesToDouble)(e,t)))}function b(e){return f(e.toString()).map(Q).filter((e=>void 0!==e))}function F(e,t){return f(e.toString()).map((e=>function(e,t=a.systemZone){try{let n=(e=e.trim()).length;if(n<4)throw Error("Malformed date-time, must at least include year.");const a=Math.max(e.indexOf("+"),e.indexOf("-"));if(a>=4&&e.length===a+5){const r=e.substring(a,a+1),o=e.substring(a+1,a+5);t=i.ZoneOffset.ofHoursMinutes(parseInt(r+o.substring(0,2),10),parseInt(r+o.substring(2,4),10)),n=(e=e.substring(0,a)).length}else if(a>=0)throw Error("Malformed date-time. Zone is present but misplaced or not of length 5");if([4,6,8,10,12,14,16,17,18,19,20,21].indexOf(n)<0)throw Error("Malformed date-time, invalid length "+n);const r=parseInt(e.substring(0,4),10);let o=1,s=1,c=0,S=0,l=0,u=0;if(n>=6&&(o=parseInt(e.substring(4,6),10),n>=8&&(s=parseInt(e.substring(6,8),10),n>=10&&(c=parseInt(e.substring(8,10),10),n>=12&&(S=parseInt(e.substring(10,12),10),n>=14&&(l=parseInt(e.substring(12,14),10),"."===e.charAt(14)&&n>=15)))))){const t=Math.min(n,21),i=9-(t-15);u=parseInt(e.substring(15,t),10)*Math.pow(10,i)}return i.ZonedDateTime.of(r,o,s,c,S,l,u,t)}catch(e){return}}(e,t))).filter((e=>void 0!==e))}t.Value=c;const q=i.DateTimeFormatter.ofPattern("uuuuMMdd"),v=i.DateTimeFormatter.ofPattern("uuuu'.'MM'.'dd"),E=(new i.DateTimeFormatterBuilder).appendPattern("HH[[':']mm[[':']ss[").appendFraction(i.ChronoField.MICRO_OF_SECOND,1,6,!0).appendPattern("]]]").toFormatter(i.ResolverStyle.LENIENT),M=i.DateTimeFormatter.ofPattern("HHmmss'.'SSSSSS"),A=i.DateTimeFormatter.ofPattern("uuuuMMddHHmmss'.'SSSSSSZ");function Q(e){const t=e.trim();try{return i.LocalDate.parse(t,q)}catch(e){try{return i.LocalDate.parse(t,v)}catch(e){return}}}function U(e){try{return i.LocalTime.parse(e.trim(),E)}catch(e){return}}function B(e){function t(e,t){return e.concat(new Array(Math.max(0,t-e.length)).fill(""))}const n=(i=t(e.split(/=/),3).map(a.trim).map((e=>t(e.split(/\^/),5))),i[0].map(((e,t)=>i.map((e=>e[t]))))).map((e=>new s.ComponentGroup(e[0],e[1],e[2])));var i;return new s.PersonName(n[0],n[1],n[2],n[3],n[4])}t.parsePersonName=B},786:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.VR=void 0;class n{static valueOf(e){return n.map.get(e)}constructor(e,t,n,i){this.name=e,this.code=t,this.headerLength=n,this.paddingByte=i}}n.AE=new n("AE",16709,8,32),n.AS=new n("AS",16723,8,32),n.AT=new n("AT",16724,8,0),n.CS=new n("CS",17235,8,32),n.DA=new n("DA",17473,8,32),n.DS=new n("DS",17491,8,32),n.DT=new n("DT",17492,8,32),n.FD=new n("FD",17988,8,0),n.FL=new n("FL",17996,8,0),n.IS=new n("IS",18771,8,32),n.LO=new n("LO",19535,8,32),n.LT=new n("LT",19540,8,32),n.OB=new n("OB",20290,12,0),n.OD=new n("OD",20292,12,0),n.OF=new n("OF",20294,12,0),n.OL=new n("OL",20300,12,0),n.OV=new n("OV",20310,12,0),n.OW=new n("OW",20311,12,0),n.PN=new n("PN",20558,8,32),n.SH=new n("SH",21320,8,32),n.SL=new n("SL",21324,8,0),n.SQ=new n("SQ",21329,12,0),n.SS=new n("SS",21331,8,0),n.ST=new n("ST",21332,8,32),n.SV=new n("SV",21334,12,0),n.TM=new n("TM",21581,8,32),n.UC=new n("UC",21827,12,32),n.UI=new n("UI",21833,8,0),n.UL=new n("UL",21836,8,0),n.UN=new n("UN",21838,12,0),n.UR=new n("UR",21842,12,32),n.US=new n("US",21843,8,0),n.UT=new n("UT",21844,12,32),n.UV=new n("UV",21846,12,0),n.values=[n.AE,n.AS,n.AT,n.CS,n.DA,n.DS,n.DT,n.FD,n.FL,n.IS,n.LO,n.LT,n.OB,n.OD,n.OF,n.OL,n.OV,n.OW,n.PN,n.SH,n.SL,n.SQ,n.SS,n.ST,n.SV,n.TM,n.UC,n.UI,n.UL,n.UN,n.UR,n.US,n.UT,n.UV],n.map=n.values.reduce(((e,t)=>(e.set(t.code,t),e)),new Map),t.VR=n},445:e=>{e.exports=require("dicom-character-set")},925:e=>{e.exports=require("js-joda")},583:e=>{e.exports=require("multipipe")},828:e=>{e.exports=require("uuid")},781:e=>{e.exports=require("stream")},796:e=>{e.exports=require("zlib")}},t={},n=function n(i){var a=t[i];if(void 0!==a)return a.exports;var r=t[i]={exports:{}};return e[i].call(r.exports,r,r.exports,n),r.exports}(607);module.exports=n})();