diff --git a/dist/dwv.d.ts b/dist/dwv.d.ts index a72f96f55e..8c1fe1a305 100644 --- a/dist/dwv.d.ts +++ b/dist/dwv.d.ts @@ -78,6 +78,13 @@ export declare class Annotation { * @type {Point3D[]|undefined} */ planePoints: Point3D[] | undefined; + /** + * Get the orientation name for this annotation. + * + * @returns {string|undefined} The orientation name, + * undefined if same as reference data. + */ + getOrientationName(): string | undefined; /** * Initialise the annotation. * @@ -2336,11 +2343,12 @@ export declare function getMousePoint(event: object): Point2D; /** * Get the name of an image orientation patient. * - * @param {number[]} orientation The image orientation patient. + * @param {number[]} cosines The image orientation + * patient cosines (6 values). * @returns {string|undefined} The orientation * name: axial, coronal or sagittal. */ -export declare function getOrientationName(orientation: number[]): string | undefined; +export declare function getOrientationName(cosines: number[]): string | undefined; /** * Get the PixelData Tag. @@ -3727,6 +3735,18 @@ export declare class PlaneHelper { * @param {Matrix33} viewOrientation The view orientation. */ constructor(imageGeometry: Geometry, viewOrientation: Matrix33); + /** + * Get the view orientation. + * + * @returns {Matrix33} The orientation matrix. + */ + getViewOrientation(): Matrix33; + /** + * Get the target orientation. + * + * @returns {Matrix33} The orientation matrix. + */ + getTargetOrientation(): Matrix33; /** * Get a 3D offset from a plane one. * @@ -3843,7 +3863,7 @@ export declare class PlaneHelper { /** * Immutable point. * Warning: the input array is NOT cloned, modifying it will - * modify the index values. + * modify the point values. */ export declare class Point { /** @@ -3851,26 +3871,26 @@ export declare class Point { */ constructor(values: number[]); /** - * Get the index value at the given array index. + * Get the point value at the given array index. * * @param {number} i The index to get. * @returns {number} The value. */ get(i: number): number; /** - * Get the length of the index. + * Get the length of the point. * * @returns {number} The length. */ length(): number; /** - * Get a string representation of the Index. + * Get a string representation of the point. * - * @returns {string} The Index as a string. + * @returns {string} The point as a string. */ toString(): string; /** - * Get the values of this index. + * Get the values of this point. * * @returns {number[]} The array of values. */ @@ -3940,6 +3960,12 @@ export declare class Point2D { * @returns {number} The Y position of the point. */ getY(): number; + /** + * Get the values of this point. + * + * @returns {number[]} The array of values. + */ + getValues(): number[]; /** * Get the centroid of the point, ie itself. * @@ -3997,6 +4023,12 @@ export declare class Point3D { * @returns {number} The Z position of the point. */ getZ(): number; + /** + * Get the values of this point. + * + * @returns {number[]} The array of values. + */ + getValues(): number[]; /** * Check for Point3D equality. * diff --git a/dist/dwv.min.js b/dist/dwv.min.js index 684dc4582b..fc84198e1e 100644 --- a/dist/dwv.min.js +++ b/dist/dwv.min.js @@ -1,2 +1,2 @@ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("konva"),require("magic-wand-tool"),require("jszip")):"function"==typeof define&&define.amd?define(["konva","konmagic-wand-tool","jszip"],t):"object"==typeof exports?exports.dwv=t(require("konva"),require("magic-wand-tool"),require("jszip")):e.dwv=t(e.Konva,e.MagicWand,e.JSZip)}(this,(function(e,t,n){return function(){"use strict";var i={654:function(e){e.exports=n},944:function(t){t.exports=e},324:function(e){e.exports=t}},r={};function o(e){var t=r[e];if(void 0!==t)return t.exports;var n=r[e]={exports:{}};return i[e](n,n.exports,o),n.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};o.r(a),o.d(a,{Annotation:function(){return qi},AnnotationGroup:function(){return Zn},AnnotationGroupFactory:function(){return _r},App:function(){return fo},AppOptions:function(){return mo},BLACK:function(){return y},ChangeSegmentColourCommand:function(){return yo},Circle:function(){return ci},ColourMap:function(){return f},DataElement:function(){return Ie},DeleteSegmentCommand:function(){return Co},DicomCode:function(){return Gt},DicomData:function(){return Kr},DicomParser:function(){return Ze},DicomSRContent:function(){return Yr},DicomWriter:function(){return Mt},DrawController:function(){return _n},DrawLayer:function(){return Si},DrawShapeHandler:function(){return hi},Ellipse:function(){return si},Geometry:function(){return ut},Image:function(){return qn},Index:function(){return s},LayerGroup:function(){return Yi},MaskFactory:function(){return Rn},MaskSegment:function(){return gn},MaskSegmentHelper:function(){return Do},MaskSegmentViewHelper:function(){return vo},Matrix33:function(){return b},NumberRange:function(){return lt},Orientation:function(){return we},OverlayData:function(){return So},PlaneHelper:function(){return Nn},Point:function(){return q},Point2D:function(){return F},Point3D:function(){return E},Protractor:function(){return ai},RGB:function(){return C},ROI:function(){return oi},Rectangle:function(){return ri},RescaleSlopeAndIntercept:function(){return tt},Scalar2D:function(){return Io},Scalar3D:function(){return To},ScrollWheel:function(){return kn},Size:function(){return nt},Spacing:function(){return ct},Tag:function(){return he},TagValueExtractor:function(){return Tt},ToolConfig:function(){return po},ToolboxController:function(){return ir},Vector3D:function(){return w},View:function(){return Vn},ViewConfig:function(){return go},ViewController:function(){return Bn},ViewLayer:function(){return Gi},WindowLevel:function(){return u},WriterRule:function(){return Ot},addTagsToDictionary:function(){return _},buildMultipart:function(){return j},createImage:function(){return Fn},createMaskImage:function(){return En},createView:function(){return Qn},customUI:function(){return Mi},decoderScripts:function(){return hr},defaultPresets:function(){return d},defaults:function(){return Li},getDefaultDicomSegJson:function(){return xn},getDicomSRContentItem:function(){return jr},getDwvVersion:function(){return Re},getElementsFromJSONTags:function(){return Nt},getEllipseIndices:function(){return li},getLayerDetailsFromEvent:function(){return Hi},getMousePoint:function(){return Ni},getOrientationName:function(){return Me},getPixelDataTag:function(){return Ce},getReverseOrientation:function(){return Ue},getSRContent:function(){return Xr},getTagFromKey:function(){return ge},getTouchPoints:function(){return Vi},getTypedArray:function(){return He},getUID:function(){return bt},hasDicomPrefix:function(){return Fe},i18n:function(){return U},isEqualRgb:function(){return v},labToUintLab:function(){return I},logger:function(){return c},luts:function(){return D},precisionRound:function(){return G},srgbToCielab:function(){return L},toolList:function(){return xi},toolOptions:function(){return Ri}});class s{#e;constructor(e){if(!e||void 0===e)throw new Error("Cannot create index with no values.");if(0===e.length)throw new Error("Cannot create index with empty values.");if(!e.every((function(e){return!isNaN(e)})))throw new Error("Cannot create index with non number values.");this.#e=e}get(e){return this.#e[e]}length(){return this.#e.length}toString(){return"("+this.#e.toString()+")"}getValues(){return this.#e.slice()}canCompare(e){return!!e&&this.length()===e.length()}equals(e){if(!this.canCompare(e))return!1;for(let t=0,n=this.length();tthis.#u?this.#l:e*this.#d+this.#h}}class S{#g;#p;#r;#m=0;#f=!0;constructor(e,t,n){if(this.#g=e,t){const e=this.#g.getLength();this.#m=e/2}else this.#m=0;this.#f=n}getVoiLut(){return this.#p}getModalityLut(){return this.#g}setVoiLut(e){if(this.#p=e,this.#p.setSignedOffset(this.#g.getRSI().getSlope()*this.#m),this.#f){const e=this.#g.getLength();this.#r=new Uint8ClampedArray(e);for(let t=0;t255?255:t})),green:g((function(e){const t=256/3;let n=0;return e>=t&&(n=3*(e-t),n>255)?255:n})),blue:g((function(e){const t=256/3;let n=0;return e>=2*t&&(n=3*(e-2*t),n>255)?255:n}))},hot_iron:{red:[0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255],green:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,255],blue:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,255]},pet:{red:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199,201,203,205,207,209,211,213,215,217,219,221,223,225,227,229,231,233,235,237,239,241,243,245,247,249,251,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255],green:[0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,128,126,124,122,120,118,116,114,112,110,108,106,104,102,100,98,96,94,92,90,88,86,84,82,80,78,76,74,72,70,68,66,64,63,61,59,57,55,53,51,49,47,45,43,41,39,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,1,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,255],blue:[0,1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199,201,203,205,207,209,211,213,215,217,219,221,223,225,227,229,231,233,235,237,239,241,243,245,247,249,251,253,255,252,248,244,240,236,232,228,224,220,216,212,208,204,200,196,192,188,184,180,176,172,168,164,160,156,152,148,144,140,136,132,128,124,120,116,112,108,104,100,96,92,88,84,80,76,72,68,64,60,56,52,48,44,40,36,32,28,24,20,16,12,8,4,0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,85,89,93,97,101,105,109,113,117,121,125,129,133,137,141,145,149,153,157,161,165,170,174,178,182,186,190,194,198,202,206,210,214,218,222,226,230,234,238,242,246,250,255]},hot_metal_blue:{red:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,9,12,15,18,21,24,26,29,32,35,38,41,44,47,50,52,55,57,59,62,64,66,69,71,74,76,78,81,83,85,88,90,93,96,99,102,105,108,111,114,116,119,122,125,128,131,134,137,140,143,146,149,152,155,158,161,164,166,169,172,175,178,181,184,187,190,194,198,201,205,209,213,217,221,224,228,232,236,240,244,247,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255],green:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,6,8,9,11,13,15,17,19,21,23,24,26,28,30,32,34,36,38,40,41,43,45,47,49,51,53,55,56,58,60,62,64,66,68,70,72,73,75,77,79,81,83,85,87,88,90,92,94,96,98,100,102,104,105,107,109,111,113,115,117,119,120,122,124,126,128,130,132,134,136,137,139,141,143,145,147,149,151,152,154,156,158,160,162,164,166,168,169,171,173,175,177,179,181,183,184,186,188,190,192,194,196,198,200,201,203,205,207,209,211,213,215,216,218,220,222,224,226,228,229,231,233,235,237,239,240,242,244,246,248,250,251,253,255],blue:[0,2,4,6,8,10,12,14,16,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,184,186,188,190,192,194,196,198,200,197,194,191,188,185,182,179,176,174,171,168,165,162,159,156,153,150,144,138,132,126,121,115,109,103,97,91,85,79,74,68,62,56,50,47,44,41,38,35,32,29,26,24,21,18,15,12,9,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,9,12,15,18,21,24,26,29,32,35,38,41,44,47,50,53,56,59,62,65,68,71,74,76,79,82,85,88,91,94,97,100,103,106,109,112,115,118,121,124,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,176,179,182,185,188,191,194,197,200,203,206,210,213,216,219,223,226,229,232,236,239,242,245,249,252,255]},pet_20step:{red:[0,0,0,0,0,0,0,0,0,0,0,0,0,96,96,96,96,96,96,96,96,96,96,96,96,96,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,80,80,80,80,80,80,80,80,80,80,80,80,80,96,96,96,96,96,96,96,96,96,96,96,96,96,112,112,112,112,112,112,112,112,112,112,112,112,112,128,128,128,128,128,128,128,128,128,128,128,128,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,80,80,80,80,80,80,80,80,80,80,80,80,80,64,64,64,64,64,64,64,64,64,64,64,64,224,224,224,224,224,224,224,224,224,224,224,224,224,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,192,192,192,192,192,192,192,192,192,192,192,192,192,176,176,176,176,176,176,176,176,176,176,176,176,176,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255],green:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,80,80,80,80,80,80,80,80,80,80,80,80,80,96,96,96,96,96,96,96,96,96,96,96,96,96,112,112,112,112,112,112,112,112,112,112,112,112,112,128,128,128,128,128,128,128,128,128,128,128,128,96,96,96,96,96,96,96,96,96,96,96,96,96,144,144,144,144,144,144,144,144,144,144,144,144,144,192,192,192,192,192,192,192,192,192,192,192,192,192,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,208,208,208,208,208,208,208,208,208,208,208,208,208,176,176,176,176,176,176,176,176,176,176,176,176,176,144,144,144,144,144,144,144,144,144,144,144,144,96,96,96,96,96,96,96,96,96,96,96,96,96,48,48,48,48,48,48,48,48,48,48,48,48,48,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255],blue:[0,0,0,0,0,0,0,0,0,0,0,0,0,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,112,112,112,112,112,112,112,112,112,112,112,112,128,128,128,128,128,128,128,128,128,128,128,128,128,176,176,176,176,176,176,176,176,176,176,176,176,176,192,192,192,192,192,192,192,192,192,192,192,192,192,224,224,224,224,224,224,224,224,224,224,224,224,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,80,80,80,80,80,80,80,80,80,80,80,80,80,64,64,64,64,64,64,64,64,64,64,64,64,80,80,80,80,80,80,80,80,80,80,80,80,80,96,96,96,96,96,96,96,96,96,96,96,96,96,64,64,64,64,64,64,64,64,64,64,64,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255]}};class C{r;g;b;constructor(e,t,n){this.r=e,this.g=t,this.b=n}}const y={r:0,g:0,b:0};function v(e,t){return null!==e&&null!==t&&void 0!==e&&void 0!==t&&e.r===t.r&&e.g===t.g&&e.b===t.b}function I(e){return{l:655.35*e.l,a:257*e.a+32896,b:257*e.b+32896}}const T={x:95.0489,y:100,z:108.884};function L(e){return function(e){function t(e){let t=null;return t=e>.008856452?Math.pow(e,.333333333):7.787037037*e+.137931034,t}const n=T,i=t(e.y/n.y);return{l:116*i-16,a:500*(t(e.x/n.x)-i),b:200*(i-t(e.z/n.z))}}(function(e){function t(e){let t=null;return t=e<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4),t}const n=t(e.r/255),i=t(e.g/255),r=t(e.b/255);return{x:100*(.4124*n+.3576*i+.1805*r),y:100*(.2126*n+.7152*i+.0722*r),z:100*(.0193*n+.1192*i+.9505*r)}}(e))}function P(e){const t={Yellow:"#ffff00",Red:"#ff0000",White:"#ffffff",Green:"#008000",Blue:"#0000ff",Lime:"#00ff00",Fuchsia:"#ff00ff",Black:"#000000"};let n="#ffff00";return void 0!==t[e]&&(n=t[e]),n}class w{#D;#C;#y;constructor(e,t,n){this.#D=e,this.#C=t,this.#y=n}getX(){return this.#D}getY(){return this.#C}getZ(){return this.#y}equals(e){return null!==e&&this.#D===e.getX()&&this.#C===e.getY()&&this.#y===e.getZ()}toString(){return"("+this.#D+", "+this.#C+", "+this.#y+")"}norm(){return Math.sqrt(this.#D*this.#D+this.#C*this.#C+this.#y*this.#y)}crossProduct(e){return new w(this.#C*e.getZ()-e.getY()*this.#y,this.#y*e.getX()-e.getZ()*this.#D,this.#D*e.getY()-e.getX()*this.#C)}dotProduct(e){return this.#D*e.getX()+this.#C*e.getY()+this.#y*e.getZ()}isCodirectional(e){return this.dotProduct(e)>0}}Number.EPSILON;const O=1e-4;function A(e,t,n){return void 0===n&&(n=Number.EPSILON),Math.abs(e-t)0?1:-1;for(let t=0;t<3;++t)t===n.index?e.push(1*i):e.push(0)}return new b(e)}getThirdColMajorDirection(){return this.getColAbsMax(2).index}}function x(){return new b([1,0,0,0,1,0,0,0,1])}function R(e){return e.equals(x())}class F{#D;#C;constructor(e,t){this.#D=e,this.#C=t}getX(){return this.#D}getY(){return this.#C}getCentroid(){return this}equals(e){return null!=e&&this.#D===e.getX()&&this.#C===e.getY()}toString(){return"("+this.#D+", "+this.#C+")"}getDistance(e){const t=this.#D-e.getX(),n=this.#C-e.getY();return Math.sqrt(t*t+n*n)}}class E{#D;#C;#y;constructor(e,t,n){this.#D=e,this.#C=t,this.#y=n}getX(){return this.#D}getY(){return this.#C}getZ(){return this.#y}equals(e){return null!==e&&this.#D===e.getX()&&this.#C===e.getY()&&this.#y===e.getZ()}isSimilar(e,t){return null!==e&&A(this.#D,e.getX(),t)&&A(this.#C,e.getY(),t)&&A(this.#y,e.getZ(),t)}toString(){return"("+this.#D+", "+this.#C+", "+this.#y+")"}getDistance(e){return Math.sqrt(this.#I(e))}#I(e){const t=this.#D-e.getX(),n=this.#C-e.getY(),i=this.#y-e.getZ();return t*t+n*n+i*i}getClosest(e){let t=0,n=this.#I(e[t]);for(let i=0;i0?0|n:0;return e.substring(i,i+t.length)===t}function Q(e,t){return null!=e&&null!=t&&e.substring(e.length-t.length)===t}function V(e){const t=[];if(null==e)return t;const n=/{(\w+)}/g;let i=n.exec(e);for(;i;)t.push(i[1]),i=n.exec(e);return t}function N(e){let t=null;if(null!=e&&"."!==e[0]){const n=e.toLowerCase().split(".");1!==n.length&&(t=n.pop(),/[a-z]/.test(t)&&!t.includes("/")||(t=null))}return t}function B(e){const t=new Uint8Array(e.length);for(let n=0,i=e.length;n=e.length)throw new Error("Non valid dimension for toStringId");let n="";for(let i=0;i=e.length)&&(n=0),(void 0===i||i<=n||i>e.length)&&(i=e.length);for(let r=n;ro;t--,o++)r=n[o],n[o]=n[t],n[t]=r}class Le{#w;#O=!0;#A=function(){return new Int8Array(new Int16Array([1]).buffer)[0]>0}();#b;#x;constructor(e,t){this.#w=e,void 0!==t&&(this.#O=t),this.#b=this.#O!==this.#A,this.#x=new DataView(e)}readUint16(e){return this.#x.getUint16(e,this.#O)}readInt16(e){return this.#x.getInt16(e,this.#O)}readUint32(e){return this.#x.getUint32(e,this.#O)}readBigUint64(e){return this.#x.getBigUint64(e,this.#O)}readInt32(e){return this.#x.getInt32(e,this.#O)}readBigInt64(e){return this.#x.getBigInt64(e,this.#O)}readFloat32(e){return this.#x.getFloat32(e,this.#O)}readFloat64(e){return this.#x.getFloat64(e,this.#O)}readBinaryArray(e,t){const n=new Uint8Array(this.#w,e,t),i=8*n.length,r=new Uint8Array(i);let o=0,a=0;for(let e=0;ea&&t.getX()>t.getY()&&t.getX()>t.getZ())n+=i,t=new w(0,t.getY(),t.getZ());else if(t.getY()>a&&t.getY()>t.getX()&&t.getY()>t.getZ())n+=r,t=new w(t.getX(),0,t.getZ());else{if(!(t.getZ()>a&&t.getZ()>t.getX()&&t.getZ()>t.getY()))break;n+=o,t=new w(t.getX(),t.getY(),0)}return n}function xe(e){let t;if(void 0!==e&&6===e.length){const n=new w(e[0],e[1],e[2]),i=new w(e[3],e[4],e[5]),r=n.crossProduct(i);t=new b([n.getX(),i.getX(),r.getX(),n.getY(),i.getY(),r.getY(),n.getZ(),i.getZ(),r.getZ()])}return t}function Re(){return"0.34.0-beta.18"}function Fe(e){return!(e.byteLength<132)&&"DICM"===new Uint8Array(e,128,4).reduce((function(e,t){return e+String.fromCharCode(t)}),"")}const Ee=String.fromCharCode("u200B");class qe{decode(e){let t="";for(let n=0,i=e.length;n2^"+e+").")}}return i}function ze(e,t){return t?8:$(e)?12:8}const We="00280008",Ye="00280100",Xe="00280103",je="7FE00010";class Ze{#R={};#F;#E=new qe;#q=this.#E;#U(e){return this.#E.decode(e)}#M(e){return this.#q.decode(e)}getDefaultCharacterSet(){return this.#F}setDefaultCharacterSet(e){this.#F=e}setDecoderCharacterSet(e){this.#q=new TextDecoder(e)}getDicomElements(){return this.#R}#Q(e,t){const n=e.readHex(t);t+=Uint16Array.BYTES_PER_ELEMENT;const i=e.readHex(t);return t+=Uint16Array.BYTES_PER_ELEMENT,{tag:new he(n,i),endOffset:t}}#V(e,t,n){const i={};let r=this.#N(e,t,n);if(t=r.endOffset,De(r.tag))return{data:i,endOffset:r.endOffset,isSeqDelim:!0};if(i[r.tag.getKey()]={tag:r.tag,vr:"NONE",vl:r.vl,undefinedLength:r.undefinedLength},r.undefinedLength){let o=!1;for(;!o;)r=this.#N(e,t,n),t=r.endOffset,o=fe(r.tag),o||(i[r.tag.getKey()]=r)}else{const o=t;for(t-=r.vl;t8&&"OB"===a&&(c.warn("Reading DICOM pixel data with bitsAllocated>8 and OB VR, treating as OW"),e.vr="OW"),l=[],1===i)l.push(t.readBinaryArray(s,o));else if(8===i)0===n?l.push(t.readUint8Array(s,o)):l.push(t.readInt8Array(s,o));else{if(16!==i)throw new Error("Unsupported bits allocated: "+i);0===n?l.push(t.readUint16Array(s,o)):l.push(t.readInt16Array(s,o))}else if(void 0!==u)if("Uint8"===u)l=t.readUint8Array(s,o);else if("Uint16"===u)l=t.readUint16Array(s,o),"O"!==a[0]&&(l=Array.from(l));else if("Uint32"===u)l=t.readUint32Array(s,o),"O"!==a[0]&&(l=Array.from(l));else if("Uint64"===u)l=t.readUint64Array(s,o);else if("Int16"===u)l=Array.from(t.readInt16Array(s,o));else if("Int32"===u)l=Array.from(t.readInt32Array(s,o));else if("Int64"===u)l=t.readInt64Array(s,o);else if("Float32"===u)l=Array.from(t.readFloat32Array(s,o));else if("Float64"===u)l=Array.from(t.readFloat64Array(s,o));else{if("string"!==u)throw new Error("Unknown VR type: "+u);{const e=t.readUint8Array(s,o);l=te(a)?this.#M(e):this.#U(e),l=function(e){let t=e;const n=e.length-1;return e[n]===Ee&&(t=e.substring(0,n)),t=t.trim(),t}(l).split("\\")}}else if("xx"===a)l=Array.from(t.readUint16Array(s,o));else if("ox"===a)l=8===i?0===n?Array.from(t.readUint8Array(s,o)):Array.from(t.readInt8Array(s,o)):0===n?Array.from(t.readUint16Array(s,o)):Array.from(t.readInt16Array(s,o));else if("xs"===a)l=0===n?Array.from(t.readUint16Array(s,o)):Array.from(t.readInt16Array(s,o));else if("AT"===a){const e=t.readUint16Array(s,o);l=[];for(let t=0,n=e.length;t=65&&r<=90&&o>=65&&o<=90);let s=null;if(n===t)s=a?re:oe;else{if(a)throw new Error("Not a valid DICOM file (no magic DICM word foundand implicit VR big endian detected)");s=ae}const l=new Ie("UI");return l.tag=new he("0002","0010"),l.value=[s],l.vl=l.value[0].length,l.startOffset=e.startOffset,l.endOffset=l.startOffset+l.vl,l}(i);this.#R[e.tag.getKey()]=e,n=e.value[0],t=0}if(!function(e){return e===re||e===oe||e===ae||Ne(e)||Be(e)||Ge(e)||ke(e)}(n))throw new Error("Unsupported DICOM transfer syntax: '"+n+"' ("+function(e){let t="Unknown";return void 0!==ie[e]&&(t=ie[e]),t}(n)+")");let s=!1;for(Qe(n)&&(s=!0),Ve(n)&&(o=new Le(e,!1));t1&&t.length>e){const n=t.length/e,r=[];let o=0;for(let i=0;i{if(void 0===this.#H[e.type])return;const t=this.#H[e.type].slice();for(let n=0;n2?e:0})));let c=r.indexToOffset(l);void 0===n&&(n=!1);let u=null;u=n?function(t){return e.getRescaledValueAtOffset(t)}:function(t){return e.getValueAtOffset(t)};const d=r.get(0),h=r.get(1),S=r.get(2);let g=r.getDimSize(2);const p=e.getNumberOfComponents(),m=1===e.getPlanarConfiguration(),f=function(e,t,n,i,r,o,a,s){return 1===p?Ke(e,t,n,i,r,o,a,s):3===p?function(e,t,n,i,r,o,a,s,l){const c=[];return l?(c.push(Ke(e,t,n,i,r,o,a,s)),c.push(Ke(e,t+n*i,n,i,r,o,a,s)),c.push(Ke(e,t+2*n*i,n,i,r,o,a,s))):(i*=3,o*=3,c.push(Ke(e,t,n,i,r,o,a,s)),c.push(Ke(e,t+1,n,i,r,o,a,s)),c.push(Ke(e,t+2,n,i,r,o,a,s))),{next:function(){const e=c[0].next(),t=c[1].next(),n=c[2].next();return e.done?{done:!0,index:n.index}:{value:[e.value,t.value,n.value],done:!1,index:[e.index,t.index,n.index]}}}}(e,3*t,n,i,r,o,a,s,m):void 0};let D=null;if(i&&void 0!==i){const e=i.getColAbsMax(0),t=i.getColAbsMax(2),n=!1,r=!1;let o=null;if(2===t.index)o=d*h,D=0===e.index?f(u,c,o,1,d,d,n,r):f(u,c,o,d,h,1,n,r);else if(0===t.index)o=S*h,D=1===e.index?f(u,c,o,d,h,g,n,r):f(u,c,o,g,S,d,n,r);else{if(1!==t.index)throw new Error("Unknown direction: "+t.index);o=S*d,D=0===e.index?f(u,c,o,1,d,g,n,r):f(u,c,o,g,S,1,n,r)}}else if(1===e.getNumberOfComponents())D=function(e,t,n,i){void 0===i&&(i=1);let r=t;return{next:function(){if(r=e[i+1].index&&++i;const t={value:e[i].colour,done:!1,index:n};return++n,t}return{done:!0,index:t}}}}class tt{#d;#z;constructor(e,t){this.#d=e,this.#z=t}getSlope(){return this.#d}getIntercept(){return this.#z}apply(e){return e*this.#d+this.#z}equals(e){return null!=e&&this.getSlope()===e.getSlope()&&this.getIntercept()===e.getIntercept()}isID(){return 1===this.getSlope()&&0===this.getIntercept()}}class nt{#e;constructor(e){if(!e||void 0===e)throw new Error("Cannot create size with no values.");if(0===e.length)throw new Error("Cannot create size with empty values.");if(!e.every((function(e){return!isNaN(e)&&0!==e})))throw new Error("Cannot create size with non number or zero values.");this.#e=e}get(e){return this.#e[e]}length(){return this.#e.length}toString(){return"("+this.#e.toString()+")"}getValues(){return this.#e.slice()}moreThanOne(e){return this.length()>=e+1&&1!==this.get(e)}canScroll3D(e){let t=2;return void 0!==e&&(t=e.getThirdColMajorDirection()),this.moreThanOne(t)}canScroll(e){let t=this.canScroll3D(e);for(let e=3;ethis.length())return null;if(void 0===t)t=0;else if(t<0||t>e)throw new Error("Invalid start value for getDimSize");let n=1;for(let i=t;in-1)throw new Error("Wrong input dir value: "+t[e]);for(let n=0;n=0&&ithis.length()-1)throw new Error("Invalid start value for indexToOffset");let n=0;for(let i=t;i0;--e)i=this.getDimSize(e),t[e]=Math.floor(n/i),n-=t[e]*i;return t[0]=n,new s(t)}get2D(){return{x:this.get(0),y:this.get(1)}}}class it{min;max;mean;stdDev;median;p25;p75;constructor(e,t,n,i){this.min=e,this.max=t,this.mean=n,this.stdDev=i}}function rt(e,t){return function(e){return null!=e&&(e.includes("median")||e.includes("p25")||e.includes("p75"))}(t)?function(e){const t=ot(e);return e.sort((function(e,t){return e-t})),t.median=at(e,.5),t.p25=at(e,.25),t.p75=at(e,.75),t}(e):ot(e)}function ot(e){let t=e[0],n=t,i=0,r=0,o=0;const a=e.length;for(let s=0;sn&&(n=o),i+=o,r+=o*o;const s=i/a;let l=r/a-s*s;l<0&&(l=0);const c=Math.sqrt(l);return new it(t,n,s,c)}function at(e,t){if(0===e.length)throw new Error("Empty array provided for percentile calculation.");if(t<0||t>1)throw new Error("Invalid ratio provided for percentile calculation: "+t);if(0===t)return e[0];if(1===t)return e[e.length-1];const n=(e.length-1)*t,i=Math.floor(n),r=e[i];return r+(e[i+1]-r)*(n-i)}function st(){return Math.random().toString(36).substring(2,15)}class lt{min;max;constructor(e,t){this.min=e,this.max=t}}class ct{#e;constructor(e){if(!e||void 0===e)throw new Error("Cannot create spacing with no values.");if(0===e.length)throw new Error("Cannot create spacing with empty values.");if(!e.every((function(e){return!isNaN(e)&&0!==e})))throw new Error("Cannot create spacing with non number or zero values.");this.#e=e}get(e){return this.#e[e]}length(){return this.#e.length}toString(){return"("+this.#e.toString()+")"}getValues(){return this.#e.slice()}equals(e){if(!e)return!1;const t=this.length();if(t!==e.length())return!1;for(let n=0;nO&&c.warn("Varying slice spacing, value: "+i+" (mean: "+n.mean+", min: "+n.min+", max: "+n.max+", stdDev: "+n.stdDev+")"),i}(this.#W);if(void 0!==e&&this.#X.get(2)!==e){c.trace("Using geometric spacing "+e+" instead of tag spacing "+this.#X.get(2));const t=this.#X.getValues();t[2]=e,this.#X=new ct(t)}}getSpacing(e){this.#K&&(this.#J(),this.#K=!1);let t=this.#X;if(e&&void 0!==e){let n=dt([this.#X.get(0),this.#X.get(1),this.#X.get(2)],e);n=n.map(Math.abs),t=new ct(n)}return t}getRealSpacing(){return this.getSpacing(this.#_.getInverse().asOneAndZeros())}getOrientation(){return this.#_}getSliceIndex(e,t){let n=this.#W;void 0!==t&&(n=this.#j[t]);const i=e.getClosest(n),r=n[i],o=e.minus(r);return new w(this.#_.get(0,2),this.#_.get(1,2),this.#_.get(2,2)).isCodirectional(o)?i+1:i}appendOrigin(e,t,n){const i=function(t){return t.equals(e)};if(void 0!==n){if(void 0!==this.#j[n].find(i))throw new Error("Cannot append same time origin twice");this.#j[n].splice(t,0,e)}if(void 0===n||n===this.#Z){if(void 0!==this.#W.find(i))throw new Error("Cannot append same origin twice");this.#K=!0,this.#W.splice(t,0,e);const n=this.#Y.getValues();n[2]+=1,this.#Y=new nt(n)}}appendFrame(e,t){this.#j[t]=[e];const n=this.#Y.getValues(),i=this.#X.getValues();4===n.length?n[3]+=1:(n.push(2),i.push(1)),this.#Y=new nt(n),this.#X=new ct(i)}toString(){return"Origin: "+this.getOrigin()+", Size: "+this.getSize()+", Spacing: "+this.getSpacing()+", Orientation: "+this.getOrientation()}equals(e){return null!==e&&this.getOrigin().equals(e.getOrigin())&&this.getSize().equals(e.getSize())&&this.getSpacing().equals(e.getSpacing())}isInBounds(e){return this.isIndexInBounds(this.worldToIndex(e))}isIndexInBounds(e,t){return this.getSize().isInBounds(e,t)}indexToWorld(e){const t=this.getSpacing(),n=new E(e.get(0)*t.get(0),e.get(1)*t.get(1),e.get(2)*t.get(2)),i=this.getOrientation().multiplyPoint3D(n),r=e.getValues(),o=this.getOrigin();return r[0]=o.getX()+i.getX(),r[1]=o.getY()+i.getY(),r[2]=o.getZ()+i.getZ(),new q(r)}pointToWorld(e){const t=this.getSpacing(),n=new E(e.getX()*t.get(0),e.getY()*t.get(1),e.getZ()*t.get(2)),i=this.getOrientation().multiplyPoint3D(n),r=this.getOrigin();return new E(r.getX()+i.getX(),r.getY()+i.getY(),r.getZ()+i.getZ())}worldToIndex(e){const t=this.getOrigin(),n=new E(e.get(0)-t.getX(),e.get(1)-t.getY(),e.get(2)-t.getZ()),i=this.getOrientation().getInverse().multiplyPoint3D(n),r=e.getValues(),o=this.getSpacing();return r[0]=Math.round(i.getX()/o.get(0)),r[1]=Math.round(i.getY()/o.get(1)),r[2]=Math.round(i.getZ()/o.get(2)),new s(r)}worldToPoint(e){const t=this.getOrigin(),n=new E(e.get(0)-t.getX(),e.get(1)-t.getY(),e.get(2)-t.getZ()),i=this.getOrientation().getInverse().multiplyPoint3D(n),r=e.getValues(),o=this.getSpacing();return r[0]=i.getX()/o.get(0),r[1]=i.getY()/o.get(1),r[2]=i.getZ()/o.get(2),new E(r[0],r[1],r[2])}}function dt(e,t){return t.getInverse().multiplyArray3D(e)}function ht(e,t){return t.multiplyArray3D(e)}function St(e){return("0"+e).slice(-2)}function gt(e){if(void 0===e)return;if(1!==e.value.length)return;const t=e.value[0];let n=4,i=6;return 10===t.length&&(n=5,i=8),{year:parseInt(t.substring(0,4),10),monthIndex:t.length>=n+2?parseInt(t.substring(n,n+2),10)-1:0,day:t.length===i+2?parseInt(t.substring(i,i+2),10):0}}function pt(e){if(void 0===e)return;if(1!==e.value.length)return;const t=e.value[0],n=parseInt(t.substring(0,2),10),i=t.length>=4?parseInt(t.substring(2,4),10):0,r=t.length>=6?parseInt(t.substring(4,6),10):0,o=t.length>=8?t.substring(7,10):0;return{hours:n,minutes:i,seconds:r,milliseconds:0===o?0:parseInt(o,10)*Math.pow(10,3-o.length)}}function mt(e){return{year:e.getFullYear().toString(),monthIndex:St((e.getMonth()+1).toString()),day:St(e.getDate().toString())}}function ft(e){return{hours:St(e.getHours().toString()),minutes:St(e.getMinutes().toString()),seconds:St(e.getSeconds().toString())}}function Dt(e){return e.year+e.monthIndex+e.day}function Ct(e){return e.hours+e.minutes+e.seconds}function yt(e){const t=e["00280010"];if(void 0===t)throw new Error("Missing DICOM image number of rows");if(0===t.value.length)throw new Error("Empty DICOM image number of rows");const n=e["00280011"];if(void 0===n)throw new Error("Missing DICOM image number of columns");if(0===n.value.length)throw new Error("Empty DICOM image number of columns");return[n.value[0],t.value[0]]}function vt(e){if(void 0===e["00280030"])return null;const t=e["00280030"],n=[parseFloat(t.value[1]),parseFloat(t.value[0])];return void 0!==e["00180088"]&&n.push(parseFloat(e["00180088"].value[0])),new ct(n)}function It(e,t,n){let i="";if(void 0===e)i+=" "+t+" is undefined,";else if(0===e.value.length)i+=" "+t+" is empty,";else if(void 0!==n)for(let r=0;r=9?pt(r):void 0}}(h);S=e.date,g=e.time}void 0===g&&(g={hours:0,minutes:0,seconds:0,milliseconds:0}),a=new Date(S.year,S.monthIndex,S.day,g.hours,g.minutes,g.seconds,g.milliseconds)}const l=pt(e["00080031"]);let u=new Date(i.year,i.monthIndex,i.day,l.hours,l.minutes,l.seconds,l.milliseconds);const d=e["00080022"],h=e["00080032"];if(void 0!==d&&void 0!==h){const t=gt(d),i=pt(h),r=new Date(t.year,t.monthIndex,t.day,i.hours,i.minutes,i.seconds,i.milliseconds);if(u>r){const a="Series date/time is after Aquisition date/time (diff="+(u.getTime()-r.getTime()).toString()+"ms) ";c.debug(a);let s=0;const l="FrameReferenceTime (00541300)",d=e["00541300"];n+=It(d,l),void 0!==d&&(s=d.value[0]);let h=0;const S="ActualFrameDuration (0018,1242)",g=e["00181242"];if(n+=It(g,S),void 0!==g&&(h=g.value[0]),s>0&&h>0){h/=1e3,s/=1e3;const e=Math.log(2)/o,n=e*h,r=1/e*Math.log(n/(1-Math.exp(-n)))-s;u=new Date(t.year,t.monthIndex,t.day,i.hours,i.minutes,i.seconds+r,i.milliseconds)}}}let S;if(void 0!==u&&void 0!==a&&void 0!==r&&void 0!==o){const e=(u.getTime()-a.getTime())/1e3;S=r*Math.pow(2,-e/o)}return{value:S,warning:n}}(e);n+=o.warning;const a={};return 0!==n.length?a.warning="Cannot calculate PET SUV:"+n:a.value=1e3*t/o.value,a}(e);this.#ee=t.value,this.#$=t.warning}return this.#$}create(e,t,n){const i=yt(e),r=[i[0],i[1],1],o=e["00280008"];if(void 0!==o){const e=parseInt(o.value[0],10);e>1&&r.push(e)}const a=new nt(r),s=function(e){let t=1,n=1;const i=["00280030","00181164","00182010","00280034"];for(let r=0;rparseFloat(e))))),n}(e),f=new E(p[0],p[1],p[2]),C=(new Tt).getTime(e),y=new ut(f,a,s,m,C);let v;const I=e["00080018"];void 0!==I&&(v=I.value[0]);let T=1;const L=e["00280002"];void 0!==L&&(T=L.value[0]);const P=a.getTotalSize()*T;if(P!==t.length){if(c.warn("Badly sized pixel buffer: "+t.length+" != "+P),!(P>8};r=t.value.map(e),o=n.value.map(e),a=i.value.map(e)}}else if(8===s.value[2]){c.info("Scaling 16bits color lut since the lut descriptor is 8.");let e=t.value.slice(0);r=Array.from(new Uint8Array(e.buffer)),e=n.value.slice(0),o=Array.from(new Uint8Array(e.buffer)),e=i.value.slice(0),a=Array.from(new Uint8Array(e.buffer))}D.palette={red:r,green:o,blue:a}}const z=e["00082144"];return void 0!==z&&(q.RecommendedDisplayFrameRate=parseInt(z.value[0],10)),w.setMeta(q),w}}class Pt{#O=!0;#x;constructor(e,t){void 0!==t&&(this.#O=t),this.#x=new DataView(e)}writeUint8(e,t){return this.#x.setUint8(e,t),e+Uint8Array.BYTES_PER_ELEMENT}writeInt8(e,t){return this.#x.setInt8(e,t),e+Int8Array.BYTES_PER_ELEMENT}writeUint16(e,t){return this.#x.setUint16(e,t,this.#O),e+Uint16Array.BYTES_PER_ELEMENT}writeInt16(e,t){return this.#x.setInt16(e,t,this.#O),e+Int16Array.BYTES_PER_ELEMENT}writeUint32(e,t){return this.#x.setUint32(e,t,this.#O),e+Uint32Array.BYTES_PER_ELEMENT}writeUint64(e,t){return this.#x.setBigUint64(e,t,this.#O),e+BigUint64Array.BYTES_PER_ELEMENT}writeInt32(e,t){return this.#x.setInt32(e,t,this.#O),e+Int32Array.BYTES_PER_ELEMENT}writeInt64(e,t){return this.#x.setBigInt64(e,t,this.#O),e+BigInt64Array.BYTES_PER_ELEMENT}writeFloat32(e,t){return this.#x.setFloat32(e,t,this.#O),e+Float32Array.BYTES_PER_ELEMENT}writeFloat64(e,t){return this.#x.setFloat64(e,t,this.#O),e+Float64Array.BYTES_PER_ELEMENT}writeHex(e,t){const n=parseInt(t,16);return this.#x.setUint16(e,n,this.#O),e+Uint16Array.BYTES_PER_ELEMENT}writeBinaryArray(e,t){if(t.length%8!=0)throw new Error("Cannot write boolean array as binary.");let n=null,i=null;for(let r=0,o=t.length;r1){let t="";for(let n=0;nme(e.tag)));void 0!==s&&void 0!==s.undefinedLength&&(a=s.undefinedLength);const l=new Ie("NONE");l.vl=a?4294967295:s.vl,l.tag=pe(),l.value=[],t=this.#de(e,l,t,i);for(const n of r)me(n.tag)||fe(n.tag)||(t=this.#de(e,n,t,i));if(a){const n=new Ie("NONE");n.vl=0,n.tag=new he("FFFE","E00D"),n.value=[],t=this.#de(e,n,t,i)}}return t}#he(e,t,n,i,r){const o=n;if("NONE"===t.vr);else if(i instanceof Uint8Array)n=i.length===8*t.vl?e.writeBinaryArray(n,i):e.writeUint8Array(n,i);else if(i instanceof Int8Array)n=e.writeInt8Array(n,i);else if(i instanceof Uint16Array)n=e.writeUint16Array(n,i);else if(i instanceof Int16Array)n=e.writeInt16Array(n,i);else if(i instanceof Uint32Array)n=e.writeUint32Array(n,i);else if(i instanceof Int32Array)n=e.writeInt32Array(n,i);else if(i instanceof BigUint64Array)n=e.writeUint64Array(n,i);else if(i instanceof BigInt64Array)n=e.writeInt64Array(n,i);else{const o=ne[t.vr];if(void 0!==o)if("Uint8"===o)n=e.writeUint8Array(n,i);else if("Uint16"===o)n=e.writeUint16Array(n,i);else if("Int16"===o)n=e.writeInt16Array(n,i);else if("Uint32"===o)n=e.writeUint32Array(n,i);else if("Int32"===o)n=e.writeInt32Array(n,i);else if("Uint64"===o)n=e.writeUint64Array(n,i);else if("Int64"===o)n=e.writeInt64Array(n,i);else if("Float32"===o)n=e.writeFloat32Array(n,i);else if("Float64"===o)n=e.writeFloat64Array(n,i);else{if("string"!==o)throw new Error("Unknown VR type: "+o);n=e.writeUint8Array(n,i)}else if("SQ"===t.vr)n=this.#ue(e,n,i,r);else if("AT"===t.vr)for(let t=0;t1&&(o=function(e){const t=e.length,n=e[0].length;if(void 0===n)return e;const i=t*n,r=new e[0].constructor(i);for(let i=0;iObject.prototype.hasOwnProperty.call(t,n)&&e[n]===t[n]))}function Ht(e){const t=new Gt(e[Bt.CodeMeaning].value[0]);if(void 0!==e[Bt.CodeValue])t.value=e[Bt.CodeValue].value[0];else if(void 0!==e[Bt.LongCodeValue])t.longValue=e[Bt.LongCodeValue].value[0];else{if(void 0===e[Bt.URNCodeValue])throw new Error("Invalid code with no value, no long value and no urn value.");t.urnValue=e[Bt.URNCodeValue].value[0]}if(void 0!==t.value||void 0!==t.longValue){if(void 0===e[Bt.CodingSchemeDesignator])throw new Error("No coding sheme designator when code value or long value is present");t.schemeDesignator=e[Bt.CodingSchemeDesignator].value[0]}return t}function zt(e){const t={};return void 0!==e.value?t.CodeValue=e.value:void 0!==e.longValue?t.LongCodeValue=e.longValue:void 0!==e.urnValue&&(t.URNCodeValue=e.urnValue),void 0!==e.schemeDesignator&&(t.CodingSchemeDesignator=e.schemeDesignator),t.CodeMeaning=e.meaning,t}const Wt={111030:"Image Region",112039:"Tracking Identifier",112040:"Tracking Unique Identifier",113048:"Pixel by pixel Maximum",113049:"Pixel by pixel mean",113051:"Pixel by pixel Minimum",113061:"Standard Deviation",113076:"Segmentation",121055:"Path",121207:"Height",121322:"Source image for image processing operation",121324:"Source Image",122438:"Reference Points",125007:"Measurement Group",125309:"Short label",128773:"Reference Geometry"},Yt={1483009:"Angle",42798e3:"Area",103355008:"Width",103339001:"Long axis",103340004:"Short axis",131190003:"Radius",261665006:"Unknown",410668003:"Length",718499004:"Color"},Xt={1:"No units",mm:"Millimeter",deg:"Degree - plane angle",cm2:"Square centimeter","cm2/ml":"Square centimeter per milliliter","/cm":"Per centimeter","g/ml":"Gram per milliliter","g/ml{SUVbw}":"Standardized Uptake Value body weight","mg/ml":"Milligram per milliliter","umol/ml":"Micromole per milliliter","Bq/ml":"Becquerels per milliliter","mg/min/ml":"Milligrams per minute per milliliter","umol/min/ml":"Micromole per minute per milliliter","ml/min/g":"Milliliter per minute per gram","ml/g":"Milliliter per gram","ml/min/ml":"Milliliter per minute per milliliter","ml/ml":"Milliliter per milliliter","%":"Percentage","[hnsf'U]":"Hounsfield unit","10*23/ml":"Electron density","{counts}":"Counts","{counts}/s":"Counts per second","{propcounts}":"Proportional to counts","{propcounts}/s":"Proportional to counts per second"};function jt(e,t){let n,i;return"DCM"===t?n=Wt[e]:"SCT"===t?n=Yt[e]:"UCUM"===t&&(n=Xt[e]),void 0!==n&&(i=new Gt(n),i.schemeDesignator=t,i.value=e),i}function Zt(){return jt("125007","DCM")}function _t(){return jt("128773","DCM")}function Kt(){return jt("121324","DCM")}function Jt(){return jt("112039","DCM")}function $t(){return jt("125309","DCM")}function en(){return jt("122438","DCM")}function tn(){return jt("718499004","SCT")}const nn={angle:{key:"1483009",scheme:"SCT"},length:{key:"410668003",scheme:"SCT"},surface:{key:"42798000",scheme:"SCT"},height:{key:"121207",scheme:"DCM"},width:{key:"103355008",scheme:"SCT"},radius:{key:"131190003",scheme:"SCT"},a:{key:"103339001",scheme:"SCT"},b:{key:"103340004",scheme:"SCT"},min:{key:"113051",scheme:"DCM"},max:{key:"113048",scheme:"DCM"},mean:{key:"113049",scheme:"DCM"},stddev:{key:"113061",scheme:"DCM"}};function rn(e){let t;for(const n in nn){const i=nn[n];if(i.scheme===e.schemeDesignator&&i.key===e.value){t=n;break}}return t}const on={"unit.mm":"mm","unit.cm2":"cm2","unit.degree":"deg",HU:"[hnsf'U]",MGML:"mg/ml",ED:"10*23/ml",PCT:"%",CNTS:"{counts}",NONE:"1",CM2:"cm2",CM2ML:"cm2/ml",PCNT:"%",CPS:"{counts}/s",BQML:"Bq/ml",MGMINML:"mg/min/ml",UMOLMINML:"umol/min/ml",MLMING:"ml/min/g",MLG:"ml/g","1CM":"/cm",UMOLML:"umol/ml",PROPCNTS:"{propcounts}",PROPCPS:"{propcounts}/s",MLMINML:"ml/min/ml",MLML:"ml/ml",GML:"g/ml",SUV:"g/ml{SUVbw}"};function an(e){let t;for(const n in on){const i=on[n];if("UCUM"===e.schemeDesignator&&i===e.value){t=n;break}}return t}const sn="00620005",ln="00620009",cn="0062000C",un="0062000D",dn="00620003",hn="0062000F",Sn="00620020";class gn{number;label;algorithmType;algorithmName;displayValue;displayRGBValue;propertyTypeCode;propertyCategoryCode;trackingUid;trackingId;constructor(e,t,n){this.number=e,this.label=t,this.algorithmType=n}}function pn(e){const t=new gn(e["00620004"].value[0],e[sn]?e[sn].value[0]:"n/a",e["00620008"].value[0]);if(void 0!==e[ln]&&(t.algorithmName=e[ln].value[0]),void 0!==e[cn])t.displayValue=e[cn].value[0];else if(void 0!==e[un]){const i=e[un].value,r=function(e){return function(e){function t(e){let t=null;return t=e<=.0031308?12.92*e:1.055*Math.pow(e,.416666667)-.055,Math.min(1,Math.max(0,t))}const n=e.x/100,i=e.y/100,r=e.z/100;return{r:Math.round(255*t(3.2406*n-1.5372*i-.4986*r)),g:Math.round(255*t(-.9689*n+1.8758*i+.0415*r)),b:Math.round(255*t(.0557*n-.204*i+1.057*r))}}(function(e){function t(e){let t=null;return t=e>.206896552?Math.pow(e,3):.128418549*e-.017712903,t}const n=T,i=(e.l+16)/116;return{x:n.x*t(i+e.a/500),y:n.y*t(i),z:n.z*t(i-e.b/200)}}(e))}({l:.001525902*(n={l:i[0],a:i[1],b:i[2]}).l,a:.003891051*n.a-128,b:.003891051*n.b-128});t.displayRGBValue=r}var n;if(void 0===e[dn])throw new Error("Missing Segmented Property Category Code Sequence.");if(t.propertyCategoryCode=Ht(e[dn].value[0]),void 0===e[hn])throw new Error("Missing Segmented Property Type Code Sequence.");return t.propertyTypeCode=Ht(e[hn].value[0]),void 0!==e[Sn]&&(t.trackingId=e[Sn].value[0],t.trackingUid=e["00620021"].value[0]),t}function mn(e){let t=e.algorithmType;void 0===t&&(t="MANUAL");const n={SegmentNumber:e.number,SegmentLabel:e.label,SegmentAlgorithmType:t};if("MANUAL"!==t&&void 0!==e.algorithmName&&(n.SegmentAlgorithmName=e.algorithmName),e.displayRGBValue){const t=I(L(e.displayRGBValue));n.RecommendedDisplayCIELabValue=[Math.round(t.l),Math.round(t.a),Math.round(t.b)]}else n.RecommendedDisplayGrayscaleValue=e.displayValue;return e.propertyCategoryCode&&(n.SegmentedPropertyCategoryCodeSequence={value:[zt(e.propertyCategoryCode)]}),e.propertyTypeCode&&(n.SegmentedPropertyTypeCodeSequence={value:[zt(e.propertyTypeCode)]}),e.trackingId&&(n.TrackingID=e.trackingId,n.TrackingUID=e.trackingUid),n}const fn="00089124",Dn="00082112",Cn="00081150",yn="00081155",vn="00209116",In="00289110";class Tn{dimIndex;imagePosPat;derivationImages;refSegmentNumber;imageOrientationPatient;spacing;constructor(e,t,n,i){this.dimIndex=e,this.imagePosPat=t,this.derivationImages=n,this.refSegmentNumber=i}}function Ln(e){const t=[];if(void 0!==e[fn]){const n=e[fn].value;for(let e=0;eO;return t&&(t=e>.001,t?(t=e>.01,t||c.warn("Using larger+ real world epsilon in SEG pos pat adding")):c.warn("Using larger real world epsilon in SEG pos pat adding")),t},F=[];F.push(y[0]);let q=0;for(let e=1;eo)throw new Error("Test distance is increasing when adding intermediate pos pats");F.push(y[e])}const U=F.length,M=new ut(A[0],i,h,L),Q=["0"];for(let e=1;e=0;--i){const a=Number.parseInt(o[i],10);g.push(h[r][a]);const s=e.getGeometry().getOrigins()[a],l=[s.getX(),s.getY(),s.getZ()],c={dimIndex:[t,o.length-i],imagePosPat:l,refSegmentNumber:t};if(void 0!==n){const e=n.getGeometry().worldToIndex(new q([s.getX(),s.getY(),s.getZ()]));c.derivationImages=[{sourceImages:[{referencedSOPInstanceUID:n.getImageUid(e),referencedSOPClassUID:n.getMeta().SOPClassUID}]}],p.push({ReferencedSOPInstanceUID:n.getImageUid(e),ReferencedSOPClassUID:n.getMeta().SOPClassUID})}S.push(c)}}r.NumberOfFrames=g.length.toString();const m=[];for(const e of S)m.push(Pn(e));if(r.PerFrameFunctionalGroupsSequence={value:m},void 0!==n){const e=[];e.push({ReferencedInstanceSequence:{value:p},SeriesInstanceUID:n.getMeta().SeriesInstanceUID}),r.ReferencedSeriesSequence={value:e}}void 0!==i&&function(e,t){const n=Object.keys(t);for(const i of n)void 0!==e[i]&&c.trace("Overwritting tag: "+i),e[i]=t[i]}(r,i);const f=Nt(r),D=a.getDimSize(2),C=g.length*D/8,y=new Ie("OB");return y.tag=new he("7FE0","0010"),y.vl=C,y.value=g,f["7FE00010"]=y,f}}function Fn(e){return(new Lt).create(e,e["7FE00010"].value[0],1)}function En(e){return(new Rn).create(e,e["7FE00010"].value[0])}class qn{#pe;#w;#me;#t=new tt(1,0);#fe=null;#De=!0;#Ce=!0;#ye="MONOCHROME2";#ve=0;#Ie;#Te={};#Le=null;#Pe=null;#we=null;#Oe=new _e;constructor(e,t,n){this.#pe=e,this.#w=t,this.#me=n,this.#Ie=this.#w.length/this.#pe.getSize().getTotalSize()}getImageUid(e){let t=this.#me[0];return 1!==this.#me.length&&void 0!==e&&(t=this.#me[this.getSecondaryOffset(e)]),t}getOriginForImageUid(e){let t;const n=this.#me.indexOf(e);return-1!==n&&(t=this.getGeometry().getOrigins()[n]),t}includesImageUid(e){return this.#me.includes(e)}containsImageUids(e){return function(e,t){if(null===e||null===t||void 0===e||void 0===t)return!1;if(0===e.length||0===t.length||t.length>e.length)return!1;for(const n of t)if(!e.includes(n))return!1;return!0}(this.#me,e)}getGeometry(){return this.#pe}getBuffer(){return this.#w}canQuantify(){return 1===this.getNumberOfComponents()}canWindowLevel(){return this.isMonochrome()}isMonochrome(){return null!==this.getPhotometricInterpretation().match(/MONOCHROME/)}canScroll(e){const t=this.getGeometry().getSize();let n=1;return void 0!==this.#Te.numberOfFiles&&(n=this.#Te.numberOfFiles),t.canScroll(e)||1!==n}#Ae(){return this.#pe.getSize().getTotalSize(2)}getSecondaryOffset(e){return this.#pe.getSize().indexToOffset(e,2)}getRescaleSlopeAndIntercept(e){let t=this.#t;if(!this.isConstantRSI()){if(void 0===e)throw new Error("Cannot get non constant RSI with empty slice index.");const n=this.getSecondaryOffset(e);void 0!==this.#fe[n]?t=this.#fe[n]:c.warn("undefined non constant rsi at "+n)}return t}#be(e){return this.#fe[e]}setRescaleSlopeAndIntercept(e,t){if(this.#De=this.#De&&e.isID(),this.#Ce){if(!this.#t.equals(e))if(void 0===t)this.#t=e;else{this.#Ce=!1,this.#fe=[];for(let e=0,t=this.#Ae();e=this.#Te.numberOfFiles?c.warn("Ignoring frame at index "+t+" (size: "+this.#Te.numberOfFiles+")"):(this.#w.set(e,i*t),this.appendFrame(t,new E(0,0,0)))}appendFrame(e,t){this.#pe.appendFrame(t,e),this.#Re({type:"appendframe"})}getDataRange(){return this.#Le||(this.#Le=this.calculateDataRange()),this.#Le}getRescaledDataRange(){return this.#Pe||(this.#Pe=this.calculateRescaledDataRange()),this.#Pe}getHistogram(){if(!this.#we){const e=this.calculateHistogram();this.#Le=e.dataRange,this.#Pe=e.rescaledDataRange,this.#we=e.histogram}return this.#we}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)};setAtOffsets(e,t){let n,i;if("number"==typeof t){if(1!==this.#Ie)throw new Error("Number of components is not 1 for setting single value.");n=[t]}else if(void 0!==t.r&&void 0!==t.g&&void 0!==t.b){if(3!==this.#Ie)throw new Error("Number of components is not 3 for setting RGB value.");n=[t.r,t.g,t.b]}for(let t=0,r=e.length;t=3&&(r=i.getDimSize(3));for(let i=0;it&&(t=n),nn?t:n}}{let e=this.getRescaledValueAtOffset(0),t=e,n=0;const i=this.getGeometry().getSize();let r=i.getTotalSize();3===i.length()&&(r=i.getDimSize(3));for(let i=0;it&&(t=n),ni&&(i=r),ra&&(a=s),s{const e=this.getCurrentIndex();if(3===e.length()){const t=e.getValues();t.push(0),this.setCurrentIndex(new s(t))}}))}getImage(){return this.#Fe}setImage(e){this.#Fe=e}getOrientation(){return this.#_}setOrientation(e){this.#_=e}init(){this.setInitialIndex()}setInitialIndex(){const e=this.#Fe.getGeometry().getSize(),t=new Array(e.length());t.fill(0),t[0]=Math.floor(e.get(0)/2),t[1]=Math.floor(e.get(1)/2),t[2]=Math.floor(e.get(2)/2),this.setCurrentIndex(new s(t),!0)}getPlaybackMilliseconds(e){return e||(e=10),Math.round(1e3/e)}#Ne=function(e,t){return 255};getAlphaFunction(){return this.#Ne}setAlphaFunction(e){this.#Ne=e,this.#Re({type:"alphafuncchange"})}#Be(){if(this.#Ue&&void 0!==this.#qe[this.#Ue]&&void 0!==this.#qe[this.#Ue].perslice&&!0===this.#qe[this.#Ue].perslice){this.getCurrentIndex()||this.setInitialIndex();const e=this.getCurrentIndex(),t=this.#Fe.getSecondaryOffset(e),n=this.#qe[this.#Ue].wl[t];this.setWindowLevel(n,this.#Ue,!0)}if(void 0===this.#Me&&this.setWindowLevelPresetById(0,!0),void 0===this.#Ce||this.#Fe.isConstantRSI()!==this.#Ce){let e,t;this.#Ce=this.#Fe.isConstantRSI(),this.#Ce?(e=this.#Fe.getRescaleSlopeAndIntercept(),t=!0):(e=new tt(1,0),t=!1);const n=new l(e,this.#Fe.getMeta().BitsStored);this.#Ee=new S(n,this.#Fe.getMeta().IsSigned,t)}const e=this.#Ee.getVoiLut();let t;if(void 0!==e&&(t=e.getWindowLevel()),void 0===e||!this.#Me.equals(t)){const e=new h(this.#Me);this.#Ee.setVoiLut(e)}return this.#Ee}getWindowPresets(){return this.#qe}getWindowPresetsNames(){return Object.keys(this.#qe)}setWindowPresets(e){this.#qe=e}addWindowPresets(e){const t=Object.keys(e);let n=null;for(let i=0;i{this.#Oe.fireEvent(e)};getWindowLevelMinMax(){const e=this.getImage().getRescaledDataRange(),t=e.min;let n=e.max-t;return n<1&&(c.warn("Zero or negative window width, defaulting to one."),n=1),new u(t+n/2,n)}setWindowLevelMinMax(){const e=this.getWindowLevelMinMax();this.setWindowLevel(e,"minmax")}generateImageData(e,t){void 0===t&&(this.getCurrentIndex()||this.setInitialIndex(),t=this.getCurrentIndex());const n=this.getImage(),i=!n.isConstantRSI(),r=$e(n,t,i,this.getOrientation()),o=n.getPhotometricInterpretation();switch(o){case"MONOCHROME1":case"MONOCHROME2":!function(e,t,n,i,r){let o=0,a=0,s=t.next();for(;!s.done;)a=i.getValue(s.value),e.data[o]=r.red[a],e.data[o+1]=r.green[a],e.data[o+2]=r.blue[a],e.data[o+3]=n(s.value,s.index),o+=4,s=t.next()}(e,r,this.getAlphaFunction(),this.#Be(),this.#Ge());break;case"PALETTE COLOR":!function(e,t,n,i,r){const o=function(e){return e>>8};r&&c.info("Scaling 16bits data to 8bits.");let a=0,s=0,l=t.next();for(;!l.done;)s=l.value,r?(e.data[a]=o(i.red[s]),e.data[a+1]=o(i.green[s]),e.data[a+2]=o(i.blue[s])):(e.data[a]=i.red[s],e.data[a+1]=i.green[s],e.data[a+2]=i.blue[s]),e.data[a+3]=n(s,l.index),a+=4,l=t.next()}(e,r,this.getAlphaFunction(),this.#Ge(),16===n.getMeta().BitsStored);break;case"RGB":!function(e,t,n){let i=0,r=t.next();for(;!r.done;)e.data[i]=r.value[0],e.data[i+1]=r.value[1],e.data[i+2]=r.value[2],e.data[i+3]=n(r.value,r.index),i+=4,r=t.next()}(e,r,this.getAlphaFunction());break;case"YBR_FULL":!function(e,t,n){let i=0,r=null,o=t.next();for(;!o.done;)a=o.value[0],s=o.value[1],r={r:a+1.402*((l=o.value[2])-128),g:a-.34414*(s-128)-.71414*(l-128),b:a+1.772*(s-128)},e.data[i]=r.r,e.data[i+1]=r.g,e.data[i+2]=r.b,e.data[i+3]=n(o.value,o.index),i+=4,o=t.next();var a,s,l}(e,r,this.getAlphaFunction());break;default:throw new Error("Unsupported photometric interpretation: "+o)}}getScrollIndex(){let e=null;const t=this.getOrientation();return e=void 0!==t?t.getThirdColMajorDirection():2,e}isAquisitionOrientation(){return R(this.#_)}}class Nn{#ke;#X;#He;#ze;#We;constructor(e,t){this.#ke=e,this.#X=e.getRealSpacing(),this.#He=e.getOrientation(),this.#ze=t,this.#We=function(e,t){let n=e.asOneAndZeros().multiply(t);return e.asOneAndZeros().getAbs().equals(Pe().getAbs())&&(n=n.getAbs()),n}(this.#He,t)}getOffset3DFromPlaneOffset(e){const t=new w(e.x,e.y,0),n=this.getTargetDeOrientedVector3D(t);return new w(n.getX()*this.#X.get(0),n.getY()*this.#X.get(1),n.getZ()*this.#X.get(2))}getPlaneOffsetFromOffset3D(e){const t=new w(e.x/this.#X.get(0),e.y/this.#X.get(1),e.z/this.#X.get(2)),n=this.getTargetOrientedVector3D(t);return{x:n.getX(),y:n.getY()}}getTargetOrientedVector3D(e){let t=e;return void 0!==this.#We&&(t=this.#We.getInverse().multiplyVector3D(e)),t}getTargetDeOrientedVector3D(e){let t=e;return void 0!==this.#We&&(t=this.#We.multiplyVector3D(e)),t}getTargetDeOrientedPoint3D(e){let t=e;return void 0!==this.#We&&(t=this.#We.multiplyPoint3D(e)),t}getImageOrientedVector3D(e){let t=e;if(void 0!==this.#ze){const n=ht([e.getX(),e.getY(),e.getZ()],this.#ze);t=new w(n[0],n[1],n[2])}return t}getImageOrientedPoint3D(e){let t=e;if(void 0!==this.#ze){const n=ht([e.getX(),e.getY(),e.getZ()],this.#ze);t=new E(n[0],n[1],n[2])}return t}getImageDeOrientedVector3D(e){let t=e;if(void 0!==this.#ze){const n=dt([e.getX(),e.getY(),e.getZ()],this.#ze);t=new w(n[0],n[1],n[2])}return t}getImageDeOrientedPoint3D(e){let t=e;if(void 0!==this.#ze){const n=dt([e.getX(),e.getY(),e.getZ()],this.#ze);t=new E(n[0],n[1],n[2])}return t}getPositionFromPlanePoint(e,t){const n=new E(e.getX(),e.getY(),t),i=this.getImageOrientedPoint3D(n);return this.#ke.pointToWorld(i)}getPlanePoints(e){const t=[(n=this.#ze).get(0,0),n.get(1,0),n.get(2,0),n.get(0,1),n.get(1,1),n.get(2,1)];var n;return[this.getPositionFromPlanePoint(new F(0,0),e),new E(t[0],t[1],t[2]),new E(t[3],t[4],t[5])]}worldToIndex(e){return this.#ke.worldToIndex(e)}isAquisitionOrientation(){return R(this.#ze)}getTargetOrientedPositiveXYZ(e){const t=dt([e.x,e.y,e.z],this.#We);return{x:t[0],y:t[1],z:t[2]}}getScrollIndex(){let e=null;return e=void 0!==this.#ze?this.#ze.getThirdColMajorDirection():2,e}getNativeScrollIndex(){let e=null;return e=void 0!==this.#He?this.#He.getThirdColMajorDirection():2,e}}class Bn{#x;#Ye;#Xe;#je=!1;constructor(e){if(void 0===e.getImage())throw new Error("View does not have an image, cannot setup controller");this.#x=e,this.#Ye=new Nn(e.getImage().getGeometry(),e.getOrientation()),"SEG"===e.getImage().getMeta().Modality&&(this.#je=!0)}getPlaneHelper(){return this.#Ye}isMask(){return this.#je}initialise(){this.setWindowLevelPresetById(0),this.setCurrentPosition(this.getPositionFromPlanePoint(new F(0,0)))}getModality(){return this.#x.getImage().getMeta().Modality}getWindowLevelPresetsNames(){return this.#x.getWindowPresetsNames()}addWindowLevelPresets(e){return this.#x.addWindowPresets(e)}setWindowLevelPreset(e){this.#x.setWindowLevelPreset(e)}setWindowLevelPresetById(e){this.#x.setWindowLevelPresetById(e)}isPlaying(){return void 0!==this.#Xe}getCurrentPosition(){return this.#x.getCurrentPosition()}getCurrentIndex(){return this.#x.getCurrentIndex()}getCurrentImageUid(){return this.#x.getCurrentImageUid()}getOriginForImageUid(e){return this.#x.getOriginForImageUid(e)}includesImageUid(e){return this.#x.includesImageUid(e)}getCurrentOrientedIndex(){let e=this.#x.getCurrentIndex();if(void 0!==this.#x.getOrientation()){const t=this.#Ye.getImageDeOrientedVector3D(new w(e.get(0),e.get(1),e.get(2)));e=new s([t.getX(),t.getY(),t.getZ()])}return e}getScrollIndex(){return this.#x.getScrollIndex()}getCurrentScrollIndexValue(){return this.#x.getCurrentIndex().get(this.#x.getScrollIndex())}getOrigin(e){return this.#x.getOrigin(e)}isAquisitionOrientation(){return this.#x.isAquisitionOrientation()}getPlanePoints(e){return this.#Ye.getPlanePoints(e)}getCurrentScrollPosition(){const e=this.#x.getScrollIndex();return this.#x.getCurrentPosition().get(e)}generateImageData(e,t){this.#x.generateImageData(e,t)}setImage(e){this.#x.setImage(e)}get2DSpacing(){return this.#x.getImage().getGeometry().getSpacing(this.#x.getOrientation()).get2D()}getRescaledImageValue(e){const t=this.#x.getImage();if(!t.canQuantify())return;const n=t.getGeometry(),i=n.worldToIndex(e);let r;return n.isIndexInBounds(i)&&(r=t.getRescaledValueAtIndex(i)),r}getPixelUnit(){return this.#x.getImage().getMeta().pixelUnit}#Ze(e,t,n,i){const r=Je($e(e,t,n,i)),o=e.getGeometry().getSize(i).getValues();o[2]=1;const a=new nt(o),s=e.getGeometry().getSpacing(i).getValues();s[2]=1;const l=new ct(s),c=new E(0,0,0),u=new ut(c,a,l);return new qn(u,r)}getImageRegionValues(e,t){let n=this.#x.getImage();const i=this.#x.getOrientation();let r=this.getCurrentIndex(),o=!0;R(i)||(n=this.#Ze(n,r,o,i),r=new s([0,0,0]),o=!1);const a=function(e,t,n,i,r){if(1!==e.getNumberOfComponents())throw new Error("Unsupported number of components for region iterator: "+e.getNumberOfComponents());void 0===n&&(n=!1);let o=null;o=n?function(t){return e.getRescaledValueAtOffset(t)}:function(t){return e.getValueAtOffset(t)};const a=e.getGeometry().getSize();void 0===i&&(i=new F(0,0)),void 0===r&&(r=new F(a.get(0)-1,a.get(1)));const s=a.indexToOffset(t.getWithNew2D(i.getX(),i.getY())),l=a.indexToOffset(t.getWithNew2D(r.getX(),r.getY()-1)),c=Math.max(1,r.getX()-i.getX());return function(e,t,n,i,r,o){let a=t,s=0;return{next:function(){if(a{let e=!1;if(e=i?this.incrementScrollIndex():this.incrementIndex(3),!e){const e=this.getCurrentIndex().getValues(),t=this.#x.getOrientation();i?e[t.getThirdColMajorDirection()]=0:e[3]=0;const n=new s(e),r=this.#x.getImage().getGeometry();this.setCurrentPosition(r.indexToWorld(n))}}),n)}else this.stop()}stop(){void 0!==this.#Xe&&(clearInterval(this.#Xe),this.#Xe=void 0)}getWindowLevel(){return this.#x.getWindowLevel()}getCurrentWindowPresetName(){return this.#x.getCurrentWindowPresetName()}setWindowLevel(e){this.#x.setWindowLevel(e)}getColourMap(){return this.#x.getColourMap()}setColourMap(e){this.#x.setColourMap(e)}setViewAlphaFunction(e){this.#x.setAlphaFunction(e)}bindImageAndLayer(e){const t=this.#x.getImage();t.addEventListener("imagecontentchange",e.onimagecontentchange),t.addEventListener("imagegeometrychange",e.onimagegeometrychange)}unbindImageAndLayer(e){const t=this.#x.getImage();t.removeEventListener("imagecontentchange",e.onimagecontentchange),t.removeEventListener("imagegeometrychange",e.onimagegeometrychange)}}class Gn{#et=0;getSum(){return this.#et}add(e){this.#et+=function(e){if(void 0===e.wheelDeltaY)return-e.deltaY;{const t=45;return e.wheelDeltaY>t?1:e.wheelDeltaY<-t?-1:-e.deltaY/60}}(e)}clear(){this.#et=0}isTick(){return Math.abs(this.#et)>=1}}class kn{#tt;#nt=new Gn;constructor(e){this.#tt=e}wheel(e){this.#nt.add(e);const t=this.#nt.getSum()>=0;if(!this.#nt.isTick())return;this.#nt.clear(),e.preventDefault();const n=Hi(e),i=this.#tt.getLayerGroupByDivId(n.groupDivId),r=i.getActiveViewLayer().getViewController();let o;i.canScroll()?o=t?r.getIncrementScrollPosition():r.getDecrementScrollPosition():i.moreThanOne(3)&&(o=t?r.getIncrementPosition(3):r.getDecrementPosition(3)),void 0!==o&&i.isPositionInBounds(o)&&r.setCurrentPosition(o)}}class Hn{#it;#rt;constructor(e,t){this.#it=e,this.#rt=t}getBegin(){return this.#it}getEnd(){return this.#rt}equals(e){return null!==e&&this.getBegin().equals(e.getBegin())&&this.getEnd().equals(e.getEnd())}getDeltaX(){return this.getEnd().getX()-this.getBegin().getX()}getDeltaY(){return this.getEnd().getY()-this.getBegin().getY()}getLength(){return Math.sqrt(this.getDeltaX()*this.getDeltaX()+this.getDeltaY()*this.getDeltaY())}getWorldLength(e){let t=null;if(null!==e){const n=this.getDeltaX()*e.x,i=this.getDeltaY()*e.y;t=Math.sqrt(n*n+i*i)}return t}getMidpoint(){return new F((this.getBegin().getX()+this.getEnd().getX())/2,(this.getBegin().getY()+this.getEnd().getY())/2)}getCentroid(){return this.getMidpoint()}getSlope(){return this.getDeltaY()/this.getDeltaX()}getIntercept(){return(this.getEnd().getX()*this.getBegin().getY()-this.getBegin().getX()*this.getEnd().getY())/this.getDeltaX()}getInclination(){return 180-180*Math.atan2(this.getDeltaY(),this.getDeltaX())/Math.PI}quantify(e){const t={},n=e.get2DSpacing(),i=this.getWorldLength(n);return null!==i&&(t.length={value:i,unit:"unit.mm"}),t}}function zn(e,t){const n=e.getDeltaX(),i=e.getDeltaY(),r=t.getDeltaX(),o=t.getDeltaY(),a=n*r+i*o,s=n*o-i*r;return 360-(180-180*Math.atan2(s,a)/Math.PI)}function Wn(e,t){const n=e.getDeltaX(),i=e.getDeltaY();return n*t.getDeltaX()+i*t.getDeltaY()==0}function Yn(e,t,n){let i=0,r=0,o=0,a=0;if(0!==e.getSlope()){const s=-1/e.getSlope(),l=t.getY()-s*t.getX(),c=n/(2*Math.sqrt(1+s*s));i=t.getX()-c,r=s*i+l,o=t.getX()+c,a=s*o+l}else i=t.getX(),r=t.getY()-n/2,o=t.getX(),a=t.getY()+n/2;return new Hn(new F(i,r),new F(o,a))}var Xn=o(944),jn=o.n(Xn);class Zn{#ot;#Te={};#Oe=new _e;#at;#st;constructor(e){this.#ot=void 0!==e?e:[],this.#at=!0}getList(){return this.#ot}getLength(){return this.#ot.length}isEditable(){return this.#at}setEditable(e){this.#at=e,this.#Re({type:"annotationgroupeditablechange",data:e})}getColour(){return this.#st}setColour(e){this.#st=e}add(e){this.#ot.push(e),this.#Re({type:"annotationadd",data:e})}update(e,t){const n=this.#ot.findIndex((t=>t.id===e.id));-1!==n?(this.#ot[n]=e,this.#Re({type:"annotationupdate",data:e,keys:t})):c.warn("Cannot find annotation to update")}remove(e){const t=this.#ot.findIndex((t=>t.id===e));if(-1!==t){const e=this.#ot.splice(t,1)[0];this.#Re({type:"annotationremove",data:e})}else c.warn("Cannot find annotation to remove")}setViewController(e){for(const t of this.#ot)t.setViewController(e),t.updateQuantification()}find(e){return this.#ot.find((t=>t.id===e))}getMeta(){return this.#Te}hasMeta(e){return void 0!==this.#Te[e]}getMetaValue(e){return this.#Te[e]}setMetaValue(e,t){this.#Te[e]=t}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)}}class _n{#lt;getAnnotation(e){return this.#lt.find(e)}getAnnotationGroup(){return this.#lt}isAnnotationGroupEditable(){return this.#lt.isEditable()}setAnnotationGroupEditable(e){this.#lt.setEditable(e)}addAnnotation(e){this.#lt.add(e)}updateAnnotation(e,t){this.#lt.update(e,t)}removeAnnotation(e){this.#lt.remove(e)}removeAnnotationWithCommand(e,t){const n=this.getAnnotation(e);if(void 0===n)return void c.warn("Cannot create remove command for undefined annotation: "+e);const i=new pi(n,this);t(i),i.execute()}updateAnnotationWithCommand(e,t,n,i){const r=this.getAnnotation(e);if(void 0===r)return void c.warn("Cannot create update command for undefined annotation: "+e);const o=new mi(r,t,n,this);i(o),o.execute()}removeAllAnnotationsWithCommand(e){for(const t of this.#lt.getList())this.removeAnnotationWithCommand(t.id,e)}constructor(e){this.#lt=void 0!==e?e:new Zn}hasAnnotationMeta(e){return this.#lt.hasMeta(e)}setAnnotationMeta(e,t){this.#lt.setMetaValue(e,t)}}class Kn{#ct=10;#ut="Verdana";#dt="#fff";#ht="#ffff80";#St={x:1,y:1};#gt={x:1,y:1};#pt=2;#mt={x:.25,y:.25};#ft=.2;#Dt=3;getFontFamily(){return this.#ut}getFontSize(){return this.#ct}getStrokeWidth(){return this.#pt}getTextColour(){return this.#dt}getLineColour(){return this.#ht}setLineColour(e){this.#ht=e}setBaseScale(e){this.#St=e}setZoomScale(e){this.#gt=e}getBaseScale(){return this.#St}getZoomScale(){return this.#gt}scale(e){return e/this.#St.x}applyZoomScale(e){return{x:2*e/this.#gt.x,y:2*e/this.#gt.y}}getShadowOffset(){return this.#mt}getTagOpacity(){return this.#ft}getTextPadding(){return this.#Dt}getFontStr(){return"normal "+this.getFontSize()+"px sans-serif"}getLineHeight(){return this.getFontSize()+this.getFontSize()/5}getScaledFontSize(){return this.scale(this.getFontSize())}getScaledStrokeWidth(){return this.scale(this.getStrokeWidth())}getShadowLineColour(){return e=this.getLineColour(),n=e,.001172549*(t={r:parseInt(n.substring(1,3),16),g:parseInt(n.substring(3,5),16),b:parseInt(n.substring(5,7),16)}).r+.002301961*t.g+447059e-9*t.b<.5?"#fff":"#000";var e,t,n}}function Jn(e){return"label"===e.name()}function $n(e){return"shape"===e.name()}function ei(e){return"position-group"===e.name()}function ti(e){return function(t){return t.id()===e}}function ni(e,t,n,i){const r=i.applyZoomScale(3),o={x:Math.abs(r.x),y:Math.abs(r.y)};return new(jn().Ellipse)({x:e,y:t,stroke:"#999",fill:"rgba(100,100,100,0.7",strokeWidth:i.getStrokeWidth(),strokeScaleEnabled:!1,radius:o,radiusX:o.x,radiusY:o.y,name:"anchor",id:n.toString(),dragOnTop:!1,draggable:!0,visible:!1})}function ii(e,t,n){let i=!1;return e.x()n.getX()&&(e.x(n.getX()),i=!0),e.y()n.getY()&&(e.y(n.getY()),i=!0),i}class ri{#it;#rt;constructor(e,t){this.#it=new F(Math.min(e.getX(),t.getX()),Math.min(e.getY(),t.getY())),this.#rt=new F(Math.max(e.getX(),t.getX()),Math.max(e.getY(),t.getY()))}getBegin(){return this.#it}getEnd(){return this.#rt}equals(e){return null!==e&&this.getBegin().equals(e.getBegin())&&this.getEnd().equals(e.getEnd())}getSurface(){const e=this.getBegin(),t=this.getEnd();return Math.abs(t.getX()-e.getX())*Math.abs(t.getY()-e.getY())}getWorldSurface(e){return function(e,t,n){let i=null;return null!==t&&null!==n&&(i=e*t*n),i}(this.getSurface(),e.x,e.y)}getRealWidth(){return this.getEnd().getX()-this.getBegin().getX()}getRealHeight(){return this.getEnd().getY()-this.getBegin().getY()}getWidth(){return Math.abs(this.getRealWidth())}getHeight(){return Math.abs(this.getRealHeight())}getRound(){return{min:new F(Math.round(this.getBegin().getX()),Math.round(this.getBegin().getY())),max:new F(Math.round(this.getEnd().getX()),Math.round(this.getEnd().getY()))}}getCentroid(){return new F(this.getBegin().getX()+this.getWidth()/2,this.getBegin().getY()+this.getHeight()/2)}quantify(e,t){const n={},i=e.get2DSpacing();n.width={value:this.getWidth()*i.x,unit:"unit.mm"},n.height={value:this.getHeight()*i.y,unit:"unit.mm"};const r=this.getWorldSurface(i);if(null!==r&&(n.surface={value:r/100,unit:"unit.cm2"}),e.canQuantifyImage()){const i=this.getRound(),r=e.getImageRegionValues(i.min,i.max),o=e.getPixelUnit(),a=rt(r,t);n.min={value:a.min,unit:o},n.max={value:a.max,unit:o},n.mean={value:a.mean,unit:o},n.stdDev={value:a.stdDev,unit:o},void 0!==a.median&&(n.median={value:a.median,unit:o}),void 0!==a.p25&&(n.p25={value:a.p25,unit:o}),void 0!==a.p75&&(n.p75={value:a.p75,unit:o})}return n}}class oi{#Ct=[];constructor(e){void 0!==e&&(this.#Ct=e)}getPoint(e){return this.#Ct[e]}getPoints(){return this.#Ct}getLength(){return this.#Ct.length}addPoint(e){this.#Ct.push(e)}addPoints(e){this.#Ct=this.#Ct.concat(e)}getCentroid(){let e=0,t=0,n=0;for(let i=0;i3)throw new Error("Too many points for a protractor");this.#Ct=e.slice(0,3)}getPoint(e){return this.#Ct[e]}getLength(){return this.#Ct.length}getCentroid(){return this.#Ct[1]}quantify(e,t){const n={};if(3===this.#Ct.length){let e=zn(new Hn(this.#Ct[0],this.#Ct[1]),new Hn(this.#Ct[1],this.#Ct[2]));e>180&&(e=360-e),n.angle={value:e,unit:"unit.degree"}}return n}}class si{#yt;#vt;#It;constructor(e,t,n){this.#yt=e,this.#vt=t,this.#It=n}getCenter(){return this.#yt}getCentroid(){return this.#yt}getA(){return this.#vt}getB(){return this.#It}equals(e){return null!==e&&this.getCenter().equals(e.getCenter())&&this.getA()===e.getA()&&this.getB()===e.getB()}getSurface(){return Math.PI*this.getA()*this.getB()}getWorldSurface(e){return function(e,t,n){let i=null;return null!==t&&null!==n&&(i=e*t*n),i}(this.getSurface(),e.x,e.y)}getRound(){const e=this.getCenter().getX(),t=this.getCenter().getY(),n=this.getA(),i=this.getB(),r=n/i,o=Math.pow(i,2),a=t+i,s=[];for(let n=t-i;n{this.#qt(e)}:e=>{this.#Ut(e)},this.#Et(t)}#xt(){this.#Et((function(e){e.remove()}))}#Rt(){if(!this.#wt||!this.#wt.getLayer())return;const e=this.#wt.getParent(),t=this.#Pt.getAnchors(this.#wt,this.#tt.getStyle());for(let n=0;n{e.cancelBubble=!0,t={mathShape:this.#At.mathShape,referencePoints:this.#At.referencePoints}})),e.on("dragmove.edit",(e=>{const t=e.target;t instanceof jn().Shape&&(function(e,t){const n=t.getParent();ii(t,new F(-n.x(),-n.y()),new F(e.x-n.x(),e.y-n.y()))}(this.#Ot.getBaseSize(),t),void 0!==this.#Pt.constrainAnchorMove&&this.#Pt.constrainAnchorMove(t),this.#Pt.updateAnnotationOnAnchorMove(this.#At,t),this.#Pt.updateShapeGroupOnAnchorMove(this.#At,t,this.#tt.getStyle()),t.getLayer()?t.getLayer().draw():c.warn("No layer to draw the anchor!"),e.cancelBubble=!0)})),e.on("dragend.edit",(e=>{const n={mathShape:this.#At.mathShape,referencePoints:this.#At.referencePoints},i=new mi(this.#At,t,n,this.#Ot.getDrawController());this.#tt.addToUndoStack(i),this.#Lt({type:"annotationupdate",data:this.#At,dataid:this.#Ot.getDataId(),keys:Object.keys(n)}),t={mathShape:n.mathShape,referencePoints:n.referencePoints},e.cancelBubble=!0})),e.on("mousedown touchstart",(e=>{e.target.moveToTop()})),e.on("mouseover.edit",(e=>{const t=e.target;t instanceof jn().Shape&&(t.stroke("#ddd"),t.getLayer()?t.getLayer().draw():c.warn("No layer to draw the anchor!"))})),e.on("mouseout.edit",(e=>{const t=e.target;t instanceof jn().Shape&&(t.stroke("#999"),t.getLayer()?t.getLayer().draw():c.warn("No layer to draw the anchor!"))}))}#Ut(e){e.off("dragstart.edit"),e.off("dragmove.edit"),e.off("dragend.edit"),e.off("mousedown touchstart"),e.off("mouseover.edit"),e.off("mouseout.edit")}}class di{#Mt;constructor(){this.createTrashIcon()}createTrashIcon(){this.#Mt=new(jn().Group);const e=new(jn().Line)({points:[-10,-10,10,10],stroke:"red"}),t=new(jn().Line)({points:[10,-10,-10,10],stroke:"red"});this.#Mt.width(20),this.#Mt.height(20),this.#Mt.add(e),this.#Mt.add(t)}activate(e){const t=e.getKonvaStage(),n=t.scale(),i=e.getKonvaLayer(),r={x:1/n.x,y:1/n.y};this.#Mt.x(t.offset().x+t.width()/(2*n.x)),this.#Mt.y(t.offset().y+t.height()/(15*n.y)),this.#Mt.scale(r),i.add(this.#Mt),i.draw()}changeChildrenColourOnTrashHover(e,t,n){if(this.isOverTrash(e))return this.changeGroupChildrenColour(this.#Mt,"orange"),void this.changeGroupChildrenColour(t,"red");this.changeGroupChildrenColour(this.#Mt,"red"),this.changeGroupChildrenColour(t,n)}changeGroupChildrenColour(e,t){e.getChildren().forEach((function(e){e instanceof jn().Shape&&void 0!==e.stroke&&e.stroke(t)}))}remove(){this.#Mt.remove()}isOverTrash(e){const t=this.#Mt.width()*Math.abs(this.#Mt.scaleX())/2,n=this.#Mt.height()*Math.abs(this.#Mt.scaleY())/2;return Math.abs(e.x-this.#Mt.x()){this.#Bt=e,this.#kt()})),e.on("mouseout",(()=>{this.onMouseOutShapeGroup(),this.#Bt=void 0}))}#zt(e){e.off("mouseover"),e.off("mouseout")}addShapeListeners(e,t,n){this.#Ht(t);const i=e.getKonvaLayer(),r=t.getChildren($n)[0];if(!(r instanceof jn().Shape))return;r.draggable(!0);const o=t.getChildren(Jn)[0];if(!(o instanceof jn().Label))return;let a,s,l,c,u;o.draggable(!0),r.on("dragstart.draw",(t=>{c=r.stroke(),a={x:r.x(),y:r.y()},s={x:t.target.x(),y:t.target.y()},l={mathShape:n.mathShape,referencePoints:n.referencePoints},this.#Mt.activate(e),this.#Qt.setAnchorsActive(!1),i.draw()})),r.on("dragmove.draw",(r=>{const o={x:r.target.x()-s.x,y:r.target.y()-s.y},a=t.getChildren(),l=void 0===n.labelPosition;for(const e of a)e===r.target||"label"===e.name()&&!l||e.move(o);s={x:r.target.x(),y:r.target.y()},function(e,t){const n=t.getChildren($n)[0],i=function(e){const t=e.find(".anchor");if(0===t.length)return;let n=t[0].x(),i=t[0].y();for(let e=0;e{if(this.#Mt.remove(),void 0===o||void 0===o.evt)return;const s=r.x(),u=r.y(),d=Ni(o.evt),h={x:d.getX(),y:d.getY()},S=this.#Gt(h,e);if(this.#Mt.isOverTrash(S)){t.x(a.x),t.y(a.y),this.#Qt.disable(),this.#Qt.reset(),this.#Mt.changeGroupChildrenColour(t,c),n.mathShape=l.mathShape,n.referencePoints=l.referencePoints;const i=new pi(n,e.getDrawController());this.#tt.addToUndoStack(i),i.execute(),this.onMouseOutShapeGroup()}else{const t={x:s-a.x,y:u-a.y};if(0!==t.x||0!==t.y){const t={mathShape:n.mathShape,referencePoints:n.referencePoints},i=new mi(n,l,t,e.getDrawController());this.#tt.addToUndoStack(i),this.#Lt({type:"annotationupdate",data:n,dataid:e.getDataId(),keys:Object.keys(t)}),l={mathShape:t.mathShape,referencePoints:t.referencePoints}}this.#Qt.setAnchorsActive(!0),this.#Qt.resetAnchors()}i.draw(),a={x:r.x(),y:r.y()}})),o.on("dragstart.draw",(()=>{a={x:o.x(),y:o.y()},u=n.labelPosition})),o.on("dragend.draw",(()=>{const t=o.x()-a.x,i=o.y()-a.y;if(0!==t||0!==i){const t=new F(o.x(),o.y());n.labelPosition=t;const i=new mi(n,{labelPosition:u},{labelPosition:t},e.getDrawController());this.#tt.addToUndoStack(i),this.#Lt({type:"annotationupdate",data:n,dataid:e.getDataId(),keys:["labelPosition"]}),u=t}a={x:r.x(),y:r.y()}})),t.on("dblclick",(()=>{const t=n.textExpr;Mi.openRoiDialog(n,(n=>{const i=n.textExpr,r=new mi(n,{textExpr:t},{textExpr:i},e.getDrawController());this.#tt.addToUndoStack(r),r.execute()}))}))}removeShapeListeners(e){this.#zt(e),e.off("dblclick");const t=e.getChildren($n)[0];t instanceof jn().Shape&&(t.draggable(!1),t.off("dragstart.draw"),t.off("dragmove.draw"),t.off("dragend.draw"));const n=e.getChildren(Jn)[0];n instanceof jn().Label&&(n.draggable(!1),n.off("dragstart.draw"),n.off("dragend.draw"))}}class Si{#Wt;#Yt=null;#Xt;#jt;#Zt={x:1,y:1};#_t={x:1,y:1,z:1};#Kt={x:0,y:0};#Jt={x:0,y:0};#$t={x:0,y:0};#en={x:0,y:0};#tn;#Ye;#nn;#in;#rn=null;#on;#an=!0;constructor(e){this.#Wt=e,this.#Wt.className+=" drawLayer"}setShapeHandler(e){this.#on=e}getDataId(){return this.#nn}getReferenceLayerId(){return this.#in}#Oe=new _e;getKonvaStage(){return this.#Yt}getKonvaLayer(){return this.#Yt.getLayers()[0]}getDrawController(){return this.#tn}setPlaneHelper(e){this.#Ye=e}getId(){return this.#Wt.id}removeFromDOM(){this.#Wt.remove()}getBaseSize(){return this.#Xt}getOpacity(){return this.#Yt.opacity()}setOpacity(e){this.#Yt.opacity(Math.min(Math.max(e,0),1))}addFlipOffsetX(){const e=this.#Yt.scale(),t=this.#Yt.size();this.#en.x+=t.width/e.x;const n=this.#Yt.offset();n.x+=this.#en.x,this.#Yt.offset(n)}addFlipOffsetY(){const e=this.#Yt.scale(),t=this.#Yt.size();this.#en.y+=t.height/e.y;const n=this.#Yt.offset();n.y+=this.#en.y,this.#Yt.offset(n)}flipScaleX(){this.#_t.x*=-1}flipScaleY(){this.#_t.y*=-1}flipScaleZ(){this.#_t.z*=-1}setScale(e,t){const n=this.#Ye.getTargetOrientedPositiveXYZ({x:e.x*this.#_t.x,y:e.y*this.#_t.y,z:e.z*this.#_t.z}),i={x:this.#Zt.x*n.x,y:this.#Zt.y*n.y},r=this.#Yt.offset();if(1===Math.abs(e.x)&&1===Math.abs(e.y)&&1===Math.abs(e.z)){const e={x:r.x-this.#$t.x,y:r.y-this.#$t.y};this.#$t={x:0,y:0},this.#Yt.offset(e)}else if(void 0!==t){let e=this.#Ye.getPlaneOffsetFromOffset3D({x:t.getX(),y:t.getY(),z:t.getZ()});e={x:e.x+this.#Kt.x,y:e.y+this.#Kt.y};const n=Wi(r,this.#Yt.scale(),i,e),o={x:this.#$t.x+n.x-r.x,y:this.#$t.y+n.y-r.y};this.#$t=o,this.#Yt.offset(n)}this.#Yt.scale(i),this.#sn(i)}initScale(e,t){const n=this.#Ye.getTargetOrientedPositiveXYZ({x:e.x*this.#_t.x,y:e.y*this.#_t.y,z:e.z*this.#_t.z}),i={x:this.#Zt.x*n.x,y:this.#Zt.y*n.y};this.#Yt.scale(i),this.#$t={x:t.x/this.#Zt.x,y:t.y/this.#Zt.y};const r=this.#Yt.offset();this.#Yt.offset({x:r.x+this.#$t.x,y:r.y+this.#$t.y})}setOffset(e){const t=this.#Ye.getPlaneOffsetFromOffset3D(e);this.#Yt.offset({x:t.x+this.#Jt.x+this.#Kt.x+this.#$t.x+this.#en.x,y:t.y+this.#Jt.y+this.#Kt.y+this.#$t.y+this.#en.y})}setBaseOffset(e,t){const n=this.#Ye.getNativeScrollIndex(),i=this.#Ye.getPlaneOffsetFromOffset3D({x:0===n?e.getX():t.getX(),y:1===n?e.getY():t.getY(),z:2===n?e.getZ():t.getZ()}),r=this.#Kt.x!==i.x||this.#Kt.y!==i.y;if(r){const e=this.#Yt.offset();this.#Yt.offset({x:e.x-this.#Kt.x+i.x,y:e.y-this.#Kt.y+i.y}),this.#Kt=i}return r}display(e){this.#Wt.style.display=e?"":"none"}isVisible(){return""===this.#Wt.style.display}draw(){this.#Yt.draw()}initialise(e,t,n){this.#Xt=e,this.#jt=t,this.#in=n,this.#Yt=new(jn().Stage)({container:this.#Wt,width:this.#Xt.x,height:this.#Xt.y,listening:!1}),this.#Yt.getContent().setAttribute("style","");const i=new(jn().Layer)({listening:!1,visible:!0});this.#Yt.add(i)}setAnnotationGroup(e,t,n){if(this.#nn=t,e.addEventListener("annotationadd",(e=>{this.#ln(e.data,!0),this.getKonvaLayer().draw()})),e.addEventListener("annotationupdate",(e=>{this.#cn(e.data),this.getKonvaLayer().draw()})),e.addEventListener("annotationremove",(e=>{this.#un(e.data),this.getKonvaLayer().draw()})),e.addEventListener("annotationgroupeditablechange",(e=>{this.activateCurrentPositionShapes(e.data)})),this.#tn=new _n(e),0!==e.getLength())for(const t of e.getList())this.#ln(t,!1),n(new gi(t,this.getDrawController()))}activateCurrentPositionShapes(e){const t=this.getKonvaLayer();if(this.#Yt.listening(!1),void 0!==this.#on){this.#on.disableAndResetEditor();const e=t.getChildren();for(const t of e)t instanceof jn().Group&&t.getChildren().forEach((e=>{e instanceof jn().Group&&this.#on.removeShapeListeners(e)}))}const n=this.getDrawController();if(e&&n.getAnnotationGroup().isEditable()){const e=this.getCurrentPosGroup().getChildren();0!==e.length&&(this.#Yt.listening(!0),t.listening(!0)),void 0!==this.#on&&e.forEach((e=>{if(e instanceof jn().Group){const t=n.getAnnotation(e.id());this.#on.addShapeListeners(this,e,t)}}))}t.draw()}#dn(e){let t;return t=void 0!==e.planePoints?e.planePoints:[e.planeOrigin],this.#hn(t)}#hn(e){let t="";for(const n of e)0!==t.length&&(t+="-"),t+=k([G(n.getX(),2),G(n.getY(),2),G(n.getZ(),2)]);return t}#Sn(e){let t;const n=this.#dn(e),i=this.getKonvaLayer().getChildren(ti(n));if(0!==i.length){const n=i[0];if(!(n instanceof jn().Group))return;const r=n.getChildren(ti(e.id));0!==r.length&&r[0]instanceof jn().Group&&(t=r[0])}return t}#ln(e,t){if(!e.isCompatibleView(this.#Ye))return;const n=this.#dn(e);let i=this.getKonvaLayer().getChildren(ti(n))[0];if(void 0===i&&(i=new(jn().Group)({id:n,name:"position-group",visible:t}),this.getKonvaLayer().add(i)),!(i instanceof jn().Group))return;const r=new Kn,o=this.getKonvaStage();r.setZoomScale(o.scale());const a=e.getFactory().createShapeGroup(e,r);i.add(a),t&&void 0!==this.#on&&this.#on.addShapeListeners(this,a,e),this.setLabelVisibility(a)}#un(e){const t=this.#Sn(e);return t instanceof jn().Group?(t.remove(),!0):(c.debug("No shape group to remove"),!1)}#cn(e){e.updateQuantification(),this.#un(e)&&this.#ln(e,!0)}fitToContainer(e,t,n){this.#Yt.width(e.x),this.#Yt.height(e.y);const i={x:t*this.#jt.x,y:t*this.#jt.y},r={x:this.#Yt.scale().x*i.x/this.#Zt.x,y:this.#Yt.scale().y*i.y/this.#Zt.y};this.#Yt.scale().x===r.x&&this.#Yt.scale().y===r.y||(this.#Zt=i,this.#Yt.scale(r));const o={x:n.x/i.x,y:n.y/i.y},a={x:e.x/i.x,y:e.y/i.y},s={x:0!==this.#en.x?a.x:0,y:0!==this.#en.y?a.y:0};this.#Jt.x===o.x&&this.#Jt.y===o.y&&this.#en.x===s.x&&this.#en.y===s.y||(this.#Yt.offset({x:this.#Yt.offset().x+o.x-this.#Jt.x+s.x-this.#en.x,y:this.#Yt.offset().y+o.y-this.#Jt.y+s.y-this.#en.y}),this.#en=s,this.#Jt=o)}isAnnotationVisible(e){const t=this.getGroup(e);return void 0!==t&&t.isVisible()}setAnnotationVisibility(e,t){const n=this.getGroup(e);return void 0!==n&&(void 0===t&&(t=!n.isVisible()),n.visible(t),this.draw(),!0)}setLabelsVisibility(e){this.#an=e;const t=this.getKonvaLayer().getChildren();for(const n of t)if(n instanceof jn().Group){const t=n.getChildren();for(const n of t)n instanceof jn().Group&&this.#gn(n,e)}}#gn(e,t){const n=e.getChildren(Jn)[0];n instanceof jn().Label&&(void 0===t&&(t=!n.isVisible()),void 0!==n.getText()&&0!==n.getText().text().length&&n.visible(t))}setLabelVisibility(e){this.#gn(e,this.#an)}deleteDraw(e,t){}deleteDraws(e){}getNumberOfDraws(){const e=this.getKonvaLayer().getChildren();let t=0;for(const n of e)n instanceof jn().Group&&(t+=n.getChildren().length);return t}bindInteraction(){this.#Yt.listening(!0),this.#Wt.style.pointerEvents="auto";const e=Ui;for(let t=0;te.id()===this.#rn));let t;return 1===e.length?e[0]instanceof jn().Group&&(t=e[0]):0===e.length?(t=new(jn().Group),t.name("position-group"),t.id(this.#rn),t.visible(!0),this.getKonvaLayer().add(t)):c.warn("Unexpected number of draw position groups"),t}getGroup(e){const t=this.getKonvaLayer().findOne("#"+e);return void 0===t&&c.warn("Cannot find node with id: "+e),t}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{e.srclayerid=this.getId(),e.dataid=this.#nn,this.#Oe.fireEvent(e)};#sn(e){const t=2/e.x,n=2/e.y,i=this.#Yt.find("Label");for(let e=0;e.33?0:1;t[n][e.data[n].length-2]=1,t[n][e.data[n].length-1]=1}t[e.data.length-2]=[],t[e.data.length-1]=[];for(let n=1;nMath.round(this.searchGran*this.cost[e.y][e.x]);setPoint(e){this.setWorking(!0),this.curPoint=e;let t=0,n=0;for(this.visited=[],n=0;nethis.getMax()?t:e))}}class Oi{getName(){return"Sharpen"}#In=null;setOriginalImage(e){this.#In=e}getOriginalImage(){return this.#In}update(){return this.getOriginalImage().convolute2D([0,-1,0,-1,5,-1,0,-1,0])}}class Ai{getName(){return"Sobel"}#In=null;setOriginalImage(e){this.#In=e}getOriginalImage(){return this.#In}update(){const e=this.getOriginalImage(),t=e.convolute2D([1,0,-1,2,0,-2,1,0,-1]),n=e.convolute2D([1,2,1,0,0,0,-1,-2,-1]);return t.compose(n,(function(e,t){return Math.sqrt(e*e+t*t)}))}}class bi{#Tn;#nn;#tt;constructor(e,t,n){this.#Tn=e,this.#nn=t,this.#tt=n}getName(){return"Filter-"+this.#Tn.getName()}execute(){this.#tt.setImage(this.#nn,this.#Tn.update()),this.#tt.render(this.#nn);const e={type:"filterrun",id:this.getName(),dataId:this.#nn};this.onExecute(e)}undo(){this.#tt.setImage(this.#nn,this.#Tn.getOriginalImage()),this.#tt.render(this.#nn);const e={type:"filterundo",id:this.getName(),dataid:this.#nn};this.onUndo(e)}onExecute(e){}onUndo(e){}}const xi={},Ri={},Fi={WindowLevel:class{#tt;#Ln=!1;#Pn;#wn;constructor(e){this.#tt=e,this.#wn=new kn(e)}#On(e){this.#Ln=!0,this.#Pn=e}#An(e,t){if(!this.#Ln)return;const n=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer().getViewController(),i=e.getX()-this.#Pn.getX(),r=this.#Pn.getY()-e.getY(),o=n.getImageRescaledDataRange(),a=.01*(o.max-o.min),s=n.getWindowLevel().center,l=n.getWindowLevel().width,c=s+Math.round(r*a);let d=l+Math.round(i*a);var h;d=(h=d)<1?1:h;const S=new u(c,d);n.setWindowLevel(S),this.#Pn=e}#bn(){this.#Ln&&(this.#Ln=!1)}mousedown=e=>{const t=Ni(e);this.#On(t)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{this.#bn()};mouseout=e=>{this.#bn()};touchstart=e=>{const t=Vi(e);this.#On(t[0])};touchmove=e=>{const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{this.#bn()};dblclick=e=>{const t=Hi(e),n=Ni(e),i=this.#tt.getLayerGroupByDivId(t.groupDivId).getActiveViewLayer(),r=i.displayToPlaneIndex(n),o=i.getViewController(),a=this.#tt.getData(i.getDataId()).image,s=new u(a.getRescaledValueAtIndex(o.getCurrentIndex().getWithNew2D(r.get(0),r.get(1))),o.getWindowLevel().width);o.setWindowLevel(s)};wheel=e=>{this.#wn.wheel(e)};keydown=e=>{e.context="WindowLevel",this.#tt.onKeydown(e)};activate(e){}init(){}setFeatures(e){}},Scroll:class{#tt;#Ln=!1;#Pn;#wn;#xn;#Rn=!1;#Fn;constructor(e){this.#tt=e,this.#wn=new kn(e)}#On(e,t){this.#En();const n=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer(),i=n.getViewController();i.isPlaying()&&i.stop(),this.#Ln=!0,this.#Pn=e;const r=n.displayToPlanePos(e),o=i.getPositionFromPlanePoint(r);i.setCurrentPosition(o)}#An(e,t){if(!this.#Ln)return void(this.#Rn&&this.#qn(e,t));const n=this.#tt.getLayerGroupByDivId(t),i=n.getActiveViewLayer().getViewController();let r;const o=e.getY()-this.#Pn.getY(),a=Math.abs(o)>15;a&&n.canScroll()&&(r=o>0?i.getDecrementScrollPosition():i.getIncrementScrollPosition());const s=e.getX()-this.#Pn.getX(),l=Math.abs(s)>15;l&&n.moreThanOne(3)&&(r=s>0?i.getIncrementPosition(3):i.getDecrementPosition(3)),void 0!==r&&n.isPositionInBounds(r)&&i.setCurrentPosition(r),(l||a)&&(this.#Pn=e)}#bn(){this.#Ln&&(this.#Ln=!1)}mousedown=e=>{const t=Ni(e),n=Hi(e);this.#On(t,n.groupDivId)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{this.#bn()};mouseout=e=>{this.#bn(),this.#En()};touchstart=e=>{this.#xn=setTimeout((()=>{this.dblclick(e)}),500);const t=Vi(e),n=Hi(e);this.#On(t[0],n.groupDivId)};touchmove=e=>{null!==this.#xn&&(clearTimeout(this.#xn),this.#xn=null);const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{null!==this.#xn&&(clearTimeout(this.#xn),this.#xn=null),this.#bn()};wheel=e=>{this.#wn.wheel(e)};keydown=e=>{e.context="Scroll",this.#tt.onKeydown(e)};dblclick=e=>{const t=Hi(e);this.#tt.getLayerGroupByDivId(t.groupDivId).getActiveViewLayer().getViewController().play()};#qn(e,t){const n=this.#tt.getLayerGroupByDivId(t);this.#Fn=t,n.showTooltip(e)}#En(){void 0!==this.#Fn&&(this.#tt.getLayerGroupByDivId(this.#Fn).removeTooltipDiv(),this.#Fn=void 0)}activate(e){e||this.#En()}setFeatures(e){void 0!==e.displayTooltip&&(this.#Rn=e.displayTooltip)}init(){}},ZoomAndPan:class{#tt;#Ln=!1;#Pn;#Un;#Mn;#Qn;constructor(e){this.#tt=e}#On(e){this.#Ln=!0,this.#Pn=e,this.#Un=!1}#Vn=e=>{this.#Ln=!0,this.#Pn=e[0],this.#Un=!1,this.#Mn=new Hn(e[0],e[1]),this.#Qn=this.#Mn.getMidpoint()};#An(e,t){if(!this.#Ln)return;this.#Un=!0;const n=e.getX()-this.#Pn.getX(),i=e.getY()-this.#Pn.getY(),r=this.#tt.getLayerGroupByDivId(t),o=r.getActiveViewLayer(),a=o.getViewController(),s=o.displayToPlaneScale(new F(n,i)),l=a.getOffset3DFromPlaneOffset({x:s.getX(),y:s.getY()});r.addTranslation({x:l.getX(),y:l.getY(),z:l.getZ()}),r.draw(),this.#Pn=e}#Nn=(e,t)=>{if(!this.#Ln)return;this.#Un=!0;const n=new Hn(e[0],e[1]).getLength()/this.#Mn.getLength(),i=this.#tt.getLayerGroupByDivId(t),r=i.getActiveViewLayer(),o=r.getViewController();if(1===n){const t=e[0].getY()-this.#Pn.getY();if(Math.abs(t)<15)return;if(i.canScroll()){let e;e=t>0?o.getIncrementScrollPosition():o.getDecrementScrollPosition(),void 0!==e&&i.isPositionInBounds(e)&&o.setCurrentPosition(e)}}else{const e=(n-1)/10;if(Math.abs(e)%.1<=.05&&void 0!==this.#Qn){const t=r.displayToMainPlanePos(this.#Qn),n=o.getPlanePositionFromPlanePoint(t);i.addScale(e,n),i.draw()}}};#Bn(e,t){const n=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer(),i=n.getViewController(),r=n.displayToPlanePos(e),o=i.getPositionFromPlanePoint(r);i.setCurrentPosition(o)}#bn(){this.#Ln&&(this.#Ln=!1)}mousedown=e=>{const t=Ni(e);this.#On(t)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{if(!this.#Un){const t=Ni(e),n=Hi(e);this.#Bn(t,n.groupDivId)}this.#bn()};mouseout=e=>{this.#bn()};touchstart=e=>{const t=Vi(e);1===t.length?this.#On(t[0]):2===t.length&&this.#Vn(t)};touchmove=e=>{const t=Vi(e),n=Hi(e);1===t.length?this.#An(t[0],n.groupDivId):2===t.length&&this.#Nn(t,n.groupDivId)};touchend=e=>{if(!this.#Un){const t=Ni(e),n=Hi(e);this.#Bn(t,n.groupDivId)}this.#bn()};wheel=e=>{e.preventDefault();const t=-e.deltaY/500,n=Hi(e),i=Ni(e),r=this.#tt.getLayerGroupByDivId(n.groupDivId),o=r.getActiveViewLayer(),a=o.getViewController(),s=o.displayToMainPlanePos(i),l=a.getPlanePositionFromPlanePoint(s);r.addScale(t,l),r.draw()};keydown=e=>{e.context="ZoomAndPan",this.#tt.onKeydown(e)};activate(e){}init(){}setFeatures(e){}},Opacity:class{#tt;#Ln=!1;#Pn;#wn;constructor(e){this.#tt=e,this.#wn=new kn(e)}#On(e){this.#Ln=!0,this.#Pn=e}#An(e,t){if(!this.#Ln)return;const n=e.getX()-this.#Pn.getX();if(Math.abs(n)>15){const i=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer(),r=i.getOpacity();i.setOpacity(r+n/200),i.draw(),this.#Pn=e}}#bn(){this.#Ln&&(this.#Ln=!1)}mousedown=e=>{const t=Ni(e);this.#On(t)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{this.#bn()};mouseout=e=>{this.#bn()};touchstart=e=>{const t=Vi(e);this.#On(t[0])};touchmove=e=>{const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{this.#bn()};wheel=e=>{this.#wn.wheel(e)};keydown=e=>{e.context="Opacity",this.#tt.onKeydown(e)};activate(e){}init(){}setFeatures(e){}},Draw:class{#tt;#wn;#Gn;#kn=!1;#Hn=null;#Pt=null;#zn=null;#Wn;#Ct=[];#Yn=null;#Xn=!0;#jn=[];#on;#Zn=!1;#H={};#_n=!1;#Kn=[];constructor(e){this.#tt=e,this.#wn=new kn(e),this.#on=new hi(e,this.#Re),this.#Gn=e.getStyle()}#Jn(e,t){const n=this.#tt.getLayerGroupByDivId(t);let i=n.getActiveDrawLayer();if(void 0===i){const e=n.getActiveViewLayer().getDataId(),r=this.#tt.getData(e).image.getMeta().SeriesInstanceUID;if(this.#jn.includes(r))return void this.#Re({type:"warn",message:"Cannot create draw layer, data is in black list"});const o=this.#tt.createAnnotationData(e);this.#tt.addAndRenderAnnotationData(o,t,e),i=n.getActiveDrawLayer(),i.setShapeHandler(this.#on),n.setActiveDrawLayerByDataId(i.getDataId())}const r=i.getDrawController().getAnnotationGroup(),o=i.getKonvaStage();if(this.#Gn.setZoomScale(o.scale()),r.isEditable()){const t=o.getIntersection({x:e.getX(),y:e.getY()});t?this.#$n(i,t):this.#ei(n,e)}}#ei(e,t){this.#on.disableAndResetEditor(),this.#ti();const n=e.getActiveViewLayer();this.#Yn=n.displayToPlanePos(t),this.#Ct.push(this.#Yn)}#ti(){this.#kn=!0,this.#Pt=new this.#Hn[this.#Wn],this.#Ct=[]}#ni(){this.#kn=!1,this.#Ct=[]}#$n(e,t){const n=t.getParent().find(".shape")[0];n instanceof jn().Shape&&this.#on.setEditorShape(n,e)}#ii(e,t){const n=this.#tt.getLayerGroupByDivId(t),i=n.getActiveViewLayer().displayToPlanePos(e);(Math.abs(i.getX()-this.#Yn.getX())>0||Math.abs(i.getY()-this.#Yn.getY())>0)&&(this.#_n&&this.#Ct.pop(),this.#Yn=i,this.#_n=!0,this.#Ct.push(this.#Yn),this.#ri(this.#Ct,n))}#oi(e){if(0!==this.#Ct.length){if(this.#Ct.length===this.#Pt.getNPoints()){const t=this.#tt.getLayerGroupByDivId(e);this.#ai(this.#Ct,t),this.#ni()}this.#_n=!1}else c.warn("Draw mouseup but no points...")}mousedown=e=>{if(this.#kn)return;const t=Ni(e),n=Hi(e);this.#Jn(t,n.groupDivId)};mousemove=e=>{if(!this.#kn)return;const t=Ni(e),n=Hi(e);this.#ii(t,n.groupDivId)};mouseup=e=>{if(!this.#kn)return;const t=Hi(e);this.#oi(t.groupDivId)};dblclick=e=>{if(this.#Pt&&void 0!==this.#Pt.getNPoints())return;if(!this.#kn)return;if(0===this.#Ct.length)return void c.warn("Draw dblclick but no points...");const t=Hi(e),n=this.#tt.getLayerGroupByDivId(t.groupDivId);this.#ai(this.#Ct,n),this.#ni()};mouseout=e=>{if(!this.#kn)return;const t=Hi(e);this.#oi(t.groupDivId)};touchstart=e=>{if(this.#kn)return;const t=Vi(e),n=Hi(e);this.#Jn(t[0],n.groupDivId)};touchmove=e=>{if(!this.#kn)return;const t=Hi(e),n=Vi(e),i=this.#tt.getLayerGroupByDivId(t.groupDivId),r=i.getActiveViewLayer().displayToPlanePos(n[0]);(Math.abs(r.getX()-this.#Yn.getX())>0||Math.abs(r.getY()-this.#Yn.getY())>0)&&(1!==this.#Ct.length&&this.#Ct.pop(),this.#Yn=r,this.#Ct.push(this.#Yn),this.#Ct.length{this.#Ct.push(this.#Yn)}),this.#Pt.getTimeout())),this.#ri(this.#Ct,i))};touchend=e=>{this.dblclick(e)};wheel=e=>{this.#Xn&&this.#wn.wheel(e)};keydown=e=>{this.#kn||(e.context="Draw",this.#tt.onKeydown(e));const t=this.#on.getEditorAnnotation();if(("Delete"===e.key||"Backspace"===e.key)&&void 0!==t){const e=this.#tt.getActiveLayerGroup().getActiveDrawLayer().getDrawController(),n=new pi(t,e);this.#tt.addToUndoStack(n),n.execute(),this.#on.onMouseOutShapeGroup()}if("Escape"===e.key&&null!==this.#zn){const e=this.#zn.getLayer();this.#zn.destroy(),this.#zn=null,this.#ni(),e.draw()}};#ri(e,t){this.#zn&&(this.#zn.destroy(),this.#zn=null);const n=t.getActiveDrawLayer(),i=n.getDrawController(),r=n.getKonvaLayer(),o=t.getActiveViewLayer().getViewController();if(this.#Zn){const e=["#ffff80","#ff80ff","#80ffff","#80ff80","8080ff","ff8080"],t=n.getId(),i=t.substring(t.length-1),r=e[parseInt(i,10)-1];void 0!==r&&this.#Gn.setLineColour(r)}const a=new qi,s=i.getAnnotationGroup().getColour();a.colour=void 0!==s?s:this.#Gn.getLineColour(),a.init(o),this.#Pt.setAnnotationMathShape(a,e),this.#zn=this.#Pt.createShapeGroup(a,this.#Gn),n.setLabelVisibility(this.#zn),this.#zn.getChildren($n)[0].listening(!1),r.listening(!1),r.add(this.#zn),r.draw()}#ai(e,t){this.#zn&&(this.#zn.destroy(),this.#zn=null);const n=t.getActiveDrawLayer(),i=n.getKonvaLayer(),r=n.getDrawController(),o=t.getActiveViewLayer().getViewController(),a=new qi,s=r.getAnnotationGroup().getColour();a.colour=void 0!==s?s:this.#Gn.getLineColour(),a.id=st(),a.init(o),this.#Pt.setAnnotationMathShape(a,e);const l=new gi(a,r);this.#tt.addToUndoStack(l),l.execute(),i.listening(!0)}#si(e){const t=e.getId();return void 0===this.#Kn[t]&&(this.#Kn[t]=()=>{e.activateCurrentPositionShapes(!0)}),this.#Kn[t]}activate(e){e||this.#on.onMouseOutShapeGroup();const t=this.#tt.getDrawLayers();for(const n of t)void 0!==n&&(n.setShapeHandler(this.#on),n.activateCurrentPositionShapes(e),e?this.#tt.addEventListener("positionchange",this.#si(n)):this.#tt.removeEventListener("positionchange",this.#si(n)))}setOptions(e){this.#Hn=e}getOptionsType(){return"factory"}setFeatures(e){if(void 0!==e.autoShapeColour&&(this.#Zn=e.autoShapeColour),void 0!==e.shapeColour&&(this.#Gn.setLineColour(e.shapeColour),this.#Zn=!1),void 0!==e.shapeName){if(!this.hasShape(e.shapeName))throw new Error("Unknown shape: '"+e.shapeName+"'");this.#Wn=e.shapeName}void 0!==e.mouseOverCursor&&this.#on.storeMouseOverCursor(e.mouseOverCursor),void 0!==e.withScroll&&(this.#Xn=e.withScroll),void 0!==e.blacklist&&(this.#jn=e.blacklist)}init(){}getEventNames(){return["annotationupdate","warn"]}addEventListener(e,t){void 0===this.#H[e]&&(this.#H[e]=[]),this.#H[e].push(t)}removeEventListener(e,t){if(void 0!==this.#H[e])for(let n=0;n{if(void 0!==this.#H[e.type])for(let t=0;t{e.context="Filter",this.#tt.onKeydown(e)};getEventNames(){return["filterrun","filterundo"]}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)};getSelectedFilter(){return this.#ci}setFeatures(e){if(void 0!==e.filterName){if(!this.hasFilter(e.filterName))throw new Error("Unknown filter: '"+e.filterName+"'");this.#ci&&this.#ci.activate(!1),this.#ci=this.#li[e.filterName],this.#ci.activate(!0)}if(void 0!==e.run&&e.run){let t={};void 0!==e.runArgs&&(t=e.runArgs),this.getSelectedFilter().run(t)}}getFilterList(){return this.#li}hasFilter(e){return this.#li[e]}},Floodfill:class{#tt;constructor(e){this.#tt=e}#ui=5;#di=0;#hi=2e3;#Si=null;#gi=null;#pi=10;#mi=null;#Ln=!1;#At;#fi;#Di=null;#Ci=[];#yi=!1;#Gn=new Kn;#Oe=new _e;setExtend(e){this.#yi=e}getExtend(){return this.#yi}#vi=(e,t)=>{const n=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer().displayToPlaneIndex(e);return{x:n.get(0),y:n.get(1)}};#Ii(e,t,n){this.#Ci=[];const i={data:this.#Si.data,width:this.#Si.width,height:this.#Si.height,bytes:4};this.#gi=Di().floodFill(i,e.x,e.y,t),this.#gi=Di().gaussBlurOnlyBorder(this.#gi,this.#ui);let r=Di().traceContours(this.#gi);if(r=Di().simplifyContours(r,this.#di,this.#hi),r.length>0&&r[0].points[0].x){if(n)return r[0].points;for(let e=0,t=r[0].points.length;eo&&this.#Ti(this.#fi,a,n);t--)i.decrementIndex(2);i.setCurrentPosition(r)}onThresholdChange(e){}#On(e,t){const n=this.#tt.getLayerGroupByDivId(t),i=n.getActiveViewLayer();let r=n.getActiveDrawLayer();if(void 0===r){const e=n.getActiveViewLayer().getDataId(),i=this.#tt.createAnnotationData(e);this.#tt.addAndRenderAnnotationData(i,t,e),r=n.getActiveDrawLayer(),n.setActiveDrawLayerByDataId(r.getDataId())}this.#Si=i.getImageData(),this.#Si?(this.#Gn.setZoomScale(r.getKonvaLayer().getAbsoluteScale()),this.#Ln=!0,this.#fi=this.#vi(e,t),this.#Ti(this.#fi,this.#pi,n),this.onThresholdChange(this.#pi)):c.error("No image found")}#An(e,t){if(!this.#Ln)return;const n=this.#vi(e,t);this.#mi=Math.round(Math.sqrt(Math.pow(this.#fi.x-n.x,2)+Math.pow(this.#fi.y-n.y,2))/2),this.#mi=this.#mi{const t=Ni(e),n=Hi(e);this.#On(t,n.groupDivId)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{this.#bn()};mouseout=e=>{this.#bn()};touchstart=e=>{const t=Vi(e),n=Hi(e);this.#On(t[0],n.groupDivId)};touchmove=e=>{const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{this.#bn()};keydown=e=>{e.context="Floodfill",this.#tt.onKeydown(e)};activate(e){e&&(this.#Gn.setBaseScale(this.#tt.getBaseScale()),this.setFeatures({shapeColour:this.#Gn.getLineColour()}))}init(){}getEventNames(){return["drawcreate","drawchange","drawmove","drawdelete"]}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}setFeatures(e){void 0!==e.shapeColour&&this.#Gn.setLineColour(e.shapeColour)}},Livewire:class{#tt;constructor(e){this.#tt=e}#Ln=!1;#Pn;#At;#Gn=new Kn;#Li=new Ci;#Pi=new Ci;#Ci=[];#wi=5;#Oe=new _e;#Oi(e){const t=e.get(1);for(let e=0;e{const t=Ni(e),n=Hi(e);this.#On(t,n.groupDivId)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup(e){}mouseout=e=>{};dblclick=e=>{this.#xi()};touchstart=e=>{const t=Vi(e),n=Hi(e);this.#On(t[0],n.groupDivId)};touchmove=e=>{const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{};keydown=e=>{e.context="Livewire",this.#tt.onKeydown(e)};activate(e){if(e){const e=this.#tt.getActiveLayerGroup().getActiveViewLayer(),t=e.getViewController().getImageSize();this.#bi.setDimensions(t.get(0),t.get(1)),this.#bi.setData(e.getImageData().data),this.#Gn.setBaseScale(this.#tt.getBaseScale()),this.setFeatures({shapeColour:this.#Gn.getLineColour()})}}init(){}getEventNames(){return["drawcreate","drawchange","drawmove","drawdelete"]}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}setFeatures(e){void 0!==e.shapeColour&&this.#Gn.setLineColour(e.shapeColour)}}},Ei={draw:{ArrowFactory:class{#Ri="arrow";#Fi=new Pi(this.#Ei);static supports(e){return e instanceof F}getName(){return this.#Ri}getGroupName(){return this.#Ri+"-group"}getNPoints(){return 2}getTimeout(){return 0}setAnnotationMathShape(e,t){e.mathShape=this.#qi(t),e.referencePoints=[t[1]],e.setTextExpr(this.#Ui()),e.updateQuantification()}createShapeGroup(e,t){const n=new(jn().Group);n.name(this.getGroupName()),n.visible(!0),n.id(e.id),n.add(this.#Mi(e,t));const i=this.#Qi(e,t);for(const e of i)n.add(e);return n.add(this.#Fi.create(e,t)),n}getAnchors(e,t){const n=e.points(),i=[];return i.push(ni(n[0]+e.x(),n[1]+e.y(),"begin",t)),i.push(ni(n[2]+e.x(),n[3]+e.y(),"end",t)),i}constrainAnchorMove(e){}updateShapeGroupOnAnchorMove(e,t,n){const i=t.getParent();i instanceof jn().Group&&(this.#Vi(e,t,n),this.updateLabelContent(e,i,n),void 0===e.labelPosition&&this.#Fi.updatePosition(e,i))}updateAnnotationOnAnchorMove(e,t){const n=t.getParent();if(!(n instanceof jn().Group))return;const i=n.getChildren((function(e){return"shape"===e.name()}))[0];if(!(i instanceof jn().Line))return;const r=n.getChildren((function(e){return"begin"===e.id()}))[0],o=n.getChildren((function(e){return"end"===e.id()}))[0],a=new F(r.x()-i.x(),r.y()-i.y()),s=new F(o.x()-i.x(),o.y()-i.y());e.mathShape=a,e.referencePoints=[s],e.updateQuantification()}updateAnnotationOnTranslation(e,t){const n=e.mathShape,i=e.referencePoints[0],r=new Hn(n,i),o=r.getBegin(),a=new F(o.getX()+t.x,o.getY()+t.y),s=r.getEnd(),l=new F(s.getX()+t.x,s.getY()+t.y);e.mathShape=a,e.referencePoints=[l],e.updateQuantification()}updateLabelContent(e,t,n){this.#Fi.updateContent(e,t)}#qi(e){return e[0]}#Ui(){return Li.labelText.arrow}#Mi(e,t){const n=e.mathShape,i=e.referencePoints[0],r=new Hn(n,i),o=new(jn().Line)({points:[n.getX(),n.getY(),i.getX(),i.getY()],stroke:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,name:"shape"}),a=t.applyZoomScale(10).x,s=Yn(r,n,a),l=Yn(r,i,a);return o.hitFunc((function(e){e.beginPath(),e.moveTo(s.getBegin().getX(),s.getBegin().getY()),e.lineTo(s.getEnd().getX(),s.getEnd().getY()),e.lineTo(l.getEnd().getX(),l.getEnd().getY()),e.lineTo(l.getBegin().getX(),l.getBegin().getY()),e.closePath(),e.fillStrokeShape(o)})),o}#Qi(e,t){const n=e.mathShape,i=e.referencePoints[0],r=new Hn(n,i),o=new F(n.getX(),n.getY()-10),a=zn(r,new Hn(n,o)),s=a*Math.PI/180,l=Math.abs(t.applyZoomScale(8).x);return[new(jn().RegularPolygon)({x:n.getX()+l*Math.sin(s),y:n.getY()+l*Math.cos(s),sides:3,radius:l,rotation:-a,fill:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,name:"shape-triangle"})]}#Ei(e){return e.mathShape}#Vi(e,t,n){const i=e.mathShape,r=e.referencePoints[0],o=new Hn(i,r),a=t.getParent();if(!(a instanceof jn().Group))return;const s=a.getChildren((function(e){return"shape"===e.name()}))[0];if(!(s instanceof jn().Line))return;s.position({x:0,y:0}),s.points([i.getX(),i.getY(),r.getX(),r.getY()]);const l=a.getChildren((function(e){return"shape-triangle"===e.name()}))[0];if(!(l instanceof jn().RegularPolygon))return;const u=a.getChildren((function(e){return"begin"===e.id()}))[0],d=a.getChildren((function(e){return"end"===e.id()}))[0];switch(t.id()){case"begin":u.x(t.x()),u.y(t.y());break;case"end":d.x(t.x()),d.y(t.y());break;default:c.error("Unhandled anchor id: "+t.id())}const h=new F(o.getBegin().getX(),o.getBegin().getY()-10),S=new Hn(o.getBegin(),h),g=zn(o,S),p=g*Math.PI/180;l.x(o.getBegin().getX()+l.radius()*Math.sin(p)),l.y(o.getBegin().getY()+l.radius()*Math.cos(p)),l.rotation(-g);const m=n.applyZoomScale(10).x,f=Yn(o,i,m),D=Yn(o,r,m);s.hitFunc((function(e){e.beginPath(),e.moveTo(f.getBegin().getX(),f.getBegin().getY()),e.lineTo(f.getEnd().getX(),f.getEnd().getY()),e.lineTo(D.getEnd().getX(),D.getEnd().getY()),e.lineTo(D.getBegin().getX(),D.getBegin().getY()),e.closePath(),e.fillStrokeShape(s)}))}#Ni(e,t){}#Bi(e,t){}},CircleFactory:class{#Ri="circle";#Fi=new Pi(this.#Ei);static supports(e){return e instanceof ci}getName(){return this.#Ri}getGroupName(){return this.#Ri+"-group"}getNPoints(){return 2}getTimeout(){return 0}setAnnotationMathShape(e,t){e.mathShape=this.#qi(t),e.setTextExpr(this.#Ui()),e.updateQuantification()}createShapeGroup(e,t){const n=new(jn().Group);return n.name(this.getGroupName()),n.visible(!0),n.id(e.id),n.add(this.#Mi(e,t)),n.add(this.#Fi.create(e,t)),n}getAnchors(e,t){const n=e.x(),i=e.y(),r=e.radius(),o=[];return o.push(ni(n-r,i,"left",t)),o.push(ni(n+r,i,"right",t)),o.push(ni(n,i+r,"bottom",t)),o.push(ni(n,i-r,"top",t)),o}constrainAnchorMove(e){const t=e.getParent();if(!(t instanceof jn().Group))return;const n=t.getChildren((function(e){return"left"===e.id()}))[0],i=t.getChildren((function(e){return"right"===e.id()}))[0],r=t.getChildren((function(e){return"bottom"===e.id()}))[0],o=t.getChildren((function(e){return"top"===e.id()}))[0];switch(e.id()){case"left":n.y(i.y());break;case"right":i.y(n.y());break;case"bottom":r.x(o.x());break;case"top":o.x(r.x());break;default:c.error("Unhandled anchor id: "+e.id())}}updateShapeGroupOnAnchorMove(e,t,n){const i=t.getParent();i instanceof jn().Group&&(this.#Vi(e,t,n),this.updateLabelContent(e,i,n),void 0===e.labelPosition&&this.#Fi.updatePosition(e,i))}updateAnnotationOnAnchorMove(e,t){const n=e.mathShape,i=new F(n.getCenter().getX(),n.getCenter().getY()),r=new F(t.x(),t.y()),o=i.getDistance(r);e.mathShape=new ci(i,o),e.updateQuantification()}updateAnnotationOnTranslation(e,t){const n=e.mathShape,i=n.getCenter(),r=new F(i.getX()+t.x,i.getY()+t.y);e.mathShape=new ci(r,n.getRadius()),e.updateQuantification()}updateLabelContent(e,t,n){this.#Fi.updateContent(e,t)}#qi(e){const t=Math.abs(e[0].getX()-e[1].getX()),n=Math.abs(e[0].getY()-e[1].getY()),i=Math.round(Math.sqrt(t*t+n*n));return new ci(e[0],i)}#Ui(){return Li.labelText.circle}#Mi(e,t){const n=e.mathShape;return new(jn().Circle)({x:n.getCenter().getX(),y:n.getCenter().getY(),radius:n.getRadius(),stroke:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,name:"shape"})}#Ei(e){const t=e.mathShape,n=t.getCenter(),i=t.getRadius();return new F(n.getX()-i,n.getY()+i)}#Vi(e,t,n){const i=e.mathShape,r=i.getCenter(),o=i.getRadius(),a=t.getParent();if(!(a instanceof jn().Group))return;const s=a.getChildren((function(e){return"shape"===e.name()}))[0];if(!(s instanceof jn().Circle))return;s.radius(o);const l=a.getChildren((function(e){return"left"===e.id()}))[0],u=a.getChildren((function(e){return"right"===e.id()}))[0],d=a.getChildren((function(e){return"bottom"===e.id()}))[0],h=a.getChildren((function(e){return"top"===e.id()}))[0],S=u.x()180&&(o=360-o,a+=o);const s=33*Math.min(i.getLength(),r.getLength())/100;return[new(jn().Arc)({innerRadius:s,outerRadius:s,stroke:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,angle:o,rotation:-a,x:n.getPoint(1).getX(),y:n.getPoint(1).getY(),name:"shape-arc"})]}#Ei(e){const t=e.mathShape,n=new Hn(t.getPoint(0),t.getPoint(1)),i=new Hn(t.getPoint(1),t.getPoint(2)),r=(n.getMidpoint().getX()+i.getMidpoint().getX())/2,o=(n.getMidpoint().getY()+i.getMidpoint().getY())/2;return new F(r,o)}#Vi(e,t,n){const i=e.mathShape,r=new Hn(i.getPoint(0),i.getPoint(1)),o=new Hn(i.getPoint(1),i.getPoint(2)),a=t.getParent();if(!(a instanceof jn().Group))return;const s=a.getChildren((function(e){return"shape"===e.name()}))[0];if(!(s instanceof jn().Line))return;s.position({x:0,y:0}),s.points([i.getPoint(0).getX(),i.getPoint(0).getY(),i.getPoint(1).getX(),i.getPoint(1).getY(),i.getPoint(2).getX(),i.getPoint(2).getY()]);const l=a.getChildren((function(e){return"shape-arc"===e.name()}))[0];if(!(l instanceof jn().Arc))return;const c=a.getChildren((function(e){return"begin"===e.id()}))[0],u=a.getChildren((function(e){return"mid"===e.id()}))[0],d=a.getChildren((function(e){return"end"===e.id()}))[0];switch(t.id()){case"begin":c.x(t.x()),c.y(t.y());break;case"mid":u.x(t.x()),u.y(t.y());break;case"end":d.x(t.x()),d.y(t.y())}let h=zn(r,o),S=r.getInclination();h>180&&(h=360-h,S+=h);const g=33*Math.min(r.getLength(),o.getLength())/100;l.innerRadius(g),l.outerRadius(g),l.angle(h),l.rotation(-S);const p={x:u.x(),y:u.y()};l.position(p),s.hitFunc((function(e){e.beginPath(),e.moveTo(i.getPoint(0).getX(),i.getPoint(0).getY()),e.lineTo(i.getPoint(1).getX(),i.getPoint(1).getY()),e.lineTo(i.getPoint(2).getX(),i.getPoint(2).getY()),e.closePath(),e.fillStrokeShape(s)}))}#Ni(e,t){}#Bi(e,t){}},RectangleFactory:class{#Ri="rectangle";#Fi=new Pi(this.#Ei);static supports(e){return e instanceof ri}getName(){return this.#Ri}getGroupName(){return this.#Ri+"-group"}getNPoints(){return 2}getTimeout(){return 0}setAnnotationMathShape(e,t){e.mathShape=this.#qi(t),e.setTextExpr(this.#Ui()),e.updateQuantification()}createShapeGroup(e,t){const n=new(jn().Group);return n.name(this.getGroupName()),n.visible(!0),n.id(e.id),n.add(this.#Mi(e,t)),n.add(this.#Fi.create(e,t)),n}getAnchors(e,t){const n=e.x(),i=e.y(),r=e.width(),o=e.height(),a=[];return a.push(ni(n,i,"topLeft",t)),a.push(ni(n+r,i,"topRight",t)),a.push(ni(n+r,i+o,"bottomRight",t)),a.push(ni(n,i+o,"bottomLeft",t)),a}constrainAnchorMove(e){}updateShapeGroupOnAnchorMove(e,t,n){const i=t.getParent();i instanceof jn().Group&&(this.#Vi(e,t,n),this.updateLabelContent(e,i,n),void 0===e.labelPosition&&this.#Fi.updatePosition(e,i))}updateAnnotationOnAnchorMove(e,t){const n=t.getParent();if(!(n instanceof jn().Group))return;const i=n.getChildren((function(e){return"topLeft"===e.id()}))[0],r=n.getChildren((function(e){return"bottomRight"===e.id()}))[0],o=new F(i.x(),i.y()),a=new F(r.x(),r.y());e.mathShape=new ri(o,a),e.updateQuantification()}updateAnnotationOnTranslation(e,t){const n=e.mathShape,i=n.getBegin(),r=new F(i.getX()+t.x,i.getY()+t.y),o=n.getEnd(),a=new F(o.getX()+t.x,o.getY()+t.y);e.mathShape=new ri(r,a),e.updateQuantification()}updateLabelContent(e,t,n){this.#Fi.updateContent(e,t)}#qi(e){return new ri(e[0],e[1])}#Ui(){return Li.labelText.rectangle}#Mi(e,t){const n=e.mathShape;return new(jn().Rect)({x:n.getBegin().getX(),y:n.getBegin().getY(),width:n.getWidth(),height:n.getHeight(),stroke:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,name:"shape"})}#Ei(e){const t=e.mathShape;return new F(t.getBegin().getX(),t.getEnd().getY())}#Vi(e,t,n){const i=e.mathShape,r=i.getBegin(),o=t.getParent();if(!(o instanceof jn().Group))return;const a=o.getChildren((function(e){return"shape"===e.name()}))[0];if(!(a instanceof jn().Rect))return;a.position({x:r.getX(),y:r.getY()}),a.size({width:i.getWidth(),height:i.getHeight()});const s=o.getChildren((function(e){return"topLeft"===e.id()}))[0],l=o.getChildren((function(e){return"topRight"===e.id()}))[0],u=o.getChildren((function(e){return"bottomRight"===e.id()}))[0],d=o.getChildren((function(e){return"bottomLeft"===e.id()}))[0];switch(t.id()){case"topLeft":s.x(t.x()),s.y(t.y()),l.y(t.y()),d.x(t.x());break;case"topRight":l.x(t.x()),l.y(t.y()),s.y(t.y()),u.x(t.x());break;case"bottomRight":u.x(t.x()),u.y(t.y()),d.y(t.y()),l.x(t.x());break;case"bottomLeft":d.x(t.x()),d.y(t.y()),u.y(t.y()),s.x(t.x());break;default:c.error("Unhandled anchor id: "+t.id())}}#Ni(e,t){const n=e.mathShape.getRound(),i=n.max.getX()-n.min.getX(),r=n.max.getY()-n.min.getY();return new(jn().Rect)({x:n.min.getX(),y:n.min.getY(),width:i,height:r,fill:"grey",strokeWidth:0,strokeScaleEnabled:!1,opacity:.3,name:"shadow"})}#Bi(e,t){const n=t.getChildren((function(e){return"shadow"===e.name()}))[0];void 0!==n&&(n.destroy(),t.add(this.#Ni(e,t)))}},RoiFactory:class{#Ri="roi";#Fi=new Pi(this.#Ei);static supports(e){return e instanceof oi}getName(){return this.#Ri}getGroupName(){return this.#Ri+"-group"}getNPoints(){}getTimeout(){return 100}setAnnotationMathShape(e,t){e.mathShape=this.#qi(t),e.setTextExpr(this.#Ui()),e.updateQuantification()}createShapeGroup(e,t){const n=new(jn().Group);return n.name(this.getGroupName()),n.visible(!0),n.id(e.id),n.add(this.#Mi(e,t)),n.add(this.#Fi.create(e,t)),n}getAnchors(e,t){const n=e.points(),i=[];let r=0;for(let o=0;o{this.#Oe.fireEvent(e)}},Sobel:class{#tt;constructor(e){this.#tt=e}#Oe=new _e;activate(e){}init(){}run(e){if(void 0===e.dataId)throw new Error("No dataId to run sobel filter on.");const t=new Ai,n=this.#tt.getData(e.dataId).image;t.setOriginalImage(n);const i=new bi(t,e.dataId,this.#tt);i.onExecute=this.#Re,i.onUndo=this.#Re,i.execute(),this.#tt.addToUndoStack(i)}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)}},Sharpen:class{#tt;constructor(e){this.#tt=e}#Oe=new _e;activate(e){}init(){}run(e){if(void 0===e.dataId)throw new Error("No dataId to run sharpen filter on.");const t=new Oi,n=this.#tt.getData(e.dataId).image;t.setOriginalImage(n);const i=new bi(t,e.dataId,this.#tt);i.onExecute=this.#Re,i.onUndo=this.#Re,i.execute(),this.#tt.addToUndoStack(i)}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)}}}};class qi{id;referenceSopUID;mathShape;referencePoints;colour;quantification;textExpr;labelPosition;planeOrigin;planePoints;#ki;init(e){void 0===this.referenceSopUID?(this.#ki=e,this.referenceSopUID=e.getCurrentImageUid(),this.planeOrigin=e.getOriginForImageUid(this.referenceSopUID),e.isAquisitionOrientation()||(this.planePoints=e.getPlanePoints(e.getCurrentScrollIndexValue()))):c.debug("Cannot initialise annotation twice")}isCompatibleView(e){let t=!1;if(void 0===this.planePoints)e.isAquisitionOrientation()&&(t=!0);else{const n=e.getPlanePoints(0);n[1].equals(this.planePoints[1])&&n[2].equals(this.planePoints[2])&&(t=!0)}return t}setViewController(e){e.includesImageUid(this.referenceSopUID)&&this.isCompatibleView(e.getPlaneHelper())&&(this.#ki=e,this.planeOrigin=e.getOriginForImageUid(this.referenceSopUID))}getCentroid(){let e;if(void 0!==this.#ki&&void 0!==this.mathShape.getCentroid){let t=this.planeOrigin;void 0!==this.planePoints&&(t=this.planePoints[0]);const n=new q([t.getX(),t.getY(),t.getZ()]),i=this.#ki.getIndexFromPosition(n),r=this.#ki.getScrollIndex(),o=i.getValues()[r],a=this.mathShape.getCentroid();e=this.#ki.getPositionFromPlanePoint(a,o)}return e}setTextExpr(e){if(void 0!==this.#ki){const t=this.#ki.getModality();void 0!==e[t]?this.textExpr=e[t]:this.textExpr=e["*"]}else c.warn("Cannot set text expr without a view controller")}getText(){return function(e,t){let n="";if(null==e)return n;if(n=e,null==t)return n;const i=V(e);for(let e=0;e{this.#nn===e.dataid&&(this.#ki.setImage(e.value[0]),this.#or(this.#ki.getImageSize().get2D()),this.#Ki=!0)};bindImage(){this.#ki&&this.#ki.bindImageAndLayer(this)}unbindImage(){this.#ki&&this.#ki.unbindImageAndLayer(this)}onimagecontentchange=e=>{this.#nn===e.dataid&&(this.#Yi=this.#ki.isPositionInBounds(),this.#Ki=!0,this.draw())};onimagegeometrychange=e=>{if(this.#nn===e.dataid){const e=this.#ki.getImageSize().get2D();if(this.#Xt.x!==e.x||this.#Xt.y!==e.y){if(void 0!==this.#$i&&void 0!==this.#er){const e=this.#ki.getOrigin(),t=this.#er.minus(e),n=this.#ki.getOrigin(this.#ki.getCurrentPosition()),i=this.#$i.minus(n);this.setBaseOffset(t,i)}this.#or(e),this.#Ki=!0,this.draw()}}};getId(){return this.#Wt.id}removeFromDOM(){this.#Wt.remove()}getBaseSize(){return this.#Xt}getImageWorldSize(){return this.#ki.getImageWorldSize()}getOpacity(){return this.#ji}setOpacity(e){if(e===this.#ji)return;this.#ji=Math.min(Math.max(e,0),1);const t={type:"opacitychange",value:[this.#ji]};this.#Re(t)}addFlipOffsetX(){this.#en.x+=this.#Hi.width/this.#Zi.x,this.#_i.x+=this.#en.x}addFlipOffsetY(){this.#en.y+=this.#Hi.height/this.#Zi.y,this.#_i.y+=this.#en.y}flipScaleX(){this.#_t.x*=-1}flipScaleY(){this.#_t.y*=-1}flipScaleZ(){this.#_t.z*=-1}setScale(e,t){const n=this.#ki.getPlaneHelper(),i=n.getTargetOrientedPositiveXYZ({x:e.x*this.#_t.x,y:e.y*this.#_t.y,z:e.z*this.#_t.z}),r={x:this.#Zt.x*i.x,y:this.#Zt.y*i.y};if(1===Math.abs(e.x)&&1===Math.abs(e.y)&&1===Math.abs(e.z)){const e={x:this.#_i.x-this.#$t.x,y:this.#_i.y-this.#$t.y};this.#$t={x:0,y:0},this.#_i=e}else if(void 0!==t){let e=n.getPlaneOffsetFromOffset3D({x:t.getX(),y:t.getY(),z:t.getZ()});e={x:e.x+this.#Kt.x,y:e.y+this.#Kt.y};const i=Wi(this.#_i,this.#Zi,r,e),o={x:this.#$t.x+i.x-this.#_i.x,y:this.#$t.y+i.y-this.#_i.y};this.#$t=o,this.#_i=i}this.#Zi=r}initScale(e,t){const n=this.#ki.getPlaneHelper().getTargetOrientedPositiveXYZ({x:e.x*this.#_t.x,y:e.y*this.#_t.y,z:e.z*this.#_t.z}),i={x:this.#Zt.x*n.x,y:this.#Zt.y*n.y};this.#Zi=i,this.#$t={x:t.x/this.#Zt.x,y:t.y/this.#Zt.y},this.#_i={x:this.#_i.x+this.#$t.x,y:this.#_i.y+this.#$t.y}}setBaseOffset(e,t,n,i){const r=this.#ki.getPlaneHelper(),o=r.getNativeScrollIndex(),a=r.getPlaneOffsetFromOffset3D({x:0===o?e.getX():t.getX(),y:1===o?e.getY():t.getY(),z:2===o?e.getZ():t.getZ()}),s=this.#Kt.x!==a.x||this.#Kt.y!==a.y;return void 0!==n&&void 0!==i&&(this.#$i=n,this.#er=i),s&&(this.#_i={x:this.#_i.x-this.#Kt.x+a.x,y:this.#_i.y-this.#Kt.y+a.y},this.#Kt=a),s}setOffset(e){const t=this.#ki.getPlaneHelper().getPlaneOffsetFromOffset3D(e);this.#_i={x:t.x+this.#Jt.x+this.#Kt.x+this.#$t.x+this.#en.x,y:t.y+this.#Jt.y+this.#Kt.y+this.#$t.y+this.#en.y}}displayToPlaneIndex(e){const t=this.displayToPlanePos(e);return new s([Math.floor(t.getX()),Math.floor(t.getY())])}displayToPlaneScale(e){return new F(e.getX()/this.#Zi.x,e.getY()/this.#Zi.y)}displayToPlanePos(e){const t=this.displayToPlaneScale(e);return new F(t.getX()+this.#_i.x,t.getY()+this.#_i.y)}planePosToDisplay(e){let t=(e.getX()-this.#_i.x+this.#Kt.x)*this.#Zi.x,n=(e.getY()-this.#_i.y+this.#Kt.y)*this.#Zi.y;return(t<0||t>=this.#Hi.width)&&(t=void 0),(n<0||n>=this.#Hi.height)&&(n=void 0),new F(t,n)}displayToMainPlanePos(e){const t=this.displayToPlanePos(e);return new F(t.getX()-this.#Kt.x,t.getY()-this.#Kt.y)}display(e){this.#Wt.style.display=e?"":"none"}isVisible(){return""===this.#Wt.style.display}draw(){if(!this.#Yi)return;let e={type:"renderstart",layerid:this.getId(),dataid:this.getDataId()};this.#Re(e),this.#Ki&&this.#ar(),this.#Wi.globalAlpha=this.#ji,this.clear(),this.#Wi.setTransform(this.#Zi.x,0,0,this.#Zi.y,-1*this.#_i.x*this.#Zi.x,-1*this.#_i.y*this.#Zi.y),this.#Wi.imageSmoothingEnabled=this.#Ji,this.#Wi.drawImage(this.#zi,0,0),e={type:"renderend",layerid:this.getId(),dataid:this.getDataId()},this.#Re(e)}initialise(e,t,n){this.#jt=t,this.#ji=Math.min(Math.max(n,0),1),this.#Hi=document.createElement("canvas"),this.#Wt.appendChild(this.#Hi),this.#Hi.getContext?(this.#Wi=this.#Hi.getContext("2d"),this.#Wi?(this.#zi=document.createElement("canvas"),this.#or(e),this.#Ki=!0):alert("Error: failed to get the 2D context.")):alert("Error: no canvas.getContext method.")}#or(e){if(!Bi(e.x,e.y))throw new Error("Cannot create canvas with size "+e.x+", "+e.y);this.#Xt=e,this.#zi.width=this.#Xt.x,this.#zi.height=this.#Xt.y,this.#Wi.clearRect(0,0,this.#Xt.x,this.#Xt.y),this.#Xi=this.#Wi.createImageData(this.#Xt.x,this.#Xt.y)}fitToContainer(e,t,n){let i=!1;if(this.#Hi.width!==e.x||this.#Hi.height!==e.y){if(!Bi(e.x,e.y))throw new Error("Cannot resize canvas "+e.x+", "+e.y);this.#Hi.width=e.x,this.#Hi.height=e.y,i=!0}const r={x:t*this.#jt.x,y:t*this.#jt.y},o={x:this.#Zi.x*r.x/this.#Zt.x,y:this.#Zi.y*r.y/this.#Zt.y};this.#Zi.x===o.x&&this.#Zi.y===o.y||(this.#Zt=r,this.#Zi=o,i=!0);const a={x:n.x/r.x,y:n.y/r.y},s={x:e.x/r.x,y:e.y/r.y},l={x:0!==this.#en.x?s.x:0,y:0!==this.#en.y?s.y:0};this.#Jt.x===a.x&&this.#Jt.y===a.y&&this.#en.x===l.x&&this.#en.y===l.y||(this.#_i={x:this.#_i.x+a.x-this.#Jt.x+l.x-this.#en.x,y:this.#_i.y+a.y-this.#Jt.y+l.y-this.#en.y},this.#en=l,this.#Jt=a,i=!0),i&&this.draw()}bindInteraction(){this.#Wt.style.pointerEvents="auto";const e=Ui;for(let t=0;t{e.srclayerid=this.getId(),e.dataid=this.#nn,this.#Oe.fireEvent(e)};#ar(){this.#ki.generateImageData(this.#Xi),this.#zi.getContext("2d").putImageData(this.#Xi,0,0),this.#Ki=!1}#tr=e=>{void 0!==e.skipGenerate&&!0===e.skipGenerate||(this.#Ki=!0,this.draw())};#nr=e=>{void 0!==e.skipGenerate&&!0===e.skipGenerate||(this.#Ki=!0,this.draw())};#ir=e=>{if(void 0===e.skipGenerate||!0!==e.skipGenerate){let t=!0;if(void 0!==e.valid&&(t=e.valid),t){const t=[0,1,2],n=t.indexOf(this.#ki.getScrollIndex());t.splice(n,1),0===e.diffDims.filter((function(e){return-1===t.indexOf(e)})).length&&this.#Yi||(this.#Yi=!0,this.#Ki=!0,this.draw())}else this.#Yi&&(this.#Yi=!1,this.clear())}};#rr=e=>{void 0!==e.skipGenerate&&!0===e.skipGenerate||(this.#Ki=!0,this.draw())};setCurrentPosition(e,t){return this.#ki.setCurrentPosition(e)}clear(){this.#Wi.save(),this.#Wi.setTransform(1,0,0,1,0,0),this.#Wi.clearRect(0,0,this.#Hi.width,this.#Hi.height),this.#Wi.restore()}}function ki(e){const t=e.split("-layer-");return 2!==t.length&&c.warn("Not the expected layer div id format..."),{groupDivId:t[0],layerIndex:t[1],layerId:e}}function Hi(e){let t=null;const n=e.target.closest(".layer");return n&&void 0!==n.id&&(t=ki(n.id)),t}function zi(e,t){let n=x();return void 0!==t&&(n=e.asOneAndZeros().getInverse().multiply(t)),n.getAbs()}function Wi(e,t,n,i){const r=(i.x-e.x)*t.x,o=(i.y-e.y)*t.y;return{x:i.x-r/n.x,y:i.y-o/n.y}}class Yi{#Wt;#sr=[];#Zi={x:1,y:1,z:1};#St={x:1,y:1,z:1};#_i={x:0,y:0,z:0};#lr=void 0;#cr=void 0;#Oe=new _e;#ur=!1;#dr=[];#hr;#Ve;#Ji=!1;constructor(e){this.#Wt=e}getShowCrosshair(){return this.#ur}setShowCrosshair(e){this.#ur=e,e?(this.addEventListener("offsetchange",this.#Sr),this.addEventListener("zoomchange",this.#Sr),this.#gr()):(this.removeEventListener("offsetchange",this.#Sr),this.removeEventListener("zoomchange",this.#Sr),this.#pr())}setImageSmoothing(e){this.#Ji=e;for(const t of this.#sr)t instanceof Gi&&t.setImageSmoothing(e)}#Sr=e=>{this.#gr()};getDivId(){return this.#Wt.id}getScale(){return this.#Zi}getBaseScale(){return this.#St}getAddedScale(){return{x:this.#Zi.x/this.#St.x,y:this.#Zi.y/this.#St.y,z:this.#Zi.z/this.#St.z}}getOffset(){return this.#_i}getNumberOfLayers(){let e=0;return this.#sr.forEach((t=>{void 0!==t&&e++})),e}includes(e){if(void 0===e)return!1;for(const t of this.#sr)if(void 0!==t&&t.getId()===e)return!0;return!1}getViewLayers(e){void 0===e&&(e=function(){return!0});const t=[];for(const n of this.#sr)n instanceof Gi&&e(n)&&t.push(n);return t}someViewLayer(e){let t=!1;for(const n of this.#sr)if(n instanceof Gi&&e(n)){t=!0;break}return t}getDrawLayers(e){void 0===e&&(e=function(){return!0});const t=[];for(const n of this.#sr)n instanceof Si&&e(n)&&t.push(n);return t}getNumberOfViewLayers(){let e=0;return this.#sr.forEach((t=>{void 0!==t&&t instanceof Gi&&e++})),e}getActiveViewLayer(){let e;if(void 0!==this.#lr){const t=this.#sr[this.#lr];t instanceof Gi&&(e=t)}return e}getBaseViewLayer(){let e;for(const t of this.#sr)if(t instanceof Gi){e=t;break}if(void 0!==e)return e;c.warn("No layer found")}getViewLayersByDataId(e){return this.getViewLayers((function(t){return t.getDataId()===e}))}searchViewLayers(e){const t=[];for(const n of this.#sr)n instanceof Gi&&n.getViewController().equalImageMeta(e)&&t.push(n);return t}getViewDataIndices(){const e=[];for(const t of this.#sr)t instanceof Gi&&e.push(t.getDataId());return e}getActiveDrawLayer(){let e;if(void 0!==this.#cr){const t=this.#sr[this.#cr];t instanceof Si&&(e=t)}return e}getDrawLayersByDataId(e){return this.getDrawLayers((function(t){return t.getDataId()===e}))}setActiveViewLayer(e){this.#sr[e]instanceof Gi?(this.#lr=e,this.#Re({type:"activelayerchange",value:[this.#sr[e]]})):c.warn("No view layer to set as active with index: "+e)}setActiveViewLayerByDataId(e){let t;for(let n=0;n0;)e[0].remove()}removeLayersByDataId(e){for(const t of this.#sr)void 0!==t&&t.getDataId()===e&&this.removeLayer(t)}removeLayer(e){const t=this.#sr.findIndex((t=>t===e));if(-1===t)throw new Error("Cannot find layer to remove");e instanceof Gi?(this.#Cr(e),this.#lr===t&&(this.#lr=void 0)):(this.#yr(e),this.#cr===t&&(this.#cr=void 0)),this.#sr[t]=void 0,e.removeFromDOM()}#gr(e){let t;void 0===e&&(e=this.#Ve),this.#pr();for(const e of this.#sr)if(e instanceof Gi){t=e;break}if(void 0===t)return void c.warn("No layer to show crosshair");const n=t.getViewController().getPlanePositionFromPosition(e),i=t.planePosToDisplay(n);if(void 0!==i.getY()){const e=document.createElement("hr");e.id=this.getDivId()+"-scroll-crosshair-horizontal",e.className="horizontal",e.style.width=this.#Wt.offsetWidth+"px",e.style.left="0px",e.style.top=i.getY()+"px",this.#dr.push(e),this.#Wt.appendChild(e)}if(void 0!==i.getX()){const e=document.createElement("hr");e.id=this.getDivId()+"-scroll-crosshair-vertical",e.className="vertical",e.style.width=this.#Wt.offsetHeight+"px",e.style.left=i.getX()+"px",e.style.top="0px",this.#dr.push(e),this.#Wt.appendChild(e)}}#pr(){for(const e of this.#dr)e.remove();this.#dr=[]}showTooltip(e){this.removeTooltipDiv();const t=this.getActiveViewLayer(),n=t.getViewController(),i=t.displayToPlanePos(e),r=n.getPositionFromPlanePoint(i),o=n.getRescaledImageValue(r);if(void 0!==o){const t=document.createElement("span");t.id="scroll-tooltip",t.style.left=e.getX()+10+"px",t.style.top=e.getY()+10+"px";let i=G(o,3).toString();void 0!==n.getPixelUnit()&&(i+=" "+n.getPixelUnit()),t.appendChild(document.createTextNode(i)),this.#hr=t,this.#Wt.appendChild(t)}}removeTooltipDiv(){void 0!==this.#hr&&(this.#hr.remove(),this.#hr=void 0)}isPositionInBounds(e){return this.someViewLayer((function(t){return t.getViewController().isPositionInBounds(e)}))}canScroll(){return this.someViewLayer((function(e){return e.getViewController().canScroll()}))}moreThanOne(e){return this.someViewLayer((function(t){return t.getViewController().moreThanOne(e)}))}updateLayersToPositionChange=e=>{for(const e of this.#sr)void 0!==e&&(e.removeEventListener("positionchange",this.updateLayersToPositionChange),e.removeEventListener("positionchange",this.#Re));const t=new s(e.value[0]),n=new q(e.value[1]);this.#Ve=n,this.#ur&&this.#gr(n);const i={};let r,o;for(const a of this.#sr){if(void 0===a)continue;let s=!1;if(a instanceof Gi){const e=a.getViewController(),t=e.getOrigin(),l=e.getOrigin(n);let c,u;if(void 0===o)r=t,o=l,c=new w(0,0,0),u=new w(0,0,0);else if(e.isPositionInBounds(n)&&void 0!==l){const e=r.minus(t);c=new w(e.getX(),e.getY(),e.getZ());const n=o.minus(l);u=new w(n.getX(),n.getY(),n.getZ())}void 0!==c&&void 0!==u&&(s=a.setBaseOffset(c,u,o,r),i[a.getId()]={scroll:c,plane:u})}if(a instanceof Si){const e=i[a.getReferenceLayerId()];void 0!==e&&(s=a.setBaseOffset(e.scroll,e.plane))}let l=!1;a.getId()!==e.srclayerid&&(l=a.setCurrentPosition(n,t)),!l&&s&&a.draw()}for(const e of this.#sr)void 0!==e&&(e.addEventListener("positionchange",this.updateLayersToPositionChange),e.addEventListener("positionchange",this.#Re))};getDivToWorldSizeRatio(){if(0===this.#Wt.offsetWidth&&0===this.#Wt.offsetHeight)throw new Error("Cannot fit to zero sized container.");const e=this.getMaxWorldSize();if(void 0!==e){if(0===this.#Wt.offsetHeight){const t=this.#Wt.offsetWidth/e.x,n=e.y*t;this.#Wt.style.height=n+"px"}return Math.min(this.#Wt.offsetWidth/e.x,this.#Wt.offsetHeight/e.y)}}fitToContainer(e){const t=this.getMaxWorldSize();if(void 0===t)return;const n={x:this.#Wt.offsetWidth,y:this.#Wt.offsetHeight},i={x:-.5*(n.x-Math.floor(t.x*e)),y:-.5*(n.y-Math.floor(t.y*e))};for(const t of this.#sr)void 0!==t&&t.fitToContainer(n,e,i);this.#ur&&this.#gr()}getMaxWorldSize(){let e={x:0,y:0};for(const t of this.#sr)if(t instanceof Gi){const n=t.getImageWorldSize();n.x>e.x&&(e.x=n.x),n.y>e.y&&(e.y=n.y)}return 0===e.x&&0===e.y&&(e=void 0),e}flipScaleZ(){this.#St.z*=-1,this.setScale(this.#St)}addScale(e,t){const n={x:this.#Zi.x*(1+e),y:this.#Zi.y*(1+e),z:this.#Zi.z*(1+e)};this.setScale(n,t)}setScale(e,t){this.#Zi=e;for(const e of this.#sr)void 0!==e&&e.setScale(this.#Zi,t);const n=[e.x,e.y,e.z];void 0!==t&&(n.push(t.getX()),n.push(t.getY()),n.push(t.getZ())),this.#Re({type:"zoomchange",value:n})}addTranslation(e){this.setOffset({x:this.#_i.x-e.x,y:this.#_i.y-e.y,z:this.#_i.z-e.z})}setOffset(e){this.#_i=e;for(const e of this.#sr)void 0!==e&&e.setOffset(this.#_i);this.#Re({type:"offsetchange",value:[this.#_i.x,this.#_i.y,this.#_i.z]})}reset(){this.setScale(this.#St),this.setOffset({x:0,y:0,z:0})}draw(){for(const e of this.#sr)void 0!==e&&e.draw()}display(e){for(const t of this.#sr)void 0!==t&&t.display(e)}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)}}const Xi={WindowLevelBinder:class{getEventType=function(){return"wlchange"};getCallback=function(e){return function(t){const n=e.getViewLayersByDataId(t.dataid);if(0!==n.length){const e=n[0].getViewController();if(2===t.value.length){const n=new u(t.value[0],t.value[1]);e.setWindowLevel(n)}3===t.value.length&&e.setWindowLevelPreset(t.value[2])}}}},PositionBinder:class{getEventType=function(){return"positionchange"};getCallback=function(e){return function(t){const n=t.value[1],i=e.getActiveViewLayer().getViewController(),r=i.getCurrentPosition(),o=r.length(),a=n.length;a!==o&&(a===o-1?n.push(r.get(o-1)):a===o+1&&n.pop()),i.setCurrentPosition(new q(n))}}},ZoomBinder:class{getEventType=function(){return"zoomchange"};getCallback=function(e){return function(t){const n={x:t.value[0],y:t.value[1],z:t.value[2]};let i;6===t.value.length&&(i=new E(t.value[3],t.value[4],t.value[5])),e.setScale(n,i),e.draw()}}},OffsetBinder:class{getEventType=function(){return"offsetchange"};getCallback=function(e){return function(t){e.setOffset({x:t.value[0],y:t.value[1],z:t.value[2]}),e.draw()}}},OpacityBinder:class{getEventType=function(){return"opacitychange"};getCallback=function(e){return function(t){if(void 0===t.dataid)return;const n=e.getViewLayersByDataId(t.dataid),i=e.getBaseViewLayer();0!==n.length&&i!==n[0]&&(n[0].setOpacity(t.value),n[0].draw())}}},ColourMapBinder:class{getEventType=function(){return"colourmapchange"};getCallback=function(e){return function(t){const n=e.getViewLayersByDataId(t.dataid);0!==n.length&&n[0].getViewController().setColourMap(t.value[0])}}}};class ji{#vr=[];#Ir;#Ji=!1;#Tr=[];#Kn=null;getLayerGroup(e){return this.#vr[e]}getNumberOfLayerGroups(){return this.#vr.length}getActiveLayerGroup(){return this.getLayerGroup(this.#Ir)}setActiveLayerGroup(e){void 0!==this.getLayerGroup(e)?this.#Ir=e:c.warn("No layer group to set as active with index: "+e)}getViewLayersByDataId(e){let t=[];for(let n=0;nt===e));if(-1===t)throw new Error("Cannot find layerGroup to remove");this.unbindLayerGroups(),e.empty(),this.#vr.splice(t,1),this.#Ir===t&&(this.#Ir=void 0),this.bindLayerGroups()}reset(){for(let e=0;e{this.#Pr(t,e),e.getCallback(this.#vr[t])(n),this.#Lr(t,e)}},this.#Kn[t].push(n)),n.callback}#Lr(e,t){for(let n=0;n0&&(--this.#Er,this.#Fr[this.#Er].undo(),this.#Re({type:"undo",command:this.#Fr[this.#Er].getName()}))}redo(){this.#Er{this.#Oe.fireEvent(e)}}class ir{#qr;#Ur=null;#Kn=[];#Mr={};constructor(e){this.#qr=e}init(){for(const e in this.#qr)this.#qr[e].init();this.enableShortcuts(!0)}enableShortcuts(e){e?window.addEventListener("keydown",this.#Qr("window","keydown"),!0):window.removeEventListener("keydown",this.#Qr("window","keydown"),!0)}getToolList(){return this.#qr}hasTool(e){return void 0!==this.getToolList()[e]}getSelectedTool(){return this.#Ur}getSelectedToolEventHandler(e){return this.getSelectedTool()[e]}setSelectedTool(e){if(!this.hasTool(e))throw new Error("Unknown tool: '"+e+"'");this.#Ur&&this.#Ur.activate(!1),this.#Ur=this.#qr[e],this.#Ur.activate(!0)}setToolFeatures(e){this.getSelectedTool()&&this.getSelectedTool().setFeatures(e)}bindLayerGroup(e,t){const n=e.getDivId();e.addEventListener("activelayerchange",this.#Vr(n)),this.#Nr(n,t)}#Nr(e,t){void 0!==this.#Mr[e]&&this.#Br(this.#Mr[e]),this.#Mr[e]=t,this.#Gr(t)}#Vr(e){return t=>{const n=t.value[0];void 0!==n&&this.#Nr(e,n)}}#Gr(e){e.bindInteraction();const t=Ui;for(let n=0;n{if(this.#Ur){const t=this.#Ur[e.type];t&&t(e)}};this.#Kn[e][t]=n}return this.#Kn[e][t]}}class rr{#kr=[];#Hr=2;#zr;constructor(e){this.#zr=e}setNumberOfDimensions(e){this.#Hr=e}setNToLoad(e){for(let t=0;t{if(!e.lengthComputable)return;if(void 0===e.subindex)return;if(void 0===e.index)return;const t=100*e.loaded/e.total;this.#kr[e.index][e.subindex]=t;let n=null;n=void 0!==e.item?e.item:{loaded:this.#Wr(e.index),total:100,source:e.source},this.#zr({lengthComputable:!0,loaded:this.#Yr(),total:100,item:n})};#Wr(e){let t=0;for(let n=0;n{n.index=e,n.subindex=t,this.onprogress(n)}}getUndefinedMonoProgressHandler(e){return t=>{t.subindex=e,this.onprogress(t)}}}class or{#Xr=null;#jr=[];#Zr=null;#_r=0;#Kr=0;#Jr;#F;getDefaultCharacterSet(){return this.#F}setDefaultCharacterSet(e){this.#F=e}#$r(e){this.#Xr=e,this.#_r=0,this.#Kr=0,this.#Jr=!1,this.#eo(),this.#to()}#no(e){this.#jr.push(e)}#eo(){this.#jr=[]}#io(e){this.#Zr=e}#to(){this.#Zr=null}#ro=e=>{this.#_r++,this.#_r===this.#Xr.length&&this.onload({source:this.#Xr})};#oo=e=>{this.#Kr++,this.#Kr===this.#Xr.length&&this.onloadend({source:this.#Xr})};#ao(e,t){return n=>{n.source=t,e(n)}}load(e,t){this.onloadstart({source:e}),1===e.length&&(Q(e[0],"DICOMDIR")||Q(e[0],".dcmdir"))?this.#so(e[0],t):this.#lo(e,t)}#co(e,t,n){return i=>{const r=i.target.status;200!==r&&0!==r?(this.onerror({source:t,error:"GET "+i.target.responseURL+" "+i.target.status+" ("+i.target.statusText+")",target:i.target}),this.#oo()):e.load(i.target.response,t,n)}}#lo(e,t){if(void 0===e||0===e.length)return;this.#$r(e);const n=new rr(this.onprogress);n.setNToLoad(e.length);const i=[];for(let e=0;e{s{this.#oo(),s(e)};const c=this.#ao(this.onabort,r);a.onabort=e=>{this.#oo(),c(e)},1===o.loadUrlAs()&&(a.responseType="arraybuffer"),this.#no(a)}let c=this.#jr.length;void 0!==t&&void 0!==t.batchSize&&0!==c&&(c=Math.min(t.batchSize,this.#jr.length));for(let e=0;e{const i=n.target.status;if(200!==i&&0!==i)this.onerror({source:e,error:"GET "+n.target.responseURL+" "+n.target.status+" ("+n.target.statusText+")",target:n.target}),this.onloadend({});else{const i=function(e){const t=new Ze;t.parse(e);const n=t.getDicomElements();if(void 0===n["00041220"]||void 0===n["00041220"].value)return void c.warn("No Directory Record Sequence found in DICOMDIR.");const i=n["00041220"].value;if(0===i.length)return void c.warn("The Directory Record Sequence of the DICOMDIR is empty.");const r=[];let o=null,a=null;for(let e=0;e{this.#ao(this.onerror,e)(t),this.onloadend({})},n.onabort=t=>{this.#ao(this.onabort,e)(t),this.onloadend({})},n.send(null)}abort(){this.#Jr=!0;for(let e=0;e0){const t=this.freeThreads.shift();this.runningThreads.push(t),t.run(e)}else this.taskQueue.push(e)}abort(){this.#uo(),this.onabort({type:"work-abort"}),this.onworkend({type:"work-end"})}onTaskEnd(e){if(this.taskQueue.length>0){const t=this.taskQueue.shift();e.run(t)}else{e.stop(),this.freeThreads.push(e);for(let t=0;t{this.#uo(),this.onerror({error:e}),this.onworkend({type:"work-end"})};#uo(){this.taskQueue=[];for(let e=0;e{e.itemNumber=this.runningTask.info.itemNumber,e.numberOfItems=this.runningTask.info.numberOfItems,e.index=this.runningTask.info.index,this.parentPool.onworkitem(e),this.parentPool.onTaskEnd(this)};onerror=e=>{e.itemNumber=this.runningTask.info.itemNumber,e.numberOfItems=this.runningTask.info.numberOfItems,e.index=this.runningTask.info.index,this.parentPool.handleWorkerError(e),this.stop()}}class lr{constructor(e,t,n){this.script=e,this.startMessage=t,this.info=n}}const cr="undefined"!=typeof JpegImage,ur="undefined"!=typeof jpeg&&void 0!==jpeg.lossless,dr="undefined"!=typeof JpxImage,hr={jpeg2000:"","jpeg-lossless":"","jpeg-baseline":"",rle:""};class Sr{#do;#ho=new ar(10);#So=!1;constructor(e,t){this.#do=e}decode(e,t,n){this.#So||(this.#So=!0,this.#ho.onworkstart=this.ondecodestart,this.#ho.onworkitem=this.ondecodeditem,this.#ho.onwork=this.ondecoded,this.#ho.onworkend=this.ondecodeend,this.#ho.onerror=this.onerror,this.#ho.onabort=this.onabort);const i=new lr(this.#do,{buffer:e,meta:t},n);this.#ho.addWorkerTask(i)}abort(){this.#ho.abort()}ondecodestart(e){}ondecodeditem(e){}ondecoded(e){}ondecodeend(e){}onerror(e){}onabort(e){}}class gr{#go;#po;constructor(e,t){this.#go=e,this.#po=t}#mo=0;decode(e,t,n){++this.#mo;let i=null,r=null;if("jpeg-lossless"===this.#go){if(!ur)throw new Error("No JPEG Lossless decoder provided");const n=t.bitsAllocated/8,o=new Uint8Array(e);i=new jpeg.lossless.Decoder;const a=i.decode(o.buffer,0,o.buffer.byteLength,n);8===t.bitsAllocated?r=t.isSigned?new Int8Array(a.buffer):new Uint8Array(a.buffer):16===t.bitsAllocated&&(r=t.isSigned?new Int16Array(a.buffer):new Uint16Array(a.buffer))}else if("jpeg-baseline"===this.#go){if(!cr)throw new Error("No JPEG Baseline decoder provided");i=new JpegImage,i.parse(e),r=i.getData(i.width,i.height)}else if("jpeg2000"===this.#go){if(!dr)throw new Error("No JPEG 2000 decoder provided");i=new JpxImage,i.parse(e),r=i.tiles[0].items}else"rle"===this.#go&&(i=new dwvdecoder.RleDecoder,r=i.decode(e,t.bitsAllocated,t.isSigned,t.sliceSize,t.samplesPerPixel,t.planarConfiguration));this.ondecodeditem({data:[r],index:n.index,numberOfItems:n.numberOfItems,itemNumber:n.itemNumber}),this.#mo===this.#po&&(this.ondecoded({}),this.ondecodeend({}))}abort(){this.onabort({}),this.ondecodeend({})}ondecodestart(e){}ondecodeditem(e){}ondecoded(e){}ondecodeend(e){}onerror(e){}onabort(e){}}class pr{#So=!1;#fo=null;constructor(e,t){void 0!==hr&&void 0!==hr[e]?this.#fo=new Sr(hr[e],t):this.#fo=new gr(e,t)}decode(e,t,n){this.#So||(this.#So=!0,this.#fo.ondecodestart=this.ondecodestart,this.#fo.ondecodeditem=this.ondecodeditem,this.#fo.ondecoded=this.ondecoded,this.#fo.ondecodeend=this.ondecodeend,this.#fo.onerror=this.onerror,this.#fo.onabort=this.onabort),this.#fo.decode(e,t,n)}abort(){this.#fo.abort()}ondecodestart(e){}ondecodeditem(e){}ondecoded(e){}ondecodeend(e){}onerror(e){}onabort(e){}}const mr={NumericValue:"0040A30A",FloatingPointValue:"0040A161",RationalNumeratorValue:"0040A162",RationalDenominatorValue:"0040A163",MeasurementUnitsCodeSequence:"004008EA"};class fr{numericValue;floatingPointValue;rationalNumeratorValue;rationalDenominatorValue;measurementUnitsCode;toString(){return this.numericValue+" "+this.measurementUnitsCode.toString()}}function Dr(e){const t={};return void 0!==e.measurementUnitsCode&&(t.MeasurementUnitsCodeSequence={value:[zt(e.measurementUnitsCode)]}),void 0!==e.floatingPointValue&&(t.FloatingPointValue=e.floatingPointValue),void 0!==e.rationalNumeratorValue&&(t.RationalNumeratorValue=e.rationalNumeratorValue),void 0!==e.rationalDenominatorValue&&(t.RationalDenominatorValue=e.rationalDenominatorValue),void 0!==e.numericValue&&(t.NumericValue=e.numericValue),t}const Cr={MeasuredValueSequence:"0040A300",NumericValueQualifierCodeSequence:"0040A301"};class yr{measuredValue;numericValueQualifierCode;toString(){let e=this.measuredValue.toString();return void 0!==this.numericValueQualifierCode&&(e+=" "+this.numericValueQualifierCode.toString()),e}}function vr(e){const t={};return void 0!==e.measuredValue&&(t.MeasuredValueSequence={value:[Dr(e.measuredValue)]}),void 0!==e.numericValueQualifierCode&&(t.NumericValueQualifierCodeSequence={value:[zt(e.numericValueQualifierCode)]}),t}const Ir={ReferencedSOPClassUID:"00081150",ReferencedSOPInstanceUID:"00081155"};class Tr{referencedSOPClassUID;referencedSOPInstanceUID;toString(){return this.referencedSOPInstanceUID+" (class: "+this.referencedSOPClassUID+")"}}function Lr(e){const t=new Tr;return void 0!==e[Ir.ReferencedSOPClassUID]&&(t.referencedSOPClassUID=e[Ir.ReferencedSOPClassUID].value[0]),void 0!==e[Ir.ReferencedSOPInstanceUID]&&(t.referencedSOPInstanceUID=e[Ir.ReferencedSOPInstanceUID].value[0]),t}function Pr(e){const t={};return void 0!==e.referencedSOPClassUID&&(t.ReferencedSOPClassUID=e.referencedSOPClassUID),void 0!==e.referencedSOPInstanceUID&&(t.ReferencedSOPInstanceUID=e.referencedSOPInstanceUID),t}const wr={ReferencedFrameNumber:"00081160",ReferencedSOPSequence:"00081199",ReferencedSegmentNumber:"0062000B"};class Or{referencedSOPSequence;referencedFrameNumber;referencedSegmentNumber;fiducialUID;toString(){return this.referencedSOPSequence.toString()}}function Ar(e){const t={};return void 0!==e.referencedFrameNumber&&(t.ReferencedFrameNumber=e.referencedFrameNumber),void 0!==e.referencedSOPSequence&&(t.ReferencedSOPSequence={value:[Pr(e.referencedSOPSequence)]}),void 0!==e.referencedSegmentNumber&&(t.ReferencedSegmentNumber=e.referencedSegmentNumber),t}const br={PixelOriginInterpretation:"00480301",GraphicData:"00700022",GraphicType:"00700023",FiducialUID:"0070031A"},xr="POINT",Rr="MULTIPOINT",Fr="POLYLINE",Er="CIRCLE",qr="ELLIPSE";class Ur{graphicData;graphicType;pixelOriginInterpretation;fiducialUID;toString(){return this.graphicType+" {"+this.graphicData+"}"}}function Mr(e){const t={};return void 0!==e.pixelOriginInterpretation&&(t.PixelOriginInterpretation=e.pixelOriginInterpretation),void 0!==e.graphicData&&(t.GraphicData=e.graphicData),void 0!==e.graphicType&&(t.GraphicType=e.graphicType),void 0!==e.fiducialUID&&(t.FiducialUID=e.fiducialUID),t}const Qr={GraphicData:"00700022",GraphicType:"00700023",ReferencedFrameofReferenceUID:"30060024",FiducialUID:"0070031A"};class Vr{graphicData;graphicType;referencedFrameofReferenceUID;fiducialUID;toString(){return this.graphicType+"{"+this.graphicData+"}"}}function Nr(e){const t={};return void 0!==e.graphicData&&(t.GraphicData=e.graphicData),void 0!==e.graphicType&&(t.GraphicType=e.graphicType),void 0!==e.referencedFrameofReferenceUID&&(t.ReferencedFrameofReferenceUID=e.referencedFrameofReferenceUID),void 0!==e.fiducialUID&&(t.FiducialUID=e.fiducialUID),t}const Br={ReferencedSOPSequence:"00081199",RelationshipType:"0040A010",ValueType:"0040A040",ConceptNameCodeSequence:"0040A043",ConceptCodeSequence:"0040A168",ContentSequence:"0040A730",DateTime:"0040A120",Date:"0040A121",Time:"0040A122",UID:"0040A124",PersonName:"0040A123",TextValue:"0040A160",ContinuityOfContent:"0040A050"},Gr="CONTAINS",kr="HAS PROPERTIES",Hr="SELECTED FROM",zr={text:"TEXT",num:"NUM",code:"CODE",date:"DATE",time:"TIME",datetime:"DATETIME",uidref:"UIDREF",pname:"PNAME",composite:"COMPOSITE",image:"IMAGE",waveform:"WAVEFORM",scoord:"SCOORD",scoord3d:"SCOORD3D",tcoord:"TCOORD",container:"CONTAINER",table:"TABLE"},Wr={TEXT:"TextValue",DATE:"Date",TIME:"Time",DATETIME:"DateTime",UIDREF:"UID",PNAME:"PersonName",CONTAINER:"ContinuityOfContent"};class Yr{valueType;conceptNameCode;relationshipType;contentSequence;value;constructor(e){this.valueType=e}toString(e){void 0===e&&(e="");let t="";if(void 0!==this.relationshipType&&(t+="("+this.relationshipType+") "),t+=this.valueType+": ",void 0!==this.conceptNameCode&&(t+=this.conceptNameCode.toString()),t+=" = "+this.value.toString(),void 0!==this.contentSequence)for(const n of this.contentSequence)t+="\n"+e+"- "+n.toString(e+" ");return t}}function Xr(e){let t="";void 0!==e[Br.ValueType]&&(t=e[Br.ValueType].value[0]);const n=new Yr(t);if(void 0!==e[Br.RelationshipType]&&(n.relationshipType=e[Br.RelationshipType].value[0]),void 0!==e[Br.ConceptNameCodeSequence]&&(n.conceptNameCode=Ht(e[Br.ConceptNameCodeSequence].value[0])),t===zr.code)n.value=Ht(e[Br.ConceptCodeSequence].value[0]);else if(t===zr.num)n.value=function(e){const t=new yr;return void 0!==e[Cr.MeasuredValueSequence]&&(t.measuredValue=function(e){const t=new fr;return void 0!==e[mr.NumericValue]&&(t.numericValue=e[mr.NumericValue].value[0]),void 0!==e[mr.FloatingPointValue]&&(t.floatingPointValue=e[mr.FloatingPointValue].value[0]),void 0!==e[mr.RationalNumeratorValue]&&(t.rationalNumeratorValue=e[mr.RationalNumeratorValue].value[0]),void 0!==e[mr.RationalDenominatorValue]&&(t.rationalDenominatorValue=e[mr.RationalDenominatorValue].value[0]),void 0!==e[mr.MeasurementUnitsCodeSequence]&&(t.measurementUnitsCode=Ht(e[mr.MeasurementUnitsCodeSequence].value[0])),t}(e[Cr.MeasuredValueSequence].value[0])),void 0!==e[Cr.NumericValueQualifierCodeSequence]&&(t.numericValueQualifierCode=Ht(e[Cr.NumericValueQualifierCodeSequence].value[0])),t}(e);else if(t===zr.image)n.value=function(e){const t=new Or;return void 0!==e[wr.ReferencedFrameNumber]&&(t.referencedFrameNumber=e[wr.ReferencedFrameNumber].value[0]),void 0!==e[wr.ReferencedSOPSequence]&&(t.referencedSOPSequence=Lr(e[wr.ReferencedSOPSequence].value[0])),void 0!==e[wr.ReferencedSegmentNumber]&&(t.referencedSegmentNumber=e[wr.ReferencedSegmentNumber].value[0]),t}(e);else if(t===zr.composite)n.value=Lr(e[Br.ReferencedSOPSequence].value[0]);else if(t===zr.scoord)n.value=function(e){const t=new Ur;return void 0!==e[br.GraphicData]&&(t.graphicData=e[br.GraphicData].value),void 0!==e[br.GraphicType]&&(t.graphicType=e[br.GraphicType].value[0]),void 0!==e[br.PixelOriginInterpretation]&&(t.pixelOriginInterpretation=e[br.PixelOriginInterpretation].value[0]),void 0!==e[br.FiducialUID]&&(t.fiducialUID=e[br.FiducialUID].value[0]),t}(e);else if(t===zr.scoord3d)n.value=function(e){const t=new Vr;return void 0!==e[Qr.GraphicData]&&(t.graphicData=e[Qr.GraphicData].value),void 0!==e[Qr.GraphicType]&&(t.graphicType=e[Qr.GraphicType].value[0]),void 0!==e[Qr.ReferencedFrameofReferenceUID]&&(t.referencedFrameofReferenceUID=e[Qr.ReferencedFrameofReferenceUID].value[0]),void 0!==e[Qr.FiducialUID]&&(t.fiducialUID=e[Qr.FiducialUID].value[0]),t}(e);else{const i=Wr[t];void 0!==i?n.value=e[Br[i]].value[0]:console.warn("Unsupported input ValueType: "+t)}if(void 0!==e[Br.ContentSequence]){n.contentSequence=[];for(const t of e[Br.ContentSequence].value)n.contentSequence.push(Xr(t))}return n}function jr(e){let t={};if(void 0!==e.relationshipType&&(t.RelationshipType=e.relationshipType),void 0!==e.valueType&&(t.ValueType=e.valueType),void 0!==e.conceptNameCode&&(t.ConceptNameCodeSequence={value:[zt(e.conceptNameCode)]}),"CODE"===e.valueType)t.ConceptCodeSequence={value:[zt(e.value)]};else if(e.valueType===zr.num)t={...t,...vr(e.value)};else if(e.valueType===zr.image)t={...t,...Ar(e.value)};else if(e.valueType===zr.composite)t={...t,...Pr(e.value)};else if(e.valueType===zr.scoord)t={...t,...Mr(e.value)};else if(e.valueType===zr.scoord3d)t={...t,...Nr(e.value)};else{const n=Wr[e.valueType];void 0!==n?t[n]=e.value:console.warn("Unsupported output ValueType: "+e.valueType)}if(void 0!==e.contentSequence){t.ContentSequence={value:[]};for(const n of e.contentSequence)t.ContentSequence.value.push(jr(n))}return t}function Zr(e,t,n){const i=function(e){const t=nn[e];let n;return void 0!==t&&(n=jt(t.key,t.scheme)),n}(e);if(void 0===i)return;const r=new Yr(zr.num);r.relationshipType=Gr,r.conceptNameCode=i;const o=new fr;o.numericValue=t,o.measurementUnitsCode=function(e){const t=on[e];let n;return void 0!==t?n=jt(t,"UCUM"):void 0===t&&(n=jt("1","UCUM")),n}(n);const a=new yr;return a.measuredValue=o,r.value=a,r}class _r{#$;getWarning(){return this.#$}checkElements(e){this.#$=void 0;const t=Xr(e);return void 0!==t.conceptNameCode?t.conceptNameCode.value!==Zt().value&&(this.#$="Not a measurement group"):this.#$="No root concept name code",this.#$}#Do(e){const t=new qi;t.mathShape=function(e){const t=e.graphicData.length;if(t%2!=0)throw new Error("Expecting even number of coordinates in scroord data");const n=[];for(let i=0;i2){const e=n[0],t=n[r-1];i=e.equals(t)}let o;if(e.graphicType===xr){if(1!==n.length)throw new Error("Expecting 1 point for point");o=n[0]}else if(e.graphicType===Er){if(2!==n.length)throw new Error("Expecting 2 points for circles");const e=n[0],t=n[1].getDistance(e);o=new ci(e,t)}else if(e.graphicType===qr){if(4!==n.length)throw new Error("Expecting 4 points for ellipses");const e=n[0].getDistance(n[1])/2,t=n[2].getDistance(n[3])/2,i=new F(n[0].getX()+e,n[0].getY());o=new si(i,e,t)}else if(e.graphicType===Fr)if(i)if(5===n.length){const e=new Hn(n[0],n[1]),t=new Hn(n[1],n[2]),i=new Hn(n[2],n[3]),r=new Hn(n[3],n[4]);o=Wn(e,t)&&Wn(t,i)&&Wn(i,r)?new ri(n[0],n[2]):new oi(n.slice(0,-1))}else o=new oi(n.slice(0,-1));else 2===n.length?o=new Hn(n[0],n[1]):3===n.length&&(o=new ai([n[0],n[1],n[2]]));return o}(e.value),t.id=st(),t.textExpr="";for(const n of e.contentSequence){if(n.valueType===zr.image&&n.relationshipType===Hr&&kt(n.conceptNameCode,Kt())&&(t.referenceSopUID=n.value.referencedSOPSequence.referencedSOPInstanceUID),n.valueType===zr.uidref&&n.relationshipType===kr&&kt(n.conceptNameCode,Jt())&&(t.id=n.value),n.valueType===zr.text&&n.relationshipType===kr&&kt(n.conceptNameCode,$t())&&(t.textExpr=n.value,void 0!==n.contentSequence))for(const e of n.contentSequence)e.valueType===zr.scoord&&e.relationshipType===kr&&kt(e.conceptNameCode,en())&&(t.labelPosition=new F(e.value.graphicData[0],e.value.graphicData[1]));if(n.valueType===zr.text&&n.relationshipType===kr&&kt(n.conceptNameCode,tn())&&(t.colour=n.value),n.valueType===zr.scoord&&n.relationshipType===kr&&kt(n.conceptNameCode,en())&&n.value.graphicType===Rr){const e=[];for(let t=0;t{this.#Oe.fireEvent(e)};#Io(e){return t=>{t.dataid=e,this.#Re(t)}}}class $r{#To;setOptions(e){this.#To=e}#fo=null;#Lo=[];#Po=[];#wo=[];#Oo=[];#Ao(e){let t;const n=e["00080060"];if(void 0!==n){const e=n.value[0];"SEG"===e?t=new Rn:"SR"===e&&(t=new _r)}return void 0===t&&void 0!==e["7FE00010"]&&(t=new Lt),t}#bo(e,t){const n=this.#Lo[e].getDicomElements(),i=this.#Oo[e];if(void 0!==i)try{const r=new Kr(n);i instanceof _r?r.annotationGroup=i.create(n):r.image=i.create(n,this.#Po[e],this.#To.numberOfFiles),this.onloaditem({data:r,source:t,warn:i.getWarning()})}catch(e){this.onerror({error:e,source:t}),this.onloadend({source:t})}}#xo(e,t){this.onprogress({lengthComputable:!0,loaded:100,total:100,index:e,source:t}),this.#bo(e,t),this.onload({source:t}),this.onloadend({source:t})}#Ro(e,t,n){const i=this.#Lo[e],r={bitsAllocated:i.getDicomElements()["00280100"].value[0],isSigned:1===i.getDicomElements()["00280103"].value[0]},o=i.getDicomElements()["00280011"],a=i.getDicomElements()["00280010"];void 0!==o&&void 0!==a&&(r.sliceSize=o.value[0]*a.value[0]);const s=i.getDicomElements()["00280002"];void 0!==s&&(r.samplesPerPixel=s.value[0]);const l=i.getDicomElements()["00280006"];void 0!==l&&(r.planarConfiguration=l.value[0]);const c=t.length;null===this.#fo&&(this.#fo=new pr(n,c),this.#fo.ondecodeditem=e=>{this.#Fo(e),e.itemNumber+1===e.numberOfItems&&(this.onload(e),this.onloadend(e))},this.#fo.onerror=this.onerror,this.#fo.onabort=this.onabort);for(let n=0;n2^"+e+") for decompressed data.")}return this.#fo.abort(),this.onerror({error:e,source:origin}),void this.onloadend({source:origin})}}n.length!==this.#wo[t]&&c.warn("Unsupported varying decompressed data size: "+n.length+" != "+this.#wo[t]),this.#Po[t].set(n,this.#wo[t]*e.itemNumber)}else this.#Po[t]=n;0===e.itemNumber&&this.#bo(t,origin)}#Eo(e,t){this.#bo(e,t),this.onload({source:t}),this.onloadend({source:t})}#qo(e,t){const n=this.#Lo[e],i=n.getDicomElements()["7FE00010"].value;n.getDicomElements()["7FE00010"].value=[],this.#Po[e]=i[0];const r=function(e){let t;return Ge(e)?t="jpeg2000":Ne(e)?t="jpeg-baseline":Be(e)?t="jpeg-lossless":ke(e)&&(t="rle"),t}(n.getDicomElements()["00020010"].value[0]);void 0!==r?this.#Ro(e,i,r):this.#xo(e,t)}convert(e,t,n){this.onloadstart({source:t,index:n});const i=new Ze;let r;void 0!==this.#To.defaultCharacterSet&&i.setDefaultCharacterSet(this.#To.defaultCharacterSet);try{i.parse(e),r=this.#Ao(i.getDicomElements()),void 0!==r&&r.checkElements(i.getDicomElements())}catch(e){return this.onerror({error:e,source:t}),void this.onloadend({source:t})}this.#Lo[n]=i,this.#Oo[n]=r,r instanceof _r?this.#Eo(n,t):this.#qo(n,t)}abort(){this.#fo&&this.#fo.abort()}onloadstart(e){}onloaditem(e){}onprogress(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}}class eo{#Xr=null;#Zr=null;#_r=0;#Kr=0;#F;getDefaultCharacterSet(){return this.#F}setDefaultCharacterSet(e){this.#F=e}#$r(e){this.#Xr=e,this.#_r=0,this.#Kr=0,this.#to()}#io(e){this.#Zr=e}#to(){this.#Zr=null}#ro=e=>{this.#_r++,this.#_r===this.#Xr.length&&this.onload({source:this.#Xr})};#oo=e=>{this.#Kr++,this.#Kr===this.#Xr.length&&this.onloadend({source:this.#Xr})};load(e){if(void 0===e||0===e.length)return;this.#$r(e),this.onloadstart({source:e});const t=new rr(this.onprogress);t.setNToLoad(e.length),t.setNumberOfDimensions(1);const n=[];for(let e=0;e{this.#Uo=!1,this.onloadend(e)},this.#Mo.onerror=e=>{e.source=t,this.onerror(e)},this.#Mo.onabort=this.onabort),this.#Uo=!0,this.#Mo.convert(e,t,n)}abort(){this.#Uo=!1,this.#Mo.abort()}canLoadFile(e){const t=N(e.name);return null===t||"dcm"===t}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"dicom"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n){const e="application/dicom";return M(n.value,e)&&"+"!==n.value[e.length]}}}const n=er(e),i=N(n.pathname),r=null===i,o="dcm"===i,a=n.searchParams.get("contentType");return null!=a?"application/dicom"===a:r||o}canLoadMemory(e){const t=e["Content-Type"];if(void 0!==t&&t.startsWith("application/dicom"))return!0;if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return ao.ArrayBuffer}loadUrlAs(){return 1}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}},class{#Uo=!1;setOptions(e){}isLoading(){return this.#Uo}load(e,t,n){this.#Uo=!0,this.onloadstart({source:t});try{this.onprogress({lengthComputable:!0,loaded:100,total:100,index:n,source:t});const i={data:e,source:t};this.onloaditem(i),this.onload(i)}catch(e){this.onerror({error:e,source:t})}finally{this.#Uo=!1,this.onloadend({source:t})}}abort(){this.#Uo=!1,this.onabort({}),this.onloadend({})}canLoadFile(e){return"json"===N(e.name)}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"json"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n)return M(n.value,"application/json")||M(n.value,"application/dicom+json")}}return"json"===N(er(e).pathname)}canLoadMemory(e){const t=e["Content-Type"];if(void 0!==t&&t.startsWith("application/json"))return!0;if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return ao.Text}loadUrlAs(){return 0}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}},class{#Uo=!1;setOptions(e){}isLoading(){return this.#Uo}load(e,t,n){this.onloadstart({source:t}),this.#Uo=!0;const i=new eo;i.onprogress=e=>{e.loaded=50+e.loaded/2,e.index=n,this.onprogress(e)},i.onloaditem=this.onloaditem,i.onload=this.onload,i.onloadend=e=>{this.#Uo=!1,this.onloadend(e)},i.onerror=this.onerror,i.onabort=this.onabort,i.load(function(e){const t=new Uint8Array(e),n=[];if(0===t.length)return n;const i=X(new Uint8Array([13,10,13,10]));let r=Y(t,i,0);if(void 0===r)throw new Error("Can't find the end of the first multipart header");const o=W(t.slice(0,r)).split("\r\n");let a;for(let e=0;e{try{if(!this.#Qo){this.onprogress({lengthComputable:!0,loaded:100,total:100,index:n,source:t});const e=function(e,t,n){const i=e.width,r=e.height,o=document.createElement("canvas");o.width=i,o.height=r;const a=o.getContext("2d");a.drawImage(e,0,0);const s=a.getImageData(0,0,i,r),l={};"string"==typeof t?l.origin={value:t}:(l.fileName={value:t.name},l.fileType={value:t.type},l.fileLastModifiedDate={value:t.lastModified}),l.imageWidth={value:i},l.imageHeight={value:r};const c=n||0;return l.imageUid={value:c},{data:{image:no(i,r,c,to(s),1,c.toString()),info:l},source:t}}(i,t,n);this.onloaditem(e),this.onload(e)}}catch(e){this.onerror({error:e,source:t})}finally{this.onloadend({source:t})}},"string"==typeof e)i.src=e;else if("string"==typeof t){const n=t.split(".").pop().toLowerCase();i.src=this.#Vo(e,n)}}abort(){this.#Qo=!0,this.onabort({}),this.onloadend({})}canLoadFile(e){return void 0!==e.type&&null!==e.type.match("image.*")}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"rawimage"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n)return M(n.value,"image/")}}const n=er(e),i=N(n.pathname),r="jpeg"===i||"jpg"===i||"png"===i||"gif"===i,o=n.searchParams.get("contentType");return null!=o?"image/jpeg"===o||"image/png"===o||"image/gif"===o:r}canLoadMemory(e){if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return ao.DataURL}loadUrlAs(){return 1}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}},class{setOptions(e){}isLoading(){return!0}#Vo(e,t){const n=new Uint8Array(e);let i="";for(let e=0;e{try{!function(e,t,n,i,r,o,a){const s=e.videoWidth,l=e.videoHeight,c=Math.ceil(30*e.duration),u={};"string"==typeof o?u.origin={value:o}:(u.fileName={value:o.name},u.fileType={value:o.type},u.fileLastModifiedDate={value:o.lastModified}),u.imageWidth={value:s},u.imageHeight={value:l},u.numberOfFrames={value:c},u.imageUid={value:0};const d=document.createElement("canvas");d.width=s,d.height=l;const h=d.getContext("2d");e.addEventListener("seeked",(function d(m){(function(){i({lengthComputable:!0,loaded:S,total:c,index:a,source:o}),h.drawImage(e,0,0);const n=to(h.getImageData(0,0,s,l));0===S?(g=no(s,l,1,n,c,a.toString()),t({data:{image:g,info:u},source:o})):g.appendFrameBuffer(n,S),++S})(),p+=1/30,p<=m.target.duration?this.currentTime=p:(n({source:o}),r({source:o}),e.removeEventListener("seeked",d))}),!1);let S=0,g=null,p=0;e.currentTime=p}(e.target,this.onloaditem,this.onload,this.onprogress,this.onloadend,t,n)}catch(e){this.onerror({error:e,source:t}),this.onloadend({source:t})}}}abort(){this.onabort({}),this.onloadend({})}canLoadFile(e){return void 0!==e.type&&null!==e.type.match("video.*")}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"rawvideo"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n)return M(n.value,"video/")}}const n=N(er(e).pathname);return"mp4"===n||"ogg"===n||"webm"===n}canLoadMemory(e){if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return ao.DataURL}loadUrlAs(){return 1}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}},class{#Uo=!1;setOptions(e){}isLoading(){return this.#Uo}#No="";#Bo=[];#Go=null;#ko(e,t,n){this.#Bo.push({filename:this.#No,data:e});const i=100*this.#Bo.length/this.#Go.length;if(this.onprogress({lengthComputable:!0,loaded:i/2,total:100,index:n,item:{loaded:i,total:100,source:t}}),this.#Bo.length{this.#ko(e,t,n)}))}else{const e=new eo;e.onprogress=e=>{e.loaded=50+e.loaded/2,e.index=n,this.onprogress(e)},e.onloaditem=this.onloaditem,e.onload=this.onload,e.onloadend=e=>{this.#Uo=!1,this.onloadend(e)},e.onerror=this.onerror,e.onabort=this.onabort,e.load(this.#Bo)}}load(e,t,n){this.onloadstart({source:t}),this.#Uo=!0,ro().loadAsync(e).then((e=>{this.#Bo=[],this.#Go=e.file(/.*\.dcm/);const i=this.#Bo.length;this.#No=this.#Go[i].name,this.#Go[i].async("arrayBuffer").then((e=>{this.#ko(e,t,n)}))}))}abort(){this.#Uo=!1,this.onabort({}),this.onloadend({})}canLoadFile(e){return"zip"===N(e.name)}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"zip"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n)return M(n.value,"application/zip")}}return"zip"===N(er(e).pathname)}canLoadMemory(e){const t=e["Content-Type"];if(void 0!==t&&t.startsWith("application/zip"))return!0;if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return ao.ArrayBuffer}loadUrlAs(){return 1}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}}],ao={Text:0,ArrayBuffer:1,DataURL:2};class so{#Xr=null;#Ho=[];#Zr=null;#_r=0;#Kr=0;#F;getDefaultCharacterSet(){return this.#F}setDefaultCharacterSet(e){this.#F=e}#$r(e){this.#Xr=e,this.#_r=0,this.#Kr=0,this.#zo(),this.#to()}#Wo(e){this.#Ho.push(e)}#zo(){this.#Ho=[]}#io(e){this.#Zr=e}#to(){this.#Zr=null}#ro=e=>{this.#_r++,this.#_r===this.#Xr.length&&this.onload({source:this.#Xr})};#oo=e=>{this.#Kr++,this.#Kr===this.#Xr.length&&this.onloadend({source:this.#Xr})};#ao(e,t){return n=>{n.source=t,e(n)}}#co(e,t,n){return i=>{e.load(i.target.result,t,n)}}load(e){if(void 0===e||0===e.length)return;this.#$r(e),this.onloadstart({source:e});const t=new rr(this.onprogress);t.setNToLoad(e.length);const n=[];for(let e=0;e{this.#oo(),a(e)};const s=this.#ao(this.onabort,i);o.onabort=e=>{this.#oo(),s(e)},r.loadFileAs()===ao.Text?o.readAsText(i):r.loadFileAs()===ao.DataURL?o.readAsDataURL(i):r.loadFileAs()===ao.ArrayBuffer&&o.readAsArrayBuffer(i)}}abort(){for(let e=0;e{this.#Yo[i]={loader:t,isFirstItem:!0},this.#ao(this.onloadstart,o)(e)},t.onprogress=this.#ao(this.onprogress,o),t.onloaditem=e=>{const t={loadtype:n,dataid:i};void 0!==this.#Yo[i]&&(t.isfirstitem=this.#Yo[i].isFirstItem),this.#ao(this.onloaditem,t)(e),void 0!==this.#Yo[i]&&this.#Yo[i].isFirstItem&&(this.#Yo[i].isFirstItem=!1)},t.onload=this.#ao(this.onload,o),t.onloadend=e=>{delete this.#Yo[i],this.#ao(this.onloadend,o)(e)},t.onerror=this.#ao(this.onerror,o),t.onabort=this.#ao(this.onabort,o);try{t.load(e,r)}catch(e){return this.onerror({error:e,dataid:i}),void this.onloadend({dataid:i})}}#ao(e,t){return function(n){const i=Object.keys(t);for(let e=0;e{e.dataid===this.#nn&&void 0!==e.data&&void 0!==e.data.imageUid&&this.#na!==e.data.imageUid&&(this.#na=e.data.imageUid,this.#ra(e))};#ra=e=>{if(e.dataid!==this.#nn)return;const t=this.#ta[this.#na];if(void 0!==t){for(let n=0;n{null!==this.#ca&&this.#ca.add(e)};removeFromUndoStack=e=>{let t=!1;return null!==this.#ca&&(t=this.#ca.remove(e)),t};init(e){if(this.#To=e,void 0===this.#To.viewOnFirstLoadItem&&(this.#To.viewOnFirstLoadItem=!0),void 0===this.#To.dataViewConfigs&&(this.#To.dataViewConfigs={}),void 0===this.#To.rootDocument&&(this.#To.rootDocument=document),this.#ca=new nr,this.#ca.addEventListener("undoadd",this.#Re),this.#ca.addEventListener("undo",this.#Re),this.#ca.addEventListener("redo",this.#Re),void 0!==this.#To.tools){const e={},t=Object.keys(this.#To.tools);for(let n=0;n{const t=this.#oa.getNextDataId();0!==e.length?this.#sa.loadFiles(e,t):c.warn("Ignoring empty input file list.")};loadURLs=(e,t)=>{const n=this.#oa.getNextDataId();0!==e.length?this.#sa.loadURLs(e,n,t):c.warn("Ignoring empty input url list.")};loadFromUri=(e,t)=>{const n=function(e){const t=tr(e);return 0===Object.keys(t).length?null:t.query}(e),i=()=>{this.removeEventListener("loadend",i),this.loadURLs([n.state])};n&&void 0!==n.input&&(void 0!==n.state&&this.addEventListener("loadend",i),function(e,t,n){e.type&&"manifest"===e.type?function(e,t){let n="";"/"===e.input[0]&&(n=window.location.protocol+"//"+window.location.host),n+=e.input;const i=new XMLHttpRequest;i.open("GET",decodeURIComponent(n),!0),i.responseType="document",i.onload=function(n){t(function(e,t){const n=[],i=e.getElementsByTagName("wado_query")[0].getAttribute("wadoURL")+"?requestType=WADO&contentType=application/dicom&",r=e.getElementsByTagName("Patient");r.length>1&&c.warn("More than one patient, loading first one.");const o=r[0].getElementsByTagName("Study");o.length>1&&c.warn("More than one study, loading first one.");const a=o[0].getAttribute("StudyInstanceUID"),s=o[0].getElementsByTagName("Series");s.length>1&&c.warn("More than one series, loading first one.");const l=s[0].getAttribute("SeriesInstanceUID"),u=s[0].getElementsByTagName("Instance");let d=u.length;t{const t=this.#oa.getNextDataId();this.#sa.loadImageObject(e,t)};abortAllLoads(){const e=this.#sa.getLoadingDataIds();for(const t of e)this.abortLoad(t)}abortLoad(e){this.#sa.abort(e),this.#oa.remove(e),this.#la.removeLayersByDataId(e)}fitToContainer(){this.#la.fitToContainer()}initWLDisplay(){this.#la.getActiveLayerGroup().getActiveViewLayer().getViewController().initialise()}setImageSmoothing(e){this.#la.setImageSmoothing(e),this.#la.draw()}getViewConfigs(e,t){if(null===this.#To.dataViewConfigs||void 0===this.#To.dataViewConfigs)throw new Error("No available data view configuration");let n=[];return void 0!==this.#To.dataViewConfigs[e]?n=this.#To.dataViewConfigs[e]:t||void 0===this.#To.dataViewConfigs["*"]||(n=this.#To.dataViewConfigs["*"]),n}getViewConfig(e,t,n){return this.getViewConfigs(e,n).find((function(e){return e.divId===t}))}getDataViewConfigs(){return this.#To.dataViewConfigs}setDataViewConfigs(e){this.#la.empty(),this.#To.dataViewConfigs=e,this.#Da(e)}addDataViewConfig(e,t){const n=this.#To.dataViewConfigs;if(void 0===n[e]&&(n[e]=[]),-1!==n[e].findIndex((function(e){return e.divId===t.divId})))throw new Error("Duplicate view config for data "+e+" and div "+t.divId);this.#To.dataViewConfigs[e].push(t),void 0===this.#la.getLayerGroupByDivId(t.divId)&&this.#Ca(t),void 0!==this.#oa.get(e)&&this.render(e,[t])}removeDataViewConfig(e,t){const n=this.#To.dataViewConfigs;if(void 0===n[e])return;const i=n[e].findIndex((function(e){return e.divId===t}));if(-1!==i&&(n[e].splice(i,1),0===n[e].length&&delete n[e],void 0!==this.#oa.get(e))){const n=this.#la.getLayerGroupByDivId(t);if(void 0!==n){const t=n.getViewLayersByDataId(e);1===t.length&&n.removeLayer(t[0]);const i=n.getDrawLayersByDataId(e);if(1===i.length&&n.removeLayer(i[0]),0===t.length&&0===i.length)throw new Error("Expected one layer, got none");0===n.getNumberOfLayers()&&this.#la.removeLayerGroup(n)}}}updateDataViewConfig(e,t,n){const i=this.#To.dataViewConfigs;if(void 0===i[e])throw new Error("No config for dataId: "+e);const r=i[e].findIndex((function(e){return e.divId===t}));if(-1===r)throw new Error("No config for dataId: "+e+" and divId: "+t);const o=i[e][r];for(const e in n)o[e]=n[e];const a=this.#la.getLayerGroupByDivId(o.divId);if(void 0!==a){const t=a.getViewLayersByDataId(e);1===t.length&&a.removeLayer(t[0]);const n=a.getDrawLayersByDataId(e);if(1===n.length&&a.removeLayer(n[0]),0===t.length&&0===n.length)throw new Error("Expected one layer, got none")}void 0!==this.#oa.get(e)&&this.render(e,[o])}#Da(e){const t=Object.keys(e),n=[];for(let i=0;i{this.fitToContainer()};onKeydown=e=>{this.#Re(e)};defaultOnKeydown=e=>{if(e.ctrlKey)if(e.shiftKey){const t=this.#la.getActiveLayerGroup(),n=t.getActiveViewLayer().getViewController();"ArrowLeft"===e.key?n.moreThanOne(3)&&n.decrementIndex(3):"ArrowUp"===e.key?t.canScroll()&&n.incrementScrollIndex():"ArrowRight"===e.key?t.moreThanOne(3)&&n.incrementIndex(3):"ArrowDown"===e.key&&t.canScroll()&&n.decrementScrollIndex()}else if("y"===e.key)this.#ca.redo();else if("z"===e.key)this.#ca.undo();else if(" "===e.key)for(let e=0;ee.divId===t));if(void 0===r)throw new Error("No reference data view config for draw");const o=new go(t);o.orientation=r.orientation,this.addDataViewConfig(i,o),this.render(i)}#Re=e=>{this.#Oe.fireEvent(e)};#da=e=>{void 0!==this.#To.overlayConfig&&(this.#ua[e.dataid]=new So(this,e.dataid,this.#To.overlayConfig)),e.type="loadstart",this.#Re(e)};#ha=e=>{e.type="loadprogress",this.#Re(e)};#Sa=e=>{void 0===e.data&&c.error("Missing loaditem event data."),void 0===e.loadtype&&c.error("Missing loaditem event load type.");const t=e.isfirstitem;let n=null;"image"===e.loadtype?(t?this.#oa.add(e.dataid,e.data):this.#oa.update(e.dataid,e.data),n=e.data.meta):"state"===e.loadtype&&(this.applyJsonState(e.data,e.dataid),n="state"),this.#Re({type:"loaditem",data:n,source:e.source,loadtype:e.loadtype,dataid:e.dataid,isfirstitem:e.isfirstitem,warn:e.warn}),void 0!==this.#ua&&void 0!==this.#ua[e.dataid]&&this.#ua[e.dataid].addItemMeta(n),"image"===e.loadtype&&0!==this.getViewConfigs(e.dataid).length&&t&&this.#To.viewOnFirstLoadItem&&this.render(e.dataid)};#ga=e=>{e.type="load",this.#Re(e)};#pa=e=>{e.type="loadend",this.#Re(e)};#ma=e=>{void 0===e.type&&(e.type="error"),this.#Re(e)};#fa=e=>{void 0===e.type&&(e.type="abort"),this.#Re(e)};#ya(e){e.addEventListener("zoomchange",this.#Re),e.addEventListener("offsetchange",this.#Re),e.addEventListener("renderstart",this.#Re),e.addEventListener("renderend",this.#Re);for(let t=0;t{const t=ki(e.srclayerid).groupDivId,n=this.getViewConfig(e.dataid,t,!0);void 0!==n&&(n.windowCenter=void 0,n.windowWidth=void 0,n.wlPresetName=void 0,3===e.value.length&&(n.windowCenter=e.value[0],n.windowWidth=e.value[1],n.wlPresetName=e.value[2]))})),e.addEventListener("opacitychange",(e=>{const t=ki(e.srclayerid).groupDivId,n=this.getViewConfig(e.dataid,t,!0);void 0!==n&&(n.opacity=e.value[0])})),e.addEventListener("colourmapchange",(e=>{const t=ki(e.srclayerid).groupDivId,n=this.getViewConfig(e.dataid,t,!0);void 0!==n&&(n.colourMap=e.value[0])}))}#va(e,t){const n=this.#oa.get(e);if(!n)throw new Error("Cannot initialise layer with missing data, id: "+e);const i=this.#la.getLayerGroupByDivId(t.divId);if(!i)throw new Error("Cannot initialise layer with missing group, id: "+t.divId);const r=n.image.getGeometry();this.#la.unbindLayerGroups();const o=(new Un).create(n.meta,n.image),a=zi(r.getOrientation(),Oe(t.orientation));o.setOrientation(a),"SEG"===n.image.getMeta().Modality&&o.setAlphaFunction((function(e){return 0===e[0]&&0===e[1]&&0===e[2]?0:255}));const s=0===i.getNumberOfViewLayers();let l=1;void 0!==t.opacity?l=t.opacity:s||(l=.5);const c=i.addViewLayer();c.setView(o,e);const d=r.getSize(a).get2D(),h=r.getSpacing(a).get2D();c.initialise(d,h,l);const S=c.getViewController();if(void 0!==t.wlPresetName)S.setWindowLevelPreset(t.wlPresetName);else if(void 0!==t.windowCenter&&void 0!==t.windowWidth){const e=new u(t.windowCenter,t.windowWidth);S.setWindowLevel(e)}void 0!==t.colourMap?S.setColourMap(t.colourMap):s||("PT"===n.image.getMeta().Modality?S.setColourMap("hot"):S.setColourMap("rainbow")),this.#oa.addEventListener("dataimageset",c.onimageset);const g=[S.getCurrentIndex().getValues(),S.getCurrentPosition().getValues()];i.updateLayersToPositionChange({value:g,srclayerid:c.getId()}),this.#la.fitToContainer(),c.setOffset(i.getOffset());const p=this.#Ia(r.getOrientation(),t.orientation);if(this.#Ta(p,c),s)c.setScale(i.getScale());else{const e=i.getBaseViewLayer();c.initScale(i.getScale(),e.getAbsoluteZoomOffset())}this.#la.bindLayerGroups(),this.#aa&&this.#aa.bindLayerGroup(i,c),this.#Re({type:"viewlayeradd",layerid:c.getId(),layergroupid:i.getDivId(),dataid:e}),s&&this.#aa&&this.#aa.init()}addDrawLayer(e,t){const n=this.#la.getLayerGroupByDivId(t.divId);if(!n)throw new Error("Cannot initialise layer with missing group, id: "+t.divId);const i=this.#oa.get(e);if(!i)throw new Error("Cannot initialise layer with missing data, id: "+e);const r=i.annotationGroup.getMetaValue("ReferencedSeriesSequence").value[0].SeriesInstanceUID,o=n.searchViewLayers({SeriesInstanceUID:r});if(0===o.length)return void console.warn("No loaded data that matches the measurement reference series UID");const a=o[0],s=a.getDataId(),l=a.getViewController();i.annotationGroup.setViewController(l);const c=this.#oa.get(s);if(!c)throw new Error("Cannot initialise layer without reference data, id: "+s);const u=c.image.getGeometry(),d=zi(u.getOrientation(),Oe(t.orientation)),h=u.getSize(d).get2D(),S=u.getSpacing(d).get2D(),g=n.addDrawLayer();g.initialise(h,S,a.getId());const p=new Nn(u,d);g.setPlaneHelper(p);const m=[l.getCurrentIndex().getValues(),l.getCurrentPosition().getValues()];n.updateLayersToPositionChange({value:m,srclayerid:g.getId()}),this.#la.fitToContainer(),g.setOffset(n.getOffset());const f=this.#Ia(u.getOrientation(),t.orientation);this.#Ta(f,g),g.initScale(n.getScale(),a.getAbsoluteZoomOffset()),g.setAnnotationGroup(i.annotationGroup,e,this.addToUndoStack),g.setCurrentPosition(l.getCurrentPosition(),l.getCurrentIndex()),this.#Re({type:"drawlayeradd",layerid:g.getId(),layergroupid:n.getDivId(),dataid:e})}#Ia(e,t){const n=Ae(e.asOneAndZeros());if(void 0===n)throw new Error("Unsupported undefined orientation code");const i=void 0===t,r=!i&&t===we.Axial,o=!i&&t===we.Coronal,a=!i&&t===we.Sagittal,s={x:!1,y:!1},l={x:!1,y:!1,z:!1};return"LPS"===n?(o||a)&&(l.z=!0,s.y=!0):"LAI"===n?i||r?s.y=!0:o?l.z=!0:a&&(l.z=!0,s.x=!0):"RPI"===n?i||r?s.x=!0:o?(l.z=!0,s.x=!0):a&&(l.z=!0):"RAS"===n?(s.x=!0,s.y=!0,(o||a)&&(l.z=!0)):"LSA"===n?(s.y=!0,i||o?l.z=!0:r?l.y=!0:a&&(s.x=!0,l.y=!0,l.z=!0)):"RSP"===n?i||o?(s.x=!0,s.y=!0,l.x=!0,l.z=!0):r?(s.x=!0,l.x=!0):a&&(s.y=!0,l.z=!0):"RIA"===n?(s.x=!0,i||o?l.x=!0:r?(s.y=!0,l.x=!0,l.y=!0):a&&(l.y=!0)):"PSL"===n?(l.z=!0,(i||a||o)&&(s.y=!0)):"PIR"===n?(l.z=!0,(r||o)&&(s.x=!0)):"ASR"===n?(s.x=!0,s.y=!0,(i||a||o)&&(l.z=!0)):"AIL"===n?i||a?(s.x=!0,l.z=!0):r?s.y=!0:o&&(l.z=!0):c.warn("Unsupported orientation code: "+n+", display could be incorrect"),{scale:l,offset:s}}#Ta(e,t){e.offset.x&&t.addFlipOffsetX(),e.offset.y&&t.addFlipOffsetY(),e.scale.x&&t.flipScaleX(),e.scale.y&&t.flipScaleY(),e.scale.z&&t.flipScaleZ()}}class Do{#gi;#La;constructor(e){this.#gi=e;const t=e.getMeta();void 0===t.custom&&(t.custom={}),void 0===t.custom.segments&&(t.custom.segments=[]),this.#La=t.custom.segments}#Pa(e){return this.#La.findIndex((function(t){return t.number===e}))}hasSegment(e){return-1!==this.#Pa(e)}getNumberOfSegments(){return this.#La.length}maskHasSegments(e){const t=[],n=[];for(let i=0;ie.number===this.#wa.number))}execute(){0!==this.#Aa.length&&(void 0!==this.#wa.displayRGBValue?this.#gi.setAtOffsets(this.#Aa,y):this.#gi.setAtOffsets(this.#Aa,0)),new Do(this.#gi).removeSegment(this.#wa.number),this.#Oa||this.onExecute({type:"masksegmentdelete",segmentnumber:this.#wa.number})}undo(){0!==this.#Aa.length&&(void 0!==this.#wa.displayRGBValue?this.#gi.setAtOffsets(this.#Aa,this.#wa.displayRGBValue):this.#gi.setAtOffsets(this.#Aa,this.#wa.displayValue)),new Do(this.#gi).addSegment(this.#wa),this.onUndo({type:"masksegmentredraw",segmentnumber:this.#wa.number})}onExecute(e){}onUndo(e){}}class yo{#gi;#wa;#ba;#xa;#Oa;#Aa;constructor(e,t,n,i){this.#gi=e,this.#wa=t,this.#ba=n,this.#Oa=void 0!==i&&i,void 0!==t.displayRGBValue?this.#xa=t.displayRGBValue:this.#xa=t.displayValue,this.#Aa=e.getOffsets(this.#xa)}getName(){return"Change-segment-colour"}isValid(){return 0!==this.#Aa.length}execute(){this.#gi.setAtOffsets(this.#Aa,this.#ba),"number"==typeof this.#ba?this.#wa.displayValue=this.#ba:this.#wa.displayRGBValue=this.#ba,this.#Oa||this.onExecute({type:"changemasksegmentcolour",segmentnumber:this.#wa.number,value:[this.#ba]})}undo(){this.#gi.setAtOffsets(this.#Aa,this.#xa),"number"==typeof this.#xa?this.#wa.displayValue=this.#xa:this.#wa.displayRGBValue=this.#xa,this.onUndo({type:"changemasksegmentcolour",segmentnumber:this.#wa.number,value:[this.#xa]})}onExecute(e){}onUndo(e){}}class vo{#Ra=[];#Fa;#Ea(e){return this.#Ra.findIndex((function(t){return t.number===e}))}isHidden(e){return-1!==this.#Ea(e)}addToHidden(e){this.isHidden(e.number)?c.warn("Not hidding segment, it is allready in the hidden list: "+e.number):(this.#Ra.push(e),this.#Fa=void 0!==e.displayValue)}removeFromHidden(e){const t=this.#Ea(e);-1!==t?this.#Ra.splice(t,1):c.warn("Cannot remove segment, it is not in the hidden list: "+e)}getAlphaFunc(){const e=[];this.#Fa?e[0]=0:e[0]={r:0,g:0,b:0};for(const t of this.#Ra)this.#Fa?e.push(t.displayValue):e.push(t.displayRGBValue);let t;return t=this.#Fa?function(t){for(let n=0;nthis.#u?this.#l:e*this.#d+this.#h}}class S{#g;#p;#r;#m=0;#f=!0;constructor(e,t,n){if(this.#g=e,t){const e=this.#g.getLength();this.#m=e/2}else this.#m=0;this.#f=n}getVoiLut(){return this.#p}getModalityLut(){return this.#g}setVoiLut(e){if(this.#p=e,this.#p.setSignedOffset(this.#g.getRSI().getSlope()*this.#m),this.#f){const e=this.#g.getLength();this.#r=new Uint8ClampedArray(e);for(let t=0;t255?255:t})),green:g((function(e){const t=256/3;let n=0;return e>=t&&(n=3*(e-t),n>255)?255:n})),blue:g((function(e){const t=256/3;let n=0;return e>=2*t&&(n=3*(e-2*t),n>255)?255:n}))},hot_iron:{red:[0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255],green:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,255],blue:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,255]},pet:{red:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199,201,203,205,207,209,211,213,215,217,219,221,223,225,227,229,231,233,235,237,239,241,243,245,247,249,251,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255],green:[0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,128,126,124,122,120,118,116,114,112,110,108,106,104,102,100,98,96,94,92,90,88,86,84,82,80,78,76,74,72,70,68,66,64,63,61,59,57,55,53,51,49,47,45,43,41,39,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,1,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,255],blue:[0,1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199,201,203,205,207,209,211,213,215,217,219,221,223,225,227,229,231,233,235,237,239,241,243,245,247,249,251,253,255,252,248,244,240,236,232,228,224,220,216,212,208,204,200,196,192,188,184,180,176,172,168,164,160,156,152,148,144,140,136,132,128,124,120,116,112,108,104,100,96,92,88,84,80,76,72,68,64,60,56,52,48,44,40,36,32,28,24,20,16,12,8,4,0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,85,89,93,97,101,105,109,113,117,121,125,129,133,137,141,145,149,153,157,161,165,170,174,178,182,186,190,194,198,202,206,210,214,218,222,226,230,234,238,242,246,250,255]},hot_metal_blue:{red:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,9,12,15,18,21,24,26,29,32,35,38,41,44,47,50,52,55,57,59,62,64,66,69,71,74,76,78,81,83,85,88,90,93,96,99,102,105,108,111,114,116,119,122,125,128,131,134,137,140,143,146,149,152,155,158,161,164,166,169,172,175,178,181,184,187,190,194,198,201,205,209,213,217,221,224,228,232,236,240,244,247,251,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255],green:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,6,8,9,11,13,15,17,19,21,23,24,26,28,30,32,34,36,38,40,41,43,45,47,49,51,53,55,56,58,60,62,64,66,68,70,72,73,75,77,79,81,83,85,87,88,90,92,94,96,98,100,102,104,105,107,109,111,113,115,117,119,120,122,124,126,128,130,132,134,136,137,139,141,143,145,147,149,151,152,154,156,158,160,162,164,166,168,169,171,173,175,177,179,181,183,184,186,188,190,192,194,196,198,200,201,203,205,207,209,211,213,215,216,218,220,222,224,226,228,229,231,233,235,237,239,240,242,244,246,248,250,251,253,255],blue:[0,2,4,6,8,10,12,14,16,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,184,186,188,190,192,194,196,198,200,197,194,191,188,185,182,179,176,174,171,168,165,162,159,156,153,150,144,138,132,126,121,115,109,103,97,91,85,79,74,68,62,56,50,47,44,41,38,35,32,29,26,24,21,18,15,12,9,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,6,9,12,15,18,21,24,26,29,32,35,38,41,44,47,50,53,56,59,62,65,68,71,74,76,79,82,85,88,91,94,97,100,103,106,109,112,115,118,121,124,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,176,179,182,185,188,191,194,197,200,203,206,210,213,216,219,223,226,229,232,236,239,242,245,249,252,255]},pet_20step:{red:[0,0,0,0,0,0,0,0,0,0,0,0,0,96,96,96,96,96,96,96,96,96,96,96,96,96,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,80,80,80,80,80,80,80,80,80,80,80,80,80,96,96,96,96,96,96,96,96,96,96,96,96,96,112,112,112,112,112,112,112,112,112,112,112,112,112,128,128,128,128,128,128,128,128,128,128,128,128,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,80,80,80,80,80,80,80,80,80,80,80,80,80,64,64,64,64,64,64,64,64,64,64,64,64,224,224,224,224,224,224,224,224,224,224,224,224,224,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,192,192,192,192,192,192,192,192,192,192,192,192,192,176,176,176,176,176,176,176,176,176,176,176,176,176,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255],green:[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,80,80,80,80,80,80,80,80,80,80,80,80,80,96,96,96,96,96,96,96,96,96,96,96,96,96,112,112,112,112,112,112,112,112,112,112,112,112,112,128,128,128,128,128,128,128,128,128,128,128,128,96,96,96,96,96,96,96,96,96,96,96,96,96,144,144,144,144,144,144,144,144,144,144,144,144,144,192,192,192,192,192,192,192,192,192,192,192,192,192,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,224,208,208,208,208,208,208,208,208,208,208,208,208,208,176,176,176,176,176,176,176,176,176,176,176,176,176,144,144,144,144,144,144,144,144,144,144,144,144,96,96,96,96,96,96,96,96,96,96,96,96,96,48,48,48,48,48,48,48,48,48,48,48,48,48,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255],blue:[0,0,0,0,0,0,0,0,0,0,0,0,0,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,112,112,112,112,112,112,112,112,112,112,112,112,128,128,128,128,128,128,128,128,128,128,128,128,128,176,176,176,176,176,176,176,176,176,176,176,176,176,192,192,192,192,192,192,192,192,192,192,192,192,192,224,224,224,224,224,224,224,224,224,224,224,224,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,80,80,80,80,80,80,80,80,80,80,80,80,80,64,64,64,64,64,64,64,64,64,64,64,64,80,80,80,80,80,80,80,80,80,80,80,80,80,96,96,96,96,96,96,96,96,96,96,96,96,96,64,64,64,64,64,64,64,64,64,64,64,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255]}};class y{r;g;b;constructor(e,t,n){this.r=e,this.g=t,this.b=n}}const C={r:0,g:0,b:0};function v(e,t){return null!==e&&null!==t&&void 0!==e&&void 0!==t&&e.r===t.r&&e.g===t.g&&e.b===t.b}function I(e){return{l:655.35*e.l,a:257*e.a+32896,b:257*e.b+32896}}const T={x:95.0489,y:100,z:108.884};function L(e){return function(e){function t(e){let t=null;return t=e>.008856452?Math.pow(e,.333333333):7.787037037*e+.137931034,t}const n=T,i=t(e.y/n.y);return{l:116*i-16,a:500*(t(e.x/n.x)-i),b:200*(i-t(e.z/n.z))}}(function(e){function t(e){let t=null;return t=e<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4),t}const n=t(e.r/255),i=t(e.g/255),r=t(e.b/255);return{x:100*(.4124*n+.3576*i+.1805*r),y:100*(.2126*n+.7152*i+.0722*r),z:100*(.0193*n+.1192*i+.9505*r)}}(e))}function P(e){const t={Yellow:"#ffff00",Red:"#ff0000",White:"#ffffff",Green:"#008000",Blue:"#0000ff",Lime:"#00ff00",Fuchsia:"#ff00ff",Black:"#000000"};let n="#ffff00";return void 0!==t[e]&&(n=t[e]),n}class w{#D;#y;#C;constructor(e,t,n){this.#D=e,this.#y=t,this.#C=n}getX(){return this.#D}getY(){return this.#y}getZ(){return this.#C}equals(e){return null!==e&&this.#D===e.getX()&&this.#y===e.getY()&&this.#C===e.getZ()}toString(){return"("+this.#D+", "+this.#y+", "+this.#C+")"}norm(){return Math.sqrt(this.#D*this.#D+this.#y*this.#y+this.#C*this.#C)}crossProduct(e){return new w(this.#y*e.getZ()-e.getY()*this.#C,this.#C*e.getX()-e.getZ()*this.#D,this.#D*e.getY()-e.getX()*this.#y)}dotProduct(e){return this.#D*e.getX()+this.#y*e.getY()+this.#C*e.getZ()}isCodirectional(e){return this.dotProduct(e)>0}}Number.EPSILON;const O=1e-4;function A(e,t,n){return void 0===n&&(n=Number.EPSILON),Math.abs(e-t)0?1:-1;for(let t=0;t<3;++t)t===n.index?e.push(1*i):e.push(0)}return new b(e)}getThirdColMajorDirection(){return this.getColAbsMax(2).index}}function x(){return new b([1,0,0,0,1,0,0,0,1])}function R(e){return e.equals(x())}class F{#D;#y;constructor(e,t){this.#D=e,this.#y=t}getX(){return this.#D}getY(){return this.#y}getValues(){return[this.#D,this.#y]}getCentroid(){return this}equals(e){return null!=e&&this.#D===e.getX()&&this.#y===e.getY()}toString(){return"("+this.#D+", "+this.#y+")"}getDistance(e){const t=this.#D-e.getX(),n=this.#y-e.getY();return Math.sqrt(t*t+n*n)}}class E{#D;#y;#C;constructor(e,t,n){this.#D=e,this.#y=t,this.#C=n}getX(){return this.#D}getY(){return this.#y}getZ(){return this.#C}getValues(){return[this.#D,this.#y,this.#C]}equals(e){return null!==e&&this.#D===e.getX()&&this.#y===e.getY()&&this.#C===e.getZ()}isSimilar(e,t){return null!==e&&A(this.#D,e.getX(),t)&&A(this.#y,e.getY(),t)&&A(this.#C,e.getZ(),t)}toString(){return"("+this.#D+", "+this.#y+", "+this.#C+")"}getDistance(e){return Math.sqrt(this.#I(e))}#I(e){const t=this.#D-e.getX(),n=this.#y-e.getY(),i=this.#C-e.getZ();return t*t+n*n+i*i}getClosest(e){let t=0,n=this.#I(e[t]);for(let i=0;i0?0|n:0;return e.substring(i,i+t.length)===t}function Q(e,t){return null!=e&&null!=t&&e.substring(e.length-t.length)===t}function V(e){const t=[];if(null==e)return t;const n=/{(\w+)}/g;let i=n.exec(e);for(;i;)t.push(i[1]),i=n.exec(e);return t}function N(e){let t=null;if(null!=e&&"."!==e[0]){const n=e.toLowerCase().split(".");1!==n.length&&(t=n.pop(),/[a-z]/.test(t)&&!t.includes("/")||(t=null))}return t}function B(e){const t=new Uint8Array(e.length);for(let n=0,i=e.length;n=e.length)throw new Error("Non valid dimension for toStringId");let n="";for(let i=0;i=e.length)&&(n=0),(void 0===i||i<=n||i>e.length)&&(i=e.length);for(let r=n;ro;t--,o++)r=n[o],n[o]=n[t],n[t]=r}class Le{#w;#O=!0;#A=function(){return new Int8Array(new Int16Array([1]).buffer)[0]>0}();#b;#x;constructor(e,t){this.#w=e,void 0!==t&&(this.#O=t),this.#b=this.#O!==this.#A,this.#x=new DataView(e)}readUint16(e){return this.#x.getUint16(e,this.#O)}readInt16(e){return this.#x.getInt16(e,this.#O)}readUint32(e){return this.#x.getUint32(e,this.#O)}readBigUint64(e){return this.#x.getBigUint64(e,this.#O)}readInt32(e){return this.#x.getInt32(e,this.#O)}readBigInt64(e){return this.#x.getBigInt64(e,this.#O)}readFloat32(e){return this.#x.getFloat32(e,this.#O)}readFloat64(e){return this.#x.getFloat64(e,this.#O)}readBinaryArray(e,t){const n=new Uint8Array(this.#w,e,t),i=8*n.length,r=new Uint8Array(i);let o=0,a=0;for(let e=0;e2^"+e+").")}}return i}function Qe(e,t){return t?8:$(e)?12:8}const Ve="00280008",Ne="00280100",Be="00280103",Ge="7FE00010";class ke{#R={};#F;#E=new Ae;#q=this.#E;#U(e){return this.#E.decode(e)}#M(e){return this.#q.decode(e)}getDefaultCharacterSet(){return this.#F}setDefaultCharacterSet(e){this.#F=e}setDecoderCharacterSet(e){this.#q=new TextDecoder(e)}getDicomElements(){return this.#R}#Q(e,t){const n=e.readHex(t);t+=Uint16Array.BYTES_PER_ELEMENT;const i=e.readHex(t);return t+=Uint16Array.BYTES_PER_ELEMENT,{tag:new he(n,i),endOffset:t}}#V(e,t,n){const i={};let r=this.#N(e,t,n);if(t=r.endOffset,De(r.tag))return{data:i,endOffset:r.endOffset,isSeqDelim:!0};if(i[r.tag.getKey()]={tag:r.tag,vr:"NONE",vl:r.vl,undefinedLength:r.undefinedLength},r.undefinedLength){let o=!1;for(;!o;)r=this.#N(e,t,n),t=r.endOffset,o=fe(r.tag),o||(i[r.tag.getKey()]=r)}else{const o=t;for(t-=r.vl;t8&&"OB"===a&&(c.warn("Reading DICOM pixel data with bitsAllocated>8 and OB VR, treating as OW"),e.vr="OW"),l=[],1===i)l.push(t.readBinaryArray(s,o));else if(8===i)0===n?l.push(t.readUint8Array(s,o)):l.push(t.readInt8Array(s,o));else{if(16!==i)throw new Error("Unsupported bits allocated: "+i);0===n?l.push(t.readUint16Array(s,o)):l.push(t.readInt16Array(s,o))}else if(void 0!==u)if("Uint8"===u)l=t.readUint8Array(s,o);else if("Uint16"===u)l=t.readUint16Array(s,o),"O"!==a[0]&&(l=Array.from(l));else if("Uint32"===u)l=t.readUint32Array(s,o),"O"!==a[0]&&(l=Array.from(l));else if("Uint64"===u)l=t.readUint64Array(s,o);else if("Int16"===u)l=Array.from(t.readInt16Array(s,o));else if("Int32"===u)l=Array.from(t.readInt32Array(s,o));else if("Int64"===u)l=t.readInt64Array(s,o);else if("Float32"===u)l=Array.from(t.readFloat32Array(s,o));else if("Float64"===u)l=Array.from(t.readFloat64Array(s,o));else{if("string"!==u)throw new Error("Unknown VR type: "+u);{const e=t.readUint8Array(s,o);l=te(a)?this.#M(e):this.#U(e),l=function(e){let t=e;const n=e.length-1;return e[n]===Oe&&(t=e.substring(0,n)),t=t.trim(),t}(l).split("\\")}}else if("xx"===a)l=Array.from(t.readUint16Array(s,o));else if("ox"===a)l=8===i?0===n?Array.from(t.readUint8Array(s,o)):Array.from(t.readInt8Array(s,o)):0===n?Array.from(t.readUint16Array(s,o)):Array.from(t.readInt16Array(s,o));else if("xs"===a)l=0===n?Array.from(t.readUint16Array(s,o)):Array.from(t.readInt16Array(s,o));else if("AT"===a){const e=t.readUint16Array(s,o);l=[];for(let t=0,n=e.length;t=65&&r<=90&&o>=65&&o<=90);let s=null;if(n===t)s=a?re:oe;else{if(a)throw new Error("Not a valid DICOM file (no magic DICM word foundand implicit VR big endian detected)");s=ae}const l=new Ie("UI");return l.tag=new he("0002","0010"),l.value=[s],l.vl=l.value[0].length,l.startOffset=e.startOffset,l.endOffset=l.startOffset+l.vl,l}(i);this.#R[e.tag.getKey()]=e,n=e.value[0],t=0}if(!function(e){return e===re||e===oe||e===ae||Fe(e)||Ee(e)||qe(e)||Ue(e)}(n))throw new Error("Unsupported DICOM transfer syntax: '"+n+"' ("+function(e){let t="Unknown";return void 0!==ie[e]&&(t=ie[e]),t}(n)+")");let s=!1;for(xe(n)&&(s=!0),Re(n)&&(o=new Le(e,!1));t1&&t.length>e){const n=t.length/e,r=[];let o=0;for(let i=0;i{if(void 0===this.#H[e.type])return;const t=this.#H[e.type].slice();for(let n=0;n2?e:0})));let c=r.indexToOffset(l);void 0===n&&(n=!1);let u=null;u=n?function(t){return e.getRescaledValueAtOffset(t)}:function(t){return e.getValueAtOffset(t)};const d=r.get(0),h=r.get(1),S=r.get(2);let g=r.getDimSize(2);const p=e.getNumberOfComponents(),m=1===e.getPlanarConfiguration(),f=function(e,t,n,i,r,o,a,s){return 1===p?ze(e,t,n,i,r,o,a,s):3===p?function(e,t,n,i,r,o,a,s,l){const c=[];return l?(c.push(ze(e,t,n,i,r,o,a,s)),c.push(ze(e,t+n*i,n,i,r,o,a,s)),c.push(ze(e,t+2*n*i,n,i,r,o,a,s))):(i*=3,o*=3,c.push(ze(e,t,n,i,r,o,a,s)),c.push(ze(e,t+1,n,i,r,o,a,s)),c.push(ze(e,t+2,n,i,r,o,a,s))),{next:function(){const e=c[0].next(),t=c[1].next(),n=c[2].next();return e.done?{done:!0,index:n.index}:{value:[e.value,t.value,n.value],done:!1,index:[e.index,t.index,n.index]}}}}(e,3*t,n,i,r,o,a,s,m):void 0};let D=null;if(i&&void 0!==i){const e=i.getColAbsMax(0),t=i.getColAbsMax(2),n=!1,r=!1;let o=null;if(2===t.index)o=d*h,D=0===e.index?f(u,c,o,1,d,d,n,r):f(u,c,o,d,h,1,n,r);else if(0===t.index)o=S*h,D=1===e.index?f(u,c,o,d,h,g,n,r):f(u,c,o,g,S,d,n,r);else{if(1!==t.index)throw new Error("Unknown direction: "+t.index);o=S*d,D=0===e.index?f(u,c,o,1,d,g,n,r):f(u,c,o,g,S,1,n,r)}}else if(1===e.getNumberOfComponents())D=function(e,t,n,i){void 0===i&&(i=1);let r=t;return{next:function(){if(r=e[i+1].index&&++i;const t={value:e[i].colour,done:!1,index:n};return++n,t}return{done:!0,index:t}}}}class je{#d;#z;constructor(e,t){this.#d=e,this.#z=t}getSlope(){return this.#d}getIntercept(){return this.#z}apply(e){return e*this.#d+this.#z}equals(e){return null!=e&&this.getSlope()===e.getSlope()&&this.getIntercept()===e.getIntercept()}isID(){return 1===this.getSlope()&&0===this.getIntercept()}}class Ze{#e;constructor(e){if(!e||void 0===e)throw new Error("Cannot create size with no values.");if(0===e.length)throw new Error("Cannot create size with empty values.");if(!e.every((function(e){return!isNaN(e)&&0!==e})))throw new Error("Cannot create size with non number or zero values.");this.#e=e}get(e){return this.#e[e]}length(){return this.#e.length}toString(){return"("+this.#e.toString()+")"}getValues(){return this.#e.slice()}moreThanOne(e){return this.length()>=e+1&&1!==this.get(e)}canScroll3D(e){let t=2;return void 0!==e&&(t=e.getThirdColMajorDirection()),this.moreThanOne(t)}canScroll(e){let t=this.canScroll3D(e);for(let e=3;ethis.length())return null;if(void 0===t)t=0;else if(t<0||t>e)throw new Error("Invalid start value for getDimSize");let n=1;for(let i=t;in-1)throw new Error("Wrong input dir value: "+t[e]);for(let n=0;n=0&&ithis.length()-1)throw new Error("Invalid start value for indexToOffset");let n=0;for(let i=t;i0;--e)i=this.getDimSize(e),t[e]=Math.floor(n/i),n-=t[e]*i;return t[0]=n,new s(t)}get2D(){return{x:this.get(0),y:this.get(1)}}}class _e{min;max;mean;stdDev;median;p25;p75;constructor(e,t,n,i){this.min=e,this.max=t,this.mean=n,this.stdDev=i}}function Ke(e,t){return function(e){return null!=e&&(e.includes("median")||e.includes("p25")||e.includes("p75"))}(t)?function(e){const t=Je(e);return e.sort((function(e,t){return e-t})),t.median=$e(e,.5),t.p25=$e(e,.25),t.p75=$e(e,.75),t}(e):Je(e)}function Je(e){let t=e[0],n=t,i=0,r=0,o=0;const a=e.length;for(let s=0;sn&&(n=o),i+=o,r+=o*o;const s=i/a;let l=r/a-s*s;l<0&&(l=0);const c=Math.sqrt(l);return new _e(t,n,s,c)}function $e(e,t){if(0===e.length)throw new Error("Empty array provided for percentile calculation.");if(t<0||t>1)throw new Error("Invalid ratio provided for percentile calculation: "+t);if(0===t)return e[0];if(1===t)return e[e.length-1];const n=(e.length-1)*t,i=Math.floor(n),r=e[i];return r+(e[i+1]-r)*(n-i)}function et(){return Math.random().toString(36).substring(2,15)}class tt{min;max;constructor(e,t){this.min=e,this.max=t}}class nt{#e;constructor(e){if(!e||void 0===e)throw new Error("Cannot create spacing with no values.");if(0===e.length)throw new Error("Cannot create spacing with empty values.");if(!e.every((function(e){return!isNaN(e)&&0!==e})))throw new Error("Cannot create spacing with non number or zero values.");this.#e=e}get(e){return this.#e[e]}length(){return this.#e.length}toString(){return"("+this.#e.toString()+")"}getValues(){return this.#e.slice()}equals(e){if(!e)return!1;const t=this.length();if(t!==e.length())return!1;for(let n=0;nO&&c.warn("Varying slice spacing, value: "+i+" (mean: "+n.mean+", min: "+n.min+", max: "+n.max+", stdDev: "+n.stdDev+")"),i}(this.#W);if(void 0!==e&&this.#X.get(2)!==e){c.trace("Using geometric spacing "+e+" instead of tag spacing "+this.#X.get(2));const t=this.#X.getValues();t[2]=e,this.#X=new nt(t)}}getSpacing(e){this.#K&&(this.#J(),this.#K=!1);let t=this.#X;if(e&&void 0!==e){let n=rt([this.#X.get(0),this.#X.get(1),this.#X.get(2)],e);n=n.map(Math.abs),t=new nt(n)}return t}getRealSpacing(){return this.getSpacing(this.#_.getInverse().asOneAndZeros())}getOrientation(){return this.#_}getSliceIndex(e,t){let n=this.#W;void 0!==t&&(n=this.#j[t]);const i=e.getClosest(n),r=n[i],o=e.minus(r);return new w(this.#_.get(0,2),this.#_.get(1,2),this.#_.get(2,2)).isCodirectional(o)?i+1:i}appendOrigin(e,t,n){const i=function(t){return t.equals(e)};if(void 0!==n){if(void 0!==this.#j[n].find(i))throw new Error("Cannot append same time origin twice");this.#j[n].splice(t,0,e)}if(void 0===n||n===this.#Z){if(void 0!==this.#W.find(i))throw new Error("Cannot append same origin twice");this.#K=!0,this.#W.splice(t,0,e);const n=this.#Y.getValues();n[2]+=1,this.#Y=new Ze(n)}}appendFrame(e,t){this.#j[t]=[e];const n=this.#Y.getValues(),i=this.#X.getValues();4===n.length?n[3]+=1:(n.push(2),i.push(1)),this.#Y=new Ze(n),this.#X=new nt(i)}toString(){return"Origin: "+this.getOrigin()+", Size: "+this.getSize()+", Spacing: "+this.getSpacing()+", Orientation: "+this.getOrientation()}equals(e){return null!==e&&this.getOrigin().equals(e.getOrigin())&&this.getSize().equals(e.getSize())&&this.getSpacing().equals(e.getSpacing())}isInBounds(e){return this.isIndexInBounds(this.worldToIndex(e))}isIndexInBounds(e,t){return this.getSize().isInBounds(e,t)}indexToWorld(e){const t=this.getSpacing(),n=new E(e.get(0)*t.get(0),e.get(1)*t.get(1),e.get(2)*t.get(2)),i=this.getOrientation().multiplyPoint3D(n),r=e.getValues(),o=this.getOrigin();return r[0]=o.getX()+i.getX(),r[1]=o.getY()+i.getY(),r[2]=o.getZ()+i.getZ(),new q(r)}pointToWorld(e){const t=this.getSpacing(),n=new E(e.getX()*t.get(0),e.getY()*t.get(1),e.getZ()*t.get(2)),i=this.getOrientation().multiplyPoint3D(n),r=this.getOrigin();return new E(r.getX()+i.getX(),r.getY()+i.getY(),r.getZ()+i.getZ())}worldToIndex(e){const t=this.getOrigin(),n=new E(e.get(0)-t.getX(),e.get(1)-t.getY(),e.get(2)-t.getZ()),i=this.getOrientation().getInverse().multiplyPoint3D(n),r=e.getValues(),o=this.getSpacing();return r[0]=Math.round(i.getX()/o.get(0)),r[1]=Math.round(i.getY()/o.get(1)),r[2]=Math.round(i.getZ()/o.get(2)),new s(r)}worldToPoint(e){const t=this.getOrigin(),n=new E(e.get(0)-t.getX(),e.get(1)-t.getY(),e.get(2)-t.getZ()),i=this.getOrientation().getInverse().multiplyPoint3D(n),r=e.getValues(),o=this.getSpacing();return r[0]=i.getX()/o.get(0),r[1]=i.getY()/o.get(1),r[2]=i.getZ()/o.get(2),new E(r[0],r[1],r[2])}}function rt(e,t){return t.getInverse().multiplyArray3D(e)}function ot(e,t){return t.multiplyArray3D(e)}function at(e){return("0"+e).slice(-2)}function st(e){if(void 0===e)return;if(1!==e.value.length)return;const t=e.value[0];let n=4,i=6;return 10===t.length&&(n=5,i=8),{year:parseInt(t.substring(0,4),10),monthIndex:t.length>=n+2?parseInt(t.substring(n,n+2),10)-1:0,day:t.length===i+2?parseInt(t.substring(i,i+2),10):0}}function lt(e){if(void 0===e)return;if(1!==e.value.length)return;const t=e.value[0],n=parseInt(t.substring(0,2),10),i=t.length>=4?parseInt(t.substring(2,4),10):0,r=t.length>=6?parseInt(t.substring(4,6),10):0,o=t.length>=8?t.substring(7,10):0;return{hours:n,minutes:i,seconds:r,milliseconds:0===o?0:parseInt(o,10)*Math.pow(10,3-o.length)}}function ct(e){return{year:e.getFullYear().toString(),monthIndex:at((e.getMonth()+1).toString()),day:at(e.getDate().toString())}}function ut(e){return{hours:at(e.getHours().toString()),minutes:at(e.getMinutes().toString()),seconds:at(e.getSeconds().toString())}}function dt(e){return e.year+e.monthIndex+e.day}function ht(e){return e.hours+e.minutes+e.seconds}function St(){return new b([1,0,0,0,0,1,0,-1,0])}const gt={Axial:"axial",Coronal:"coronal",Sagittal:"sagittal"};function pt(e){let t;return e===gt.Axial?t=x():e===gt.Coronal?t=St():e===gt.Sagittal&&(t=new b([0,0,-1,1,0,0,0,-1,0])),t}function mt(e){const t=new w(e.get(0,0),e.get(1,0),e.get(2,0)),n=new w(e.get(0,1),e.get(1,1),e.get(2,1)),i=new w(e.get(0,2),e.get(1,2),e.get(2,2));return ft(t)+ft(n)+ft(i)}function ft(e){let t=new w(Math.abs(e.getX()),Math.abs(e.getY()),Math.abs(e.getZ())),n="";const i=e.getX()<0?"R":"L",r=e.getY()<0?"A":"P",o=e.getZ()<0?"I":"S",a=1e-4;for(let e=0;e<3;e++)if(t.getX()>a&&t.getX()>t.getY()&&t.getX()>t.getZ())n+=i,t=new w(0,t.getY(),t.getZ());else if(t.getY()>a&&t.getY()>t.getX()&&t.getY()>t.getZ())n+=r,t=new w(t.getX(),0,t.getZ());else{if(!(t.getZ()>a&&t.getZ()>t.getX()&&t.getZ()>t.getY()))break;n+=o,t=new w(t.getX(),t.getY(),0)}return n}function Dt(e){let t;const n=yt(e);return void 0!==n&&(t=function(e){let t;return["LPS","LAI","RPI","RAS","ALS","ARI","PLI","PRS"].includes(e)?t=gt.Axial:["LSA","LIP","RSP","RIA","ILA","IRP","SLP","SRA"].includes(e)?t=gt.Coronal:["PSL","PIR","ASR","AIL","IAR","IPL","SAL","SPR"].includes(e)&&(t=gt.Sagittal),t}(mt(n.asOneAndZeros()))),t}function yt(e){let t;if(void 0!==e&&6===e.length){const n=new w(e[0],e[1],e[2]),i=new w(e[3],e[4],e[5]),r=n.crossProduct(i);t=new b([n.getX(),i.getX(),r.getX(),n.getY(),i.getY(),r.getY(),n.getZ(),i.getZ(),r.getZ()])}return t}function Ct(e,t){let n=x();return void 0!==t&&(n=e.asOneAndZeros().getInverse().multiply(t)),n.getAbs()}function vt(e){const t=e["00280010"];if(void 0===t)throw new Error("Missing DICOM image number of rows");if(0===t.value.length)throw new Error("Empty DICOM image number of rows");const n=e["00280011"];if(void 0===n)throw new Error("Missing DICOM image number of columns");if(0===n.value.length)throw new Error("Empty DICOM image number of columns");return[n.value[0],t.value[0]]}function It(e){if(void 0===e["00280030"])return null;const t=e["00280030"],n=[parseFloat(t.value[1]),parseFloat(t.value[0])];return void 0!==e["00180088"]&&n.push(parseFloat(e["00180088"].value[0])),new nt(n)}function Tt(e,t,n){let i="";if(void 0===e)i+=" "+t+" is undefined,";else if(0===e.value.length)i+=" "+t+" is empty,";else if(void 0!==n)for(let r=0;r=9?lt(r):void 0}}(h);S=e.date,g=e.time}void 0===g&&(g={hours:0,minutes:0,seconds:0,milliseconds:0}),a=new Date(S.year,S.monthIndex,S.day,g.hours,g.minutes,g.seconds,g.milliseconds)}const l=lt(e["00080031"]);let u=new Date(i.year,i.monthIndex,i.day,l.hours,l.minutes,l.seconds,l.milliseconds);const d=e["00080022"],h=e["00080032"];if(void 0!==d&&void 0!==h){const t=st(d),i=lt(h),r=new Date(t.year,t.monthIndex,t.day,i.hours,i.minutes,i.seconds,i.milliseconds);if(u>r){const a="Series date/time is after Aquisition date/time (diff="+(u.getTime()-r.getTime()).toString()+"ms) ";c.debug(a);let s=0;const l="FrameReferenceTime (00541300)",d=e["00541300"];n+=Tt(d,l),void 0!==d&&(s=d.value[0]);let h=0;const S="ActualFrameDuration (0018,1242)",g=e["00181242"];if(n+=Tt(g,S),void 0!==g&&(h=g.value[0]),s>0&&h>0){h/=1e3,s/=1e3;const e=Math.log(2)/o,n=e*h,r=1/e*Math.log(n/(1-Math.exp(-n)))-s;u=new Date(t.year,t.monthIndex,t.day,i.hours,i.minutes,i.seconds+r,i.milliseconds)}}}let S;if(void 0!==u&&void 0!==a&&void 0!==r&&void 0!==o){const e=(u.getTime()-a.getTime())/1e3;S=r*Math.pow(2,-e/o)}return{value:S,warning:n}}(e);n+=o.warning;const a={};return 0!==n.length?a.warning="Cannot calculate PET SUV:"+n:a.value=1e3*t/o.value,a}(e);this.#ee=t.value,this.#$=t.warning}return this.#$}create(e,t,n){const i=vt(e),r=[i[0],i[1],1],o=e["00280008"];if(void 0!==o){const e=parseInt(o.value[0],10);e>1&&r.push(e)}const a=new Ze(r),s=function(e){let t=1,n=1;const i=["00280030","00181164","00182010","00280034"];for(let r=0;rparseFloat(e))))),n}(e),f=new E(p[0],p[1],p[2]),y=(new Lt).getTime(e),C=new it(f,a,s,m,y);let v;const I=e["00080018"];void 0!==I&&(v=I.value[0]);let T=1;const L=e["00280002"];void 0!==L&&(T=L.value[0]);const P=a.getTotalSize()*T;if(P!==t.length){if(c.warn("Badly sized pixel buffer: "+t.length+" != "+P),!(P>8};r=t.value.map(e),o=n.value.map(e),a=i.value.map(e)}}else if(8===s.value[2]){c.info("Scaling 16bits color lut since the lut descriptor is 8.");let e=t.value.slice(0);r=Array.from(new Uint8Array(e.buffer)),e=n.value.slice(0),o=Array.from(new Uint8Array(e.buffer)),e=i.value.slice(0),a=Array.from(new Uint8Array(e.buffer))}D.palette={red:r,green:o,blue:a}}const z=e["00082144"];return void 0!==z&&(q.RecommendedDisplayFrameRate=parseInt(z.value[0],10)),w.setMeta(q),w}}class wt{#O=!0;#x;constructor(e,t){void 0!==t&&(this.#O=t),this.#x=new DataView(e)}writeUint8(e,t){return this.#x.setUint8(e,t),e+Uint8Array.BYTES_PER_ELEMENT}writeInt8(e,t){return this.#x.setInt8(e,t),e+Int8Array.BYTES_PER_ELEMENT}writeUint16(e,t){return this.#x.setUint16(e,t,this.#O),e+Uint16Array.BYTES_PER_ELEMENT}writeInt16(e,t){return this.#x.setInt16(e,t,this.#O),e+Int16Array.BYTES_PER_ELEMENT}writeUint32(e,t){return this.#x.setUint32(e,t,this.#O),e+Uint32Array.BYTES_PER_ELEMENT}writeUint64(e,t){return this.#x.setBigUint64(e,t,this.#O),e+BigUint64Array.BYTES_PER_ELEMENT}writeInt32(e,t){return this.#x.setInt32(e,t,this.#O),e+Int32Array.BYTES_PER_ELEMENT}writeInt64(e,t){return this.#x.setBigInt64(e,t,this.#O),e+BigInt64Array.BYTES_PER_ELEMENT}writeFloat32(e,t){return this.#x.setFloat32(e,t,this.#O),e+Float32Array.BYTES_PER_ELEMENT}writeFloat64(e,t){return this.#x.setFloat64(e,t,this.#O),e+Float64Array.BYTES_PER_ELEMENT}writeHex(e,t){const n=parseInt(t,16);return this.#x.setUint16(e,n,this.#O),e+Uint16Array.BYTES_PER_ELEMENT}writeBinaryArray(e,t){if(t.length%8!=0)throw new Error("Cannot write boolean array as binary.");let n=null,i=null;for(let r=0,o=t.length;r1){let t="";for(let n=0;nme(e.tag)));void 0!==s&&void 0!==s.undefinedLength&&(a=s.undefinedLength);const l=new Ie("NONE");l.vl=a?4294967295:s.vl,l.tag=pe(),l.value=[],t=this.#de(e,l,t,i);for(const n of r)me(n.tag)||fe(n.tag)||(t=this.#de(e,n,t,i));if(a){const n=new Ie("NONE");n.vl=0,n.tag=new he("FFFE","E00D"),n.value=[],t=this.#de(e,n,t,i)}}return t}#he(e,t,n,i,r){const o=n;if("NONE"===t.vr);else if(i instanceof Uint8Array)n=i.length===8*t.vl?e.writeBinaryArray(n,i):e.writeUint8Array(n,i);else if(i instanceof Int8Array)n=e.writeInt8Array(n,i);else if(i instanceof Uint16Array)n=e.writeUint16Array(n,i);else if(i instanceof Int16Array)n=e.writeInt16Array(n,i);else if(i instanceof Uint32Array)n=e.writeUint32Array(n,i);else if(i instanceof Int32Array)n=e.writeInt32Array(n,i);else if(i instanceof BigUint64Array)n=e.writeUint64Array(n,i);else if(i instanceof BigInt64Array)n=e.writeInt64Array(n,i);else{const o=ne[t.vr];if(void 0!==o)if("Uint8"===o)n=e.writeUint8Array(n,i);else if("Uint16"===o)n=e.writeUint16Array(n,i);else if("Int16"===o)n=e.writeInt16Array(n,i);else if("Uint32"===o)n=e.writeUint32Array(n,i);else if("Int32"===o)n=e.writeInt32Array(n,i);else if("Uint64"===o)n=e.writeUint64Array(n,i);else if("Int64"===o)n=e.writeInt64Array(n,i);else if("Float32"===o)n=e.writeFloat32Array(n,i);else if("Float64"===o)n=e.writeFloat64Array(n,i);else{if("string"!==o)throw new Error("Unknown VR type: "+o);n=e.writeUint8Array(n,i)}else if("SQ"===t.vr)n=this.#ue(e,n,i,r);else if("AT"===t.vr)for(let t=0;t1&&(o=function(e){const t=e.length,n=e[0].length;if(void 0===n)return e;const i=t*n,r=new e[0].constructor(i);for(let i=0;iObject.prototype.hasOwnProperty.call(t,n)&&e[n]===t[n]))}function zt(e){const t=new kt(e[Gt.CodeMeaning].value[0]);if(void 0!==e[Gt.CodeValue])t.value=e[Gt.CodeValue].value[0];else if(void 0!==e[Gt.LongCodeValue])t.longValue=e[Gt.LongCodeValue].value[0];else{if(void 0===e[Gt.URNCodeValue])throw new Error("Invalid code with no value, no long value and no urn value.");t.urnValue=e[Gt.URNCodeValue].value[0]}if(void 0!==t.value||void 0!==t.longValue){if(void 0===e[Gt.CodingSchemeDesignator])throw new Error("No coding sheme designator when code value or long value is present");t.schemeDesignator=e[Gt.CodingSchemeDesignator].value[0]}return t}function Wt(e){const t={};return void 0!==e.value?t.CodeValue=e.value:void 0!==e.longValue?t.LongCodeValue=e.longValue:void 0!==e.urnValue&&(t.URNCodeValue=e.urnValue),void 0!==e.schemeDesignator&&(t.CodingSchemeDesignator=e.schemeDesignator),t.CodeMeaning=e.meaning,t}const Yt={111030:"Image Region",112039:"Tracking Identifier",112040:"Tracking Unique Identifier",113048:"Pixel by pixel Maximum",113049:"Pixel by pixel mean",113051:"Pixel by pixel Minimum",113061:"Standard Deviation",113076:"Segmentation",121055:"Path",121207:"Height",121322:"Source image for image processing operation",121324:"Source Image",122438:"Reference Points",125007:"Measurement Group",125309:"Short label",128773:"Reference Geometry"},Xt={1483009:"Angle",42798e3:"Area",103355008:"Width",103339001:"Long axis",103340004:"Short axis",131190003:"Radius",261665006:"Unknown",410668003:"Length",718499004:"Color"},jt={1:"No units",mm:"Millimeter",deg:"Degree - plane angle",cm2:"Square centimeter","cm2/ml":"Square centimeter per milliliter","/cm":"Per centimeter","g/ml":"Gram per milliliter","g/ml{SUVbw}":"Standardized Uptake Value body weight","mg/ml":"Milligram per milliliter","umol/ml":"Micromole per milliliter","Bq/ml":"Becquerels per milliliter","mg/min/ml":"Milligrams per minute per milliliter","umol/min/ml":"Micromole per minute per milliliter","ml/min/g":"Milliliter per minute per gram","ml/g":"Milliliter per gram","ml/min/ml":"Milliliter per minute per milliliter","ml/ml":"Milliliter per milliliter","%":"Percentage","[hnsf'U]":"Hounsfield unit","10*23/ml":"Electron density","{counts}":"Counts","{counts}/s":"Counts per second","{propcounts}":"Proportional to counts","{propcounts}/s":"Proportional to counts per second"};function Zt(e,t){let n,i;return"DCM"===t?n=Yt[e]:"SCT"===t?n=Xt[e]:"UCUM"===t&&(n=jt[e]),void 0!==n&&(i=new kt(n),i.schemeDesignator=t,i.value=e),i}function _t(){return Zt("125007","DCM")}function Kt(){return Zt("128773","DCM")}function Jt(){return Zt("121324","DCM")}function $t(){return Zt("112039","DCM")}function en(){return Zt("125309","DCM")}function tn(){return Zt("122438","DCM")}function nn(){return Zt("718499004","SCT")}const rn={angle:{key:"1483009",scheme:"SCT"},length:{key:"410668003",scheme:"SCT"},surface:{key:"42798000",scheme:"SCT"},height:{key:"121207",scheme:"DCM"},width:{key:"103355008",scheme:"SCT"},radius:{key:"131190003",scheme:"SCT"},a:{key:"103339001",scheme:"SCT"},b:{key:"103340004",scheme:"SCT"},min:{key:"113051",scheme:"DCM"},max:{key:"113048",scheme:"DCM"},mean:{key:"113049",scheme:"DCM"},stddev:{key:"113061",scheme:"DCM"}};function on(e){let t;for(const n in rn){const i=rn[n];if(i.scheme===e.schemeDesignator&&i.key===e.value){t=n;break}}return t}const an={"unit.mm":"mm","unit.cm2":"cm2","unit.degree":"deg",HU:"[hnsf'U]",MGML:"mg/ml",ED:"10*23/ml",PCT:"%",CNTS:"{counts}",NONE:"1",CM2:"cm2",CM2ML:"cm2/ml",PCNT:"%",CPS:"{counts}/s",BQML:"Bq/ml",MGMINML:"mg/min/ml",UMOLMINML:"umol/min/ml",MLMING:"ml/min/g",MLG:"ml/g","1CM":"/cm",UMOLML:"umol/ml",PROPCNTS:"{propcounts}",PROPCPS:"{propcounts}/s",MLMINML:"ml/min/ml",MLML:"ml/ml",GML:"g/ml",SUV:"g/ml{SUVbw}"};function sn(e){let t;for(const n in an){const i=an[n];if("UCUM"===e.schemeDesignator&&i===e.value){t=n;break}}return t}const ln="00620005",cn="00620009",un="0062000C",dn="0062000D",hn="00620003",Sn="0062000F",gn="00620020";class pn{number;label;algorithmType;algorithmName;displayValue;displayRGBValue;propertyTypeCode;propertyCategoryCode;trackingUid;trackingId;constructor(e,t,n){this.number=e,this.label=t,this.algorithmType=n}}function mn(e){const t=new pn(e["00620004"].value[0],e[ln]?e[ln].value[0]:"n/a",e["00620008"].value[0]);if(void 0!==e[cn]&&(t.algorithmName=e[cn].value[0]),void 0!==e[un])t.displayValue=e[un].value[0];else if(void 0!==e[dn]){const i=e[dn].value,r=function(e){return function(e){function t(e){let t=null;return t=e<=.0031308?12.92*e:1.055*Math.pow(e,.416666667)-.055,Math.min(1,Math.max(0,t))}const n=e.x/100,i=e.y/100,r=e.z/100;return{r:Math.round(255*t(3.2406*n-1.5372*i-.4986*r)),g:Math.round(255*t(-.9689*n+1.8758*i+.0415*r)),b:Math.round(255*t(.0557*n-.204*i+1.057*r))}}(function(e){function t(e){let t=null;return t=e>.206896552?Math.pow(e,3):.128418549*e-.017712903,t}const n=T,i=(e.l+16)/116;return{x:n.x*t(i+e.a/500),y:n.y*t(i),z:n.z*t(i-e.b/200)}}(e))}({l:.001525902*(n={l:i[0],a:i[1],b:i[2]}).l,a:.003891051*n.a-128,b:.003891051*n.b-128});t.displayRGBValue=r}var n;if(void 0===e[hn])throw new Error("Missing Segmented Property Category Code Sequence.");if(t.propertyCategoryCode=zt(e[hn].value[0]),void 0===e[Sn])throw new Error("Missing Segmented Property Type Code Sequence.");return t.propertyTypeCode=zt(e[Sn].value[0]),void 0!==e[gn]&&(t.trackingId=e[gn].value[0],t.trackingUid=e["00620021"].value[0]),t}function fn(e){let t=e.algorithmType;void 0===t&&(t="MANUAL");const n={SegmentNumber:e.number,SegmentLabel:e.label,SegmentAlgorithmType:t};if("MANUAL"!==t&&void 0!==e.algorithmName&&(n.SegmentAlgorithmName=e.algorithmName),e.displayRGBValue){const t=I(L(e.displayRGBValue));n.RecommendedDisplayCIELabValue=[Math.round(t.l),Math.round(t.a),Math.round(t.b)]}else n.RecommendedDisplayGrayscaleValue=e.displayValue;return e.propertyCategoryCode&&(n.SegmentedPropertyCategoryCodeSequence={value:[Wt(e.propertyCategoryCode)]}),e.propertyTypeCode&&(n.SegmentedPropertyTypeCodeSequence={value:[Wt(e.propertyTypeCode)]}),e.trackingId&&(n.TrackingID=e.trackingId,n.TrackingUID=e.trackingUid),n}const Dn="00089124",yn="00082112",Cn="00081150",vn="00081155",In="00209116",Tn="00289110";class Ln{dimIndex;imagePosPat;derivationImages;refSegmentNumber;imageOrientationPatient;spacing;constructor(e,t,n,i){this.dimIndex=e,this.imagePosPat=t,this.derivationImages=n,this.refSegmentNumber=i}}function Pn(e){const t=[];if(void 0!==e[Dn]){const n=e[Dn].value;for(let e=0;eO;return t&&(t=e>.001,t?(t=e>.01,t||c.warn("Using larger+ real world epsilon in SEG pos pat adding")):c.warn("Using larger real world epsilon in SEG pos pat adding")),t},F=[];F.push(C[0]);let q=0;for(let e=1;eo)throw new Error("Test distance is increasing when adding intermediate pos pats");F.push(C[e])}const U=F.length,M=new it(A[0],i,h,L),Q=["0"];for(let e=1;e=0;--i){const a=Number.parseInt(o[i],10);g.push(h[r][a]);const s=e.getGeometry().getOrigins()[a],l=[s.getX(),s.getY(),s.getZ()],c={dimIndex:[t,o.length-i],imagePosPat:l,refSegmentNumber:t};if(void 0!==n){const e=n.getGeometry().worldToIndex(new q([s.getX(),s.getY(),s.getZ()]));c.derivationImages=[{sourceImages:[{referencedSOPInstanceUID:n.getImageUid(e),referencedSOPClassUID:n.getMeta().SOPClassUID}]}],p.push({ReferencedSOPInstanceUID:n.getImageUid(e),ReferencedSOPClassUID:n.getMeta().SOPClassUID})}S.push(c)}}r.NumberOfFrames=g.length.toString();const m=[];for(const e of S)m.push(wn(e));if(r.PerFrameFunctionalGroupsSequence={value:m},void 0!==n){const e=[];e.push({ReferencedInstanceSequence:{value:p},SeriesInstanceUID:n.getMeta().SeriesInstanceUID}),r.ReferencedSeriesSequence={value:e}}void 0!==i&&function(e,t){const n=Object.keys(t);for(const i of n)void 0!==e[i]&&c.trace("Overwritting tag: "+i),e[i]=t[i]}(r,i);const f=Bt(r),D=a.getDimSize(2),y=g.length*D/8,C=new Ie("OB");return C.tag=new he("7FE0","0010"),C.vl=y,C.value=g,f["7FE00010"]=C,f}}function En(e){return(new Pt).create(e,e["7FE00010"].value[0],1)}function qn(e){return(new Fn).create(e,e["7FE00010"].value[0])}class Un{#pe;#w;#me;#t=new je(1,0);#fe=null;#De=!0;#ye=!0;#Ce="MONOCHROME2";#ve=0;#Ie;#Te={};#Le=null;#Pe=null;#we=null;#Oe=new He;constructor(e,t,n){this.#pe=e,this.#w=t,this.#me=n,this.#Ie=this.#w.length/this.#pe.getSize().getTotalSize()}getImageUid(e){let t=this.#me[0];return 1!==this.#me.length&&void 0!==e&&(t=this.#me[this.getSecondaryOffset(e)]),t}getOriginForImageUid(e){let t;const n=this.#me.indexOf(e);return-1!==n&&(t=this.getGeometry().getOrigins()[n]),t}includesImageUid(e){return this.#me.includes(e)}containsImageUids(e){return function(e,t){if(null===e||null===t||void 0===e||void 0===t)return!1;if(0===e.length||0===t.length||t.length>e.length)return!1;for(const n of t)if(!e.includes(n))return!1;return!0}(this.#me,e)}getGeometry(){return this.#pe}getBuffer(){return this.#w}canQuantify(){return 1===this.getNumberOfComponents()}canWindowLevel(){return this.isMonochrome()}isMonochrome(){return null!==this.getPhotometricInterpretation().match(/MONOCHROME/)}canScroll(e){const t=this.getGeometry().getSize();let n=1;return void 0!==this.#Te.numberOfFiles&&(n=this.#Te.numberOfFiles),t.canScroll(e)||1!==n}#Ae(){return this.#pe.getSize().getTotalSize(2)}getSecondaryOffset(e){return this.#pe.getSize().indexToOffset(e,2)}getRescaleSlopeAndIntercept(e){let t=this.#t;if(!this.isConstantRSI()){if(void 0===e)throw new Error("Cannot get non constant RSI with empty slice index.");const n=this.getSecondaryOffset(e);void 0!==this.#fe[n]?t=this.#fe[n]:c.warn("undefined non constant rsi at "+n)}return t}#be(e){return this.#fe[e]}setRescaleSlopeAndIntercept(e,t){if(this.#De=this.#De&&e.isID(),this.#ye){if(!this.#t.equals(e))if(void 0===t)this.#t=e;else{this.#ye=!1,this.#fe=[];for(let e=0,t=this.#Ae();e=this.#Te.numberOfFiles?c.warn("Ignoring frame at index "+t+" (size: "+this.#Te.numberOfFiles+")"):(this.#w.set(e,i*t),this.appendFrame(t,new E(0,0,0)))}appendFrame(e,t){this.#pe.appendFrame(t,e),this.#Re({type:"appendframe"})}getDataRange(){return this.#Le||(this.#Le=this.calculateDataRange()),this.#Le}getRescaledDataRange(){return this.#Pe||(this.#Pe=this.calculateRescaledDataRange()),this.#Pe}getHistogram(){if(!this.#we){const e=this.calculateHistogram();this.#Le=e.dataRange,this.#Pe=e.rescaledDataRange,this.#we=e.histogram}return this.#we}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)};setAtOffsets(e,t){let n,i;if("number"==typeof t){if(1!==this.#Ie)throw new Error("Number of components is not 1 for setting single value.");n=[t]}else if(void 0!==t.r&&void 0!==t.g&&void 0!==t.b){if(3!==this.#Ie)throw new Error("Number of components is not 3 for setting RGB value.");n=[t.r,t.g,t.b]}for(let t=0,r=e.length;t=3&&(r=i.getDimSize(3));for(let i=0;it&&(t=n),nn?t:n}}{let e=this.getRescaledValueAtOffset(0),t=e,n=0;const i=this.getGeometry().getSize();let r=i.getTotalSize();3===i.length()&&(r=i.getDimSize(3));for(let i=0;it&&(t=n),ni&&(i=r),ra&&(a=s),s{const e=this.getCurrentIndex();if(3===e.length()){const t=e.getValues();t.push(0),this.setCurrentIndex(new s(t))}}))}getImage(){return this.#Fe}setImage(e){this.#Fe=e}getOrientation(){return this.#_}setOrientation(e){this.#_=e}init(){this.setInitialIndex()}setInitialIndex(){const e=this.#Fe.getGeometry().getSize(),t=new Array(e.length());t.fill(0),t[0]=Math.floor(e.get(0)/2),t[1]=Math.floor(e.get(1)/2),t[2]=Math.floor(e.get(2)/2),this.setCurrentIndex(new s(t),!0)}getPlaybackMilliseconds(e){return e||(e=10),Math.round(1e3/e)}#Ne=function(e,t){return 255};getAlphaFunction(){return this.#Ne}setAlphaFunction(e){this.#Ne=e,this.#Re({type:"alphafuncchange"})}#Be(){if(this.#Ue&&void 0!==this.#qe[this.#Ue]&&void 0!==this.#qe[this.#Ue].perslice&&!0===this.#qe[this.#Ue].perslice){this.getCurrentIndex()||this.setInitialIndex();const e=this.getCurrentIndex(),t=this.#Fe.getSecondaryOffset(e),n=this.#qe[this.#Ue].wl[t];this.setWindowLevel(n,this.#Ue,!0)}if(void 0===this.#Me&&this.setWindowLevelPresetById(0,!0),void 0===this.#ye||this.#Fe.isConstantRSI()!==this.#ye){let e,t;this.#ye=this.#Fe.isConstantRSI(),this.#ye?(e=this.#Fe.getRescaleSlopeAndIntercept(),t=!0):(e=new je(1,0),t=!1);const n=new l(e,this.#Fe.getMeta().BitsStored);this.#Ee=new S(n,this.#Fe.getMeta().IsSigned,t)}const e=this.#Ee.getVoiLut();let t;if(void 0!==e&&(t=e.getWindowLevel()),void 0===e||!this.#Me.equals(t)){const e=new h(this.#Me);this.#Ee.setVoiLut(e)}return this.#Ee}getWindowPresets(){return this.#qe}getWindowPresetsNames(){return Object.keys(this.#qe)}setWindowPresets(e){this.#qe=e}addWindowPresets(e){const t=Object.keys(e);let n=null;for(let i=0;i{this.#Oe.fireEvent(e)};getWindowLevelMinMax(){const e=this.getImage().getRescaledDataRange(),t=e.min;let n=e.max-t;return n<1&&(c.warn("Zero or negative window width, defaulting to one."),n=1),new u(t+n/2,n)}setWindowLevelMinMax(){const e=this.getWindowLevelMinMax();this.setWindowLevel(e,"minmax")}generateImageData(e,t){void 0===t&&(this.getCurrentIndex()||this.setInitialIndex(),t=this.getCurrentIndex());const n=this.getImage(),i=!n.isConstantRSI(),r=Ye(n,t,i,this.getOrientation()),o=n.getPhotometricInterpretation();switch(o){case"MONOCHROME1":case"MONOCHROME2":!function(e,t,n,i,r){let o=0,a=0,s=t.next();for(;!s.done;)a=i.getValue(s.value),e.data[o]=r.red[a],e.data[o+1]=r.green[a],e.data[o+2]=r.blue[a],e.data[o+3]=n(s.value,s.index),o+=4,s=t.next()}(e,r,this.getAlphaFunction(),this.#Be(),this.#Ge());break;case"PALETTE COLOR":!function(e,t,n,i,r){const o=function(e){return e>>8};r&&c.info("Scaling 16bits data to 8bits.");let a=0,s=0,l=t.next();for(;!l.done;)s=l.value,r?(e.data[a]=o(i.red[s]),e.data[a+1]=o(i.green[s]),e.data[a+2]=o(i.blue[s])):(e.data[a]=i.red[s],e.data[a+1]=i.green[s],e.data[a+2]=i.blue[s]),e.data[a+3]=n(s,l.index),a+=4,l=t.next()}(e,r,this.getAlphaFunction(),this.#Ge(),16===n.getMeta().BitsStored);break;case"RGB":!function(e,t,n){let i=0,r=t.next();for(;!r.done;)e.data[i]=r.value[0],e.data[i+1]=r.value[1],e.data[i+2]=r.value[2],e.data[i+3]=n(r.value,r.index),i+=4,r=t.next()}(e,r,this.getAlphaFunction());break;case"YBR_FULL":!function(e,t,n){let i=0,r=null,o=t.next();for(;!o.done;)a=o.value[0],s=o.value[1],r={r:a+1.402*((l=o.value[2])-128),g:a-.34414*(s-128)-.71414*(l-128),b:a+1.772*(s-128)},e.data[i]=r.r,e.data[i+1]=r.g,e.data[i+2]=r.b,e.data[i+3]=n(o.value,o.index),i+=4,o=t.next();var a,s,l}(e,r,this.getAlphaFunction());break;default:throw new Error("Unsupported photometric interpretation: "+o)}}getScrollIndex(){let e=null;const t=this.getOrientation();return e=void 0!==t?t.getThirdColMajorDirection():2,e}isAquisitionOrientation(){return R(this.#_)}}class Bn{#ke;#X;#He;#ze;#We;constructor(e,t){this.#ke=e,this.#X=e.getRealSpacing(),this.#He=e.getOrientation(),this.#ze=t,this.#We=function(e,t){let n=e.asOneAndZeros().multiply(t);return e.asOneAndZeros().getAbs().equals(St().getAbs())&&(n=n.getAbs()),n}(this.#He,t)}getViewOrientation(){return this.#ze}getTargetOrientation(){return this.#We}getOffset3DFromPlaneOffset(e){const t=new w(e.x,e.y,0),n=this.getTargetDeOrientedVector3D(t);return new w(n.getX()*this.#X.get(0),n.getY()*this.#X.get(1),n.getZ()*this.#X.get(2))}getPlaneOffsetFromOffset3D(e){const t=new w(e.x/this.#X.get(0),e.y/this.#X.get(1),e.z/this.#X.get(2)),n=this.getTargetOrientedVector3D(t);return{x:n.getX(),y:n.getY()}}getTargetOrientedVector3D(e){let t=e;return void 0!==this.#We&&(t=this.#We.getInverse().multiplyVector3D(e)),t}getTargetDeOrientedVector3D(e){let t=e;return void 0!==this.#We&&(t=this.#We.multiplyVector3D(e)),t}getTargetDeOrientedPoint3D(e){let t=e;return void 0!==this.#We&&(t=this.#We.multiplyPoint3D(e)),t}getImageOrientedVector3D(e){let t=e;if(void 0!==this.#ze){const n=ot([e.getX(),e.getY(),e.getZ()],this.#ze);t=new w(n[0],n[1],n[2])}return t}getImageOrientedPoint3D(e){let t=e;if(void 0!==this.#ze){const n=ot([e.getX(),e.getY(),e.getZ()],this.#ze);t=new E(n[0],n[1],n[2])}return t}getImageDeOrientedVector3D(e){let t=e;if(void 0!==this.#ze){const n=rt([e.getX(),e.getY(),e.getZ()],this.#ze);t=new w(n[0],n[1],n[2])}return t}getImageDeOrientedPoint3D(e){let t=e;if(void 0!==this.#ze){const n=rt([e.getX(),e.getY(),e.getZ()],this.#ze);t=new E(n[0],n[1],n[2])}return t}getPositionFromPlanePoint(e,t){const n=new E(e.getX(),e.getY(),t),i=this.getImageOrientedPoint3D(n);return this.#ke.pointToWorld(i)}getPlanePoints(e){const t=[(n=this.#We).get(0,0),n.get(1,0),n.get(2,0),n.get(0,1),n.get(1,1),n.get(2,1)];var n;return[this.getPositionFromPlanePoint(new F(0,0),e),new E(t[0],t[1],t[2]),new E(t[3],t[4],t[5])]}worldToIndex(e){return this.#ke.worldToIndex(e)}isAquisitionOrientation(){return R(this.#ze)}getTargetOrientedPositiveXYZ(e){const t=rt([e.x,e.y,e.z],this.#We);return{x:t[0],y:t[1],z:t[2]}}getScrollIndex(){let e=null;return e=void 0!==this.#ze?this.#ze.getThirdColMajorDirection():2,e}getNativeScrollIndex(){let e=null;return e=void 0!==this.#He?this.#He.getThirdColMajorDirection():2,e}}class Gn{#x;#Ye;#Xe;#je=!1;constructor(e){if(void 0===e.getImage())throw new Error("View does not have an image, cannot setup controller");this.#x=e,this.#Ye=new Bn(e.getImage().getGeometry(),e.getOrientation()),"SEG"===e.getImage().getMeta().Modality&&(this.#je=!0)}getPlaneHelper(){return this.#Ye}isMask(){return this.#je}initialise(){this.setWindowLevelPresetById(0),this.setCurrentPosition(this.getPositionFromPlanePoint(new F(0,0)))}getModality(){return this.#x.getImage().getMeta().Modality}getWindowLevelPresetsNames(){return this.#x.getWindowPresetsNames()}addWindowLevelPresets(e){return this.#x.addWindowPresets(e)}setWindowLevelPreset(e){this.#x.setWindowLevelPreset(e)}setWindowLevelPresetById(e){this.#x.setWindowLevelPresetById(e)}isPlaying(){return void 0!==this.#Xe}getCurrentPosition(){return this.#x.getCurrentPosition()}getCurrentIndex(){return this.#x.getCurrentIndex()}getCurrentImageUid(){return this.#x.getCurrentImageUid()}getOriginForImageUid(e){return this.#x.getOriginForImageUid(e)}includesImageUid(e){return this.#x.includesImageUid(e)}getCurrentOrientedIndex(){let e=this.#x.getCurrentIndex();if(void 0!==this.#x.getOrientation()){const t=this.#Ye.getImageDeOrientedVector3D(new w(e.get(0),e.get(1),e.get(2)));e=new s([t.getX(),t.getY(),t.getZ()])}return e}getScrollIndex(){return this.#x.getScrollIndex()}getCurrentScrollIndexValue(){return this.#x.getCurrentIndex().get(this.#x.getScrollIndex())}getOrigin(e){return this.#x.getOrigin(e)}isAquisitionOrientation(){return this.#x.isAquisitionOrientation()}getPlanePoints(e){return this.#Ye.getPlanePoints(e)}getCurrentScrollPosition(){const e=this.#x.getScrollIndex();return this.#x.getCurrentPosition().get(e)}generateImageData(e,t){this.#x.generateImageData(e,t)}setImage(e){this.#x.setImage(e)}get2DSpacing(){return this.#x.getImage().getGeometry().getSpacing(this.#x.getOrientation()).get2D()}getRescaledImageValue(e){const t=this.#x.getImage();if(!t.canQuantify())return;const n=t.getGeometry(),i=n.worldToIndex(e);let r;return n.isIndexInBounds(i)&&(r=t.getRescaledValueAtIndex(i)),r}getPixelUnit(){return this.#x.getImage().getMeta().pixelUnit}#Ze(e,t,n,i){const r=We(Ye(e,t,n,i)),o=e.getGeometry().getSize(i).getValues();o[2]=1;const a=new Ze(o),s=e.getGeometry().getSpacing(i).getValues();s[2]=1;const l=new nt(s),c=new E(0,0,0),u=new it(c,a,l);return new Un(u,r)}getImageRegionValues(e,t){let n=this.#x.getImage();const i=this.#x.getOrientation();let r=this.getCurrentIndex(),o=!0;R(i)||(n=this.#Ze(n,r,o,i),r=new s([0,0,0]),o=!1);const a=function(e,t,n,i,r){if(1!==e.getNumberOfComponents())throw new Error("Unsupported number of components for region iterator: "+e.getNumberOfComponents());void 0===n&&(n=!1);let o=null;o=n?function(t){return e.getRescaledValueAtOffset(t)}:function(t){return e.getValueAtOffset(t)};const a=e.getGeometry().getSize();void 0===i&&(i=new F(0,0)),void 0===r&&(r=new F(a.get(0)-1,a.get(1)));const s=a.indexToOffset(t.getWithNew2D(i.getX(),i.getY())),l=a.indexToOffset(t.getWithNew2D(r.getX(),r.getY()-1)),c=Math.max(1,r.getX()-i.getX());return function(e,t,n,i,r,o){let a=t,s=0;return{next:function(){if(a{let e=!1;if(e=i?this.incrementScrollIndex():this.incrementIndex(3),!e){const e=this.getCurrentIndex().getValues(),t=this.#x.getOrientation();i?e[t.getThirdColMajorDirection()]=0:e[3]=0;const n=new s(e),r=this.#x.getImage().getGeometry();this.setCurrentPosition(r.indexToWorld(n))}}),n)}else this.stop()}stop(){void 0!==this.#Xe&&(clearInterval(this.#Xe),this.#Xe=void 0)}getWindowLevel(){return this.#x.getWindowLevel()}getCurrentWindowPresetName(){return this.#x.getCurrentWindowPresetName()}setWindowLevel(e){this.#x.setWindowLevel(e)}getColourMap(){return this.#x.getColourMap()}setColourMap(e){this.#x.setColourMap(e)}setViewAlphaFunction(e){this.#x.setAlphaFunction(e)}bindImageAndLayer(e){const t=this.#x.getImage();t.addEventListener("imagecontentchange",e.onimagecontentchange),t.addEventListener("imagegeometrychange",e.onimagegeometrychange)}unbindImageAndLayer(e){const t=this.#x.getImage();t.removeEventListener("imagecontentchange",e.onimagecontentchange),t.removeEventListener("imagegeometrychange",e.onimagegeometrychange)}}class kn{#et=0;getSum(){return this.#et}add(e){this.#et+=function(e){if(void 0===e.wheelDeltaY)return-e.deltaY;{const t=45;return e.wheelDeltaY>t?1:e.wheelDeltaY<-t?-1:-e.deltaY/60}}(e)}clear(){this.#et=0}isTick(){return Math.abs(this.#et)>=1}}class Hn{#tt;#nt=new kn;constructor(e){this.#tt=e}wheel(e){this.#nt.add(e);const t=this.#nt.getSum()>=0;if(!this.#nt.isTick())return;this.#nt.clear(),e.preventDefault();const n=Hi(e),i=this.#tt.getLayerGroupByDivId(n.groupDivId),r=i.getActiveViewLayer().getViewController();let o;i.canScroll()?o=t?r.getIncrementScrollPosition():r.getDecrementScrollPosition():i.moreThanOne(3)&&(o=t?r.getIncrementPosition(3):r.getDecrementPosition(3)),void 0!==o&&i.isPositionInBounds(o)&&r.setCurrentPosition(o)}}class zn{#it;#rt;constructor(e,t){this.#it=e,this.#rt=t}getBegin(){return this.#it}getEnd(){return this.#rt}equals(e){return null!==e&&this.getBegin().equals(e.getBegin())&&this.getEnd().equals(e.getEnd())}getDeltaX(){return this.getEnd().getX()-this.getBegin().getX()}getDeltaY(){return this.getEnd().getY()-this.getBegin().getY()}getLength(){return Math.sqrt(this.getDeltaX()*this.getDeltaX()+this.getDeltaY()*this.getDeltaY())}getWorldLength(e){let t=null;if(null!==e){const n=this.getDeltaX()*e.x,i=this.getDeltaY()*e.y;t=Math.sqrt(n*n+i*i)}return t}getMidpoint(){return new F((this.getBegin().getX()+this.getEnd().getX())/2,(this.getBegin().getY()+this.getEnd().getY())/2)}getCentroid(){return this.getMidpoint()}getSlope(){return this.getDeltaY()/this.getDeltaX()}getIntercept(){return(this.getEnd().getX()*this.getBegin().getY()-this.getBegin().getX()*this.getEnd().getY())/this.getDeltaX()}getInclination(){return 180-180*Math.atan2(this.getDeltaY(),this.getDeltaX())/Math.PI}quantify(e){const t={},n=e.get2DSpacing(),i=this.getWorldLength(n);return null!==i&&(t.length={value:i,unit:"unit.mm"}),t}}function Wn(e,t){const n=e.getDeltaX(),i=e.getDeltaY(),r=t.getDeltaX(),o=t.getDeltaY(),a=n*r+i*o,s=n*o-i*r;return 360-(180-180*Math.atan2(s,a)/Math.PI)}function Yn(e,t){const n=e.getDeltaX(),i=e.getDeltaY();return n*t.getDeltaX()+i*t.getDeltaY()==0}function Xn(e,t,n,i){void 0===i&&(i={x:1,y:1});let r=0,o=0,a=0,s=0;if(0!==e.getSlope()){const l=-i.x*i.x/(i.y*i.y)/e.getSlope(),c=t.getY()-l*t.getX(),u=n/(2*Math.sqrt(1+l*l));r=t.getX()-u,o=l*r+c,a=t.getX()+u,s=l*a+c}else r=t.getX(),o=t.getY()-n/2,a=t.getX(),s=t.getY()+n/2;return new zn(new F(r,o),new F(a,s))}var jn=o(944),Zn=o.n(jn);class _n{#ot;#Te={};#Oe=new He;#at;#st;constructor(e){this.#ot=void 0!==e?e:[],this.#at=!0}getList(){return this.#ot}getLength(){return this.#ot.length}isEditable(){return this.#at}setEditable(e){this.#at=e,this.#Re({type:"annotationgroupeditablechange",data:e})}getColour(){return this.#st}setColour(e){this.#st=e}add(e){this.#ot.push(e),this.#Re({type:"annotationadd",data:e})}update(e,t){const n=this.#ot.findIndex((t=>t.id===e.id));-1!==n?(this.#ot[n]=e,this.#Re({type:"annotationupdate",data:e,keys:t})):c.warn("Cannot find annotation to update")}remove(e){const t=this.#ot.findIndex((t=>t.id===e));if(-1!==t){const e=this.#ot.splice(t,1)[0];this.#Re({type:"annotationremove",data:e})}else c.warn("Cannot find annotation to remove")}setViewController(e){for(const t of this.#ot)t.setViewController(e),t.updateQuantification()}find(e){return this.#ot.find((t=>t.id===e))}getMeta(){return this.#Te}hasMeta(e){return void 0!==this.#Te[e]}getMetaValue(e){return this.#Te[e]}setMetaValue(e,t){this.#Te[e]=t}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)}}class Kn{#lt;getAnnotation(e){return this.#lt.find(e)}getAnnotationGroup(){return this.#lt}isAnnotationGroupEditable(){return this.#lt.isEditable()}setAnnotationGroupEditable(e){this.#lt.setEditable(e)}addAnnotation(e){this.#lt.add(e)}updateAnnotation(e,t){this.#lt.update(e,t)}removeAnnotation(e){this.#lt.remove(e)}removeAnnotationWithCommand(e,t){const n=this.getAnnotation(e);if(void 0===n)return void c.warn("Cannot create remove command for undefined annotation: "+e);const i=new pi(n,this);t(i),i.execute()}updateAnnotationWithCommand(e,t,n,i){const r=this.getAnnotation(e);if(void 0===r)return void c.warn("Cannot create update command for undefined annotation: "+e);const o=new mi(r,t,n,this);i(o),o.execute()}removeAllAnnotationsWithCommand(e){for(const t of this.#lt.getList())this.removeAnnotationWithCommand(t.id,e)}constructor(e){this.#lt=void 0!==e?e:new _n}hasAnnotationMeta(e){return this.#lt.hasMeta(e)}setAnnotationMeta(e,t){this.#lt.setMetaValue(e,t)}}class Jn{#ct=10;#ut="Verdana";#dt="#fff";#ht="#ffff80";#St={x:1,y:1};#gt={x:1,y:1};#pt=2;#mt={x:.25,y:.25};#ft=.2;#Dt=3;getFontFamily(){return this.#ut}getFontSize(){return this.#ct}getStrokeWidth(){return this.#pt}getTextColour(){return this.#dt}getLineColour(){return this.#ht}setLineColour(e){this.#ht=e}setBaseScale(e){this.#St=e}setZoomScale(e){this.#gt=e}getBaseScale(){return this.#St}getZoomScale(){return this.#gt}scale(e){return e/this.#St.x}applyZoomScale(e){return{x:e/this.#gt.x,y:e/this.#gt.y}}applyZoomRatio(e){return e*this.#gt.x/this.#gt.y}getShadowOffset(){return this.#mt}getTagOpacity(){return this.#ft}getTextPadding(){return this.#Dt}getFontStr(){return"normal "+this.getFontSize()+"px sans-serif"}getLineHeight(){return this.getFontSize()+this.getFontSize()/5}getScaledFontSize(){return this.scale(this.getFontSize())}getScaledStrokeWidth(){return this.scale(this.getStrokeWidth())}getShadowLineColour(){return e=this.getLineColour(),n=e,.001172549*(t={r:parseInt(n.substring(1,3),16),g:parseInt(n.substring(3,5),16),b:parseInt(n.substring(5,7),16)}).r+.002301961*t.g+447059e-9*t.b<.5?"#fff":"#000";var e,t,n}}function $n(e){return"label"===e.name()}function ei(e){return"shape"===e.name()}function ti(e){return"position-group"===e.name()}function ni(e){return function(t){return t.id()===e}}function ii(e,t,n,i){const r=i.applyZoomScale(6),o={x:Math.abs(r.x),y:Math.abs(r.y)};return new(Zn().Ellipse)({x:e,y:t,stroke:"#999",fill:"rgba(100,100,100,0.7",strokeWidth:i.getStrokeWidth(),strokeScaleEnabled:!1,radius:o,radiusX:o.x,radiusY:o.y,name:"anchor",id:n.toString(),dragOnTop:!1,draggable:!0,visible:!1})}class ri{#it;#rt;constructor(e,t){this.#it=new F(Math.min(e.getX(),t.getX()),Math.min(e.getY(),t.getY())),this.#rt=new F(Math.max(e.getX(),t.getX()),Math.max(e.getY(),t.getY()))}getBegin(){return this.#it}getEnd(){return this.#rt}equals(e){return null!==e&&this.getBegin().equals(e.getBegin())&&this.getEnd().equals(e.getEnd())}getSurface(){const e=this.getBegin(),t=this.getEnd();return Math.abs(t.getX()-e.getX())*Math.abs(t.getY()-e.getY())}getWorldSurface(e){return function(e,t,n){let i=null;return null!==t&&null!==n&&(i=e*t*n),i}(this.getSurface(),e.x,e.y)}getRealWidth(){return this.getEnd().getX()-this.getBegin().getX()}getRealHeight(){return this.getEnd().getY()-this.getBegin().getY()}getWidth(){return Math.abs(this.getRealWidth())}getHeight(){return Math.abs(this.getRealHeight())}getRound(){return{min:new F(Math.round(this.getBegin().getX()),Math.round(this.getBegin().getY())),max:new F(Math.round(this.getEnd().getX()),Math.round(this.getEnd().getY()))}}getCentroid(){return new F(this.getBegin().getX()+this.getWidth()/2,this.getBegin().getY()+this.getHeight()/2)}quantify(e,t){const n={},i=e.get2DSpacing();n.width={value:this.getWidth()*i.x,unit:"unit.mm"},n.height={value:this.getHeight()*i.y,unit:"unit.mm"};const r=this.getWorldSurface(i);if(null!==r&&(n.surface={value:r/100,unit:"unit.cm2"}),e.canQuantifyImage()){const i=this.getRound(),r=e.getImageRegionValues(i.min,i.max),o=e.getPixelUnit(),a=Ke(r,t);n.min={value:a.min,unit:o},n.max={value:a.max,unit:o},n.mean={value:a.mean,unit:o},n.stdDev={value:a.stdDev,unit:o},void 0!==a.median&&(n.median={value:a.median,unit:o}),void 0!==a.p25&&(n.p25={value:a.p25,unit:o}),void 0!==a.p75&&(n.p75={value:a.p75,unit:o})}return n}}class oi{#yt=[];constructor(e){void 0!==e&&(this.#yt=e)}getPoint(e){return this.#yt[e]}getPoints(){return this.#yt}getLength(){return this.#yt.length}addPoint(e){this.#yt.push(e)}addPoints(e){this.#yt=this.#yt.concat(e)}getCentroid(){let e=0,t=0,n=0;for(let i=0;i3)throw new Error("Too many points for a protractor");this.#yt=e.slice(0,3)}getPoint(e){return this.#yt[e]}getLength(){return this.#yt.length}getCentroid(){return this.#yt[1]}quantify(e,t){const n={};if(3===this.#yt.length){let e=Wn(new zn(this.#yt[0],this.#yt[1]),new zn(this.#yt[1],this.#yt[2]));e>180&&(e=360-e),n.angle={value:e,unit:"unit.degree"}}return n}}class si{#Ct;#vt;#It;constructor(e,t,n){this.#Ct=e,this.#vt=t,this.#It=n}getCenter(){return this.#Ct}getCentroid(){return this.#Ct}getA(){return this.#vt}getB(){return this.#It}equals(e){return null!==e&&this.getCenter().equals(e.getCenter())&&this.getA()===e.getA()&&this.getB()===e.getB()}getSurface(){return Math.PI*this.getA()*this.getB()}getWorldSurface(e){return function(e,t,n){let i=null;return null!==t&&null!==n&&(i=e*t*n),i}(this.getSurface(),e.x,e.y)}getRound(){const e=this.getCenter().getX(),t=this.getCenter().getY(),n=this.getA(),i=this.getB(),r=n/i,o=Math.pow(i,2),a=t+i,s=[];for(let n=t-i;n{this.#qt(e)}:e=>{this.#Ut(e)},this.#Et(t)}#xt(){this.#Et((function(e){e.remove()}))}#Rt(){if(!this.#wt||!this.#wt.getLayer())return;const e=this.#wt.getParent(),t=this.#Pt.getAnchors(this.#wt,this.#tt.getStyle());for(let n=0;n{e.cancelBubble=!0,t={mathShape:this.#At.mathShape,referencePoints:this.#At.referencePoints}})),e.on("dragmove.edit",(e=>{const t=e.target;t instanceof Zn().Shape&&(function(e,t){const n=t.getParent();!function(e,t,n){let i=!1;e.x()n.getX()&&(e.x(n.getX()),i=!0),e.y()n.getY()&&(e.y(n.getY()),i=!0)}(t,new F(-n.x(),-n.y()),new F(e.x-n.x(),e.y-n.y()))}(this.#Ot.getBaseSize(),t),void 0!==this.#Pt.constrainAnchorMove&&this.#Pt.constrainAnchorMove(t),this.#Pt.updateAnnotationOnAnchorMove(this.#At,t),this.#Pt.updateShapeGroupOnAnchorMove(this.#At,t,this.#tt.getStyle()),t.getLayer()?t.getLayer().draw():c.warn("No layer to draw the anchor!"),e.cancelBubble=!0)})),e.on("dragend.edit",(e=>{const n={mathShape:this.#At.mathShape,referencePoints:this.#At.referencePoints},i=new mi(this.#At,t,n,this.#Ot.getDrawController());this.#tt.addToUndoStack(i),this.#Lt({type:"annotationupdate",data:this.#At,dataid:this.#Ot.getDataId(),keys:Object.keys(n)}),t={mathShape:n.mathShape,referencePoints:n.referencePoints},e.cancelBubble=!0})),e.on("mousedown touchstart",(e=>{e.target.moveToTop()})),e.on("mouseover.edit",(e=>{const t=e.target;t instanceof Zn().Shape&&(t.stroke("#ddd"),t.getLayer()?t.getLayer().draw():c.warn("No layer to draw the anchor!"))})),e.on("mouseout.edit",(e=>{const t=e.target;t instanceof Zn().Shape&&(t.stroke("#999"),t.getLayer()?t.getLayer().draw():c.warn("No layer to draw the anchor!"))}))}#Ut(e){e.off("dragstart.edit"),e.off("dragmove.edit"),e.off("dragend.edit"),e.off("mousedown touchstart"),e.off("mouseover.edit"),e.off("mouseout.edit")}}class di{#Mt;constructor(){this.createTrashIcon()}createTrashIcon(){this.#Mt=new(Zn().Group);const e=new(Zn().Line)({points:[-10,-10,10,10],stroke:"red"}),t=new(Zn().Line)({points:[10,-10,-10,10],stroke:"red"});this.#Mt.width(20),this.#Mt.height(20),this.#Mt.add(e),this.#Mt.add(t)}activate(e){const t=e.getKonvaStage(),n=t.scale(),i=e.getKonvaLayer(),r={x:1/n.x,y:1/n.y};this.#Mt.x(t.offset().x+t.width()/(2*n.x)),this.#Mt.y(t.offset().y+t.height()/(15*n.y)),this.#Mt.scale(r),i.add(this.#Mt),i.draw()}changeChildrenColourOnTrashHover(e,t,n){if(this.isOverTrash(e))return this.changeGroupChildrenColour(this.#Mt,"orange"),void this.changeGroupChildrenColour(t,"red");this.changeGroupChildrenColour(this.#Mt,"red"),this.changeGroupChildrenColour(t,n)}changeGroupChildrenColour(e,t){e.getChildren().forEach((function(e){e instanceof Zn().Shape&&void 0!==e.stroke&&e.stroke(t)}))}remove(){this.#Mt.remove()}isOverTrash(e){const t=this.#Mt.width()*Math.abs(this.#Mt.scaleX())/2,n=this.#Mt.height()*Math.abs(this.#Mt.scaleY())/2;return Math.abs(e.x-this.#Mt.x()){this.#Bt=e,this.#kt()})),e.on("mouseout",(()=>{this.onMouseOutShapeGroup(),this.#Bt=void 0}))}#zt(e){e.off("mouseover"),e.off("mouseout")}addShapeListeners(e,t,n){this.#Ht(t);const i=e.getKonvaLayer(),r=t.getChildren(ei)[0];if(!(r instanceof Zn().Shape))return;r.draggable(!0);const o=t.getChildren($n)[0];if(!(o instanceof Zn().Label))return;let a,s,l,c,u;o.draggable(!0),r.on("dragstart.draw",(t=>{c=r.stroke(),a={x:r.x(),y:r.y()},s={x:t.target.x(),y:t.target.y()},l={mathShape:n.mathShape,referencePoints:n.referencePoints},this.#Mt.activate(e),this.#Qt.setAnchorsActive(!1),i.draw()})),r.on("dragmove.draw",(o=>{const a=function(e,t){return{min:new F(0,0),max:new F(e.x-Math.abs(t.width()),e.y-Math.abs(t.height()))}}(e.getBaseSize(),r);if(a&&!function(e,t,n){const i=e.getClientRect({relativeTo:e.getParent()});return i.x>t.getX()&&i.xt.getY()&&i.y{if(this.#Mt.remove(),void 0===o||void 0===o.evt)return;const s=r.x(),u=r.y(),d=Ni(o.evt),h={x:d.getX(),y:d.getY()},S=this.#Gt(h,e);if(this.#Mt.isOverTrash(S)){t.x(a.x),t.y(a.y),this.#Qt.disable(),this.#Qt.reset(),this.#Mt.changeGroupChildrenColour(t,c),n.mathShape=l.mathShape,n.referencePoints=l.referencePoints;const i=new pi(n,e.getDrawController());this.#tt.addToUndoStack(i),i.execute(),this.onMouseOutShapeGroup()}else{const t={x:s-a.x,y:u-a.y};if(0!==t.x||0!==t.y){const t={mathShape:n.mathShape,referencePoints:n.referencePoints},i=new mi(n,l,t,e.getDrawController());this.#tt.addToUndoStack(i),this.#Lt({type:"annotationupdate",data:n,dataid:e.getDataId(),keys:Object.keys(t)}),l={mathShape:t.mathShape,referencePoints:t.referencePoints}}this.#Qt.setAnchorsActive(!0),this.#Qt.resetAnchors()}i.draw(),a={x:r.x(),y:r.y()}})),o.on("dragstart.draw",(()=>{a={x:o.x(),y:o.y()},u=n.labelPosition})),o.on("dragend.draw",(()=>{const t=o.x()-a.x,i=o.y()-a.y;if(0!==t||0!==i){const t=new F(o.x(),o.y());n.labelPosition=t;const i=new mi(n,{labelPosition:u},{labelPosition:t},e.getDrawController());this.#tt.addToUndoStack(i),this.#Lt({type:"annotationupdate",data:n,dataid:e.getDataId(),keys:["labelPosition"]}),u=t}a={x:r.x(),y:r.y()}})),t.on("dblclick",(()=>{const t=n.textExpr;Mi.openRoiDialog(n,(n=>{const i=n.textExpr,r=new mi(n,{textExpr:t},{textExpr:i},e.getDrawController());this.#tt.addToUndoStack(r),r.execute()}))}))}removeShapeListeners(e){this.#zt(e),e.off("dblclick");const t=e.getChildren(ei)[0];t instanceof Zn().Shape&&(t.draggable(!1),t.off("dragstart.draw"),t.off("dragmove.draw"),t.off("dragend.draw"));const n=e.getChildren($n)[0];n instanceof Zn().Label&&(n.draggable(!1),n.off("dragstart.draw"),n.off("dragend.draw"))}}class Si{#Wt;#Yt=null;#Xt;#jt;#Zt={x:1,y:1};#_t={x:1,y:1,z:1};#Kt={x:0,y:0};#Jt={x:0,y:0};#$t={x:0,y:0};#en={x:0,y:0};#tn;#Ye;#nn;#in;#rn=null;#on;#an=!0;constructor(e){this.#Wt=e,this.#Wt.className+=" drawLayer"}setShapeHandler(e){this.#on=e}getDataId(){return this.#nn}getReferenceLayerId(){return this.#in}#Oe=new He;getKonvaStage(){return this.#Yt}getKonvaLayer(){return this.#Yt.getLayers()[0]}getDrawController(){return this.#tn}setPlaneHelper(e){this.#Ye=e}getId(){return this.#Wt.id}removeFromDOM(){this.#Wt.remove()}getBaseSize(){return this.#Xt}getOpacity(){return this.#Yt.opacity()}setOpacity(e){this.#Yt.opacity(Math.min(Math.max(e,0),1))}addFlipOffsetX(){const e=this.#Yt.scale(),t=this.#Yt.size();this.#en.x+=t.width/e.x;const n=this.#Yt.offset();n.x+=this.#en.x,this.#Yt.offset(n)}addFlipOffsetY(){const e=this.#Yt.scale(),t=this.#Yt.size();this.#en.y+=t.height/e.y;const n=this.#Yt.offset();n.y+=this.#en.y,this.#Yt.offset(n)}flipScaleX(){this.#_t.x*=-1}flipScaleY(){this.#_t.y*=-1}flipScaleZ(){this.#_t.z*=-1}setScale(e,t){const n=this.#Ye.getTargetOrientedPositiveXYZ({x:e.x*this.#_t.x,y:e.y*this.#_t.y,z:e.z*this.#_t.z}),i={x:this.#Zt.x*n.x,y:this.#Zt.y*n.y},r=this.#Yt.offset();if(1===Math.abs(e.x)&&1===Math.abs(e.y)&&1===Math.abs(e.z)){const e={x:r.x-this.#$t.x,y:r.y-this.#$t.y};this.#$t={x:0,y:0},this.#Yt.offset(e)}else if(void 0!==t){let e=this.#Ye.getPlaneOffsetFromOffset3D({x:t.getX(),y:t.getY(),z:t.getZ()});e={x:e.x+this.#Kt.x,y:e.y+this.#Kt.y};const n=zi(r,this.#Yt.scale(),i,e),o={x:this.#$t.x+n.x-r.x,y:this.#$t.y+n.y-r.y};this.#$t=o,this.#Yt.offset(n)}this.#Yt.scale(i),this.#sn(i)}initScale(e,t){const n=this.#Ye.getTargetOrientedPositiveXYZ({x:e.x*this.#_t.x,y:e.y*this.#_t.y,z:e.z*this.#_t.z}),i={x:this.#Zt.x*n.x,y:this.#Zt.y*n.y};this.#Yt.scale(i),this.#$t={x:t.x/this.#Zt.x,y:t.y/this.#Zt.y};const r=this.#Yt.offset();this.#Yt.offset({x:r.x+this.#$t.x,y:r.y+this.#$t.y})}setOffset(e){const t=this.#Ye.getPlaneOffsetFromOffset3D(e);this.#Yt.offset({x:t.x+this.#Jt.x+this.#Kt.x+this.#$t.x+this.#en.x,y:t.y+this.#Jt.y+this.#Kt.y+this.#$t.y+this.#en.y})}setBaseOffset(e,t){const n=this.#Ye.getNativeScrollIndex(),i=this.#Ye.getPlaneOffsetFromOffset3D({x:0===n?e.getX():t.getX(),y:1===n?e.getY():t.getY(),z:2===n?e.getZ():t.getZ()}),r=this.#Kt.x!==i.x||this.#Kt.y!==i.y;if(r){const e=this.#Yt.offset();this.#Yt.offset({x:e.x-this.#Kt.x+i.x,y:e.y-this.#Kt.y+i.y}),this.#Kt=i}return r}display(e){this.#Wt.style.display=e?"":"none"}isVisible(){return""===this.#Wt.style.display}draw(){this.#Yt.draw()}initialise(e,t,n){this.#Xt=e,this.#jt=t,this.#in=n,this.#Yt=new(Zn().Stage)({container:this.#Wt,width:this.#Xt.x,height:this.#Xt.y,listening:!1}),this.#Yt.getContent().setAttribute("style","");const i=new(Zn().Layer)({listening:!1,visible:!0});this.#Yt.add(i)}setAnnotationGroup(e,t,n){if(this.#nn=t,e.addEventListener("annotationadd",(e=>{this.#ln(e.data,!0),this.getKonvaLayer().draw()})),e.addEventListener("annotationupdate",(e=>{this.#cn(e.data),this.getKonvaLayer().draw()})),e.addEventListener("annotationremove",(e=>{this.#un(e.data),this.getKonvaLayer().draw()})),e.addEventListener("annotationgroupeditablechange",(e=>{this.activateCurrentPositionShapes(e.data)})),this.#tn=new Kn(e),0!==e.getLength())for(const t of e.getList())this.#ln(t,!1),n(new gi(t,this.getDrawController()))}activateCurrentPositionShapes(e){const t=this.getKonvaLayer();if(this.#Yt.listening(!1),void 0!==this.#on){this.#on.disableAndResetEditor();const e=t.getChildren();for(const t of e)t instanceof Zn().Group&&t.getChildren().forEach((e=>{e instanceof Zn().Group&&this.#on.removeShapeListeners(e)}))}const n=this.getDrawController();if(e&&n.getAnnotationGroup().isEditable()){const e=this.getCurrentPosGroup().getChildren();0!==e.length&&(this.#Yt.listening(!0),t.listening(!0)),void 0!==this.#on&&e.forEach((e=>{if(e instanceof Zn().Group){const t=n.getAnnotation(e.id());this.#on.addShapeListeners(this,e,t)}}))}t.draw()}#dn(e){let t;return t=void 0!==e.planePoints?e.planePoints:[e.planeOrigin],this.#hn(t)}#hn(e){let t="";for(const n of e)0!==t.length&&(t+="-"),t+=k([G(n.getX(),2),G(n.getY(),2),G(n.getZ(),2)]);return t}#Sn(e){let t;const n=this.#dn(e),i=this.getKonvaLayer().getChildren(ni(n));if(0!==i.length){const n=i[0];if(!(n instanceof Zn().Group))return;const r=n.getChildren(ni(e.id));0!==r.length&&r[0]instanceof Zn().Group&&(t=r[0])}return t}#ln(e,t){if(!e.isCompatibleView(this.#Ye))return;const n=this.#dn(e);let i=this.getKonvaLayer().getChildren(ni(n))[0];if(void 0===i&&(i=new(Zn().Group)({id:n,name:"position-group",visible:t}),this.getKonvaLayer().add(i)),!(i instanceof Zn().Group))return;const r=new Jn,o=this.getKonvaStage();r.setZoomScale(o.scale());const a=e.getFactory().createShapeGroup(e,r);i.add(a),t&&void 0!==this.#on&&this.#on.addShapeListeners(this,a,e),this.setLabelVisibility(a)}#un(e){const t=this.#Sn(e);return t instanceof Zn().Group?(t.remove(),!0):(c.debug("No shape group to remove"),!1)}#cn(e){e.updateQuantification(),this.#un(e)&&this.#ln(e,!0)}fitToContainer(e,t,n){this.#Yt.width(e.x),this.#Yt.height(e.y);const i={x:t*this.#jt.x,y:t*this.#jt.y},r={x:this.#Yt.scale().x*i.x/this.#Zt.x,y:this.#Yt.scale().y*i.y/this.#Zt.y};this.#Yt.scale().x===r.x&&this.#Yt.scale().y===r.y||(this.#Zt=i,this.#Yt.scale(r));const o={x:n.x/i.x,y:n.y/i.y},a={x:e.x/i.x,y:e.y/i.y},s={x:0!==this.#en.x?a.x:0,y:0!==this.#en.y?a.y:0};this.#Jt.x===o.x&&this.#Jt.y===o.y&&this.#en.x===s.x&&this.#en.y===s.y||(this.#Yt.offset({x:this.#Yt.offset().x+o.x-this.#Jt.x+s.x-this.#en.x,y:this.#Yt.offset().y+o.y-this.#Jt.y+s.y-this.#en.y}),this.#en=s,this.#Jt=o)}isAnnotationVisible(e){const t=this.getGroup(e);return void 0!==t&&t.isVisible()}setAnnotationVisibility(e,t){const n=this.getGroup(e);return void 0!==n&&(void 0===t&&(t=!n.isVisible()),n.visible(t),this.draw(),!0)}setLabelsVisibility(e){this.#an=e;const t=this.getKonvaLayer().getChildren();for(const n of t)if(n instanceof Zn().Group){const t=n.getChildren();for(const n of t)n instanceof Zn().Group&&this.#gn(n,e)}}#gn(e,t){const n=e.getChildren($n)[0];n instanceof Zn().Label&&(void 0===t&&(t=!n.isVisible()),void 0!==n.getText()&&0!==n.getText().text().length&&n.visible(t))}setLabelVisibility(e){this.#gn(e,this.#an)}deleteDraw(e,t){}deleteDraws(e){}getNumberOfDraws(){const e=this.getKonvaLayer().getChildren();let t=0;for(const n of e)n instanceof Zn().Group&&(t+=n.getChildren().length);return t}bindInteraction(){this.#Yt.listening(!0),this.#Wt.style.pointerEvents="auto";const e=Ui;for(let t=0;te.id()===this.#rn));let t;return 1===e.length?e[0]instanceof Zn().Group&&(t=e[0]):0===e.length?(t=new(Zn().Group),t.name("position-group"),t.id(this.#rn),t.visible(!0),this.getKonvaLayer().add(t)):c.warn("Unexpected number of draw position groups"),t}getGroup(e){const t=this.getKonvaLayer().findOne("#"+e);return void 0===t&&c.warn("Cannot find node with id: "+e),t}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{e.srclayerid=this.getId(),e.dataid=this.#nn,this.#Oe.fireEvent(e)};#sn(e){const t=2/e.x,n=2/e.y,i=this.#Yt.find("Label");for(let e=0;e.33?0:1;t[n][e.data[n].length-2]=1,t[n][e.data[n].length-1]=1}t[e.data.length-2]=[],t[e.data.length-1]=[];for(let n=1;nMath.round(this.searchGran*this.cost[e.y][e.x]);setPoint(e){this.setWorking(!0),this.curPoint=e;let t=0,n=0;for(this.visited=[],n=0;nethis.getMax()?t:e))}}class Oi{getName(){return"Sharpen"}#In=null;setOriginalImage(e){this.#In=e}getOriginalImage(){return this.#In}update(){return this.getOriginalImage().convolute2D([0,-1,0,-1,5,-1,0,-1,0])}}class Ai{getName(){return"Sobel"}#In=null;setOriginalImage(e){this.#In=e}getOriginalImage(){return this.#In}update(){const e=this.getOriginalImage(),t=e.convolute2D([1,0,-1,2,0,-2,1,0,-1]),n=e.convolute2D([1,2,1,0,0,0,-1,-2,-1]);return t.compose(n,(function(e,t){return Math.sqrt(e*e+t*t)}))}}class bi{#Tn;#nn;#tt;constructor(e,t,n){this.#Tn=e,this.#nn=t,this.#tt=n}getName(){return"Filter-"+this.#Tn.getName()}execute(){this.#tt.setImage(this.#nn,this.#Tn.update()),this.#tt.render(this.#nn);const e={type:"filterrun",id:this.getName(),dataId:this.#nn};this.onExecute(e)}undo(){this.#tt.setImage(this.#nn,this.#Tn.getOriginalImage()),this.#tt.render(this.#nn);const e={type:"filterundo",id:this.getName(),dataid:this.#nn};this.onUndo(e)}onExecute(e){}onUndo(e){}}const xi={},Ri={},Fi={WindowLevel:class{#tt;#Ln=!1;#Pn;#wn;constructor(e){this.#tt=e,this.#wn=new Hn(e)}#On(e){this.#Ln=!0,this.#Pn=e}#An(e,t){if(!this.#Ln)return;const n=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer().getViewController(),i=e.getX()-this.#Pn.getX(),r=this.#Pn.getY()-e.getY(),o=n.getImageRescaledDataRange(),a=.01*(o.max-o.min),s=n.getWindowLevel().center,l=n.getWindowLevel().width,c=s+Math.round(r*a);let d=l+Math.round(i*a);var h;d=(h=d)<1?1:h;const S=new u(c,d);n.setWindowLevel(S),this.#Pn=e}#bn(){this.#Ln&&(this.#Ln=!1)}mousedown=e=>{const t=Ni(e);this.#On(t)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{this.#bn()};mouseout=e=>{this.#bn()};touchstart=e=>{const t=Vi(e);this.#On(t[0])};touchmove=e=>{const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{this.#bn()};dblclick=e=>{const t=Hi(e),n=Ni(e),i=this.#tt.getLayerGroupByDivId(t.groupDivId).getActiveViewLayer(),r=i.displayToPlaneIndex(n),o=i.getViewController(),a=this.#tt.getData(i.getDataId()).image,s=new u(a.getRescaledValueAtIndex(o.getCurrentIndex().getWithNew2D(r.get(0),r.get(1))),o.getWindowLevel().width);o.setWindowLevel(s)};wheel=e=>{this.#wn.wheel(e)};keydown=e=>{e.context="WindowLevel",this.#tt.onKeydown(e)};activate(e){}init(){}setFeatures(e){}},Scroll:class{#tt;#Ln=!1;#Pn;#wn;#xn;#Rn=!1;#Fn;constructor(e){this.#tt=e,this.#wn=new Hn(e)}#On(e,t){this.#En();const n=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer(),i=n.getViewController();i.isPlaying()&&i.stop(),this.#Ln=!0,this.#Pn=e;const r=n.displayToPlanePos(e),o=i.getPositionFromPlanePoint(r);i.setCurrentPosition(o)}#An(e,t){if(!this.#Ln)return void(this.#Rn&&this.#qn(e,t));const n=this.#tt.getLayerGroupByDivId(t),i=n.getActiveViewLayer().getViewController();let r;const o=e.getY()-this.#Pn.getY(),a=Math.abs(o)>15;a&&n.canScroll()&&(r=o>0?i.getDecrementScrollPosition():i.getIncrementScrollPosition());const s=e.getX()-this.#Pn.getX(),l=Math.abs(s)>15;l&&n.moreThanOne(3)&&(r=s>0?i.getIncrementPosition(3):i.getDecrementPosition(3)),void 0!==r&&n.isPositionInBounds(r)&&i.setCurrentPosition(r),(l||a)&&(this.#Pn=e)}#bn(){this.#Ln&&(this.#Ln=!1)}mousedown=e=>{const t=Ni(e),n=Hi(e);this.#On(t,n.groupDivId)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{this.#bn()};mouseout=e=>{this.#bn(),this.#En()};touchstart=e=>{this.#xn=setTimeout((()=>{this.dblclick(e)}),500);const t=Vi(e),n=Hi(e);this.#On(t[0],n.groupDivId)};touchmove=e=>{null!==this.#xn&&(clearTimeout(this.#xn),this.#xn=null);const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{null!==this.#xn&&(clearTimeout(this.#xn),this.#xn=null),this.#bn()};wheel=e=>{this.#wn.wheel(e)};keydown=e=>{e.context="Scroll",this.#tt.onKeydown(e)};dblclick=e=>{const t=Hi(e);this.#tt.getLayerGroupByDivId(t.groupDivId).getActiveViewLayer().getViewController().play()};#qn(e,t){const n=this.#tt.getLayerGroupByDivId(t);this.#Fn=t,n.showTooltip(e)}#En(){void 0!==this.#Fn&&(this.#tt.getLayerGroupByDivId(this.#Fn).removeTooltipDiv(),this.#Fn=void 0)}activate(e){e||this.#En()}setFeatures(e){void 0!==e.displayTooltip&&(this.#Rn=e.displayTooltip)}init(){}},ZoomAndPan:class{#tt;#Ln=!1;#Pn;#Un;#Mn;#Qn;constructor(e){this.#tt=e}#On(e){this.#Ln=!0,this.#Pn=e,this.#Un=!1}#Vn=e=>{this.#Ln=!0,this.#Pn=e[0],this.#Un=!1,this.#Mn=new zn(e[0],e[1]),this.#Qn=this.#Mn.getMidpoint()};#An(e,t){if(!this.#Ln)return;this.#Un=!0;const n=e.getX()-this.#Pn.getX(),i=e.getY()-this.#Pn.getY(),r=this.#tt.getLayerGroupByDivId(t),o=r.getActiveViewLayer(),a=o.getViewController(),s=o.displayToPlaneScale(new F(n,i)),l=a.getOffset3DFromPlaneOffset({x:s.getX(),y:s.getY()});r.addTranslation({x:l.getX(),y:l.getY(),z:l.getZ()}),r.draw(),this.#Pn=e}#Nn=(e,t)=>{if(!this.#Ln)return;this.#Un=!0;const n=new zn(e[0],e[1]).getLength()/this.#Mn.getLength(),i=this.#tt.getLayerGroupByDivId(t),r=i.getActiveViewLayer(),o=r.getViewController();if(1===n){const t=e[0].getY()-this.#Pn.getY();if(Math.abs(t)<15)return;if(i.canScroll()){let e;e=t>0?o.getIncrementScrollPosition():o.getDecrementScrollPosition(),void 0!==e&&i.isPositionInBounds(e)&&o.setCurrentPosition(e)}}else{const e=(n-1)/10;if(Math.abs(e)%.1<=.05&&void 0!==this.#Qn){const t=r.displayToMainPlanePos(this.#Qn),n=o.getPlanePositionFromPlanePoint(t);i.addScale(e,n),i.draw()}}};#Bn(e,t){const n=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer(),i=n.getViewController(),r=n.displayToPlanePos(e),o=i.getPositionFromPlanePoint(r);i.setCurrentPosition(o)}#bn(){this.#Ln&&(this.#Ln=!1)}mousedown=e=>{const t=Ni(e);this.#On(t)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{if(!this.#Un){const t=Ni(e),n=Hi(e);this.#Bn(t,n.groupDivId)}this.#bn()};mouseout=e=>{this.#bn()};touchstart=e=>{const t=Vi(e);1===t.length?this.#On(t[0]):2===t.length&&this.#Vn(t)};touchmove=e=>{const t=Vi(e),n=Hi(e);1===t.length?this.#An(t[0],n.groupDivId):2===t.length&&this.#Nn(t,n.groupDivId)};touchend=e=>{if(!this.#Un){const t=Ni(e),n=Hi(e);this.#Bn(t,n.groupDivId)}this.#bn()};wheel=e=>{e.preventDefault();const t=-e.deltaY/500,n=Hi(e),i=Ni(e),r=this.#tt.getLayerGroupByDivId(n.groupDivId),o=r.getActiveViewLayer(),a=o.getViewController(),s=o.displayToMainPlanePos(i),l=a.getPlanePositionFromPlanePoint(s);r.addScale(t,l),r.draw()};keydown=e=>{e.context="ZoomAndPan",this.#tt.onKeydown(e)};activate(e){}init(){}setFeatures(e){}},Opacity:class{#tt;#Ln=!1;#Pn;#wn;constructor(e){this.#tt=e,this.#wn=new Hn(e)}#On(e){this.#Ln=!0,this.#Pn=e}#An(e,t){if(!this.#Ln)return;const n=e.getX()-this.#Pn.getX();if(Math.abs(n)>15){const i=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer(),r=i.getOpacity();i.setOpacity(r+n/200),i.draw(),this.#Pn=e}}#bn(){this.#Ln&&(this.#Ln=!1)}mousedown=e=>{const t=Ni(e);this.#On(t)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{this.#bn()};mouseout=e=>{this.#bn()};touchstart=e=>{const t=Vi(e);this.#On(t[0])};touchmove=e=>{const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{this.#bn()};wheel=e=>{this.#wn.wheel(e)};keydown=e=>{e.context="Opacity",this.#tt.onKeydown(e)};activate(e){}init(){}setFeatures(e){}},Draw:class{#tt;#wn;#Gn;#kn=!1;#Hn=null;#Pt=null;#zn=null;#Wn;#yt=[];#Yn=null;#Xn=!0;#jn=[];#on;#Zn=!1;#H={};#_n=!1;#Kn=[];constructor(e){this.#tt=e,this.#wn=new Hn(e),this.#on=new hi(e,this.#Re),this.#Gn=e.getStyle()}#Jn(e,t){const n=this.#tt.getLayerGroupByDivId(t);let i=n.getActiveDrawLayer();if(void 0===i){const e=n.getActiveViewLayer().getDataId(),r=this.#tt.getData(e).image.getMeta().SeriesInstanceUID;if(this.#jn.includes(r))return void this.#Re({type:"warn",message:"Cannot create draw layer, data is in black list"});const o=this.#tt.createAnnotationData(e);this.#tt.addAndRenderAnnotationData(o,t,e),i=n.getActiveDrawLayer(),i.setShapeHandler(this.#on),n.setActiveDrawLayerByDataId(i.getDataId())}const r=i.getDrawController().getAnnotationGroup(),o=i.getKonvaStage();if(this.#Gn.setZoomScale(o.scale()),r.isEditable()){const t=o.getIntersection({x:e.getX(),y:e.getY()});t?this.#$n(i,t):this.#ei(n,e)}}#ei(e,t){this.#on.disableAndResetEditor(),this.#ti();const n=e.getActiveViewLayer();this.#Yn=n.displayToPlanePos(t),this.#yt.push(this.#Yn)}#ti(){this.#kn=!0,this.#Pt=new this.#Hn[this.#Wn],this.#yt=[]}#ni(){this.#kn=!1,this.#yt=[]}#$n(e,t){const n=t.getParent().find(".shape")[0];n instanceof Zn().Shape&&this.#on.setEditorShape(n,e)}#ii(e,t){const n=this.#tt.getLayerGroupByDivId(t),i=n.getActiveViewLayer().displayToPlanePos(e);(Math.abs(i.getX()-this.#Yn.getX())>0||Math.abs(i.getY()-this.#Yn.getY())>0)&&(this.#_n&&this.#yt.pop(),this.#Yn=i,this.#_n=!0,this.#yt.push(this.#Yn),this.#ri(this.#yt,n))}#oi(e){if(0!==this.#yt.length){if(this.#yt.length===this.#Pt.getNPoints()){const t=this.#tt.getLayerGroupByDivId(e);this.#ai(this.#yt,t),this.#ni()}this.#_n=!1}else c.warn("Draw mouseup but no points...")}mousedown=e=>{if(this.#kn)return;const t=Ni(e),n=Hi(e);this.#Jn(t,n.groupDivId)};mousemove=e=>{if(!this.#kn)return;const t=Ni(e),n=Hi(e);this.#ii(t,n.groupDivId)};mouseup=e=>{if(!this.#kn)return;const t=Hi(e);this.#oi(t.groupDivId)};dblclick=e=>{if(this.#Pt&&void 0!==this.#Pt.getNPoints())return;if(!this.#kn)return;if(0===this.#yt.length)return void c.warn("Draw dblclick but no points...");const t=Hi(e),n=this.#tt.getLayerGroupByDivId(t.groupDivId);this.#ai(this.#yt,n),this.#ni()};mouseout=e=>{if(!this.#kn)return;const t=Hi(e);this.#oi(t.groupDivId)};touchstart=e=>{if(this.#kn)return;const t=Vi(e),n=Hi(e);this.#Jn(t[0],n.groupDivId)};touchmove=e=>{if(!this.#kn)return;const t=Hi(e),n=Vi(e),i=this.#tt.getLayerGroupByDivId(t.groupDivId),r=i.getActiveViewLayer().displayToPlanePos(n[0]);(Math.abs(r.getX()-this.#Yn.getX())>0||Math.abs(r.getY()-this.#Yn.getY())>0)&&(1!==this.#yt.length&&this.#yt.pop(),this.#Yn=r,this.#yt.push(this.#Yn),this.#yt.length{this.#yt.push(this.#Yn)}),this.#Pt.getTimeout())),this.#ri(this.#yt,i))};touchend=e=>{this.dblclick(e)};wheel=e=>{this.#Xn&&this.#wn.wheel(e)};keydown=e=>{this.#kn||(e.context="Draw",this.#tt.onKeydown(e));const t=this.#on.getEditorAnnotation();if(("Delete"===e.key||"Backspace"===e.key)&&void 0!==t){const e=this.#tt.getActiveLayerGroup().getActiveDrawLayer().getDrawController(),n=new pi(t,e);this.#tt.addToUndoStack(n),n.execute(),this.#on.onMouseOutShapeGroup()}if("Escape"===e.key&&null!==this.#zn){const e=this.#zn.getLayer();this.#zn.destroy(),this.#zn=null,this.#ni(),e.draw()}};#ri(e,t){this.#zn&&(this.#zn.destroy(),this.#zn=null);const n=t.getActiveDrawLayer(),i=n.getDrawController(),r=n.getKonvaLayer(),o=t.getActiveViewLayer().getViewController();if(this.#Zn){const e=["#ffff80","#ff80ff","#80ffff","#80ff80","8080ff","ff8080"],t=n.getId(),i=t.substring(t.length-1),r=e[parseInt(i,10)-1];void 0!==r&&this.#Gn.setLineColour(r)}const a=new qi,s=i.getAnnotationGroup().getColour();a.colour=void 0!==s?s:this.#Gn.getLineColour(),a.init(o),this.#Pt.setAnnotationMathShape(a,e),this.#zn=this.#Pt.createShapeGroup(a,this.#Gn),n.setLabelVisibility(this.#zn),this.#zn.getChildren(ei)[0].listening(!1),r.listening(!1),r.add(this.#zn),r.draw()}#ai(e,t){this.#zn&&(this.#zn.destroy(),this.#zn=null);const n=t.getActiveDrawLayer(),i=n.getKonvaLayer(),r=n.getDrawController(),o=t.getActiveViewLayer().getViewController(),a=new qi,s=r.getAnnotationGroup().getColour();a.colour=void 0!==s?s:this.#Gn.getLineColour(),a.id=et(),a.init(o),this.#Pt.setAnnotationMathShape(a,e);const l=new gi(a,r);this.#tt.addToUndoStack(l),l.execute(),i.listening(!0)}#si(e){const t=e.getId();return void 0===this.#Kn[t]&&(this.#Kn[t]=()=>{e.activateCurrentPositionShapes(!0)}),this.#Kn[t]}activate(e){e||this.#on.onMouseOutShapeGroup();const t=this.#tt.getDrawLayers();for(const n of t)void 0!==n&&(n.setShapeHandler(this.#on),n.activateCurrentPositionShapes(e),e?this.#tt.addEventListener("positionchange",this.#si(n)):this.#tt.removeEventListener("positionchange",this.#si(n)))}setOptions(e){this.#Hn=e}getOptionsType(){return"factory"}setFeatures(e){if(void 0!==e.autoShapeColour&&(this.#Zn=e.autoShapeColour),void 0!==e.shapeColour&&(this.#Gn.setLineColour(e.shapeColour),this.#Zn=!1),void 0!==e.shapeName){if(!this.hasShape(e.shapeName))throw new Error("Unknown shape: '"+e.shapeName+"'");this.#Wn=e.shapeName}void 0!==e.mouseOverCursor&&this.#on.storeMouseOverCursor(e.mouseOverCursor),void 0!==e.withScroll&&(this.#Xn=e.withScroll),void 0!==e.blacklist&&(this.#jn=e.blacklist)}init(){}getEventNames(){return["annotationupdate","warn"]}addEventListener(e,t){void 0===this.#H[e]&&(this.#H[e]=[]),this.#H[e].push(t)}removeEventListener(e,t){if(void 0!==this.#H[e])for(let n=0;n{if(void 0!==this.#H[e.type])for(let t=0;t{e.context="Filter",this.#tt.onKeydown(e)};getEventNames(){return["filterrun","filterundo"]}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)};getSelectedFilter(){return this.#ci}setFeatures(e){if(void 0!==e.filterName){if(!this.hasFilter(e.filterName))throw new Error("Unknown filter: '"+e.filterName+"'");this.#ci&&this.#ci.activate(!1),this.#ci=this.#li[e.filterName],this.#ci.activate(!0)}if(void 0!==e.run&&e.run){let t={};void 0!==e.runArgs&&(t=e.runArgs),this.getSelectedFilter().run(t)}}getFilterList(){return this.#li}hasFilter(e){return this.#li[e]}},Floodfill:class{#tt;constructor(e){this.#tt=e}#ui=5;#di=0;#hi=2e3;#Si=null;#gi=null;#pi=10;#mi=null;#Ln=!1;#At;#fi;#Di=null;#yi=[];#Ci=!1;#Gn=new Jn;#Oe=new He;setExtend(e){this.#Ci=e}getExtend(){return this.#Ci}#vi=(e,t)=>{const n=this.#tt.getLayerGroupByDivId(t).getActiveViewLayer().displayToPlaneIndex(e);return{x:n.get(0),y:n.get(1)}};#Ii(e,t,n){this.#yi=[];const i={data:this.#Si.data,width:this.#Si.width,height:this.#Si.height,bytes:4};this.#gi=Di().floodFill(i,e.x,e.y,t),this.#gi=Di().gaussBlurOnlyBorder(this.#gi,this.#ui);let r=Di().traceContours(this.#gi);if(r=Di().simplifyContours(r,this.#di,this.#hi),r.length>0&&r[0].points[0].x){if(n)return r[0].points;for(let e=0,t=r[0].points.length;eo&&this.#Ti(this.#fi,a,n);t--)i.decrementIndex(2);i.setCurrentPosition(r)}onThresholdChange(e){}#On(e,t){const n=this.#tt.getLayerGroupByDivId(t),i=n.getActiveViewLayer();let r=n.getActiveDrawLayer();if(void 0===r){const e=n.getActiveViewLayer().getDataId(),i=this.#tt.createAnnotationData(e);this.#tt.addAndRenderAnnotationData(i,t,e),r=n.getActiveDrawLayer(),n.setActiveDrawLayerByDataId(r.getDataId())}this.#Si=i.getImageData(),this.#Si?(this.#Gn.setZoomScale(r.getKonvaLayer().getAbsoluteScale()),this.#Ln=!0,this.#fi=this.#vi(e,t),this.#Ti(this.#fi,this.#pi,n),this.onThresholdChange(this.#pi)):c.error("No image found")}#An(e,t){if(!this.#Ln)return;const n=this.#vi(e,t);this.#mi=Math.round(Math.sqrt(Math.pow(this.#fi.x-n.x,2)+Math.pow(this.#fi.y-n.y,2))/2),this.#mi=this.#mi{const t=Ni(e),n=Hi(e);this.#On(t,n.groupDivId)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup=e=>{this.#bn()};mouseout=e=>{this.#bn()};touchstart=e=>{const t=Vi(e),n=Hi(e);this.#On(t[0],n.groupDivId)};touchmove=e=>{const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{this.#bn()};keydown=e=>{e.context="Floodfill",this.#tt.onKeydown(e)};activate(e){e&&(this.#Gn.setBaseScale(this.#tt.getBaseScale()),this.setFeatures({shapeColour:this.#Gn.getLineColour()}))}init(){}getEventNames(){return["drawcreate","drawchange","drawmove","drawdelete"]}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}setFeatures(e){void 0!==e.shapeColour&&this.#Gn.setLineColour(e.shapeColour)}},Livewire:class{#tt;constructor(e){this.#tt=e}#Ln=!1;#Pn;#At;#Gn=new Jn;#Li=new yi;#Pi=new yi;#yi=[];#wi=5;#Oe=new He;#Oi(e){const t=e.get(1);for(let e=0;e{const t=Ni(e),n=Hi(e);this.#On(t,n.groupDivId)};mousemove=e=>{const t=Ni(e),n=Hi(e);this.#An(t,n.groupDivId)};mouseup(e){}mouseout=e=>{};dblclick=e=>{this.#xi()};touchstart=e=>{const t=Vi(e),n=Hi(e);this.#On(t[0],n.groupDivId)};touchmove=e=>{const t=Vi(e),n=Hi(e);this.#An(t[0],n.groupDivId)};touchend=e=>{};keydown=e=>{e.context="Livewire",this.#tt.onKeydown(e)};activate(e){if(e){const e=this.#tt.getActiveLayerGroup().getActiveViewLayer(),t=e.getViewController().getImageSize();this.#bi.setDimensions(t.get(0),t.get(1)),this.#bi.setData(e.getImageData().data),this.#Gn.setBaseScale(this.#tt.getBaseScale()),this.setFeatures({shapeColour:this.#Gn.getLineColour()})}}init(){}getEventNames(){return["drawcreate","drawchange","drawmove","drawdelete"]}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}setFeatures(e){void 0!==e.shapeColour&&this.#Gn.setLineColour(e.shapeColour)}}},Ei={draw:{ArrowFactory:class{#Ri="arrow";#Fi=new Pi(this.#Ei);static supports(e){return e instanceof F}getName(){return this.#Ri}getGroupName(){return this.#Ri+"-group"}getNPoints(){return 2}getTimeout(){return 0}setAnnotationMathShape(e,t){e.mathShape=this.#qi(t),e.referencePoints=[t[1]],e.setTextExpr(this.#Ui()),e.updateQuantification()}createShapeGroup(e,t){const n=new(Zn().Group);n.name(this.getGroupName()),n.visible(!0),n.id(e.id),n.add(this.#Mi(e,t));const i=this.#Qi(e,t);for(const e of i)n.add(e);return n.add(this.#Fi.create(e,t)),n}getAnchors(e,t){const n=e.points(),i=[];return i.push(ii(n[0]+e.x(),n[1]+e.y(),"begin",t)),i.push(ii(n[2]+e.x(),n[3]+e.y(),"end",t)),i}constrainAnchorMove(e){}updateShapeGroupOnAnchorMove(e,t,n){const i=t.getParent();i instanceof Zn().Group&&(this.#Vi(e,t,n),this.updateLabelContent(e,i,n),void 0===e.labelPosition&&this.#Fi.updatePosition(e,i))}updateAnnotationOnAnchorMove(e,t){const n=t.getParent();if(!(n instanceof Zn().Group))return;const i=n.getChildren((function(e){return"shape"===e.name()}))[0];if(!(i instanceof Zn().Line))return;const r=n.getChildren((function(e){return"begin"===e.id()}))[0],o=n.getChildren((function(e){return"end"===e.id()}))[0],a=new F(r.x()-i.x(),r.y()-i.y()),s=new F(o.x()-i.x(),o.y()-i.y());e.mathShape=a,e.referencePoints=[s],e.updateQuantification()}updateAnnotationOnTranslation(e,t){const n=e.mathShape,i=e.referencePoints[0],r=new zn(n,i),o=r.getBegin(),a=new F(o.getX()+t.x,o.getY()+t.y),s=r.getEnd(),l=new F(s.getX()+t.x,s.getY()+t.y);e.mathShape=a,e.referencePoints=[l],e.updateQuantification()}updateLabelContent(e,t,n){this.#Fi.updateContent(e,t)}#qi(e){return e[0]}#Ui(){return Li.labelText.arrow}#Mi(e,t){const n=e.mathShape,i=e.referencePoints[0],r=new zn(n,i),o=new(Zn().Line)({points:[n.getX(),n.getY(),i.getX(),i.getY()],stroke:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,name:"shape"}),a=t.applyZoomRatio(20),s=Xn(r,n,a,t.getZoomScale()),l=Xn(r,i,a,t.getZoomScale());return o.hitFunc((function(e){e.beginPath(),e.moveTo(s.getBegin().getX(),s.getBegin().getY()),e.lineTo(s.getEnd().getX(),s.getEnd().getY()),e.lineTo(l.getEnd().getX(),l.getEnd().getY()),e.lineTo(l.getBegin().getX(),l.getBegin().getY()),e.closePath(),e.fillStrokeShape(o)})),o}#Qi(e,t){const n=e.mathShape,i=e.referencePoints[0],r=new zn(n,i),o=new F(n.getX(),n.getY()-10),a=Wn(r,new zn(n,o)),s=a*Math.PI/180,l=Math.abs(t.applyZoomRatio(16));return[new(Zn().RegularPolygon)({x:n.getX()+l*Math.sin(s),y:n.getY()+l*Math.cos(s),sides:3,radius:l,rotation:-a,fill:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,name:"shape-triangle"})]}#Ei(e){return e.mathShape}#Vi(e,t,n){const i=e.mathShape,r=e.referencePoints[0],o=new zn(i,r),a=t.getParent();if(!(a instanceof Zn().Group))return;const s=a.getChildren((function(e){return"shape"===e.name()}))[0];if(!(s instanceof Zn().Line))return;s.position({x:0,y:0}),s.points([i.getX(),i.getY(),r.getX(),r.getY()]);const l=a.getChildren((function(e){return"shape-triangle"===e.name()}))[0];if(!(l instanceof Zn().RegularPolygon))return;const u=a.getChildren((function(e){return"begin"===e.id()}))[0],d=a.getChildren((function(e){return"end"===e.id()}))[0];switch(t.id()){case"begin":u.x(t.x()),u.y(t.y());break;case"end":d.x(t.x()),d.y(t.y());break;default:c.error("Unhandled anchor id: "+t.id())}const h=new F(o.getBegin().getX(),o.getBegin().getY()-10),S=new zn(o.getBegin(),h),g=Wn(o,S),p=g*Math.PI/180;l.x(o.getBegin().getX()+l.radius()*Math.sin(p)),l.y(o.getBegin().getY()+l.radius()*Math.cos(p)),l.rotation(-g);const m=n.applyZoomRatio(20),f=Xn(o,i,m,n.getZoomScale()),D=Xn(o,r,m,n.getZoomScale());s.hitFunc((function(e){e.beginPath(),e.moveTo(f.getBegin().getX(),f.getBegin().getY()),e.lineTo(f.getEnd().getX(),f.getEnd().getY()),e.lineTo(D.getEnd().getX(),D.getEnd().getY()),e.lineTo(D.getBegin().getX(),D.getBegin().getY()),e.closePath(),e.fillStrokeShape(s)}))}#Ni(e,t){}#Bi(e,t){}},CircleFactory:class{#Ri="circle";#Fi=new Pi(this.#Ei);static supports(e){return e instanceof ci}getName(){return this.#Ri}getGroupName(){return this.#Ri+"-group"}getNPoints(){return 2}getTimeout(){return 0}setAnnotationMathShape(e,t){e.mathShape=this.#qi(t),e.setTextExpr(this.#Ui()),e.updateQuantification()}createShapeGroup(e,t){const n=new(Zn().Group);return n.name(this.getGroupName()),n.visible(!0),n.id(e.id),n.add(this.#Mi(e,t)),n.add(this.#Fi.create(e,t)),n}getAnchors(e,t){const n=e.x(),i=e.y(),r=e.radius(),o=[];return o.push(ii(n-r,i,"left",t)),o.push(ii(n+r,i,"right",t)),o.push(ii(n,i+r,"bottom",t)),o.push(ii(n,i-r,"top",t)),o}constrainAnchorMove(e){const t=e.getParent();if(!(t instanceof Zn().Group))return;const n=t.getChildren((function(e){return"left"===e.id()}))[0],i=t.getChildren((function(e){return"right"===e.id()}))[0],r=t.getChildren((function(e){return"bottom"===e.id()}))[0],o=t.getChildren((function(e){return"top"===e.id()}))[0];switch(e.id()){case"left":n.y(i.y());break;case"right":i.y(n.y());break;case"bottom":r.x(o.x());break;case"top":o.x(r.x());break;default:c.error("Unhandled anchor id: "+e.id())}}updateShapeGroupOnAnchorMove(e,t,n){const i=t.getParent();i instanceof Zn().Group&&(this.#Vi(e,t,n),this.updateLabelContent(e,i,n),void 0===e.labelPosition&&this.#Fi.updatePosition(e,i))}updateAnnotationOnAnchorMove(e,t){const n=e.mathShape,i=new F(n.getCenter().getX(),n.getCenter().getY()),r=new F(t.x(),t.y()),o=i.getDistance(r);e.mathShape=new ci(i,o),e.updateQuantification()}updateAnnotationOnTranslation(e,t){const n=e.mathShape,i=n.getCenter(),r=new F(i.getX()+t.x,i.getY()+t.y);e.mathShape=new ci(r,n.getRadius()),e.updateQuantification()}updateLabelContent(e,t,n){this.#Fi.updateContent(e,t)}#qi(e){const t=Math.abs(e[0].getX()-e[1].getX()),n=Math.abs(e[0].getY()-e[1].getY()),i=Math.round(Math.sqrt(t*t+n*n));return new ci(e[0],i)}#Ui(){return Li.labelText.circle}#Mi(e,t){const n=e.mathShape;return new(Zn().Circle)({x:n.getCenter().getX(),y:n.getCenter().getY(),radius:n.getRadius(),stroke:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,name:"shape"})}#Ei(e){const t=e.mathShape,n=t.getCenter(),i=t.getRadius();return new F(n.getX()-i,n.getY()+i)}#Vi(e,t,n){const i=e.mathShape,r=i.getCenter(),o=i.getRadius(),a=t.getParent();if(!(a instanceof Zn().Group))return;const s=a.getChildren((function(e){return"shape"===e.name()}))[0];if(!(s instanceof Zn().Circle))return;s.radius(o);const l=a.getChildren((function(e){return"left"===e.id()}))[0],u=a.getChildren((function(e){return"right"===e.id()}))[0],d=a.getChildren((function(e){return"bottom"===e.id()}))[0],h=a.getChildren((function(e){return"top"===e.id()}))[0],S=u.x()180&&(o=360-o,a+=o);const s=33*Math.min(i.getLength(),r.getLength())/100;return[new(Zn().Arc)({innerRadius:s,outerRadius:s,stroke:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,angle:o,rotation:-a,x:n.getPoint(1).getX(),y:n.getPoint(1).getY(),name:"shape-arc"})]}#Ei(e){const t=e.mathShape,n=new zn(t.getPoint(0),t.getPoint(1)),i=new zn(t.getPoint(1),t.getPoint(2)),r=(n.getMidpoint().getX()+i.getMidpoint().getX())/2,o=(n.getMidpoint().getY()+i.getMidpoint().getY())/2;return new F(r,o)}#Vi(e,t,n){const i=e.mathShape,r=new zn(i.getPoint(0),i.getPoint(1)),o=new zn(i.getPoint(1),i.getPoint(2)),a=t.getParent();if(!(a instanceof Zn().Group))return;const s=a.getChildren((function(e){return"shape"===e.name()}))[0];if(!(s instanceof Zn().Line))return;s.position({x:0,y:0}),s.points([i.getPoint(0).getX(),i.getPoint(0).getY(),i.getPoint(1).getX(),i.getPoint(1).getY(),i.getPoint(2).getX(),i.getPoint(2).getY()]);const l=a.getChildren((function(e){return"shape-arc"===e.name()}))[0];if(!(l instanceof Zn().Arc))return;const c=a.getChildren((function(e){return"begin"===e.id()}))[0],u=a.getChildren((function(e){return"mid"===e.id()}))[0],d=a.getChildren((function(e){return"end"===e.id()}))[0];switch(t.id()){case"begin":c.x(t.x()),c.y(t.y());break;case"mid":u.x(t.x()),u.y(t.y());break;case"end":d.x(t.x()),d.y(t.y())}let h=Wn(r,o),S=r.getInclination();h>180&&(h=360-h,S+=h);const g=33*Math.min(r.getLength(),o.getLength())/100;l.innerRadius(g),l.outerRadius(g),l.angle(h),l.rotation(-S);const p={x:u.x(),y:u.y()};l.position(p),s.hitFunc((function(e){e.beginPath(),e.moveTo(i.getPoint(0).getX(),i.getPoint(0).getY()),e.lineTo(i.getPoint(1).getX(),i.getPoint(1).getY()),e.lineTo(i.getPoint(2).getX(),i.getPoint(2).getY()),e.closePath(),e.fillStrokeShape(s)}))}#Ni(e,t){}#Bi(e,t){}},RectangleFactory:class{#Ri="rectangle";#Fi=new Pi(this.#Ei);static supports(e){return e instanceof ri}getName(){return this.#Ri}getGroupName(){return this.#Ri+"-group"}getNPoints(){return 2}getTimeout(){return 0}setAnnotationMathShape(e,t){e.mathShape=this.#qi(t),e.setTextExpr(this.#Ui()),e.updateQuantification()}createShapeGroup(e,t){const n=new(Zn().Group);return n.name(this.getGroupName()),n.visible(!0),n.id(e.id),n.add(this.#Mi(e,t)),n.add(this.#Fi.create(e,t)),n}getAnchors(e,t){const n=e.x(),i=e.y(),r=e.width(),o=e.height(),a=[];return a.push(ii(n,i,"topLeft",t)),a.push(ii(n+r,i,"topRight",t)),a.push(ii(n+r,i+o,"bottomRight",t)),a.push(ii(n,i+o,"bottomLeft",t)),a}constrainAnchorMove(e){}updateShapeGroupOnAnchorMove(e,t,n){const i=t.getParent();i instanceof Zn().Group&&(this.#Vi(e,t,n),this.updateLabelContent(e,i,n),void 0===e.labelPosition&&this.#Fi.updatePosition(e,i))}updateAnnotationOnAnchorMove(e,t){const n=t.getParent();if(!(n instanceof Zn().Group))return;const i=n.getChildren((function(e){return"topLeft"===e.id()}))[0],r=n.getChildren((function(e){return"bottomRight"===e.id()}))[0],o=new F(i.x(),i.y()),a=new F(r.x(),r.y());e.mathShape=new ri(o,a),e.updateQuantification()}updateAnnotationOnTranslation(e,t){const n=e.mathShape,i=n.getBegin(),r=new F(i.getX()+t.x,i.getY()+t.y),o=n.getEnd(),a=new F(o.getX()+t.x,o.getY()+t.y);e.mathShape=new ri(r,a),e.updateQuantification()}updateLabelContent(e,t,n){this.#Fi.updateContent(e,t)}#qi(e){return new ri(e[0],e[1])}#Ui(){return Li.labelText.rectangle}#Mi(e,t){const n=e.mathShape;return new(Zn().Rect)({x:n.getBegin().getX(),y:n.getBegin().getY(),width:n.getWidth(),height:n.getHeight(),stroke:e.colour,strokeWidth:t.getStrokeWidth(),strokeScaleEnabled:!1,name:"shape"})}#Ei(e){const t=e.mathShape;return new F(t.getBegin().getX(),t.getEnd().getY())}#Vi(e,t,n){const i=e.mathShape,r=i.getBegin(),o=t.getParent();if(!(o instanceof Zn().Group))return;const a=o.getChildren((function(e){return"shape"===e.name()}))[0];if(!(a instanceof Zn().Rect))return;a.position({x:r.getX(),y:r.getY()}),a.size({width:i.getWidth(),height:i.getHeight()});const s=o.getChildren((function(e){return"topLeft"===e.id()}))[0],l=o.getChildren((function(e){return"topRight"===e.id()}))[0],u=o.getChildren((function(e){return"bottomRight"===e.id()}))[0],d=o.getChildren((function(e){return"bottomLeft"===e.id()}))[0];switch(t.id()){case"topLeft":s.x(t.x()),s.y(t.y()),l.y(t.y()),d.x(t.x());break;case"topRight":l.x(t.x()),l.y(t.y()),s.y(t.y()),u.x(t.x());break;case"bottomRight":u.x(t.x()),u.y(t.y()),d.y(t.y()),l.x(t.x());break;case"bottomLeft":d.x(t.x()),d.y(t.y()),u.y(t.y()),s.x(t.x());break;default:c.error("Unhandled anchor id: "+t.id())}}#Ni(e,t){const n=e.mathShape.getRound(),i=n.max.getX()-n.min.getX(),r=n.max.getY()-n.min.getY();return new(Zn().Rect)({x:n.min.getX(),y:n.min.getY(),width:i,height:r,fill:"grey",strokeWidth:0,strokeScaleEnabled:!1,opacity:.3,name:"shadow"})}#Bi(e,t){const n=t.getChildren((function(e){return"shadow"===e.name()}))[0];void 0!==n&&(n.destroy(),t.add(this.#Ni(e,t)))}},RoiFactory:class{#Ri="roi";#Fi=new Pi(this.#Ei);static supports(e){return e instanceof oi}getName(){return this.#Ri}getGroupName(){return this.#Ri+"-group"}getNPoints(){}getTimeout(){return 100}setAnnotationMathShape(e,t){e.mathShape=this.#qi(t),e.setTextExpr(this.#Ui()),e.updateQuantification()}createShapeGroup(e,t){const n=new(Zn().Group);return n.name(this.getGroupName()),n.visible(!0),n.id(e.id),n.add(this.#Mi(e,t)),n.add(this.#Fi.create(e,t)),n}getAnchors(e,t){const n=e.points(),i=[];let r=0;for(let o=0;o{this.#Oe.fireEvent(e)}},Sobel:class{#tt;constructor(e){this.#tt=e}#Oe=new He;activate(e){}init(){}run(e){if(void 0===e.dataId)throw new Error("No dataId to run sobel filter on.");const t=new Ai,n=this.#tt.getData(e.dataId).image;t.setOriginalImage(n);const i=new bi(t,e.dataId,this.#tt);i.onExecute=this.#Re,i.onUndo=this.#Re,i.execute(),this.#tt.addToUndoStack(i)}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)}},Sharpen:class{#tt;constructor(e){this.#tt=e}#Oe=new He;activate(e){}init(){}run(e){if(void 0===e.dataId)throw new Error("No dataId to run sharpen filter on.");const t=new Oi,n=this.#tt.getData(e.dataId).image;t.setOriginalImage(n);const i=new bi(t,e.dataId,this.#tt);i.onExecute=this.#Re,i.onUndo=this.#Re,i.execute(),this.#tt.addToUndoStack(i)}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)}}}};class qi{id;referenceSopUID;mathShape;referencePoints;colour;quantification;textExpr;labelPosition;planeOrigin;planePoints;#ki;getOrientationName(){let e;return void 0!==this.planePoints&&(e=Dt(this.planePoints[1].getValues().concat(this.planePoints[2].getValues()))),e}init(e){void 0===this.referenceSopUID?(this.#ki=e,this.referenceSopUID=e.getCurrentImageUid(),this.planeOrigin=e.getOriginForImageUid(this.referenceSopUID),e.isAquisitionOrientation()||(this.planePoints=e.getPlanePoints(e.getCurrentScrollIndexValue()))):c.debug("Cannot initialise annotation twice")}isCompatibleView(e){let t=!1;if(void 0===this.planePoints)e.isAquisitionOrientation()&&(t=!0);else{const n=e.getPlanePoints(0);n[1].equals(this.planePoints[1])&&n[2].equals(this.planePoints[2])&&(t=!0)}return t}setViewController(e){e.includesImageUid(this.referenceSopUID)&&this.isCompatibleView(e.getPlaneHelper())&&(this.#ki=e,this.planeOrigin=e.getOriginForImageUid(this.referenceSopUID))}getCentroid(){let e;if(void 0!==this.#ki&&void 0!==this.mathShape.getCentroid){let t=this.planeOrigin;void 0!==this.planePoints&&(t=this.planePoints[0]);const n=new q([t.getX(),t.getY(),t.getZ()]),i=this.#ki.getIndexFromPosition(n),r=this.#ki.getScrollIndex(),o=i.getValues()[r],a=this.mathShape.getCentroid();e=this.#ki.getPositionFromPlanePoint(a,o)}return e}setTextExpr(e){if(void 0!==this.#ki){const t=this.#ki.getModality();void 0!==e[t]?this.textExpr=e[t]:this.textExpr=e["*"]}else c.warn("Cannot set text expr without a view controller")}getText(){return function(e,t){let n="";if(null==e)return n;if(n=e,null==t)return n;const i=V(e);for(let e=0;e{this.#nn===e.dataid&&(this.#ki.setImage(e.value[0]),this.#or(this.#ki.getImageSize().get2D()),this.#Ki=!0)};bindImage(){this.#ki&&this.#ki.bindImageAndLayer(this)}unbindImage(){this.#ki&&this.#ki.unbindImageAndLayer(this)}onimagecontentchange=e=>{this.#nn===e.dataid&&(this.#Yi=this.#ki.isPositionInBounds(),this.#Ki=!0,this.draw())};onimagegeometrychange=e=>{if(this.#nn===e.dataid){const e=this.#ki.getImageSize().get2D();if(this.#Xt.x!==e.x||this.#Xt.y!==e.y){if(void 0!==this.#$i&&void 0!==this.#er){const e=this.#ki.getOrigin(),t=this.#er.minus(e),n=this.#ki.getOrigin(this.#ki.getCurrentPosition()),i=this.#$i.minus(n);this.setBaseOffset(t,i)}this.#or(e),this.#Ki=!0,this.draw()}}};getId(){return this.#Wt.id}removeFromDOM(){this.#Wt.remove()}getBaseSize(){return this.#Xt}getImageWorldSize(){return this.#ki.getImageWorldSize()}getOpacity(){return this.#ji}setOpacity(e){if(e===this.#ji)return;this.#ji=Math.min(Math.max(e,0),1);const t={type:"opacitychange",value:[this.#ji]};this.#Re(t)}addFlipOffsetX(){this.#en.x+=this.#Hi.width/this.#Zi.x,this.#_i.x+=this.#en.x}addFlipOffsetY(){this.#en.y+=this.#Hi.height/this.#Zi.y,this.#_i.y+=this.#en.y}flipScaleX(){this.#_t.x*=-1}flipScaleY(){this.#_t.y*=-1}flipScaleZ(){this.#_t.z*=-1}setScale(e,t){const n=this.#ki.getPlaneHelper(),i=n.getTargetOrientedPositiveXYZ({x:e.x*this.#_t.x,y:e.y*this.#_t.y,z:e.z*this.#_t.z}),r={x:this.#Zt.x*i.x,y:this.#Zt.y*i.y};if(1===Math.abs(e.x)&&1===Math.abs(e.y)&&1===Math.abs(e.z)){const e={x:this.#_i.x-this.#$t.x,y:this.#_i.y-this.#$t.y};this.#$t={x:0,y:0},this.#_i=e}else if(void 0!==t){let e=n.getPlaneOffsetFromOffset3D({x:t.getX(),y:t.getY(),z:t.getZ()});e={x:e.x+this.#Kt.x,y:e.y+this.#Kt.y};const i=zi(this.#_i,this.#Zi,r,e),o={x:this.#$t.x+i.x-this.#_i.x,y:this.#$t.y+i.y-this.#_i.y};this.#$t=o,this.#_i=i}this.#Zi=r}initScale(e,t){const n=this.#ki.getPlaneHelper().getTargetOrientedPositiveXYZ({x:e.x*this.#_t.x,y:e.y*this.#_t.y,z:e.z*this.#_t.z}),i={x:this.#Zt.x*n.x,y:this.#Zt.y*n.y};this.#Zi=i,this.#$t={x:t.x/this.#Zt.x,y:t.y/this.#Zt.y},this.#_i={x:this.#_i.x+this.#$t.x,y:this.#_i.y+this.#$t.y}}setBaseOffset(e,t,n,i){const r=this.#ki.getPlaneHelper(),o=r.getNativeScrollIndex(),a=r.getPlaneOffsetFromOffset3D({x:0===o?e.getX():t.getX(),y:1===o?e.getY():t.getY(),z:2===o?e.getZ():t.getZ()}),s=this.#Kt.x!==a.x||this.#Kt.y!==a.y;return void 0!==n&&void 0!==i&&(this.#$i=n,this.#er=i),s&&(this.#_i={x:this.#_i.x-this.#Kt.x+a.x,y:this.#_i.y-this.#Kt.y+a.y},this.#Kt=a),s}setOffset(e){const t=this.#ki.getPlaneHelper().getPlaneOffsetFromOffset3D(e);this.#_i={x:t.x+this.#Jt.x+this.#Kt.x+this.#$t.x+this.#en.x,y:t.y+this.#Jt.y+this.#Kt.y+this.#$t.y+this.#en.y}}displayToPlaneIndex(e){const t=this.displayToPlanePos(e);return new s([Math.floor(t.getX()),Math.floor(t.getY())])}displayToPlaneScale(e){return new F(e.getX()/this.#Zi.x,e.getY()/this.#Zi.y)}displayToPlanePos(e){const t=this.displayToPlaneScale(e);return new F(t.getX()+this.#_i.x,t.getY()+this.#_i.y)}planePosToDisplay(e){let t=(e.getX()-this.#_i.x+this.#Kt.x)*this.#Zi.x,n=(e.getY()-this.#_i.y+this.#Kt.y)*this.#Zi.y;return(t<0||t>=this.#Hi.width)&&(t=void 0),(n<0||n>=this.#Hi.height)&&(n=void 0),new F(t,n)}displayToMainPlanePos(e){const t=this.displayToPlanePos(e);return new F(t.getX()-this.#Kt.x,t.getY()-this.#Kt.y)}display(e){this.#Wt.style.display=e?"":"none"}isVisible(){return""===this.#Wt.style.display}draw(){if(!this.#Yi)return;let e={type:"renderstart",layerid:this.getId(),dataid:this.getDataId()};this.#Re(e),this.#Ki&&this.#ar(),this.#Wi.globalAlpha=this.#ji,this.clear(),this.#Wi.setTransform(this.#Zi.x,0,0,this.#Zi.y,-1*this.#_i.x*this.#Zi.x,-1*this.#_i.y*this.#Zi.y),this.#Wi.imageSmoothingEnabled=this.#Ji,this.#Wi.drawImage(this.#zi,0,0),e={type:"renderend",layerid:this.getId(),dataid:this.getDataId()},this.#Re(e)}initialise(e,t,n){this.#jt=t,this.#ji=Math.min(Math.max(n,0),1),this.#Hi=document.createElement("canvas"),this.#Wt.appendChild(this.#Hi),this.#Hi.getContext?(this.#Wi=this.#Hi.getContext("2d"),this.#Wi?(this.#zi=document.createElement("canvas"),this.#or(e),this.#Ki=!0):alert("Error: failed to get the 2D context.")):alert("Error: no canvas.getContext method.")}#or(e){if(!Bi(e.x,e.y))throw new Error("Cannot create canvas with size "+e.x+", "+e.y);this.#Xt=e,this.#zi.width=this.#Xt.x,this.#zi.height=this.#Xt.y,this.#Wi.clearRect(0,0,this.#Xt.x,this.#Xt.y),this.#Xi=this.#Wi.createImageData(this.#Xt.x,this.#Xt.y)}fitToContainer(e,t,n){let i=!1;if(this.#Hi.width!==e.x||this.#Hi.height!==e.y){if(!Bi(e.x,e.y))throw new Error("Cannot resize canvas "+e.x+", "+e.y);this.#Hi.width=e.x,this.#Hi.height=e.y,i=!0}const r={x:t*this.#jt.x,y:t*this.#jt.y},o={x:this.#Zi.x*r.x/this.#Zt.x,y:this.#Zi.y*r.y/this.#Zt.y};this.#Zi.x===o.x&&this.#Zi.y===o.y||(this.#Zt=r,this.#Zi=o,i=!0);const a={x:n.x/r.x,y:n.y/r.y},s={x:e.x/r.x,y:e.y/r.y},l={x:0!==this.#en.x?s.x:0,y:0!==this.#en.y?s.y:0};this.#Jt.x===a.x&&this.#Jt.y===a.y&&this.#en.x===l.x&&this.#en.y===l.y||(this.#_i={x:this.#_i.x+a.x-this.#Jt.x+l.x-this.#en.x,y:this.#_i.y+a.y-this.#Jt.y+l.y-this.#en.y},this.#en=l,this.#Jt=a,i=!0),i&&this.draw()}bindInteraction(){this.#Wt.style.pointerEvents="auto";const e=Ui;for(let t=0;t{e.srclayerid=this.getId(),e.dataid=this.#nn,this.#Oe.fireEvent(e)};#ar(){this.#ki.generateImageData(this.#Xi),this.#zi.getContext("2d").putImageData(this.#Xi,0,0),this.#Ki=!1}#tr=e=>{void 0!==e.skipGenerate&&!0===e.skipGenerate||(this.#Ki=!0,this.draw())};#nr=e=>{void 0!==e.skipGenerate&&!0===e.skipGenerate||(this.#Ki=!0,this.draw())};#ir=e=>{if(void 0===e.skipGenerate||!0!==e.skipGenerate){let t=!0;if(void 0!==e.valid&&(t=e.valid),t){const t=[0,1,2],n=t.indexOf(this.#ki.getScrollIndex());t.splice(n,1),0===e.diffDims.filter((function(e){return-1===t.indexOf(e)})).length&&this.#Yi||(this.#Yi=!0,this.#Ki=!0,this.draw())}else this.#Yi&&(this.#Yi=!1,this.clear())}};#rr=e=>{void 0!==e.skipGenerate&&!0===e.skipGenerate||(this.#Ki=!0,this.draw())};setCurrentPosition(e,t){return this.#ki.setCurrentPosition(e)}clear(){this.#Wi.save(),this.#Wi.setTransform(1,0,0,1,0,0),this.#Wi.clearRect(0,0,this.#Hi.width,this.#Hi.height),this.#Wi.restore()}}function ki(e){const t=e.split("-layer-");return 2!==t.length&&c.warn("Not the expected layer div id format..."),{groupDivId:t[0],layerIndex:t[1],layerId:e}}function Hi(e){let t=null;const n=e.target.closest(".layer");return n&&void 0!==n.id&&(t=ki(n.id)),t}function zi(e,t,n,i){const r=(i.x-e.x)*t.x,o=(i.y-e.y)*t.y;return{x:i.x-r/n.x,y:i.y-o/n.y}}class Wi{#Wt;#sr=[];#Zi={x:1,y:1,z:1};#St={x:1,y:1,z:1};#_i={x:0,y:0,z:0};#lr=void 0;#cr=void 0;#Oe=new He;#ur=!1;#dr=[];#hr;#Ve;#Ji=!1;constructor(e){this.#Wt=e}getShowCrosshair(){return this.#ur}setShowCrosshair(e){this.#ur=e,e?(this.addEventListener("offsetchange",this.#Sr),this.addEventListener("zoomchange",this.#Sr),this.#gr()):(this.removeEventListener("offsetchange",this.#Sr),this.removeEventListener("zoomchange",this.#Sr),this.#pr())}setImageSmoothing(e){this.#Ji=e;for(const t of this.#sr)t instanceof Gi&&t.setImageSmoothing(e)}#Sr=e=>{this.#gr()};getDivId(){return this.#Wt.id}getScale(){return this.#Zi}getBaseScale(){return this.#St}getAddedScale(){return{x:this.#Zi.x/this.#St.x,y:this.#Zi.y/this.#St.y,z:this.#Zi.z/this.#St.z}}getOffset(){return this.#_i}getNumberOfLayers(){let e=0;return this.#sr.forEach((t=>{void 0!==t&&e++})),e}includes(e){if(void 0===e)return!1;for(const t of this.#sr)if(void 0!==t&&t.getId()===e)return!0;return!1}getViewLayers(e){void 0===e&&(e=function(){return!0});const t=[];for(const n of this.#sr)n instanceof Gi&&e(n)&&t.push(n);return t}someViewLayer(e){let t=!1;for(const n of this.#sr)if(n instanceof Gi&&e(n)){t=!0;break}return t}getDrawLayers(e){void 0===e&&(e=function(){return!0});const t=[];for(const n of this.#sr)n instanceof Si&&e(n)&&t.push(n);return t}getNumberOfViewLayers(){let e=0;return this.#sr.forEach((t=>{void 0!==t&&t instanceof Gi&&e++})),e}getActiveViewLayer(){let e;if(void 0!==this.#lr){const t=this.#sr[this.#lr];t instanceof Gi&&(e=t)}return e}getBaseViewLayer(){let e;for(const t of this.#sr)if(t instanceof Gi){e=t;break}if(void 0!==e)return e;c.warn("No layer found")}getViewLayersByDataId(e){return this.getViewLayers((function(t){return t.getDataId()===e}))}searchViewLayers(e){const t=[];for(const n of this.#sr)n instanceof Gi&&n.getViewController().equalImageMeta(e)&&t.push(n);return t}getViewDataIndices(){const e=[];for(const t of this.#sr)t instanceof Gi&&e.push(t.getDataId());return e}getActiveDrawLayer(){let e;if(void 0!==this.#cr){const t=this.#sr[this.#cr];t instanceof Si&&(e=t)}return e}getDrawLayersByDataId(e){return this.getDrawLayers((function(t){return t.getDataId()===e}))}setActiveViewLayer(e){this.#sr[e]instanceof Gi?(this.#lr=e,this.#Re({type:"activelayerchange",value:[this.#sr[e]]})):c.warn("No view layer to set as active with index: "+e)}setActiveViewLayerByDataId(e){let t;for(let n=0;n0;)e[0].remove()}removeLayersByDataId(e){for(const t of this.#sr)void 0!==t&&t.getDataId()===e&&this.removeLayer(t)}removeLayer(e){const t=this.#sr.findIndex((t=>t===e));if(-1===t)throw new Error("Cannot find layer to remove");e instanceof Gi?(this.#yr(e),this.#lr===t&&(this.#lr=void 0)):(this.#Cr(e),this.#cr===t&&(this.#cr=void 0)),this.#sr[t]=void 0,e.removeFromDOM()}#gr(e){let t;void 0===e&&(e=this.#Ve),this.#pr();for(const e of this.#sr)if(e instanceof Gi){t=e;break}if(void 0===t)return void c.warn("No layer to show crosshair");const n=t.getViewController().getPlanePositionFromPosition(e),i=t.planePosToDisplay(n);if(void 0!==i.getY()){const e=document.createElement("hr");e.id=this.getDivId()+"-scroll-crosshair-horizontal",e.className="horizontal",e.style.width=this.#Wt.offsetWidth+"px",e.style.left="0px",e.style.top=i.getY()+"px",this.#dr.push(e),this.#Wt.appendChild(e)}if(void 0!==i.getX()){const e=document.createElement("hr");e.id=this.getDivId()+"-scroll-crosshair-vertical",e.className="vertical",e.style.width=this.#Wt.offsetHeight+"px",e.style.left=i.getX()+"px",e.style.top="0px",this.#dr.push(e),this.#Wt.appendChild(e)}}#pr(){for(const e of this.#dr)e.remove();this.#dr=[]}showTooltip(e){this.removeTooltipDiv();const t=this.getActiveViewLayer(),n=t.getViewController(),i=t.displayToPlanePos(e),r=n.getPositionFromPlanePoint(i),o=n.getRescaledImageValue(r);if(void 0!==o){const t=document.createElement("span");t.id="scroll-tooltip",t.style.left=e.getX()+10+"px",t.style.top=e.getY()+10+"px";let i=G(o,3).toString();void 0!==n.getPixelUnit()&&(i+=" "+n.getPixelUnit()),t.appendChild(document.createTextNode(i)),this.#hr=t,this.#Wt.appendChild(t)}}removeTooltipDiv(){void 0!==this.#hr&&(this.#hr.remove(),this.#hr=void 0)}isPositionInBounds(e){return this.someViewLayer((function(t){return t.getViewController().isPositionInBounds(e)}))}canScroll(){return this.someViewLayer((function(e){return e.getViewController().canScroll()}))}moreThanOne(e){return this.someViewLayer((function(t){return t.getViewController().moreThanOne(e)}))}updateLayersToPositionChange=e=>{for(const e of this.#sr)void 0!==e&&(e.removeEventListener("positionchange",this.updateLayersToPositionChange),e.removeEventListener("positionchange",this.#Re));const t=new s(e.value[0]),n=new q(e.value[1]);this.#Ve=n,this.#ur&&this.#gr(n);const i={};let r,o;for(const a of this.#sr){if(void 0===a)continue;let s=!1;if(a instanceof Gi){const e=a.getViewController(),t=e.getOrigin(),l=e.getOrigin(n);let c,u;if(void 0===o)r=t,o=l,c=new w(0,0,0),u=new w(0,0,0);else if(e.isPositionInBounds(n)&&void 0!==l){const e=r.minus(t);c=new w(e.getX(),e.getY(),e.getZ());const n=o.minus(l);u=new w(n.getX(),n.getY(),n.getZ())}void 0!==c&&void 0!==u&&(s=a.setBaseOffset(c,u,o,r),i[a.getId()]={scroll:c,plane:u})}if(a instanceof Si){const e=i[a.getReferenceLayerId()];void 0!==e&&(s=a.setBaseOffset(e.scroll,e.plane))}let l=!1;a.getId()!==e.srclayerid&&(l=a.setCurrentPosition(n,t)),!l&&s&&a.draw()}for(const e of this.#sr)void 0!==e&&(e.addEventListener("positionchange",this.updateLayersToPositionChange),e.addEventListener("positionchange",this.#Re))};getDivToWorldSizeRatio(){if(0===this.#Wt.offsetWidth&&0===this.#Wt.offsetHeight)throw new Error("Cannot fit to zero sized container.");const e=this.getMaxWorldSize();if(void 0!==e){if(0===this.#Wt.offsetHeight){const t=this.#Wt.offsetWidth/e.x,n=e.y*t;this.#Wt.style.height=n+"px"}return Math.min(this.#Wt.offsetWidth/e.x,this.#Wt.offsetHeight/e.y)}}fitToContainer(e){const t=this.getMaxWorldSize();if(void 0===t)return;const n={x:this.#Wt.offsetWidth,y:this.#Wt.offsetHeight},i={x:-.5*(n.x-Math.floor(t.x*e)),y:-.5*(n.y-Math.floor(t.y*e))};for(const t of this.#sr)void 0!==t&&t.fitToContainer(n,e,i);this.#ur&&this.#gr()}getMaxWorldSize(){let e={x:0,y:0};for(const t of this.#sr)if(t instanceof Gi){const n=t.getImageWorldSize();n.x>e.x&&(e.x=n.x),n.y>e.y&&(e.y=n.y)}return 0===e.x&&0===e.y&&(e=void 0),e}flipScaleZ(){this.#St.z*=-1,this.setScale(this.#St)}addScale(e,t){const n={x:this.#Zi.x*(1+e),y:this.#Zi.y*(1+e),z:this.#Zi.z*(1+e)};this.setScale(n,t)}setScale(e,t){this.#Zi=e;for(const e of this.#sr)void 0!==e&&e.setScale(this.#Zi,t);const n=[e.x,e.y,e.z];void 0!==t&&(n.push(t.getX()),n.push(t.getY()),n.push(t.getZ())),this.#Re({type:"zoomchange",value:n})}addTranslation(e){this.setOffset({x:this.#_i.x-e.x,y:this.#_i.y-e.y,z:this.#_i.z-e.z})}setOffset(e){this.#_i=e;for(const e of this.#sr)void 0!==e&&e.setOffset(this.#_i);this.#Re({type:"offsetchange",value:[this.#_i.x,this.#_i.y,this.#_i.z]})}reset(){this.setScale(this.#St),this.setOffset({x:0,y:0,z:0})}draw(){for(const e of this.#sr)void 0!==e&&e.draw()}display(e){for(const t of this.#sr)void 0!==t&&t.display(e)}addEventListener(e,t){this.#Oe.add(e,t)}removeEventListener(e,t){this.#Oe.remove(e,t)}#Re=e=>{this.#Oe.fireEvent(e)}}const Yi={WindowLevelBinder:class{getEventType=function(){return"wlchange"};getCallback=function(e){return function(t){const n=e.getViewLayersByDataId(t.dataid);if(0!==n.length){const e=n[0].getViewController();if(2===t.value.length){const n=new u(t.value[0],t.value[1]);e.setWindowLevel(n)}3===t.value.length&&e.setWindowLevelPreset(t.value[2])}}}},PositionBinder:class{getEventType=function(){return"positionchange"};getCallback=function(e){return function(t){const n=t.value[1],i=e.getActiveViewLayer().getViewController(),r=i.getCurrentPosition(),o=r.length(),a=n.length;a!==o&&(a===o-1?n.push(r.get(o-1)):a===o+1&&n.pop()),i.setCurrentPosition(new q(n))}}},ZoomBinder:class{getEventType=function(){return"zoomchange"};getCallback=function(e){return function(t){const n={x:t.value[0],y:t.value[1],z:t.value[2]};let i;6===t.value.length&&(i=new E(t.value[3],t.value[4],t.value[5])),e.setScale(n,i),e.draw()}}},OffsetBinder:class{getEventType=function(){return"offsetchange"};getCallback=function(e){return function(t){e.setOffset({x:t.value[0],y:t.value[1],z:t.value[2]}),e.draw()}}},OpacityBinder:class{getEventType=function(){return"opacitychange"};getCallback=function(e){return function(t){if(void 0===t.dataid)return;const n=e.getViewLayersByDataId(t.dataid),i=e.getBaseViewLayer();0!==n.length&&i!==n[0]&&(n[0].setOpacity(t.value),n[0].draw())}}},ColourMapBinder:class{getEventType=function(){return"colourmapchange"};getCallback=function(e){return function(t){const n=e.getViewLayersByDataId(t.dataid);0!==n.length&&n[0].getViewController().setColourMap(t.value[0])}}}};class Xi{#vr=[];#Ir;#Ji=!1;#Tr=[];#Kn=null;getLayerGroup(e){return this.#vr[e]}getNumberOfLayerGroups(){return this.#vr.length}getActiveLayerGroup(){return this.getLayerGroup(this.#Ir)}setActiveLayerGroup(e){void 0!==this.getLayerGroup(e)?this.#Ir=e:c.warn("No layer group to set as active with index: "+e)}getViewLayersByDataId(e){let t=[];for(let n=0;nt===e));if(-1===t)throw new Error("Cannot find layerGroup to remove");this.unbindLayerGroups(),e.empty(),this.#vr.splice(t,1),this.#Ir===t&&(this.#Ir=void 0),this.bindLayerGroups()}reset(){for(let e=0;e{this.#Pr(t,e),e.getCallback(this.#vr[t])(n),this.#Lr(t,e)}},this.#Kn[t].push(n)),n.callback}#Lr(e,t){for(let n=0;n0&&(--this.#Er,this.#Fr[this.#Er].undo(),this.#Re({type:"undo",command:this.#Fr[this.#Er].getName()}))}redo(){this.#Er{this.#Oe.fireEvent(e)}}class nr{#qr;#Ur=null;#Kn=[];#Mr={};constructor(e){this.#qr=e}init(){for(const e in this.#qr)this.#qr[e].init();this.enableShortcuts(!0)}enableShortcuts(e){e?window.addEventListener("keydown",this.#Qr("window","keydown"),!0):window.removeEventListener("keydown",this.#Qr("window","keydown"),!0)}getToolList(){return this.#qr}hasTool(e){return void 0!==this.getToolList()[e]}getSelectedTool(){return this.#Ur}getSelectedToolEventHandler(e){return this.getSelectedTool()[e]}setSelectedTool(e){if(!this.hasTool(e))throw new Error("Unknown tool: '"+e+"'");this.#Ur&&this.#Ur.activate(!1),this.#Ur=this.#qr[e],this.#Ur.activate(!0)}setToolFeatures(e){this.getSelectedTool()&&this.getSelectedTool().setFeatures(e)}bindLayerGroup(e,t){const n=e.getDivId();e.addEventListener("activelayerchange",this.#Vr(n)),this.#Nr(n,t)}#Nr(e,t){void 0!==this.#Mr[e]&&this.#Br(this.#Mr[e]),this.#Mr[e]=t,this.#Gr(t)}#Vr(e){return t=>{const n=t.value[0];void 0!==n&&this.#Nr(e,n)}}#Gr(e){e.bindInteraction();const t=Ui;for(let n=0;n{if(this.#Ur){const t=this.#Ur[e.type];t&&t(e)}};this.#Kn[e][t]=n}return this.#Kn[e][t]}}class ir{#kr=[];#Hr=2;#zr;constructor(e){this.#zr=e}setNumberOfDimensions(e){this.#Hr=e}setNToLoad(e){for(let t=0;t{if(!e.lengthComputable)return;if(void 0===e.subindex)return;if(void 0===e.index)return;const t=100*e.loaded/e.total;this.#kr[e.index][e.subindex]=t;let n=null;n=void 0!==e.item?e.item:{loaded:this.#Wr(e.index),total:100,source:e.source},this.#zr({lengthComputable:!0,loaded:this.#Yr(),total:100,item:n})};#Wr(e){let t=0;for(let n=0;n{n.index=e,n.subindex=t,this.onprogress(n)}}getUndefinedMonoProgressHandler(e){return t=>{t.subindex=e,this.onprogress(t)}}}class rr{#Xr=null;#jr=[];#Zr=null;#_r=0;#Kr=0;#Jr;#F;getDefaultCharacterSet(){return this.#F}setDefaultCharacterSet(e){this.#F=e}#$r(e){this.#Xr=e,this.#_r=0,this.#Kr=0,this.#Jr=!1,this.#eo(),this.#to()}#no(e){this.#jr.push(e)}#eo(){this.#jr=[]}#io(e){this.#Zr=e}#to(){this.#Zr=null}#ro=e=>{this.#_r++,this.#_r===this.#Xr.length&&this.onload({source:this.#Xr})};#oo=e=>{this.#Kr++,this.#Kr===this.#Xr.length&&this.onloadend({source:this.#Xr})};#ao(e,t){return n=>{n.source=t,e(n)}}load(e,t){this.onloadstart({source:e}),1===e.length&&(Q(e[0],"DICOMDIR")||Q(e[0],".dcmdir"))?this.#so(e[0],t):this.#lo(e,t)}#co(e,t,n){return i=>{const r=i.target.status;200!==r&&0!==r?(this.onerror({source:t,error:"GET "+i.target.responseURL+" "+i.target.status+" ("+i.target.statusText+")",target:i.target}),this.#oo()):e.load(i.target.response,t,n)}}#lo(e,t){if(void 0===e||0===e.length)return;this.#$r(e);const n=new ir(this.onprogress);n.setNToLoad(e.length);const i=[];for(let e=0;e{s{this.#oo(),s(e)};const c=this.#ao(this.onabort,r);a.onabort=e=>{this.#oo(),c(e)},1===o.loadUrlAs()&&(a.responseType="arraybuffer"),this.#no(a)}let c=this.#jr.length;void 0!==t&&void 0!==t.batchSize&&0!==c&&(c=Math.min(t.batchSize,this.#jr.length));for(let e=0;e{const i=n.target.status;if(200!==i&&0!==i)this.onerror({source:e,error:"GET "+n.target.responseURL+" "+n.target.status+" ("+n.target.statusText+")",target:n.target}),this.onloadend({});else{const i=function(e){const t=new ke;t.parse(e);const n=t.getDicomElements();if(void 0===n["00041220"]||void 0===n["00041220"].value)return void c.warn("No Directory Record Sequence found in DICOMDIR.");const i=n["00041220"].value;if(0===i.length)return void c.warn("The Directory Record Sequence of the DICOMDIR is empty.");const r=[];let o=null,a=null;for(let e=0;e{this.#ao(this.onerror,e)(t),this.onloadend({})},n.onabort=t=>{this.#ao(this.onabort,e)(t),this.onloadend({})},n.send(null)}abort(){this.#Jr=!0;for(let e=0;e0){const t=this.freeThreads.shift();this.runningThreads.push(t),t.run(e)}else this.taskQueue.push(e)}abort(){this.#uo(),this.onabort({type:"work-abort"}),this.onworkend({type:"work-end"})}onTaskEnd(e){if(this.taskQueue.length>0){const t=this.taskQueue.shift();e.run(t)}else{e.stop(),this.freeThreads.push(e);for(let t=0;t{this.#uo(),this.onerror({error:e}),this.onworkend({type:"work-end"})};#uo(){this.taskQueue=[];for(let e=0;e{e.itemNumber=this.runningTask.info.itemNumber,e.numberOfItems=this.runningTask.info.numberOfItems,e.index=this.runningTask.info.index,this.parentPool.onworkitem(e),this.parentPool.onTaskEnd(this)};onerror=e=>{e.itemNumber=this.runningTask.info.itemNumber,e.numberOfItems=this.runningTask.info.numberOfItems,e.index=this.runningTask.info.index,this.parentPool.handleWorkerError(e),this.stop()}}class sr{constructor(e,t,n){this.script=e,this.startMessage=t,this.info=n}}const lr="undefined"!=typeof JpegImage,cr="undefined"!=typeof jpeg&&void 0!==jpeg.lossless,ur="undefined"!=typeof JpxImage,dr={jpeg2000:"","jpeg-lossless":"","jpeg-baseline":"",rle:""};class hr{#do;#ho=new or(10);#So=!1;constructor(e,t){this.#do=e}decode(e,t,n){this.#So||(this.#So=!0,this.#ho.onworkstart=this.ondecodestart,this.#ho.onworkitem=this.ondecodeditem,this.#ho.onwork=this.ondecoded,this.#ho.onworkend=this.ondecodeend,this.#ho.onerror=this.onerror,this.#ho.onabort=this.onabort);const i=new sr(this.#do,{buffer:e,meta:t},n);this.#ho.addWorkerTask(i)}abort(){this.#ho.abort()}ondecodestart(e){}ondecodeditem(e){}ondecoded(e){}ondecodeend(e){}onerror(e){}onabort(e){}}class Sr{#go;#po;constructor(e,t){this.#go=e,this.#po=t}#mo=0;decode(e,t,n){++this.#mo;let i=null,r=null;if("jpeg-lossless"===this.#go){if(!cr)throw new Error("No JPEG Lossless decoder provided");const n=t.bitsAllocated/8,o=new Uint8Array(e);i=new jpeg.lossless.Decoder;const a=i.decode(o.buffer,0,o.buffer.byteLength,n);8===t.bitsAllocated?r=t.isSigned?new Int8Array(a.buffer):new Uint8Array(a.buffer):16===t.bitsAllocated&&(r=t.isSigned?new Int16Array(a.buffer):new Uint16Array(a.buffer))}else if("jpeg-baseline"===this.#go){if(!lr)throw new Error("No JPEG Baseline decoder provided");i=new JpegImage,i.parse(e),r=i.getData(i.width,i.height)}else if("jpeg2000"===this.#go){if(!ur)throw new Error("No JPEG 2000 decoder provided");i=new JpxImage,i.parse(e),r=i.tiles[0].items}else"rle"===this.#go&&(i=new dwvdecoder.RleDecoder,r=i.decode(e,t.bitsAllocated,t.isSigned,t.sliceSize,t.samplesPerPixel,t.planarConfiguration));this.ondecodeditem({data:[r],index:n.index,numberOfItems:n.numberOfItems,itemNumber:n.itemNumber}),this.#mo===this.#po&&(this.ondecoded({}),this.ondecodeend({}))}abort(){this.onabort({}),this.ondecodeend({})}ondecodestart(e){}ondecodeditem(e){}ondecoded(e){}ondecodeend(e){}onerror(e){}onabort(e){}}class gr{#So=!1;#fo=null;constructor(e,t){void 0!==dr&&void 0!==dr[e]?this.#fo=new hr(dr[e],t):this.#fo=new Sr(e,t)}decode(e,t,n){this.#So||(this.#So=!0,this.#fo.ondecodestart=this.ondecodestart,this.#fo.ondecodeditem=this.ondecodeditem,this.#fo.ondecoded=this.ondecoded,this.#fo.ondecodeend=this.ondecodeend,this.#fo.onerror=this.onerror,this.#fo.onabort=this.onabort),this.#fo.decode(e,t,n)}abort(){this.#fo.abort()}ondecodestart(e){}ondecodeditem(e){}ondecoded(e){}ondecodeend(e){}onerror(e){}onabort(e){}}const pr={NumericValue:"0040A30A",FloatingPointValue:"0040A161",RationalNumeratorValue:"0040A162",RationalDenominatorValue:"0040A163",MeasurementUnitsCodeSequence:"004008EA"};class mr{numericValue;floatingPointValue;rationalNumeratorValue;rationalDenominatorValue;measurementUnitsCode;toString(){return this.numericValue+" "+this.measurementUnitsCode.toString()}}function fr(e){const t={};return void 0!==e.measurementUnitsCode&&(t.MeasurementUnitsCodeSequence={value:[Wt(e.measurementUnitsCode)]}),void 0!==e.floatingPointValue&&(t.FloatingPointValue=e.floatingPointValue),void 0!==e.rationalNumeratorValue&&(t.RationalNumeratorValue=e.rationalNumeratorValue),void 0!==e.rationalDenominatorValue&&(t.RationalDenominatorValue=e.rationalDenominatorValue),void 0!==e.numericValue&&(t.NumericValue=e.numericValue),t}const Dr={MeasuredValueSequence:"0040A300",NumericValueQualifierCodeSequence:"0040A301"};class yr{measuredValue;numericValueQualifierCode;toString(){let e=this.measuredValue.toString();return void 0!==this.numericValueQualifierCode&&(e+=" "+this.numericValueQualifierCode.toString()),e}}function Cr(e){const t={};return void 0!==e.measuredValue&&(t.MeasuredValueSequence={value:[fr(e.measuredValue)]}),void 0!==e.numericValueQualifierCode&&(t.NumericValueQualifierCodeSequence={value:[Wt(e.numericValueQualifierCode)]}),t}const vr={ReferencedSOPClassUID:"00081150",ReferencedSOPInstanceUID:"00081155"};class Ir{referencedSOPClassUID;referencedSOPInstanceUID;toString(){return this.referencedSOPInstanceUID+" (class: "+this.referencedSOPClassUID+")"}}function Tr(e){const t=new Ir;return void 0!==e[vr.ReferencedSOPClassUID]&&(t.referencedSOPClassUID=e[vr.ReferencedSOPClassUID].value[0]),void 0!==e[vr.ReferencedSOPInstanceUID]&&(t.referencedSOPInstanceUID=e[vr.ReferencedSOPInstanceUID].value[0]),t}function Lr(e){const t={};return void 0!==e.referencedSOPClassUID&&(t.ReferencedSOPClassUID=e.referencedSOPClassUID),void 0!==e.referencedSOPInstanceUID&&(t.ReferencedSOPInstanceUID=e.referencedSOPInstanceUID),t}const Pr={ReferencedFrameNumber:"00081160",ReferencedSOPSequence:"00081199",ReferencedSegmentNumber:"0062000B"};class wr{referencedSOPSequence;referencedFrameNumber;referencedSegmentNumber;fiducialUID;toString(){return this.referencedSOPSequence.toString()}}function Or(e){const t={};return void 0!==e.referencedFrameNumber&&(t.ReferencedFrameNumber=e.referencedFrameNumber),void 0!==e.referencedSOPSequence&&(t.ReferencedSOPSequence={value:[Lr(e.referencedSOPSequence)]}),void 0!==e.referencedSegmentNumber&&(t.ReferencedSegmentNumber=e.referencedSegmentNumber),t}const Ar={PixelOriginInterpretation:"00480301",GraphicData:"00700022",GraphicType:"00700023",FiducialUID:"0070031A"},br="POINT",xr="MULTIPOINT",Rr="POLYLINE",Fr="CIRCLE",Er="ELLIPSE";class qr{graphicData;graphicType;pixelOriginInterpretation;fiducialUID;toString(){return this.graphicType+" {"+this.graphicData+"}"}}function Ur(e){const t={};return void 0!==e.pixelOriginInterpretation&&(t.PixelOriginInterpretation=e.pixelOriginInterpretation),void 0!==e.graphicData&&(t.GraphicData=e.graphicData),void 0!==e.graphicType&&(t.GraphicType=e.graphicType),void 0!==e.fiducialUID&&(t.FiducialUID=e.fiducialUID),t}const Mr={GraphicData:"00700022",GraphicType:"00700023",ReferencedFrameofReferenceUID:"30060024",FiducialUID:"0070031A"};class Qr{graphicData;graphicType;referencedFrameofReferenceUID;fiducialUID;toString(){return this.graphicType+"{"+this.graphicData+"}"}}function Vr(e){const t={};return void 0!==e.graphicData&&(t.GraphicData=e.graphicData),void 0!==e.graphicType&&(t.GraphicType=e.graphicType),void 0!==e.referencedFrameofReferenceUID&&(t.ReferencedFrameofReferenceUID=e.referencedFrameofReferenceUID),void 0!==e.fiducialUID&&(t.FiducialUID=e.fiducialUID),t}const Nr={ReferencedSOPSequence:"00081199",RelationshipType:"0040A010",ValueType:"0040A040",ConceptNameCodeSequence:"0040A043",ConceptCodeSequence:"0040A168",ContentSequence:"0040A730",DateTime:"0040A120",Date:"0040A121",Time:"0040A122",UID:"0040A124",PersonName:"0040A123",TextValue:"0040A160",ContinuityOfContent:"0040A050"},Br="CONTAINS",Gr="HAS PROPERTIES",kr="SELECTED FROM",Hr={text:"TEXT",num:"NUM",code:"CODE",date:"DATE",time:"TIME",datetime:"DATETIME",uidref:"UIDREF",pname:"PNAME",composite:"COMPOSITE",image:"IMAGE",waveform:"WAVEFORM",scoord:"SCOORD",scoord3d:"SCOORD3D",tcoord:"TCOORD",container:"CONTAINER",table:"TABLE"},zr={TEXT:"TextValue",DATE:"Date",TIME:"Time",DATETIME:"DateTime",UIDREF:"UID",PNAME:"PersonName",CONTAINER:"ContinuityOfContent"};class Wr{valueType;conceptNameCode;relationshipType;contentSequence;value;constructor(e){this.valueType=e}toString(e){void 0===e&&(e="");let t="";if(void 0!==this.relationshipType&&(t+="("+this.relationshipType+") "),t+=this.valueType+": ",void 0!==this.conceptNameCode&&(t+=this.conceptNameCode.toString()),t+=" = "+this.value.toString(),void 0!==this.contentSequence)for(const n of this.contentSequence)t+="\n"+e+"- "+n.toString(e+" ");return t}}function Yr(e){let t="";void 0!==e[Nr.ValueType]&&(t=e[Nr.ValueType].value[0]);const n=new Wr(t);if(void 0!==e[Nr.RelationshipType]&&(n.relationshipType=e[Nr.RelationshipType].value[0]),void 0!==e[Nr.ConceptNameCodeSequence]&&(n.conceptNameCode=zt(e[Nr.ConceptNameCodeSequence].value[0])),t===Hr.code)n.value=zt(e[Nr.ConceptCodeSequence].value[0]);else if(t===Hr.num)n.value=function(e){const t=new yr;return void 0!==e[Dr.MeasuredValueSequence]&&(t.measuredValue=function(e){const t=new mr;return void 0!==e[pr.NumericValue]&&(t.numericValue=e[pr.NumericValue].value[0]),void 0!==e[pr.FloatingPointValue]&&(t.floatingPointValue=e[pr.FloatingPointValue].value[0]),void 0!==e[pr.RationalNumeratorValue]&&(t.rationalNumeratorValue=e[pr.RationalNumeratorValue].value[0]),void 0!==e[pr.RationalDenominatorValue]&&(t.rationalDenominatorValue=e[pr.RationalDenominatorValue].value[0]),void 0!==e[pr.MeasurementUnitsCodeSequence]&&(t.measurementUnitsCode=zt(e[pr.MeasurementUnitsCodeSequence].value[0])),t}(e[Dr.MeasuredValueSequence].value[0])),void 0!==e[Dr.NumericValueQualifierCodeSequence]&&(t.numericValueQualifierCode=zt(e[Dr.NumericValueQualifierCodeSequence].value[0])),t}(e);else if(t===Hr.image)n.value=function(e){const t=new wr;return void 0!==e[Pr.ReferencedFrameNumber]&&(t.referencedFrameNumber=e[Pr.ReferencedFrameNumber].value[0]),void 0!==e[Pr.ReferencedSOPSequence]&&(t.referencedSOPSequence=Tr(e[Pr.ReferencedSOPSequence].value[0])),void 0!==e[Pr.ReferencedSegmentNumber]&&(t.referencedSegmentNumber=e[Pr.ReferencedSegmentNumber].value[0]),t}(e);else if(t===Hr.composite)n.value=Tr(e[Nr.ReferencedSOPSequence].value[0]);else if(t===Hr.scoord)n.value=function(e){const t=new qr;return void 0!==e[Ar.GraphicData]&&(t.graphicData=e[Ar.GraphicData].value),void 0!==e[Ar.GraphicType]&&(t.graphicType=e[Ar.GraphicType].value[0]),void 0!==e[Ar.PixelOriginInterpretation]&&(t.pixelOriginInterpretation=e[Ar.PixelOriginInterpretation].value[0]),void 0!==e[Ar.FiducialUID]&&(t.fiducialUID=e[Ar.FiducialUID].value[0]),t}(e);else if(t===Hr.scoord3d)n.value=function(e){const t=new Qr;return void 0!==e[Mr.GraphicData]&&(t.graphicData=e[Mr.GraphicData].value),void 0!==e[Mr.GraphicType]&&(t.graphicType=e[Mr.GraphicType].value[0]),void 0!==e[Mr.ReferencedFrameofReferenceUID]&&(t.referencedFrameofReferenceUID=e[Mr.ReferencedFrameofReferenceUID].value[0]),void 0!==e[Mr.FiducialUID]&&(t.fiducialUID=e[Mr.FiducialUID].value[0]),t}(e);else{const i=zr[t];void 0!==i?n.value=e[Nr[i]].value[0]:console.warn("Unsupported input ValueType: "+t)}if(void 0!==e[Nr.ContentSequence]){n.contentSequence=[];for(const t of e[Nr.ContentSequence].value)n.contentSequence.push(Yr(t))}return n}function Xr(e){let t={};if(void 0!==e.relationshipType&&(t.RelationshipType=e.relationshipType),void 0!==e.valueType&&(t.ValueType=e.valueType),void 0!==e.conceptNameCode&&(t.ConceptNameCodeSequence={value:[Wt(e.conceptNameCode)]}),"CODE"===e.valueType)t.ConceptCodeSequence={value:[Wt(e.value)]};else if(e.valueType===Hr.num)t={...t,...Cr(e.value)};else if(e.valueType===Hr.image)t={...t,...Or(e.value)};else if(e.valueType===Hr.composite)t={...t,...Lr(e.value)};else if(e.valueType===Hr.scoord)t={...t,...Ur(e.value)};else if(e.valueType===Hr.scoord3d)t={...t,...Vr(e.value)};else{const n=zr[e.valueType];void 0!==n?t[n]=e.value:console.warn("Unsupported output ValueType: "+e.valueType)}if(void 0!==e.contentSequence){t.ContentSequence={value:[]};for(const n of e.contentSequence)t.ContentSequence.value.push(Xr(n))}return t}function jr(e,t,n){const i=function(e){const t=rn[e];let n;return void 0!==t&&(n=Zt(t.key,t.scheme)),n}(e);if(void 0===i)return;const r=new Wr(Hr.num);r.relationshipType=Br,r.conceptNameCode=i;const o=new mr;o.numericValue=t,o.measurementUnitsCode=function(e){const t=an[e];let n;return void 0!==t?n=Zt(t,"UCUM"):void 0===t&&(n=Zt("1","UCUM")),n}(n);const a=new yr;return a.measuredValue=o,r.value=a,r}class Zr{#$;getWarning(){return this.#$}checkElements(e){this.#$=void 0;const t=Yr(e);return void 0!==t.conceptNameCode?t.conceptNameCode.value!==_t().value&&(this.#$="Not a measurement group"):this.#$="No root concept name code",this.#$}#Do(e){const t=new qi;t.mathShape=function(e){const t=e.graphicData.length;if(t%2!=0)throw new Error("Expecting even number of coordinates in scroord data");const n=[];for(let i=0;i2){const e=n[0],t=n[r-1];i=e.equals(t)}let o;if(e.graphicType===br){if(1!==n.length)throw new Error("Expecting 1 point for point");o=n[0]}else if(e.graphicType===Fr){if(2!==n.length)throw new Error("Expecting 2 points for circles");const e=n[0],t=n[1].getDistance(e);o=new ci(e,t)}else if(e.graphicType===Er){if(4!==n.length)throw new Error("Expecting 4 points for ellipses");const e=n[0].getDistance(n[1])/2,t=n[2].getDistance(n[3])/2,i=new F(n[0].getX()+e,n[0].getY());o=new si(i,e,t)}else if(e.graphicType===Rr)if(i)if(5===n.length){const e=new zn(n[0],n[1]),t=new zn(n[1],n[2]),i=new zn(n[2],n[3]),r=new zn(n[3],n[4]);o=Yn(e,t)&&Yn(t,i)&&Yn(i,r)?new ri(n[0],n[2]):new oi(n.slice(0,-1))}else o=new oi(n.slice(0,-1));else 2===n.length?o=new zn(n[0],n[1]):3===n.length&&(o=new ai([n[0],n[1],n[2]]));return o}(e.value),t.id=et(),t.textExpr="";for(const n of e.contentSequence){if(n.valueType===Hr.image&&n.relationshipType===kr&&Ht(n.conceptNameCode,Jt())&&(t.referenceSopUID=n.value.referencedSOPSequence.referencedSOPInstanceUID),n.valueType===Hr.uidref&&n.relationshipType===Gr&&Ht(n.conceptNameCode,$t())&&(t.id=n.value),n.valueType===Hr.text&&n.relationshipType===Gr&&Ht(n.conceptNameCode,en())&&(t.textExpr=n.value,void 0!==n.contentSequence))for(const e of n.contentSequence)e.valueType===Hr.scoord&&e.relationshipType===Gr&&Ht(e.conceptNameCode,tn())&&(t.labelPosition=new F(e.value.graphicData[0],e.value.graphicData[1]));if(n.valueType===Hr.text&&n.relationshipType===Gr&&Ht(n.conceptNameCode,nn())&&(t.colour=n.value),n.valueType===Hr.scoord&&n.relationshipType===Gr&&Ht(n.conceptNameCode,tn())&&n.value.graphicType===xr){const e=[];for(let t=0;t{this.#Oe.fireEvent(e)};#Io(e){return t=>{t.dataid=e,this.#Re(t)}}}class Jr{#To;setOptions(e){this.#To=e}#fo=null;#Lo=[];#Po=[];#wo=[];#Oo=[];#Ao(e){let t;const n=e["00080060"];if(void 0!==n){const e=n.value[0];"SEG"===e?t=new Fn:"SR"===e&&(t=new Zr)}return void 0===t&&void 0!==e["7FE00010"]&&(t=new Pt),t}#bo(e,t){const n=this.#Lo[e].getDicomElements(),i=this.#Oo[e];if(void 0!==i)try{const r=new _r(n);i instanceof Zr?r.annotationGroup=i.create(n):r.image=i.create(n,this.#Po[e],this.#To.numberOfFiles),this.onloaditem({data:r,source:t,warn:i.getWarning()})}catch(e){this.onerror({error:e,source:t}),this.onloadend({source:t})}}#xo(e,t){this.onprogress({lengthComputable:!0,loaded:100,total:100,index:e,source:t}),this.#bo(e,t),this.onload({source:t}),this.onloadend({source:t})}#Ro(e,t,n){const i=this.#Lo[e],r={bitsAllocated:i.getDicomElements()["00280100"].value[0],isSigned:1===i.getDicomElements()["00280103"].value[0]},o=i.getDicomElements()["00280011"],a=i.getDicomElements()["00280010"];void 0!==o&&void 0!==a&&(r.sliceSize=o.value[0]*a.value[0]);const s=i.getDicomElements()["00280002"];void 0!==s&&(r.samplesPerPixel=s.value[0]);const l=i.getDicomElements()["00280006"];void 0!==l&&(r.planarConfiguration=l.value[0]);const c=t.length;null===this.#fo&&(this.#fo=new gr(n,c),this.#fo.ondecodeditem=e=>{this.#Fo(e),e.itemNumber+1===e.numberOfItems&&(this.onload(e),this.onloadend(e))},this.#fo.onerror=this.onerror,this.#fo.onabort=this.onabort);for(let n=0;n2^"+e+") for decompressed data.")}return this.#fo.abort(),this.onerror({error:e,source:origin}),void this.onloadend({source:origin})}}n.length!==this.#wo[t]&&c.warn("Unsupported varying decompressed data size: "+n.length+" != "+this.#wo[t]),this.#Po[t].set(n,this.#wo[t]*e.itemNumber)}else this.#Po[t]=n;0===e.itemNumber&&this.#bo(t,origin)}#Eo(e,t){this.#bo(e,t),this.onload({source:t}),this.onloadend({source:t})}#qo(e,t){const n=this.#Lo[e],i=n.getDicomElements()["7FE00010"].value;n.getDicomElements()["7FE00010"].value=[],this.#Po[e]=i[0];const r=function(e){let t;return qe(e)?t="jpeg2000":Fe(e)?t="jpeg-baseline":Ee(e)?t="jpeg-lossless":Ue(e)&&(t="rle"),t}(n.getDicomElements()["00020010"].value[0]);void 0!==r?this.#Ro(e,i,r):this.#xo(e,t)}convert(e,t,n){this.onloadstart({source:t,index:n});const i=new ke;let r;void 0!==this.#To.defaultCharacterSet&&i.setDefaultCharacterSet(this.#To.defaultCharacterSet);try{i.parse(e),r=this.#Ao(i.getDicomElements()),void 0!==r&&r.checkElements(i.getDicomElements())}catch(e){return this.onerror({error:e,source:t}),void this.onloadend({source:t})}this.#Lo[n]=i,this.#Oo[n]=r,r instanceof Zr?this.#Eo(n,t):this.#qo(n,t)}abort(){this.#fo&&this.#fo.abort()}onloadstart(e){}onloaditem(e){}onprogress(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}}class $r{#Xr=null;#Zr=null;#_r=0;#Kr=0;#F;getDefaultCharacterSet(){return this.#F}setDefaultCharacterSet(e){this.#F=e}#$r(e){this.#Xr=e,this.#_r=0,this.#Kr=0,this.#to()}#io(e){this.#Zr=e}#to(){this.#Zr=null}#ro=e=>{this.#_r++,this.#_r===this.#Xr.length&&this.onload({source:this.#Xr})};#oo=e=>{this.#Kr++,this.#Kr===this.#Xr.length&&this.onloadend({source:this.#Xr})};load(e){if(void 0===e||0===e.length)return;this.#$r(e),this.onloadstart({source:e});const t=new ir(this.onprogress);t.setNToLoad(e.length),t.setNumberOfDimensions(1);const n=[];for(let e=0;e{this.#Uo=!1,this.onloadend(e)},this.#Mo.onerror=e=>{e.source=t,this.onerror(e)},this.#Mo.onabort=this.onabort),this.#Uo=!0,this.#Mo.convert(e,t,n)}abort(){this.#Uo=!1,this.#Mo.abort()}canLoadFile(e){const t=N(e.name);return null===t||"dcm"===t}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"dicom"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n){const e="application/dicom";return M(n.value,e)&&"+"!==n.value[e.length]}}}const n=$i(e),i=N(n.pathname),r=null===i,o="dcm"===i,a=n.searchParams.get("contentType");return null!=a?"application/dicom"===a:r||o}canLoadMemory(e){const t=e["Content-Type"];if(void 0!==t&&t.startsWith("application/dicom"))return!0;if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return oo.ArrayBuffer}loadUrlAs(){return 1}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}},class{#Uo=!1;setOptions(e){}isLoading(){return this.#Uo}load(e,t,n){this.#Uo=!0,this.onloadstart({source:t});try{this.onprogress({lengthComputable:!0,loaded:100,total:100,index:n,source:t});const i={data:e,source:t};this.onloaditem(i),this.onload(i)}catch(e){this.onerror({error:e,source:t})}finally{this.#Uo=!1,this.onloadend({source:t})}}abort(){this.#Uo=!1,this.onabort({}),this.onloadend({})}canLoadFile(e){return"json"===N(e.name)}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"json"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n)return M(n.value,"application/json")||M(n.value,"application/dicom+json")}}return"json"===N($i(e).pathname)}canLoadMemory(e){const t=e["Content-Type"];if(void 0!==t&&t.startsWith("application/json"))return!0;if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return oo.Text}loadUrlAs(){return 0}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}},class{#Uo=!1;setOptions(e){}isLoading(){return this.#Uo}load(e,t,n){this.onloadstart({source:t}),this.#Uo=!0;const i=new $r;i.onprogress=e=>{e.loaded=50+e.loaded/2,e.index=n,this.onprogress(e)},i.onloaditem=this.onloaditem,i.onload=this.onload,i.onloadend=e=>{this.#Uo=!1,this.onloadend(e)},i.onerror=this.onerror,i.onabort=this.onabort,i.load(function(e){const t=new Uint8Array(e),n=[];if(0===t.length)return n;const i=X(new Uint8Array([13,10,13,10]));let r=Y(t,i,0);if(void 0===r)throw new Error("Can't find the end of the first multipart header");const o=W(t.slice(0,r)).split("\r\n");let a;for(let e=0;e{try{if(!this.#Qo){this.onprogress({lengthComputable:!0,loaded:100,total:100,index:n,source:t});const e=function(e,t,n){const i=e.width,r=e.height,o=document.createElement("canvas");o.width=i,o.height=r;const a=o.getContext("2d");a.drawImage(e,0,0);const s=a.getImageData(0,0,i,r),l={};"string"==typeof t?l.origin={value:t}:(l.fileName={value:t.name},l.fileType={value:t.type},l.fileLastModifiedDate={value:t.lastModified}),l.imageWidth={value:i},l.imageHeight={value:r};const c=n||0;return l.imageUid={value:c},{data:{image:to(i,r,c,eo(s),1,c.toString()),info:l},source:t}}(i,t,n);this.onloaditem(e),this.onload(e)}}catch(e){this.onerror({error:e,source:t})}finally{this.onloadend({source:t})}},"string"==typeof e)i.src=e;else if("string"==typeof t){const n=t.split(".").pop().toLowerCase();i.src=this.#Vo(e,n)}}abort(){this.#Qo=!0,this.onabort({}),this.onloadend({})}canLoadFile(e){return void 0!==e.type&&null!==e.type.match("image.*")}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"rawimage"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n)return M(n.value,"image/")}}const n=$i(e),i=N(n.pathname),r="jpeg"===i||"jpg"===i||"png"===i||"gif"===i,o=n.searchParams.get("contentType");return null!=o?"image/jpeg"===o||"image/png"===o||"image/gif"===o:r}canLoadMemory(e){if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return oo.DataURL}loadUrlAs(){return 1}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}},class{setOptions(e){}isLoading(){return!0}#Vo(e,t){const n=new Uint8Array(e);let i="";for(let e=0;e{try{!function(e,t,n,i,r,o,a){const s=e.videoWidth,l=e.videoHeight,c=Math.ceil(30*e.duration),u={};"string"==typeof o?u.origin={value:o}:(u.fileName={value:o.name},u.fileType={value:o.type},u.fileLastModifiedDate={value:o.lastModified}),u.imageWidth={value:s},u.imageHeight={value:l},u.numberOfFrames={value:c},u.imageUid={value:0};const d=document.createElement("canvas");d.width=s,d.height=l;const h=d.getContext("2d");e.addEventListener("seeked",(function d(m){(function(){i({lengthComputable:!0,loaded:S,total:c,index:a,source:o}),h.drawImage(e,0,0);const n=eo(h.getImageData(0,0,s,l));0===S?(g=to(s,l,1,n,c,a.toString()),t({data:{image:g,info:u},source:o})):g.appendFrameBuffer(n,S),++S})(),p+=1/30,p<=m.target.duration?this.currentTime=p:(n({source:o}),r({source:o}),e.removeEventListener("seeked",d))}),!1);let S=0,g=null,p=0;e.currentTime=p}(e.target,this.onloaditem,this.onload,this.onprogress,this.onloadend,t,n)}catch(e){this.onerror({error:e,source:t}),this.onloadend({source:t})}}}abort(){this.onabort({}),this.onloadend({})}canLoadFile(e){return void 0!==e.type&&null!==e.type.match("video.*")}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"rawvideo"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n)return M(n.value,"video/")}}const n=N($i(e).pathname);return"mp4"===n||"ogg"===n||"webm"===n}canLoadMemory(e){if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return oo.DataURL}loadUrlAs(){return 1}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}},class{#Uo=!1;setOptions(e){}isLoading(){return this.#Uo}#No="";#Bo=[];#Go=null;#ko(e,t,n){this.#Bo.push({filename:this.#No,data:e});const i=100*this.#Bo.length/this.#Go.length;if(this.onprogress({lengthComputable:!0,loaded:i/2,total:100,index:n,item:{loaded:i,total:100,source:t}}),this.#Bo.length{this.#ko(e,t,n)}))}else{const e=new $r;e.onprogress=e=>{e.loaded=50+e.loaded/2,e.index=n,this.onprogress(e)},e.onloaditem=this.onloaditem,e.onload=this.onload,e.onloadend=e=>{this.#Uo=!1,this.onloadend(e)},e.onerror=this.onerror,e.onabort=this.onabort,e.load(this.#Bo)}}load(e,t,n){this.onloadstart({source:t}),this.#Uo=!0,io().loadAsync(e).then((e=>{this.#Bo=[],this.#Go=e.file(/.*\.dcm/);const i=this.#Bo.length;this.#No=this.#Go[i].name,this.#Go[i].async("arrayBuffer").then((e=>{this.#ko(e,t,n)}))}))}abort(){this.#Uo=!1,this.onabort({}),this.onloadend({})}canLoadFile(e){return"zip"===N(e.name)}canLoadUrl(e,t){if(void 0!==t){if(void 0!==t.forceLoader&&"zip"===t.forceLoader)return!0;if(void 0!==t.requestHeaders){const e=function(e){return"Accept"===e.name},n=t.requestHeaders.find(e);if(void 0!==n)return M(n.value,"application/zip")}}return"zip"===N($i(e).pathname)}canLoadMemory(e){const t=e["Content-Type"];if(void 0!==t&&t.startsWith("application/zip"))return!0;if(void 0!==e.filename){const t=new File(["from memory"],e.filename);return this.canLoadFile(t)}return!1}loadFileAs(){return oo.ArrayBuffer}loadUrlAs(){return 1}onloadstart(e){}onprogress(e){}onloaditem(e){}onload(e){}onloadend(e){}onerror(e){}onabort(e){}}],oo={Text:0,ArrayBuffer:1,DataURL:2};class ao{#Xr=null;#Ho=[];#Zr=null;#_r=0;#Kr=0;#F;getDefaultCharacterSet(){return this.#F}setDefaultCharacterSet(e){this.#F=e}#$r(e){this.#Xr=e,this.#_r=0,this.#Kr=0,this.#zo(),this.#to()}#Wo(e){this.#Ho.push(e)}#zo(){this.#Ho=[]}#io(e){this.#Zr=e}#to(){this.#Zr=null}#ro=e=>{this.#_r++,this.#_r===this.#Xr.length&&this.onload({source:this.#Xr})};#oo=e=>{this.#Kr++,this.#Kr===this.#Xr.length&&this.onloadend({source:this.#Xr})};#ao(e,t){return n=>{n.source=t,e(n)}}#co(e,t,n){return i=>{e.load(i.target.result,t,n)}}load(e){if(void 0===e||0===e.length)return;this.#$r(e),this.onloadstart({source:e});const t=new ir(this.onprogress);t.setNToLoad(e.length);const n=[];for(let e=0;e{this.#oo(),a(e)};const s=this.#ao(this.onabort,i);o.onabort=e=>{this.#oo(),s(e)},r.loadFileAs()===oo.Text?o.readAsText(i):r.loadFileAs()===oo.DataURL?o.readAsDataURL(i):r.loadFileAs()===oo.ArrayBuffer&&o.readAsArrayBuffer(i)}}abort(){for(let e=0;e{this.#Yo[i]={loader:t,isFirstItem:!0},this.#ao(this.onloadstart,o)(e)},t.onprogress=this.#ao(this.onprogress,o),t.onloaditem=e=>{const t={loadtype:n,dataid:i};void 0!==this.#Yo[i]&&(t.isfirstitem=this.#Yo[i].isFirstItem),this.#ao(this.onloaditem,t)(e),void 0!==this.#Yo[i]&&this.#Yo[i].isFirstItem&&(this.#Yo[i].isFirstItem=!1)},t.onload=this.#ao(this.onload,o),t.onloadend=e=>{delete this.#Yo[i],this.#ao(this.onloadend,o)(e)},t.onerror=this.#ao(this.onerror,o),t.onabort=this.#ao(this.onabort,o);try{t.load(e,r)}catch(e){return this.onerror({error:e,dataid:i}),void this.onloadend({dataid:i})}}#ao(e,t){return function(n){const i=Object.keys(t);for(let e=0;e{e.dataid===this.#nn&&void 0!==e.data&&void 0!==e.data.imageUid&&this.#na!==e.data.imageUid&&(this.#na=e.data.imageUid,this.#ra(e))};#ra=e=>{if(e.dataid!==this.#nn)return;const t=this.#ta[this.#na];if(void 0!==t){for(let n=0;n{null!==this.#ca&&this.#ca.add(e)};removeFromUndoStack=e=>{let t=!1;return null!==this.#ca&&(t=this.#ca.remove(e)),t};init(e){if(this.#To=e,void 0===this.#To.viewOnFirstLoadItem&&(this.#To.viewOnFirstLoadItem=!0),void 0===this.#To.dataViewConfigs&&(this.#To.dataViewConfigs={}),void 0===this.#To.rootDocument&&(this.#To.rootDocument=document),this.#ca=new tr,this.#ca.addEventListener("undoadd",this.#Re),this.#ca.addEventListener("undo",this.#Re),this.#ca.addEventListener("redo",this.#Re),void 0!==this.#To.tools){const e={},t=Object.keys(this.#To.tools);for(let n=0;n{const t=this.#oa.getNextDataId();0!==e.length?this.#sa.loadFiles(e,t):c.warn("Ignoring empty input file list.")};loadURLs=(e,t)=>{const n=this.#oa.getNextDataId();0!==e.length?this.#sa.loadURLs(e,n,t):c.warn("Ignoring empty input url list.")};loadFromUri=(e,t)=>{const n=function(e){const t=er(e);return 0===Object.keys(t).length?null:t.query}(e),i=()=>{this.removeEventListener("loadend",i),this.loadURLs([n.state])};n&&void 0!==n.input&&(void 0!==n.state&&this.addEventListener("loadend",i),function(e,t,n){e.type&&"manifest"===e.type?function(e,t){let n="";"/"===e.input[0]&&(n=window.location.protocol+"//"+window.location.host),n+=e.input;const i=new XMLHttpRequest;i.open("GET",decodeURIComponent(n),!0),i.responseType="document",i.onload=function(n){t(function(e,t){const n=[],i=e.getElementsByTagName("wado_query")[0].getAttribute("wadoURL")+"?requestType=WADO&contentType=application/dicom&",r=e.getElementsByTagName("Patient");r.length>1&&c.warn("More than one patient, loading first one.");const o=r[0].getElementsByTagName("Study");o.length>1&&c.warn("More than one study, loading first one.");const a=o[0].getAttribute("StudyInstanceUID"),s=o[0].getElementsByTagName("Series");s.length>1&&c.warn("More than one series, loading first one.");const l=s[0].getAttribute("SeriesInstanceUID"),u=s[0].getElementsByTagName("Instance");let d=u.length;t{const t=this.#oa.getNextDataId();this.#sa.loadImageObject(e,t)};abortAllLoads(){const e=this.#sa.getLoadingDataIds();for(const t of e)this.abortLoad(t)}abortLoad(e){this.#sa.abort(e),this.#oa.remove(e),this.#la.removeLayersByDataId(e)}fitToContainer(){this.#la.fitToContainer()}initWLDisplay(){this.#la.getActiveLayerGroup().getActiveViewLayer().getViewController().initialise()}setImageSmoothing(e){this.#la.setImageSmoothing(e),this.#la.draw()}getViewConfigs(e,t){if(null===this.#To.dataViewConfigs||void 0===this.#To.dataViewConfigs)throw new Error("No available data view configuration");let n=[];return void 0!==this.#To.dataViewConfigs[e]?n=this.#To.dataViewConfigs[e]:t||void 0===this.#To.dataViewConfigs["*"]||(n=this.#To.dataViewConfigs["*"]),n}getViewConfig(e,t,n){return this.getViewConfigs(e,n).find((function(e){return e.divId===t}))}getDataViewConfigs(){return this.#To.dataViewConfigs}setDataViewConfigs(e){this.#la.empty(),this.#To.dataViewConfigs=e,this.#Da(e)}addDataViewConfig(e,t){const n=this.#To.dataViewConfigs;if(void 0===n[e]&&(n[e]=[]),-1!==n[e].findIndex((function(e){return e.divId===t.divId})))throw new Error("Duplicate view config for data "+e+" and div "+t.divId);this.#To.dataViewConfigs[e].push(t),void 0===this.#la.getLayerGroupByDivId(t.divId)&&this.#ya(t),void 0!==this.#oa.get(e)&&this.render(e,[t])}removeDataViewConfig(e,t){const n=this.#To.dataViewConfigs;if(void 0===n[e])return;const i=n[e].findIndex((function(e){return e.divId===t}));if(-1!==i&&(n[e].splice(i,1),0===n[e].length&&delete n[e],void 0!==this.#oa.get(e))){const n=this.#la.getLayerGroupByDivId(t);if(void 0!==n){const t=n.getViewLayersByDataId(e);1===t.length&&n.removeLayer(t[0]);const i=n.getDrawLayersByDataId(e);if(1===i.length&&n.removeLayer(i[0]),0===t.length&&0===i.length)throw new Error("Expected one layer, got none");0===n.getNumberOfLayers()&&this.#la.removeLayerGroup(n)}}}updateDataViewConfig(e,t,n){const i=this.#To.dataViewConfigs;if(void 0===i[e])throw new Error("No config for dataId: "+e);const r=i[e].findIndex((function(e){return e.divId===t}));if(-1===r)throw new Error("No config for dataId: "+e+" and divId: "+t);const o=i[e][r];for(const e in n)o[e]=n[e];const a=this.#la.getLayerGroupByDivId(o.divId);if(void 0!==a){const t=a.getViewLayersByDataId(e);1===t.length&&a.removeLayer(t[0]);const n=a.getDrawLayersByDataId(e);if(1===n.length&&a.removeLayer(n[0]),0===t.length&&0===n.length)throw new Error("Expected one layer, got none")}void 0!==this.#oa.get(e)&&this.render(e,[o])}#Da(e){const t=Object.keys(e),n=[];for(let i=0;i{this.fitToContainer()};onKeydown=e=>{this.#Re(e)};defaultOnKeydown=e=>{if(e.ctrlKey)if(e.shiftKey){const t=this.#la.getActiveLayerGroup(),n=t.getActiveViewLayer().getViewController();"ArrowLeft"===e.key?n.moreThanOne(3)&&n.decrementIndex(3):"ArrowUp"===e.key?t.canScroll()&&n.incrementScrollIndex():"ArrowRight"===e.key?t.moreThanOne(3)&&n.incrementIndex(3):"ArrowDown"===e.key&&t.canScroll()&&n.decrementScrollIndex()}else if("y"===e.key)this.#ca.redo();else if("z"===e.key)this.#ca.undo();else if(" "===e.key)for(let e=0;ee.divId===t));if(void 0===r)throw new Error("No reference data view config for draw");const o=new So(t);o.orientation=r.orientation,this.addDataViewConfig(i,o),this.render(i)}#Re=e=>{this.#Oe.fireEvent(e)};#da=e=>{void 0!==this.#To.overlayConfig&&(this.#ua[e.dataid]=new ho(this,e.dataid,this.#To.overlayConfig)),e.type="loadstart",this.#Re(e)};#ha=e=>{e.type="loadprogress",this.#Re(e)};#Sa=e=>{void 0===e.data&&c.error("Missing loaditem event data."),void 0===e.loadtype&&c.error("Missing loaditem event load type.");const t=e.isfirstitem;let n=null;"image"===e.loadtype?(t?this.#oa.add(e.dataid,e.data):this.#oa.update(e.dataid,e.data),n=e.data.meta):"state"===e.loadtype&&(this.applyJsonState(e.data,e.dataid),n="state"),this.#Re({type:"loaditem",data:n,source:e.source,loadtype:e.loadtype,dataid:e.dataid,isfirstitem:e.isfirstitem,warn:e.warn}),void 0!==this.#ua&&void 0!==this.#ua[e.dataid]&&this.#ua[e.dataid].addItemMeta(n),"image"===e.loadtype&&0!==this.getViewConfigs(e.dataid).length&&t&&this.#To.viewOnFirstLoadItem&&this.render(e.dataid)};#ga=e=>{e.type="load",this.#Re(e)};#pa=e=>{e.type="loadend",this.#Re(e)};#ma=e=>{void 0===e.type&&(e.type="error"),this.#Re(e)};#fa=e=>{void 0===e.type&&(e.type="abort"),this.#Re(e)};#Ca(e){e.addEventListener("zoomchange",this.#Re),e.addEventListener("offsetchange",this.#Re),e.addEventListener("renderstart",this.#Re),e.addEventListener("renderend",this.#Re);for(let t=0;t{const t=ki(e.srclayerid).groupDivId,n=this.getViewConfig(e.dataid,t,!0);void 0!==n&&(n.windowCenter=void 0,n.windowWidth=void 0,n.wlPresetName=void 0,3===e.value.length&&(n.windowCenter=e.value[0],n.windowWidth=e.value[1],n.wlPresetName=e.value[2]))})),e.addEventListener("opacitychange",(e=>{const t=ki(e.srclayerid).groupDivId,n=this.getViewConfig(e.dataid,t,!0);void 0!==n&&(n.opacity=e.value[0])})),e.addEventListener("colourmapchange",(e=>{const t=ki(e.srclayerid).groupDivId,n=this.getViewConfig(e.dataid,t,!0);void 0!==n&&(n.colourMap=e.value[0])}))}#va(e,t){const n=this.#oa.get(e);if(!n)throw new Error("Cannot initialise layer with missing data, id: "+e);const i=this.#la.getLayerGroupByDivId(t.divId);if(!i)throw new Error("Cannot initialise layer with missing group, id: "+t.divId);const r=n.image.getGeometry();this.#la.unbindLayerGroups();const o=(new Mn).create(n.meta,n.image),a=Ct(r.getOrientation(),pt(t.orientation));o.setOrientation(a),"SEG"===n.image.getMeta().Modality&&o.setAlphaFunction((function(e){return 0===e[0]&&0===e[1]&&0===e[2]?0:255}));const s=0===i.getNumberOfViewLayers();let l=1;void 0!==t.opacity?l=t.opacity:s||(l=.5);const c=i.addViewLayer();c.setView(o,e);const d=r.getSize(a).get2D(),h=r.getSpacing(a).get2D();c.initialise(d,h,l);const S=c.getViewController();if(void 0!==t.wlPresetName)S.setWindowLevelPreset(t.wlPresetName);else if(void 0!==t.windowCenter&&void 0!==t.windowWidth){const e=new u(t.windowCenter,t.windowWidth);S.setWindowLevel(e)}void 0!==t.colourMap?S.setColourMap(t.colourMap):s||("PT"===n.image.getMeta().Modality?S.setColourMap("hot"):S.setColourMap("rainbow")),this.#oa.addEventListener("dataimageset",c.onimageset);const g=[S.getCurrentIndex().getValues(),S.getCurrentPosition().getValues()];i.updateLayersToPositionChange({value:g,srclayerid:c.getId()}),this.#la.fitToContainer(),c.setOffset(i.getOffset());const p=this.#Ia(r.getOrientation(),t.orientation);if(this.#Ta(p,c),s)c.setScale(i.getScale());else{const e=i.getBaseViewLayer();c.initScale(i.getScale(),e.getAbsoluteZoomOffset())}this.#la.bindLayerGroups(),this.#aa&&this.#aa.bindLayerGroup(i,c),this.#Re({type:"viewlayeradd",layerid:c.getId(),layergroupid:i.getDivId(),dataid:e}),s&&this.#aa&&this.#aa.init()}addDrawLayer(e,t){const n=this.#la.getLayerGroupByDivId(t.divId);if(!n)throw new Error("Cannot initialise layer with missing group, id: "+t.divId);const i=this.#oa.get(e);if(!i)throw new Error("Cannot initialise layer with missing data, id: "+e);const r=i.annotationGroup.getMetaValue("ReferencedSeriesSequence").value[0].SeriesInstanceUID,o=n.searchViewLayers({SeriesInstanceUID:r});if(0===o.length)return void console.warn("No loaded data that matches the measurement reference series UID");const a=o[0],s=a.getDataId(),l=a.getViewController();i.annotationGroup.setViewController(l);const c=this.#oa.get(s);if(!c)throw new Error("Cannot initialise layer without reference data, id: "+s);const u=c.image.getGeometry(),d=Ct(u.getOrientation(),pt(t.orientation)),h=u.getSize(d).get2D(),S=u.getSpacing(d).get2D(),g=n.addDrawLayer();g.initialise(h,S,a.getId());const p=new Bn(u,d);g.setPlaneHelper(p);const m=[l.getCurrentIndex().getValues(),l.getCurrentPosition().getValues()];n.updateLayersToPositionChange({value:m,srclayerid:g.getId()}),this.#la.fitToContainer(),g.setOffset(n.getOffset());const f=this.#Ia(u.getOrientation(),t.orientation);this.#Ta(f,g),g.initScale(n.getScale(),a.getAbsoluteZoomOffset()),g.setAnnotationGroup(i.annotationGroup,e,this.addToUndoStack),g.setCurrentPosition(l.getCurrentPosition(),l.getCurrentIndex()),this.#Re({type:"drawlayeradd",layerid:g.getId(),layergroupid:n.getDivId(),dataid:e})}#Ia(e,t){const n=mt(e.asOneAndZeros());if(void 0===n)throw new Error("Unsupported undefined orientation code");const i=void 0===t,r=!i&&t===gt.Axial,o=!i&&t===gt.Coronal,a=!i&&t===gt.Sagittal,s={x:!1,y:!1},l={x:!1,y:!1,z:!1};return"LPS"===n?(o||a)&&(l.z=!0,s.y=!0):"LAI"===n?i||r?s.y=!0:o?l.z=!0:a&&(l.z=!0,s.x=!0):"RPI"===n?i||r?s.x=!0:o?(l.z=!0,s.x=!0):a&&(l.z=!0):"RAS"===n?(s.x=!0,s.y=!0,(o||a)&&(l.z=!0)):"LSA"===n?(s.y=!0,i||o?l.z=!0:r?l.y=!0:a&&(s.x=!0,l.y=!0,l.z=!0)):"RSP"===n?i||o?(s.x=!0,s.y=!0,l.x=!0,l.z=!0):r?(s.x=!0,l.x=!0):a&&(s.y=!0,l.z=!0):"RIA"===n?(s.x=!0,i||o?l.x=!0:r?(s.y=!0,l.x=!0,l.y=!0):a&&(l.y=!0)):"PSL"===n?(l.z=!0,(i||a||o)&&(s.y=!0)):"PIR"===n?(l.z=!0,(r||o)&&(s.x=!0)):"ASR"===n?(s.x=!0,s.y=!0,(i||a||o)&&(l.z=!0)):"AIL"===n?i||a?(s.x=!0,l.z=!0):r?s.y=!0:o&&(l.z=!0):c.warn("Unsupported orientation code: "+n+", display could be incorrect"),{scale:l,offset:s}}#Ta(e,t){e.offset.x&&t.addFlipOffsetX(),e.offset.y&&t.addFlipOffsetY(),e.scale.x&&t.flipScaleX(),e.scale.y&&t.flipScaleY(),e.scale.z&&t.flipScaleZ()}}class fo{#gi;#La;constructor(e){this.#gi=e;const t=e.getMeta();void 0===t.custom&&(t.custom={}),void 0===t.custom.segments&&(t.custom.segments=[]),this.#La=t.custom.segments}#Pa(e){return this.#La.findIndex((function(t){return t.number===e}))}hasSegment(e){return-1!==this.#Pa(e)}getNumberOfSegments(){return this.#La.length}maskHasSegments(e){const t=[],n=[];for(let i=0;ie.number===this.#wa.number))}execute(){0!==this.#Aa.length&&(void 0!==this.#wa.displayRGBValue?this.#gi.setAtOffsets(this.#Aa,C):this.#gi.setAtOffsets(this.#Aa,0)),new fo(this.#gi).removeSegment(this.#wa.number),this.#Oa||this.onExecute({type:"masksegmentdelete",segmentnumber:this.#wa.number})}undo(){0!==this.#Aa.length&&(void 0!==this.#wa.displayRGBValue?this.#gi.setAtOffsets(this.#Aa,this.#wa.displayRGBValue):this.#gi.setAtOffsets(this.#Aa,this.#wa.displayValue)),new fo(this.#gi).addSegment(this.#wa),this.onUndo({type:"masksegmentredraw",segmentnumber:this.#wa.number})}onExecute(e){}onUndo(e){}}class yo{#gi;#wa;#ba;#xa;#Oa;#Aa;constructor(e,t,n,i){this.#gi=e,this.#wa=t,this.#ba=n,this.#Oa=void 0!==i&&i,void 0!==t.displayRGBValue?this.#xa=t.displayRGBValue:this.#xa=t.displayValue,this.#Aa=e.getOffsets(this.#xa)}getName(){return"Change-segment-colour"}isValid(){return 0!==this.#Aa.length}execute(){this.#gi.setAtOffsets(this.#Aa,this.#ba),"number"==typeof this.#ba?this.#wa.displayValue=this.#ba:this.#wa.displayRGBValue=this.#ba,this.#Oa||this.onExecute({type:"changemasksegmentcolour",segmentnumber:this.#wa.number,value:[this.#ba]})}undo(){this.#gi.setAtOffsets(this.#Aa,this.#xa),"number"==typeof this.#xa?this.#wa.displayValue=this.#xa:this.#wa.displayRGBValue=this.#xa,this.onUndo({type:"changemasksegmentcolour",segmentnumber:this.#wa.number,value:[this.#xa]})}onExecute(e){}onUndo(e){}}class Co{#Ra=[];#Fa;#Ea(e){return this.#Ra.findIndex((function(t){return t.number===e}))}isHidden(e){return-1!==this.#Ea(e)}addToHidden(e){this.isHidden(e.number)?c.warn("Not hidding segment, it is allready in the hidden list: "+e.number):(this.#Ra.push(e),this.#Fa=void 0!==e.displayValue)}removeFromHidden(e){const t=this.#Ea(e);-1!==t?this.#Ra.splice(t,1):c.warn("Cannot remove segment, it is not in the hidden list: "+e)}getAlphaFunc(){const e=[];this.#Fa?e[0]=0:e[0]={r:0,g:0,b:0};for(const t of this.#Ra)this.#Fa?e.push(t.displayValue):e.push(t.displayRGBValue);let t;return t=this.#Fa?function(t){for(let n=0;n>}\n */\nexport const defaultPresets = {\n CT: {\n mediastinum: new WindowLevel(40, 400),\n lung: new WindowLevel(-500, 1500),\n bone: new WindowLevel(500, 2000),\n brain: new WindowLevel(40, 80),\n head: new WindowLevel(90, 350)\n }\n};\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {WindowLevel} from './windowLevel';\n/* eslint-enable no-unused-vars */\n\n/**\n * VOI (Values of Interest) LUT class: apply window centre and width.\n *\n * ```\n * if (x <= c - 0.5 - (w-1)/2) then y = ymin\n * else if (x > c - 0.5 + (w-1)/2) then y = ymax\n * else y = ((x - (c - 0.5)) / (w-1) + 0.5) * (ymax - ymin) + ymin\n * ```\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.11.2.html}.\n */\nexport class VoiLut {\n\n /**\n * The window and level.\n *\n * @type {WindowLevel}\n */\n #windowLevel;\n\n /**\n * Signed data offset. Defaults to 0.\n *\n * @type {number}\n */\n #signedOffset = 0;\n\n /**\n * Output value minimum. Defaults to 0.\n *\n * @type {number}\n */\n #ymin = 0;\n\n /**\n * Output value maximum. Defaults to 255.\n *\n * @type {number}\n */\n #ymax = 255;\n\n /**\n * Input value minimum (calculated).\n *\n * @type {number}\n */\n #xmin = null;\n\n /**\n * Input value maximum (calculated).\n *\n * @type {number}\n */\n #xmax = null;\n\n /**\n * Window level equation slope (calculated).\n *\n * @type {number}\n */\n #slope = null;\n\n /**\n * Window level equation intercept (calculated).\n *\n * @type {number}\n */\n #inter = null;\n\n /**\n * @param {WindowLevel} wl The window center and width.\n */\n constructor(wl) {\n this.#windowLevel = wl;\n this.#init();\n }\n\n /**\n * Get the window and level.\n *\n * @returns {WindowLevel} The window center and width.\n */\n getWindowLevel() {\n return this.#windowLevel;\n }\n\n /**\n * Initialise members. Called at construction.\n *\n */\n #init() {\n const center = this.#windowLevel.center;\n const width = this.#windowLevel.width;\n const c = center + this.#signedOffset;\n // from the standard\n this.#xmin = c - 0.5 - ((width - 1) / 2);\n this.#xmax = c - 0.5 + ((width - 1) / 2);\n // develop the equation:\n // y = ( ( x - (c - 0.5) ) / (w-1) + 0.5 ) * (ymax - ymin) + ymin\n // y = ( x / (w-1) ) * (ymax - ymin) +\n // ( -(c - 0.5) / (w-1) + 0.5 ) * (ymax - ymin) + ymin\n this.#slope = (this.#ymax - this.#ymin) / (width - 1);\n this.#inter = (-(c - 0.5) / (width - 1) + 0.5) *\n (this.#ymax - this.#ymin) + this.#ymin;\n }\n\n /**\n * Set the signed offset.\n *\n * @param {number} offset The signed data offset,\n * typically: slope * ( size / 2).\n */\n setSignedOffset(offset) {\n this.#signedOffset = offset;\n // re-initialise\n this.#init();\n }\n\n /**\n * Apply the window level on an input value.\n *\n * @param {number} value The value to rescale as an integer.\n * @returns {number} The leveled value, in the\n * [ymin, ymax] range (default [0,255]).\n */\n apply(value) {\n if (value <= this.#xmin) {\n return this.#ymin;\n } else if (value > this.#xmax) {\n return this.#ymax;\n } else {\n return (value * this.#slope) + this.#inter;\n }\n }\n\n} // class VoiLut\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {ModalityLut} from './modalityLut';\nimport {VoiLut} from './voiLut';\n/* eslint-enable no-unused-vars */\n\n/**\n * Window LUT class: combines a modality LUT and a VOI LUT.\n */\nexport class WindowLut {\n\n /**\n * The modality LUT.\n *\n * @type {ModalityLut}\n */\n #modalityLut;\n\n /**\n * The VOI LUT.\n *\n * @type {VoiLut}\n */\n #voiLut;\n\n /**\n * The internal LUT array: Uint8ClampedArray clamps between 0 and 255.\n *\n * @type {Uint8ClampedArray}\n */\n #lut;\n\n /**\n * Shift for signed data.\n *\n * @type {number}\n */\n #signedShift = 0;\n\n /**\n * Is the RSI discrete.\n *\n * @type {boolean}\n */\n #isDiscrete = true;\n\n /**\n * Construct a window LUT object, VOI LUT is set with\n * the 'setVoiLut' method.\n *\n * @param {ModalityLut} modalityLut The associated rescale LUT.\n * @param {boolean} isSigned Flag to know if the data is signed or not.\n * @param {boolean} isDiscrete Flag to know if the input data is discrete.\n */\n constructor(modalityLut, isSigned, isDiscrete) {\n this.#modalityLut = modalityLut;\n\n if (isSigned) {\n const size = this.#modalityLut.getLength();\n this.#signedShift = size / 2;\n } else {\n this.#signedShift = 0;\n }\n\n this.#isDiscrete = isDiscrete;\n }\n\n /**\n * Get the VOI LUT.\n *\n * @returns {VoiLut} The VOI LUT.\n */\n getVoiLut() {\n return this.#voiLut;\n }\n\n /**\n * Get the modality LUT.\n *\n * @returns {ModalityLut} The modality LUT.\n */\n getModalityLut() {\n return this.#modalityLut;\n }\n\n /**\n * Set the VOI LUT.\n *\n * @param {VoiLut} lut The VOI LUT.\n */\n setVoiLut(lut) {\n // store the window values\n this.#voiLut = lut;\n\n // possible signed shift (LUT indices are positive)\n this.#voiLut.setSignedOffset(\n this.#modalityLut.getRSI().getSlope() * this.#signedShift);\n\n // create lut if not continous\n if (this.#isDiscrete) {\n const size = this.#modalityLut.getLength();\n // use clamped array (polyfilled in env.js)\n this.#lut = new Uint8ClampedArray(size);\n // by default WindowLevel returns a value in the [0,255] range\n // this is ok with regular Arrays and ClampedArray.\n for (let i = 0; i < size; ++i) {\n this.#lut[i] = this.#voiLut.apply(this.#modalityLut.getValue(i));\n }\n }\n }\n\n /**\n * Get the value of the LUT at the given offset.\n *\n * @param {number} offset The input offset in [0,2^bitsStored] range\n * for discrete data or full range for non discrete.\n * @returns {number} The integer value (default [0,255]) of the LUT\n * at the given offset.\n */\n getValue(offset) {\n if (this.#isDiscrete) {\n return this.#lut[offset + this.#signedShift];\n } else {\n return Math.floor(this.#voiLut.apply(offset + this.#signedShift));\n }\n }\n\n} // class WindowLut\n","/**\n * Lookup tables for image colour display.\n */\n\nconst lut_range_max = 256;\n\n/**\n * Build a LUT of size lut_range_max.\n *\n * @param {Function} func The i to lut function.\n * @returns {number[]} The LUT.\n */\nfunction buildLut(func) {\n const lut = [];\n for (let i = 0; i < lut_range_max; ++i) {\n lut.push(func(i));\n }\n return lut;\n}\n\n/**\n * Ramp to lut_range_max minus one on the first third values.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction toMaxFirstThird(i) {\n const val = i * 3;\n if (val > lut_range_max - 1) {\n return lut_range_max - 1;\n }\n return val;\n}\n\n/**\n * Ramp to lut_range_max minus one on the second third values,\n * otherwise return 0 for the first third and\n * lut_range_max minus one for the last third.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction toMaxSecondThird(i) {\n const third = lut_range_max / 3;\n let val = 0;\n if (i >= third) {\n val = (i - third) * 3;\n if (val > lut_range_max - 1) {\n return lut_range_max - 1;\n }\n }\n return val;\n}\n\n/**\n * Ramp to lut_range_max minus one on the last third values,\n * otherwise return 0.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction toMaxThirdThird(i) {\n const third = lut_range_max / 3;\n let val = 0;\n if (i >= 2 * third) {\n val = (i - 2 * third) * 3;\n if (val > lut_range_max - 1) {\n return lut_range_max - 1;\n }\n }\n return val;\n}\n\n/**\n * Identity, returns i.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction id(i) {\n return i;\n}\n\n/**\n * Returns lut_range_max minus one minus i.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction invId(i) {\n return (lut_range_max - 1) - i;\n}\n\n/**\n * Colour map: red, green and blue components\n * to associate with intensity values.\n */\nexport class ColourMap {\n /**\n * Red component: 256 values in the [0, 255] range.\n *\n * @type {number[]}\n */\n red;\n /**\n * Green component: 256 values in the [0, 255] range.\n *\n * @type {number[]}\n */\n green;\n /**\n * Blue component: 256 values in the [0, 255] range.\n *\n * @type {number[]}\n */\n blue;\n\n /**\n * @param {number[]} red Red component.\n * @param {number[]} green Green component.\n * @param {number[]} blue Blue component.\n */\n constructor(red, green, blue) {\n this.red = red;\n this.green = green;\n this.blue = blue;\n }\n}\n\n/**\n * List of available lookup tables (lut).\n *\n * @type {Object}\n */\nexport const luts = {\n // plain\n plain: {\n red: buildLut(id),\n green: buildLut(id),\n blue: buildLut(id)\n },\n\n // inverse plain\n invPlain: {\n red: buildLut(invId),\n green: buildLut(invId),\n blue: buildLut(invId)\n },\n\n // rainbow\n /* eslint-disable @stylistic/js/max-len */\n rainbow: {\n blue: [0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228, 232, 236, 240, 244, 248, 252, 255, 247, 239, 231, 223, 215, 207, 199, 191, 183, 175, 167, 159, 151, 143, 135, 127, 119, 111, 103, 95, 87, 79, 71, 63, 55, 47, 39, 31, 23, 15, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],\n green: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 192, 200, 208, 216, 224, 232, 240, 248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 251, 249, 247, 245, 243, 241, 239, 237, 235, 233, 231, 229, 227, 225, 223, 221, 219, 217, 215, 213, 211, 209, 207, 205, 203, 201, 199, 197, 195, 193, 192, 189, 186, 183, 180, 177, 174, 171, 168, 165, 162, 159, 156, 153, 150, 147, 144, 141, 138, 135, 132, 129, 126, 123, 120, 117, 114, 111, 108, 105, 102, 99, 96, 93, 90, 87, 84, 81, 78, 75, 72, 69, 66, 63, 60, 57, 54, 51, 48, 45, 42, 39, 36, 33, 30, 27, 24, 21, 18, 15, 12, 9, 6, 3],\n red: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 62, 60, 58, 56, 54, 52, 50, 48, 46, 44, 42, 40, 38, 36, 34, 32, 30, 28, 26, 24, 22, 20, 18, 16, 14, 12, 10, 8, 6, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228, 232, 236, 240, 244, 248, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]\n },\n /* eslint-enable @stylistic/js/max-len */\n\n // hot\n hot: {\n red: buildLut(toMaxFirstThird),\n green: buildLut(toMaxSecondThird),\n blue: buildLut(toMaxThirdThird)\n },\n\n // hot iron\n /* eslint-disable @stylistic/js/max-len */\n hot_iron: {\n red: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n green: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 255],\n blue: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228, 232, 236, 240, 244, 248, 252, 255]\n },\n /* eslint-enable @stylistic/js/max-len */\n\n // pet\n /* eslint-disable @stylistic/js/max-len */\n pet: {\n red: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 171, 173, 175, 177, 179, 181, 183, 185, 187, 189, 191, 193, 195, 197, 199, 201, 203, 205, 207, 209, 211, 213, 215, 217, 219, 221, 223, 225, 227, 229, 231, 233, 235, 237, 239, 241, 243, 245, 247, 249, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n green: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 128, 126, 124, 122, 120, 118, 116, 114, 112, 110, 108, 106, 104, 102, 100, 98, 96, 94, 92, 90, 88, 86, 84, 82, 80, 78, 76, 74, 72, 70, 68, 66, 64, 63, 61, 59, 57, 55, 53, 51, 49, 47, 45, 43, 41, 39, 37, 35, 33, 31, 29, 27, 25, 23, 21, 19, 17, 15, 13, 11, 9, 7, 5, 3, 1, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 255],\n blue: [0, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155, 157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181, 183, 185, 187, 189, 191, 193, 195, 197, 199, 201, 203, 205, 207, 209, 211, 213, 215, 217, 219, 221, 223, 225, 227, 229, 231, 233, 235, 237, 239, 241, 243, 245, 247, 249, 251, 253, 255, 252, 248, 244, 240, 236, 232, 228, 224, 220, 216, 212, 208, 204, 200, 196, 192, 188, 184, 180, 176, 172, 168, 164, 160, 156, 152, 148, 144, 140, 136, 132, 128, 124, 120, 116, 112, 108, 104, 100, 96, 92, 88, 84, 80, 76, 72, 68, 64, 60, 56, 52, 48, 44, 40, 36, 32, 28, 24, 20, 16, 12, 8, 4, 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 85, 89, 93, 97, 101, 105, 109, 113, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 170, 174, 178, 182, 186, 190, 194, 198, 202, 206, 210, 214, 218, 222, 226, 230, 234, 238, 242, 246, 250, 255]\n },\n /* eslint-enable @stylistic/js/max-len */\n\n // hot metal blue\n /* eslint-disable @stylistic/js/max-len */\n hot_metal_blue: {\n red: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 6, 9, 12, 15, 18, 21, 24, 26, 29, 32, 35, 38, 41, 44, 47, 50, 52, 55, 57, 59, 62, 64, 66, 69, 71, 74, 76, 78, 81, 83, 85, 88, 90, 93, 96, 99, 102, 105, 108, 111, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 166, 169, 172, 175, 178, 181, 184, 187, 190, 194, 198, 201, 205, 209, 213, 217, 221, 224, 228, 232, 236, 240, 244, 247, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n green: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 6, 8, 9, 11, 13, 15, 17, 19, 21, 23, 24, 26, 28, 30, 32, 34, 36, 38, 40, 41, 43, 45, 47, 49, 51, 53, 55, 56, 58, 60, 62, 64, 66, 68, 70, 72, 73, 75, 77, 79, 81, 83, 85, 87, 88, 90, 92, 94, 96, 98, 100, 102, 104, 105, 107, 109, 111, 113, 115, 117, 119, 120, 122, 124, 126, 128, 130, 132, 134, 136, 137, 139, 141, 143, 145, 147, 149, 151, 152, 154, 156, 158, 160, 162, 164, 166, 168, 169, 171, 173, 175, 177, 179, 181, 183, 184, 186, 188, 190, 192, 194, 196, 198, 200, 201, 203, 205, 207, 209, 211, 213, 215, 216, 218, 220, 222, 224, 226, 228, 229, 231, 233, 235, 237, 239, 240, 242, 244, 246, 248, 250, 251, 253, 255],\n blue: [0, 2, 4, 6, 8, 10, 12, 14, 16, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155, 157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181, 183, 184, 186, 188, 190, 192, 194, 196, 198, 200, 197, 194, 191, 188, 185, 182, 179, 176, 174, 171, 168, 165, 162, 159, 156, 153, 150, 144, 138, 132, 126, 121, 115, 109, 103, 97, 91, 85, 79, 74, 68, 62, 56, 50, 47, 44, 41, 38, 35, 32, 29, 26, 24, 21, 18, 15, 12, 9, 6, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 6, 9, 12, 15, 18, 21, 24, 26, 29, 32, 35, 38, 41, 44, 47, 50, 53, 56, 59, 62, 65, 68, 71, 74, 76, 79, 82, 85, 88, 91, 94, 97, 100, 103, 106, 109, 112, 115, 118, 121, 124, 126, 129, 132, 135, 138, 141, 144, 147, 150, 153, 156, 159, 162, 165, 168, 171, 174, 176, 179, 182, 185, 188, 191, 194, 197, 200, 203, 206, 210, 213, 216, 219, 223, 226, 229, 232, 236, 239, 242, 245, 249, 252, 255]\n },\n /* eslint-enable @stylistic/js/max-len */\n\n // pet 20 step\n /* eslint-disable @stylistic/js/max-len */\n pet_20step: {\n red: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n green: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n blue: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]\n }\n /* eslint-enable @stylistic/js/max-len */\n};\n","// example implementation: dcmtk/dcmiod/libsrc/cielabutil.cc\n// https://github.com/DCMTK/dcmtk/blob/DCMTK-3.6.6/dcmiod/libsrc/cielabutil.cc\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Scalar3D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * RGB colour class.\n */\nexport class RGB {\n /**\n * Red component.\n *\n * @type {number}\n */\n r;\n /**\n * Green component.\n *\n * @type {number}\n */\n g;\n /**\n * Blue component.\n *\n * @type {number}\n */\n b;\n /**\n * @param {number} r Red component.\n * @param {number} g Green component.\n * @param {number} b Blue component.\n */\n constructor(r, g, b) {\n this.r = r;\n this.g = g;\n this.b = b;\n }\n}\n\n// black rgb\nexport const BLACK = {r: 0, g: 0, b: 0};\n\n/**\n * Check if two rgb objects are equal.\n *\n * @param {RGB} c1 The first colour.\n * @param {RGB} c2 The second colour.\n * @returns {boolean} True if both colour are equal.\n */\nexport function isEqualRgb(c1, c2) {\n return c1 !== null &&\n c2 !== null &&\n typeof c1 !== 'undefined' &&\n typeof c2 !== 'undefined' &&\n c1.r === c2.r &&\n c1.g === c2.g &&\n c1.b === c2.b;\n}\n\n/**\n * Convert YBR to RGB.\n *\n * Ref:\n * - {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.7.6.3.html#sect_C.7.6.3.1.2},\n * - {@link https://en.wikipedia.org/wiki/YCbCr#JPEG_conversion}.\n *\n * @param {number} y The Y component.\n * @param {number} cb The Cb component.\n * @param {number} cr The Cr component.\n * @returns {RGB} RGB equivalent as {r,g,b}.\n */\nexport function ybrToRgb(y, cb, cr) {\n return {\n r: y + 1.402 * (cr - 128),\n g: y - 0.34414 * (cb - 128) - 0.71414 * (cr - 128),\n b: y + 1.772 * (cb - 128)\n };\n}\n\n/**\n * Convert a hex color into RGB.\n *\n * @param {string} hexStr The hex color as '#ab01ef'.\n * @returns {RGB} The RGB values as {r,g,b}.\n */\nexport function hexToRgb(hexStr) {\n return {\n r: parseInt(hexStr.substring(1, 3), 16),\n g: parseInt(hexStr.substring(3, 5), 16),\n b: parseInt(hexStr.substring(5, 7), 16)\n };\n}\n\n/**\n * Convert RGB to its hex equivalent.\n *\n * @param {RGB} rgb The RGB object as {r,g,b}.\n * @returns {string} A string representing the hex color as '#ab01ef'.\n */\nexport function rgbToHex(rgb) {\n return '#' +\n ((1 << 24) + (rgb.r << 16) + (rgb.g << 8) + rgb.b).toString(16).slice(1);\n}\n\n/**\n * Get the brightness of a RGB colour: calculates\n * the luma (Y) of the YIQ colour space.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/YIQ#From_RGB_to_YIQ}.\n *\n * @param {RGB} rgb RGB triplet.\n * @returns {number} The brightness ([0,1]).\n */\nexport function getBrightness(rgb) {\n // 0.001172549 = 0.299 / 255\n // 0.002301961 = 0.587 / 255\n // 0.000447059 = 0.114 / 255\n return rgb.r * 0.001172549 +\n rgb.g * 0.002301961 +\n rgb.b * 0.000447059;\n}\n\n/**\n * Check if a colour given in hexadecimal format is dark.\n *\n * @param {string} hexColour The colour (as '#ab01ef').\n * @returns {boolean} True if the colour is dark (brightness < 0.5).\n */\nexport function isDarkColour(hexColour) {\n return getBrightness(hexToRgb(hexColour)) < 0.5;\n}\n\n/**\n * Get the shadow colour of an input colour.\n *\n * @param {string} hexColour The colour (as '#ab01ef').\n * @returns {string} The shadow colour (white or black).\n */\nexport function getShadowColour(hexColour) {\n return isDarkColour(hexColour) ? '#fff' : '#000';\n}\n\n/**\n * Unsigned int CIE LAB value ([0, 65535]) to CIE LAB value\n * (L: [0, 100], a: [-128, 127], b: [-128, 127]).\n *\n * @param {object} triplet CIE LAB triplet as {l,a,b} with unsigned range.\n * @returns {object} CIE LAB triplet as {l,a,b} with CIE LAB range.\n */\nexport function uintLabToLab(triplet) {\n // 0.001525902 = 100 / 65535\n // 0.003891051 = 255 / 65535\n return {\n l: 0.001525902 * triplet.l,\n a: 0.003891051 * triplet.a - 128,\n b: 0.003891051 * triplet.b - 128,\n };\n}\n\n/**\n * CIE LAB value (L: [0, 100], a: [-128, 127], b: [-128, 127]) to\n * unsigned int CIE LAB ([0, 65535]).\n *\n * @param {object} triplet CIE XYZ triplet as {l,a,b} with CIE LAB range.\n * @returns {object} CIE LAB triplet as {l,a,b} with unsigned range.\n */\nexport function labToUintLab(triplet) {\n // 655.35 = 65535 / 100\n // aUint = (a + 128) * 65535 / 255\n // 257 = 65535 / 255\n // 32896 = 257 * 128\n return {\n l: 655.35 * triplet.l,\n a: 257 * triplet.a + 32896,\n b: 257 * triplet.b + 32896,\n };\n}\n\n/**\n * CIE Standard Illuminant D65, standard 2° observer.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/Illuminant_D65}.\n */\nconst d65 = {\n x: 95.0489,\n y: 100,\n z: 108.884\n};\n\n/**\n * Convert CIE LAB to CIE XYZ (standard illuminant D65, 2degree 1931).\n *\n * Ref: {@link https://en.wikipedia.org/wiki/CIELAB_color_space#From_CIELAB_to_CIEXYZ}.\n *\n * @param {object} triplet CIE LAB triplet as {l,a,b}.\n * @returns {Scalar3D} CIE XYZ triplet as {x,y,z}.\n */\nexport function cielabToCiexyz(triplet) {\n /**\n * Apply the inverse lab function.\n *\n * @param {number} x The input value.\n * @returns {number} The result.\n */\n function invLabFunc(x) {\n let res = null;\n // delta = 6 / 29 = 0.206896552\n if (x > 0.206896552) {\n res = Math.pow(x, 3);\n } else {\n // 0.128418549 = 3 * delta^2\n // 0.017712903 = 3 * delta^2 * (4 / 29)\n res = 0.128418549 * x - 0.017712903;\n }\n return res;\n }\n\n const illuminant = d65;\n const l0 = (triplet.l + 16) / 116;\n\n return {\n x: illuminant.x * invLabFunc(l0 + triplet.a / 500),\n y: illuminant.y * invLabFunc(l0),\n z: illuminant.z * invLabFunc(l0 - triplet.b / 200)\n };\n}\n\n/**\n * Convert CIE XYZ to CIE LAB (standard illuminant D65, 2degree 1931).\n *\n * Ref: {@link https://en.wikipedia.org/wiki/CIELAB_color_space#From_CIEXYZ_to_CIELAB}.\n *\n * @param {Scalar3D} triplet CIE XYZ triplet as {x,y,z}.\n * @returns {object} CIE LAB triplet as {l,a,b}.\n */\nexport function ciexyzToCielab(triplet) {\n /**\n * Apply the lab function.\n *\n * @param {number} x The input value.\n * @returns {number} The result.\n */\n function labFunc(x) {\n let res = null;\n // delta = 6 / 29 = 0.206896552\n // delta^3 = 0.008856452\n if (x > 0.008856452) {\n res = Math.pow(x, 0.333333333);\n } else {\n // 7.787037037 = 1 / 3 * delta^2\n // 0.137931034 = 4 / 29\n res = 7.787037037 * x + 0.137931034;\n }\n return res;\n }\n\n const illuminant = d65;\n const fy = labFunc(triplet.y / illuminant.y);\n\n return {\n l: 116 * fy - 16,\n a: 500 * (labFunc(triplet.x / illuminant.x) - fy),\n b: 200 * (fy - labFunc(triplet.z / illuminant.z))\n };\n}\n\n/**\n * Convert CIE XYZ to sRGB.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB}.\n *\n * @param {Scalar3D} triplet CIE XYZ triplet as {x,y,z}.\n * @returns {RGB} 'sRGB' triplet as {r,g,b}.\n */\nexport function ciexyzToSrgb(triplet) {\n /**\n * Apply the gamma function.\n *\n * @param {number} x The input value.\n * @returns {number} The result.\n */\n function gammaFunc(x) {\n let res = null;\n if (x <= 0.0031308) {\n res = 12.92 * x;\n } else {\n // 0.416666667 = 1 / 2.4\n res = 1.055 * Math.pow(x, 0.416666667) - 0.055;\n }\n // clip [0,1]\n return Math.min(1, Math.max(0, res));\n }\n\n const x = triplet.x / 100;\n const y = triplet.y / 100;\n const z = triplet.z / 100;\n\n return {\n r: Math.round(255 * gammaFunc(3.2406 * x - 1.5372 * y - 0.4986 * z)),\n g: Math.round(255 * gammaFunc(-0.9689 * x + 1.8758 * y + 0.0415 * z)),\n b: Math.round(255 * gammaFunc(0.0557 * x - 0.2040 * y + 1.0570 * z))\n };\n}\n\n/**\n * Convert sRGB to CIE XYZ.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/SRGB#From_sRGB_to_CIE_XYZ}.\n *\n * @param {RGB} triplet 'sRGB' triplet as {r,g,b}.\n * @returns {Scalar3D} CIE XYZ triplet as {x,y,z}.\n */\nexport function srgbToCiexyz(triplet) {\n /**\n * Apply the inverse gamma function.\n *\n * @param {number} x The input value.\n * @returns {number} The result.\n */\n function invGammaFunc(x) {\n let res = null;\n if (x <= 0.04045) {\n res = x / 12.92;\n } else {\n res = Math.pow((x + 0.055) / 1.055, 2.4);\n }\n return res;\n }\n\n const rl = invGammaFunc(triplet.r / 255);\n const gl = invGammaFunc(triplet.g / 255);\n const bl = invGammaFunc(triplet.b / 255);\n\n return {\n x: 100 * (0.4124 * rl + 0.3576 * gl + 0.1805 * bl),\n y: 100 * (0.2126 * rl + 0.7152 * gl + 0.0722 * bl),\n z: 100 * (0.0193 * rl + 0.1192 * gl + 0.9505 * bl)\n };\n}\n\n/**\n * Convert CIE LAB to sRGB (standard illuminant D65).\n *\n * @param {object} triplet CIE LAB triplet as {l,a,b}.\n * @returns {RGB} 'sRGB' triplet as {r,g,b}.\n */\nexport function cielabToSrgb(triplet) {\n return ciexyzToSrgb(cielabToCiexyz(triplet));\n}\n\n/**\n * Convert sRGB to CIE LAB (standard illuminant D65).\n *\n * @param {RGB} triplet 'sRGB' triplet as {r,g,b}.\n * @returns {object} CIE LAB triplet as {l,a,b}.\n */\nexport function srgbToCielab(triplet) {\n return ciexyzToCielab(srgbToCiexyz(triplet));\n}\n\n/**\n * Get the hex code of a string colour for a colour used in pre dwv v0.17.\n *\n * @param {string} name The name of a colour.\n * @returns {string} The hex representing the colour.\n */\nexport function colourNameToHex(name) {\n // default colours used in dwv version < 0.17\n const dict = {\n Yellow: '#ffff00',\n Red: '#ff0000',\n White: '#ffffff',\n Green: '#008000',\n Blue: '#0000ff',\n Lime: '#00ff00',\n Fuchsia: '#ff00ff',\n Black: '#000000'\n };\n let res = '#ffff00';\n if (typeof dict[name] !== 'undefined') {\n res = dict[name];\n }\n return res;\n}\n","/**\n * Immutable 3D vector.\n */\nexport class Vector3D {\n\n /**\n * X coordinate.\n *\n * @type {number}\n */\n #x;\n\n /**\n * Y coordinate.\n *\n * @type {number}\n */\n #y;\n\n /**\n * Z coordinate.\n *\n * @type {number}\n */\n #z;\n\n /**\n * @param {number} x The X component of the vector.\n * @param {number} y The Y component of the vector.\n * @param {number} z The Z component of the vector.\n */\n constructor(x, y, z) {\n this.#x = x;\n this.#y = y;\n this.#z = z;\n }\n\n /**\n * Get the X component of the vector.\n *\n * @returns {number} The X component of the vector.\n */\n getX() {\n return this.#x;\n }\n\n /**\n * Get the Y component of the vector.\n *\n * @returns {number} The Y component of the vector.\n */\n getY() {\n return this.#y;\n }\n\n /**\n * Get the Z component of the vector.\n *\n * @returns {number} The Z component of the vector.\n */\n getZ() {\n return this.#z;\n }\n\n /**\n * Check for Vector3D equality.\n *\n * @param {Vector3D} rhs The other vector to compare to.\n * @returns {boolean} True if both vectors are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.#x === rhs.getX() &&\n this.#y === rhs.getY() &&\n this.#z === rhs.getZ();\n }\n\n /**\n * Get a string representation of the Vector3D.\n *\n * @returns {string} The vector as a string.\n */\n toString() {\n return '(' + this.#x +\n ', ' + this.#y +\n ', ' + this.#z + ')';\n }\n\n /**\n * Get the norm of the vector.\n *\n * @returns {number} The norm.\n */\n norm() {\n return Math.sqrt(\n (this.#x * this.#x) +\n (this.#y * this.#y) +\n (this.#z * this.#z)\n );\n }\n\n /**\n * Get the cross product with another Vector3D, ie the\n * vector that is perpendicular to both a and b.\n * If both vectors are parallel, the cross product is a zero vector.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/Cross_product}.\n *\n * @param {Vector3D} vector3D The input vector.\n * @returns {Vector3D} The result vector.\n */\n crossProduct(vector3D) {\n return new Vector3D(\n (this.#y * vector3D.getZ()) - (vector3D.getY() * this.#z),\n (this.#z * vector3D.getX()) - (vector3D.getZ() * this.#x),\n (this.#x * vector3D.getY()) - (vector3D.getX() * this.#y));\n }\n\n /**\n * Get the dot product with another Vector3D.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/Dot_product}.\n *\n * @param {Vector3D} vector3D The input vector.\n * @returns {number} The dot product.\n */\n dotProduct(vector3D) {\n return (this.#x * vector3D.getX()) +\n (this.#y * vector3D.getY()) +\n (this.#z * vector3D.getZ());\n }\n\n /**\n * Is this vector codirectional to an input one.\n *\n * @param {Vector3D} vector3D The vector to test.\n * @returns {boolean} True if codirectional, false is opposite.\n */\n isCodirectional(vector3D) {\n // a.dot(b) = ||a|| * ||b|| * cos(theta)\n // (https://en.wikipedia.org/wiki/Dot_product#Geometric_definition)\n // -> the sign of the dot product depends on the cosinus of\n // the angle between the vectors\n // -> >0 => vectors are codirectional\n // -> <0 => vectors are opposite\n return this.dotProduct(vector3D) > 0;\n }\n\n} // Vector3D class","import {Vector3D} from './vector';\nimport {Point3D} from './point';\nimport {Index} from './index';\nimport {logger} from '../utils/logger';\n\n// Number.EPSILON is difference between 1 and the smallest\n// floating point number greater than 1\n// -> ~2e-16\n// BIG_EPSILON -> ~2e-12\nexport const BIG_EPSILON = Number.EPSILON * 1e4;\n// 'real world', for example when comparing positions\nexport const REAL_WORLD_EPSILON = 1e-4;\n\n/**\n * Check if two numbers are similar.\n *\n * @param {number} a The first number.\n * @param {number} b The second number.\n * @param {number} tol The comparison tolerance,\n * default to Number.EPSILON.\n * @returns {boolean} True if similar.\n */\nexport function isSimilar(a, b, tol) {\n if (typeof tol === 'undefined') {\n tol = Number.EPSILON;\n }\n return Math.abs(a - b) < tol;\n}\n\n/**\n * Immutable 3x3 Matrix.\n */\nexport class Matrix33 {\n\n /**\n * Matrix values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * Matrix inverse, calculated at first ask.\n *\n * @type {Matrix33}\n */\n #inverse;\n\n /**\n * @param {number[]} values Row-major ordered 9 values.\n */\n constructor(values) {\n this.#values = values;\n }\n\n /**\n * Get a value of the matrix.\n *\n * @param {number} row The row at wich to get the value.\n * @param {number} col The column at wich to get the value.\n * @returns {number|undefined} The value at the position.\n */\n get(row, col) {\n return this.#values[row * 3 + col];\n }\n\n /**\n * Get the inverse of this matrix.\n *\n * @returns {Matrix33|undefined} The inverse matrix or undefined\n * if the determinant is zero.\n */\n getInverse() {\n if (typeof this.#inverse === 'undefined') {\n this.#inverse = getMatrixInverse(this);\n }\n return this.#inverse;\n }\n\n /**\n * Check for Matrix33 equality.\n *\n * @param {Matrix33} rhs The other matrix to compare to.\n * @param {number} [p] A numeric expression for the precision to use in check\n * (ex: 0.001). Defaults to Number.EPSILON if not provided.\n * @returns {boolean} True if both matrices are equal.\n */\n equals(rhs, p) {\n // TODO: add type check\n // check values\n for (let i = 0; i < 3; ++i) {\n for (let j = 0; j < 3; ++j) {\n if (!isSimilar(this.get(i, j), rhs.get(i, j), p)) {\n return false;\n }\n }\n }\n return true;\n }\n\n /**\n * Get a string representation of the Matrix33.\n *\n * @returns {string} The matrix as a string.\n */\n toString() {\n let str = '[';\n for (let i = 0; i < 3; ++i) {\n if (i !== 0) {\n str += ', \\n ';\n }\n for (let j = 0; j < 3; ++j) {\n if (j !== 0) {\n str += ', ';\n }\n str += this.get(i, j);\n }\n }\n str += ']';\n return str;\n }\n\n /**\n * Multiply this matrix by another.\n *\n * @param {Matrix33} rhs The matrix to multiply by.\n * @returns {Matrix33} The product matrix.\n */\n multiply(rhs) {\n const values = [];\n for (let i = 0; i < 3; ++i) {\n for (let j = 0; j < 3; ++j) {\n let tmp = 0;\n for (let k = 0; k < 3; ++k) {\n tmp += this.get(i, k) * rhs.get(k, j);\n }\n values.push(tmp);\n }\n }\n return new Matrix33(values);\n }\n\n /**\n * Get the absolute value of this matrix.\n *\n * @returns {Matrix33} The result matrix.\n */\n getAbs() {\n const values = [];\n for (let i = 0; i < 3; ++i) {\n for (let j = 0; j < 3; ++j) {\n values.push(Math.abs(this.get(i, j)));\n }\n }\n return new Matrix33(values);\n }\n\n /**\n * Multiply this matrix by a 3D array.\n *\n * @param {number[]} array3D The input 3D array.\n * @returns {number[]} The result 3D array.\n */\n multiplyArray3D(array3D) {\n if (array3D.length !== 3) {\n throw new Error('Cannot multiply 3x3 matrix with non 3D array: ' +\n array3D.length);\n }\n const values = [];\n for (let i = 0; i < 3; ++i) {\n let tmp = 0;\n for (let j = 0; j < 3; ++j) {\n tmp += this.get(i, j) * array3D[j];\n }\n values.push(tmp);\n }\n return values;\n }\n\n /**\n * Multiply this matrix by a 3D vector.\n *\n * @param {Vector3D} vector3D The input 3D vector.\n * @returns {Vector3D} The result 3D vector.\n */\n multiplyVector3D(vector3D) {\n const array3D = this.multiplyArray3D(\n [vector3D.getX(), vector3D.getY(), vector3D.getZ()]\n );\n return new Vector3D(array3D[0], array3D[1], array3D[2]);\n }\n\n /**\n * Multiply this matrix by a 3D point.\n *\n * @param {Point3D} point3D The input 3D point.\n * @returns {Point3D} The result 3D point.\n */\n multiplyPoint3D(point3D) {\n const array3D = this.multiplyArray3D(\n [point3D.getX(), point3D.getY(), point3D.getZ()]\n );\n return new Point3D(array3D[0], array3D[1], array3D[2]);\n }\n\n /**\n * Multiply this matrix by a 3D index.\n *\n * @param {Index} index3D The input 3D index.\n * @returns {Index} The result 3D index.\n */\n multiplyIndex3D(index3D) {\n const array3D = this.multiplyArray3D(index3D.getValues());\n return new Index(array3D);\n }\n\n /**\n * Get the index of the maximum in absolute value of a row.\n *\n * @param {number} row The row to get the maximum from.\n * @returns {object} The {value,index} of the maximum.\n */\n getRowAbsMax(row) {\n const values = [\n Math.abs(this.get(row, 0)),\n Math.abs(this.get(row, 1)),\n Math.abs(this.get(row, 2))\n ];\n const absMax = Math.max.apply(null, values);\n const index = values.indexOf(absMax);\n return {\n value: this.get(row, index),\n index: index\n };\n }\n\n /**\n * Get the index of the maximum in absolute value of a column.\n *\n * @param {number} col The column to get the maximum from.\n * @returns {object} The {value,index} of the maximum.\n */\n getColAbsMax(col) {\n const values = [\n Math.abs(this.get(0, col)),\n Math.abs(this.get(1, col)),\n Math.abs(this.get(2, col))\n ];\n const absMax = Math.max.apply(null, values);\n const index = values.indexOf(absMax);\n return {\n value: this.get(index, col),\n index: index\n };\n }\n\n /**\n * Get this matrix with only zero and +/- ones instead of the maximum.\n *\n * @returns {Matrix33} The simplified matrix.\n */\n asOneAndZeros() {\n const res = [];\n for (let j = 0; j < 3; ++j) {\n const max = this.getRowAbsMax(j);\n const sign = max.value > 0 ? 1 : -1;\n for (let i = 0; i < 3; ++i) {\n if (i === max.index) {\n res.push(1 * sign);\n } else {\n res.push(0);\n }\n }\n }\n return new Matrix33(res);\n }\n\n /**\n * Get the third column direction index of an orientation matrix.\n *\n * @returns {number} The index of the absolute maximum of the last column.\n */\n getThirdColMajorDirection() {\n return this.getColAbsMax(2).index;\n }\n\n} // Matrix33\n\n/**\n * Get the inverse of an input 3*3 matrix.\n *\n * Ref:\n * - {@link https://en.wikipedia.org/wiki/Invertible_matrix#Inversion_of_3_%C3%97_3_matrices},\n * - {@link https://github.com/willnode/N-Matrix-Programmer}.\n *\n * @param {Matrix33} m The input matrix.\n * @returns {Matrix33|undefined} The inverse matrix or undefined\n * if the determinant is zero.\n */\nfunction getMatrixInverse(m) {\n const m00 = m.get(0, 0);\n const m01 = m.get(0, 1);\n const m02 = m.get(0, 2);\n const m10 = m.get(1, 0);\n const m11 = m.get(1, 1);\n const m12 = m.get(1, 2);\n const m20 = m.get(2, 0);\n const m21 = m.get(2, 1);\n const m22 = m.get(2, 2);\n\n const a1212 = m11 * m22 - m12 * m21;\n const a2012 = m12 * m20 - m10 * m22;\n const a0112 = m10 * m21 - m11 * m20;\n\n let det = m00 * a1212 + m01 * a2012 + m02 * a0112;\n if (det === 0) {\n logger.warn('Cannot invert 3*3 matrix with zero determinant.');\n return undefined;\n }\n det = 1 / det;\n\n const values = [\n det * a1212,\n det * (m02 * m21 - m01 * m22),\n det * (m01 * m12 - m02 * m11),\n det * a2012,\n det * (m00 * m22 - m02 * m20),\n det * (m02 * m10 - m00 * m12),\n det * a0112,\n det * (m01 * m20 - m00 * m21),\n det * (m00 * m11 - m01 * m10)\n ];\n\n return new Matrix33(values);\n}\n\n/**\n * Create a 3x3 identity matrix.\n *\n * @returns {Matrix33} The identity matrix.\n */\nexport function getIdentityMat33() {\n /* eslint-disable @stylistic/js/array-element-newline */\n return new Matrix33([\n 1, 0, 0,\n 0, 1, 0,\n 0, 0, 1\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n}\n\n/**\n * Check if a matrix is a 3x3 identity matrix.\n *\n * @param {Matrix33} mat33 The matrix to test.\n * @returns {boolean} True if identity.\n */\nexport function isIdentityMat33(mat33) {\n return mat33.equals(getIdentityMat33());\n}\n","import {isSimilar} from './matrix';\nimport {Vector3D} from './vector';\n\n/**\n * Immutable 2D point.\n */\nexport class Point2D {\n\n /**\n * X position.\n *\n * @type {number}\n */\n #x;\n\n /**\n * Y position.\n *\n * @type {number}\n */\n #y;\n\n /**\n * @param {number} x The X coordinate for the point.\n * @param {number} y The Y coordinate for the point.\n */\n constructor(x, y) {\n this.#x = x;\n this.#y = y;\n }\n\n /**\n * Get the X position of the point.\n *\n * @returns {number} The X position of the point.\n */\n getX() {\n return this.#x;\n }\n\n /**\n * Get the Y position of the point.\n *\n * @returns {number} The Y position of the point.\n */\n getY() {\n return this.#y;\n }\n\n /**\n * Get the centroid of the point, ie itself.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n return this;\n }\n\n /**\n * Check for Point2D equality.\n *\n * @param {Point2D} rhs The other point to compare to.\n * @returns {boolean} True if both points are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n typeof rhs !== 'undefined' &&\n this.#x === rhs.getX() &&\n this.#y === rhs.getY();\n }\n\n /**\n * Get a string representation of the Point2D.\n *\n * @returns {string} The point as a string.\n */\n toString() {\n return '(' + this.#x + ', ' + this.#y + ')';\n }\n\n /**\n * Get the distance to another Point2D.\n *\n * @param {Point2D} point2D The input point.\n * @returns {number} Ths distance to the input point.\n */\n getDistance(point2D) {\n const dx = this.#x - point2D.getX();\n const dy = this.#y - point2D.getY();\n return Math.sqrt(dx * dx + dy * dy);\n }\n\n} // Point2D class\n\n/**\n * Immutable 3D point.\n */\nexport class Point3D {\n\n /**\n * X position.\n *\n * @type {number}\n */\n #x;\n\n /**\n * Y position.\n *\n * @type {number}\n */\n #y;\n\n /**\n * Z position.\n *\n * @type {number}\n */\n #z;\n\n /**\n * @param {number} x The X coordinate for the point.\n * @param {number} y The Y coordinate for the point.\n * @param {number} z The Z coordinate for the point.\n */\n constructor(x, y, z) {\n this.#x = x;\n this.#y = y;\n this.#z = z;\n }\n\n /**\n * Get the X position of the point.\n *\n * @returns {number} The X position of the point.\n */\n getX() {\n return this.#x;\n }\n\n /**\n * Get the Y position of the point.\n *\n * @returns {number} The Y position of the point.\n */\n getY() {\n return this.#y;\n }\n\n /**\n * Get the Z position of the point.\n *\n * @returns {number} The Z position of the point.\n */\n getZ() {\n return this.#z;\n }\n\n\n /**\n * Check for Point3D equality.\n *\n * @param {Point3D} rhs The other point to compare to.\n * @returns {boolean} True if both points are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.#x === rhs.getX() &&\n this.#y === rhs.getY() &&\n this.#z === rhs.getZ();\n }\n\n /**\n * Check for Point3D similarity.\n *\n * @param {Point3D} rhs The other point to compare to.\n * @param {number} tol Optional comparison tolerance,\n * default to Number.EPSILON.\n * @returns {boolean} True if both points are equal.\n */\n isSimilar(rhs, tol) {\n return rhs !== null &&\n isSimilar(this.#x, rhs.getX(), tol) &&\n isSimilar(this.#y, rhs.getY(), tol) &&\n isSimilar(this.#z, rhs.getZ(), tol);\n }\n\n /**\n * Get a string representation of the Point3D.\n *\n * @returns {string} The point as a string.\n */\n toString() {\n return '(' + this.#x +\n ', ' + this.#y +\n ', ' + this.#z + ')';\n }\n\n /**\n * Get the distance to another Point3D.\n *\n * @param {Point3D} point3D The input point.\n * @returns {number} Ths distance to the input point.\n */\n getDistance(point3D) {\n return Math.sqrt(this.#getSquaredDistance(point3D));\n }\n\n /**\n * Get the square of the distance between this and\n * an input point. Used for sorting.\n *\n * @param {Point3D} point3D The input point.\n * @returns {number} The square of the distance.\n */\n #getSquaredDistance(point3D) {\n const dx = this.#x - point3D.getX();\n const dy = this.#y - point3D.getY();\n const dz = this.#z - point3D.getZ();\n return dx * dx + dy * dy + dz * dz;\n }\n\n /**\n * Get the closest point to this in a Point3D list.\n *\n * @param {Point3D[]} pointList The list to check.\n * @returns {number} The index of the closest point in the input list.\n */\n getClosest(pointList) {\n let minIndex = 0;\n // the order between squared distances and distances is the same\n let minDist = this.#getSquaredDistance(pointList[minIndex]);\n for (let i = 0; i < pointList.length; ++i) {\n const dist = this.#getSquaredDistance(pointList[i]);\n if (dist < minDist) {\n minIndex = i;\n minDist = dist;\n }\n }\n return minIndex;\n }\n\n /**\n * Get the difference to another Point3D.\n *\n * @param {Point3D} point3D The input point.\n * @returns {Vector3D} The 3D vector from the input point to this one.\n */\n minus(point3D) {\n return new Vector3D(\n (this.#x - point3D.getX()),\n (this.#y - point3D.getY()),\n (this.#z - point3D.getZ()));\n }\n\n} // Point3D class\n\n/**\n * Get an array find callback for an equal input point.\n *\n * @param {Point3D} point The point to compare to.\n * @returns {Function} A function that compares, using `equals`,\n * its input point to the one given as input to this function.\n */\nexport function getEqualPoint3DFunction(point) {\n return function (element) {\n return element.equals(point);\n };\n}\n\n/**\n * Immutable point.\n * Warning: the input array is NOT cloned, modifying it will\n * modify the index values.\n */\nexport class Point {\n\n /**\n * Point values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * @param {number[]} values The point values.\n */\n constructor(values) {\n if (!values || typeof values === 'undefined') {\n throw new Error('Cannot create point with no values.');\n }\n if (values.length === 0) {\n throw new Error('Cannot create point with empty values.');\n }\n const valueCheck = function (val) {\n return !isNaN(val);\n };\n if (!values.every(valueCheck)) {\n throw new Error('Cannot create point with non number values.');\n }\n this.#values = values;\n }\n\n /**\n * Get the index value at the given array index.\n *\n * @param {number} i The index to get.\n * @returns {number} The value.\n */\n get(i) {\n return this.#values[i];\n }\n\n /**\n * Get the length of the index.\n *\n * @returns {number} The length.\n */\n length() {\n return this.#values.length;\n }\n\n /**\n * Get a string representation of the Index.\n *\n * @returns {string} The Index as a string.\n */\n toString() {\n return '(' + this.#values.toString() + ')';\n }\n\n /**\n * Get the values of this index.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return this.#values.slice();\n }\n\n /**\n * Check if the input point can be compared to this one.\n *\n * @param {Point} rhs The point to compare to.\n * @returns {boolean} True if both points are comparable.\n */\n canCompare(rhs) {\n // check input\n if (!rhs) {\n return false;\n }\n // check length\n if (this.length() !== rhs.length()) {\n return false;\n }\n // seems ok!\n return true;\n }\n\n /**\n * Check for Point equality.\n *\n * @param {Point} rhs The point to compare to.\n * @returns {boolean} True if both points are equal.\n */\n equals(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return false;\n }\n // check values\n for (let i = 0, leni = this.length(); i < leni; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Compare points and return different dimensions.\n *\n * @param {Point} rhs The point to compare to.\n * @returns {number[]} The list of different dimensions.\n */\n compare(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return null;\n }\n // check values\n const diffDims = [];\n for (let i = 0, leni = this.length(); i < leni; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n diffDims.push(i);\n }\n }\n return diffDims;\n }\n\n /**\n * Get the 3D part of this point.\n *\n * @returns {Point3D} The Point3D.\n */\n get3D() {\n return new Point3D(this.get(0), this.get(1), this.get(2));\n }\n\n /**\n * Add another point to this one.\n *\n * @param {Point} rhs The point to add.\n * @returns {Point} The point representing the sum of both points.\n */\n add(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return null;\n }\n const values = [];\n const values0 = this.getValues();\n const values1 = rhs.getValues();\n for (let i = 0; i < values0.length; ++i) {\n values.push(values0[i] + values1[i]);\n }\n return new Point(values);\n }\n\n /**\n * Merge this point with a Point3D to create a new point.\n *\n * @param {Point3D} rhs The Point3D to merge with.\n * @returns {Point} The merge result.\n */\n mergeWith3D(rhs) {\n const values = this.getValues();\n values[0] = rhs.getX();\n values[1] = rhs.getY();\n values[2] = rhs.getZ();\n return new Point(values);\n }\n\n} // Point class\n","/**\n * Namespace for translation function\n * (in a namespace to allow for override from client).\n */\nexport const i18n = {\n\n /**\n * Get the translated text.\n *\n * @param {string} key The key to the text entry.\n * @returns {string|undefined} The translated text.\n */\n t(key) {\n let res = key;\n const props = key.split('.');\n // defaut units look like 'unit.cm2'\n if (props.length === 2 &&\n props[0] === 'unit') {\n const units = {\n mm: 'mm',\n cm2: 'cm²',\n degree: '°'\n };\n res = units[props[1]];\n }\n return res;\n }\n\n};\n","\nimport {i18n} from './i18n';\n\n/**\n * Capitalise the first letter of a string.\n *\n * @param {string} string The string to capitalise the first letter.\n * @returns {string} The new string.\n */\nexport function capitaliseFirstLetter(string) {\n let res = string;\n if (string) {\n res = string.charAt(0).toUpperCase() + string.slice(1);\n }\n return res;\n}\n\n/**\n * Check if a string starts with the input element.\n *\n * @param {string} str The input string.\n * @param {string} search The searched start.\n * @param {number} [rawPos] The position in this string at which to begin\n * searching for searchString. Defaults to 0.\n * @returns {boolean} True if the input string starts with the searched string.\n */\nexport function startsWith(str, search, rawPos) {\n if (typeof str === 'undefined' || str === null ||\n typeof search === 'undefined' || search === null) {\n return false;\n }\n const pos = rawPos > 0 ? rawPos | 0 : 0;\n return str.substring(pos, pos + search.length) === search;\n}\n\n/**\n * Check if a string ends with the input element.\n *\n * @param {string} str The input string.\n * @param {string} search The searched ending.\n * @returns {boolean} True if the input string ends with the searched string.\n */\nexport function endsWith(str, search) {\n if (typeof str === 'undefined' || str === null ||\n typeof search === 'undefined' || search === null) {\n return false;\n }\n return str.substring(str.length - search.length) === search;\n}\n\n/**\n * Split key/value string: `key0=val00&key0=val01&key1=val10\n * will return `{key0 : [val00, val01], key1 : val1}`.\n *\n * @param {string} inputStr The string to split.\n * @returns {object} The split string.\n */\nexport function splitKeyValueString(inputStr) {\n // result\n const result = {};\n // check input string\n if (inputStr) {\n // split key/value pairs\n const pairs = inputStr.split('&');\n for (let i = 0; i < pairs.length; ++i) {\n const pair = pairs[i].split('=');\n // if the key does not exist, create it\n if (!result[pair[0]]) {\n result[pair[0]] = pair[1];\n } else {\n // make it an array\n if (!(result[pair[0]] instanceof Array)) {\n result[pair[0]] = [result[pair[0]]];\n }\n result[pair[0]].push(pair[1]);\n }\n }\n }\n return result;\n}\n\n/**\n * Get flags from an input string. Flags are words surrounded with curly\n * braces.\n *\n * @param {string} inputStr The input string.\n * @returns {string[]} An array of found flags.\n */\nexport function getFlags(inputStr) {\n const flags = [];\n // check input string\n if (inputStr === null || typeof inputStr === 'undefined') {\n return flags;\n }\n\n // word surrounded by curly braces\n const regex = /{(\\w+)}/g;\n\n let match = regex.exec(inputStr);\n while (match) {\n flags.push(match[1]); // first matching group\n match = regex.exec(inputStr);\n }\n return flags;\n}\n\n/**\n * Replace flags in a input string. Flags are keywords surrounded with curly\n * braces.\n *\n * @param {string} inputStr The input string.\n * @param {object} values A object of {value, unit}.\n * @returns {string} The result string.\n */\nexport function replaceFlags(inputStr, values) {\n let res = '';\n // check input string\n if (inputStr === null || typeof inputStr === 'undefined') {\n return res;\n }\n res = inputStr;\n // check values\n if (values === null || typeof values === 'undefined') {\n return res;\n }\n\n // loop through flags\n const keys = getFlags(inputStr);\n for (let i = 0; i < keys.length; ++i) {\n const valueObj = values[keys[i]];\n if (valueObj !== null && typeof valueObj !== 'undefined' &&\n valueObj.value !== null && typeof valueObj.value !== 'undefined') {\n // value string\n let valueStr = valueObj.value.toPrecision(4);\n // add unit if available\n // space or no space? Yes apart from degree...\n // check: https://en.wikipedia.org/wiki/Space_(punctuation)#Spaces_and_unit_symbols\n if (valueObj.unit !== null &&\n typeof valueObj.unit !== 'undefined' &&\n valueObj.unit.length !== 0) {\n if (valueObj.unit !== 'unit.degree') {\n valueStr += ' ';\n }\n valueStr += i18n.t(valueObj.unit);\n }\n // flag to replace\n const flag = '{' + keys[i] + '}';\n // replace\n res = res.replace(flag, valueStr);\n }\n }\n // return\n return res;\n}\n\n/**\n * Get the root of an input path.\n * Splits using `/` as separator.\n *\n * @param {string} path The input path.\n * @returns {string} The input path without its last part.\n */\nexport function getRootPath(path) {\n return path.split('/').slice(0, -1).join('/');\n}\n\n/**\n * Get a file extension: anything after the last dot.\n * File name starting with a dot are discarded.\n * Extensions are expected to contain at least one letter.\n *\n * @param {string} filePath The file path containing the file name.\n * @returns {string} The lower case file extension or null for none.\n */\nexport function getFileExtension(filePath) {\n let ext = null;\n if (typeof filePath !== 'undefined' &&\n filePath !== null &&\n filePath[0] !== '.') {\n const pathSplit = filePath.toLowerCase().split('.');\n if (pathSplit.length !== 1) {\n ext = pathSplit.pop();\n // extension should contain at least one letter and no slash\n const regExp = /[a-z]/;\n if (!regExp.test(ext) || ext.includes('/')) {\n ext = null;\n }\n }\n }\n return ext;\n}\n\n/**\n * Convert a string to a Uint8Array.\n *\n * @param {string} str The string to convert.\n * @returns {Uint8Array} The Uint8Array.\n */\nexport function stringToUint8Array(str) {\n const arr = new Uint8Array(str.length);\n for (let i = 0, leni = str.length; i < leni; i++) {\n arr[i] = str.charCodeAt(i);\n }\n return arr;\n}\n\n/**\n * Round a float number to a given precision.\n *\n * Inspired from {@link https://stackoverflow.com/a/49729715/3639892}.\n *\n * Can be a solution to not have trailing zero as when\n * using toFixed or toPrecision.\n * '+number.toFixed(precision)' does not pass all the tests...\n *\n * @param {number} number The number to round.\n * @param {number} precision The rounding precision.\n * @returns {number} The rounded number.\n */\nexport function precisionRound(number, precision) {\n const factor = Math.pow(10, precision);\n const delta = 0.01 / factor; // fixes precisionRound(1.005, 2)\n return Math.round(number * factor + delta) / factor;\n}\n","import {stringToUint8Array} from './string';\n\n/**\n * Get a string id from array values in the form of: '#0-1_#1-2'.\n *\n * @param {Array} arr The input array.\n * @param {number[]} [dims] Optional list of dimensions to use.\n * @returns {string} The string id.\n */\nexport function toStringId(arr, dims) {\n // use all dims if not as input\n if (typeof dims === 'undefined') {\n dims = [];\n for (let i = 0; i < arr.length; ++i) {\n dims.push(i);\n }\n }\n // check dims\n for (let i = 0; i < dims.length; ++i) {\n if (dims[i] >= arr.length) {\n throw new Error('Non valid dimension for toStringId');\n }\n }\n // build string\n let res = '';\n for (let i = 0; i < dims.length; ++i) {\n if (i !== 0) {\n res += '_';\n }\n res += '#' + dims[i] + '-' + arr[dims[i]];\n }\n return res;\n}\n\n/**\n * Get an array from an id string in the form of: '#0-1_#1-2'\n * (result of toStringId).\n *\n * @param {string} inputStr The input string.\n * @returns {Array} The corresponding array (minimum size is 3D).\n */\nexport function getArrayFromStringId(inputStr) {\n // split ids\n const strIds = inputStr.split('_');\n // get the size of the index (minimum 3)\n let numberOfDims = 3;\n let dim;\n for (let i = 0; i < strIds.length; ++i) {\n // expecting dim < 10\n dim = parseInt(strIds[i].substring(1, 2), 10);\n // dim is zero based\n if (dim + 1 > numberOfDims) {\n numberOfDims = dim + 1;\n }\n }\n // default values\n const values = new Array(numberOfDims);\n values.fill(0);\n // get other values from the input string\n for (let j = 0; j < strIds.length; ++j) {\n // expecting dim < 10\n dim = parseInt(strIds[j].substring(1, 2), 10);\n const value = parseInt(strIds[j].substring(3), 10);\n values[dim] = value;\n }\n\n return values;\n}\n\n/**\n * Check if the first input array contains all the\n * elements of the second input array.\n *\n * @param {string[]} arr0 The test array.\n * @param {string[]} arr1 The elements to check in the first array.\n * @returns {boolean} True if all the elements of arr1 are included in arr0.\n */\nexport function arrayContains(arr0, arr1) {\n // check input\n if (arr0 === null ||\n arr1 === null ||\n typeof arr0 === 'undefined' ||\n typeof arr1 === 'undefined') {\n return false;\n }\n if (arr0.length === 0 ||\n arr1.length === 0 ||\n arr1.length > arr0.length) {\n return false;\n }\n // check values\n for (const itemArr1 of arr1) {\n if (!arr0.includes(itemArr1)) {\n return false;\n }\n }\n return true;\n}\n\n/**\n * Check for array equality after sorting.\n *\n * @param {Array} arr0 First array.\n * @param {Array} arr1 Second array.\n * @returns {boolean} True if both array are defined and contain same values.\n */\nexport function arraySortEquals(arr0, arr1) {\n if (arr0 === null ||\n arr1 === null ||\n typeof arr0 === 'undefined' ||\n typeof arr1 === 'undefined') {\n return false;\n }\n const arr0sorted = arr0.slice().sort();\n const arr1sorted = arr1.slice().sort();\n return arrayEquals(arr0sorted, arr1sorted);\n}\n\n/**\n * Check for array equality.\n *\n * @param {Array} arr0 First array.\n * @param {Array} arr1 Second array.\n * @returns {boolean} True if both array are defined and contain same values.\n */\nexport function arrayEquals(arr0, arr1) {\n if (arr0 === null ||\n arr1 === null ||\n typeof arr0 === 'undefined' ||\n typeof arr1 === 'undefined') {\n return false;\n }\n if (arr0.length !== arr1.length) {\n return false;\n }\n return arr0.every(function (element, index) {\n return element === arr1[index];\n });\n}\n\n/**\n * Convert a Uint8Array to a string.\n *\n * @param {Uint8Array} arr The array to convert.\n * @returns {string} The array as string.\n */\nexport function uint8ArrayToString(arr) {\n return String.fromCharCode.apply(String, arr);\n}\n\n/**\n * Array find in a subset of the input array.\n * Equivalent to: `arr.slice(start, end).find(callbackFn)`.\n *\n * @param {Uint8Array} arr The input array to search.\n * @param {Function} callbackFn The find function.\n * @param {number|undefined} start The array start index.\n * @param {number|undefined} [end] The array end index.\n * @returns {number|undefined} The index where the element was found.\n */\nexport function findInArraySubset(arr, callbackFn, start, end) {\n // check inputs\n if (typeof start === 'undefined' ||\n start < 0 ||\n start >= arr.length\n ) {\n start = 0;\n }\n if (typeof end === 'undefined' ||\n end <= start ||\n end > arr.length) {\n end = arr.length;\n }\n // run\n for (let i = start; i < end; ++i) {\n if (callbackFn(arr[i], i, arr)) {\n return i;\n }\n }\n return undefined;\n}\n\n/**\n * Get a find in array callback.\n *\n * @param {Uint8Array} arr1 The array to find.\n * @returns {Function} The find callback function.\n */\nexport function getFindArrayInArrayCallback(arr1) {\n return function (element, index, arr0) {\n for (let i = 0; i < arr1.length; ++i) {\n if (arr0[index + i] !== arr1[i]) {\n return false;\n }\n }\n return true;\n };\n}\n\n/**\n * Extract each element of a multipart ArrayBuffer.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/MIME#Multipart_messages}.\n *\n * @param {ArrayBuffer} arr The multipart array.\n * @returns {Array} The multipart parts as an array of object as\n * {'Content-Type', ..., data} (depending on header tags).\n */\nexport function parseMultipart(arr) {\n const u8Array = new Uint8Array(arr);\n\n const parts = [];\n // check input\n if (u8Array.length === 0) {\n return parts;\n }\n\n // \\r\\n\\r\\n\n const doubleReturnNew = new Uint8Array([0x0d, 0x0a, 0x0d, 0x0a]);\n const partHeaderEndCb = getFindArrayInArrayCallback(doubleReturnNew);\n\n // look for boundary in first part header\n let partHeaderEndIndex = findInArraySubset(\n u8Array, partHeaderEndCb, 0\n );\n if (typeof partHeaderEndIndex === 'undefined') {\n throw new Error('Can\\'t find the end of the first multipart header');\n }\n const firstPartHeader = u8Array.slice(0, partHeaderEndIndex);\n // switch to string to use split\n const lines = uint8ArrayToString(firstPartHeader).split('\\r\\n');\n // boundary should start with '--'\n let boundaryStr;\n for (let i = 0; i < lines.length; ++i) {\n if (lines[i][0] === '-' && lines[i][1] === '-') {\n boundaryStr = lines[i];\n break;\n }\n }\n if (typeof boundaryStr === 'undefined') {\n throw new Error('Can\\'t find the boundary between multi-parts');\n }\n const boundary = stringToUint8Array(boundaryStr);\n const boundaryCb = getFindArrayInArrayCallback(boundary);\n const boundaryLen = boundaryStr.length;\n\n // skip mime header\n let nextBoundaryIndex = findInArraySubset(\n u8Array, boundaryCb, 0\n );\n\n // loop through content\n while (typeof partHeaderEndIndex !== 'undefined') {\n const part = {};\n\n // header\n const partHeader = u8Array.slice(\n nextBoundaryIndex + boundaryLen, partHeaderEndIndex);\n // split into object\n const partHeaderLines =\n uint8ArrayToString(partHeader).split('\\r\\n');\n for (let l = 0; l < partHeaderLines.length; ++l) {\n const line = partHeaderLines[l];\n const semiColonIndex = line.indexOf(':');\n if (semiColonIndex !== -1) {\n const key = line.substring(0, semiColonIndex).trim();\n const val = line.substring(semiColonIndex + 1).trim();\n part[key] = val;\n }\n }\n\n // find next boundary\n nextBoundaryIndex = findInArraySubset(\n u8Array, boundaryCb, partHeaderEndIndex\n );\n // exit if none\n if (typeof nextBoundaryIndex === 'undefined') {\n break;\n }\n\n // get part\n // partHeaderEndIndex plus the size of the '\\r\\n\\r\\n' separator\n const dataBeginIndex = partHeaderEndIndex + 4;\n // nextBoundaryIndex minus the previous '\\r\\n'\n const dataEndIndex = nextBoundaryIndex - 2;\n if (dataBeginIndex < dataEndIndex) {\n part.data = u8Array.slice(dataBeginIndex, dataEndIndex).buffer;\n } else {\n part.data = new Uint8Array();\n }\n\n // store part\n parts.push(part);\n\n // find next part header end\n partHeaderEndIndex = findInArraySubset(\n u8Array, partHeaderEndCb,\n nextBoundaryIndex + boundaryLen\n );\n }\n\n return parts;\n}\n\n/**\n * Build a multipart message.\n *\n * Ref:\n * - {@link https://en.wikipedia.org/wiki/MIME#Multipart_messages},\n * - {@link https://hg.orthanc-server.com/orthanc-dicomweb/file/tip/Resources/Samples/JavaScript/stow-rs.js}.\n *\n * @param {Array} parts The message parts as an array of object containing\n * content headers and messages as the data property (as returned by parse).\n * @param {string} boundary The message boundary.\n * @returns {Uint8Array} The full multipart message.\n */\nexport function buildMultipart(parts, boundary) {\n const lineBreak = '\\r\\n';\n // build headers and calculate size\n let partsSize = 0;\n const headers = [];\n for (let i = 0; i < parts.length; ++i) {\n let headerStr = '';\n if (i !== 0) {\n headerStr += lineBreak;\n }\n headerStr += '--' + boundary + lineBreak;\n const partKeys = Object.keys(parts[i]);\n for (let k = 0; k < partKeys.length; ++k) {\n const key = partKeys[k];\n if (key !== 'data') {\n headerStr += key + ': ' + parts[i][key] + lineBreak;\n }\n }\n headerStr += lineBreak;\n const header = stringToUint8Array(headerStr);\n headers.push(header);\n partsSize += header.byteLength + parts[i].data.byteLength;\n }\n // build trailer\n const trailerStr = lineBreak + '--' + boundary + '--' + lineBreak;\n const trailer = stringToUint8Array(trailerStr);\n\n // final buffer\n const buffer = new Uint8Array(partsSize + trailer.byteLength);\n let offset = 0;\n // concatenate parts\n for (let j = 0; j < parts.length; ++j) {\n buffer.set(headers[j], offset);\n offset += headers[j].byteLength;\n buffer.set(new Uint8Array(parts[j].data), offset);\n offset += parts[j].data.byteLength;\n }\n // end buffer with trailer\n buffer.set(trailer, offset);\n\n // return\n return buffer;\n}\n","/* eslint-disable @stylistic/js/quote-props */\n/* eslint @stylistic/js/max-len:0 */\n\n/**\n * DICOM tag dictionary 2022a.\n * Generated using xml standard conversion from {@link https://github.com/ivmartel/dcmStdToJs} v0.1.0.\n *\n * Conversion changes:\n * - (vr) 'See Note' -> 'NONE',\n * - (vr) 'OB or OW' -> 'ox',\n * - (vr) 'US or SS' -> 'xs',\n * - (vr) 'US or OW' -> 'xx',\n * - (vr) 'US or SS or OW' -> 'xs',\n * - added 'GenericGroupLength' element to each group.\n *\n * Local changes:\n * - tag numbers with 'xx' were replaced with '00', 'xxx' with '001' and\n * 'xxxx' with '0004'.\n *\n * @type {Object>}\n */\nexport const dictionary = {\n '0000': {\n '0000': ['UL', '1', 'CommandGroupLength'],\n '0001': ['UL', '1', 'CommandLengthToEnd'],\n '0002': ['UI', '1', 'AffectedSOPClassUID'],\n '0003': ['UI', '1', 'RequestedSOPClassUID'],\n '0010': ['SH', '1', 'CommandRecognitionCode'],\n '0100': ['US', '1', 'CommandField'],\n '0110': ['US', '1', 'MessageID'],\n '0120': ['US', '1', 'MessageIDBeingRespondedTo'],\n '0200': ['AE', '1', 'Initiator'],\n '0300': ['AE', '1', 'Receiver'],\n '0400': ['AE', '1', 'FindLocation'],\n '0600': ['AE', '1', 'MoveDestination'],\n '0700': ['US', '1', 'Priority'],\n '0800': ['US', '1', 'CommandDataSetType'],\n '0850': ['US', '1', 'NumberOfMatches'],\n '0860': ['US', '1', 'ResponseSequenceNumber'],\n '0900': ['US', '1', 'Status'],\n '0901': ['AT', '1-n', 'OffendingElement'],\n '0902': ['LO', '1', 'ErrorComment'],\n '0903': ['US', '1', 'ErrorID'],\n '1000': ['UI', '1', 'AffectedSOPInstanceUID'],\n '1001': ['UI', '1', 'RequestedSOPInstanceUID'],\n '1002': ['US', '1', 'EventTypeID'],\n '1005': ['AT', '1-n', 'AttributeIdentifierList'],\n '1008': ['US', '1', 'ActionTypeID'],\n '1020': ['US', '1', 'NumberOfRemainingSuboperations'],\n '1021': ['US', '1', 'NumberOfCompletedSuboperations'],\n '1022': ['US', '1', 'NumberOfFailedSuboperations'],\n '1023': ['US', '1', 'NumberOfWarningSuboperations'],\n '1030': ['AE', '1', 'MoveOriginatorApplicationEntityTitle'],\n '1031': ['US', '1', 'MoveOriginatorMessageID'],\n '4000': ['LT', '1', 'DialogReceiver'],\n '4010': ['LT', '1', 'TerminalType'],\n '5010': ['SH', '1', 'MessageSetID'],\n '5020': ['SH', '1', 'EndMessageID'],\n '5110': ['LT', '1', 'DisplayFormat'],\n '5120': ['LT', '1', 'PagePositionID'],\n '5130': ['CS', '1', 'TextFormatID'],\n '5140': ['CS', '1', 'NormalReverse'],\n '5150': ['CS', '1', 'AddGrayScale'],\n '5160': ['CS', '1', 'Borders'],\n '5170': ['IS', '1', 'Copies'],\n '5180': ['CS', '1', 'CommandMagnificationType'],\n '5190': ['CS', '1', 'Erase'],\n '51A0': ['CS', '1', 'Print'],\n '51B0': ['US', '1-n', 'Overlays']\n },\n '0002': {\n '0000': ['UL', '1', 'FileMetaInformationGroupLength'],\n '0001': ['OB', '1', 'FileMetaInformationVersion'],\n '0002': ['UI', '1', 'MediaStorageSOPClassUID'],\n '0003': ['UI', '1', 'MediaStorageSOPInstanceUID'],\n '0010': ['UI', '1', 'TransferSyntaxUID'],\n '0012': ['UI', '1', 'ImplementationClassUID'],\n '0013': ['SH', '1', 'ImplementationVersionName'],\n '0016': ['AE', '1', 'SourceApplicationEntityTitle'],\n '0017': ['AE', '1', 'SendingApplicationEntityTitle'],\n '0018': ['AE', '1', 'ReceivingApplicationEntityTitle'],\n '0026': ['UR', '1', 'SourcePresentationAddress'],\n '0027': ['UR', '1', 'SendingPresentationAddress'],\n '0028': ['UR', '1', 'ReceivingPresentationAddress'],\n '0031': ['OB', '1', 'RTVMetaInformationVersion'],\n '0032': ['UI', '1', 'RTVCommunicationSOPClassUID'],\n '0033': ['UI', '1', 'RTVCommunicationSOPInstanceUID'],\n '0035': ['OB', '1', 'RTVSourceIdentifier'],\n '0036': ['OB', '1', 'RTVFlowIdentifier'],\n '0037': ['UL', '1', 'RTVFlowRTPSamplingRate'],\n '0038': ['FD', '1', 'RTVFlowActualFrameDuration'],\n '0100': ['UI', '1', 'PrivateInformationCreatorUID'],\n '0102': ['OB', '1', 'PrivateInformation']\n },\n '0004': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '1130': ['CS', '1', 'FileSetID'],\n '1141': ['CS', '1-8', 'FileSetDescriptorFileID'],\n '1142': ['CS', '1', 'SpecificCharacterSetOfFileSetDescriptorFile'],\n '1200': ['UL', '1', 'OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity'],\n '1202': ['UL', '1', 'OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity'],\n '1212': ['US', '1', 'FileSetConsistencyFlag'],\n '1220': ['SQ', '1', 'DirectoryRecordSequence'],\n '1400': ['UL', '1', 'OffsetOfTheNextDirectoryRecord'],\n '1410': ['US', '1', 'RecordInUseFlag'],\n '1420': ['UL', '1', 'OffsetOfReferencedLowerLevelDirectoryEntity'],\n '1430': ['CS', '1', 'DirectoryRecordType'],\n '1432': ['UI', '1', 'PrivateRecordUID'],\n '1500': ['CS', '1-8', 'ReferencedFileID'],\n '1504': ['UL', '1', 'MRDRDirectoryRecordOffset'],\n '1510': ['UI', '1', 'ReferencedSOPClassUIDInFile'],\n '1511': ['UI', '1', 'ReferencedSOPInstanceUIDInFile'],\n '1512': ['UI', '1', 'ReferencedTransferSyntaxUIDInFile'],\n '151A': ['UI', '1-n', 'ReferencedRelatedGeneralSOPClassUIDInFile'],\n '1600': ['UL', '1', 'NumberOfReferences']\n },\n '0008': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['UL', '1', 'LengthToEnd'],\n '0005': ['CS', '1-n', 'SpecificCharacterSet'],\n '0006': ['SQ', '1', 'LanguageCodeSequence'],\n '0008': ['CS', '2-n', 'ImageType'],\n '0010': ['SH', '1', 'RecognitionCode'],\n '0012': ['DA', '1', 'InstanceCreationDate'],\n '0013': ['TM', '1', 'InstanceCreationTime'],\n '0014': ['UI', '1', 'InstanceCreatorUID'],\n '0015': ['DT', '1', 'InstanceCoercionDateTime'],\n '0016': ['UI', '1', 'SOPClassUID'],\n '0018': ['UI', '1', 'SOPInstanceUID'],\n '001A': ['UI', '1-n', 'RelatedGeneralSOPClassUID'],\n '001B': ['UI', '1', 'OriginalSpecializedSOPClassUID'],\n '0020': ['DA', '1', 'StudyDate'],\n '0021': ['DA', '1', 'SeriesDate'],\n '0022': ['DA', '1', 'AcquisitionDate'],\n '0023': ['DA', '1', 'ContentDate'],\n '0024': ['DA', '1', 'OverlayDate'],\n '0025': ['DA', '1', 'CurveDate'],\n '002A': ['DT', '1', 'AcquisitionDateTime'],\n '0030': ['TM', '1', 'StudyTime'],\n '0031': ['TM', '1', 'SeriesTime'],\n '0032': ['TM', '1', 'AcquisitionTime'],\n '0033': ['TM', '1', 'ContentTime'],\n '0034': ['TM', '1', 'OverlayTime'],\n '0035': ['TM', '1', 'CurveTime'],\n '0040': ['US', '1', 'DataSetType'],\n '0041': ['LO', '1', 'DataSetSubtype'],\n '0042': ['CS', '1', 'NuclearMedicineSeriesType'],\n '0050': ['SH', '1', 'AccessionNumber'],\n '0051': ['SQ', '1', 'IssuerOfAccessionNumberSequence'],\n '0052': ['CS', '1', 'QueryRetrieveLevel'],\n '0053': ['CS', '1', 'QueryRetrieveView'],\n '0054': ['AE', '1-n', 'RetrieveAETitle'],\n '0055': ['AE', '1', 'StationAETitle'],\n '0056': ['CS', '1', 'InstanceAvailability'],\n '0058': ['UI', '1-n', 'FailedSOPInstanceUIDList'],\n '0060': ['CS', '1', 'Modality'],\n '0061': ['CS', '1-n', 'ModalitiesInStudy'],\n '0062': ['UI', '1-n', 'SOPClassesInStudy'],\n '0063': ['SQ', '1', 'AnatomicRegionsInStudyCodeSequence'],\n '0064': ['CS', '1', 'ConversionType'],\n '0068': ['CS', '1', 'PresentationIntentType'],\n '0070': ['LO', '1', 'Manufacturer'],\n '0080': ['LO', '1', 'InstitutionName'],\n '0081': ['ST', '1', 'InstitutionAddress'],\n '0082': ['SQ', '1', 'InstitutionCodeSequence'],\n '0090': ['PN', '1', 'ReferringPhysicianName'],\n '0092': ['ST', '1', 'ReferringPhysicianAddress'],\n '0094': ['SH', '1-n', 'ReferringPhysicianTelephoneNumbers'],\n '0096': ['SQ', '1', 'ReferringPhysicianIdentificationSequence'],\n '009C': ['PN', '1-n', 'ConsultingPhysicianName'],\n '009D': ['SQ', '1', 'ConsultingPhysicianIdentificationSequence'],\n '0100': ['SH', '1', 'CodeValue'],\n '0101': ['LO', '1', 'ExtendedCodeValue'],\n '0102': ['SH', '1', 'CodingSchemeDesignator'],\n '0103': ['SH', '1', 'CodingSchemeVersion'],\n '0104': ['LO', '1', 'CodeMeaning'],\n '0105': ['CS', '1', 'MappingResource'],\n '0106': ['DT', '1', 'ContextGroupVersion'],\n '0107': ['DT', '1', 'ContextGroupLocalVersion'],\n '0108': ['LT', '1', 'ExtendedCodeMeaning'],\n '0109': ['SQ', '1', 'CodingSchemeResourcesSequence'],\n '010A': ['CS', '1', 'CodingSchemeURLType'],\n '010B': ['CS', '1', 'ContextGroupExtensionFlag'],\n '010C': ['UI', '1', 'CodingSchemeUID'],\n '010D': ['UI', '1', 'ContextGroupExtensionCreatorUID'],\n '010E': ['UR', '1', 'CodingSchemeURL'],\n '010F': ['CS', '1', 'ContextIdentifier'],\n '0110': ['SQ', '1', 'CodingSchemeIdentificationSequence'],\n '0112': ['LO', '1', 'CodingSchemeRegistry'],\n '0114': ['ST', '1', 'CodingSchemeExternalID'],\n '0115': ['ST', '1', 'CodingSchemeName'],\n '0116': ['ST', '1', 'CodingSchemeResponsibleOrganization'],\n '0117': ['UI', '1', 'ContextUID'],\n '0118': ['UI', '1', 'MappingResourceUID'],\n '0119': ['UC', '1', 'LongCodeValue'],\n '0120': ['UR', '1', 'URNCodeValue'],\n '0121': ['SQ', '1', 'EquivalentCodeSequence'],\n '0122': ['LO', '1', 'MappingResourceName'],\n '0123': ['SQ', '1', 'ContextGroupIdentificationSequence'],\n '0124': ['SQ', '1', 'MappingResourceIdentificationSequence'],\n '0201': ['SH', '1', 'TimezoneOffsetFromUTC'],\n '0202': ['', '', ''],\n '0220': ['SQ', '1', 'ResponsibleGroupCodeSequence'],\n '0221': ['CS', '1', 'EquipmentModality'],\n '0222': ['LO', '1', 'ManufacturerRelatedModelGroup'],\n '0300': ['SQ', '1', 'PrivateDataElementCharacteristicsSequence'],\n '0301': ['US', '1', 'PrivateGroupReference'],\n '0302': ['LO', '1', 'PrivateCreatorReference'],\n '0303': ['CS', '1', 'BlockIdentifyingInformationStatus'],\n '0304': ['US', '1-n', 'NonidentifyingPrivateElements'],\n '0305': ['SQ', '1', 'DeidentificationActionSequence'],\n '0306': ['US', '1-n', 'IdentifyingPrivateElements'],\n '0307': ['CS', '1', 'DeidentificationAction'],\n '0308': ['US', '1', 'PrivateDataElement'],\n '0309': ['UL', '1-3', 'PrivateDataElementValueMultiplicity'],\n '030A': ['CS', '1', 'PrivateDataElementValueRepresentation'],\n '030B': ['UL', '1-2', 'PrivateDataElementNumberOfItems'],\n '030C': ['UC', '1', 'PrivateDataElementName'],\n '030D': ['UC', '1', 'PrivateDataElementKeyword'],\n '030E': ['UT', '1', 'PrivateDataElementDescription'],\n '030F': ['UT', '1', 'PrivateDataElementEncoding'],\n '0310': ['SQ', '1', 'PrivateDataElementDefinitionSequence'],\n '1000': ['AE', '1', 'NetworkID'],\n '1010': ['SH', '1', 'StationName'],\n '1030': ['LO', '1', 'StudyDescription'],\n '1032': ['SQ', '1', 'ProcedureCodeSequence'],\n '103E': ['LO', '1', 'SeriesDescription'],\n '103F': ['SQ', '1', 'SeriesDescriptionCodeSequence'],\n '1040': ['LO', '1', 'InstitutionalDepartmentName'],\n '1041': ['SQ', '1', 'InstitutionalDepartmentTypeCodeSequence'],\n '1048': ['PN', '1-n', 'PhysiciansOfRecord'],\n '1049': ['SQ', '1', 'PhysiciansOfRecordIdentificationSequence'],\n '1050': ['PN', '1-n', 'PerformingPhysicianName'],\n '1052': ['SQ', '1', 'PerformingPhysicianIdentificationSequence'],\n '1060': ['PN', '1-n', 'NameOfPhysiciansReadingStudy'],\n '1062': ['SQ', '1', 'PhysiciansReadingStudyIdentificationSequence'],\n '1070': ['PN', '1-n', 'OperatorsName'],\n '1072': ['SQ', '1', 'OperatorIdentificationSequence'],\n '1080': ['LO', '1-n', 'AdmittingDiagnosesDescription'],\n '1084': ['SQ', '1', 'AdmittingDiagnosesCodeSequence'],\n '1090': ['LO', '1', 'ManufacturerModelName'],\n '1100': ['SQ', '1', 'ReferencedResultsSequence'],\n '1110': ['SQ', '1', 'ReferencedStudySequence'],\n '1111': ['SQ', '1', 'ReferencedPerformedProcedureStepSequence'],\n '1115': ['SQ', '1', 'ReferencedSeriesSequence'],\n '1120': ['SQ', '1', 'ReferencedPatientSequence'],\n '1125': ['SQ', '1', 'ReferencedVisitSequence'],\n '1130': ['SQ', '1', 'ReferencedOverlaySequence'],\n '1134': ['SQ', '1', 'ReferencedStereometricInstanceSequence'],\n '113A': ['SQ', '1', 'ReferencedWaveformSequence'],\n '1140': ['SQ', '1', 'ReferencedImageSequence'],\n '1145': ['SQ', '1', 'ReferencedCurveSequence'],\n '114A': ['SQ', '1', 'ReferencedInstanceSequence'],\n '114B': ['SQ', '1', 'ReferencedRealWorldValueMappingInstanceSequence'],\n '1150': ['UI', '1', 'ReferencedSOPClassUID'],\n '1155': ['UI', '1', 'ReferencedSOPInstanceUID'],\n '1156': ['SQ', '1', 'DefinitionSourceSequence'],\n '115A': ['UI', '1-n', 'SOPClassesSupported'],\n '1160': ['IS', '1-n', 'ReferencedFrameNumber'],\n '1161': ['UL', '1-n', 'SimpleFrameList'],\n '1162': ['UL', '3-3n', 'CalculatedFrameList'],\n '1163': ['FD', '2', 'TimeRange'],\n '1164': ['SQ', '1', 'FrameExtractionSequence'],\n '1167': ['UI', '1', 'MultiFrameSourceSOPInstanceUID'],\n '1190': ['UR', '1', 'RetrieveURL'],\n '1195': ['UI', '1', 'TransactionUID'],\n '1196': ['US', '1', 'WarningReason'],\n '1197': ['US', '1', 'FailureReason'],\n '1198': ['SQ', '1', 'FailedSOPSequence'],\n '1199': ['SQ', '1', 'ReferencedSOPSequence'],\n '119A': ['SQ', '1', 'OtherFailuresSequence'],\n '1200': ['SQ', '1', 'StudiesContainingOtherReferencedInstancesSequence'],\n '1250': ['SQ', '1', 'RelatedSeriesSequence'],\n '2110': ['CS', '1', 'LossyImageCompressionRetired'],\n '2111': ['ST', '1', 'DerivationDescription'],\n '2112': ['SQ', '1', 'SourceImageSequence'],\n '2120': ['SH', '1', 'StageName'],\n '2122': ['IS', '1', 'StageNumber'],\n '2124': ['IS', '1', 'NumberOfStages'],\n '2127': ['SH', '1', 'ViewName'],\n '2128': ['IS', '1', 'ViewNumber'],\n '2129': ['IS', '1', 'NumberOfEventTimers'],\n '212A': ['IS', '1', 'NumberOfViewsInStage'],\n '2130': ['DS', '1-n', 'EventElapsedTimes'],\n '2132': ['LO', '1-n', 'EventTimerNames'],\n '2133': ['SQ', '1', 'EventTimerSequence'],\n '2134': ['FD', '1', 'EventTimeOffset'],\n '2135': ['SQ', '1', 'EventCodeSequence'],\n '2142': ['IS', '1', 'StartTrim'],\n '2143': ['IS', '1', 'StopTrim'],\n '2144': ['IS', '1', 'RecommendedDisplayFrameRate'],\n '2200': ['CS', '1', 'TransducerPosition'],\n '2204': ['CS', '1', 'TransducerOrientation'],\n '2208': ['CS', '1', 'AnatomicStructure'],\n '2218': ['SQ', '1', 'AnatomicRegionSequence'],\n '2220': ['SQ', '1', 'AnatomicRegionModifierSequence'],\n '2228': ['SQ', '1', 'PrimaryAnatomicStructureSequence'],\n '2229': ['SQ', '1', 'AnatomicStructureSpaceOrRegionSequence'],\n '2230': ['SQ', '1', 'PrimaryAnatomicStructureModifierSequence'],\n '2240': ['SQ', '1', 'TransducerPositionSequence'],\n '2242': ['SQ', '1', 'TransducerPositionModifierSequence'],\n '2244': ['SQ', '1', 'TransducerOrientationSequence'],\n '2246': ['SQ', '1', 'TransducerOrientationModifierSequence'],\n '2251': ['SQ', '1', 'AnatomicStructureSpaceOrRegionCodeSequenceTrial'],\n '2253': ['SQ', '1', 'AnatomicPortalOfEntranceCodeSequenceTrial'],\n '2255': ['SQ', '1', 'AnatomicApproachDirectionCodeSequenceTrial'],\n '2256': ['ST', '1', 'AnatomicPerspectiveDescriptionTrial'],\n '2257': ['SQ', '1', 'AnatomicPerspectiveCodeSequenceTrial'],\n '2258': ['ST', '1', 'AnatomicLocationOfExaminingInstrumentDescriptionTrial'],\n '2259': ['SQ', '1', 'AnatomicLocationOfExaminingInstrumentCodeSequenceTrial'],\n '225A': ['SQ', '1', 'AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial'],\n '225C': ['SQ', '1', 'OnAxisBackgroundAnatomicStructureCodeSequenceTrial'],\n '3001': ['SQ', '1', 'AlternateRepresentationSequence'],\n '3002': ['UI', '1-n', 'AvailableTransferSyntaxUID'],\n '3010': ['UI', '1-n', 'IrradiationEventUID'],\n '3011': ['SQ', '1', 'SourceIrradiationEventSequence'],\n '3012': ['UI', '1', 'RadiopharmaceuticalAdministrationEventUID'],\n '4000': ['LT', '1', 'IdentifyingComments'],\n '9007': ['CS', '4', 'FrameType'],\n '9092': ['SQ', '1', 'ReferencedImageEvidenceSequence'],\n '9121': ['SQ', '1', 'ReferencedRawDataSequence'],\n '9123': ['UI', '1', 'CreatorVersionUID'],\n '9124': ['SQ', '1', 'DerivationImageSequence'],\n '9154': ['SQ', '1', 'SourceImageEvidenceSequence'],\n '9205': ['CS', '1', 'PixelPresentation'],\n '9206': ['CS', '1', 'VolumetricProperties'],\n '9207': ['CS', '1', 'VolumeBasedCalculationTechnique'],\n '9208': ['CS', '1', 'ComplexImageComponent'],\n '9209': ['CS', '1', 'AcquisitionContrast'],\n '9215': ['SQ', '1', 'DerivationCodeSequence'],\n '9237': ['SQ', '1', 'ReferencedPresentationStateSequence'],\n '9410': ['SQ', '1', 'ReferencedOtherPlaneSequence'],\n '9458': ['SQ', '1', 'FrameDisplaySequence'],\n '9459': ['FL', '1', 'RecommendedDisplayFrameRateInFloat'],\n '9460': ['CS', '1', 'SkipFrameRangeFlag']\n },\n '0010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['PN', '1', 'PatientName'],\n '0020': ['LO', '1', 'PatientID'],\n '0021': ['LO', '1', 'IssuerOfPatientID'],\n '0022': ['CS', '1', 'TypeOfPatientID'],\n '0024': ['SQ', '1', 'IssuerOfPatientIDQualifiersSequence'],\n '0026': ['SQ', '1', 'SourcePatientGroupIdentificationSequence'],\n '0027': ['SQ', '1', 'GroupOfPatientsIdentificationSequence'],\n '0028': ['US', '3', 'SubjectRelativePositionInImage'],\n '0030': ['DA', '1', 'PatientBirthDate'],\n '0032': ['TM', '1', 'PatientBirthTime'],\n '0033': ['LO', '1', 'PatientBirthDateInAlternativeCalendar'],\n '0034': ['LO', '1', 'PatientDeathDateInAlternativeCalendar'],\n '0035': ['CS', '1', 'PatientAlternativeCalendar'],\n '0040': ['CS', '1', 'PatientSex'],\n '0050': ['SQ', '1', 'PatientInsurancePlanCodeSequence'],\n '0101': ['SQ', '1', 'PatientPrimaryLanguageCodeSequence'],\n '0102': ['SQ', '1', 'PatientPrimaryLanguageModifierCodeSequence'],\n '0200': ['CS', '1', 'QualityControlSubject'],\n '0201': ['SQ', '1', 'QualityControlSubjectTypeCodeSequence'],\n '0212': ['UC', '1', 'StrainDescription'],\n '0213': ['LO', '1', 'StrainNomenclature'],\n '0214': ['LO', '1', 'StrainStockNumber'],\n '0215': ['SQ', '1', 'StrainSourceRegistryCodeSequence'],\n '0216': ['SQ', '1', 'StrainStockSequence'],\n '0217': ['LO', '1', 'StrainSource'],\n '0218': ['UT', '1', 'StrainAdditionalInformation'],\n '0219': ['SQ', '1', 'StrainCodeSequence'],\n '0221': ['SQ', '1', 'GeneticModificationsSequence'],\n '0222': ['UC', '1', 'GeneticModificationsDescription'],\n '0223': ['LO', '1', 'GeneticModificationsNomenclature'],\n '0229': ['SQ', '1', 'GeneticModificationsCodeSequence'],\n '1000': ['LO', '1-n', 'OtherPatientIDs'],\n '1001': ['PN', '1-n', 'OtherPatientNames'],\n '1002': ['SQ', '1', 'OtherPatientIDsSequence'],\n '1005': ['PN', '1', 'PatientBirthName'],\n '1010': ['AS', '1', 'PatientAge'],\n '1020': ['DS', '1', 'PatientSize'],\n '1021': ['SQ', '1', 'PatientSizeCodeSequence'],\n '1022': ['DS', '1', 'PatientBodyMassIndex'],\n '1023': ['DS', '1', 'MeasuredAPDimension'],\n '1024': ['DS', '1', 'MeasuredLateralDimension'],\n '1030': ['DS', '1', 'PatientWeight'],\n '1040': ['LO', '1', 'PatientAddress'],\n '1050': ['LO', '1-n', 'InsurancePlanIdentification'],\n '1060': ['PN', '1', 'PatientMotherBirthName'],\n '1080': ['LO', '1', 'MilitaryRank'],\n '1081': ['LO', '1', 'BranchOfService'],\n '1090': ['LO', '1', 'MedicalRecordLocator'],\n '1100': ['SQ', '1', 'ReferencedPatientPhotoSequence'],\n '2000': ['LO', '1-n', 'MedicalAlerts'],\n '2110': ['LO', '1-n', 'Allergies'],\n '2150': ['LO', '1', 'CountryOfResidence'],\n '2152': ['LO', '1', 'RegionOfResidence'],\n '2154': ['SH', '1-n', 'PatientTelephoneNumbers'],\n '2155': ['LT', '1', 'PatientTelecomInformation'],\n '2160': ['SH', '1', 'EthnicGroup'],\n '2180': ['SH', '1', 'Occupation'],\n '21A0': ['CS', '1', 'SmokingStatus'],\n '21B0': ['LT', '1', 'AdditionalPatientHistory'],\n '21C0': ['US', '1', 'PregnancyStatus'],\n '21D0': ['DA', '1', 'LastMenstrualDate'],\n '21F0': ['LO', '1', 'PatientReligiousPreference'],\n '2201': ['LO', '1', 'PatientSpeciesDescription'],\n '2202': ['SQ', '1', 'PatientSpeciesCodeSequence'],\n '2203': ['CS', '1', 'PatientSexNeutered'],\n '2210': ['CS', '1', 'AnatomicalOrientationType'],\n '2292': ['LO', '1', 'PatientBreedDescription'],\n '2293': ['SQ', '1', 'PatientBreedCodeSequence'],\n '2294': ['SQ', '1', 'BreedRegistrationSequence'],\n '2295': ['LO', '1', 'BreedRegistrationNumber'],\n '2296': ['SQ', '1', 'BreedRegistryCodeSequence'],\n '2297': ['PN', '1', 'ResponsiblePerson'],\n '2298': ['CS', '1', 'ResponsiblePersonRole'],\n '2299': ['LO', '1', 'ResponsibleOrganization'],\n '4000': ['LT', '1', 'PatientComments'],\n '9431': ['FL', '1', 'ExaminedBodyThickness']\n },\n '0012': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['LO', '1', 'ClinicalTrialSponsorName'],\n '0020': ['LO', '1', 'ClinicalTrialProtocolID'],\n '0021': ['LO', '1', 'ClinicalTrialProtocolName'],\n '0030': ['LO', '1', 'ClinicalTrialSiteID'],\n '0031': ['LO', '1', 'ClinicalTrialSiteName'],\n '0040': ['LO', '1', 'ClinicalTrialSubjectID'],\n '0042': ['LO', '1', 'ClinicalTrialSubjectReadingID'],\n '0050': ['LO', '1', 'ClinicalTrialTimePointID'],\n '0051': ['ST', '1', 'ClinicalTrialTimePointDescription'],\n '0052': ['FD', '1', 'LongitudinalTemporalOffsetFromEvent'],\n '0053': ['CS', '1', 'LongitudinalTemporalEventType'],\n '0060': ['LO', '1', 'ClinicalTrialCoordinatingCenterName'],\n '0062': ['CS', '1', 'PatientIdentityRemoved'],\n '0063': ['LO', '1-n', 'DeidentificationMethod'],\n '0064': ['SQ', '1', 'DeidentificationMethodCodeSequence'],\n '0071': ['LO', '1', 'ClinicalTrialSeriesID'],\n '0072': ['LO', '1', 'ClinicalTrialSeriesDescription'],\n '0081': ['LO', '1', 'ClinicalTrialProtocolEthicsCommitteeName'],\n '0082': ['LO', '1', 'ClinicalTrialProtocolEthicsCommitteeApprovalNumber'],\n '0083': ['SQ', '1', 'ConsentForClinicalTrialUseSequence'],\n '0084': ['CS', '1', 'DistributionType'],\n '0085': ['CS', '1', 'ConsentForDistributionFlag'],\n '0086': ['DA', '1', 'EthicsCommitteeApprovalEffectivenessStartDate'],\n '0087': ['DA', '1', 'EthicsCommitteeApprovalEffectivenessEndDate']\n },\n '0014': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0023': ['ST', '1', 'CADFileFormat'],\n '0024': ['ST', '1', 'ComponentReferenceSystem'],\n '0025': ['ST', '1', 'ComponentManufacturingProcedure'],\n '0028': ['ST', '1', 'ComponentManufacturer'],\n '0030': ['DS', '1-n', 'MaterialThickness'],\n '0032': ['DS', '1-n', 'MaterialPipeDiameter'],\n '0034': ['DS', '1-n', 'MaterialIsolationDiameter'],\n '0042': ['ST', '1', 'MaterialGrade'],\n '0044': ['ST', '1', 'MaterialPropertiesDescription'],\n '0045': ['ST', '1', 'MaterialPropertiesFileFormatRetired'],\n '0046': ['LT', '1', 'MaterialNotes'],\n '0050': ['CS', '1', 'ComponentShape'],\n '0052': ['CS', '1', 'CurvatureType'],\n '0054': ['DS', '1', 'OuterDiameter'],\n '0056': ['DS', '1', 'InnerDiameter'],\n '0100': ['LO', '1-n', 'ComponentWelderIDs'],\n '0101': ['CS', '1', 'SecondaryApprovalStatus'],\n '0102': ['DA', '1', 'SecondaryReviewDate'],\n '0103': ['TM', '1', 'SecondaryReviewTime'],\n '0104': ['PN', '1', 'SecondaryReviewerName'],\n '0105': ['ST', '1', 'RepairID'],\n '0106': ['SQ', '1', 'MultipleComponentApprovalSequence'],\n '0107': ['CS', '1-n', 'OtherApprovalStatus'],\n '0108': ['CS', '1-n', 'OtherSecondaryApprovalStatus'],\n '1010': ['ST', '1', 'ActualEnvironmentalConditions'],\n '1020': ['DA', '1', 'ExpiryDate'],\n '1040': ['ST', '1', 'EnvironmentalConditions'],\n '2002': ['SQ', '1', 'EvaluatorSequence'],\n '2004': ['IS', '1', 'EvaluatorNumber'],\n '2006': ['PN', '1', 'EvaluatorName'],\n '2008': ['IS', '1', 'EvaluationAttempt'],\n '2012': ['SQ', '1', 'IndicationSequence'],\n '2014': ['IS', '1', 'IndicationNumber'],\n '2016': ['SH', '1', 'IndicationLabel'],\n '2018': ['ST', '1', 'IndicationDescription'],\n '201A': ['CS', '1-n', 'IndicationType'],\n '201C': ['CS', '1', 'IndicationDisposition'],\n '201E': ['SQ', '1', 'IndicationROISequence'],\n '2030': ['SQ', '1', 'IndicationPhysicalPropertySequence'],\n '2032': ['SH', '1', 'PropertyLabel'],\n '2202': ['IS', '1', 'CoordinateSystemNumberOfAxes'],\n '2204': ['SQ', '1', 'CoordinateSystemAxesSequence'],\n '2206': ['ST', '1', 'CoordinateSystemAxisDescription'],\n '2208': ['CS', '1', 'CoordinateSystemDataSetMapping'],\n '220A': ['IS', '1', 'CoordinateSystemAxisNumber'],\n '220C': ['CS', '1', 'CoordinateSystemAxisType'],\n '220E': ['CS', '1', 'CoordinateSystemAxisUnits'],\n '2210': ['OB', '1', 'CoordinateSystemAxisValues'],\n '2220': ['SQ', '1', 'CoordinateSystemTransformSequence'],\n '2222': ['ST', '1', 'TransformDescription'],\n '2224': ['IS', '1', 'TransformNumberOfAxes'],\n '2226': ['IS', '1-n', 'TransformOrderOfAxes'],\n '2228': ['CS', '1', 'TransformedAxisUnits'],\n '222A': ['DS', '1-n', 'CoordinateSystemTransformRotationAndScaleMatrix'],\n '222C': ['DS', '1-n', 'CoordinateSystemTransformTranslationMatrix'],\n '3011': ['DS', '1', 'InternalDetectorFrameTime'],\n '3012': ['DS', '1', 'NumberOfFramesIntegrated'],\n '3020': ['SQ', '1', 'DetectorTemperatureSequence'],\n '3022': ['ST', '1', 'SensorName'],\n '3024': ['DS', '1', 'HorizontalOffsetOfSensor'],\n '3026': ['DS', '1', 'VerticalOffsetOfSensor'],\n '3028': ['DS', '1', 'SensorTemperature'],\n '3040': ['SQ', '1', 'DarkCurrentSequence'],\n '3050': ['ox', '1', 'DarkCurrentCounts'],\n '3060': ['SQ', '1', 'GainCorrectionReferenceSequence'],\n '3070': ['ox', '1', 'AirCounts'],\n '3071': ['DS', '1', 'KVUsedInGainCalibration'],\n '3072': ['DS', '1', 'MAUsedInGainCalibration'],\n '3073': ['DS', '1', 'NumberOfFramesUsedForIntegration'],\n '3074': ['LO', '1', 'FilterMaterialUsedInGainCalibration'],\n '3075': ['DS', '1', 'FilterThicknessUsedInGainCalibration'],\n '3076': ['DA', '1', 'DateOfGainCalibration'],\n '3077': ['TM', '1', 'TimeOfGainCalibration'],\n '3080': ['OB', '1', 'BadPixelImage'],\n '3099': ['LT', '1', 'CalibrationNotes'],\n '3100': ['LT', '1', 'LinearityCorrectionTechnique'],\n '3101': ['LT', '1', 'BeamHardeningCorrectionTechnique'],\n '4002': ['SQ', '1', 'PulserEquipmentSequence'],\n '4004': ['CS', '1', 'PulserType'],\n '4006': ['LT', '1', 'PulserNotes'],\n '4008': ['SQ', '1', 'ReceiverEquipmentSequence'],\n '400A': ['CS', '1', 'AmplifierType'],\n '400C': ['LT', '1', 'ReceiverNotes'],\n '400E': ['SQ', '1', 'PreAmplifierEquipmentSequence'],\n '400F': ['LT', '1', 'PreAmplifierNotes'],\n '4010': ['SQ', '1', 'TransmitTransducerSequence'],\n '4011': ['SQ', '1', 'ReceiveTransducerSequence'],\n '4012': ['US', '1', 'NumberOfElements'],\n '4013': ['CS', '1', 'ElementShape'],\n '4014': ['DS', '1', 'ElementDimensionA'],\n '4015': ['DS', '1', 'ElementDimensionB'],\n '4016': ['DS', '1', 'ElementPitchA'],\n '4017': ['DS', '1', 'MeasuredBeamDimensionA'],\n '4018': ['DS', '1', 'MeasuredBeamDimensionB'],\n '4019': ['DS', '1', 'LocationOfMeasuredBeamDiameter'],\n '401A': ['DS', '1', 'NominalFrequency'],\n '401B': ['DS', '1', 'MeasuredCenterFrequency'],\n '401C': ['DS', '1', 'MeasuredBandwidth'],\n '401D': ['DS', '1', 'ElementPitchB'],\n '4020': ['SQ', '1', 'PulserSettingsSequence'],\n '4022': ['DS', '1', 'PulseWidth'],\n '4024': ['DS', '1', 'ExcitationFrequency'],\n '4026': ['CS', '1', 'ModulationType'],\n '4028': ['DS', '1', 'Damping'],\n '4030': ['SQ', '1', 'ReceiverSettingsSequence'],\n '4031': ['DS', '1', 'AcquiredSoundpathLength'],\n '4032': ['CS', '1', 'AcquisitionCompressionType'],\n '4033': ['IS', '1', 'AcquisitionSampleSize'],\n '4034': ['DS', '1', 'RectifierSmoothing'],\n '4035': ['SQ', '1', 'DACSequence'],\n '4036': ['CS', '1', 'DACType'],\n '4038': ['DS', '1-n', 'DACGainPoints'],\n '403A': ['DS', '1-n', 'DACTimePoints'],\n '403C': ['DS', '1-n', 'DACAmplitude'],\n '4040': ['SQ', '1', 'PreAmplifierSettingsSequence'],\n '4050': ['SQ', '1', 'TransmitTransducerSettingsSequence'],\n '4051': ['SQ', '1', 'ReceiveTransducerSettingsSequence'],\n '4052': ['DS', '1', 'IncidentAngle'],\n '4054': ['ST', '1', 'CouplingTechnique'],\n '4056': ['ST', '1', 'CouplingMedium'],\n '4057': ['DS', '1', 'CouplingVelocity'],\n '4058': ['DS', '1', 'ProbeCenterLocationX'],\n '4059': ['DS', '1', 'ProbeCenterLocationZ'],\n '405A': ['DS', '1', 'SoundPathLength'],\n '405C': ['ST', '1', 'DelayLawIdentifier'],\n '4060': ['SQ', '1', 'GateSettingsSequence'],\n '4062': ['DS', '1', 'GateThreshold'],\n '4064': ['DS', '1', 'VelocityOfSound'],\n '4070': ['SQ', '1', 'CalibrationSettingsSequence'],\n '4072': ['ST', '1', 'CalibrationProcedure'],\n '4074': ['SH', '1', 'ProcedureVersion'],\n '4076': ['DA', '1', 'ProcedureCreationDate'],\n '4078': ['DA', '1', 'ProcedureExpirationDate'],\n '407A': ['DA', '1', 'ProcedureLastModifiedDate'],\n '407C': ['TM', '1-n', 'CalibrationTime'],\n '407E': ['DA', '1-n', 'CalibrationDate'],\n '4080': ['SQ', '1', 'ProbeDriveEquipmentSequence'],\n '4081': ['CS', '1', 'DriveType'],\n '4082': ['LT', '1', 'ProbeDriveNotes'],\n '4083': ['SQ', '1', 'DriveProbeSequence'],\n '4084': ['DS', '1', 'ProbeInductance'],\n '4085': ['DS', '1', 'ProbeResistance'],\n '4086': ['SQ', '1', 'ReceiveProbeSequence'],\n '4087': ['SQ', '1', 'ProbeDriveSettingsSequence'],\n '4088': ['DS', '1', 'BridgeResistors'],\n '4089': ['DS', '1', 'ProbeOrientationAngle'],\n '408B': ['DS', '1', 'UserSelectedGainY'],\n '408C': ['DS', '1', 'UserSelectedPhase'],\n '408D': ['DS', '1', 'UserSelectedOffsetX'],\n '408E': ['DS', '1', 'UserSelectedOffsetY'],\n '4091': ['SQ', '1', 'ChannelSettingsSequence'],\n '4092': ['DS', '1', 'ChannelThreshold'],\n '409A': ['SQ', '1', 'ScannerSettingsSequence'],\n '409B': ['ST', '1', 'ScanProcedure'],\n '409C': ['DS', '1', 'TranslationRateX'],\n '409D': ['DS', '1', 'TranslationRateY'],\n '409F': ['DS', '1', 'ChannelOverlap'],\n '40A0': ['LO', '1-n', 'ImageQualityIndicatorType'],\n '40A1': ['LO', '1-n', 'ImageQualityIndicatorMaterial'],\n '40A2': ['LO', '1-n', 'ImageQualityIndicatorSize'],\n '5002': ['IS', '1', 'LINACEnergy'],\n '5004': ['IS', '1', 'LINACOutput'],\n '5100': ['US', '1', 'ActiveAperture'],\n '5101': ['DS', '1', 'TotalAperture'],\n '5102': ['DS', '1', 'ApertureElevation'],\n '5103': ['DS', '1', 'MainLobeAngle'],\n '5104': ['DS', '1', 'MainRoofAngle'],\n '5105': ['CS', '1', 'ConnectorType'],\n '5106': ['SH', '1', 'WedgeModelNumber'],\n '5107': ['DS', '1', 'WedgeAngleFloat'],\n '5108': ['DS', '1', 'WedgeRoofAngle'],\n '5109': ['CS', '1', 'WedgeElement1Position'],\n '510A': ['DS', '1', 'WedgeMaterialVelocity'],\n '510B': ['SH', '1', 'WedgeMaterial'],\n '510C': ['DS', '1', 'WedgeOffsetZ'],\n '510D': ['DS', '1', 'WedgeOriginOffsetX'],\n '510E': ['DS', '1', 'WedgeTimeDelay'],\n '510F': ['SH', '1', 'WedgeName'],\n '5110': ['SH', '1', 'WedgeManufacturerName'],\n '5111': ['LO', '1', 'WedgeDescription'],\n '5112': ['DS', '1', 'NominalBeamAngle'],\n '5113': ['DS', '1', 'WedgeOffsetX'],\n '5114': ['DS', '1', 'WedgeOffsetY'],\n '5115': ['DS', '1', 'WedgeTotalLength'],\n '5116': ['DS', '1', 'WedgeInContactLength'],\n '5117': ['DS', '1', 'WedgeFrontGap'],\n '5118': ['DS', '1', 'WedgeTotalHeight'],\n '5119': ['DS', '1', 'WedgeFrontHeight'],\n '511A': ['DS', '1', 'WedgeRearHeight'],\n '511B': ['DS', '1', 'WedgeTotalWidth'],\n '511C': ['DS', '1', 'WedgeInContactWidth'],\n '511D': ['DS', '1', 'WedgeChamferHeight'],\n '511E': ['CS', '1', 'WedgeCurve'],\n '511F': ['DS', '1', 'RadiusAlongWedge']\n },\n '0016': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['DS', '1', 'WhitePoint'],\n '0002': ['DS', '3', 'PrimaryChromaticities'],\n '0003': ['UT', '1', 'BatteryLevel'],\n '0004': ['DS', '1', 'ExposureTimeInSeconds'],\n '0005': ['DS', '1', 'FNumber'],\n '0006': ['IS', '1', 'OECFRows'],\n '0007': ['IS', '1', 'OECFColumns'],\n '0008': ['UC', '1-n', 'OECFColumnNames'],\n '0009': ['DS', '1-n', 'OECFValues'],\n '000A': ['IS', '1', 'SpatialFrequencyResponseRows'],\n '000B': ['IS', '1', 'SpatialFrequencyResponseColumns'],\n '000C': ['UC', '1-n', 'SpatialFrequencyResponseColumnNames'],\n '000D': ['DS', '1-n', 'SpatialFrequencyResponseValues'],\n '000E': ['IS', '1', 'ColorFilterArrayPatternRows'],\n '000F': ['IS', '1', 'ColorFilterArrayPatternColumns'],\n '0010': ['DS', '1-n', 'ColorFilterArrayPatternValues'],\n '0011': ['US', '1', 'FlashFiringStatus'],\n '0012': ['US', '1', 'FlashReturnStatus'],\n '0013': ['US', '1', 'FlashMode'],\n '0014': ['US', '1', 'FlashFunctionPresent'],\n '0015': ['US', '1', 'FlashRedEyeMode'],\n '0016': ['US', '1', 'ExposureProgram'],\n '0017': ['UT', '1', 'SpectralSensitivity'],\n '0018': ['IS', '1', 'PhotographicSensitivity'],\n '0019': ['IS', '1', 'SelfTimerMode'],\n '001A': ['US', '1', 'SensitivityType'],\n '001B': ['IS', '1', 'StandardOutputSensitivity'],\n '001C': ['IS', '1', 'RecommendedExposureIndex'],\n '001D': ['IS', '1', 'ISOSpeed'],\n '001E': ['IS', '1', 'ISOSpeedLatitudeyyy'],\n '001F': ['IS', '1', 'ISOSpeedLatitudezzz'],\n '0020': ['UT', '1', 'EXIFVersion'],\n '0021': ['DS', '1', 'ShutterSpeedValue'],\n '0022': ['DS', '1', 'ApertureValue'],\n '0023': ['DS', '1', 'BrightnessValue'],\n '0024': ['DS', '1', 'ExposureBiasValue'],\n '0025': ['DS', '1', 'MaxApertureValue'],\n '0026': ['DS', '1', 'SubjectDistance'],\n '0027': ['US', '1', 'MeteringMode'],\n '0028': ['US', '1', 'LightSource'],\n '0029': ['DS', '1', 'FocalLength'],\n '002A': ['IS', '2-4', 'SubjectArea'],\n '002B': ['OB', '1', 'MakerNote'],\n '0030': ['DS', '1', 'Temperature'],\n '0031': ['DS', '1', 'Humidity'],\n '0032': ['DS', '1', 'Pressure'],\n '0033': ['DS', '1', 'WaterDepth'],\n '0034': ['DS', '1', 'Acceleration'],\n '0035': ['DS', '1', 'CameraElevationAngle'],\n '0036': ['DS', '1-2', 'FlashEnergy'],\n '0037': ['IS', '2', 'SubjectLocation'],\n '0038': ['DS', '1', 'PhotographicExposureIndex'],\n '0039': ['US', '1', 'SensingMethod'],\n '003A': ['US', '1', 'FileSource'],\n '003B': ['US', '1', 'SceneType'],\n '0041': ['US', '1', 'CustomRendered'],\n '0042': ['US', '1', 'ExposureMode'],\n '0043': ['US', '1', 'WhiteBalance'],\n '0044': ['DS', '1', 'DigitalZoomRatio'],\n '0045': ['IS', '1', 'FocalLengthIn35mmFilm'],\n '0046': ['US', '1', 'SceneCaptureType'],\n '0047': ['US', '1', 'GainControl'],\n '0048': ['US', '1', 'Contrast'],\n '0049': ['US', '1', 'Saturation'],\n '004A': ['US', '1', 'Sharpness'],\n '004B': ['OB', '1', 'DeviceSettingDescription'],\n '004C': ['US', '1', 'SubjectDistanceRange'],\n '004D': ['UT', '1', 'CameraOwnerName'],\n '004E': ['DS', '4', 'LensSpecification'],\n '004F': ['UT', '1', 'LensMake'],\n '0050': ['UT', '1', 'LensModel'],\n '0051': ['UT', '1', 'LensSerialNumber'],\n '0061': ['CS', '1', 'InteroperabilityIndex'],\n '0062': ['OB', '1', 'InteroperabilityVersion'],\n '0070': ['OB', '1', 'GPSVersionID'],\n '0071': ['CS', '1', 'GPSLatitudeRef'],\n '0072': ['DS', '3', 'GPSLatitude'],\n '0073': ['CS', '1', 'GPSLongitudeRef'],\n '0074': ['DS', '3', 'GPSLongitude'],\n '0075': ['US', '1', 'GPSAltitudeRef'],\n '0076': ['DS', '1', 'GPSAltitude'],\n '0077': ['DT', '1', 'GPSTimeStamp'],\n '0078': ['UT', '1', 'GPSSatellites'],\n '0079': ['CS', '1', 'GPSStatus'],\n '007A': ['CS', '1', 'GPSMeasureMode'],\n '007B': ['DS', '1', 'GPSDOP'],\n '007C': ['CS', '1', 'GPSSpeedRef'],\n '007D': ['DS', '1', 'GPSSpeed'],\n '007E': ['CS', '1', 'GPSTrackRef'],\n '007F': ['DS', '1', 'GPSTrack'],\n '0080': ['CS', '1', 'GPSImgDirectionRef'],\n '0081': ['DS', '1', 'GPSImgDirection'],\n '0082': ['UT', '1', 'GPSMapDatum'],\n '0083': ['CS', '1', 'GPSDestLatitudeRef'],\n '0084': ['DS', '3', 'GPSDestLatitude'],\n '0085': ['CS', '1', 'GPSDestLongitudeRef'],\n '0086': ['DS', '3', 'GPSDestLongitude'],\n '0087': ['CS', '1', 'GPSDestBearingRef'],\n '0088': ['DS', '1', 'GPSDestBearing'],\n '0089': ['CS', '1', 'GPSDestDistanceRef'],\n '008A': ['DS', '1', 'GPSDestDistance'],\n '008B': ['OB', '1', 'GPSProcessingMethod'],\n '008C': ['OB', '1', 'GPSAreaInformation'],\n '008D': ['DT', '1', 'GPSDateStamp'],\n '008E': ['IS', '1', 'GPSDifferential'],\n '1001': ['CS', '1', 'LightSourcePolarization'],\n '1002': ['DS', '1', 'EmitterColorTemperature'],\n '1003': ['CS', '1', 'ContactMethod'],\n '1004': ['CS', '1-n', 'ImmersionMedia'],\n '1005': ['DS', '1', 'OpticalMagnificationFactor']\n },\n '0018': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['LO', '1', 'ContrastBolusAgent'],\n '0012': ['SQ', '1', 'ContrastBolusAgentSequence'],\n '0013': ['FL', '1', 'ContrastBolusT1Relaxivity'],\n '0014': ['SQ', '1', 'ContrastBolusAdministrationRouteSequence'],\n '0015': ['CS', '1', 'BodyPartExamined'],\n '0020': ['CS', '1-n', 'ScanningSequence'],\n '0021': ['CS', '1-n', 'SequenceVariant'],\n '0022': ['CS', '1-n', 'ScanOptions'],\n '0023': ['CS', '1', 'MRAcquisitionType'],\n '0024': ['SH', '1', 'SequenceName'],\n '0025': ['CS', '1', 'AngioFlag'],\n '0026': ['SQ', '1', 'InterventionDrugInformationSequence'],\n '0027': ['TM', '1', 'InterventionDrugStopTime'],\n '0028': ['DS', '1', 'InterventionDrugDose'],\n '0029': ['SQ', '1', 'InterventionDrugCodeSequence'],\n '002A': ['SQ', '1', 'AdditionalDrugSequence'],\n '0030': ['LO', '1-n', 'Radionuclide'],\n '0031': ['LO', '1', 'Radiopharmaceutical'],\n '0032': ['DS', '1', 'EnergyWindowCenterline'],\n '0033': ['DS', '1-n', 'EnergyWindowTotalWidth'],\n '0034': ['LO', '1', 'InterventionDrugName'],\n '0035': ['TM', '1', 'InterventionDrugStartTime'],\n '0036': ['SQ', '1', 'InterventionSequence'],\n '0037': ['CS', '1', 'TherapyType'],\n '0038': ['CS', '1', 'InterventionStatus'],\n '0039': ['CS', '1', 'TherapyDescription'],\n '003A': ['ST', '1', 'InterventionDescription'],\n '0040': ['IS', '1', 'CineRate'],\n '0042': ['CS', '1', 'InitialCineRunState'],\n '0050': ['DS', '1', 'SliceThickness'],\n '0060': ['DS', '1', 'KVP'],\n '0061': ['DS', '1', ''],\n '0070': ['IS', '1', 'CountsAccumulated'],\n '0071': ['CS', '1', 'AcquisitionTerminationCondition'],\n '0072': ['DS', '1', 'EffectiveDuration'],\n '0073': ['CS', '1', 'AcquisitionStartCondition'],\n '0074': ['IS', '1', 'AcquisitionStartConditionData'],\n '0075': ['IS', '1', 'AcquisitionTerminationConditionData'],\n '0080': ['DS', '1', 'RepetitionTime'],\n '0081': ['DS', '1', 'EchoTime'],\n '0082': ['DS', '1', 'InversionTime'],\n '0083': ['DS', '1', 'NumberOfAverages'],\n '0084': ['DS', '1', 'ImagingFrequency'],\n '0085': ['SH', '1', 'ImagedNucleus'],\n '0086': ['IS', '1-n', 'EchoNumbers'],\n '0087': ['DS', '1', 'MagneticFieldStrength'],\n '0088': ['DS', '1', 'SpacingBetweenSlices'],\n '0089': ['IS', '1', 'NumberOfPhaseEncodingSteps'],\n '0090': ['DS', '1', 'DataCollectionDiameter'],\n '0091': ['IS', '1', 'EchoTrainLength'],\n '0093': ['DS', '1', 'PercentSampling'],\n '0094': ['DS', '1', 'PercentPhaseFieldOfView'],\n '0095': ['DS', '1', 'PixelBandwidth'],\n '1000': ['LO', '1', 'DeviceSerialNumber'],\n '1002': ['UI', '1', 'DeviceUID'],\n '1003': ['LO', '1', 'DeviceID'],\n '1004': ['LO', '1', 'PlateID'],\n '1005': ['LO', '1', 'GeneratorID'],\n '1006': ['LO', '1', 'GridID'],\n '1007': ['LO', '1', 'CassetteID'],\n '1008': ['LO', '1', 'GantryID'],\n '1009': ['UT', '1', 'UniqueDeviceIdentifier'],\n '100A': ['SQ', '1', 'UDISequence'],\n '100B': ['UI', '1-n', 'ManufacturerDeviceClassUID'],\n '1010': ['LO', '1', 'SecondaryCaptureDeviceID'],\n '1011': ['LO', '1', 'HardcopyCreationDeviceID'],\n '1012': ['DA', '1', 'DateOfSecondaryCapture'],\n '1014': ['TM', '1', 'TimeOfSecondaryCapture'],\n '1016': ['LO', '1', 'SecondaryCaptureDeviceManufacturer'],\n '1017': ['LO', '1', 'HardcopyDeviceManufacturer'],\n '1018': ['LO', '1', 'SecondaryCaptureDeviceManufacturerModelName'],\n '1019': ['LO', '1-n', 'SecondaryCaptureDeviceSoftwareVersions'],\n '101A': ['LO', '1-n', 'HardcopyDeviceSoftwareVersion'],\n '101B': ['LO', '1', 'HardcopyDeviceManufacturerModelName'],\n '1020': ['LO', '1-n', 'SoftwareVersions'],\n '1022': ['SH', '1', 'VideoImageFormatAcquired'],\n '1023': ['LO', '1', 'DigitalImageFormatAcquired'],\n '1030': ['LO', '1', 'ProtocolName'],\n '1040': ['LO', '1', 'ContrastBolusRoute'],\n '1041': ['DS', '1', 'ContrastBolusVolume'],\n '1042': ['TM', '1', 'ContrastBolusStartTime'],\n '1043': ['TM', '1', 'ContrastBolusStopTime'],\n '1044': ['DS', '1', 'ContrastBolusTotalDose'],\n '1045': ['IS', '1', 'SyringeCounts'],\n '1046': ['DS', '1-n', 'ContrastFlowRate'],\n '1047': ['DS', '1-n', 'ContrastFlowDuration'],\n '1048': ['CS', '1', 'ContrastBolusIngredient'],\n '1049': ['DS', '1', 'ContrastBolusIngredientConcentration'],\n '1050': ['DS', '1', 'SpatialResolution'],\n '1060': ['DS', '1', 'TriggerTime'],\n '1061': ['LO', '1', 'TriggerSourceOrType'],\n '1062': ['IS', '1', 'NominalInterval'],\n '1063': ['DS', '1', 'FrameTime'],\n '1064': ['LO', '1', 'CardiacFramingType'],\n '1065': ['DS', '1-n', 'FrameTimeVector'],\n '1066': ['DS', '1', 'FrameDelay'],\n '1067': ['DS', '1', 'ImageTriggerDelay'],\n '1068': ['DS', '1', 'MultiplexGroupTimeOffset'],\n '1069': ['DS', '1', 'TriggerTimeOffset'],\n '106A': ['CS', '1', 'SynchronizationTrigger'],\n '106C': ['US', '2', 'SynchronizationChannel'],\n '106E': ['UL', '1', 'TriggerSamplePosition'],\n '1070': ['LO', '1', 'RadiopharmaceuticalRoute'],\n '1071': ['DS', '1', 'RadiopharmaceuticalVolume'],\n '1072': ['TM', '1', 'RadiopharmaceuticalStartTime'],\n '1073': ['TM', '1', 'RadiopharmaceuticalStopTime'],\n '1074': ['DS', '1', 'RadionuclideTotalDose'],\n '1075': ['DS', '1', 'RadionuclideHalfLife'],\n '1076': ['DS', '1', 'RadionuclidePositronFraction'],\n '1077': ['DS', '1', 'RadiopharmaceuticalSpecificActivity'],\n '1078': ['DT', '1', 'RadiopharmaceuticalStartDateTime'],\n '1079': ['DT', '1', 'RadiopharmaceuticalStopDateTime'],\n '1080': ['CS', '1', 'BeatRejectionFlag'],\n '1081': ['IS', '1', 'LowRRValue'],\n '1082': ['IS', '1', 'HighRRValue'],\n '1083': ['IS', '1', 'IntervalsAcquired'],\n '1084': ['IS', '1', 'IntervalsRejected'],\n '1085': ['LO', '1', 'PVCRejection'],\n '1086': ['IS', '1', 'SkipBeats'],\n '1088': ['IS', '1', 'HeartRate'],\n '1090': ['IS', '1', 'CardiacNumberOfImages'],\n '1094': ['IS', '1', 'TriggerWindow'],\n '1100': ['DS', '1', 'ReconstructionDiameter'],\n '1110': ['DS', '1', 'DistanceSourceToDetector'],\n '1111': ['DS', '1', 'DistanceSourceToPatient'],\n '1114': ['DS', '1', 'EstimatedRadiographicMagnificationFactor'],\n '1120': ['DS', '1', 'GantryDetectorTilt'],\n '1121': ['DS', '1', 'GantryDetectorSlew'],\n '1130': ['DS', '1', 'TableHeight'],\n '1131': ['DS', '1', 'TableTraverse'],\n '1134': ['CS', '1', 'TableMotion'],\n '1135': ['DS', '1-n', 'TableVerticalIncrement'],\n '1136': ['DS', '1-n', 'TableLateralIncrement'],\n '1137': ['DS', '1-n', 'TableLongitudinalIncrement'],\n '1138': ['DS', '1', 'TableAngle'],\n '113A': ['CS', '1', 'TableType'],\n '1140': ['CS', '1', 'RotationDirection'],\n '1141': ['DS', '1', 'AngularPosition'],\n '1142': ['DS', '1-n', 'RadialPosition'],\n '1143': ['DS', '1', 'ScanArc'],\n '1144': ['DS', '1', 'AngularStep'],\n '1145': ['DS', '1', 'CenterOfRotationOffset'],\n '1146': ['DS', '1-n', 'RotationOffset'],\n '1147': ['CS', '1', 'FieldOfViewShape'],\n '1149': ['IS', '1-2', 'FieldOfViewDimensions'],\n '1150': ['IS', '1', 'ExposureTime'],\n '1151': ['IS', '1', 'XRayTubeCurrent'],\n '1152': ['IS', '1', 'Exposure'],\n '1153': ['IS', '1', 'ExposureInuAs'],\n '1154': ['DS', '1', 'AveragePulseWidth'],\n '1155': ['CS', '1', 'RadiationSetting'],\n '1156': ['CS', '1', 'RectificationType'],\n '115A': ['CS', '1', 'RadiationMode'],\n '115E': ['DS', '1', 'ImageAndFluoroscopyAreaDoseProduct'],\n '1160': ['SH', '1', 'FilterType'],\n '1161': ['LO', '1-n', 'TypeOfFilters'],\n '1162': ['DS', '1', 'IntensifierSize'],\n '1164': ['DS', '2', 'ImagerPixelSpacing'],\n '1166': ['CS', '1-n', 'Grid'],\n '1170': ['IS', '1', 'GeneratorPower'],\n '1180': ['SH', '1', 'CollimatorGridName'],\n '1181': ['CS', '1', 'CollimatorType'],\n '1182': ['IS', '1-2', 'FocalDistance'],\n '1183': ['DS', '1-2', 'XFocusCenter'],\n '1184': ['DS', '1-2', 'YFocusCenter'],\n '1190': ['DS', '1-n', 'FocalSpots'],\n '1191': ['CS', '1', 'AnodeTargetMaterial'],\n '11A0': ['DS', '1', 'BodyPartThickness'],\n '11A2': ['DS', '1', 'CompressionForce'],\n '11A3': ['DS', '1', 'CompressionPressure'],\n '11A4': ['LO', '1', 'PaddleDescription'],\n '11A5': ['DS', '1', 'CompressionContactArea'],\n '11B0': ['LO', '1', 'AcquisitionMode'],\n '11B1': ['LO', '1', 'DoseModeName'],\n '11B2': ['CS', '1', 'AcquiredSubtractionMaskFlag'],\n '11B3': ['CS', '1', 'FluoroscopyPersistenceFlag'],\n '11B4': ['CS', '1', 'FluoroscopyLastImageHoldPersistenceFlag'],\n '11B5': ['IS', '1', 'UpperLimitNumberOfPersistentFluoroscopyFrames'],\n '11B6': ['CS', '1', 'ContrastBolusAutoInjectionTriggerFlag'],\n '11B7': ['FD', '1', 'ContrastBolusInjectionDelay'],\n '11B8': ['SQ', '1', 'XAAcquisitionPhaseDetailsSequence'],\n '11B9': ['FD', '1', 'XAAcquisitionFrameRate'],\n '11BA': ['SQ', '1', 'XAPlaneDetailsSequence'],\n '11BB': ['LO', '1', 'AcquisitionFieldOfViewLabel'],\n '11BC': ['SQ', '1', 'XRayFilterDetailsSequence'],\n '11BD': ['FD', '1', 'XAAcquisitionDuration'],\n '11BE': ['CS', '1', 'ReconstructionPipelineType'],\n '11BF': ['SQ', '1', 'ImageFilterDetailsSequence'],\n '11C0': ['CS', '1', 'AppliedMaskSubtractionFlag'],\n '11C1': ['SQ', '1', 'RequestedSeriesDescriptionCodeSequence'],\n '1200': ['DA', '1-n', 'DateOfLastCalibration'],\n '1201': ['TM', '1-n', 'TimeOfLastCalibration'],\n '1202': ['DT', '1', 'DateTimeOfLastCalibration'],\n '1203': ['DT', '1', 'CalibrationDateTime'],\n '1210': ['SH', '1-n', 'ConvolutionKernel'],\n '1240': ['IS', '1-n', 'UpperLowerPixelValues'],\n '1242': ['IS', '1', 'ActualFrameDuration'],\n '1243': ['IS', '1', 'CountRate'],\n '1244': ['US', '1', 'PreferredPlaybackSequencing'],\n '1250': ['SH', '1', 'ReceiveCoilName'],\n '1251': ['SH', '1', 'TransmitCoilName'],\n '1260': ['SH', '1', 'PlateType'],\n '1261': ['LO', '1', 'PhosphorType'],\n '1271': ['FD', '1', 'WaterEquivalentDiameter'],\n '1272': ['SQ', '1', 'WaterEquivalentDiameterCalculationMethodCodeSequence'],\n '1300': ['DS', '1', 'ScanVelocity'],\n '1301': ['CS', '1-n', 'WholeBodyTechnique'],\n '1302': ['IS', '1', 'ScanLength'],\n '1310': ['US', '4', 'AcquisitionMatrix'],\n '1312': ['CS', '1', 'InPlanePhaseEncodingDirection'],\n '1314': ['DS', '1', 'FlipAngle'],\n '1315': ['CS', '1', 'VariableFlipAngleFlag'],\n '1316': ['DS', '1', 'SAR'],\n '1318': ['DS', '1', 'dBdt'],\n '1320': ['FL', '1', 'B1rms'],\n '1400': ['LO', '1', 'AcquisitionDeviceProcessingDescription'],\n '1401': ['LO', '1', 'AcquisitionDeviceProcessingCode'],\n '1402': ['CS', '1', 'CassetteOrientation'],\n '1403': ['CS', '1', 'CassetteSize'],\n '1404': ['US', '1', 'ExposuresOnPlate'],\n '1405': ['IS', '1', 'RelativeXRayExposure'],\n '1411': ['DS', '1', 'ExposureIndex'],\n '1412': ['DS', '1', 'TargetExposureIndex'],\n '1413': ['DS', '1', 'DeviationIndex'],\n '1450': ['DS', '1', 'ColumnAngulation'],\n '1460': ['DS', '1', 'TomoLayerHeight'],\n '1470': ['DS', '1', 'TomoAngle'],\n '1480': ['DS', '1', 'TomoTime'],\n '1490': ['CS', '1', 'TomoType'],\n '1491': ['CS', '1', 'TomoClass'],\n '1495': ['IS', '1', 'NumberOfTomosynthesisSourceImages'],\n '1500': ['CS', '1', 'PositionerMotion'],\n '1508': ['CS', '1', 'PositionerType'],\n '1510': ['DS', '1', 'PositionerPrimaryAngle'],\n '1511': ['DS', '1', 'PositionerSecondaryAngle'],\n '1520': ['DS', '1-n', 'PositionerPrimaryAngleIncrement'],\n '1521': ['DS', '1-n', 'PositionerSecondaryAngleIncrement'],\n '1530': ['DS', '1', 'DetectorPrimaryAngle'],\n '1531': ['DS', '1', 'DetectorSecondaryAngle'],\n '1600': ['CS', '1-3', 'ShutterShape'],\n '1602': ['IS', '1', 'ShutterLeftVerticalEdge'],\n '1604': ['IS', '1', 'ShutterRightVerticalEdge'],\n '1606': ['IS', '1', 'ShutterUpperHorizontalEdge'],\n '1608': ['IS', '1', 'ShutterLowerHorizontalEdge'],\n '1610': ['IS', '2', 'CenterOfCircularShutter'],\n '1612': ['IS', '1', 'RadiusOfCircularShutter'],\n '1620': ['IS', '2-2n', 'VerticesOfThePolygonalShutter'],\n '1622': ['US', '1', 'ShutterPresentationValue'],\n '1623': ['US', '1', 'ShutterOverlayGroup'],\n '1624': ['US', '3', 'ShutterPresentationColorCIELabValue'],\n '1630': ['CS', '1', 'OutlineShapeType'],\n '1631': ['FD', '1', 'OutlineLeftVerticalEdge'],\n '1632': ['FD', '1', 'OutlineRightVerticalEdge'],\n '1633': ['FD', '1', 'OutlineUpperHorizontalEdge'],\n '1634': ['FD', '1', 'OutlineLowerHorizontalEdge'],\n '1635': ['FD', '2', 'CenterOfCircularOutline'],\n '1636': ['FD', '1', 'DiameterOfCircularOutline'],\n '1637': ['UL', '1', 'NumberOfPolygonalVertices'],\n '1638': ['OF', '1', 'VerticesOfThePolygonalOutline'],\n '1700': ['CS', '1-3', 'CollimatorShape'],\n '1702': ['IS', '1', 'CollimatorLeftVerticalEdge'],\n '1704': ['IS', '1', 'CollimatorRightVerticalEdge'],\n '1706': ['IS', '1', 'CollimatorUpperHorizontalEdge'],\n '1708': ['IS', '1', 'CollimatorLowerHorizontalEdge'],\n '1710': ['IS', '2', 'CenterOfCircularCollimator'],\n '1712': ['IS', '1', 'RadiusOfCircularCollimator'],\n '1720': ['IS', '2-2n', 'VerticesOfThePolygonalCollimator'],\n '1800': ['CS', '1', 'AcquisitionTimeSynchronized'],\n '1801': ['SH', '1', 'TimeSource'],\n '1802': ['CS', '1', 'TimeDistributionProtocol'],\n '1803': ['LO', '1', 'NTPSourceAddress'],\n '2001': ['IS', '1-n', 'PageNumberVector'],\n '2002': ['SH', '1-n', 'FrameLabelVector'],\n '2003': ['DS', '1-n', 'FramePrimaryAngleVector'],\n '2004': ['DS', '1-n', 'FrameSecondaryAngleVector'],\n '2005': ['DS', '1-n', 'SliceLocationVector'],\n '2006': ['SH', '1-n', 'DisplayWindowLabelVector'],\n '2010': ['DS', '2', 'NominalScannedPixelSpacing'],\n '2020': ['CS', '1', 'DigitizingDeviceTransportDirection'],\n '2030': ['DS', '1', 'RotationOfScannedFilm'],\n '2041': ['SQ', '1', 'BiopsyTargetSequence'],\n '2042': ['UI', '1', 'TargetUID'],\n '2043': ['FL', '2', 'LocalizingCursorPosition'],\n '2044': ['FL', '3', 'CalculatedTargetPosition'],\n '2045': ['SH', '1', 'TargetLabel'],\n '2046': ['FL', '1', 'DisplayedZValue'],\n '3100': ['CS', '1', 'IVUSAcquisition'],\n '3101': ['DS', '1', 'IVUSPullbackRate'],\n '3102': ['DS', '1', 'IVUSGatedRate'],\n '3103': ['IS', '1', 'IVUSPullbackStartFrameNumber'],\n '3104': ['IS', '1', 'IVUSPullbackStopFrameNumber'],\n '3105': ['IS', '1-n', 'LesionNumber'],\n '4000': ['LT', '1', 'AcquisitionComments'],\n '5000': ['SH', '1-n', 'OutputPower'],\n '5010': ['LO', '1-n', 'TransducerData'],\n '5011': ['SQ', '1', 'TransducerIdentificationSequence'],\n '5012': ['DS', '1', 'FocusDepth'],\n '5020': ['LO', '1', 'ProcessingFunction'],\n '5021': ['LO', '1', 'PostprocessingFunction'],\n '5022': ['DS', '1', 'MechanicalIndex'],\n '5024': ['DS', '1', 'BoneThermalIndex'],\n '5026': ['DS', '1', 'CranialThermalIndex'],\n '5027': ['DS', '1', 'SoftTissueThermalIndex'],\n '5028': ['DS', '1', 'SoftTissueFocusThermalIndex'],\n '5029': ['DS', '1', 'SoftTissueSurfaceThermalIndex'],\n '5030': ['DS', '1', 'DynamicRange'],\n '5040': ['DS', '1', 'TotalGain'],\n '5050': ['IS', '1', 'DepthOfScanField'],\n '5100': ['CS', '1', 'PatientPosition'],\n '5101': ['CS', '1', 'ViewPosition'],\n '5104': ['SQ', '1', 'ProjectionEponymousNameCodeSequence'],\n '5210': ['DS', '6', 'ImageTransformationMatrix'],\n '5212': ['DS', '3', 'ImageTranslationVector'],\n '6000': ['DS', '1', 'Sensitivity'],\n '6011': ['SQ', '1', 'SequenceOfUltrasoundRegions'],\n '6012': ['US', '1', 'RegionSpatialFormat'],\n '6014': ['US', '1', 'RegionDataType'],\n '6016': ['UL', '1', 'RegionFlags'],\n '6018': ['UL', '1', 'RegionLocationMinX0'],\n '601A': ['UL', '1', 'RegionLocationMinY0'],\n '601C': ['UL', '1', 'RegionLocationMaxX1'],\n '601E': ['UL', '1', 'RegionLocationMaxY1'],\n '6020': ['SL', '1', 'ReferencePixelX0'],\n '6022': ['SL', '1', 'ReferencePixelY0'],\n '6024': ['US', '1', 'PhysicalUnitsXDirection'],\n '6026': ['US', '1', 'PhysicalUnitsYDirection'],\n '6028': ['FD', '1', 'ReferencePixelPhysicalValueX'],\n '602A': ['FD', '1', 'ReferencePixelPhysicalValueY'],\n '602C': ['FD', '1', 'PhysicalDeltaX'],\n '602E': ['FD', '1', 'PhysicalDeltaY'],\n '6030': ['UL', '1', 'TransducerFrequency'],\n '6031': ['CS', '1', 'TransducerType'],\n '6032': ['UL', '1', 'PulseRepetitionFrequency'],\n '6034': ['FD', '1', 'DopplerCorrectionAngle'],\n '6036': ['FD', '1', 'SteeringAngle'],\n '6038': ['UL', '1', 'DopplerSampleVolumeXPositionRetired'],\n '6039': ['SL', '1', 'DopplerSampleVolumeXPosition'],\n '603A': ['UL', '1', 'DopplerSampleVolumeYPositionRetired'],\n '603B': ['SL', '1', 'DopplerSampleVolumeYPosition'],\n '603C': ['UL', '1', 'TMLinePositionX0Retired'],\n '603D': ['SL', '1', 'TMLinePositionX0'],\n '603E': ['UL', '1', 'TMLinePositionY0Retired'],\n '603F': ['SL', '1', 'TMLinePositionY0'],\n '6040': ['UL', '1', 'TMLinePositionX1Retired'],\n '6041': ['SL', '1', 'TMLinePositionX1'],\n '6042': ['UL', '1', 'TMLinePositionY1Retired'],\n '6043': ['SL', '1', 'TMLinePositionY1'],\n '6044': ['US', '1', 'PixelComponentOrganization'],\n '6046': ['UL', '1', 'PixelComponentMask'],\n '6048': ['UL', '1', 'PixelComponentRangeStart'],\n '604A': ['UL', '1', 'PixelComponentRangeStop'],\n '604C': ['US', '1', 'PixelComponentPhysicalUnits'],\n '604E': ['US', '1', 'PixelComponentDataType'],\n '6050': ['UL', '1', 'NumberOfTableBreakPoints'],\n '6052': ['UL', '1-n', 'TableOfXBreakPoints'],\n '6054': ['FD', '1-n', 'TableOfYBreakPoints'],\n '6056': ['UL', '1', 'NumberOfTableEntries'],\n '6058': ['UL', '1-n', 'TableOfPixelValues'],\n '605A': ['FL', '1-n', 'TableOfParameterValues'],\n '6060': ['FL', '1-n', 'RWaveTimeVector'],\n '6070': ['US', '1', 'ActiveImageAreaOverlayGroup'],\n '7000': ['CS', '1', 'DetectorConditionsNominalFlag'],\n '7001': ['DS', '1', 'DetectorTemperature'],\n '7004': ['CS', '1', 'DetectorType'],\n '7005': ['CS', '1', 'DetectorConfiguration'],\n '7006': ['LT', '1', 'DetectorDescription'],\n '7008': ['LT', '1', 'DetectorMode'],\n '700A': ['SH', '1', 'DetectorID'],\n '700C': ['DA', '1', 'DateOfLastDetectorCalibration'],\n '700E': ['TM', '1', 'TimeOfLastDetectorCalibration'],\n '7010': ['IS', '1', 'ExposuresOnDetectorSinceLastCalibration'],\n '7011': ['IS', '1', 'ExposuresOnDetectorSinceManufactured'],\n '7012': ['DS', '1', 'DetectorTimeSinceLastExposure'],\n '7014': ['DS', '1', 'DetectorActiveTime'],\n '7016': ['DS', '1', 'DetectorActivationOffsetFromExposure'],\n '701A': ['DS', '2', 'DetectorBinning'],\n '7020': ['DS', '2', 'DetectorElementPhysicalSize'],\n '7022': ['DS', '2', 'DetectorElementSpacing'],\n '7024': ['CS', '1', 'DetectorActiveShape'],\n '7026': ['DS', '1-2', 'DetectorActiveDimensions'],\n '7028': ['DS', '2', 'DetectorActiveOrigin'],\n '702A': ['LO', '1', 'DetectorManufacturerName'],\n '702B': ['LO', '1', 'DetectorManufacturerModelName'],\n '7030': ['DS', '2', 'FieldOfViewOrigin'],\n '7032': ['DS', '1', 'FieldOfViewRotation'],\n '7034': ['CS', '1', 'FieldOfViewHorizontalFlip'],\n '7036': ['FL', '2', 'PixelDataAreaOriginRelativeToFOV'],\n '7038': ['FL', '1', 'PixelDataAreaRotationAngleRelativeToFOV'],\n '7040': ['LT', '1', 'GridAbsorbingMaterial'],\n '7041': ['LT', '1', 'GridSpacingMaterial'],\n '7042': ['DS', '1', 'GridThickness'],\n '7044': ['DS', '1', 'GridPitch'],\n '7046': ['IS', '2', 'GridAspectRatio'],\n '7048': ['DS', '1', 'GridPeriod'],\n '704C': ['DS', '1', 'GridFocalDistance'],\n '7050': ['CS', '1-n', 'FilterMaterial'],\n '7052': ['DS', '1-n', 'FilterThicknessMinimum'],\n '7054': ['DS', '1-n', 'FilterThicknessMaximum'],\n '7056': ['FL', '1-n', 'FilterBeamPathLengthMinimum'],\n '7058': ['FL', '1-n', 'FilterBeamPathLengthMaximum'],\n '7060': ['CS', '1', 'ExposureControlMode'],\n '7062': ['LT', '1', 'ExposureControlModeDescription'],\n '7064': ['CS', '1', 'ExposureStatus'],\n '7065': ['DS', '1', 'PhototimerSetting'],\n '8150': ['DS', '1', 'ExposureTimeInuS'],\n '8151': ['DS', '1', 'XRayTubeCurrentInuA'],\n '9004': ['CS', '1', 'ContentQualification'],\n '9005': ['SH', '1', 'PulseSequenceName'],\n '9006': ['SQ', '1', 'MRImagingModifierSequence'],\n '9008': ['CS', '1', 'EchoPulseSequence'],\n '9009': ['CS', '1', 'InversionRecovery'],\n '9010': ['CS', '1', 'FlowCompensation'],\n '9011': ['CS', '1', 'MultipleSpinEcho'],\n '9012': ['CS', '1', 'MultiPlanarExcitation'],\n '9014': ['CS', '1', 'PhaseContrast'],\n '9015': ['CS', '1', 'TimeOfFlightContrast'],\n '9016': ['CS', '1', 'Spoiling'],\n '9017': ['CS', '1', 'SteadyStatePulseSequence'],\n '9018': ['CS', '1', 'EchoPlanarPulseSequence'],\n '9019': ['FD', '1', 'TagAngleFirstAxis'],\n '9020': ['CS', '1', 'MagnetizationTransfer'],\n '9021': ['CS', '1', 'T2Preparation'],\n '9022': ['CS', '1', 'BloodSignalNulling'],\n '9024': ['CS', '1', 'SaturationRecovery'],\n '9025': ['CS', '1', 'SpectrallySelectedSuppression'],\n '9026': ['CS', '1', 'SpectrallySelectedExcitation'],\n '9027': ['CS', '1', 'SpatialPresaturation'],\n '9028': ['CS', '1', 'Tagging'],\n '9029': ['CS', '1', 'OversamplingPhase'],\n '9030': ['FD', '1', 'TagSpacingFirstDimension'],\n '9032': ['CS', '1', 'GeometryOfKSpaceTraversal'],\n '9033': ['CS', '1', 'SegmentedKSpaceTraversal'],\n '9034': ['CS', '1', 'RectilinearPhaseEncodeReordering'],\n '9035': ['FD', '1', 'TagThickness'],\n '9036': ['CS', '1', 'PartialFourierDirection'],\n '9037': ['CS', '1', 'CardiacSynchronizationTechnique'],\n '9041': ['LO', '1', 'ReceiveCoilManufacturerName'],\n '9042': ['SQ', '1', 'MRReceiveCoilSequence'],\n '9043': ['CS', '1', 'ReceiveCoilType'],\n '9044': ['CS', '1', 'QuadratureReceiveCoil'],\n '9045': ['SQ', '1', 'MultiCoilDefinitionSequence'],\n '9046': ['LO', '1', 'MultiCoilConfiguration'],\n '9047': ['SH', '1', 'MultiCoilElementName'],\n '9048': ['CS', '1', 'MultiCoilElementUsed'],\n '9049': ['SQ', '1', 'MRTransmitCoilSequence'],\n '9050': ['LO', '1', 'TransmitCoilManufacturerName'],\n '9051': ['CS', '1', 'TransmitCoilType'],\n '9052': ['FD', '1-2', 'SpectralWidth'],\n '9053': ['FD', '1-2', 'ChemicalShiftReference'],\n '9054': ['CS', '1', 'VolumeLocalizationTechnique'],\n '9058': ['US', '1', 'MRAcquisitionFrequencyEncodingSteps'],\n '9059': ['CS', '1', 'Decoupling'],\n '9060': ['CS', '1-2', 'DecoupledNucleus'],\n '9061': ['FD', '1-2', 'DecouplingFrequency'],\n '9062': ['CS', '1', 'DecouplingMethod'],\n '9063': ['FD', '1-2', 'DecouplingChemicalShiftReference'],\n '9064': ['CS', '1', 'KSpaceFiltering'],\n '9065': ['CS', '1-2', 'TimeDomainFiltering'],\n '9066': ['US', '1-2', 'NumberOfZeroFills'],\n '9067': ['CS', '1', 'BaselineCorrection'],\n '9069': ['FD', '1', 'ParallelReductionFactorInPlane'],\n '9070': ['FD', '1', 'CardiacRRIntervalSpecified'],\n '9073': ['FD', '1', 'AcquisitionDuration'],\n '9074': ['DT', '1', 'FrameAcquisitionDateTime'],\n '9075': ['CS', '1', 'DiffusionDirectionality'],\n '9076': ['SQ', '1', 'DiffusionGradientDirectionSequence'],\n '9077': ['CS', '1', 'ParallelAcquisition'],\n '9078': ['CS', '1', 'ParallelAcquisitionTechnique'],\n '9079': ['FD', '1-n', 'InversionTimes'],\n '9080': ['ST', '1', 'MetaboliteMapDescription'],\n '9081': ['CS', '1', 'PartialFourier'],\n '9082': ['FD', '1', 'EffectiveEchoTime'],\n '9083': ['SQ', '1', 'MetaboliteMapCodeSequence'],\n '9084': ['SQ', '1', 'ChemicalShiftSequence'],\n '9085': ['CS', '1', 'CardiacSignalSource'],\n '9087': ['FD', '1', 'DiffusionBValue'],\n '9089': ['FD', '3', 'DiffusionGradientOrientation'],\n '9090': ['FD', '3', 'VelocityEncodingDirection'],\n '9091': ['FD', '1', 'VelocityEncodingMinimumValue'],\n '9092': ['SQ', '1', 'VelocityEncodingAcquisitionSequence'],\n '9093': ['US', '1', 'NumberOfKSpaceTrajectories'],\n '9094': ['CS', '1', 'CoverageOfKSpace'],\n '9095': ['UL', '1', 'SpectroscopyAcquisitionPhaseRows'],\n '9096': ['FD', '1', 'ParallelReductionFactorInPlaneRetired'],\n '9098': ['FD', '1-2', 'TransmitterFrequency'],\n '9100': ['CS', '1-2', 'ResonantNucleus'],\n '9101': ['CS', '1', 'FrequencyCorrection'],\n '9103': ['SQ', '1', 'MRSpectroscopyFOVGeometrySequence'],\n '9104': ['FD', '1', 'SlabThickness'],\n '9105': ['FD', '3', 'SlabOrientation'],\n '9106': ['FD', '3', 'MidSlabPosition'],\n '9107': ['SQ', '1', 'MRSpatialSaturationSequence'],\n '9112': ['SQ', '1', 'MRTimingAndRelatedParametersSequence'],\n '9114': ['SQ', '1', 'MREchoSequence'],\n '9115': ['SQ', '1', 'MRModifierSequence'],\n '9117': ['SQ', '1', 'MRDiffusionSequence'],\n '9118': ['SQ', '1', 'CardiacSynchronizationSequence'],\n '9119': ['SQ', '1', 'MRAveragesSequence'],\n '9125': ['SQ', '1', 'MRFOVGeometrySequence'],\n '9126': ['SQ', '1', 'VolumeLocalizationSequence'],\n '9127': ['UL', '1', 'SpectroscopyAcquisitionDataColumns'],\n '9147': ['CS', '1', 'DiffusionAnisotropyType'],\n '9151': ['DT', '1', 'FrameReferenceDateTime'],\n '9152': ['SQ', '1', 'MRMetaboliteMapSequence'],\n '9155': ['FD', '1', 'ParallelReductionFactorOutOfPlane'],\n '9159': ['UL', '1', 'SpectroscopyAcquisitionOutOfPlanePhaseSteps'],\n '9166': ['CS', '1', 'BulkMotionStatus'],\n '9168': ['FD', '1', 'ParallelReductionFactorSecondInPlane'],\n '9169': ['CS', '1', 'CardiacBeatRejectionTechnique'],\n '9170': ['CS', '1', 'RespiratoryMotionCompensationTechnique'],\n '9171': ['CS', '1', 'RespiratorySignalSource'],\n '9172': ['CS', '1', 'BulkMotionCompensationTechnique'],\n '9173': ['CS', '1', 'BulkMotionSignalSource'],\n '9174': ['CS', '1', 'ApplicableSafetyStandardAgency'],\n '9175': ['LO', '1', 'ApplicableSafetyStandardDescription'],\n '9176': ['SQ', '1', 'OperatingModeSequence'],\n '9177': ['CS', '1', 'OperatingModeType'],\n '9178': ['CS', '1', 'OperatingMode'],\n '9179': ['CS', '1', 'SpecificAbsorptionRateDefinition'],\n '9180': ['CS', '1', 'GradientOutputType'],\n '9181': ['FD', '1', 'SpecificAbsorptionRateValue'],\n '9182': ['FD', '1', 'GradientOutput'],\n '9183': ['CS', '1', 'FlowCompensationDirection'],\n '9184': ['FD', '1', 'TaggingDelay'],\n '9185': ['ST', '1', 'RespiratoryMotionCompensationTechniqueDescription'],\n '9186': ['SH', '1', 'RespiratorySignalSourceID'],\n '9195': ['FD', '1', 'ChemicalShiftMinimumIntegrationLimitInHz'],\n '9196': ['FD', '1', 'ChemicalShiftMaximumIntegrationLimitInHz'],\n '9197': ['SQ', '1', 'MRVelocityEncodingSequence'],\n '9198': ['CS', '1', 'FirstOrderPhaseCorrection'],\n '9199': ['CS', '1', 'WaterReferencedPhaseCorrection'],\n '9200': ['CS', '1', 'MRSpectroscopyAcquisitionType'],\n '9214': ['CS', '1', 'RespiratoryCyclePosition'],\n '9217': ['FD', '1', 'VelocityEncodingMaximumValue'],\n '9218': ['FD', '1', 'TagSpacingSecondDimension'],\n '9219': ['SS', '1', 'TagAngleSecondAxis'],\n '9220': ['FD', '1', 'FrameAcquisitionDuration'],\n '9226': ['SQ', '1', 'MRImageFrameTypeSequence'],\n '9227': ['SQ', '1', 'MRSpectroscopyFrameTypeSequence'],\n '9231': ['US', '1', 'MRAcquisitionPhaseEncodingStepsInPlane'],\n '9232': ['US', '1', 'MRAcquisitionPhaseEncodingStepsOutOfPlane'],\n '9234': ['UL', '1', 'SpectroscopyAcquisitionPhaseColumns'],\n '9236': ['CS', '1', 'CardiacCyclePosition'],\n '9239': ['SQ', '1', 'SpecificAbsorptionRateSequence'],\n '9240': ['US', '1', 'RFEchoTrainLength'],\n '9241': ['US', '1', 'GradientEchoTrainLength'],\n '9250': ['CS', '1', 'ArterialSpinLabelingContrast'],\n '9251': ['SQ', '1', 'MRArterialSpinLabelingSequence'],\n '9252': ['LO', '1', 'ASLTechniqueDescription'],\n '9253': ['US', '1', 'ASLSlabNumber'],\n '9254': ['FD', '1', 'ASLSlabThickness'],\n '9255': ['FD', '3', 'ASLSlabOrientation'],\n '9256': ['FD', '3', 'ASLMidSlabPosition'],\n '9257': ['CS', '1', 'ASLContext'],\n '9258': ['UL', '1', 'ASLPulseTrainDuration'],\n '9259': ['CS', '1', 'ASLCrusherFlag'],\n '925A': ['FD', '1', 'ASLCrusherFlowLimit'],\n '925B': ['LO', '1', 'ASLCrusherDescription'],\n '925C': ['CS', '1', 'ASLBolusCutoffFlag'],\n '925D': ['SQ', '1', 'ASLBolusCutoffTimingSequence'],\n '925E': ['LO', '1', 'ASLBolusCutoffTechnique'],\n '925F': ['UL', '1', 'ASLBolusCutoffDelayTime'],\n '9260': ['SQ', '1', 'ASLSlabSequence'],\n '9295': ['FD', '1', 'ChemicalShiftMinimumIntegrationLimitInppm'],\n '9296': ['FD', '1', 'ChemicalShiftMaximumIntegrationLimitInppm'],\n '9297': ['CS', '1', 'WaterReferenceAcquisition'],\n '9298': ['IS', '1', 'EchoPeakPosition'],\n '9301': ['SQ', '1', 'CTAcquisitionTypeSequence'],\n '9302': ['CS', '1', 'AcquisitionType'],\n '9303': ['FD', '1', 'TubeAngle'],\n '9304': ['SQ', '1', 'CTAcquisitionDetailsSequence'],\n '9305': ['FD', '1', 'RevolutionTime'],\n '9306': ['FD', '1', 'SingleCollimationWidth'],\n '9307': ['FD', '1', 'TotalCollimationWidth'],\n '9308': ['SQ', '1', 'CTTableDynamicsSequence'],\n '9309': ['FD', '1', 'TableSpeed'],\n '9310': ['FD', '1', 'TableFeedPerRotation'],\n '9311': ['FD', '1', 'SpiralPitchFactor'],\n '9312': ['SQ', '1', 'CTGeometrySequence'],\n '9313': ['FD', '3', 'DataCollectionCenterPatient'],\n '9314': ['SQ', '1', 'CTReconstructionSequence'],\n '9315': ['CS', '1', 'ReconstructionAlgorithm'],\n '9316': ['CS', '1', 'ConvolutionKernelGroup'],\n '9317': ['FD', '2', 'ReconstructionFieldOfView'],\n '9318': ['FD', '3', 'ReconstructionTargetCenterPatient'],\n '9319': ['FD', '1', 'ReconstructionAngle'],\n '9320': ['SH', '1', 'ImageFilter'],\n '9321': ['SQ', '1', 'CTExposureSequence'],\n '9322': ['FD', '2', 'ReconstructionPixelSpacing'],\n '9323': ['CS', '1-n', 'ExposureModulationType'],\n '9324': ['FD', '1', 'EstimatedDoseSaving'],\n '9325': ['SQ', '1', 'CTXRayDetailsSequence'],\n '9326': ['SQ', '1', 'CTPositionSequence'],\n '9327': ['FD', '1', 'TablePosition'],\n '9328': ['FD', '1', 'ExposureTimeInms'],\n '9329': ['SQ', '1', 'CTImageFrameTypeSequence'],\n '9330': ['FD', '1', 'XRayTubeCurrentInmA'],\n '9332': ['FD', '1', 'ExposureInmAs'],\n '9333': ['CS', '1', 'ConstantVolumeFlag'],\n '9334': ['CS', '1', 'FluoroscopyFlag'],\n '9335': ['FD', '1', 'DistanceSourceToDataCollectionCenter'],\n '9337': ['US', '1', 'ContrastBolusAgentNumber'],\n '9338': ['SQ', '1', 'ContrastBolusIngredientCodeSequence'],\n '9340': ['SQ', '1', 'ContrastAdministrationProfileSequence'],\n '9341': ['SQ', '1', 'ContrastBolusUsageSequence'],\n '9342': ['CS', '1', 'ContrastBolusAgentAdministered'],\n '9343': ['CS', '1', 'ContrastBolusAgentDetected'],\n '9344': ['CS', '1', 'ContrastBolusAgentPhase'],\n '9345': ['FD', '1', 'CTDIvol'],\n '9346': ['SQ', '1', 'CTDIPhantomTypeCodeSequence'],\n '9351': ['FL', '1', 'CalciumScoringMassFactorPatient'],\n '9352': ['FL', '3', 'CalciumScoringMassFactorDevice'],\n '9353': ['FL', '1', 'EnergyWeightingFactor'],\n '9360': ['SQ', '1', 'CTAdditionalXRaySourceSequence'],\n '9361': ['CS', '1', 'MultienergyCTAcquisition'],\n '9362': ['SQ', '1', 'MultienergyCTAcquisitionSequence'],\n '9363': ['SQ', '1', 'MultienergyCTProcessingSequence'],\n '9364': ['SQ', '1', 'MultienergyCTCharacteristicsSequence'],\n '9365': ['SQ', '1', 'MultienergyCTXRaySourceSequence'],\n '9366': ['US', '1', 'XRaySourceIndex'],\n '9367': ['UC', '1', 'XRaySourceID'],\n '9368': ['CS', '1', 'MultienergySourceTechnique'],\n '9369': ['DT', '1', 'SourceStartDateTime'],\n '936A': ['DT', '1', 'SourceEndDateTime'],\n '936B': ['US', '1', 'SwitchingPhaseNumber'],\n '936C': ['DS', '1', 'SwitchingPhaseNominalDuration'],\n '936D': ['DS', '1', 'SwitchingPhaseTransitionDuration'],\n '936E': ['DS', '1', 'EffectiveBinEnergy'],\n '936F': ['SQ', '1', 'MultienergyCTXRayDetectorSequence'],\n '9370': ['US', '1', 'XRayDetectorIndex'],\n '9371': ['UC', '1', 'XRayDetectorID'],\n '9372': ['CS', '1', 'MultienergyDetectorType'],\n '9373': ['ST', '1', 'XRayDetectorLabel'],\n '9374': ['DS', '1', 'NominalMaxEnergy'],\n '9375': ['DS', '1', 'NominalMinEnergy'],\n '9376': ['US', '1-n', 'ReferencedXRayDetectorIndex'],\n '9377': ['US', '1-n', 'ReferencedXRaySourceIndex'],\n '9378': ['US', '1-n', 'ReferencedPathIndex'],\n '9379': ['SQ', '1', 'MultienergyCTPathSequence'],\n '937A': ['US', '1', 'MultienergyCTPathIndex'],\n '937B': ['UT', '1', 'MultienergyAcquisitionDescription'],\n '937C': ['FD', '1', 'MonoenergeticEnergyEquivalent'],\n '937D': ['SQ', '1', 'MaterialCodeSequence'],\n '937E': ['CS', '1', 'DecompositionMethod'],\n '937F': ['UT', '1', 'DecompositionDescription'],\n '9380': ['SQ', '1', 'DecompositionAlgorithmIdentificationSequence'],\n '9381': ['SQ', '1', 'DecompositionMaterialSequence'],\n '9382': ['SQ', '1', 'MaterialAttenuationSequence'],\n '9383': ['DS', '1', 'PhotonEnergy'],\n '9384': ['DS', '1', 'XRayMassAttenuationCoefficient'],\n '9401': ['SQ', '1', 'ProjectionPixelCalibrationSequence'],\n '9402': ['FL', '1', 'DistanceSourceToIsocenter'],\n '9403': ['FL', '1', 'DistanceObjectToTableTop'],\n '9404': ['FL', '2', 'ObjectPixelSpacingInCenterOfBeam'],\n '9405': ['SQ', '1', 'PositionerPositionSequence'],\n '9406': ['SQ', '1', 'TablePositionSequence'],\n '9407': ['SQ', '1', 'CollimatorShapeSequence'],\n '9410': ['CS', '1', 'PlanesInAcquisition'],\n '9412': ['SQ', '1', 'XAXRFFrameCharacteristicsSequence'],\n '9417': ['SQ', '1', 'FrameAcquisitionSequence'],\n '9420': ['CS', '1', 'XRayReceptorType'],\n '9423': ['LO', '1', 'AcquisitionProtocolName'],\n '9424': ['LT', '1', 'AcquisitionProtocolDescription'],\n '9425': ['CS', '1', 'ContrastBolusIngredientOpaque'],\n '9426': ['FL', '1', 'DistanceReceptorPlaneToDetectorHousing'],\n '9427': ['CS', '1', 'IntensifierActiveShape'],\n '9428': ['FL', '1-2', 'IntensifierActiveDimensions'],\n '9429': ['FL', '2', 'PhysicalDetectorSize'],\n '9430': ['FL', '2', 'PositionOfIsocenterProjection'],\n '9432': ['SQ', '1', 'FieldOfViewSequence'],\n '9433': ['LO', '1', 'FieldOfViewDescription'],\n '9434': ['SQ', '1', 'ExposureControlSensingRegionsSequence'],\n '9435': ['CS', '1', 'ExposureControlSensingRegionShape'],\n '9436': ['SS', '1', 'ExposureControlSensingRegionLeftVerticalEdge'],\n '9437': ['SS', '1', 'ExposureControlSensingRegionRightVerticalEdge'],\n '9438': ['SS', '1', 'ExposureControlSensingRegionUpperHorizontalEdge'],\n '9439': ['SS', '1', 'ExposureControlSensingRegionLowerHorizontalEdge'],\n '9440': ['SS', '2', 'CenterOfCircularExposureControlSensingRegion'],\n '9441': ['US', '1', 'RadiusOfCircularExposureControlSensingRegion'],\n '9442': ['SS', '2-n', 'VerticesOfThePolygonalExposureControlSensingRegion'],\n '9445': ['', '', ''],\n '9447': ['FL', '1', 'ColumnAngulationPatient'],\n '9449': ['FL', '1', 'BeamAngle'],\n '9451': ['SQ', '1', 'FrameDetectorParametersSequence'],\n '9452': ['FL', '1', 'CalculatedAnatomyThickness'],\n '9455': ['SQ', '1', 'CalibrationSequence'],\n '9456': ['SQ', '1', 'ObjectThicknessSequence'],\n '9457': ['CS', '1', 'PlaneIdentification'],\n '9461': ['FL', '1-2', 'FieldOfViewDimensionsInFloat'],\n '9462': ['SQ', '1', 'IsocenterReferenceSystemSequence'],\n '9463': ['FL', '1', 'PositionerIsocenterPrimaryAngle'],\n '9464': ['FL', '1', 'PositionerIsocenterSecondaryAngle'],\n '9465': ['FL', '1', 'PositionerIsocenterDetectorRotationAngle'],\n '9466': ['FL', '1', 'TableXPositionToIsocenter'],\n '9467': ['FL', '1', 'TableYPositionToIsocenter'],\n '9468': ['FL', '1', 'TableZPositionToIsocenter'],\n '9469': ['FL', '1', 'TableHorizontalRotationAngle'],\n '9470': ['FL', '1', 'TableHeadTiltAngle'],\n '9471': ['FL', '1', 'TableCradleTiltAngle'],\n '9472': ['SQ', '1', 'FrameDisplayShutterSequence'],\n '9473': ['FL', '1', 'AcquiredImageAreaDoseProduct'],\n '9474': ['CS', '1', 'CArmPositionerTabletopRelationship'],\n '9476': ['SQ', '1', 'XRayGeometrySequence'],\n '9477': ['SQ', '1', 'IrradiationEventIdentificationSequence'],\n '9504': ['SQ', '1', 'XRay3DFrameTypeSequence'],\n '9506': ['SQ', '1', 'ContributingSourcesSequence'],\n '9507': ['SQ', '1', 'XRay3DAcquisitionSequence'],\n '9508': ['FL', '1', 'PrimaryPositionerScanArc'],\n '9509': ['FL', '1', 'SecondaryPositionerScanArc'],\n '9510': ['FL', '1', 'PrimaryPositionerScanStartAngle'],\n '9511': ['FL', '1', 'SecondaryPositionerScanStartAngle'],\n '9514': ['FL', '1', 'PrimaryPositionerIncrement'],\n '9515': ['FL', '1', 'SecondaryPositionerIncrement'],\n '9516': ['DT', '1', 'StartAcquisitionDateTime'],\n '9517': ['DT', '1', 'EndAcquisitionDateTime'],\n '9518': ['SS', '1', 'PrimaryPositionerIncrementSign'],\n '9519': ['SS', '1', 'SecondaryPositionerIncrementSign'],\n '9524': ['LO', '1', 'ApplicationName'],\n '9525': ['LO', '1', 'ApplicationVersion'],\n '9526': ['LO', '1', 'ApplicationManufacturer'],\n '9527': ['CS', '1', 'AlgorithmType'],\n '9528': ['LO', '1', 'AlgorithmDescription'],\n '9530': ['SQ', '1', 'XRay3DReconstructionSequence'],\n '9531': ['LO', '1', 'ReconstructionDescription'],\n '9538': ['SQ', '1', 'PerProjectionAcquisitionSequence'],\n '9541': ['SQ', '1', 'DetectorPositionSequence'],\n '9542': ['SQ', '1', 'XRayAcquisitionDoseSequence'],\n '9543': ['FD', '1', 'XRaySourceIsocenterPrimaryAngle'],\n '9544': ['FD', '1', 'XRaySourceIsocenterSecondaryAngle'],\n '9545': ['FD', '1', 'BreastSupportIsocenterPrimaryAngle'],\n '9546': ['FD', '1', 'BreastSupportIsocenterSecondaryAngle'],\n '9547': ['FD', '1', 'BreastSupportXPositionToIsocenter'],\n '9548': ['FD', '1', 'BreastSupportYPositionToIsocenter'],\n '9549': ['FD', '1', 'BreastSupportZPositionToIsocenter'],\n '9550': ['FD', '1', 'DetectorIsocenterPrimaryAngle'],\n '9551': ['FD', '1', 'DetectorIsocenterSecondaryAngle'],\n '9552': ['FD', '1', 'DetectorXPositionToIsocenter'],\n '9553': ['FD', '1', 'DetectorYPositionToIsocenter'],\n '9554': ['FD', '1', 'DetectorZPositionToIsocenter'],\n '9555': ['SQ', '1', 'XRayGridSequence'],\n '9556': ['SQ', '1', 'XRayFilterSequence'],\n '9557': ['FD', '3', 'DetectorActiveAreaTLHCPosition'],\n '9558': ['FD', '6', 'DetectorActiveAreaOrientation'],\n '9559': ['CS', '1', 'PositionerPrimaryAngleDirection'],\n '9601': ['SQ', '1', 'DiffusionBMatrixSequence'],\n '9602': ['FD', '1', 'DiffusionBValueXX'],\n '9603': ['FD', '1', 'DiffusionBValueXY'],\n '9604': ['FD', '1', 'DiffusionBValueXZ'],\n '9605': ['FD', '1', 'DiffusionBValueYY'],\n '9606': ['FD', '1', 'DiffusionBValueYZ'],\n '9607': ['FD', '1', 'DiffusionBValueZZ'],\n '9621': ['SQ', '1', 'FunctionalMRSequence'],\n '9622': ['CS', '1', 'FunctionalSettlingPhaseFramesPresent'],\n '9623': ['DT', '1', 'FunctionalSyncPulse'],\n '9624': ['CS', '1', 'SettlingPhaseFrame'],\n '9701': ['DT', '1', 'DecayCorrectionDateTime'],\n '9715': ['FD', '1', 'StartDensityThreshold'],\n '9716': ['FD', '1', 'StartRelativeDensityDifferenceThreshold'],\n '9717': ['FD', '1', 'StartCardiacTriggerCountThreshold'],\n '9718': ['FD', '1', 'StartRespiratoryTriggerCountThreshold'],\n '9719': ['FD', '1', 'TerminationCountsThreshold'],\n '9720': ['FD', '1', 'TerminationDensityThreshold'],\n '9721': ['FD', '1', 'TerminationRelativeDensityThreshold'],\n '9722': ['FD', '1', 'TerminationTimeThreshold'],\n '9723': ['FD', '1', 'TerminationCardiacTriggerCountThreshold'],\n '9724': ['FD', '1', 'TerminationRespiratoryTriggerCountThreshold'],\n '9725': ['CS', '1', 'DetectorGeometry'],\n '9726': ['FD', '1', 'TransverseDetectorSeparation'],\n '9727': ['FD', '1', 'AxialDetectorDimension'],\n '9729': ['US', '1', 'RadiopharmaceuticalAgentNumber'],\n '9732': ['SQ', '1', 'PETFrameAcquisitionSequence'],\n '9733': ['SQ', '1', 'PETDetectorMotionDetailsSequence'],\n '9734': ['SQ', '1', 'PETTableDynamicsSequence'],\n '9735': ['SQ', '1', 'PETPositionSequence'],\n '9736': ['SQ', '1', 'PETFrameCorrectionFactorsSequence'],\n '9737': ['SQ', '1', 'RadiopharmaceuticalUsageSequence'],\n '9738': ['CS', '1', 'AttenuationCorrectionSource'],\n '9739': ['US', '1', 'NumberOfIterations'],\n '9740': ['US', '1', 'NumberOfSubsets'],\n '9749': ['SQ', '1', 'PETReconstructionSequence'],\n '9751': ['SQ', '1', 'PETFrameTypeSequence'],\n '9755': ['CS', '1', 'TimeOfFlightInformationUsed'],\n '9756': ['CS', '1', 'ReconstructionType'],\n '9758': ['CS', '1', 'DecayCorrected'],\n '9759': ['CS', '1', 'AttenuationCorrected'],\n '9760': ['CS', '1', 'ScatterCorrected'],\n '9761': ['CS', '1', 'DeadTimeCorrected'],\n '9762': ['CS', '1', 'GantryMotionCorrected'],\n '9763': ['CS', '1', 'PatientMotionCorrected'],\n '9764': ['CS', '1', 'CountLossNormalizationCorrected'],\n '9765': ['CS', '1', 'RandomsCorrected'],\n '9766': ['CS', '1', 'NonUniformRadialSamplingCorrected'],\n '9767': ['CS', '1', 'SensitivityCalibrated'],\n '9768': ['CS', '1', 'DetectorNormalizationCorrection'],\n '9769': ['CS', '1', 'IterativeReconstructionMethod'],\n '9770': ['CS', '1', 'AttenuationCorrectionTemporalRelationship'],\n '9771': ['SQ', '1', 'PatientPhysiologicalStateSequence'],\n '9772': ['SQ', '1', 'PatientPhysiologicalStateCodeSequence'],\n '9801': ['FD', '1-n', 'DepthsOfFocus'],\n '9803': ['SQ', '1', 'ExcludedIntervalsSequence'],\n '9804': ['DT', '1', 'ExclusionStartDateTime'],\n '9805': ['FD', '1', 'ExclusionDuration'],\n '9806': ['SQ', '1', 'USImageDescriptionSequence'],\n '9807': ['SQ', '1', 'ImageDataTypeSequence'],\n '9808': ['CS', '1', 'DataType'],\n '9809': ['SQ', '1', 'TransducerScanPatternCodeSequence'],\n '980B': ['CS', '1', 'AliasedDataType'],\n '980C': ['CS', '1', 'PositionMeasuringDeviceUsed'],\n '980D': ['SQ', '1', 'TransducerGeometryCodeSequence'],\n '980E': ['SQ', '1', 'TransducerBeamSteeringCodeSequence'],\n '980F': ['SQ', '1', 'TransducerApplicationCodeSequence'],\n '9810': ['xs', '1', 'ZeroVelocityPixelValue'],\n '9900': ['LO', '1', 'ReferenceLocationLabel'],\n '9901': ['UT', '1', 'ReferenceLocationDescription'],\n '9902': ['SQ', '1', 'ReferenceBasisCodeSequence'],\n '9903': ['SQ', '1', 'ReferenceGeometryCodeSequence'],\n '9904': ['DS', '1', 'OffsetDistance'],\n '9905': ['CS', '1', 'OffsetDirection'],\n '9906': ['SQ', '1', 'PotentialScheduledProtocolCodeSequence'],\n '9907': ['SQ', '1', 'PotentialRequestedProcedureCodeSequence'],\n '9908': ['UC', '1-n', 'PotentialReasonsForProcedure'],\n '9909': ['SQ', '1', 'PotentialReasonsForProcedureCodeSequence'],\n '990A': ['UC', '1-n', 'PotentialDiagnosticTasks'],\n '990B': ['SQ', '1', 'ContraindicationsCodeSequence'],\n '990C': ['SQ', '1', 'ReferencedDefinedProtocolSequence'],\n '990D': ['SQ', '1', 'ReferencedPerformedProtocolSequence'],\n '990E': ['SQ', '1', 'PredecessorProtocolSequence'],\n '990F': ['UT', '1', 'ProtocolPlanningInformation'],\n '9910': ['UT', '1', 'ProtocolDesignRationale'],\n '9911': ['SQ', '1', 'PatientSpecificationSequence'],\n '9912': ['SQ', '1', 'ModelSpecificationSequence'],\n '9913': ['SQ', '1', 'ParametersSpecificationSequence'],\n '9914': ['SQ', '1', 'InstructionSequence'],\n '9915': ['US', '1', 'InstructionIndex'],\n '9916': ['LO', '1', 'InstructionText'],\n '9917': ['UT', '1', 'InstructionDescription'],\n '9918': ['CS', '1', 'InstructionPerformedFlag'],\n '9919': ['DT', '1', 'InstructionPerformedDateTime'],\n '991A': ['UT', '1', 'InstructionPerformanceComment'],\n '991B': ['SQ', '1', 'PatientPositioningInstructionSequence'],\n '991C': ['SQ', '1', 'PositioningMethodCodeSequence'],\n '991D': ['SQ', '1', 'PositioningLandmarkSequence'],\n '991E': ['UI', '1', 'TargetFrameOfReferenceUID'],\n '991F': ['SQ', '1', 'AcquisitionProtocolElementSpecificationSequence'],\n '9920': ['SQ', '1', 'AcquisitionProtocolElementSequence'],\n '9921': ['US', '1', 'ProtocolElementNumber'],\n '9922': ['LO', '1', 'ProtocolElementName'],\n '9923': ['UT', '1', 'ProtocolElementCharacteristicsSummary'],\n '9924': ['UT', '1', 'ProtocolElementPurpose'],\n '9930': ['CS', '1', 'AcquisitionMotion'],\n '9931': ['SQ', '1', 'AcquisitionStartLocationSequence'],\n '9932': ['SQ', '1', 'AcquisitionEndLocationSequence'],\n '9933': ['SQ', '1', 'ReconstructionProtocolElementSpecificationSequence'],\n '9934': ['SQ', '1', 'ReconstructionProtocolElementSequence'],\n '9935': ['SQ', '1', 'StorageProtocolElementSpecificationSequence'],\n '9936': ['SQ', '1', 'StorageProtocolElementSequence'],\n '9937': ['LO', '1', 'RequestedSeriesDescription'],\n '9938': ['US', '1-n', 'SourceAcquisitionProtocolElementNumber'],\n '9939': ['US', '1-n', 'SourceAcquisitionBeamNumber'],\n '993A': ['US', '1-n', 'SourceReconstructionProtocolElementNumber'],\n '993B': ['SQ', '1', 'ReconstructionStartLocationSequence'],\n '993C': ['SQ', '1', 'ReconstructionEndLocationSequence'],\n '993D': ['SQ', '1', 'ReconstructionAlgorithmSequence'],\n '993E': ['SQ', '1', 'ReconstructionTargetCenterLocationSequence'],\n '9941': ['UT', '1', 'ImageFilterDescription'],\n '9942': ['FD', '1', 'CTDIvolNotificationTrigger'],\n '9943': ['FD', '1', 'DLPNotificationTrigger'],\n '9944': ['CS', '1', 'AutoKVPSelectionType'],\n '9945': ['FD', '1', 'AutoKVPUpperBound'],\n '9946': ['FD', '1', 'AutoKVPLowerBound'],\n '9947': ['CS', '1', 'ProtocolDefinedPatientPosition'],\n 'A001': ['SQ', '1', 'ContributingEquipmentSequence'],\n 'A002': ['DT', '1', 'ContributionDateTime'],\n 'A003': ['ST', '1', 'ContributionDescription']\n },\n '0020': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '000D': ['UI', '1', 'StudyInstanceUID'],\n '000E': ['UI', '1', 'SeriesInstanceUID'],\n '0010': ['SH', '1', 'StudyID'],\n '0011': ['IS', '1', 'SeriesNumber'],\n '0012': ['IS', '1', 'AcquisitionNumber'],\n '0013': ['IS', '1', 'InstanceNumber'],\n '0014': ['IS', '1', 'IsotopeNumber'],\n '0015': ['IS', '1', 'PhaseNumber'],\n '0016': ['IS', '1', 'IntervalNumber'],\n '0017': ['IS', '1', 'TimeSlotNumber'],\n '0018': ['IS', '1', 'AngleNumber'],\n '0019': ['IS', '1', 'ItemNumber'],\n '0020': ['CS', '2', 'PatientOrientation'],\n '0022': ['IS', '1', 'OverlayNumber'],\n '0024': ['IS', '1', 'CurveNumber'],\n '0026': ['IS', '1', 'LUTNumber'],\n '0030': ['DS', '3', 'ImagePosition'],\n '0032': ['DS', '3', 'ImagePositionPatient'],\n '0035': ['DS', '6', 'ImageOrientation'],\n '0037': ['DS', '6', 'ImageOrientationPatient'],\n '0050': ['DS', '1', 'Location'],\n '0052': ['UI', '1', 'FrameOfReferenceUID'],\n '0060': ['CS', '1', 'Laterality'],\n '0062': ['CS', '1', 'ImageLaterality'],\n '0070': ['LO', '1', 'ImageGeometryType'],\n '0080': ['CS', '1-n', 'MaskingImage'],\n '00AA': ['IS', '1', 'ReportNumber'],\n '0100': ['IS', '1', 'TemporalPositionIdentifier'],\n '0105': ['IS', '1', 'NumberOfTemporalPositions'],\n '0110': ['DS', '1', 'TemporalResolution'],\n '0200': ['UI', '1', 'SynchronizationFrameOfReferenceUID'],\n '0242': ['UI', '1', 'SOPInstanceUIDOfConcatenationSource'],\n '1000': ['IS', '1', 'SeriesInStudy'],\n '1001': ['IS', '1', 'AcquisitionsInSeries'],\n '1002': ['IS', '1', 'ImagesInAcquisition'],\n '1003': ['IS', '1', 'ImagesInSeries'],\n '1004': ['IS', '1', 'AcquisitionsInStudy'],\n '1005': ['IS', '1', 'ImagesInStudy'],\n '1020': ['LO', '1-n', 'Reference'],\n '103F': ['LO', '1', 'TargetPositionReferenceIndicator'],\n '1040': ['LO', '1', 'PositionReferenceIndicator'],\n '1041': ['DS', '1', 'SliceLocation'],\n '1070': ['IS', '1-n', 'OtherStudyNumbers'],\n '1200': ['IS', '1', 'NumberOfPatientRelatedStudies'],\n '1202': ['IS', '1', 'NumberOfPatientRelatedSeries'],\n '1204': ['IS', '1', 'NumberOfPatientRelatedInstances'],\n '1206': ['IS', '1', 'NumberOfStudyRelatedSeries'],\n '1208': ['IS', '1', 'NumberOfStudyRelatedInstances'],\n '1209': ['IS', '1', 'NumberOfSeriesRelatedInstances'],\n '3100': ['CS', '1-n', 'SourceImageIDs'],\n '3401': ['CS', '1', 'ModifyingDeviceID'],\n '3402': ['CS', '1', 'ModifiedImageID'],\n '3403': ['DA', '1', 'ModifiedImageDate'],\n '3404': ['LO', '1', 'ModifyingDeviceManufacturer'],\n '3405': ['TM', '1', 'ModifiedImageTime'],\n '3406': ['LO', '1', 'ModifiedImageDescription'],\n '4000': ['LT', '1', 'ImageComments'],\n '5000': ['AT', '1-n', 'OriginalImageIdentification'],\n '5002': ['LO', '1-n', 'OriginalImageIdentificationNomenclature'],\n '9056': ['SH', '1', 'StackID'],\n '9057': ['UL', '1', 'InStackPositionNumber'],\n '9071': ['SQ', '1', 'FrameAnatomySequence'],\n '9072': ['CS', '1', 'FrameLaterality'],\n '9111': ['SQ', '1', 'FrameContentSequence'],\n '9113': ['SQ', '1', 'PlanePositionSequence'],\n '9116': ['SQ', '1', 'PlaneOrientationSequence'],\n '9128': ['UL', '1', 'TemporalPositionIndex'],\n '9153': ['FD', '1', 'NominalCardiacTriggerDelayTime'],\n '9154': ['FL', '1', 'NominalCardiacTriggerTimePriorToRPeak'],\n '9155': ['FL', '1', 'ActualCardiacTriggerTimePriorToRPeak'],\n '9156': ['US', '1', 'FrameAcquisitionNumber'],\n '9157': ['UL', '1-n', 'DimensionIndexValues'],\n '9158': ['LT', '1', 'FrameComments'],\n '9161': ['UI', '1', 'ConcatenationUID'],\n '9162': ['US', '1', 'InConcatenationNumber'],\n '9163': ['US', '1', 'InConcatenationTotalNumber'],\n '9164': ['UI', '1', 'DimensionOrganizationUID'],\n '9165': ['AT', '1', 'DimensionIndexPointer'],\n '9167': ['AT', '1', 'FunctionalGroupPointer'],\n '9170': ['SQ', '1', 'UnassignedSharedConvertedAttributesSequence'],\n '9171': ['SQ', '1', 'UnassignedPerFrameConvertedAttributesSequence'],\n '9172': ['SQ', '1', 'ConversionSourceAttributesSequence'],\n '9213': ['LO', '1', 'DimensionIndexPrivateCreator'],\n '9221': ['SQ', '1', 'DimensionOrganizationSequence'],\n '9222': ['SQ', '1', 'DimensionIndexSequence'],\n '9228': ['UL', '1', 'ConcatenationFrameOffsetNumber'],\n '9238': ['LO', '1', 'FunctionalGroupPrivateCreator'],\n '9241': ['FL', '1', 'NominalPercentageOfCardiacPhase'],\n '9245': ['FL', '1', 'NominalPercentageOfRespiratoryPhase'],\n '9246': ['FL', '1', 'StartingRespiratoryAmplitude'],\n '9247': ['CS', '1', 'StartingRespiratoryPhase'],\n '9248': ['FL', '1', 'EndingRespiratoryAmplitude'],\n '9249': ['CS', '1', 'EndingRespiratoryPhase'],\n '9250': ['CS', '1', 'RespiratoryTriggerType'],\n '9251': ['FD', '1', 'RRIntervalTimeNominal'],\n '9252': ['FD', '1', 'ActualCardiacTriggerDelayTime'],\n '9253': ['SQ', '1', 'RespiratorySynchronizationSequence'],\n '9254': ['FD', '1', 'RespiratoryIntervalTime'],\n '9255': ['FD', '1', 'NominalRespiratoryTriggerDelayTime'],\n '9256': ['FD', '1', 'RespiratoryTriggerDelayThreshold'],\n '9257': ['FD', '1', 'ActualRespiratoryTriggerDelayTime'],\n '9301': ['FD', '3', 'ImagePositionVolume'],\n '9302': ['FD', '6', 'ImageOrientationVolume'],\n '9307': ['CS', '1', 'UltrasoundAcquisitionGeometry'],\n '9308': ['FD', '3', 'ApexPosition'],\n '9309': ['FD', '16', 'VolumeToTransducerMappingMatrix'],\n '930A': ['FD', '16', 'VolumeToTableMappingMatrix'],\n '930B': ['CS', '1', 'VolumeToTransducerRelationship'],\n '930C': ['CS', '1', 'PatientFrameOfReferenceSource'],\n '930D': ['FD', '1', 'TemporalPositionTimeOffset'],\n '930E': ['SQ', '1', 'PlanePositionVolumeSequence'],\n '930F': ['SQ', '1', 'PlaneOrientationVolumeSequence'],\n '9310': ['SQ', '1', 'TemporalPositionSequence'],\n '9311': ['CS', '1', 'DimensionOrganizationType'],\n '9312': ['UI', '1', 'VolumeFrameOfReferenceUID'],\n '9313': ['UI', '1', 'TableFrameOfReferenceUID'],\n '9421': ['LO', '1', 'DimensionDescriptionLabel'],\n '9450': ['SQ', '1', 'PatientOrientationInFrameSequence'],\n '9453': ['LO', '1', 'FrameLabel'],\n '9518': ['US', '1-n', 'AcquisitionIndex'],\n '9529': ['SQ', '1', 'ContributingSOPInstancesReferenceSequence'],\n '9536': ['US', '1', 'ReconstructionIndex']\n },\n '0022': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['US', '1', 'LightPathFilterPassThroughWavelength'],\n '0002': ['US', '2', 'LightPathFilterPassBand'],\n '0003': ['US', '1', 'ImagePathFilterPassThroughWavelength'],\n '0004': ['US', '2', 'ImagePathFilterPassBand'],\n '0005': ['CS', '1', 'PatientEyeMovementCommanded'],\n '0006': ['SQ', '1', 'PatientEyeMovementCommandCodeSequence'],\n '0007': ['FL', '1', 'SphericalLensPower'],\n '0008': ['FL', '1', 'CylinderLensPower'],\n '0009': ['FL', '1', 'CylinderAxis'],\n '000A': ['FL', '1', 'EmmetropicMagnification'],\n '000B': ['FL', '1', 'IntraOcularPressure'],\n '000C': ['FL', '1', 'HorizontalFieldOfView'],\n '000D': ['CS', '1', 'PupilDilated'],\n '000E': ['FL', '1', 'DegreeOfDilation'],\n '0010': ['FL', '1', 'StereoBaselineAngle'],\n '0011': ['FL', '1', 'StereoBaselineDisplacement'],\n '0012': ['FL', '1', 'StereoHorizontalPixelOffset'],\n '0013': ['FL', '1', 'StereoVerticalPixelOffset'],\n '0014': ['FL', '1', 'StereoRotation'],\n '0015': ['SQ', '1', 'AcquisitionDeviceTypeCodeSequence'],\n '0016': ['SQ', '1', 'IlluminationTypeCodeSequence'],\n '0017': ['SQ', '1', 'LightPathFilterTypeStackCodeSequence'],\n '0018': ['SQ', '1', 'ImagePathFilterTypeStackCodeSequence'],\n '0019': ['SQ', '1', 'LensesCodeSequence'],\n '001A': ['SQ', '1', 'ChannelDescriptionCodeSequence'],\n '001B': ['SQ', '1', 'RefractiveStateSequence'],\n '001C': ['SQ', '1', 'MydriaticAgentCodeSequence'],\n '001D': ['SQ', '1', 'RelativeImagePositionCodeSequence'],\n '001E': ['FL', '1', 'CameraAngleOfView'],\n '0020': ['SQ', '1', 'StereoPairsSequence'],\n '0021': ['SQ', '1', 'LeftImageSequence'],\n '0022': ['SQ', '1', 'RightImageSequence'],\n '0028': ['CS', '1', 'StereoPairsPresent'],\n '0030': ['FL', '1', 'AxialLengthOfTheEye'],\n '0031': ['SQ', '1', 'OphthalmicFrameLocationSequence'],\n '0032': ['FL', '2-2n', 'ReferenceCoordinates'],\n '0035': ['FL', '1', 'DepthSpatialResolution'],\n '0036': ['FL', '1', 'MaximumDepthDistortion'],\n '0037': ['FL', '1', 'AlongScanSpatialResolution'],\n '0038': ['FL', '1', 'MaximumAlongScanDistortion'],\n '0039': ['CS', '1', 'OphthalmicImageOrientation'],\n '0041': ['FL', '1', 'DepthOfTransverseImage'],\n '0042': ['SQ', '1', 'MydriaticAgentConcentrationUnitsSequence'],\n '0048': ['FL', '1', 'AcrossScanSpatialResolution'],\n '0049': ['FL', '1', 'MaximumAcrossScanDistortion'],\n '004E': ['DS', '1', 'MydriaticAgentConcentration'],\n '0055': ['FL', '1', 'IlluminationWaveLength'],\n '0056': ['FL', '1', 'IlluminationPower'],\n '0057': ['FL', '1', 'IlluminationBandwidth'],\n '0058': ['SQ', '1', 'MydriaticAgentSequence'],\n '1007': ['SQ', '1', 'OphthalmicAxialMeasurementsRightEyeSequence'],\n '1008': ['SQ', '1', 'OphthalmicAxialMeasurementsLeftEyeSequence'],\n '1009': ['CS', '1', 'OphthalmicAxialMeasurementsDeviceType'],\n '1010': ['CS', '1', 'OphthalmicAxialLengthMeasurementsType'],\n '1012': ['SQ', '1', 'OphthalmicAxialLengthSequence'],\n '1019': ['FL', '1', 'OphthalmicAxialLength'],\n '1024': ['SQ', '1', 'LensStatusCodeSequence'],\n '1025': ['SQ', '1', 'VitreousStatusCodeSequence'],\n '1028': ['SQ', '1', 'IOLFormulaCodeSequence'],\n '1029': ['LO', '1', 'IOLFormulaDetail'],\n '1033': ['FL', '1', 'KeratometerIndex'],\n '1035': ['SQ', '1', 'SourceOfOphthalmicAxialLengthCodeSequence'],\n '1036': ['SQ', '1', 'SourceOfCornealSizeDataCodeSequence'],\n '1037': ['FL', '1', 'TargetRefraction'],\n '1039': ['CS', '1', 'RefractiveProcedureOccurred'],\n '1040': ['SQ', '1', 'RefractiveSurgeryTypeCodeSequence'],\n '1044': ['SQ', '1', 'OphthalmicUltrasoundMethodCodeSequence'],\n '1045': ['SQ', '1', 'SurgicallyInducedAstigmatismSequence'],\n '1046': ['CS', '1', 'TypeOfOpticalCorrection'],\n '1047': ['SQ', '1', 'ToricIOLPowerSequence'],\n '1048': ['SQ', '1', 'PredictedToricErrorSequence'],\n '1049': ['CS', '1', 'PreSelectedForImplantation'],\n '104A': ['SQ', '1', 'ToricIOLPowerForExactEmmetropiaSequence'],\n '104B': ['SQ', '1', 'ToricIOLPowerForExactTargetRefractionSequence'],\n '1050': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsSequence'],\n '1053': ['FL', '1', 'IOLPower'],\n '1054': ['FL', '1', 'PredictedRefractiveError'],\n '1059': ['FL', '1', 'OphthalmicAxialLengthVelocity'],\n '1065': ['LO', '1', 'LensStatusDescription'],\n '1066': ['LO', '1', 'VitreousStatusDescription'],\n '1090': ['SQ', '1', 'IOLPowerSequence'],\n '1092': ['SQ', '1', 'LensConstantSequence'],\n '1093': ['LO', '1', 'IOLManufacturer'],\n '1094': ['LO', '1', 'LensConstantDescription'],\n '1095': ['LO', '1', 'ImplantName'],\n '1096': ['SQ', '1', 'KeratometryMeasurementTypeCodeSequence'],\n '1097': ['LO', '1', 'ImplantPartNumber'],\n '1100': ['SQ', '1', 'ReferencedOphthalmicAxialMeasurementsSequence'],\n '1101': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence'],\n '1103': ['SQ', '1', 'RefractiveErrorBeforeRefractiveSurgeryCodeSequence'],\n '1121': ['FL', '1', 'IOLPowerForExactEmmetropia'],\n '1122': ['FL', '1', 'IOLPowerForExactTargetRefraction'],\n '1125': ['SQ', '1', 'AnteriorChamberDepthDefinitionCodeSequence'],\n '1127': ['SQ', '1', 'LensThicknessSequence'],\n '1128': ['SQ', '1', 'AnteriorChamberDepthSequence'],\n '112A': ['SQ', '1', 'CalculationCommentSequence'],\n '112B': ['CS', '1', 'CalculationCommentType'],\n '112C': ['LT', '1', 'CalculationComment'],\n '1130': ['FL', '1', 'LensThickness'],\n '1131': ['FL', '1', 'AnteriorChamberDepth'],\n '1132': ['SQ', '1', 'SourceOfLensThicknessDataCodeSequence'],\n '1133': ['SQ', '1', 'SourceOfAnteriorChamberDepthDataCodeSequence'],\n '1134': ['SQ', '1', 'SourceOfRefractiveMeasurementsSequence'],\n '1135': ['SQ', '1', 'SourceOfRefractiveMeasurementsCodeSequence'],\n '1140': ['CS', '1', 'OphthalmicAxialLengthMeasurementModified'],\n '1150': ['SQ', '1', 'OphthalmicAxialLengthDataSourceCodeSequence'],\n '1153': ['SQ', '1', 'OphthalmicAxialLengthAcquisitionMethodCodeSequence'],\n '1155': ['FL', '1', 'SignalToNoiseRatio'],\n '1159': ['LO', '1', 'OphthalmicAxialLengthDataSourceDescription'],\n '1210': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsTotalLengthSequence'],\n '1211': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsSegmentalLengthSequence'],\n '1212': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsLengthSummationSequence'],\n '1220': ['SQ', '1', 'UltrasoundOphthalmicAxialLengthMeasurementsSequence'],\n '1225': ['SQ', '1', 'OpticalOphthalmicAxialLengthMeasurementsSequence'],\n '1230': ['SQ', '1', 'UltrasoundSelectedOphthalmicAxialLengthSequence'],\n '1250': ['SQ', '1', 'OphthalmicAxialLengthSelectionMethodCodeSequence'],\n '1255': ['SQ', '1', 'OpticalSelectedOphthalmicAxialLengthSequence'],\n '1257': ['SQ', '1', 'SelectedSegmentalOphthalmicAxialLengthSequence'],\n '1260': ['SQ', '1', 'SelectedTotalOphthalmicAxialLengthSequence'],\n '1262': ['SQ', '1', 'OphthalmicAxialLengthQualityMetricSequence'],\n '1265': ['SQ', '1', 'OphthalmicAxialLengthQualityMetricTypeCodeSequence'],\n '1273': ['LO', '1', 'OphthalmicAxialLengthQualityMetricTypeDescription'],\n '1300': ['SQ', '1', 'IntraocularLensCalculationsRightEyeSequence'],\n '1310': ['SQ', '1', 'IntraocularLensCalculationsLeftEyeSequence'],\n '1330': ['SQ', '1', 'ReferencedOphthalmicAxialLengthMeasurementQCImageSequence'],\n '1415': ['CS', '1', 'OphthalmicMappingDeviceType'],\n '1420': ['SQ', '1', 'AcquisitionMethodCodeSequence'],\n '1423': ['SQ', '1', 'AcquisitionMethodAlgorithmSequence'],\n '1436': ['SQ', '1', 'OphthalmicThicknessMapTypeCodeSequence'],\n '1443': ['SQ', '1', 'OphthalmicThicknessMappingNormalsSequence'],\n '1445': ['SQ', '1', 'RetinalThicknessDefinitionCodeSequence'],\n '1450': ['SQ', '1', 'PixelValueMappingToCodedConceptSequence'],\n '1452': ['xs', '1', 'MappedPixelValue'],\n '1454': ['LO', '1', 'PixelValueMappingExplanation'],\n '1458': ['SQ', '1', 'OphthalmicThicknessMapQualityThresholdSequence'],\n '1460': ['FL', '1', 'OphthalmicThicknessMapThresholdQualityRating'],\n '1463': ['FL', '2', 'AnatomicStructureReferencePoint'],\n '1465': ['SQ', '1', 'RegistrationToLocalizerSequence'],\n '1466': ['CS', '1', 'RegisteredLocalizerUnits'],\n '1467': ['FL', '2', 'RegisteredLocalizerTopLeftHandCorner'],\n '1468': ['FL', '2', 'RegisteredLocalizerBottomRightHandCorner'],\n '1470': ['SQ', '1', 'OphthalmicThicknessMapQualityRatingSequence'],\n '1472': ['SQ', '1', 'RelevantOPTAttributesSequence'],\n '1512': ['SQ', '1', 'TransformationMethodCodeSequence'],\n '1513': ['SQ', '1', 'TransformationAlgorithmSequence'],\n '1515': ['CS', '1', 'OphthalmicAxialLengthMethod'],\n '1517': ['FL', '1', 'OphthalmicFOV'],\n '1518': ['SQ', '1', 'TwoDimensionalToThreeDimensionalMapSequence'],\n '1525': ['SQ', '1', 'WideFieldOphthalmicPhotographyQualityRatingSequence'],\n '1526': ['SQ', '1', 'WideFieldOphthalmicPhotographyQualityThresholdSequence'],\n '1527': ['FL', '1', 'WideFieldOphthalmicPhotographyThresholdQualityRating'],\n '1528': ['FL', '1', 'XCoordinatesCenterPixelViewAngle'],\n '1529': ['FL', '1', 'YCoordinatesCenterPixelViewAngle'],\n '1530': ['UL', '1', 'NumberOfMapPoints'],\n '1531': ['OF', '1', 'TwoDimensionalToThreeDimensionalMapData'],\n '1612': ['SQ', '1', 'DerivationAlgorithmSequence'],\n '1615': ['SQ', '1', 'OphthalmicImageTypeCodeSequence'],\n '1616': ['LO', '1', 'OphthalmicImageTypeDescription'],\n '1618': ['SQ', '1', 'ScanPatternTypeCodeSequence'],\n '1620': ['SQ', '1', 'ReferencedSurfaceMeshIdentificationSequence'],\n '1622': ['CS', '1', 'OphthalmicVolumetricPropertiesFlag'],\n '1624': ['FL', '1', 'OphthalmicAnatomicReferencePointXCoordinate'],\n '1626': ['FL', '1', 'OphthalmicAnatomicReferencePointYCoordinate'],\n '1628': ['SQ', '1', 'OphthalmicEnFaceImageQualityRatingSequence'],\n '1630': ['DS', '1', 'QualityThreshold'],\n '1640': ['SQ', '1', 'OCTBscanAnalysisAcquisitionParametersSequence'],\n '1642': ['UL', '1', 'NumberOfBscansPerFrame'],\n '1643': ['FL', '1', 'BscanSlabThickness'],\n '1644': ['FL', '1', 'DistanceBetweenBscanSlabs'],\n '1645': ['FL', '1', 'BscanCycleTime'],\n '1646': ['FL', '1-n', 'BscanCycleTimeVector'],\n '1649': ['FL', '1', 'AscanRate'],\n '1650': ['FL', '1', 'BscanRate'],\n '1658': ['UL', '1', 'SurfaceMeshZPixelOffset']\n },\n '0024': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['FL', '1', 'VisualFieldHorizontalExtent'],\n '0011': ['FL', '1', 'VisualFieldVerticalExtent'],\n '0012': ['CS', '1', 'VisualFieldShape'],\n '0016': ['SQ', '1', 'ScreeningTestModeCodeSequence'],\n '0018': ['FL', '1', 'MaximumStimulusLuminance'],\n '0020': ['FL', '1', 'BackgroundLuminance'],\n '0021': ['SQ', '1', 'StimulusColorCodeSequence'],\n '0024': ['SQ', '1', 'BackgroundIlluminationColorCodeSequence'],\n '0025': ['FL', '1', 'StimulusArea'],\n '0028': ['FL', '1', 'StimulusPresentationTime'],\n '0032': ['SQ', '1', 'FixationSequence'],\n '0033': ['SQ', '1', 'FixationMonitoringCodeSequence'],\n '0034': ['SQ', '1', 'VisualFieldCatchTrialSequence'],\n '0035': ['US', '1', 'FixationCheckedQuantity'],\n '0036': ['US', '1', 'PatientNotProperlyFixatedQuantity'],\n '0037': ['CS', '1', 'PresentedVisualStimuliDataFlag'],\n '0038': ['US', '1', 'NumberOfVisualStimuli'],\n '0039': ['CS', '1', 'ExcessiveFixationLossesDataFlag'],\n '0040': ['CS', '1', 'ExcessiveFixationLosses'],\n '0042': ['US', '1', 'StimuliRetestingQuantity'],\n '0044': ['LT', '1', 'CommentsOnPatientPerformanceOfVisualField'],\n '0045': ['CS', '1', 'FalseNegativesEstimateFlag'],\n '0046': ['FL', '1', 'FalseNegativesEstimate'],\n '0048': ['US', '1', 'NegativeCatchTrialsQuantity'],\n '0050': ['US', '1', 'FalseNegativesQuantity'],\n '0051': ['CS', '1', 'ExcessiveFalseNegativesDataFlag'],\n '0052': ['CS', '1', 'ExcessiveFalseNegatives'],\n '0053': ['CS', '1', 'FalsePositivesEstimateFlag'],\n '0054': ['FL', '1', 'FalsePositivesEstimate'],\n '0055': ['CS', '1', 'CatchTrialsDataFlag'],\n '0056': ['US', '1', 'PositiveCatchTrialsQuantity'],\n '0057': ['CS', '1', 'TestPointNormalsDataFlag'],\n '0058': ['SQ', '1', 'TestPointNormalsSequence'],\n '0059': ['CS', '1', 'GlobalDeviationProbabilityNormalsFlag'],\n '0060': ['US', '1', 'FalsePositivesQuantity'],\n '0061': ['CS', '1', 'ExcessiveFalsePositivesDataFlag'],\n '0062': ['CS', '1', 'ExcessiveFalsePositives'],\n '0063': ['CS', '1', 'VisualFieldTestNormalsFlag'],\n '0064': ['SQ', '1', 'ResultsNormalsSequence'],\n '0065': ['SQ', '1', 'AgeCorrectedSensitivityDeviationAlgorithmSequence'],\n '0066': ['FL', '1', 'GlobalDeviationFromNormal'],\n '0067': ['SQ', '1', 'GeneralizedDefectSensitivityDeviationAlgorithmSequence'],\n '0068': ['FL', '1', 'LocalizedDeviationFromNormal'],\n '0069': ['LO', '1', 'PatientReliabilityIndicator'],\n '0070': ['FL', '1', 'VisualFieldMeanSensitivity'],\n '0071': ['FL', '1', 'GlobalDeviationProbability'],\n '0072': ['CS', '1', 'LocalDeviationProbabilityNormalsFlag'],\n '0073': ['FL', '1', 'LocalizedDeviationProbability'],\n '0074': ['CS', '1', 'ShortTermFluctuationCalculated'],\n '0075': ['FL', '1', 'ShortTermFluctuation'],\n '0076': ['CS', '1', 'ShortTermFluctuationProbabilityCalculated'],\n '0077': ['FL', '1', 'ShortTermFluctuationProbability'],\n '0078': ['CS', '1', 'CorrectedLocalizedDeviationFromNormalCalculated'],\n '0079': ['FL', '1', 'CorrectedLocalizedDeviationFromNormal'],\n '0080': ['CS', '1', 'CorrectedLocalizedDeviationFromNormalProbabilityCalculated'],\n '0081': ['FL', '1', 'CorrectedLocalizedDeviationFromNormalProbability'],\n '0083': ['SQ', '1', 'GlobalDeviationProbabilitySequence'],\n '0085': ['SQ', '1', 'LocalizedDeviationProbabilitySequence'],\n '0086': ['CS', '1', 'FovealSensitivityMeasured'],\n '0087': ['FL', '1', 'FovealSensitivity'],\n '0088': ['FL', '1', 'VisualFieldTestDuration'],\n '0089': ['SQ', '1', 'VisualFieldTestPointSequence'],\n '0090': ['FL', '1', 'VisualFieldTestPointXCoordinate'],\n '0091': ['FL', '1', 'VisualFieldTestPointYCoordinate'],\n '0092': ['FL', '1', 'AgeCorrectedSensitivityDeviationValue'],\n '0093': ['CS', '1', 'StimulusResults'],\n '0094': ['FL', '1', 'SensitivityValue'],\n '0095': ['CS', '1', 'RetestStimulusSeen'],\n '0096': ['FL', '1', 'RetestSensitivityValue'],\n '0097': ['SQ', '1', 'VisualFieldTestPointNormalsSequence'],\n '0098': ['FL', '1', 'QuantifiedDefect'],\n '0100': ['FL', '1', 'AgeCorrectedSensitivityDeviationProbabilityValue'],\n '0102': ['CS', '1', 'GeneralizedDefectCorrectedSensitivityDeviationFlag'],\n '0103': ['FL', '1', 'GeneralizedDefectCorrectedSensitivityDeviationValue'],\n '0104': ['FL', '1', 'GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue'],\n '0105': ['FL', '1', 'MinimumSensitivityValue'],\n '0106': ['CS', '1', 'BlindSpotLocalized'],\n '0107': ['FL', '1', 'BlindSpotXCoordinate'],\n '0108': ['FL', '1', 'BlindSpotYCoordinate'],\n '0110': ['SQ', '1', 'VisualAcuityMeasurementSequence'],\n '0112': ['SQ', '1', 'RefractiveParametersUsedOnPatientSequence'],\n '0113': ['CS', '1', 'MeasurementLaterality'],\n '0114': ['SQ', '1', 'OphthalmicPatientClinicalInformationLeftEyeSequence'],\n '0115': ['SQ', '1', 'OphthalmicPatientClinicalInformationRightEyeSequence'],\n '0117': ['CS', '1', 'FovealPointNormativeDataFlag'],\n '0118': ['FL', '1', 'FovealPointProbabilityValue'],\n '0120': ['CS', '1', 'ScreeningBaselineMeasured'],\n '0122': ['SQ', '1', 'ScreeningBaselineMeasuredSequence'],\n '0124': ['CS', '1', 'ScreeningBaselineType'],\n '0126': ['FL', '1', 'ScreeningBaselineValue'],\n '0202': ['LO', '1', 'AlgorithmSource'],\n '0306': ['LO', '1', 'DataSetName'],\n '0307': ['LO', '1', 'DataSetVersion'],\n '0308': ['LO', '1', 'DataSetSource'],\n '0309': ['LO', '1', 'DataSetDescription'],\n '0317': ['SQ', '1', 'VisualFieldTestReliabilityGlobalIndexSequence'],\n '0320': ['SQ', '1', 'VisualFieldGlobalResultsIndexSequence'],\n '0325': ['SQ', '1', 'DataObservationSequence'],\n '0338': ['CS', '1', 'IndexNormalsFlag'],\n '0341': ['FL', '1', 'IndexProbability'],\n '0344': ['SQ', '1', 'IndexProbabilitySequence']\n },\n '0028': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['US', '1', 'SamplesPerPixel'],\n '0003': ['US', '1', 'SamplesPerPixelUsed'],\n '0004': ['CS', '1', 'PhotometricInterpretation'],\n '0005': ['US', '1', 'ImageDimensions'],\n '0006': ['US', '1', 'PlanarConfiguration'],\n '0008': ['IS', '1', 'NumberOfFrames'],\n '0009': ['AT', '1-n', 'FrameIncrementPointer'],\n '000A': ['AT', '1-n', 'FrameDimensionPointer'],\n '0010': ['US', '1', 'Rows'],\n '0011': ['US', '1', 'Columns'],\n '0012': ['US', '1', 'Planes'],\n '0014': ['US', '1', 'UltrasoundColorDataPresent'],\n '0020': ['', '', ''],\n '0030': ['DS', '2', 'PixelSpacing'],\n '0031': ['DS', '2', 'ZoomFactor'],\n '0032': ['DS', '2', 'ZoomCenter'],\n '0034': ['IS', '2', 'PixelAspectRatio'],\n '0040': ['CS', '1', 'ImageFormat'],\n '0050': ['LO', '1-n', 'ManipulatedImage'],\n '0051': ['CS', '1-n', 'CorrectedImage'],\n '005F': ['LO', '1', 'CompressionRecognitionCode'],\n '0060': ['CS', '1', 'CompressionCode'],\n '0061': ['SH', '1', 'CompressionOriginator'],\n '0062': ['LO', '1', 'CompressionLabel'],\n '0063': ['SH', '1', 'CompressionDescription'],\n '0065': ['CS', '1-n', 'CompressionSequence'],\n '0066': ['AT', '1-n', 'CompressionStepPointers'],\n '0068': ['US', '1', 'RepeatInterval'],\n '0069': ['US', '1', 'BitsGrouped'],\n '0070': ['US', '1-n', 'PerimeterTable'],\n '0071': ['xs', '1', 'PerimeterValue'],\n '0080': ['US', '1', 'PredictorRows'],\n '0081': ['US', '1', 'PredictorColumns'],\n '0082': ['US', '1-n', 'PredictorConstants'],\n '0090': ['CS', '1', 'BlockedPixels'],\n '0091': ['US', '1', 'BlockRows'],\n '0092': ['US', '1', 'BlockColumns'],\n '0093': ['US', '1', 'RowOverlap'],\n '0094': ['US', '1', 'ColumnOverlap'],\n '0100': ['US', '1', 'BitsAllocated'],\n '0101': ['US', '1', 'BitsStored'],\n '0102': ['US', '1', 'HighBit'],\n '0103': ['US', '1', 'PixelRepresentation'],\n '0104': ['xs', '1', 'SmallestValidPixelValue'],\n '0105': ['xs', '1', 'LargestValidPixelValue'],\n '0106': ['xs', '1', 'SmallestImagePixelValue'],\n '0107': ['xs', '1', 'LargestImagePixelValue'],\n '0108': ['xs', '1', 'SmallestPixelValueInSeries'],\n '0109': ['xs', '1', 'LargestPixelValueInSeries'],\n '0110': ['xs', '1', 'SmallestImagePixelValueInPlane'],\n '0111': ['xs', '1', 'LargestImagePixelValueInPlane'],\n '0120': ['xs', '1', 'PixelPaddingValue'],\n '0121': ['xs', '1', 'PixelPaddingRangeLimit'],\n '0122': ['FL', '1', 'FloatPixelPaddingValue'],\n '0123': ['FD', '1', 'DoubleFloatPixelPaddingValue'],\n '0124': ['FL', '1', 'FloatPixelPaddingRangeLimit'],\n '0125': ['FD', '1', 'DoubleFloatPixelPaddingRangeLimit'],\n '0200': ['US', '1', 'ImageLocation'],\n '0300': ['CS', '1', 'QualityControlImage'],\n '0301': ['CS', '1', 'BurnedInAnnotation'],\n '0302': ['CS', '1', 'RecognizableVisualFeatures'],\n '0303': ['CS', '1', 'LongitudinalTemporalInformationModified'],\n '0304': ['UI', '1', 'ReferencedColorPaletteInstanceUID'],\n '0400': ['LO', '1', 'TransformLabel'],\n '0401': ['LO', '1', 'TransformVersionNumber'],\n '0402': ['US', '1', 'NumberOfTransformSteps'],\n '0403': ['LO', '1-n', 'SequenceOfCompressedData'],\n '0404': ['AT', '1-n', 'DetailsOfCoefficients'],\n '04x0': ['US', '1', 'RowsForNthOrderCoefficients'],\n '04x1': ['US', '1', 'ColumnsForNthOrderCoefficients'],\n '04x2': ['LO', '1-n', 'CoefficientCoding'],\n '04x3': ['AT', '1-n', 'CoefficientCodingPointers'],\n '0700': ['LO', '1', 'DCTLabel'],\n '0701': ['CS', '1-n', 'DataBlockDescription'],\n '0702': ['AT', '1-n', 'DataBlock'],\n '0710': ['US', '1', 'NormalizationFactorFormat'],\n '0720': ['US', '1', 'ZonalMapNumberFormat'],\n '0721': ['AT', '1-n', 'ZonalMapLocation'],\n '0722': ['US', '1', 'ZonalMapFormat'],\n '0730': ['US', '1', 'AdaptiveMapFormat'],\n '0740': ['US', '1', 'CodeNumberFormat'],\n '08x0': ['CS', '1-n', 'CodeLabel'],\n '08x2': ['US', '1', 'NumberOfTables'],\n '08x3': ['AT', '1-n', 'CodeTableLocation'],\n '08x4': ['US', '1', 'BitsForCodeWord'],\n '08x8': ['AT', '1-n', 'ImageDataLocation'],\n '0A02': ['CS', '1', 'PixelSpacingCalibrationType'],\n '0A04': ['LO', '1', 'PixelSpacingCalibrationDescription'],\n '1040': ['CS', '1', 'PixelIntensityRelationship'],\n '1041': ['SS', '1', 'PixelIntensityRelationshipSign'],\n '1050': ['DS', '1-n', 'WindowCenter'],\n '1051': ['DS', '1-n', 'WindowWidth'],\n '1052': ['DS', '1', 'RescaleIntercept'],\n '1053': ['DS', '1', 'RescaleSlope'],\n '1054': ['LO', '1', 'RescaleType'],\n '1055': ['LO', '1-n', 'WindowCenterWidthExplanation'],\n '1056': ['CS', '1', 'VOILUTFunction'],\n '1080': ['CS', '1', 'GrayScale'],\n '1090': ['CS', '1', 'RecommendedViewingMode'],\n '1100': ['xs', '3', 'GrayLookupTableDescriptor'],\n '1101': ['xs', '3', 'RedPaletteColorLookupTableDescriptor'],\n '1102': ['xs', '3', 'GreenPaletteColorLookupTableDescriptor'],\n '1103': ['xs', '3', 'BluePaletteColorLookupTableDescriptor'],\n '1104': ['US', '3', 'AlphaPaletteColorLookupTableDescriptor'],\n '1111': ['xs', '4', 'LargeRedPaletteColorLookupTableDescriptor'],\n '1112': ['xs', '4', 'LargeGreenPaletteColorLookupTableDescriptor'],\n '1113': ['xs', '4', 'LargeBluePaletteColorLookupTableDescriptor'],\n '1199': ['UI', '1', 'PaletteColorLookupTableUID'],\n '1200': ['xs', '1-n or 1', 'GrayLookupTableData'],\n '1201': ['OW', '1', 'RedPaletteColorLookupTableData'],\n '1202': ['OW', '1', 'GreenPaletteColorLookupTableData'],\n '1203': ['OW', '1', 'BluePaletteColorLookupTableData'],\n '1204': ['OW', '1', 'AlphaPaletteColorLookupTableData'],\n '1211': ['OW', '1', 'LargeRedPaletteColorLookupTableData'],\n '1212': ['OW', '1', 'LargeGreenPaletteColorLookupTableData'],\n '1213': ['OW', '1', 'LargeBluePaletteColorLookupTableData'],\n '1214': ['UI', '1', 'LargePaletteColorLookupTableUID'],\n '1221': ['OW', '1', 'SegmentedRedPaletteColorLookupTableData'],\n '1222': ['OW', '1', 'SegmentedGreenPaletteColorLookupTableData'],\n '1223': ['OW', '1', 'SegmentedBluePaletteColorLookupTableData'],\n '1224': ['OW', '1', 'SegmentedAlphaPaletteColorLookupTableData'],\n '1230': ['SQ', '1', 'StoredValueColorRangeSequence'],\n '1231': ['FD', '1', 'MinimumStoredValueMapped'],\n '1232': ['FD', '1', 'MaximumStoredValueMapped'],\n '1300': ['CS', '1', 'BreastImplantPresent'],\n '1350': ['CS', '1', 'PartialView'],\n '1351': ['ST', '1', 'PartialViewDescription'],\n '1352': ['SQ', '1', 'PartialViewCodeSequence'],\n '135A': ['CS', '1', 'SpatialLocationsPreserved'],\n '1401': ['SQ', '1', 'DataFrameAssignmentSequence'],\n '1402': ['CS', '1', 'DataPathAssignment'],\n '1403': ['US', '1', 'BitsMappedToColorLookupTable'],\n '1404': ['SQ', '1', 'BlendingLUT1Sequence'],\n '1405': ['CS', '1', 'BlendingLUT1TransferFunction'],\n '1406': ['FD', '1', 'BlendingWeightConstant'],\n '1407': ['US', '3', 'BlendingLookupTableDescriptor'],\n '1408': ['OW', '1', 'BlendingLookupTableData'],\n '140B': ['SQ', '1', 'EnhancedPaletteColorLookupTableSequence'],\n '140C': ['SQ', '1', 'BlendingLUT2Sequence'],\n '140D': ['CS', '1', 'BlendingLUT2TransferFunction'],\n '140E': ['CS', '1', 'DataPathID'],\n '140F': ['CS', '1', 'RGBLUTTransferFunction'],\n '1410': ['CS', '1', 'AlphaLUTTransferFunction'],\n '2000': ['OB', '1', 'ICCProfile'],\n '2002': ['CS', '1', 'ColorSpace'],\n '2110': ['CS', '1', 'LossyImageCompression'],\n '2112': ['DS', '1-n', 'LossyImageCompressionRatio'],\n '2114': ['CS', '1-n', 'LossyImageCompressionMethod'],\n '3000': ['SQ', '1', 'ModalityLUTSequence'],\n '3002': ['xs', '3', 'LUTDescriptor'],\n '3003': ['LO', '1', 'LUTExplanation'],\n '3004': ['LO', '1', 'ModalityLUTType'],\n '3006': ['xx', '1-n or 1', 'LUTData'],\n '3010': ['SQ', '1', 'VOILUTSequence'],\n '3110': ['SQ', '1', 'SoftcopyVOILUTSequence'],\n '4000': ['LT', '1', 'ImagePresentationComments'],\n '5000': ['SQ', '1', 'BiPlaneAcquisitionSequence'],\n '6010': ['US', '1', 'RepresentativeFrameNumber'],\n '6020': ['US', '1-n', 'FrameNumbersOfInterest'],\n '6022': ['LO', '1-n', 'FrameOfInterestDescription'],\n '6023': ['CS', '1-n', 'FrameOfInterestType'],\n '6030': ['US', '1-n', 'MaskPointers'],\n '6040': ['US', '1-n', 'RWavePointer'],\n '6100': ['SQ', '1', 'MaskSubtractionSequence'],\n '6101': ['CS', '1', 'MaskOperation'],\n '6102': ['US', '2-2n', 'ApplicableFrameRange'],\n '6110': ['US', '1-n', 'MaskFrameNumbers'],\n '6112': ['US', '1', 'ContrastFrameAveraging'],\n '6114': ['FL', '2', 'MaskSubPixelShift'],\n '6120': ['SS', '1', 'TIDOffset'],\n '6190': ['ST', '1', 'MaskOperationExplanation'],\n '7000': ['SQ', '1', 'EquipmentAdministratorSequence'],\n '7001': ['US', '1', 'NumberOfDisplaySubsystems'],\n '7002': ['US', '1', 'CurrentConfigurationID'],\n '7003': ['US', '1', 'DisplaySubsystemID'],\n '7004': ['SH', '1', 'DisplaySubsystemName'],\n '7005': ['LO', '1', 'DisplaySubsystemDescription'],\n '7006': ['CS', '1', 'SystemStatus'],\n '7007': ['LO', '1', 'SystemStatusComment'],\n '7008': ['SQ', '1', 'TargetLuminanceCharacteristicsSequence'],\n '7009': ['US', '1', 'LuminanceCharacteristicsID'],\n '700A': ['SQ', '1', 'DisplaySubsystemConfigurationSequence'],\n '700B': ['US', '1', 'ConfigurationID'],\n '700C': ['SH', '1', 'ConfigurationName'],\n '700D': ['LO', '1', 'ConfigurationDescription'],\n '700E': ['US', '1', 'ReferencedTargetLuminanceCharacteristicsID'],\n '700F': ['SQ', '1', 'QAResultsSequence'],\n '7010': ['SQ', '1', 'DisplaySubsystemQAResultsSequence'],\n '7011': ['SQ', '1', 'ConfigurationQAResultsSequence'],\n '7012': ['SQ', '1', 'MeasurementEquipmentSequence'],\n '7013': ['CS', '1-n', 'MeasurementFunctions'],\n '7014': ['CS', '1', 'MeasurementEquipmentType'],\n '7015': ['SQ', '1', 'VisualEvaluationResultSequence'],\n '7016': ['SQ', '1', 'DisplayCalibrationResultSequence'],\n '7017': ['US', '1', 'DDLValue'],\n '7018': ['FL', '2', 'CIExyWhitePoint'],\n '7019': ['CS', '1', 'DisplayFunctionType'],\n '701A': ['FL', '1', 'GammaValue'],\n '701B': ['US', '1', 'NumberOfLuminancePoints'],\n '701C': ['SQ', '1', 'LuminanceResponseSequence'],\n '701D': ['FL', '1', 'TargetMinimumLuminance'],\n '701E': ['FL', '1', 'TargetMaximumLuminance'],\n '701F': ['FL', '1', 'LuminanceValue'],\n '7020': ['LO', '1', 'LuminanceResponseDescription'],\n '7021': ['CS', '1', 'WhitePointFlag'],\n '7022': ['SQ', '1', 'DisplayDeviceTypeCodeSequence'],\n '7023': ['SQ', '1', 'DisplaySubsystemSequence'],\n '7024': ['SQ', '1', 'LuminanceResultSequence'],\n '7025': ['CS', '1', 'AmbientLightValueSource'],\n '7026': ['CS', '1-n', 'MeasuredCharacteristics'],\n '7027': ['SQ', '1', 'LuminanceUniformityResultSequence'],\n '7028': ['SQ', '1', 'VisualEvaluationTestSequence'],\n '7029': ['CS', '1', 'TestResult'],\n '702A': ['LO', '1', 'TestResultComment'],\n '702B': ['CS', '1', 'TestImageValidation'],\n '702C': ['SQ', '1', 'TestPatternCodeSequence'],\n '702D': ['SQ', '1', 'MeasurementPatternCodeSequence'],\n '702E': ['SQ', '1', 'VisualEvaluationMethodCodeSequence'],\n '7FE0': ['UR', '1', 'PixelDataProviderURL'],\n '9001': ['UL', '1', 'DataPointRows'],\n '9002': ['UL', '1', 'DataPointColumns'],\n '9003': ['CS', '1', 'SignalDomainColumns'],\n '9099': ['US', '1', 'LargestMonochromePixelValue'],\n '9108': ['CS', '1', 'DataRepresentation'],\n '9110': ['SQ', '1', 'PixelMeasuresSequence'],\n '9132': ['SQ', '1', 'FrameVOILUTSequence'],\n '9145': ['SQ', '1', 'PixelValueTransformationSequence'],\n '9235': ['CS', '1', 'SignalDomainRows'],\n '9411': ['FL', '1', 'DisplayFilterPercentage'],\n '9415': ['SQ', '1', 'FramePixelShiftSequence'],\n '9416': ['US', '1', 'SubtractionItemID'],\n '9422': ['SQ', '1', 'PixelIntensityRelationshipLUTSequence'],\n '9443': ['SQ', '1', 'FramePixelDataPropertiesSequence'],\n '9444': ['CS', '1', 'GeometricalProperties'],\n '9445': ['FL', '1', 'GeometricMaximumDistortion'],\n '9446': ['CS', '1-n', 'ImageProcessingApplied'],\n '9454': ['CS', '1', 'MaskSelectionMode'],\n '9474': ['CS', '1', 'LUTFunction'],\n '9478': ['FL', '1', 'MaskVisibilityPercentage'],\n '9501': ['SQ', '1', 'PixelShiftSequence'],\n '9502': ['SQ', '1', 'RegionPixelShiftSequence'],\n '9503': ['SS', '2-2n', 'VerticesOfTheRegion'],\n '9505': ['SQ', '1', 'MultiFramePresentationSequence'],\n '9506': ['US', '2-2n', 'PixelShiftFrameRange'],\n '9507': ['US', '2-2n', 'LUTFrameRange'],\n '9520': ['DS', '16', 'ImageToEquipmentMappingMatrix'],\n '9537': ['CS', '1', 'EquipmentCoordinateSystemIdentification']\n },\n '0032': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '000A': ['CS', '1', 'StudyStatusID'],\n '000C': ['CS', '1', 'StudyPriorityID'],\n '0012': ['LO', '1', 'StudyIDIssuer'],\n '0032': ['DA', '1', 'StudyVerifiedDate'],\n '0033': ['TM', '1', 'StudyVerifiedTime'],\n '0034': ['DA', '1', 'StudyReadDate'],\n '0035': ['TM', '1', 'StudyReadTime'],\n '1000': ['DA', '1', 'ScheduledStudyStartDate'],\n '1001': ['TM', '1', 'ScheduledStudyStartTime'],\n '1010': ['DA', '1', 'ScheduledStudyStopDate'],\n '1011': ['TM', '1', 'ScheduledStudyStopTime'],\n '1020': ['LO', '1', 'ScheduledStudyLocation'],\n '1021': ['AE', '1-n', 'ScheduledStudyLocationAETitle'],\n '1030': ['LO', '1', 'ReasonForStudy'],\n '1031': ['SQ', '1', 'RequestingPhysicianIdentificationSequence'],\n '1032': ['PN', '1', 'RequestingPhysician'],\n '1033': ['LO', '1', 'RequestingService'],\n '1034': ['SQ', '1', 'RequestingServiceCodeSequence'],\n '1040': ['DA', '1', 'StudyArrivalDate'],\n '1041': ['TM', '1', 'StudyArrivalTime'],\n '1050': ['DA', '1', 'StudyCompletionDate'],\n '1051': ['TM', '1', 'StudyCompletionTime'],\n '1055': ['CS', '1', 'StudyComponentStatusID'],\n '1060': ['LO', '1', 'RequestedProcedureDescription'],\n '1064': ['SQ', '1', 'RequestedProcedureCodeSequence'],\n '1065': ['SQ', '1', 'RequestedLateralityCodeSequence'],\n '1066': ['UT', '1', 'ReasonForVisit'],\n '1067': ['SQ', '1', 'ReasonForVisitCodeSequence'],\n '1070': ['LO', '1', 'RequestedContrastAgent'],\n '4000': ['LT', '1', 'StudyComments']\n },\n '0034': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'FlowIdentifierSequence'],\n '0002': ['OB', '1', 'FlowIdentifier'],\n '0003': ['UI', '1', 'FlowTransferSyntaxUID'],\n '0004': ['UL', '1', 'FlowRTPSamplingRate'],\n '0005': ['OB', '1', 'SourceIdentifier'],\n '0007': ['OB', '1', 'FrameOriginTimestamp'],\n '0008': ['CS', '1', 'IncludesImagingSubject'],\n '0009': ['SQ', '1', 'FrameUsefulnessGroupSequence'],\n '000A': ['SQ', '1', 'RealTimeBulkDataFlowSequence'],\n '000B': ['SQ', '1', 'CameraPositionGroupSequence'],\n '000C': ['CS', '1', 'IncludesInformation'],\n '000D': ['SQ', '1', 'TimeOfFrameGroupSequence']\n },\n '0038': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0004': ['SQ', '1', 'ReferencedPatientAliasSequence'],\n '0008': ['CS', '1', 'VisitStatusID'],\n '0010': ['LO', '1', 'AdmissionID'],\n '0011': ['LO', '1', 'IssuerOfAdmissionID'],\n '0014': ['SQ', '1', 'IssuerOfAdmissionIDSequence'],\n '0016': ['LO', '1', 'RouteOfAdmissions'],\n '001A': ['DA', '1', 'ScheduledAdmissionDate'],\n '001B': ['TM', '1', 'ScheduledAdmissionTime'],\n '001C': ['DA', '1', 'ScheduledDischargeDate'],\n '001D': ['TM', '1', 'ScheduledDischargeTime'],\n '001E': ['LO', '1', 'ScheduledPatientInstitutionResidence'],\n '0020': ['DA', '1', 'AdmittingDate'],\n '0021': ['TM', '1', 'AdmittingTime'],\n '0030': ['DA', '1', 'DischargeDate'],\n '0032': ['TM', '1', 'DischargeTime'],\n '0040': ['LO', '1', 'DischargeDiagnosisDescription'],\n '0044': ['SQ', '1', 'DischargeDiagnosisCodeSequence'],\n '0050': ['LO', '1', 'SpecialNeeds'],\n '0060': ['LO', '1', 'ServiceEpisodeID'],\n '0061': ['LO', '1', 'IssuerOfServiceEpisodeID'],\n '0062': ['LO', '1', 'ServiceEpisodeDescription'],\n '0064': ['SQ', '1', 'IssuerOfServiceEpisodeIDSequence'],\n '0100': ['SQ', '1', 'PertinentDocumentsSequence'],\n '0101': ['SQ', '1', 'PertinentResourcesSequence'],\n '0102': ['LO', '1', 'ResourceDescription'],\n '0300': ['LO', '1', 'CurrentPatientLocation'],\n '0400': ['LO', '1', 'PatientInstitutionResidence'],\n '0500': ['LO', '1', 'PatientState'],\n '0502': ['SQ', '1', 'PatientClinicalTrialParticipationSequence'],\n '4000': ['LT', '1', 'VisitComments']\n },\n '003A': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0004': ['CS', '1', 'WaveformOriginality'],\n '0005': ['US', '1', 'NumberOfWaveformChannels'],\n '0010': ['UL', '1', 'NumberOfWaveformSamples'],\n '001A': ['DS', '1', 'SamplingFrequency'],\n '0020': ['SH', '1', 'MultiplexGroupLabel'],\n '0200': ['SQ', '1', 'ChannelDefinitionSequence'],\n '0202': ['IS', '1', 'WaveformChannelNumber'],\n '0203': ['SH', '1', 'ChannelLabel'],\n '0205': ['CS', '1-n', 'ChannelStatus'],\n '0208': ['SQ', '1', 'ChannelSourceSequence'],\n '0209': ['SQ', '1', 'ChannelSourceModifiersSequence'],\n '020A': ['SQ', '1', 'SourceWaveformSequence'],\n '020C': ['LO', '1', 'ChannelDerivationDescription'],\n '0210': ['DS', '1', 'ChannelSensitivity'],\n '0211': ['SQ', '1', 'ChannelSensitivityUnitsSequence'],\n '0212': ['DS', '1', 'ChannelSensitivityCorrectionFactor'],\n '0213': ['DS', '1', 'ChannelBaseline'],\n '0214': ['DS', '1', 'ChannelTimeSkew'],\n '0215': ['DS', '1', 'ChannelSampleSkew'],\n '0218': ['DS', '1', 'ChannelOffset'],\n '021A': ['US', '1', 'WaveformBitsStored'],\n '0220': ['DS', '1', 'FilterLowFrequency'],\n '0221': ['DS', '1', 'FilterHighFrequency'],\n '0222': ['DS', '1', 'NotchFilterFrequency'],\n '0223': ['DS', '1', 'NotchFilterBandwidth'],\n '0230': ['FL', '1', 'WaveformDataDisplayScale'],\n '0231': ['US', '3', 'WaveformDisplayBackgroundCIELabValue'],\n '0240': ['SQ', '1', 'WaveformPresentationGroupSequence'],\n '0241': ['US', '1', 'PresentationGroupNumber'],\n '0242': ['SQ', '1', 'ChannelDisplaySequence'],\n '0244': ['US', '3', 'ChannelRecommendedDisplayCIELabValue'],\n '0245': ['FL', '1', 'ChannelPosition'],\n '0246': ['CS', '1', 'DisplayShadingFlag'],\n '0247': ['FL', '1', 'FractionalChannelDisplayScale'],\n '0248': ['FL', '1', 'AbsoluteChannelDisplayScale'],\n '0300': ['SQ', '1', 'MultiplexedAudioChannelsDescriptionCodeSequence'],\n '0301': ['IS', '1', 'ChannelIdentificationCode'],\n '0302': ['CS', '1', 'ChannelMode'],\n '0310': ['UI', '1', 'MultiplexGroupUID'],\n '0311': ['DS', '1', 'PowerlineFrequency'],\n '0312': ['SQ', '1', 'ChannelImpedanceSequence'],\n '0313': ['DS', '1', 'ImpedanceValue'],\n '0314': ['DT', '1', 'ImpedanceMeasurementDateTime'],\n '0315': ['DS', '1', 'ImpedanceMeasurementFrequency'],\n '0316': ['CS', '1', 'ImpedanceMeasurementCurrentType']\n },\n '0040': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['AE', '1-n', 'ScheduledStationAETitle'],\n '0002': ['DA', '1', 'ScheduledProcedureStepStartDate'],\n '0003': ['TM', '1', 'ScheduledProcedureStepStartTime'],\n '0004': ['DA', '1', 'ScheduledProcedureStepEndDate'],\n '0005': ['TM', '1', 'ScheduledProcedureStepEndTime'],\n '0006': ['PN', '1', 'ScheduledPerformingPhysicianName'],\n '0007': ['LO', '1', 'ScheduledProcedureStepDescription'],\n '0008': ['SQ', '1', 'ScheduledProtocolCodeSequence'],\n '0009': ['SH', '1', 'ScheduledProcedureStepID'],\n '000A': ['SQ', '1', 'StageCodeSequence'],\n '000B': ['SQ', '1', 'ScheduledPerformingPhysicianIdentificationSequence'],\n '0010': ['SH', '1-n', 'ScheduledStationName'],\n '0011': ['SH', '1', 'ScheduledProcedureStepLocation'],\n '0012': ['LO', '1', 'PreMedication'],\n '0020': ['CS', '1', 'ScheduledProcedureStepStatus'],\n '0026': ['SQ', '1', 'OrderPlacerIdentifierSequence'],\n '0027': ['SQ', '1', 'OrderFillerIdentifierSequence'],\n '0031': ['UT', '1', 'LocalNamespaceEntityID'],\n '0032': ['UT', '1', 'UniversalEntityID'],\n '0033': ['CS', '1', 'UniversalEntityIDType'],\n '0035': ['CS', '1', 'IdentifierTypeCode'],\n '0036': ['SQ', '1', 'AssigningFacilitySequence'],\n '0039': ['SQ', '1', 'AssigningJurisdictionCodeSequence'],\n '003A': ['SQ', '1', 'AssigningAgencyOrDepartmentCodeSequence'],\n '0100': ['SQ', '1', 'ScheduledProcedureStepSequence'],\n '0220': ['SQ', '1', 'ReferencedNonImageCompositeSOPInstanceSequence'],\n '0241': ['AE', '1', 'PerformedStationAETitle'],\n '0242': ['SH', '1', 'PerformedStationName'],\n '0243': ['SH', '1', 'PerformedLocation'],\n '0244': ['DA', '1', 'PerformedProcedureStepStartDate'],\n '0245': ['TM', '1', 'PerformedProcedureStepStartTime'],\n '0250': ['DA', '1', 'PerformedProcedureStepEndDate'],\n '0251': ['TM', '1', 'PerformedProcedureStepEndTime'],\n '0252': ['CS', '1', 'PerformedProcedureStepStatus'],\n '0253': ['SH', '1', 'PerformedProcedureStepID'],\n '0254': ['LO', '1', 'PerformedProcedureStepDescription'],\n '0255': ['LO', '1', 'PerformedProcedureTypeDescription'],\n '0260': ['SQ', '1', 'PerformedProtocolCodeSequence'],\n '0261': ['CS', '1', 'PerformedProtocolType'],\n '0270': ['SQ', '1', 'ScheduledStepAttributesSequence'],\n '0275': ['SQ', '1', 'RequestAttributesSequence'],\n '0280': ['ST', '1', 'CommentsOnThePerformedProcedureStep'],\n '0281': ['SQ', '1', 'PerformedProcedureStepDiscontinuationReasonCodeSequence'],\n '0293': ['SQ', '1', 'QuantitySequence'],\n '0294': ['DS', '1', 'Quantity'],\n '0295': ['SQ', '1', 'MeasuringUnitsSequence'],\n '0296': ['SQ', '1', 'BillingItemSequence'],\n '0300': ['US', '1', 'TotalTimeOfFluoroscopy'],\n '0301': ['US', '1', 'TotalNumberOfExposures'],\n '0302': ['US', '1', 'EntranceDose'],\n '0303': ['US', '1-2', 'ExposedArea'],\n '0306': ['DS', '1', 'DistanceSourceToEntrance'],\n '0307': ['DS', '1', 'DistanceSourceToSupport'],\n '030E': ['SQ', '1', 'ExposureDoseSequence'],\n '0310': ['ST', '1', 'CommentsOnRadiationDose'],\n '0312': ['DS', '1', 'XRayOutput'],\n '0314': ['DS', '1', 'HalfValueLayer'],\n '0316': ['DS', '1', 'OrganDose'],\n '0318': ['CS', '1', 'OrganExposed'],\n '0320': ['SQ', '1', 'BillingProcedureStepSequence'],\n '0321': ['SQ', '1', 'FilmConsumptionSequence'],\n '0324': ['SQ', '1', 'BillingSuppliesAndDevicesSequence'],\n '0330': ['SQ', '1', 'ReferencedProcedureStepSequence'],\n '0340': ['SQ', '1', 'PerformedSeriesSequence'],\n '0400': ['LT', '1', 'CommentsOnTheScheduledProcedureStep'],\n '0440': ['SQ', '1', 'ProtocolContextSequence'],\n '0441': ['SQ', '1', 'ContentItemModifierSequence'],\n '0500': ['SQ', '1', 'ScheduledSpecimenSequence'],\n '050A': ['LO', '1', 'SpecimenAccessionNumber'],\n '0512': ['LO', '1', 'ContainerIdentifier'],\n '0513': ['SQ', '1', 'IssuerOfTheContainerIdentifierSequence'],\n '0515': ['SQ', '1', 'AlternateContainerIdentifierSequence'],\n '0518': ['SQ', '1', 'ContainerTypeCodeSequence'],\n '051A': ['LO', '1', 'ContainerDescription'],\n '0520': ['SQ', '1', 'ContainerComponentSequence'],\n '0550': ['SQ', '1', 'SpecimenSequence'],\n '0551': ['LO', '1', 'SpecimenIdentifier'],\n '0552': ['SQ', '1', 'SpecimenDescriptionSequenceTrial'],\n '0553': ['ST', '1', 'SpecimenDescriptionTrial'],\n '0554': ['UI', '1', 'SpecimenUID'],\n '0555': ['SQ', '1', 'AcquisitionContextSequence'],\n '0556': ['ST', '1', 'AcquisitionContextDescription'],\n '0560': ['SQ', '1', 'SpecimenDescriptionSequence'],\n '0562': ['SQ', '1', 'IssuerOfTheSpecimenIdentifierSequence'],\n '059A': ['SQ', '1', 'SpecimenTypeCodeSequence'],\n '0600': ['LO', '1', 'SpecimenShortDescription'],\n '0602': ['UT', '1', 'SpecimenDetailedDescription'],\n '0610': ['SQ', '1', 'SpecimenPreparationSequence'],\n '0612': ['SQ', '1', 'SpecimenPreparationStepContentItemSequence'],\n '0620': ['SQ', '1', 'SpecimenLocalizationContentItemSequence'],\n '06FA': ['LO', '1', 'SlideIdentifier'],\n '0710': ['SQ', '1', 'WholeSlideMicroscopyImageFrameTypeSequence'],\n '071A': ['SQ', '1', 'ImageCenterPointCoordinatesSequence'],\n '072A': ['DS', '1', 'XOffsetInSlideCoordinateSystem'],\n '073A': ['DS', '1', 'YOffsetInSlideCoordinateSystem'],\n '074A': ['DS', '1', 'ZOffsetInSlideCoordinateSystem'],\n '08D8': ['SQ', '1', 'PixelSpacingSequence'],\n '08DA': ['SQ', '1', 'CoordinateSystemAxisCodeSequence'],\n '08EA': ['SQ', '1', 'MeasurementUnitsCodeSequence'],\n '09F8': ['SQ', '1', 'VitalStainCodeSequenceTrial'],\n '1001': ['SH', '1', 'RequestedProcedureID'],\n '1002': ['LO', '1', 'ReasonForTheRequestedProcedure'],\n '1003': ['SH', '1', 'RequestedProcedurePriority'],\n '1004': ['LO', '1', 'PatientTransportArrangements'],\n '1005': ['LO', '1', 'RequestedProcedureLocation'],\n '1006': ['SH', '1', 'PlacerOrderNumberProcedure'],\n '1007': ['SH', '1', 'FillerOrderNumberProcedure'],\n '1008': ['LO', '1', 'ConfidentialityCode'],\n '1009': ['SH', '1', 'ReportingPriority'],\n '100A': ['SQ', '1', 'ReasonForRequestedProcedureCodeSequence'],\n '1010': ['PN', '1-n', 'NamesOfIntendedRecipientsOfResults'],\n '1011': ['SQ', '1', 'IntendedRecipientsOfResultsIdentificationSequence'],\n '1012': ['SQ', '1', 'ReasonForPerformedProcedureCodeSequence'],\n '1060': ['LO', '1', 'RequestedProcedureDescriptionTrial'],\n '1101': ['SQ', '1', 'PersonIdentificationCodeSequence'],\n '1102': ['ST', '1', 'PersonAddress'],\n '1103': ['LO', '1-n', 'PersonTelephoneNumbers'],\n '1104': ['LT', '1', 'PersonTelecomInformation'],\n '1400': ['LT', '1', 'RequestedProcedureComments'],\n '2001': ['LO', '1', 'ReasonForTheImagingServiceRequest'],\n '2004': ['DA', '1', 'IssueDateOfImagingServiceRequest'],\n '2005': ['TM', '1', 'IssueTimeOfImagingServiceRequest'],\n '2006': ['SH', '1', 'PlacerOrderNumberImagingServiceRequestRetired'],\n '2007': ['SH', '1', 'FillerOrderNumberImagingServiceRequestRetired'],\n '2008': ['PN', '1', 'OrderEnteredBy'],\n '2009': ['SH', '1', 'OrderEntererLocation'],\n '2010': ['SH', '1', 'OrderCallbackPhoneNumber'],\n '2011': ['LT', '1', 'OrderCallbackTelecomInformation'],\n '2016': ['LO', '1', 'PlacerOrderNumberImagingServiceRequest'],\n '2017': ['LO', '1', 'FillerOrderNumberImagingServiceRequest'],\n '2400': ['LT', '1', 'ImagingServiceRequestComments'],\n '3001': ['LO', '1', 'ConfidentialityConstraintOnPatientDataDescription'],\n '4001': ['CS', '1', 'GeneralPurposeScheduledProcedureStepStatus'],\n '4002': ['CS', '1', 'GeneralPurposePerformedProcedureStepStatus'],\n '4003': ['CS', '1', 'GeneralPurposeScheduledProcedureStepPriority'],\n '4004': ['SQ', '1', 'ScheduledProcessingApplicationsCodeSequence'],\n '4005': ['DT', '1', 'ScheduledProcedureStepStartDateTime'],\n '4006': ['CS', '1', 'MultipleCopiesFlag'],\n '4007': ['SQ', '1', 'PerformedProcessingApplicationsCodeSequence'],\n '4008': ['DT', '1', 'ScheduledProcedureStepExpirationDateTime'],\n '4009': ['SQ', '1', 'HumanPerformerCodeSequence'],\n '4010': ['DT', '1', 'ScheduledProcedureStepModificationDateTime'],\n '4011': ['DT', '1', 'ExpectedCompletionDateTime'],\n '4015': ['SQ', '1', 'ResultingGeneralPurposePerformedProcedureStepsSequence'],\n '4016': ['SQ', '1', 'ReferencedGeneralPurposeScheduledProcedureStepSequence'],\n '4018': ['SQ', '1', 'ScheduledWorkitemCodeSequence'],\n '4019': ['SQ', '1', 'PerformedWorkitemCodeSequence'],\n '4020': ['CS', '1', 'InputAvailabilityFlag'],\n '4021': ['SQ', '1', 'InputInformationSequence'],\n '4022': ['SQ', '1', 'RelevantInformationSequence'],\n '4023': ['UI', '1', 'ReferencedGeneralPurposeScheduledProcedureStepTransactionUID'],\n '4025': ['SQ', '1', 'ScheduledStationNameCodeSequence'],\n '4026': ['SQ', '1', 'ScheduledStationClassCodeSequence'],\n '4027': ['SQ', '1', 'ScheduledStationGeographicLocationCodeSequence'],\n '4028': ['SQ', '1', 'PerformedStationNameCodeSequence'],\n '4029': ['SQ', '1', 'PerformedStationClassCodeSequence'],\n '4030': ['SQ', '1', 'PerformedStationGeographicLocationCodeSequence'],\n '4031': ['SQ', '1', 'RequestedSubsequentWorkitemCodeSequence'],\n '4032': ['SQ', '1', 'NonDICOMOutputCodeSequence'],\n '4033': ['SQ', '1', 'OutputInformationSequence'],\n '4034': ['SQ', '1', 'ScheduledHumanPerformersSequence'],\n '4035': ['SQ', '1', 'ActualHumanPerformersSequence'],\n '4036': ['LO', '1', 'HumanPerformerOrganization'],\n '4037': ['PN', '1', 'HumanPerformerName'],\n '4040': ['CS', '1', 'RawDataHandling'],\n '4041': ['CS', '1', 'InputReadinessState'],\n '4050': ['DT', '1', 'PerformedProcedureStepStartDateTime'],\n '4051': ['DT', '1', 'PerformedProcedureStepEndDateTime'],\n '4052': ['DT', '1', 'ProcedureStepCancellationDateTime'],\n '4070': ['SQ', '1', 'OutputDestinationSequence'],\n '4071': ['SQ', '1', 'DICOMStorageSequence'],\n '4072': ['SQ', '1', 'STOWRSStorageSequence'],\n '4073': ['UR', '1', 'StorageURL'],\n '4074': ['SQ', '1', 'XDSStorageSequence'],\n '8302': ['DS', '1', 'EntranceDoseInmGy'],\n '8303': ['CS', '1', 'EntranceDoseDerivation'],\n '9092': ['SQ', '1', 'ParametricMapFrameTypeSequence'],\n '9094': ['SQ', '1', 'ReferencedImageRealWorldValueMappingSequence'],\n '9096': ['SQ', '1', 'RealWorldValueMappingSequence'],\n '9098': ['SQ', '1', 'PixelValueMappingCodeSequence'],\n '9210': ['SH', '1', 'LUTLabel'],\n '9211': ['xs', '1', 'RealWorldValueLastValueMapped'],\n '9212': ['FD', '1-n', 'RealWorldValueLUTData'],\n '9213': ['FD', '1', 'DoubleFloatRealWorldValueLastValueMapped'],\n '9214': ['FD', '1', 'DoubleFloatRealWorldValueFirstValueMapped'],\n '9216': ['xs', '1', 'RealWorldValueFirstValueMapped'],\n '9220': ['SQ', '1', 'QuantityDefinitionSequence'],\n '9224': ['FD', '1', 'RealWorldValueIntercept'],\n '9225': ['FD', '1', 'RealWorldValueSlope'],\n 'A007': ['CS', '1', 'FindingsFlagTrial'],\n 'A010': ['CS', '1', 'RelationshipType'],\n 'A020': ['SQ', '1', 'FindingsSequenceTrial'],\n 'A021': ['UI', '1', 'FindingsGroupUIDTrial'],\n 'A022': ['UI', '1', 'ReferencedFindingsGroupUIDTrial'],\n 'A023': ['DA', '1', 'FindingsGroupRecordingDateTrial'],\n 'A024': ['TM', '1', 'FindingsGroupRecordingTimeTrial'],\n 'A026': ['SQ', '1', 'FindingsSourceCategoryCodeSequenceTrial'],\n 'A027': ['LO', '1', 'VerifyingOrganization'],\n 'A028': ['SQ', '1', 'DocumentingOrganizationIdentifierCodeSequenceTrial'],\n 'A030': ['DT', '1', 'VerificationDateTime'],\n 'A032': ['DT', '1', 'ObservationDateTime'],\n 'A033': ['DT', '1', 'ObservationStartDateTime'],\n 'A040': ['CS', '1', 'ValueType'],\n 'A043': ['SQ', '1', 'ConceptNameCodeSequence'],\n 'A047': ['LO', '1', 'MeasurementPrecisionDescriptionTrial'],\n 'A050': ['CS', '1', 'ContinuityOfContent'],\n 'A057': ['CS', '1-n', 'UrgencyOrPriorityAlertsTrial'],\n 'A060': ['LO', '1', 'SequencingIndicatorTrial'],\n 'A066': ['SQ', '1', 'DocumentIdentifierCodeSequenceTrial'],\n 'A067': ['PN', '1', 'DocumentAuthorTrial'],\n 'A068': ['SQ', '1', 'DocumentAuthorIdentifierCodeSequenceTrial'],\n 'A070': ['SQ', '1', 'IdentifierCodeSequenceTrial'],\n 'A073': ['SQ', '1', 'VerifyingObserverSequence'],\n 'A074': ['OB', '1', 'ObjectBinaryIdentifierTrial'],\n 'A075': ['PN', '1', 'VerifyingObserverName'],\n 'A076': ['SQ', '1', 'DocumentingObserverIdentifierCodeSequenceTrial'],\n 'A078': ['SQ', '1', 'AuthorObserverSequence'],\n 'A07A': ['SQ', '1', 'ParticipantSequence'],\n 'A07C': ['SQ', '1', 'CustodialOrganizationSequence'],\n 'A080': ['CS', '1', 'ParticipationType'],\n 'A082': ['DT', '1', 'ParticipationDateTime'],\n 'A084': ['CS', '1', 'ObserverType'],\n 'A085': ['SQ', '1', 'ProcedureIdentifierCodeSequenceTrial'],\n 'A088': ['SQ', '1', 'VerifyingObserverIdentificationCodeSequence'],\n 'A089': ['OB', '1', 'ObjectDirectoryBinaryIdentifierTrial'],\n 'A090': ['SQ', '1', 'EquivalentCDADocumentSequence'],\n 'A0B0': ['US', '2-2n', 'ReferencedWaveformChannels'],\n 'A110': ['DA', '1', 'DateOfDocumentOrVerbalTransactionTrial'],\n 'A112': ['TM', '1', 'TimeOfDocumentCreationOrVerbalTransactionTrial'],\n 'A120': ['DT', '1', 'DateTime'],\n 'A121': ['DA', '1', 'Date'],\n 'A122': ['TM', '1', 'Time'],\n 'A123': ['PN', '1', 'PersonName'],\n 'A124': ['UI', '1', 'UID'],\n 'A125': ['CS', '2', 'ReportStatusIDTrial'],\n 'A130': ['CS', '1', 'TemporalRangeType'],\n 'A132': ['UL', '1-n', 'ReferencedSamplePositions'],\n 'A136': ['US', '1-n', 'ReferencedFrameNumbers'],\n 'A138': ['DS', '1-n', 'ReferencedTimeOffsets'],\n 'A13A': ['DT', '1-n', 'ReferencedDateTime'],\n 'A160': ['UT', '1', 'TextValue'],\n 'A161': ['FD', '1-n', 'FloatingPointValue'],\n 'A162': ['SL', '1-n', 'RationalNumeratorValue'],\n 'A163': ['UL', '1-n', 'RationalDenominatorValue'],\n 'A167': ['SQ', '1', 'ObservationCategoryCodeSequenceTrial'],\n 'A168': ['SQ', '1', 'ConceptCodeSequence'],\n 'A16A': ['ST', '1', 'BibliographicCitationTrial'],\n 'A170': ['SQ', '1', 'PurposeOfReferenceCodeSequence'],\n 'A171': ['UI', '1', 'ObservationUID'],\n 'A172': ['UI', '1', 'ReferencedObservationUIDTrial'],\n 'A173': ['CS', '1', 'ReferencedObservationClassTrial'],\n 'A174': ['CS', '1', 'ReferencedObjectObservationClassTrial'],\n 'A180': ['US', '1', 'AnnotationGroupNumber'],\n 'A192': ['DA', '1', 'ObservationDateTrial'],\n 'A193': ['TM', '1', 'ObservationTimeTrial'],\n 'A194': ['CS', '1', 'MeasurementAutomationTrial'],\n 'A195': ['SQ', '1', 'ModifierCodeSequence'],\n 'A224': ['ST', '1', 'IdentificationDescriptionTrial'],\n 'A290': ['CS', '1', 'CoordinatesSetGeometricTypeTrial'],\n 'A296': ['SQ', '1', 'AlgorithmCodeSequenceTrial'],\n 'A297': ['ST', '1', 'AlgorithmDescriptionTrial'],\n 'A29A': ['SL', '2-2n', 'PixelCoordinatesSetTrial'],\n 'A300': ['SQ', '1', 'MeasuredValueSequence'],\n 'A301': ['SQ', '1', 'NumericValueQualifierCodeSequence'],\n 'A307': ['PN', '1', 'CurrentObserverTrial'],\n 'A30A': ['DS', '1-n', 'NumericValue'],\n 'A313': ['SQ', '1', 'ReferencedAccessionSequenceTrial'],\n 'A33A': ['ST', '1', 'ReportStatusCommentTrial'],\n 'A340': ['SQ', '1', 'ProcedureContextSequenceTrial'],\n 'A352': ['PN', '1', 'VerbalSourceTrial'],\n 'A353': ['ST', '1', 'AddressTrial'],\n 'A354': ['LO', '1', 'TelephoneNumberTrial'],\n 'A358': ['SQ', '1', 'VerbalSourceIdentifierCodeSequenceTrial'],\n 'A360': ['SQ', '1', 'PredecessorDocumentsSequence'],\n 'A370': ['SQ', '1', 'ReferencedRequestSequence'],\n 'A372': ['SQ', '1', 'PerformedProcedureCodeSequence'],\n 'A375': ['SQ', '1', 'CurrentRequestedProcedureEvidenceSequence'],\n 'A380': ['SQ', '1', 'ReportDetailSequenceTrial'],\n 'A385': ['SQ', '1', 'PertinentOtherEvidenceSequence'],\n 'A390': ['SQ', '1', 'HL7StructuredDocumentReferenceSequence'],\n 'A402': ['UI', '1', 'ObservationSubjectUIDTrial'],\n 'A403': ['CS', '1', 'ObservationSubjectClassTrial'],\n 'A404': ['SQ', '1', 'ObservationSubjectTypeCodeSequenceTrial'],\n 'A491': ['CS', '1', 'CompletionFlag'],\n 'A492': ['LO', '1', 'CompletionFlagDescription'],\n 'A493': ['CS', '1', 'VerificationFlag'],\n 'A494': ['CS', '1', 'ArchiveRequested'],\n 'A496': ['CS', '1', 'PreliminaryFlag'],\n 'A504': ['SQ', '1', 'ContentTemplateSequence'],\n 'A525': ['SQ', '1', 'IdenticalDocumentsSequence'],\n 'A600': ['CS', '1', 'ObservationSubjectContextFlagTrial'],\n 'A601': ['CS', '1', 'ObserverContextFlagTrial'],\n 'A603': ['CS', '1', 'ProcedureContextFlagTrial'],\n 'A730': ['SQ', '1', 'ContentSequence'],\n 'A731': ['SQ', '1', 'RelationshipSequenceTrial'],\n 'A732': ['SQ', '1', 'RelationshipTypeCodeSequenceTrial'],\n 'A744': ['SQ', '1', 'LanguageCodeSequenceTrial'],\n 'A801': ['SQ', '1', 'TabulatedValuesSequence'],\n 'A802': ['UL', '1', 'NumberOfTableRows'],\n 'A803': ['UL', '1', 'NumberOfTableColumns'],\n 'A804': ['UL', '1', 'TableRowNumber'],\n 'A805': ['UL', '1', 'TableColumnNumber'],\n 'A806': ['SQ', '1', 'TableRowDefinitionSequence'],\n 'A807': ['SQ', '1', 'TableColumnDefinitionSequence'],\n 'A808': ['SQ', '1', 'CellValuesSequence'],\n 'A992': ['ST', '1', 'UniformResourceLocatorTrial'],\n 'B020': ['SQ', '1', 'WaveformAnnotationSequence'],\n 'DB00': ['CS', '1', 'TemplateIdentifier'],\n 'DB06': ['DT', '1', 'TemplateVersion'],\n 'DB07': ['DT', '1', 'TemplateLocalVersion'],\n 'DB0B': ['CS', '1', 'TemplateExtensionFlag'],\n 'DB0C': ['UI', '1', 'TemplateExtensionOrganizationUID'],\n 'DB0D': ['UI', '1', 'TemplateExtensionCreatorUID'],\n 'DB73': ['UL', '1-n', 'ReferencedContentItemIdentifier'],\n 'E001': ['ST', '1', 'HL7InstanceIdentifier'],\n 'E004': ['DT', '1', 'HL7DocumentEffectiveTime'],\n 'E006': ['SQ', '1', 'HL7DocumentTypeCodeSequence'],\n 'E008': ['SQ', '1', 'DocumentClassCodeSequence'],\n 'E010': ['UR', '1', 'RetrieveURI'],\n 'E011': ['UI', '1', 'RetrieveLocationUID'],\n 'E020': ['CS', '1', 'TypeOfInstances'],\n 'E021': ['SQ', '1', 'DICOMRetrievalSequence'],\n 'E022': ['SQ', '1', 'DICOMMediaRetrievalSequence'],\n 'E023': ['SQ', '1', 'WADORetrievalSequence'],\n 'E024': ['SQ', '1', 'XDSRetrievalSequence'],\n 'E025': ['SQ', '1', 'WADORSRetrievalSequence'],\n 'E030': ['UI', '1', 'RepositoryUniqueID'],\n 'E031': ['UI', '1', 'HomeCommunityID']\n },\n '0042': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['ST', '1', 'DocumentTitle'],\n '0011': ['OB', '1', 'EncapsulatedDocument'],\n '0012': ['LO', '1', 'MIMETypeOfEncapsulatedDocument'],\n '0013': ['SQ', '1', 'SourceInstanceSequence'],\n '0014': ['LO', '1-n', 'ListOfMIMETypes'],\n '0015': ['UL', '1', 'EncapsulatedDocumentLength']\n },\n '0044': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['ST', '1', 'ProductPackageIdentifier'],\n '0002': ['CS', '1', 'SubstanceAdministrationApproval'],\n '0003': ['LT', '1', 'ApprovalStatusFurtherDescription'],\n '0004': ['DT', '1', 'ApprovalStatusDateTime'],\n '0007': ['SQ', '1', 'ProductTypeCodeSequence'],\n '0008': ['LO', '1-n', 'ProductName'],\n '0009': ['LT', '1', 'ProductDescription'],\n '000A': ['LO', '1', 'ProductLotIdentifier'],\n '000B': ['DT', '1', 'ProductExpirationDateTime'],\n '0010': ['DT', '1', 'SubstanceAdministrationDateTime'],\n '0011': ['LO', '1', 'SubstanceAdministrationNotes'],\n '0012': ['LO', '1', 'SubstanceAdministrationDeviceID'],\n '0013': ['SQ', '1', 'ProductParameterSequence'],\n '0019': ['SQ', '1', 'SubstanceAdministrationParameterSequence'],\n '0100': ['SQ', '1', 'ApprovalSequence'],\n '0101': ['SQ', '1', 'AssertionCodeSequence'],\n '0102': ['UI', '1', 'AssertionUID'],\n '0103': ['SQ', '1', 'AsserterIdentificationSequence'],\n '0104': ['DT', '1', 'AssertionDateTime'],\n '0105': ['DT', '1', 'AssertionExpirationDateTime'],\n '0106': ['UT', '1', 'AssertionComments'],\n '0107': ['SQ', '1', 'RelatedAssertionSequence'],\n '0108': ['UI', '1', 'ReferencedAssertionUID'],\n '0109': ['SQ', '1', 'ApprovalSubjectSequence'],\n '010A': ['SQ', '1', 'OrganizationalRoleCodeSequence']\n },\n '0046': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0012': ['LO', '1', 'LensDescription'],\n '0014': ['SQ', '1', 'RightLensSequence'],\n '0015': ['SQ', '1', 'LeftLensSequence'],\n '0016': ['SQ', '1', 'UnspecifiedLateralityLensSequence'],\n '0018': ['SQ', '1', 'CylinderSequence'],\n '0028': ['SQ', '1', 'PrismSequence'],\n '0030': ['FD', '1', 'HorizontalPrismPower'],\n '0032': ['CS', '1', 'HorizontalPrismBase'],\n '0034': ['FD', '1', 'VerticalPrismPower'],\n '0036': ['CS', '1', 'VerticalPrismBase'],\n '0038': ['CS', '1', 'LensSegmentType'],\n '0040': ['FD', '1', 'OpticalTransmittance'],\n '0042': ['FD', '1', 'ChannelWidth'],\n '0044': ['FD', '1', 'PupilSize'],\n '0046': ['FD', '1', 'CornealSize'],\n '0047': ['SQ', '1', 'CornealSizeSequence'],\n '0050': ['SQ', '1', 'AutorefractionRightEyeSequence'],\n '0052': ['SQ', '1', 'AutorefractionLeftEyeSequence'],\n '0060': ['FD', '1', 'DistancePupillaryDistance'],\n '0062': ['FD', '1', 'NearPupillaryDistance'],\n '0063': ['FD', '1', 'IntermediatePupillaryDistance'],\n '0064': ['FD', '1', 'OtherPupillaryDistance'],\n '0070': ['SQ', '1', 'KeratometryRightEyeSequence'],\n '0071': ['SQ', '1', 'KeratometryLeftEyeSequence'],\n '0074': ['SQ', '1', 'SteepKeratometricAxisSequence'],\n '0075': ['FD', '1', 'RadiusOfCurvature'],\n '0076': ['FD', '1', 'KeratometricPower'],\n '0077': ['FD', '1', 'KeratometricAxis'],\n '0080': ['SQ', '1', 'FlatKeratometricAxisSequence'],\n '0092': ['CS', '1', 'BackgroundColor'],\n '0094': ['CS', '1', 'Optotype'],\n '0095': ['CS', '1', 'OptotypePresentation'],\n '0097': ['SQ', '1', 'SubjectiveRefractionRightEyeSequence'],\n '0098': ['SQ', '1', 'SubjectiveRefractionLeftEyeSequence'],\n '0100': ['SQ', '1', 'AddNearSequence'],\n '0101': ['SQ', '1', 'AddIntermediateSequence'],\n '0102': ['SQ', '1', 'AddOtherSequence'],\n '0104': ['FD', '1', 'AddPower'],\n '0106': ['FD', '1', 'ViewingDistance'],\n '0110': ['SQ', '1', 'CorneaMeasurementsSequence'],\n '0111': ['SQ', '1', 'SourceOfCorneaMeasurementDataCodeSequence'],\n '0112': ['SQ', '1', 'SteepCornealAxisSequence'],\n '0113': ['SQ', '1', 'FlatCornealAxisSequence'],\n '0114': ['FD', '1', 'CornealPower'],\n '0115': ['FD', '1', 'CornealAxis'],\n '0116': ['SQ', '1', 'CorneaMeasurementMethodCodeSequence'],\n '0117': ['FL', '1', 'RefractiveIndexOfCornea'],\n '0118': ['FL', '1', 'RefractiveIndexOfAqueousHumor'],\n '0121': ['SQ', '1', 'VisualAcuityTypeCodeSequence'],\n '0122': ['SQ', '1', 'VisualAcuityRightEyeSequence'],\n '0123': ['SQ', '1', 'VisualAcuityLeftEyeSequence'],\n '0124': ['SQ', '1', 'VisualAcuityBothEyesOpenSequence'],\n '0125': ['CS', '1', 'ViewingDistanceType'],\n '0135': ['SS', '2', 'VisualAcuityModifiers'],\n '0137': ['FD', '1', 'DecimalVisualAcuity'],\n '0139': ['LO', '1', 'OptotypeDetailedDefinition'],\n '0145': ['SQ', '1', 'ReferencedRefractiveMeasurementsSequence'],\n '0146': ['FD', '1', 'SpherePower'],\n '0147': ['FD', '1', 'CylinderPower'],\n '0201': ['CS', '1', 'CornealTopographySurface'],\n '0202': ['FL', '2', 'CornealVertexLocation'],\n '0203': ['FL', '1', 'PupilCentroidXCoordinate'],\n '0204': ['FL', '1', 'PupilCentroidYCoordinate'],\n '0205': ['FL', '1', 'EquivalentPupilRadius'],\n '0207': ['SQ', '1', 'CornealTopographyMapTypeCodeSequence'],\n '0208': ['IS', '2-2n', 'VerticesOfTheOutlineOfPupil'],\n '0210': ['SQ', '1', 'CornealTopographyMappingNormalsSequence'],\n '0211': ['SQ', '1', 'MaximumCornealCurvatureSequence'],\n '0212': ['FL', '1', 'MaximumCornealCurvature'],\n '0213': ['FL', '2', 'MaximumCornealCurvatureLocation'],\n '0215': ['SQ', '1', 'MinimumKeratometricSequence'],\n '0218': ['SQ', '1', 'SimulatedKeratometricCylinderSequence'],\n '0220': ['FL', '1', 'AverageCornealPower'],\n '0224': ['FL', '1', 'CornealISValue'],\n '0227': ['FL', '1', 'AnalyzedArea'],\n '0230': ['FL', '1', 'SurfaceRegularityIndex'],\n '0232': ['FL', '1', 'SurfaceAsymmetryIndex'],\n '0234': ['FL', '1', 'CornealEccentricityIndex'],\n '0236': ['FL', '1', 'KeratoconusPredictionIndex'],\n '0238': ['FL', '1', 'DecimalPotentialVisualAcuity'],\n '0242': ['CS', '1', 'CornealTopographyMapQualityEvaluation'],\n '0244': ['SQ', '1', 'SourceImageCornealProcessedDataSequence'],\n '0247': ['FL', '3', 'CornealPointLocation'],\n '0248': ['CS', '1', 'CornealPointEstimated'],\n '0249': ['FL', '1', 'AxialPower'],\n '0250': ['FL', '1', 'TangentialPower'],\n '0251': ['FL', '1', 'RefractivePower'],\n '0252': ['FL', '1', 'RelativeElevation'],\n '0253': ['FL', '1', 'CornealWavefront']\n },\n '0048': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['FL', '1', 'ImagedVolumeWidth'],\n '0002': ['FL', '1', 'ImagedVolumeHeight'],\n '0003': ['FL', '1', 'ImagedVolumeDepth'],\n '0006': ['UL', '1', 'TotalPixelMatrixColumns'],\n '0007': ['UL', '1', 'TotalPixelMatrixRows'],\n '0008': ['SQ', '1', 'TotalPixelMatrixOriginSequence'],\n '0010': ['CS', '1', 'SpecimenLabelInImage'],\n '0011': ['CS', '1', 'FocusMethod'],\n '0012': ['CS', '1', 'ExtendedDepthOfField'],\n '0013': ['US', '1', 'NumberOfFocalPlanes'],\n '0014': ['FL', '1', 'DistanceBetweenFocalPlanes'],\n '0015': ['US', '3', 'RecommendedAbsentPixelCIELabValue'],\n '0100': ['SQ', '1', 'IlluminatorTypeCodeSequence'],\n '0102': ['DS', '6', 'ImageOrientationSlide'],\n '0105': ['SQ', '1', 'OpticalPathSequence'],\n '0106': ['SH', '1', 'OpticalPathIdentifier'],\n '0107': ['ST', '1', 'OpticalPathDescription'],\n '0108': ['SQ', '1', 'IlluminationColorCodeSequence'],\n '0110': ['SQ', '1', 'SpecimenReferenceSequence'],\n '0111': ['DS', '1', 'CondenserLensPower'],\n '0112': ['DS', '1', 'ObjectiveLensPower'],\n '0113': ['DS', '1', 'ObjectiveLensNumericalAperture'],\n '0120': ['SQ', '1', 'PaletteColorLookupTableSequence'],\n '0200': ['SQ', '1', 'ReferencedImageNavigationSequence'],\n '0201': ['US', '2', 'TopLeftHandCornerOfLocalizerArea'],\n '0202': ['US', '2', 'BottomRightHandCornerOfLocalizerArea'],\n '0207': ['SQ', '1', 'OpticalPathIdentificationSequence'],\n '021A': ['SQ', '1', 'PlanePositionSlideSequence'],\n '021E': ['SL', '1', 'ColumnPositionInTotalImagePixelMatrix'],\n '021F': ['SL', '1', 'RowPositionInTotalImagePixelMatrix'],\n '0301': ['CS', '1', 'PixelOriginInterpretation'],\n '0302': ['UL', '1', 'NumberOfOpticalPaths'],\n '0303': ['UL', '1', 'TotalPixelMatrixFocalPlanes']\n },\n '0050': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0004': ['CS', '1', 'CalibrationImage'],\n '0010': ['SQ', '1', 'DeviceSequence'],\n '0012': ['SQ', '1', 'ContainerComponentTypeCodeSequence'],\n '0013': ['FD', '1', 'ContainerComponentThickness'],\n '0014': ['DS', '1', 'DeviceLength'],\n '0015': ['FD', '1', 'ContainerComponentWidth'],\n '0016': ['DS', '1', 'DeviceDiameter'],\n '0017': ['CS', '1', 'DeviceDiameterUnits'],\n '0018': ['DS', '1', 'DeviceVolume'],\n '0019': ['DS', '1', 'InterMarkerDistance'],\n '001A': ['CS', '1', 'ContainerComponentMaterial'],\n '001B': ['LO', '1', 'ContainerComponentID'],\n '001C': ['FD', '1', 'ContainerComponentLength'],\n '001D': ['FD', '1', 'ContainerComponentDiameter'],\n '001E': ['LO', '1', 'ContainerComponentDescription'],\n '0020': ['LO', '1', 'DeviceDescription'],\n '0021': ['ST', '1', 'LongDeviceDescription']\n },\n '0052': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['FL', '1', 'ContrastBolusIngredientPercentByVolume'],\n '0002': ['FD', '1', 'OCTFocalDistance'],\n '0003': ['FD', '1', 'BeamSpotSize'],\n '0004': ['FD', '1', 'EffectiveRefractiveIndex'],\n '0006': ['CS', '1', 'OCTAcquisitionDomain'],\n '0007': ['FD', '1', 'OCTOpticalCenterWavelength'],\n '0008': ['FD', '1', 'AxialResolution'],\n '0009': ['FD', '1', 'RangingDepth'],\n '0011': ['FD', '1', 'ALineRate'],\n '0012': ['US', '1', 'ALinesPerFrame'],\n '0013': ['FD', '1', 'CatheterRotationalRate'],\n '0014': ['FD', '1', 'ALinePixelSpacing'],\n '0016': ['SQ', '1', 'ModeOfPercutaneousAccessSequence'],\n '0025': ['SQ', '1', 'IntravascularOCTFrameTypeSequence'],\n '0026': ['CS', '1', 'OCTZOffsetApplied'],\n '0027': ['SQ', '1', 'IntravascularFrameContentSequence'],\n '0028': ['FD', '1', 'IntravascularLongitudinalDistance'],\n '0029': ['SQ', '1', 'IntravascularOCTFrameContentSequence'],\n '0030': ['SS', '1', 'OCTZOffsetCorrection'],\n '0031': ['CS', '1', 'CatheterDirectionOfRotation'],\n '0033': ['FD', '1', 'SeamLineLocation'],\n '0034': ['FD', '1', 'FirstALineLocation'],\n '0036': ['US', '1', 'SeamLineIndex'],\n '0038': ['US', '1', 'NumberOfPaddedALines'],\n '0039': ['CS', '1', 'InterpolationType'],\n '003A': ['CS', '1', 'RefractiveIndexApplied']\n },\n '0054': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '1-n', 'EnergyWindowVector'],\n '0011': ['US', '1', 'NumberOfEnergyWindows'],\n '0012': ['SQ', '1', 'EnergyWindowInformationSequence'],\n '0013': ['SQ', '1', 'EnergyWindowRangeSequence'],\n '0014': ['DS', '1', 'EnergyWindowLowerLimit'],\n '0015': ['DS', '1', 'EnergyWindowUpperLimit'],\n '0016': ['SQ', '1', 'RadiopharmaceuticalInformationSequence'],\n '0017': ['IS', '1', 'ResidualSyringeCounts'],\n '0018': ['SH', '1', 'EnergyWindowName'],\n '0020': ['US', '1-n', 'DetectorVector'],\n '0021': ['US', '1', 'NumberOfDetectors'],\n '0022': ['SQ', '1', 'DetectorInformationSequence'],\n '0030': ['US', '1-n', 'PhaseVector'],\n '0031': ['US', '1', 'NumberOfPhases'],\n '0032': ['SQ', '1', 'PhaseInformationSequence'],\n '0033': ['US', '1', 'NumberOfFramesInPhase'],\n '0036': ['IS', '1', 'PhaseDelay'],\n '0038': ['IS', '1', 'PauseBetweenFrames'],\n '0039': ['CS', '1', 'PhaseDescription'],\n '0050': ['US', '1-n', 'RotationVector'],\n '0051': ['US', '1', 'NumberOfRotations'],\n '0052': ['SQ', '1', 'RotationInformationSequence'],\n '0053': ['US', '1', 'NumberOfFramesInRotation'],\n '0060': ['US', '1-n', 'RRIntervalVector'],\n '0061': ['US', '1', 'NumberOfRRIntervals'],\n '0062': ['SQ', '1', 'GatedInformationSequence'],\n '0063': ['SQ', '1', 'DataInformationSequence'],\n '0070': ['US', '1-n', 'TimeSlotVector'],\n '0071': ['US', '1', 'NumberOfTimeSlots'],\n '0072': ['SQ', '1', 'TimeSlotInformationSequence'],\n '0073': ['DS', '1', 'TimeSlotTime'],\n '0080': ['US', '1-n', 'SliceVector'],\n '0081': ['US', '1', 'NumberOfSlices'],\n '0090': ['US', '1-n', 'AngularViewVector'],\n '0100': ['US', '1-n', 'TimeSliceVector'],\n '0101': ['US', '1', 'NumberOfTimeSlices'],\n '0200': ['DS', '1', 'StartAngle'],\n '0202': ['CS', '1', 'TypeOfDetectorMotion'],\n '0210': ['IS', '1-n', 'TriggerVector'],\n '0211': ['US', '1', 'NumberOfTriggersInPhase'],\n '0220': ['SQ', '1', 'ViewCodeSequence'],\n '0222': ['SQ', '1', 'ViewModifierCodeSequence'],\n '0300': ['SQ', '1', 'RadionuclideCodeSequence'],\n '0302': ['SQ', '1', 'AdministrationRouteCodeSequence'],\n '0304': ['SQ', '1', 'RadiopharmaceuticalCodeSequence'],\n '0306': ['SQ', '1', 'CalibrationDataSequence'],\n '0308': ['US', '1', 'EnergyWindowNumber'],\n '0400': ['SH', '1', 'ImageID'],\n '0410': ['SQ', '1', 'PatientOrientationCodeSequence'],\n '0412': ['SQ', '1', 'PatientOrientationModifierCodeSequence'],\n '0414': ['SQ', '1', 'PatientGantryRelationshipCodeSequence'],\n '0500': ['CS', '1', 'SliceProgressionDirection'],\n '0501': ['CS', '1', 'ScanProgressionDirection'],\n '1000': ['CS', '2', 'SeriesType'],\n '1001': ['CS', '1', 'Units'],\n '1002': ['CS', '1', 'CountsSource'],\n '1004': ['CS', '1', 'ReprojectionMethod'],\n '1006': ['CS', '1', 'SUVType'],\n '1100': ['CS', '1', 'RandomsCorrectionMethod'],\n '1101': ['LO', '1', 'AttenuationCorrectionMethod'],\n '1102': ['CS', '1', 'DecayCorrection'],\n '1103': ['LO', '1', 'ReconstructionMethod'],\n '1104': ['LO', '1', 'DetectorLinesOfResponseUsed'],\n '1105': ['LO', '1', 'ScatterCorrectionMethod'],\n '1200': ['DS', '1', 'AxialAcceptance'],\n '1201': ['IS', '2', 'AxialMash'],\n '1202': ['IS', '1', 'TransverseMash'],\n '1203': ['DS', '2', 'DetectorElementSize'],\n '1210': ['DS', '1', 'CoincidenceWindowWidth'],\n '1220': ['CS', '1-n', 'SecondaryCountsType'],\n '1300': ['DS', '1', 'FrameReferenceTime'],\n '1310': ['IS', '1', 'PrimaryPromptsCountsAccumulated'],\n '1311': ['IS', '1-n', 'SecondaryCountsAccumulated'],\n '1320': ['DS', '1', 'SliceSensitivityFactor'],\n '1321': ['DS', '1', 'DecayFactor'],\n '1322': ['DS', '1', 'DoseCalibrationFactor'],\n '1323': ['DS', '1', 'ScatterFractionFactor'],\n '1324': ['DS', '1', 'DeadTimeFactor'],\n '1330': ['US', '1', 'ImageIndex'],\n '1400': ['CS', '1-n', 'CountsIncluded'],\n '1401': ['CS', '1', 'DeadTimeCorrectionFlag']\n },\n '0060': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '3000': ['SQ', '1', 'HistogramSequence'],\n '3002': ['US', '1', 'HistogramNumberOfBins'],\n '3004': ['xs', '1', 'HistogramFirstBinValue'],\n '3006': ['xs', '1', 'HistogramLastBinValue'],\n '3008': ['US', '1', 'HistogramBinWidth'],\n '3010': ['LO', '1', 'HistogramExplanation'],\n '3020': ['UL', '1-n', 'HistogramData']\n },\n '0062': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'SegmentationType'],\n '0002': ['SQ', '1', 'SegmentSequence'],\n '0003': ['SQ', '1', 'SegmentedPropertyCategoryCodeSequence'],\n '0004': ['US', '1', 'SegmentNumber'],\n '0005': ['LO', '1', 'SegmentLabel'],\n '0006': ['ST', '1', 'SegmentDescription'],\n '0007': ['SQ', '1', 'SegmentationAlgorithmIdentificationSequence'],\n '0008': ['CS', '1', 'SegmentAlgorithmType'],\n '0009': ['LO', '1-n', 'SegmentAlgorithmName'],\n '000A': ['SQ', '1', 'SegmentIdentificationSequence'],\n '000B': ['US', '1-n', 'ReferencedSegmentNumber'],\n '000C': ['US', '1', 'RecommendedDisplayGrayscaleValue'],\n '000D': ['US', '3', 'RecommendedDisplayCIELabValue'],\n '000E': ['US', '1', 'MaximumFractionalValue'],\n '000F': ['SQ', '1', 'SegmentedPropertyTypeCodeSequence'],\n '0010': ['CS', '1', 'SegmentationFractionalType'],\n '0011': ['SQ', '1', 'SegmentedPropertyTypeModifierCodeSequence'],\n '0012': ['SQ', '1', 'UsedSegmentsSequence'],\n '0013': ['CS', '1', 'SegmentsOverlap'],\n '0020': ['UT', '1', 'TrackingID'],\n '0021': ['UI', '1', 'TrackingUID']\n },\n '0064': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SQ', '1', 'DeformableRegistrationSequence'],\n '0003': ['UI', '1', 'SourceFrameOfReferenceUID'],\n '0005': ['SQ', '1', 'DeformableRegistrationGridSequence'],\n '0007': ['UL', '3', 'GridDimensions'],\n '0008': ['FD', '3', 'GridResolution'],\n '0009': ['OF', '1', 'VectorGridData'],\n '000F': ['SQ', '1', 'PreDeformationMatrixRegistrationSequence'],\n '0010': ['SQ', '1', 'PostDeformationMatrixRegistrationSequence']\n },\n '0066': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['UL', '1', 'NumberOfSurfaces'],\n '0002': ['SQ', '1', 'SurfaceSequence'],\n '0003': ['UL', '1', 'SurfaceNumber'],\n '0004': ['LT', '1', 'SurfaceComments'],\n '0009': ['CS', '1', 'SurfaceProcessing'],\n '000A': ['FL', '1', 'SurfaceProcessingRatio'],\n '000B': ['LO', '1', 'SurfaceProcessingDescription'],\n '000C': ['FL', '1', 'RecommendedPresentationOpacity'],\n '000D': ['CS', '1', 'RecommendedPresentationType'],\n '000E': ['CS', '1', 'FiniteVolume'],\n '0010': ['CS', '1', 'Manifold'],\n '0011': ['SQ', '1', 'SurfacePointsSequence'],\n '0012': ['SQ', '1', 'SurfacePointsNormalsSequence'],\n '0013': ['SQ', '1', 'SurfaceMeshPrimitivesSequence'],\n '0015': ['UL', '1', 'NumberOfSurfacePoints'],\n '0016': ['OF', '1', 'PointCoordinatesData'],\n '0017': ['FL', '3', 'PointPositionAccuracy'],\n '0018': ['FL', '1', 'MeanPointDistance'],\n '0019': ['FL', '1', 'MaximumPointDistance'],\n '001A': ['FL', '6', 'PointsBoundingBoxCoordinates'],\n '001B': ['FL', '3', 'AxisOfRotation'],\n '001C': ['FL', '3', 'CenterOfRotation'],\n '001E': ['UL', '1', 'NumberOfVectors'],\n '001F': ['US', '1', 'VectorDimensionality'],\n '0020': ['FL', '1-n', 'VectorAccuracy'],\n '0021': ['OF', '1', 'VectorCoordinateData'],\n '0022': ['OD', '1', 'DoublePointCoordinatesData'],\n '0023': ['OW', '1', 'TrianglePointIndexList'],\n '0024': ['OW', '1', 'EdgePointIndexList'],\n '0025': ['OW', '1', 'VertexPointIndexList'],\n '0026': ['SQ', '1', 'TriangleStripSequence'],\n '0027': ['SQ', '1', 'TriangleFanSequence'],\n '0028': ['SQ', '1', 'LineSequence'],\n '0029': ['OW', '1', 'PrimitivePointIndexList'],\n '002A': ['UL', '1', 'SurfaceCount'],\n '002B': ['SQ', '1', 'ReferencedSurfaceSequence'],\n '002C': ['UL', '1', 'ReferencedSurfaceNumber'],\n '002D': ['SQ', '1', 'SegmentSurfaceGenerationAlgorithmIdentificationSequence'],\n '002E': ['SQ', '1', 'SegmentSurfaceSourceInstanceSequence'],\n '002F': ['SQ', '1', 'AlgorithmFamilyCodeSequence'],\n '0030': ['SQ', '1', 'AlgorithmNameCodeSequence'],\n '0031': ['LO', '1', 'AlgorithmVersion'],\n '0032': ['LT', '1', 'AlgorithmParameters'],\n '0034': ['SQ', '1', 'FacetSequence'],\n '0035': ['SQ', '1', 'SurfaceProcessingAlgorithmIdentificationSequence'],\n '0036': ['LO', '1', 'AlgorithmName'],\n '0037': ['FL', '1', 'RecommendedPointRadius'],\n '0038': ['FL', '1', 'RecommendedLineThickness'],\n '0040': ['OL', '1', 'LongPrimitivePointIndexList'],\n '0041': ['OL', '1', 'LongTrianglePointIndexList'],\n '0042': ['OL', '1', 'LongEdgePointIndexList'],\n '0043': ['OL', '1', 'LongVertexPointIndexList'],\n '0101': ['SQ', '1', 'TrackSetSequence'],\n '0102': ['SQ', '1', 'TrackSequence'],\n '0103': ['OW', '1', 'RecommendedDisplayCIELabValueList'],\n '0104': ['SQ', '1', 'TrackingAlgorithmIdentificationSequence'],\n '0105': ['UL', '1', 'TrackSetNumber'],\n '0106': ['LO', '1', 'TrackSetLabel'],\n '0107': ['UT', '1', 'TrackSetDescription'],\n '0108': ['SQ', '1', 'TrackSetAnatomicalTypeCodeSequence'],\n '0121': ['SQ', '1', 'MeasurementsSequence'],\n '0124': ['SQ', '1', 'TrackSetStatisticsSequence'],\n '0125': ['OF', '1', 'FloatingPointValues'],\n '0129': ['OL', '1', 'TrackPointIndexList'],\n '0130': ['SQ', '1', 'TrackStatisticsSequence'],\n '0132': ['SQ', '1', 'MeasurementValuesSequence'],\n '0133': ['SQ', '1', 'DiffusionAcquisitionCodeSequence'],\n '0134': ['SQ', '1', 'DiffusionModelCodeSequence']\n },\n '0068': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '6210': ['LO', '1', 'ImplantSize'],\n '6221': ['LO', '1', 'ImplantTemplateVersion'],\n '6222': ['SQ', '1', 'ReplacedImplantTemplateSequence'],\n '6223': ['CS', '1', 'ImplantType'],\n '6224': ['SQ', '1', 'DerivationImplantTemplateSequence'],\n '6225': ['SQ', '1', 'OriginalImplantTemplateSequence'],\n '6226': ['DT', '1', 'EffectiveDateTime'],\n '6230': ['SQ', '1', 'ImplantTargetAnatomySequence'],\n '6260': ['SQ', '1', 'InformationFromManufacturerSequence'],\n '6265': ['SQ', '1', 'NotificationFromManufacturerSequence'],\n '6270': ['DT', '1', 'InformationIssueDateTime'],\n '6280': ['ST', '1', 'InformationSummary'],\n '62A0': ['SQ', '1', 'ImplantRegulatoryDisapprovalCodeSequence'],\n '62A5': ['FD', '1', 'OverallTemplateSpatialTolerance'],\n '62C0': ['SQ', '1', 'HPGLDocumentSequence'],\n '62D0': ['US', '1', 'HPGLDocumentID'],\n '62D5': ['LO', '1', 'HPGLDocumentLabel'],\n '62E0': ['SQ', '1', 'ViewOrientationCodeSequence'],\n '62F0': ['SQ', '1', 'ViewOrientationModifierCodeSequence'],\n '62F2': ['FD', '1', 'HPGLDocumentScaling'],\n '6300': ['OB', '1', 'HPGLDocument'],\n '6310': ['US', '1', 'HPGLContourPenNumber'],\n '6320': ['SQ', '1', 'HPGLPenSequence'],\n '6330': ['US', '1', 'HPGLPenNumber'],\n '6340': ['LO', '1', 'HPGLPenLabel'],\n '6345': ['ST', '1', 'HPGLPenDescription'],\n '6346': ['FD', '2', 'RecommendedRotationPoint'],\n '6347': ['FD', '4', 'BoundingRectangle'],\n '6350': ['US', '1-n', 'ImplantTemplate3DModelSurfaceNumber'],\n '6360': ['SQ', '1', 'SurfaceModelDescriptionSequence'],\n '6380': ['LO', '1', 'SurfaceModelLabel'],\n '6390': ['FD', '1', 'SurfaceModelScalingFactor'],\n '63A0': ['SQ', '1', 'MaterialsCodeSequence'],\n '63A4': ['SQ', '1', 'CoatingMaterialsCodeSequence'],\n '63A8': ['SQ', '1', 'ImplantTypeCodeSequence'],\n '63AC': ['SQ', '1', 'FixationMethodCodeSequence'],\n '63B0': ['SQ', '1', 'MatingFeatureSetsSequence'],\n '63C0': ['US', '1', 'MatingFeatureSetID'],\n '63D0': ['LO', '1', 'MatingFeatureSetLabel'],\n '63E0': ['SQ', '1', 'MatingFeatureSequence'],\n '63F0': ['US', '1', 'MatingFeatureID'],\n '6400': ['SQ', '1', 'MatingFeatureDegreeOfFreedomSequence'],\n '6410': ['US', '1', 'DegreeOfFreedomID'],\n '6420': ['CS', '1', 'DegreeOfFreedomType'],\n '6430': ['SQ', '1', 'TwoDMatingFeatureCoordinatesSequence'],\n '6440': ['US', '1', 'ReferencedHPGLDocumentID'],\n '6450': ['FD', '2', 'TwoDMatingPoint'],\n '6460': ['FD', '4', 'TwoDMatingAxes'],\n '6470': ['SQ', '1', 'TwoDDegreeOfFreedomSequence'],\n '6490': ['FD', '3', 'ThreeDDegreeOfFreedomAxis'],\n '64A0': ['FD', '2', 'RangeOfFreedom'],\n '64C0': ['FD', '3', 'ThreeDMatingPoint'],\n '64D0': ['FD', '9', 'ThreeDMatingAxes'],\n '64F0': ['FD', '3', 'TwoDDegreeOfFreedomAxis'],\n '6500': ['SQ', '1', 'PlanningLandmarkPointSequence'],\n '6510': ['SQ', '1', 'PlanningLandmarkLineSequence'],\n '6520': ['SQ', '1', 'PlanningLandmarkPlaneSequence'],\n '6530': ['US', '1', 'PlanningLandmarkID'],\n '6540': ['LO', '1', 'PlanningLandmarkDescription'],\n '6545': ['SQ', '1', 'PlanningLandmarkIdentificationCodeSequence'],\n '6550': ['SQ', '1', 'TwoDPointCoordinatesSequence'],\n '6560': ['FD', '2', 'TwoDPointCoordinates'],\n '6590': ['FD', '3', 'ThreeDPointCoordinates'],\n '65A0': ['SQ', '1', 'TwoDLineCoordinatesSequence'],\n '65B0': ['FD', '4', 'TwoDLineCoordinates'],\n '65D0': ['FD', '6', 'ThreeDLineCoordinates'],\n '65E0': ['SQ', '1', 'TwoDPlaneCoordinatesSequence'],\n '65F0': ['FD', '4', 'TwoDPlaneIntersection'],\n '6610': ['FD', '3', 'ThreeDPlaneOrigin'],\n '6620': ['FD', '3', 'ThreeDPlaneNormal'],\n '7001': ['CS', '1', 'ModelModification'],\n '7002': ['CS', '1', 'ModelMirroring'],\n '7003': ['SQ', '1', 'ModelUsageCodeSequence'],\n '7004': ['UI', '1', 'ModelGroupUID'],\n '7005': ['UR', '1', 'RelativeURIReferenceWithinEncapsulatedDocument']\n },\n '006A': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'AnnotationCoordinateType'],\n '0002': ['SQ', '1', 'AnnotationGroupSequence'],\n '0003': ['UI', '1', 'AnnotationGroupUID'],\n '0005': ['LO', '1', 'AnnotationGroupLabel'],\n '0006': ['UT', '1', 'AnnotationGroupDescription'],\n '0007': ['CS', '1', 'AnnotationGroupGenerationType'],\n '0008': ['SQ', '1', 'AnnotationGroupAlgorithmIdentificationSequence'],\n '0009': ['SQ', '1', 'AnnotationPropertyCategoryCodeSequence'],\n '000A': ['SQ', '1', 'AnnotationPropertyTypeCodeSequence'],\n '000B': ['SQ', '1', 'AnnotationPropertyTypeModifierCodeSequence'],\n '000C': ['UL', '1', 'NumberOfAnnotations'],\n '000D': ['CS', '1', 'AnnotationAppliesToAllOpticalPaths'],\n '000E': ['SH', '1-n', 'ReferencedOpticalPathIdentifier'],\n '000F': ['CS', '1', 'AnnotationAppliesToAllZPlanes'],\n '0010': ['FD', '1-n', 'CommonZCoordinateValue'],\n '0011': ['OL', '1', 'AnnotationIndexList']\n },\n '0070': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'GraphicAnnotationSequence'],\n '0002': ['CS', '1', 'GraphicLayer'],\n '0003': ['CS', '1', 'BoundingBoxAnnotationUnits'],\n '0004': ['CS', '1', 'AnchorPointAnnotationUnits'],\n '0005': ['CS', '1', 'GraphicAnnotationUnits'],\n '0006': ['ST', '1', 'UnformattedTextValue'],\n '0008': ['SQ', '1', 'TextObjectSequence'],\n '0009': ['SQ', '1', 'GraphicObjectSequence'],\n '0010': ['FL', '2', 'BoundingBoxTopLeftHandCorner'],\n '0011': ['FL', '2', 'BoundingBoxBottomRightHandCorner'],\n '0012': ['CS', '1', 'BoundingBoxTextHorizontalJustification'],\n '0014': ['FL', '2', 'AnchorPoint'],\n '0015': ['CS', '1', 'AnchorPointVisibility'],\n '0020': ['US', '1', 'GraphicDimensions'],\n '0021': ['US', '1', 'NumberOfGraphicPoints'],\n '0022': ['FL', '2-n', 'GraphicData'],\n '0023': ['CS', '1', 'GraphicType'],\n '0024': ['CS', '1', 'GraphicFilled'],\n '0040': ['IS', '1', 'ImageRotationRetired'],\n '0041': ['CS', '1', 'ImageHorizontalFlip'],\n '0042': ['US', '1', 'ImageRotation'],\n '0050': ['US', '2', 'DisplayedAreaTopLeftHandCornerTrial'],\n '0051': ['US', '2', 'DisplayedAreaBottomRightHandCornerTrial'],\n '0052': ['SL', '2', 'DisplayedAreaTopLeftHandCorner'],\n '0053': ['SL', '2', 'DisplayedAreaBottomRightHandCorner'],\n '005A': ['SQ', '1', 'DisplayedAreaSelectionSequence'],\n '0060': ['SQ', '1', 'GraphicLayerSequence'],\n '0062': ['IS', '1', 'GraphicLayerOrder'],\n '0066': ['US', '1', 'GraphicLayerRecommendedDisplayGrayscaleValue'],\n '0067': ['US', '3', 'GraphicLayerRecommendedDisplayRGBValue'],\n '0068': ['LO', '1', 'GraphicLayerDescription'],\n '0080': ['CS', '1', 'ContentLabel'],\n '0081': ['LO', '1', 'ContentDescription'],\n '0082': ['DA', '1', 'PresentationCreationDate'],\n '0083': ['TM', '1', 'PresentationCreationTime'],\n '0084': ['PN', '1', 'ContentCreatorName'],\n '0086': ['SQ', '1', 'ContentCreatorIdentificationCodeSequence'],\n '0087': ['SQ', '1', 'AlternateContentDescriptionSequence'],\n '0100': ['CS', '1', 'PresentationSizeMode'],\n '0101': ['DS', '2', 'PresentationPixelSpacing'],\n '0102': ['IS', '2', 'PresentationPixelAspectRatio'],\n '0103': ['FL', '1', 'PresentationPixelMagnificationRatio'],\n '0207': ['LO', '1', 'GraphicGroupLabel'],\n '0208': ['ST', '1', 'GraphicGroupDescription'],\n '0209': ['SQ', '1', 'CompoundGraphicSequence'],\n '0226': ['UL', '1', 'CompoundGraphicInstanceID'],\n '0227': ['LO', '1', 'FontName'],\n '0228': ['CS', '1', 'FontNameType'],\n '0229': ['LO', '1', 'CSSFontName'],\n '0230': ['FD', '1', 'RotationAngle'],\n '0231': ['SQ', '1', 'TextStyleSequence'],\n '0232': ['SQ', '1', 'LineStyleSequence'],\n '0233': ['SQ', '1', 'FillStyleSequence'],\n '0234': ['SQ', '1', 'GraphicGroupSequence'],\n '0241': ['US', '3', 'TextColorCIELabValue'],\n '0242': ['CS', '1', 'HorizontalAlignment'],\n '0243': ['CS', '1', 'VerticalAlignment'],\n '0244': ['CS', '1', 'ShadowStyle'],\n '0245': ['FL', '1', 'ShadowOffsetX'],\n '0246': ['FL', '1', 'ShadowOffsetY'],\n '0247': ['US', '3', 'ShadowColorCIELabValue'],\n '0248': ['CS', '1', 'Underlined'],\n '0249': ['CS', '1', 'Bold'],\n '0250': ['CS', '1', 'Italic'],\n '0251': ['US', '3', 'PatternOnColorCIELabValue'],\n '0252': ['US', '3', 'PatternOffColorCIELabValue'],\n '0253': ['FL', '1', 'LineThickness'],\n '0254': ['CS', '1', 'LineDashingStyle'],\n '0255': ['UL', '1', 'LinePattern'],\n '0256': ['OB', '1', 'FillPattern'],\n '0257': ['CS', '1', 'FillMode'],\n '0258': ['FL', '1', 'ShadowOpacity'],\n '0261': ['FL', '1', 'GapLength'],\n '0262': ['FL', '1', 'DiameterOfVisibility'],\n '0273': ['FL', '2', 'RotationPoint'],\n '0274': ['CS', '1', 'TickAlignment'],\n '0278': ['CS', '1', 'ShowTickLabel'],\n '0279': ['CS', '1', 'TickLabelAlignment'],\n '0282': ['CS', '1', 'CompoundGraphicUnits'],\n '0284': ['FL', '1', 'PatternOnOpacity'],\n '0285': ['FL', '1', 'PatternOffOpacity'],\n '0287': ['SQ', '1', 'MajorTicksSequence'],\n '0288': ['FL', '1', 'TickPosition'],\n '0289': ['SH', '1', 'TickLabel'],\n '0294': ['CS', '1', 'CompoundGraphicType'],\n '0295': ['UL', '1', 'GraphicGroupID'],\n '0306': ['CS', '1', 'ShapeType'],\n '0308': ['SQ', '1', 'RegistrationSequence'],\n '0309': ['SQ', '1', 'MatrixRegistrationSequence'],\n '030A': ['SQ', '1', 'MatrixSequence'],\n '030B': ['FD', '16', 'FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix'],\n '030C': ['CS', '1', 'FrameOfReferenceTransformationMatrixType'],\n '030D': ['SQ', '1', 'RegistrationTypeCodeSequence'],\n '030F': ['ST', '1', 'FiducialDescription'],\n '0310': ['SH', '1', 'FiducialIdentifier'],\n '0311': ['SQ', '1', 'FiducialIdentifierCodeSequence'],\n '0312': ['FD', '1', 'ContourUncertaintyRadius'],\n '0314': ['SQ', '1', 'UsedFiducialsSequence'],\n '0318': ['SQ', '1', 'GraphicCoordinatesDataSequence'],\n '031A': ['UI', '1', 'FiducialUID'],\n '031B': ['UI', '1', 'ReferencedFiducialUID'],\n '031C': ['SQ', '1', 'FiducialSetSequence'],\n '031E': ['SQ', '1', 'FiducialSequence'],\n '031F': ['SQ', '1', 'FiducialsPropertyCategoryCodeSequence'],\n '0401': ['US', '3', 'GraphicLayerRecommendedDisplayCIELabValue'],\n '0402': ['SQ', '1', 'BlendingSequence'],\n '0403': ['FL', '1', 'RelativeOpacity'],\n '0404': ['SQ', '1', 'ReferencedSpatialRegistrationSequence'],\n '0405': ['CS', '1', 'BlendingPosition'],\n '1101': ['UI', '1', 'PresentationDisplayCollectionUID'],\n '1102': ['UI', '1', 'PresentationSequenceCollectionUID'],\n '1103': ['US', '1', 'PresentationSequencePositionIndex'],\n '1104': ['SQ', '1', 'RenderedImageReferenceSequence'],\n '1201': ['SQ', '1', 'VolumetricPresentationStateInputSequence'],\n '1202': ['CS', '1', 'PresentationInputType'],\n '1203': ['US', '1', 'InputSequencePositionIndex'],\n '1204': ['CS', '1', 'Crop'],\n '1205': ['US', '1-n', 'CroppingSpecificationIndex'],\n '1206': ['CS', '1', 'CompositingMethod'],\n '1207': ['US', '1', 'VolumetricPresentationInputNumber'],\n '1208': ['CS', '1', 'ImageVolumeGeometry'],\n '1209': ['UI', '1', 'VolumetricPresentationInputSetUID'],\n '120A': ['SQ', '1', 'VolumetricPresentationInputSetSequence'],\n '120B': ['CS', '1', 'GlobalCrop'],\n '120C': ['US', '1-n', 'GlobalCroppingSpecificationIndex'],\n '120D': ['CS', '1', 'RenderingMethod'],\n '1301': ['SQ', '1', 'VolumeCroppingSequence'],\n '1302': ['CS', '1', 'VolumeCroppingMethod'],\n '1303': ['FD', '6', 'BoundingBoxCrop'],\n '1304': ['SQ', '1', 'ObliqueCroppingPlaneSequence'],\n '1305': ['FD', '4', 'Plane'],\n '1306': ['FD', '3', 'PlaneNormal'],\n '1309': ['US', '1', 'CroppingSpecificationNumber'],\n '1501': ['CS', '1', 'MultiPlanarReconstructionStyle'],\n '1502': ['CS', '1', 'MPRThicknessType'],\n '1503': ['FD', '1', 'MPRSlabThickness'],\n '1505': ['FD', '3', 'MPRTopLeftHandCorner'],\n '1507': ['FD', '3', 'MPRViewWidthDirection'],\n '1508': ['FD', '1', 'MPRViewWidth'],\n '150C': ['UL', '1', 'NumberOfVolumetricCurvePoints'],\n '150D': ['OD', '1', 'VolumetricCurvePoints'],\n '1511': ['FD', '3', 'MPRViewHeightDirection'],\n '1512': ['FD', '1', 'MPRViewHeight'],\n '1602': ['CS', '1', 'RenderProjection'],\n '1603': ['FD', '3', 'ViewpointPosition'],\n '1604': ['FD', '3', 'ViewpointLookAtPoint'],\n '1605': ['FD', '3', 'ViewpointUpDirection'],\n '1606': ['FD', '6', 'RenderFieldOfView'],\n '1607': ['FD', '1', 'SamplingStepSize'],\n '1701': ['CS', '1', 'ShadingStyle'],\n '1702': ['FD', '1', 'AmbientReflectionIntensity'],\n '1703': ['FD', '3', 'LightDirection'],\n '1704': ['FD', '1', 'DiffuseReflectionIntensity'],\n '1705': ['FD', '1', 'SpecularReflectionIntensity'],\n '1706': ['FD', '1', 'Shininess'],\n '1801': ['SQ', '1', 'PresentationStateClassificationComponentSequence'],\n '1802': ['CS', '1', 'ComponentType'],\n '1803': ['SQ', '1', 'ComponentInputSequence'],\n '1804': ['US', '1', 'VolumetricPresentationInputIndex'],\n '1805': ['SQ', '1', 'PresentationStateCompositorComponentSequence'],\n '1806': ['SQ', '1', 'WeightingTransferFunctionSequence'],\n '1807': ['US', '3', 'WeightingLookupTableDescriptor'],\n '1808': ['OB', '1', 'WeightingLookupTableData'],\n '1901': ['SQ', '1', 'VolumetricAnnotationSequence'],\n '1903': ['SQ', '1', 'ReferencedStructuredContextSequence'],\n '1904': ['UI', '1', 'ReferencedContentItem'],\n '1905': ['SQ', '1', 'VolumetricPresentationInputAnnotationSequence'],\n '1907': ['CS', '1', 'AnnotationClipping'],\n '1A01': ['CS', '1', 'PresentationAnimationStyle'],\n '1A03': ['FD', '1', 'RecommendedAnimationRate'],\n '1A04': ['SQ', '1', 'AnimationCurveSequence'],\n '1A05': ['FD', '1', 'AnimationStepSize'],\n '1A06': ['FD', '1', 'SwivelRange'],\n '1A07': ['OD', '1', 'VolumetricCurveUpDirections'],\n '1A08': ['SQ', '1', 'VolumeStreamSequence'],\n '1A09': ['LO', '1', 'RGBATransferFunctionDescription'],\n '1B01': ['SQ', '1', 'AdvancedBlendingSequence'],\n '1B02': ['US', '1', 'BlendingInputNumber'],\n '1B03': ['SQ', '1', 'BlendingDisplayInputSequence'],\n '1B04': ['SQ', '1', 'BlendingDisplaySequence'],\n '1B06': ['CS', '1', 'BlendingMode'],\n '1B07': ['CS', '1', 'TimeSeriesBlending'],\n '1B08': ['CS', '1', 'GeometryForDisplay'],\n '1B11': ['SQ', '1', 'ThresholdSequence'],\n '1B12': ['SQ', '1', 'ThresholdValueSequence'],\n '1B13': ['CS', '1', 'ThresholdType'],\n '1B14': ['FD', '1', 'ThresholdValue']\n },\n '0072': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SH', '1', 'HangingProtocolName'],\n '0004': ['LO', '1', 'HangingProtocolDescription'],\n '0006': ['CS', '1', 'HangingProtocolLevel'],\n '0008': ['LO', '1', 'HangingProtocolCreator'],\n '000A': ['DT', '1', 'HangingProtocolCreationDateTime'],\n '000C': ['SQ', '1', 'HangingProtocolDefinitionSequence'],\n '000E': ['SQ', '1', 'HangingProtocolUserIdentificationCodeSequence'],\n '0010': ['LO', '1', 'HangingProtocolUserGroupName'],\n '0012': ['SQ', '1', 'SourceHangingProtocolSequence'],\n '0014': ['US', '1', 'NumberOfPriorsReferenced'],\n '0020': ['SQ', '1', 'ImageSetsSequence'],\n '0022': ['SQ', '1', 'ImageSetSelectorSequence'],\n '0024': ['CS', '1', 'ImageSetSelectorUsageFlag'],\n '0026': ['AT', '1', 'SelectorAttribute'],\n '0028': ['US', '1', 'SelectorValueNumber'],\n '0030': ['SQ', '1', 'TimeBasedImageSetsSequence'],\n '0032': ['US', '1', 'ImageSetNumber'],\n '0034': ['CS', '1', 'ImageSetSelectorCategory'],\n '0038': ['US', '2', 'RelativeTime'],\n '003A': ['CS', '1', 'RelativeTimeUnits'],\n '003C': ['SS', '2', 'AbstractPriorValue'],\n '003E': ['SQ', '1', 'AbstractPriorCodeSequence'],\n '0040': ['LO', '1', 'ImageSetLabel'],\n '0050': ['CS', '1', 'SelectorAttributeVR'],\n '0052': ['AT', '1-n', 'SelectorSequencePointer'],\n '0054': ['LO', '1-n', 'SelectorSequencePointerPrivateCreator'],\n '0056': ['LO', '1', 'SelectorAttributePrivateCreator'],\n '005E': ['AE', '1-n', 'SelectorAEValue'],\n '005F': ['AS', '1-n', 'SelectorASValue'],\n '0060': ['AT', '1-n', 'SelectorATValue'],\n '0061': ['DA', '1-n', 'SelectorDAValue'],\n '0062': ['CS', '1-n', 'SelectorCSValue'],\n '0063': ['DT', '1-n', 'SelectorDTValue'],\n '0064': ['IS', '1-n', 'SelectorISValue'],\n '0065': ['OB', '1', 'SelectorOBValue'],\n '0066': ['LO', '1-n', 'SelectorLOValue'],\n '0067': ['OF', '1', 'SelectorOFValue'],\n '0068': ['LT', '1', 'SelectorLTValue'],\n '0069': ['OW', '1', 'SelectorOWValue'],\n '006A': ['PN', '1-n', 'SelectorPNValue'],\n '006B': ['TM', '1-n', 'SelectorTMValue'],\n '006C': ['SH', '1-n', 'SelectorSHValue'],\n '006D': ['UN', '1', 'SelectorUNValue'],\n '006E': ['ST', '1', 'SelectorSTValue'],\n '006F': ['UC', '1-n', 'SelectorUCValue'],\n '0070': ['UT', '1', 'SelectorUTValue'],\n '0071': ['UR', '1', 'SelectorURValue'],\n '0072': ['DS', '1-n', 'SelectorDSValue'],\n '0073': ['OD', '1', 'SelectorODValue'],\n '0074': ['FD', '1-n', 'SelectorFDValue'],\n '0075': ['OL', '1', 'SelectorOLValue'],\n '0076': ['FL', '1-n', 'SelectorFLValue'],\n '0078': ['UL', '1-n', 'SelectorULValue'],\n '007A': ['US', '1-n', 'SelectorUSValue'],\n '007C': ['SL', '1-n', 'SelectorSLValue'],\n '007E': ['SS', '1-n', 'SelectorSSValue'],\n '007F': ['UI', '1-n', 'SelectorUIValue'],\n '0080': ['SQ', '1', 'SelectorCodeSequenceValue'],\n '0081': ['OV', '1', 'SelectorOVValue'],\n '0082': ['SV', '1-n', 'SelectorSVValue'],\n '0083': ['UV', '1-n', 'SelectorUVValue'],\n '0100': ['US', '1', 'NumberOfScreens'],\n '0102': ['SQ', '1', 'NominalScreenDefinitionSequence'],\n '0104': ['US', '1', 'NumberOfVerticalPixels'],\n '0106': ['US', '1', 'NumberOfHorizontalPixels'],\n '0108': ['FD', '4', 'DisplayEnvironmentSpatialPosition'],\n '010A': ['US', '1', 'ScreenMinimumGrayscaleBitDepth'],\n '010C': ['US', '1', 'ScreenMinimumColorBitDepth'],\n '010E': ['US', '1', 'ApplicationMaximumRepaintTime'],\n '0200': ['SQ', '1', 'DisplaySetsSequence'],\n '0202': ['US', '1', 'DisplaySetNumber'],\n '0203': ['LO', '1', 'DisplaySetLabel'],\n '0204': ['US', '1', 'DisplaySetPresentationGroup'],\n '0206': ['LO', '1', 'DisplaySetPresentationGroupDescription'],\n '0208': ['CS', '1', 'PartialDataDisplayHandling'],\n '0210': ['SQ', '1', 'SynchronizedScrollingSequence'],\n '0212': ['US', '2-n', 'DisplaySetScrollingGroup'],\n '0214': ['SQ', '1', 'NavigationIndicatorSequence'],\n '0216': ['US', '1', 'NavigationDisplaySet'],\n '0218': ['US', '1-n', 'ReferenceDisplaySets'],\n '0300': ['SQ', '1', 'ImageBoxesSequence'],\n '0302': ['US', '1', 'ImageBoxNumber'],\n '0304': ['CS', '1', 'ImageBoxLayoutType'],\n '0306': ['US', '1', 'ImageBoxTileHorizontalDimension'],\n '0308': ['US', '1', 'ImageBoxTileVerticalDimension'],\n '0310': ['CS', '1', 'ImageBoxScrollDirection'],\n '0312': ['CS', '1', 'ImageBoxSmallScrollType'],\n '0314': ['US', '1', 'ImageBoxSmallScrollAmount'],\n '0316': ['CS', '1', 'ImageBoxLargeScrollType'],\n '0318': ['US', '1', 'ImageBoxLargeScrollAmount'],\n '0320': ['US', '1', 'ImageBoxOverlapPriority'],\n '0330': ['FD', '1', 'CineRelativeToRealTime'],\n '0400': ['SQ', '1', 'FilterOperationsSequence'],\n '0402': ['CS', '1', 'FilterByCategory'],\n '0404': ['CS', '1', 'FilterByAttributePresence'],\n '0406': ['CS', '1', 'FilterByOperator'],\n '0420': ['US', '3', 'StructuredDisplayBackgroundCIELabValue'],\n '0421': ['US', '3', 'EmptyImageBoxCIELabValue'],\n '0422': ['SQ', '1', 'StructuredDisplayImageBoxSequence'],\n '0424': ['SQ', '1', 'StructuredDisplayTextBoxSequence'],\n '0427': ['SQ', '1', 'ReferencedFirstFrameSequence'],\n '0430': ['SQ', '1', 'ImageBoxSynchronizationSequence'],\n '0432': ['US', '2-n', 'SynchronizedImageBoxList'],\n '0434': ['CS', '1', 'TypeOfSynchronization'],\n '0500': ['CS', '1', 'BlendingOperationType'],\n '0510': ['CS', '1', 'ReformattingOperationType'],\n '0512': ['FD', '1', 'ReformattingThickness'],\n '0514': ['FD', '1', 'ReformattingInterval'],\n '0516': ['CS', '1', 'ReformattingOperationInitialViewDirection'],\n '0520': ['CS', '1-n', 'ThreeDRenderingType'],\n '0600': ['SQ', '1', 'SortingOperationsSequence'],\n '0602': ['CS', '1', 'SortByCategory'],\n '0604': ['CS', '1', 'SortingDirection'],\n '0700': ['CS', '2', 'DisplaySetPatientOrientation'],\n '0702': ['CS', '1', 'VOIType'],\n '0704': ['CS', '1', 'PseudoColorType'],\n '0705': ['SQ', '1', 'PseudoColorPaletteInstanceReferenceSequence'],\n '0706': ['CS', '1', 'ShowGrayscaleInverted'],\n '0710': ['CS', '1', 'ShowImageTrueSizeFlag'],\n '0712': ['CS', '1', 'ShowGraphicAnnotationFlag'],\n '0714': ['CS', '1', 'ShowPatientDemographicsFlag'],\n '0716': ['CS', '1', 'ShowAcquisitionTechniquesFlag'],\n '0717': ['CS', '1', 'DisplaySetHorizontalJustification'],\n '0718': ['CS', '1', 'DisplaySetVerticalJustification']\n },\n '0074': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0120': ['FD', '1', 'ContinuationStartMeterset'],\n '0121': ['FD', '1', 'ContinuationEndMeterset'],\n '1000': ['CS', '1', 'ProcedureStepState'],\n '1002': ['SQ', '1', 'ProcedureStepProgressInformationSequence'],\n '1004': ['DS', '1', 'ProcedureStepProgress'],\n '1006': ['ST', '1', 'ProcedureStepProgressDescription'],\n '1007': ['SQ', '1', 'ProcedureStepProgressParametersSequence'],\n '1008': ['SQ', '1', 'ProcedureStepCommunicationsURISequence'],\n '100A': ['UR', '1', 'ContactURI'],\n '100C': ['LO', '1', 'ContactDisplayName'],\n '100E': ['SQ', '1', 'ProcedureStepDiscontinuationReasonCodeSequence'],\n '1020': ['SQ', '1', 'BeamTaskSequence'],\n '1022': ['CS', '1', 'BeamTaskType'],\n '1024': ['IS', '1', 'BeamOrderIndexTrial'],\n '1025': ['CS', '1', 'AutosequenceFlag'],\n '1026': ['FD', '1', 'TableTopVerticalAdjustedPosition'],\n '1027': ['FD', '1', 'TableTopLongitudinalAdjustedPosition'],\n '1028': ['FD', '1', 'TableTopLateralAdjustedPosition'],\n '102A': ['FD', '1', 'PatientSupportAdjustedAngle'],\n '102B': ['FD', '1', 'TableTopEccentricAdjustedAngle'],\n '102C': ['FD', '1', 'TableTopPitchAdjustedAngle'],\n '102D': ['FD', '1', 'TableTopRollAdjustedAngle'],\n '1030': ['SQ', '1', 'DeliveryVerificationImageSequence'],\n '1032': ['CS', '1', 'VerificationImageTiming'],\n '1034': ['CS', '1', 'DoubleExposureFlag'],\n '1036': ['CS', '1', 'DoubleExposureOrdering'],\n '1038': ['DS', '1', 'DoubleExposureMetersetTrial'],\n '103A': ['DS', '4', 'DoubleExposureFieldDeltaTrial'],\n '1040': ['SQ', '1', 'RelatedReferenceRTImageSequence'],\n '1042': ['SQ', '1', 'GeneralMachineVerificationSequence'],\n '1044': ['SQ', '1', 'ConventionalMachineVerificationSequence'],\n '1046': ['SQ', '1', 'IonMachineVerificationSequence'],\n '1048': ['SQ', '1', 'FailedAttributesSequence'],\n '104A': ['SQ', '1', 'OverriddenAttributesSequence'],\n '104C': ['SQ', '1', 'ConventionalControlPointVerificationSequence'],\n '104E': ['SQ', '1', 'IonControlPointVerificationSequence'],\n '1050': ['SQ', '1', 'AttributeOccurrenceSequence'],\n '1052': ['AT', '1', 'AttributeOccurrencePointer'],\n '1054': ['UL', '1', 'AttributeItemSelector'],\n '1056': ['LO', '1', 'AttributeOccurrencePrivateCreator'],\n '1057': ['IS', '1-n', 'SelectorSequencePointerItems'],\n '1200': ['CS', '1', 'ScheduledProcedureStepPriority'],\n '1202': ['LO', '1', 'WorklistLabel'],\n '1204': ['LO', '1', 'ProcedureStepLabel'],\n '1210': ['SQ', '1', 'ScheduledProcessingParametersSequence'],\n '1212': ['SQ', '1', 'PerformedProcessingParametersSequence'],\n '1216': ['SQ', '1', 'UnifiedProcedureStepPerformedProcedureSequence'],\n '1220': ['SQ', '1', 'RelatedProcedureStepSequence'],\n '1222': ['LO', '1', 'ProcedureStepRelationshipType'],\n '1224': ['SQ', '1', 'ReplacedProcedureStepSequence'],\n '1230': ['LO', '1', 'DeletionLock'],\n '1234': ['AE', '1', 'ReceivingAE'],\n '1236': ['AE', '1', 'RequestingAE'],\n '1238': ['LT', '1', 'ReasonForCancellation'],\n '1242': ['CS', '1', 'SCPStatus'],\n '1244': ['CS', '1', 'SubscriptionListStatus'],\n '1246': ['CS', '1', 'UnifiedProcedureStepListStatus'],\n '1324': ['UL', '1', 'BeamOrderIndex'],\n '1338': ['FD', '1', 'DoubleExposureMeterset'],\n '133A': ['FD', '4', 'DoubleExposureFieldDelta'],\n '1401': ['SQ', '1', 'BrachyTaskSequence'],\n '1402': ['DS', '1', 'ContinuationStartTotalReferenceAirKerma'],\n '1403': ['DS', '1', 'ContinuationEndTotalReferenceAirKerma'],\n '1404': ['IS', '1', 'ContinuationPulseNumber'],\n '1405': ['SQ', '1', 'ChannelDeliveryOrderSequence'],\n '1406': ['IS', '1', 'ReferencedChannelNumber'],\n '1407': ['DS', '1', 'StartCumulativeTimeWeight'],\n '1408': ['DS', '1', 'EndCumulativeTimeWeight'],\n '1409': ['SQ', '1', 'OmittedChannelSequence'],\n '140A': ['CS', '1', 'ReasonForChannelOmission'],\n '140B': ['LO', '1', 'ReasonForChannelOmissionDescription'],\n '140C': ['IS', '1', 'ChannelDeliveryOrderIndex'],\n '140D': ['SQ', '1', 'ChannelDeliveryContinuationSequence'],\n '140E': ['SQ', '1', 'OmittedApplicationSetupSequence']\n },\n '0076': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['LO', '1', 'ImplantAssemblyTemplateName'],\n '0003': ['LO', '1', 'ImplantAssemblyTemplateIssuer'],\n '0006': ['LO', '1', 'ImplantAssemblyTemplateVersion'],\n '0008': ['SQ', '1', 'ReplacedImplantAssemblyTemplateSequence'],\n '000A': ['CS', '1', 'ImplantAssemblyTemplateType'],\n '000C': ['SQ', '1', 'OriginalImplantAssemblyTemplateSequence'],\n '000E': ['SQ', '1', 'DerivationImplantAssemblyTemplateSequence'],\n '0010': ['SQ', '1', 'ImplantAssemblyTemplateTargetAnatomySequence'],\n '0020': ['SQ', '1', 'ProcedureTypeCodeSequence'],\n '0030': ['LO', '1', 'SurgicalTechnique'],\n '0032': ['SQ', '1', 'ComponentTypesSequence'],\n '0034': ['SQ', '1', 'ComponentTypeCodeSequence'],\n '0036': ['CS', '1', 'ExclusiveComponentType'],\n '0038': ['CS', '1', 'MandatoryComponentType'],\n '0040': ['SQ', '1', 'ComponentSequence'],\n '0055': ['US', '1', 'ComponentID'],\n '0060': ['SQ', '1', 'ComponentAssemblySequence'],\n '0070': ['US', '1', 'Component1ReferencedID'],\n '0080': ['US', '1', 'Component1ReferencedMatingFeatureSetID'],\n '0090': ['US', '1', 'Component1ReferencedMatingFeatureID'],\n '00A0': ['US', '1', 'Component2ReferencedID'],\n '00B0': ['US', '1', 'Component2ReferencedMatingFeatureSetID'],\n '00C0': ['US', '1', 'Component2ReferencedMatingFeatureID']\n },\n '0078': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['LO', '1', 'ImplantTemplateGroupName'],\n '0010': ['ST', '1', 'ImplantTemplateGroupDescription'],\n '0020': ['LO', '1', 'ImplantTemplateGroupIssuer'],\n '0024': ['LO', '1', 'ImplantTemplateGroupVersion'],\n '0026': ['SQ', '1', 'ReplacedImplantTemplateGroupSequence'],\n '0028': ['SQ', '1', 'ImplantTemplateGroupTargetAnatomySequence'],\n '002A': ['SQ', '1', 'ImplantTemplateGroupMembersSequence'],\n '002E': ['US', '1', 'ImplantTemplateGroupMemberID'],\n '0050': ['FD', '3', 'ThreeDImplantTemplateGroupMemberMatchingPoint'],\n '0060': ['FD', '9', 'ThreeDImplantTemplateGroupMemberMatchingAxes'],\n '0070': ['SQ', '1', 'ImplantTemplateGroupMemberMatching2DCoordinatesSequence'],\n '0090': ['FD', '2', 'TwoDImplantTemplateGroupMemberMatchingPoint'],\n '00A0': ['FD', '4', 'TwoDImplantTemplateGroupMemberMatchingAxes'],\n '00B0': ['SQ', '1', 'ImplantTemplateGroupVariationDimensionSequence'],\n '00B2': ['LO', '1', 'ImplantTemplateGroupVariationDimensionName'],\n '00B4': ['SQ', '1', 'ImplantTemplateGroupVariationDimensionRankSequence'],\n '00B6': ['US', '1', 'ReferencedImplantTemplateGroupMemberID'],\n '00B8': ['US', '1', 'ImplantTemplateGroupVariationDimensionRank']\n },\n '0080': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'SurfaceScanAcquisitionTypeCodeSequence'],\n '0002': ['SQ', '1', 'SurfaceScanModeCodeSequence'],\n '0003': ['SQ', '1', 'RegistrationMethodCodeSequence'],\n '0004': ['FD', '1', 'ShotDurationTime'],\n '0005': ['FD', '1', 'ShotOffsetTime'],\n '0006': ['US', '1-n', 'SurfacePointPresentationValueData'],\n '0007': ['US', '3-3n', 'SurfacePointColorCIELabValueData'],\n '0008': ['SQ', '1', 'UVMappingSequence'],\n '0009': ['SH', '1', 'TextureLabel'],\n '0010': ['OF', '1', 'UValueData'],\n '0011': ['OF', '1', 'VValueData'],\n '0012': ['SQ', '1', 'ReferencedTextureSequence'],\n '0013': ['SQ', '1', 'ReferencedSurfaceDataSequence']\n },\n '0082': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'AssessmentSummary'],\n '0003': ['UT', '1', 'AssessmentSummaryDescription'],\n '0004': ['SQ', '1', 'AssessedSOPInstanceSequence'],\n '0005': ['SQ', '1', 'ReferencedComparisonSOPInstanceSequence'],\n '0006': ['UL', '1', 'NumberOfAssessmentObservations'],\n '0007': ['SQ', '1', 'AssessmentObservationsSequence'],\n '0008': ['CS', '1', 'ObservationSignificance'],\n '000A': ['UT', '1', 'ObservationDescription'],\n '000C': ['SQ', '1', 'StructuredConstraintObservationSequence'],\n '0010': ['SQ', '1', 'AssessedAttributeValueSequence'],\n '0016': ['LO', '1', 'AssessmentSetID'],\n '0017': ['SQ', '1', 'AssessmentRequesterSequence'],\n '0018': ['LO', '1', 'SelectorAttributeName'],\n '0019': ['LO', '1', 'SelectorAttributeKeyword'],\n '0021': ['SQ', '1', 'AssessmentTypeCodeSequence'],\n '0022': ['SQ', '1', 'ObservationBasisCodeSequence'],\n '0023': ['LO', '1', 'AssessmentLabel'],\n '0032': ['CS', '1', 'ConstraintType'],\n '0033': ['UT', '1', 'SpecificationSelectionGuidance'],\n '0034': ['SQ', '1', 'ConstraintValueSequence'],\n '0035': ['SQ', '1', 'RecommendedDefaultValueSequence'],\n '0036': ['CS', '1', 'ConstraintViolationSignificance'],\n '0037': ['UT', '1', 'ConstraintViolationCondition'],\n '0038': ['CS', '1', 'ModifiableConstraintFlag']\n },\n '0088': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0130': ['SH', '1', 'StorageMediaFileSetID'],\n '0140': ['UI', '1', 'StorageMediaFileSetUID'],\n '0200': ['SQ', '1', 'IconImageSequence'],\n '0904': ['LO', '1', 'TopicTitle'],\n '0906': ['ST', '1', 'TopicSubject'],\n '0910': ['LO', '1', 'TopicAuthor'],\n '0912': ['LO', '1-32', 'TopicKeywords']\n },\n '0100': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0410': ['CS', '1', 'SOPInstanceStatus'],\n '0420': ['DT', '1', 'SOPAuthorizationDateTime'],\n '0424': ['LT', '1', 'SOPAuthorizationComment'],\n '0426': ['LO', '1', 'AuthorizationEquipmentCertificationNumber']\n },\n '0400': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0005': ['US', '1', 'MACIDNumber'],\n '0010': ['UI', '1', 'MACCalculationTransferSyntaxUID'],\n '0015': ['CS', '1', 'MACAlgorithm'],\n '0020': ['AT', '1-n', 'DataElementsSigned'],\n '0100': ['UI', '1', 'DigitalSignatureUID'],\n '0105': ['DT', '1', 'DigitalSignatureDateTime'],\n '0110': ['CS', '1', 'CertificateType'],\n '0115': ['OB', '1', 'CertificateOfSigner'],\n '0120': ['OB', '1', 'Signature'],\n '0305': ['CS', '1', 'CertifiedTimestampType'],\n '0310': ['OB', '1', 'CertifiedTimestamp'],\n '0315': ['FL', '1', ''],\n '0401': ['SQ', '1', 'DigitalSignaturePurposeCodeSequence'],\n '0402': ['SQ', '1', 'ReferencedDigitalSignatureSequence'],\n '0403': ['SQ', '1', 'ReferencedSOPInstanceMACSequence'],\n '0404': ['OB', '1', 'MAC'],\n '0500': ['SQ', '1', 'EncryptedAttributesSequence'],\n '0510': ['UI', '1', 'EncryptedContentTransferSyntaxUID'],\n '0520': ['OB', '1', 'EncryptedContent'],\n '0550': ['SQ', '1', 'ModifiedAttributesSequence'],\n '0551': ['SQ', '1', 'NonconformingModifiedAttributesSequence'],\n '0552': ['OB', '1', 'NonconformingDataElementValue'],\n '0561': ['SQ', '1', 'OriginalAttributesSequence'],\n '0562': ['DT', '1', 'AttributeModificationDateTime'],\n '0563': ['LO', '1', 'ModifyingSystem'],\n '0564': ['LO', '1', 'SourceOfPreviousValues'],\n '0565': ['CS', '1', 'ReasonForTheAttributeModification'],\n '0600': ['CS', '1', 'InstanceOriginStatus']\n },\n '1000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '3', 'EscapeTriplet'],\n '0011': ['US', '3', 'RunLengthTriplet'],\n '0012': ['US', '1', 'HuffmanTableSize'],\n '0013': ['US', '3', 'HuffmanTableTriplet'],\n '0014': ['US', '1', 'ShiftTableSize'],\n '0015': ['US', '3', 'ShiftTableTriplet']\n },\n '1010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0004': ['US', '1-n', 'ZonalMap']\n },\n '2000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['IS', '1', 'NumberOfCopies'],\n '001E': ['SQ', '1', 'PrinterConfigurationSequence'],\n '0020': ['CS', '1', 'PrintPriority'],\n '0030': ['CS', '1', 'MediumType'],\n '0040': ['CS', '1', 'FilmDestination'],\n '0050': ['LO', '1', 'FilmSessionLabel'],\n '0060': ['IS', '1', 'MemoryAllocation'],\n '0061': ['IS', '1', 'MaximumMemoryAllocation'],\n '0062': ['CS', '1', 'ColorImagePrintingFlag'],\n '0063': ['CS', '1', 'CollationFlag'],\n '0065': ['CS', '1', 'AnnotationFlag'],\n '0067': ['CS', '1', 'ImageOverlayFlag'],\n '0069': ['CS', '1', 'PresentationLUTFlag'],\n '006A': ['CS', '1', 'ImageBoxPresentationLUTFlag'],\n '00A0': ['US', '1', 'MemoryBitDepth'],\n '00A1': ['US', '1', 'PrintingBitDepth'],\n '00A2': ['SQ', '1', 'MediaInstalledSequence'],\n '00A4': ['SQ', '1', 'OtherMediaAvailableSequence'],\n '00A8': ['SQ', '1', 'SupportedImageDisplayFormatsSequence'],\n '0500': ['SQ', '1', 'ReferencedFilmBoxSequence'],\n '0510': ['SQ', '1', 'ReferencedStoredPrintSequence']\n },\n '2010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['ST', '1', 'ImageDisplayFormat'],\n '0030': ['CS', '1', 'AnnotationDisplayFormatID'],\n '0040': ['CS', '1', 'FilmOrientation'],\n '0050': ['CS', '1', 'FilmSizeID'],\n '0052': ['CS', '1', 'PrinterResolutionID'],\n '0054': ['CS', '1', 'DefaultPrinterResolutionID'],\n '0060': ['CS', '1', 'MagnificationType'],\n '0080': ['CS', '1', 'SmoothingType'],\n '00A6': ['CS', '1', 'DefaultMagnificationType'],\n '00A7': ['CS', '1-n', 'OtherMagnificationTypesAvailable'],\n '00A8': ['CS', '1', 'DefaultSmoothingType'],\n '00A9': ['CS', '1-n', 'OtherSmoothingTypesAvailable'],\n '0100': ['CS', '1', 'BorderDensity'],\n '0110': ['CS', '1', 'EmptyImageDensity'],\n '0120': ['US', '1', 'MinDensity'],\n '0130': ['US', '1', 'MaxDensity'],\n '0140': ['CS', '1', 'Trim'],\n '0150': ['ST', '1', 'ConfigurationInformation'],\n '0152': ['LT', '1', 'ConfigurationInformationDescription'],\n '0154': ['IS', '1', 'MaximumCollatedFilms'],\n '015E': ['US', '1', 'Illumination'],\n '0160': ['US', '1', 'ReflectedAmbientLight'],\n '0376': ['DS', '2', 'PrinterPixelSpacing'],\n '0500': ['SQ', '1', 'ReferencedFilmSessionSequence'],\n '0510': ['SQ', '1', 'ReferencedImageBoxSequence'],\n '0520': ['SQ', '1', 'ReferencedBasicAnnotationBoxSequence']\n },\n '2020': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '1', 'ImageBoxPosition'],\n '0020': ['CS', '1', 'Polarity'],\n '0030': ['DS', '1', 'RequestedImageSize'],\n '0040': ['CS', '1', 'RequestedDecimateCropBehavior'],\n '0050': ['CS', '1', 'RequestedResolutionID'],\n '00A0': ['CS', '1', 'RequestedImageSizeFlag'],\n '00A2': ['CS', '1', 'DecimateCropResult'],\n '0110': ['SQ', '1', 'BasicGrayscaleImageSequence'],\n '0111': ['SQ', '1', 'BasicColorImageSequence'],\n '0130': ['SQ', '1', 'ReferencedImageOverlayBoxSequence'],\n '0140': ['SQ', '1', 'ReferencedVOILUTBoxSequence']\n },\n '2030': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '1', 'AnnotationPosition'],\n '0020': ['LO', '1', 'TextString']\n },\n '2040': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SQ', '1', 'ReferencedOverlayPlaneSequence'],\n '0011': ['US', '1-99', 'ReferencedOverlayPlaneGroups'],\n '0020': ['SQ', '1', 'OverlayPixelDataSequence'],\n '0060': ['CS', '1', 'OverlayMagnificationType'],\n '0070': ['CS', '1', 'OverlaySmoothingType'],\n '0072': ['CS', '1', 'OverlayOrImageMagnification'],\n '0074': ['US', '1', 'MagnifyToNumberOfColumns'],\n '0080': ['CS', '1', 'OverlayForegroundDensity'],\n '0082': ['CS', '1', 'OverlayBackgroundDensity'],\n '0090': ['CS', '1', 'OverlayMode'],\n '0100': ['CS', '1', 'ThresholdDensity'],\n '0500': ['SQ', '1', 'ReferencedImageBoxSequenceRetired']\n },\n '2050': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SQ', '1', 'PresentationLUTSequence'],\n '0020': ['CS', '1', 'PresentationLUTShape'],\n '0500': ['SQ', '1', 'ReferencedPresentationLUTSequence']\n },\n '2100': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SH', '1', 'PrintJobID'],\n '0020': ['CS', '1', 'ExecutionStatus'],\n '0030': ['CS', '1', 'ExecutionStatusInfo'],\n '0040': ['DA', '1', 'CreationDate'],\n '0050': ['TM', '1', 'CreationTime'],\n '0070': ['AE', '1', 'Originator'],\n '0140': ['AE', '1', 'DestinationAE'],\n '0160': ['SH', '1', 'OwnerID'],\n '0170': ['IS', '1', 'NumberOfFilms'],\n '0500': ['SQ', '1', 'ReferencedPrintJobSequencePullStoredPrint']\n },\n '2110': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['CS', '1', 'PrinterStatus'],\n '0020': ['CS', '1', 'PrinterStatusInfo'],\n '0030': ['LO', '1', 'PrinterName'],\n '0099': ['SH', '1', 'PrintQueueID']\n },\n '2120': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['CS', '1', 'QueueStatus'],\n '0050': ['SQ', '1', 'PrintJobDescriptionSequence'],\n '0070': ['SQ', '1', 'ReferencedPrintJobSequence']\n },\n '2130': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SQ', '1', 'PrintManagementCapabilitiesSequence'],\n '0015': ['SQ', '1', 'PrinterCharacteristicsSequence'],\n '0030': ['SQ', '1', 'FilmBoxContentSequence'],\n '0040': ['SQ', '1', 'ImageBoxContentSequence'],\n '0050': ['SQ', '1', 'AnnotationContentSequence'],\n '0060': ['SQ', '1', 'ImageOverlayBoxContentSequence'],\n '0080': ['SQ', '1', 'PresentationLUTContentSequence'],\n '00A0': ['SQ', '1', 'ProposedStudySequence'],\n '00C0': ['SQ', '1', 'OriginalImageSequence']\n },\n '2200': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'LabelUsingInformationExtractedFromInstances'],\n '0002': ['UT', '1', 'LabelText'],\n '0003': ['CS', '1', 'LabelStyleSelection'],\n '0004': ['LT', '1', 'MediaDisposition'],\n '0005': ['LT', '1', 'BarcodeValue'],\n '0006': ['CS', '1', 'BarcodeSymbology'],\n '0007': ['CS', '1', 'AllowMediaSplitting'],\n '0008': ['CS', '1', 'IncludeNonDICOMObjects'],\n '0009': ['CS', '1', 'IncludeDisplayApplication'],\n '000A': ['CS', '1', 'PreserveCompositeInstancesAfterMediaCreation'],\n '000B': ['US', '1', 'TotalNumberOfPiecesOfMediaCreated'],\n '000C': ['LO', '1', 'RequestedMediaApplicationProfile'],\n '000D': ['SQ', '1', 'ReferencedStorageMediaSequence'],\n '000E': ['AT', '1-n', 'FailureAttributes'],\n '000F': ['CS', '1', 'AllowLossyCompression'],\n '0020': ['CS', '1', 'RequestPriority']\n },\n '3002': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SH', '1', 'RTImageLabel'],\n '0003': ['LO', '1', 'RTImageName'],\n '0004': ['ST', '1', 'RTImageDescription'],\n '000A': ['CS', '1', 'ReportedValuesOrigin'],\n '000C': ['CS', '1', 'RTImagePlane'],\n '000D': ['DS', '3', 'XRayImageReceptorTranslation'],\n '000E': ['DS', '1', 'XRayImageReceptorAngle'],\n '0010': ['DS', '6', 'RTImageOrientation'],\n '0011': ['DS', '2', 'ImagePlanePixelSpacing'],\n '0012': ['DS', '2', 'RTImagePosition'],\n '0020': ['SH', '1', 'RadiationMachineName'],\n '0022': ['DS', '1', 'RadiationMachineSAD'],\n '0024': ['DS', '1', 'RadiationMachineSSD'],\n '0026': ['DS', '1', 'RTImageSID'],\n '0028': ['DS', '1', 'SourceToReferenceObjectDistance'],\n '0029': ['IS', '1', 'FractionNumber'],\n '0030': ['SQ', '1', 'ExposureSequence'],\n '0032': ['DS', '1', 'MetersetExposure'],\n '0034': ['DS', '4', 'DiaphragmPosition'],\n '0040': ['SQ', '1', 'FluenceMapSequence'],\n '0041': ['CS', '1', 'FluenceDataSource'],\n '0042': ['DS', '1', 'FluenceDataScale'],\n '0050': ['SQ', '1', 'PrimaryFluenceModeSequence'],\n '0051': ['CS', '1', 'FluenceMode'],\n '0052': ['SH', '1', 'FluenceModeID']\n },\n '3004': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'DVHType'],\n '0002': ['CS', '1', 'DoseUnits'],\n '0004': ['CS', '1', 'DoseType'],\n '0005': ['CS', '1', 'SpatialTransformOfDose'],\n '0006': ['LO', '1', 'DoseComment'],\n '0008': ['DS', '3', 'NormalizationPoint'],\n '000A': ['CS', '1', 'DoseSummationType'],\n '000C': ['DS', '2-n', 'GridFrameOffsetVector'],\n '000E': ['DS', '1', 'DoseGridScaling'],\n '0010': ['SQ', '1', 'RTDoseROISequence'],\n '0012': ['DS', '1', 'DoseValue'],\n '0014': ['CS', '1-3', 'TissueHeterogeneityCorrection'],\n '0040': ['DS', '3', 'DVHNormalizationPoint'],\n '0042': ['DS', '1', 'DVHNormalizationDoseValue'],\n '0050': ['SQ', '1', 'DVHSequence'],\n '0052': ['DS', '1', 'DVHDoseScaling'],\n '0054': ['CS', '1', 'DVHVolumeUnits'],\n '0056': ['IS', '1', 'DVHNumberOfBins'],\n '0058': ['DS', '2-2n', 'DVHData'],\n '0060': ['SQ', '1', 'DVHReferencedROISequence'],\n '0062': ['CS', '1', 'DVHROIContributionType'],\n '0070': ['DS', '1', 'DVHMinimumDose'],\n '0072': ['DS', '1', 'DVHMaximumDose'],\n '0074': ['DS', '1', 'DVHMeanDose']\n },\n '3006': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SH', '1', 'StructureSetLabel'],\n '0004': ['LO', '1', 'StructureSetName'],\n '0006': ['ST', '1', 'StructureSetDescription'],\n '0008': ['DA', '1', 'StructureSetDate'],\n '0009': ['TM', '1', 'StructureSetTime'],\n '0010': ['SQ', '1', 'ReferencedFrameOfReferenceSequence'],\n '0012': ['SQ', '1', 'RTReferencedStudySequence'],\n '0014': ['SQ', '1', 'RTReferencedSeriesSequence'],\n '0016': ['SQ', '1', 'ContourImageSequence'],\n '0018': ['SQ', '1', 'PredecessorStructureSetSequence'],\n '0020': ['SQ', '1', 'StructureSetROISequence'],\n '0022': ['IS', '1', 'ROINumber'],\n '0024': ['UI', '1', 'ReferencedFrameOfReferenceUID'],\n '0026': ['LO', '1', 'ROIName'],\n '0028': ['ST', '1', 'ROIDescription'],\n '002A': ['IS', '3', 'ROIDisplayColor'],\n '002C': ['DS', '1', 'ROIVolume'],\n '0030': ['SQ', '1', 'RTRelatedROISequence'],\n '0033': ['CS', '1', 'RTROIRelationship'],\n '0036': ['CS', '1', 'ROIGenerationAlgorithm'],\n '0037': ['SQ', '1', 'ROIDerivationAlgorithmIdentificationSequence'],\n '0038': ['LO', '1', 'ROIGenerationDescription'],\n '0039': ['SQ', '1', 'ROIContourSequence'],\n '0040': ['SQ', '1', 'ContourSequence'],\n '0042': ['CS', '1', 'ContourGeometricType'],\n '0044': ['DS', '1', 'ContourSlabThickness'],\n '0045': ['DS', '3', 'ContourOffsetVector'],\n '0046': ['IS', '1', 'NumberOfContourPoints'],\n '0048': ['IS', '1', 'ContourNumber'],\n '0049': ['IS', '1-n', 'AttachedContours'],\n '004A': ['SQ', '1', 'SourcePixelPlanesCharacteristicsSequence'],\n '0050': ['DS', '3-3n', 'ContourData'],\n '0080': ['SQ', '1', 'RTROIObservationsSequence'],\n '0082': ['IS', '1', 'ObservationNumber'],\n '0084': ['IS', '1', 'ReferencedROINumber'],\n '0085': ['SH', '1', 'ROIObservationLabel'],\n '0086': ['SQ', '1', 'RTROIIdentificationCodeSequence'],\n '0088': ['ST', '1', 'ROIObservationDescription'],\n '00A0': ['SQ', '1', 'RelatedRTROIObservationsSequence'],\n '00A4': ['CS', '1', 'RTROIInterpretedType'],\n '00A6': ['PN', '1', 'ROIInterpreter'],\n '00B0': ['SQ', '1', 'ROIPhysicalPropertiesSequence'],\n '00B2': ['CS', '1', 'ROIPhysicalProperty'],\n '00B4': ['DS', '1', 'ROIPhysicalPropertyValue'],\n '00B6': ['SQ', '1', 'ROIElementalCompositionSequence'],\n '00B7': ['US', '1', 'ROIElementalCompositionAtomicNumber'],\n '00B8': ['FL', '1', 'ROIElementalCompositionAtomicMassFraction'],\n '00B9': ['SQ', '1', 'AdditionalRTROIIdentificationCodeSequence'],\n '00C0': ['SQ', '1', 'FrameOfReferenceRelationshipSequence'],\n '00C2': ['UI', '1', 'RelatedFrameOfReferenceUID'],\n '00C4': ['CS', '1', 'FrameOfReferenceTransformationType'],\n '00C6': ['DS', '16', 'FrameOfReferenceTransformationMatrix'],\n '00C8': ['LO', '1', 'FrameOfReferenceTransformationComment'],\n '00C9': ['SQ', '1', 'PatientLocationCoordinatesSequence'],\n '00CA': ['SQ', '1', 'PatientLocationCoordinatesCodeSequence'],\n '00CB': ['SQ', '1', 'PatientSupportPositionSequence']\n },\n '3008': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SQ', '1', 'MeasuredDoseReferenceSequence'],\n '0012': ['ST', '1', 'MeasuredDoseDescription'],\n '0014': ['CS', '1', 'MeasuredDoseType'],\n '0016': ['DS', '1', 'MeasuredDoseValue'],\n '0020': ['SQ', '1', 'TreatmentSessionBeamSequence'],\n '0021': ['SQ', '1', 'TreatmentSessionIonBeamSequence'],\n '0022': ['IS', '1', 'CurrentFractionNumber'],\n '0024': ['DA', '1', 'TreatmentControlPointDate'],\n '0025': ['TM', '1', 'TreatmentControlPointTime'],\n '002A': ['CS', '1', 'TreatmentTerminationStatus'],\n '002B': ['SH', '1', 'TreatmentTerminationCode'],\n '002C': ['CS', '1', 'TreatmentVerificationStatus'],\n '0030': ['SQ', '1', 'ReferencedTreatmentRecordSequence'],\n '0032': ['DS', '1', 'SpecifiedPrimaryMeterset'],\n '0033': ['DS', '1', 'SpecifiedSecondaryMeterset'],\n '0036': ['DS', '1', 'DeliveredPrimaryMeterset'],\n '0037': ['DS', '1', 'DeliveredSecondaryMeterset'],\n '003A': ['DS', '1', 'SpecifiedTreatmentTime'],\n '003B': ['DS', '1', 'DeliveredTreatmentTime'],\n '0040': ['SQ', '1', 'ControlPointDeliverySequence'],\n '0041': ['SQ', '1', 'IonControlPointDeliverySequence'],\n '0042': ['DS', '1', 'SpecifiedMeterset'],\n '0044': ['DS', '1', 'DeliveredMeterset'],\n '0045': ['FL', '1', 'MetersetRateSet'],\n '0046': ['FL', '1', 'MetersetRateDelivered'],\n '0047': ['FL', '1-n', 'ScanSpotMetersetsDelivered'],\n '0048': ['DS', '1', 'DoseRateDelivered'],\n '0050': ['SQ', '1', 'TreatmentSummaryCalculatedDoseReferenceSequence'],\n '0052': ['DS', '1', 'CumulativeDoseToDoseReference'],\n '0054': ['DA', '1', 'FirstTreatmentDate'],\n '0056': ['DA', '1', 'MostRecentTreatmentDate'],\n '005A': ['IS', '1', 'NumberOfFractionsDelivered'],\n '0060': ['SQ', '1', 'OverrideSequence'],\n '0061': ['AT', '1', 'ParameterSequencePointer'],\n '0062': ['AT', '1', 'OverrideParameterPointer'],\n '0063': ['IS', '1', 'ParameterItemIndex'],\n '0064': ['IS', '1', 'MeasuredDoseReferenceNumber'],\n '0065': ['AT', '1', 'ParameterPointer'],\n '0066': ['ST', '1', 'OverrideReason'],\n '0067': ['US', '1', 'ParameterValueNumber'],\n '0068': ['SQ', '1', 'CorrectedParameterSequence'],\n '006A': ['FL', '1', 'CorrectionValue'],\n '0070': ['SQ', '1', 'CalculatedDoseReferenceSequence'],\n '0072': ['IS', '1', 'CalculatedDoseReferenceNumber'],\n '0074': ['ST', '1', 'CalculatedDoseReferenceDescription'],\n '0076': ['DS', '1', 'CalculatedDoseReferenceDoseValue'],\n '0078': ['DS', '1', 'StartMeterset'],\n '007A': ['DS', '1', 'EndMeterset'],\n '0080': ['SQ', '1', 'ReferencedMeasuredDoseReferenceSequence'],\n '0082': ['IS', '1', 'ReferencedMeasuredDoseReferenceNumber'],\n '0090': ['SQ', '1', 'ReferencedCalculatedDoseReferenceSequence'],\n '0092': ['IS', '1', 'ReferencedCalculatedDoseReferenceNumber'],\n '00A0': ['SQ', '1', 'BeamLimitingDeviceLeafPairsSequence'],\n '00B0': ['SQ', '1', 'RecordedWedgeSequence'],\n '00C0': ['SQ', '1', 'RecordedCompensatorSequence'],\n '00D0': ['SQ', '1', 'RecordedBlockSequence'],\n '00D1': ['SQ', '1', 'RecordedBlockSlabSequence'],\n '00E0': ['SQ', '1', 'TreatmentSummaryMeasuredDoseReferenceSequence'],\n '00F0': ['SQ', '1', 'RecordedSnoutSequence'],\n '00F2': ['SQ', '1', 'RecordedRangeShifterSequence'],\n '00F4': ['SQ', '1', 'RecordedLateralSpreadingDeviceSequence'],\n '00F6': ['SQ', '1', 'RecordedRangeModulatorSequence'],\n '0100': ['SQ', '1', 'RecordedSourceSequence'],\n '0105': ['LO', '1', 'SourceSerialNumber'],\n '0110': ['SQ', '1', 'TreatmentSessionApplicationSetupSequence'],\n '0116': ['CS', '1', 'ApplicationSetupCheck'],\n '0120': ['SQ', '1', 'RecordedBrachyAccessoryDeviceSequence'],\n '0122': ['IS', '1', 'ReferencedBrachyAccessoryDeviceNumber'],\n '0130': ['SQ', '1', 'RecordedChannelSequence'],\n '0132': ['DS', '1', 'SpecifiedChannelTotalTime'],\n '0134': ['DS', '1', 'DeliveredChannelTotalTime'],\n '0136': ['IS', '1', 'SpecifiedNumberOfPulses'],\n '0138': ['IS', '1', 'DeliveredNumberOfPulses'],\n '013A': ['DS', '1', 'SpecifiedPulseRepetitionInterval'],\n '013C': ['DS', '1', 'DeliveredPulseRepetitionInterval'],\n '0140': ['SQ', '1', 'RecordedSourceApplicatorSequence'],\n '0142': ['IS', '1', 'ReferencedSourceApplicatorNumber'],\n '0150': ['SQ', '1', 'RecordedChannelShieldSequence'],\n '0152': ['IS', '1', 'ReferencedChannelShieldNumber'],\n '0160': ['SQ', '1', 'BrachyControlPointDeliveredSequence'],\n '0162': ['DA', '1', 'SafePositionExitDate'],\n '0164': ['TM', '1', 'SafePositionExitTime'],\n '0166': ['DA', '1', 'SafePositionReturnDate'],\n '0168': ['TM', '1', 'SafePositionReturnTime'],\n '0171': ['SQ', '1', 'PulseSpecificBrachyControlPointDeliveredSequence'],\n '0172': ['US', '1', 'PulseNumber'],\n '0173': ['SQ', '1', 'BrachyPulseControlPointDeliveredSequence'],\n '0200': ['CS', '1', 'CurrentTreatmentStatus'],\n '0202': ['ST', '1', 'TreatmentStatusComment'],\n '0220': ['SQ', '1', 'FractionGroupSummarySequence'],\n '0223': ['IS', '1', 'ReferencedFractionNumber'],\n '0224': ['CS', '1', 'FractionGroupType'],\n '0230': ['CS', '1', 'BeamStopperPosition'],\n '0240': ['SQ', '1', 'FractionStatusSummarySequence'],\n '0250': ['DA', '1', 'TreatmentDate'],\n '0251': ['TM', '1', 'TreatmentTime']\n },\n '300A': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SH', '1', 'RTPlanLabel'],\n '0003': ['LO', '1', 'RTPlanName'],\n '0004': ['ST', '1', 'RTPlanDescription'],\n '0006': ['DA', '1', 'RTPlanDate'],\n '0007': ['TM', '1', 'RTPlanTime'],\n '0009': ['LO', '1-n', 'TreatmentProtocols'],\n '000A': ['CS', '1', 'PlanIntent'],\n '000B': ['LO', '1-n', 'TreatmentSites'],\n '000C': ['CS', '1', 'RTPlanGeometry'],\n '000E': ['ST', '1', 'PrescriptionDescription'],\n '0010': ['SQ', '1', 'DoseReferenceSequence'],\n '0012': ['IS', '1', 'DoseReferenceNumber'],\n '0013': ['UI', '1', 'DoseReferenceUID'],\n '0014': ['CS', '1', 'DoseReferenceStructureType'],\n '0015': ['CS', '1', 'NominalBeamEnergyUnit'],\n '0016': ['LO', '1', 'DoseReferenceDescription'],\n '0018': ['DS', '3', 'DoseReferencePointCoordinates'],\n '001A': ['DS', '1', 'NominalPriorDose'],\n '0020': ['CS', '1', 'DoseReferenceType'],\n '0021': ['DS', '1', 'ConstraintWeight'],\n '0022': ['DS', '1', 'DeliveryWarningDose'],\n '0023': ['DS', '1', 'DeliveryMaximumDose'],\n '0025': ['DS', '1', 'TargetMinimumDose'],\n '0026': ['DS', '1', 'TargetPrescriptionDose'],\n '0027': ['DS', '1', 'TargetMaximumDose'],\n '0028': ['DS', '1', 'TargetUnderdoseVolumeFraction'],\n '002A': ['DS', '1', 'OrganAtRiskFullVolumeDose'],\n '002B': ['DS', '1', 'OrganAtRiskLimitDose'],\n '002C': ['DS', '1', 'OrganAtRiskMaximumDose'],\n '002D': ['DS', '1', 'OrganAtRiskOverdoseVolumeFraction'],\n '0040': ['SQ', '1', 'ToleranceTableSequence'],\n '0042': ['IS', '1', 'ToleranceTableNumber'],\n '0043': ['SH', '1', 'ToleranceTableLabel'],\n '0044': ['DS', '1', 'GantryAngleTolerance'],\n '0046': ['DS', '1', 'BeamLimitingDeviceAngleTolerance'],\n '0048': ['SQ', '1', 'BeamLimitingDeviceToleranceSequence'],\n '004A': ['DS', '1', 'BeamLimitingDevicePositionTolerance'],\n '004B': ['FL', '1', 'SnoutPositionTolerance'],\n '004C': ['DS', '1', 'PatientSupportAngleTolerance'],\n '004E': ['DS', '1', 'TableTopEccentricAngleTolerance'],\n '004F': ['FL', '1', 'TableTopPitchAngleTolerance'],\n '0050': ['FL', '1', 'TableTopRollAngleTolerance'],\n '0051': ['DS', '1', 'TableTopVerticalPositionTolerance'],\n '0052': ['DS', '1', 'TableTopLongitudinalPositionTolerance'],\n '0053': ['DS', '1', 'TableTopLateralPositionTolerance'],\n '0055': ['CS', '1', 'RTPlanRelationship'],\n '0070': ['SQ', '1', 'FractionGroupSequence'],\n '0071': ['IS', '1', 'FractionGroupNumber'],\n '0072': ['LO', '1', 'FractionGroupDescription'],\n '0078': ['IS', '1', 'NumberOfFractionsPlanned'],\n '0079': ['IS', '1', 'NumberOfFractionPatternDigitsPerDay'],\n '007A': ['IS', '1', 'RepeatFractionCycleLength'],\n '007B': ['LT', '1', 'FractionPattern'],\n '0080': ['IS', '1', 'NumberOfBeams'],\n '0082': ['DS', '3', 'BeamDoseSpecificationPoint'],\n '0083': ['UI', '1', 'ReferencedDoseReferenceUID'],\n '0084': ['DS', '1', 'BeamDose'],\n '0086': ['DS', '1', 'BeamMeterset'],\n '0088': ['FL', '1', 'BeamDosePointDepth'],\n '0089': ['FL', '1', 'BeamDosePointEquivalentDepth'],\n '008A': ['FL', '1', 'BeamDosePointSSD'],\n '008B': ['CS', '1', 'BeamDoseMeaning'],\n '008C': ['SQ', '1', 'BeamDoseVerificationControlPointSequence'],\n '008D': ['FL', '1', 'AverageBeamDosePointDepth'],\n '008E': ['FL', '1', 'AverageBeamDosePointEquivalentDepth'],\n '008F': ['FL', '1', 'AverageBeamDosePointSSD'],\n '0090': ['CS', '1', 'BeamDoseType'],\n '0091': ['DS', '1', 'AlternateBeamDose'],\n '0092': ['CS', '1', 'AlternateBeamDoseType'],\n '0093': ['CS', '1', 'DepthValueAveragingFlag'],\n '0094': ['DS', '1', 'BeamDosePointSourceToExternalContourDistance'],\n '00A0': ['IS', '1', 'NumberOfBrachyApplicationSetups'],\n '00A2': ['DS', '3', 'BrachyApplicationSetupDoseSpecificationPoint'],\n '00A4': ['DS', '1', 'BrachyApplicationSetupDose'],\n '00B0': ['SQ', '1', 'BeamSequence'],\n '00B2': ['SH', '1', 'TreatmentMachineName'],\n '00B3': ['CS', '1', 'PrimaryDosimeterUnit'],\n '00B4': ['DS', '1', 'SourceAxisDistance'],\n '00B6': ['SQ', '1', 'BeamLimitingDeviceSequence'],\n '00B8': ['CS', '1', 'RTBeamLimitingDeviceType'],\n '00BA': ['DS', '1', 'SourceToBeamLimitingDeviceDistance'],\n '00BB': ['FL', '1', 'IsocenterToBeamLimitingDeviceDistance'],\n '00BC': ['IS', '1', 'NumberOfLeafJawPairs'],\n '00BE': ['DS', '3-n', 'LeafPositionBoundaries'],\n '00C0': ['IS', '1', 'BeamNumber'],\n '00C2': ['LO', '1', 'BeamName'],\n '00C3': ['ST', '1', 'BeamDescription'],\n '00C4': ['CS', '1', 'BeamType'],\n '00C5': ['FD', '1', 'BeamDeliveryDurationLimit'],\n '00C6': ['CS', '1', 'RadiationType'],\n '00C7': ['CS', '1', 'HighDoseTechniqueType'],\n '00C8': ['IS', '1', 'ReferenceImageNumber'],\n '00CA': ['SQ', '1', 'PlannedVerificationImageSequence'],\n '00CC': ['LO', '1-n', 'ImagingDeviceSpecificAcquisitionParameters'],\n '00CE': ['CS', '1', 'TreatmentDeliveryType'],\n '00D0': ['IS', '1', 'NumberOfWedges'],\n '00D1': ['SQ', '1', 'WedgeSequence'],\n '00D2': ['IS', '1', 'WedgeNumber'],\n '00D3': ['CS', '1', 'WedgeType'],\n '00D4': ['SH', '1', 'WedgeID'],\n '00D5': ['IS', '1', 'WedgeAngle'],\n '00D6': ['DS', '1', 'WedgeFactor'],\n '00D7': ['FL', '1', 'TotalWedgeTrayWaterEquivalentThickness'],\n '00D8': ['DS', '1', 'WedgeOrientation'],\n '00D9': ['FL', '1', 'IsocenterToWedgeTrayDistance'],\n '00DA': ['DS', '1', 'SourceToWedgeTrayDistance'],\n '00DB': ['FL', '1', 'WedgeThinEdgePosition'],\n '00DC': ['SH', '1', 'BolusID'],\n '00DD': ['ST', '1', 'BolusDescription'],\n '00DE': ['DS', '1', 'EffectiveWedgeAngle'],\n '00E0': ['IS', '1', 'NumberOfCompensators'],\n '00E1': ['SH', '1', 'MaterialID'],\n '00E2': ['DS', '1', 'TotalCompensatorTrayFactor'],\n '00E3': ['SQ', '1', 'CompensatorSequence'],\n '00E4': ['IS', '1', 'CompensatorNumber'],\n '00E5': ['SH', '1', 'CompensatorID'],\n '00E6': ['DS', '1', 'SourceToCompensatorTrayDistance'],\n '00E7': ['IS', '1', 'CompensatorRows'],\n '00E8': ['IS', '1', 'CompensatorColumns'],\n '00E9': ['DS', '2', 'CompensatorPixelSpacing'],\n '00EA': ['DS', '2', 'CompensatorPosition'],\n '00EB': ['DS', '1-n', 'CompensatorTransmissionData'],\n '00EC': ['DS', '1-n', 'CompensatorThicknessData'],\n '00ED': ['IS', '1', 'NumberOfBoli'],\n '00EE': ['CS', '1', 'CompensatorType'],\n '00EF': ['SH', '1', 'CompensatorTrayID'],\n '00F0': ['IS', '1', 'NumberOfBlocks'],\n '00F2': ['DS', '1', 'TotalBlockTrayFactor'],\n '00F3': ['FL', '1', 'TotalBlockTrayWaterEquivalentThickness'],\n '00F4': ['SQ', '1', 'BlockSequence'],\n '00F5': ['SH', '1', 'BlockTrayID'],\n '00F6': ['DS', '1', 'SourceToBlockTrayDistance'],\n '00F7': ['FL', '1', 'IsocenterToBlockTrayDistance'],\n '00F8': ['CS', '1', 'BlockType'],\n '00F9': ['LO', '1', 'AccessoryCode'],\n '00FA': ['CS', '1', 'BlockDivergence'],\n '00FB': ['CS', '1', 'BlockMountingPosition'],\n '00FC': ['IS', '1', 'BlockNumber'],\n '00FE': ['LO', '1', 'BlockName'],\n '0100': ['DS', '1', 'BlockThickness'],\n '0102': ['DS', '1', 'BlockTransmission'],\n '0104': ['IS', '1', 'BlockNumberOfPoints'],\n '0106': ['DS', '2-2n', 'BlockData'],\n '0107': ['SQ', '1', 'ApplicatorSequence'],\n '0108': ['SH', '1', 'ApplicatorID'],\n '0109': ['CS', '1', 'ApplicatorType'],\n '010A': ['LO', '1', 'ApplicatorDescription'],\n '010C': ['DS', '1', 'CumulativeDoseReferenceCoefficient'],\n '010E': ['DS', '1', 'FinalCumulativeMetersetWeight'],\n '0110': ['IS', '1', 'NumberOfControlPoints'],\n '0111': ['SQ', '1', 'ControlPointSequence'],\n '0112': ['IS', '1', 'ControlPointIndex'],\n '0114': ['DS', '1', 'NominalBeamEnergy'],\n '0115': ['DS', '1', 'DoseRateSet'],\n '0116': ['SQ', '1', 'WedgePositionSequence'],\n '0118': ['CS', '1', 'WedgePosition'],\n '011A': ['SQ', '1', 'BeamLimitingDevicePositionSequence'],\n '011C': ['DS', '2-2n', 'LeafJawPositions'],\n '011E': ['DS', '1', 'GantryAngle'],\n '011F': ['CS', '1', 'GantryRotationDirection'],\n '0120': ['DS', '1', 'BeamLimitingDeviceAngle'],\n '0121': ['CS', '1', 'BeamLimitingDeviceRotationDirection'],\n '0122': ['DS', '1', 'PatientSupportAngle'],\n '0123': ['CS', '1', 'PatientSupportRotationDirection'],\n '0124': ['DS', '1', 'TableTopEccentricAxisDistance'],\n '0125': ['DS', '1', 'TableTopEccentricAngle'],\n '0126': ['CS', '1', 'TableTopEccentricRotationDirection'],\n '0128': ['DS', '1', 'TableTopVerticalPosition'],\n '0129': ['DS', '1', 'TableTopLongitudinalPosition'],\n '012A': ['DS', '1', 'TableTopLateralPosition'],\n '012C': ['DS', '3', 'IsocenterPosition'],\n '012E': ['DS', '3', 'SurfaceEntryPoint'],\n '0130': ['DS', '1', 'SourceToSurfaceDistance'],\n '0131': ['FL', '1', 'AverageBeamDosePointSourceToExternalContourDistance'],\n '0132': ['FL', '1', 'SourceToExternalContourDistance'],\n '0133': ['FL', '3', 'ExternalContourEntryPoint'],\n '0134': ['DS', '1', 'CumulativeMetersetWeight'],\n '0140': ['FL', '1', 'TableTopPitchAngle'],\n '0142': ['CS', '1', 'TableTopPitchRotationDirection'],\n '0144': ['FL', '1', 'TableTopRollAngle'],\n '0146': ['CS', '1', 'TableTopRollRotationDirection'],\n '0148': ['FL', '1', 'HeadFixationAngle'],\n '014A': ['FL', '1', 'GantryPitchAngle'],\n '014C': ['CS', '1', 'GantryPitchRotationDirection'],\n '014E': ['FL', '1', 'GantryPitchAngleTolerance'],\n '0150': ['CS', '1', 'FixationEye'],\n '0151': ['DS', '1', 'ChairHeadFramePosition'],\n '0152': ['DS', '1', 'HeadFixationAngleTolerance'],\n '0153': ['DS', '1', 'ChairHeadFramePositionTolerance'],\n '0154': ['DS', '1', 'FixationLightAzimuthalAngleTolerance'],\n '0155': ['DS', '1', 'FixationLightPolarAngleTolerance'],\n '0180': ['SQ', '1', 'PatientSetupSequence'],\n '0182': ['IS', '1', 'PatientSetupNumber'],\n '0183': ['LO', '1', 'PatientSetupLabel'],\n '0184': ['LO', '1', 'PatientAdditionalPosition'],\n '0190': ['SQ', '1', 'FixationDeviceSequence'],\n '0192': ['CS', '1', 'FixationDeviceType'],\n '0194': ['SH', '1', 'FixationDeviceLabel'],\n '0196': ['ST', '1', 'FixationDeviceDescription'],\n '0198': ['SH', '1', 'FixationDevicePosition'],\n '0199': ['FL', '1', 'FixationDevicePitchAngle'],\n '019A': ['FL', '1', 'FixationDeviceRollAngle'],\n '01A0': ['SQ', '1', 'ShieldingDeviceSequence'],\n '01A2': ['CS', '1', 'ShieldingDeviceType'],\n '01A4': ['SH', '1', 'ShieldingDeviceLabel'],\n '01A6': ['ST', '1', 'ShieldingDeviceDescription'],\n '01A8': ['SH', '1', 'ShieldingDevicePosition'],\n '01B0': ['CS', '1', 'SetupTechnique'],\n '01B2': ['ST', '1', 'SetupTechniqueDescription'],\n '01B4': ['SQ', '1', 'SetupDeviceSequence'],\n '01B6': ['CS', '1', 'SetupDeviceType'],\n '01B8': ['SH', '1', 'SetupDeviceLabel'],\n '01BA': ['ST', '1', 'SetupDeviceDescription'],\n '01BC': ['DS', '1', 'SetupDeviceParameter'],\n '01D0': ['ST', '1', 'SetupReferenceDescription'],\n '01D2': ['DS', '1', 'TableTopVerticalSetupDisplacement'],\n '01D4': ['DS', '1', 'TableTopLongitudinalSetupDisplacement'],\n '01D6': ['DS', '1', 'TableTopLateralSetupDisplacement'],\n '0200': ['CS', '1', 'BrachyTreatmentTechnique'],\n '0202': ['CS', '1', 'BrachyTreatmentType'],\n '0206': ['SQ', '1', 'TreatmentMachineSequence'],\n '0210': ['SQ', '1', 'SourceSequence'],\n '0212': ['IS', '1', 'SourceNumber'],\n '0214': ['CS', '1', 'SourceType'],\n '0216': ['LO', '1', 'SourceManufacturer'],\n '0218': ['DS', '1', 'ActiveSourceDiameter'],\n '021A': ['DS', '1', 'ActiveSourceLength'],\n '021B': ['SH', '1', 'SourceModelID'],\n '021C': ['LO', '1', 'SourceDescription'],\n '0222': ['DS', '1', 'SourceEncapsulationNominalThickness'],\n '0224': ['DS', '1', 'SourceEncapsulationNominalTransmission'],\n '0226': ['LO', '1', 'SourceIsotopeName'],\n '0228': ['DS', '1', 'SourceIsotopeHalfLife'],\n '0229': ['CS', '1', 'SourceStrengthUnits'],\n '022A': ['DS', '1', 'ReferenceAirKermaRate'],\n '022B': ['DS', '1', 'SourceStrength'],\n '022C': ['DA', '1', 'SourceStrengthReferenceDate'],\n '022E': ['TM', '1', 'SourceStrengthReferenceTime'],\n '0230': ['SQ', '1', 'ApplicationSetupSequence'],\n '0232': ['CS', '1', 'ApplicationSetupType'],\n '0234': ['IS', '1', 'ApplicationSetupNumber'],\n '0236': ['LO', '1', 'ApplicationSetupName'],\n '0238': ['LO', '1', 'ApplicationSetupManufacturer'],\n '0240': ['IS', '1', 'TemplateNumber'],\n '0242': ['SH', '1', 'TemplateType'],\n '0244': ['LO', '1', 'TemplateName'],\n '0250': ['DS', '1', 'TotalReferenceAirKerma'],\n '0260': ['SQ', '1', 'BrachyAccessoryDeviceSequence'],\n '0262': ['IS', '1', 'BrachyAccessoryDeviceNumber'],\n '0263': ['SH', '1', 'BrachyAccessoryDeviceID'],\n '0264': ['CS', '1', 'BrachyAccessoryDeviceType'],\n '0266': ['LO', '1', 'BrachyAccessoryDeviceName'],\n '026A': ['DS', '1', 'BrachyAccessoryDeviceNominalThickness'],\n '026C': ['DS', '1', 'BrachyAccessoryDeviceNominalTransmission'],\n '0271': ['DS', '1', 'ChannelEffectiveLength'],\n '0272': ['DS', '1', 'ChannelInnerLength'],\n '0273': ['SH', '1', 'AfterloaderChannelID'],\n '0274': ['DS', '1', 'SourceApplicatorTipLength'],\n '0280': ['SQ', '1', 'ChannelSequence'],\n '0282': ['IS', '1', 'ChannelNumber'],\n '0284': ['DS', '1', 'ChannelLength'],\n '0286': ['DS', '1', 'ChannelTotalTime'],\n '0288': ['CS', '1', 'SourceMovementType'],\n '028A': ['IS', '1', 'NumberOfPulses'],\n '028C': ['DS', '1', 'PulseRepetitionInterval'],\n '0290': ['IS', '1', 'SourceApplicatorNumber'],\n '0291': ['SH', '1', 'SourceApplicatorID'],\n '0292': ['CS', '1', 'SourceApplicatorType'],\n '0294': ['LO', '1', 'SourceApplicatorName'],\n '0296': ['DS', '1', 'SourceApplicatorLength'],\n '0298': ['LO', '1', 'SourceApplicatorManufacturer'],\n '029C': ['DS', '1', 'SourceApplicatorWallNominalThickness'],\n '029E': ['DS', '1', 'SourceApplicatorWallNominalTransmission'],\n '02A0': ['DS', '1', 'SourceApplicatorStepSize'],\n '02A1': ['IS', '1', 'ApplicatorShapeReferencedROINumber'],\n '02A2': ['IS', '1', 'TransferTubeNumber'],\n '02A4': ['DS', '1', 'TransferTubeLength'],\n '02B0': ['SQ', '1', 'ChannelShieldSequence'],\n '02B2': ['IS', '1', 'ChannelShieldNumber'],\n '02B3': ['SH', '1', 'ChannelShieldID'],\n '02B4': ['LO', '1', 'ChannelShieldName'],\n '02B8': ['DS', '1', 'ChannelShieldNominalThickness'],\n '02BA': ['DS', '1', 'ChannelShieldNominalTransmission'],\n '02C8': ['DS', '1', 'FinalCumulativeTimeWeight'],\n '02D0': ['SQ', '1', 'BrachyControlPointSequence'],\n '02D2': ['DS', '1', 'ControlPointRelativePosition'],\n '02D4': ['DS', '3', 'ControlPoint3DPosition'],\n '02D6': ['DS', '1', 'CumulativeTimeWeight'],\n '02E0': ['CS', '1', 'CompensatorDivergence'],\n '02E1': ['CS', '1', 'CompensatorMountingPosition'],\n '02E2': ['DS', '1-n', 'SourceToCompensatorDistance'],\n '02E3': ['FL', '1', 'TotalCompensatorTrayWaterEquivalentThickness'],\n '02E4': ['FL', '1', 'IsocenterToCompensatorTrayDistance'],\n '02E5': ['FL', '1', 'CompensatorColumnOffset'],\n '02E6': ['FL', '1-n', 'IsocenterToCompensatorDistances'],\n '02E7': ['FL', '1', 'CompensatorRelativeStoppingPowerRatio'],\n '02E8': ['FL', '1', 'CompensatorMillingToolDiameter'],\n '02EA': ['SQ', '1', 'IonRangeCompensatorSequence'],\n '02EB': ['LT', '1', 'CompensatorDescription'],\n '0302': ['IS', '1', 'RadiationMassNumber'],\n '0304': ['IS', '1', 'RadiationAtomicNumber'],\n '0306': ['SS', '1', 'RadiationChargeState'],\n '0308': ['CS', '1', 'ScanMode'],\n '0309': ['CS', '1', 'ModulatedScanModeType'],\n '030A': ['FL', '2', 'VirtualSourceAxisDistances'],\n '030C': ['SQ', '1', 'SnoutSequence'],\n '030D': ['FL', '1', 'SnoutPosition'],\n '030F': ['SH', '1', 'SnoutID'],\n '0312': ['IS', '1', 'NumberOfRangeShifters'],\n '0314': ['SQ', '1', 'RangeShifterSequence'],\n '0316': ['IS', '1', 'RangeShifterNumber'],\n '0318': ['SH', '1', 'RangeShifterID'],\n '0320': ['CS', '1', 'RangeShifterType'],\n '0322': ['LO', '1', 'RangeShifterDescription'],\n '0330': ['IS', '1', 'NumberOfLateralSpreadingDevices'],\n '0332': ['SQ', '1', 'LateralSpreadingDeviceSequence'],\n '0334': ['IS', '1', 'LateralSpreadingDeviceNumber'],\n '0336': ['SH', '1', 'LateralSpreadingDeviceID'],\n '0338': ['CS', '1', 'LateralSpreadingDeviceType'],\n '033A': ['LO', '1', 'LateralSpreadingDeviceDescription'],\n '033C': ['FL', '1', 'LateralSpreadingDeviceWaterEquivalentThickness'],\n '0340': ['IS', '1', 'NumberOfRangeModulators'],\n '0342': ['SQ', '1', 'RangeModulatorSequence'],\n '0344': ['IS', '1', 'RangeModulatorNumber'],\n '0346': ['SH', '1', 'RangeModulatorID'],\n '0348': ['CS', '1', 'RangeModulatorType'],\n '034A': ['LO', '1', 'RangeModulatorDescription'],\n '034C': ['SH', '1', 'BeamCurrentModulationID'],\n '0350': ['CS', '1', 'PatientSupportType'],\n '0352': ['SH', '1', 'PatientSupportID'],\n '0354': ['LO', '1', 'PatientSupportAccessoryCode'],\n '0355': ['LO', '1', 'TrayAccessoryCode'],\n '0356': ['FL', '1', 'FixationLightAzimuthalAngle'],\n '0358': ['FL', '1', 'FixationLightPolarAngle'],\n '035A': ['FL', '1', 'MetersetRate'],\n '0360': ['SQ', '1', 'RangeShifterSettingsSequence'],\n '0362': ['LO', '1', 'RangeShifterSetting'],\n '0364': ['FL', '1', 'IsocenterToRangeShifterDistance'],\n '0366': ['FL', '1', 'RangeShifterWaterEquivalentThickness'],\n '0370': ['SQ', '1', 'LateralSpreadingDeviceSettingsSequence'],\n '0372': ['LO', '1', 'LateralSpreadingDeviceSetting'],\n '0374': ['FL', '1', 'IsocenterToLateralSpreadingDeviceDistance'],\n '0380': ['SQ', '1', 'RangeModulatorSettingsSequence'],\n '0382': ['FL', '1', 'RangeModulatorGatingStartValue'],\n '0384': ['FL', '1', 'RangeModulatorGatingStopValue'],\n '0386': ['FL', '1', 'RangeModulatorGatingStartWaterEquivalentThickness'],\n '0388': ['FL', '1', 'RangeModulatorGatingStopWaterEquivalentThickness'],\n '038A': ['FL', '1', 'IsocenterToRangeModulatorDistance'],\n '038F': ['FL', '1-n', 'ScanSpotTimeOffset'],\n '0390': ['SH', '1', 'ScanSpotTuneID'],\n '0391': ['IS', '1-n', 'ScanSpotPrescribedIndices'],\n '0392': ['IS', '1', 'NumberOfScanSpotPositions'],\n '0393': ['CS', '1', 'ScanSpotReordered'],\n '0394': ['FL', '1-n', 'ScanSpotPositionMap'],\n '0395': ['CS', '1', 'ScanSpotReorderingAllowed'],\n '0396': ['FL', '1-n', 'ScanSpotMetersetWeights'],\n '0398': ['FL', '2', 'ScanningSpotSize'],\n '0399': ['FL', '2-2n', 'ScanSpotSizesDelivered'],\n '039A': ['IS', '1', 'NumberOfPaintings'],\n '03A0': ['SQ', '1', 'IonToleranceTableSequence'],\n '03A2': ['SQ', '1', 'IonBeamSequence'],\n '03A4': ['SQ', '1', 'IonBeamLimitingDeviceSequence'],\n '03A6': ['SQ', '1', 'IonBlockSequence'],\n '03A8': ['SQ', '1', 'IonControlPointSequence'],\n '03AA': ['SQ', '1', 'IonWedgeSequence'],\n '03AC': ['SQ', '1', 'IonWedgePositionSequence'],\n '0401': ['SQ', '1', 'ReferencedSetupImageSequence'],\n '0402': ['ST', '1', 'SetupImageComment'],\n '0410': ['SQ', '1', 'MotionSynchronizationSequence'],\n '0412': ['FL', '3', 'ControlPointOrientation'],\n '0420': ['SQ', '1', 'GeneralAccessorySequence'],\n '0421': ['SH', '1', 'GeneralAccessoryID'],\n '0422': ['ST', '1', 'GeneralAccessoryDescription'],\n '0423': ['CS', '1', 'GeneralAccessoryType'],\n '0424': ['IS', '1', 'GeneralAccessoryNumber'],\n '0425': ['FL', '1', 'SourceToGeneralAccessoryDistance'],\n '0426': ['DS', '1', 'IsocenterToGeneralAccessoryDistance'],\n '0431': ['SQ', '1', 'ApplicatorGeometrySequence'],\n '0432': ['CS', '1', 'ApplicatorApertureShape'],\n '0433': ['FL', '1', 'ApplicatorOpening'],\n '0434': ['FL', '1', 'ApplicatorOpeningX'],\n '0435': ['FL', '1', 'ApplicatorOpeningY'],\n '0436': ['FL', '1', 'SourceToApplicatorMountingPositionDistance'],\n '0440': ['IS', '1', 'NumberOfBlockSlabItems'],\n '0441': ['SQ', '1', 'BlockSlabSequence'],\n '0442': ['DS', '1', 'BlockSlabThickness'],\n '0443': ['US', '1', 'BlockSlabNumber'],\n '0450': ['SQ', '1', 'DeviceMotionControlSequence'],\n '0451': ['CS', '1', 'DeviceMotionExecutionMode'],\n '0452': ['CS', '1', 'DeviceMotionObservationMode'],\n '0453': ['SQ', '1', 'DeviceMotionParameterCodeSequence'],\n '0501': ['FL', '1', 'DistalDepthFraction'],\n '0502': ['FL', '1', 'DistalDepth'],\n '0503': ['FL', '2', 'NominalRangeModulationFractions'],\n '0504': ['FL', '2', 'NominalRangeModulatedRegionDepths'],\n '0505': ['SQ', '1', 'DepthDoseParametersSequence'],\n '0506': ['SQ', '1', 'DeliveredDepthDoseParametersSequence'],\n '0507': ['FL', '1', 'DeliveredDistalDepthFraction'],\n '0508': ['FL', '1', 'DeliveredDistalDepth'],\n '0509': ['FL', '2', 'DeliveredNominalRangeModulationFractions'],\n '0510': ['FL', '2', 'DeliveredNominalRangeModulatedRegionDepths'],\n '0511': ['CS', '1', 'DeliveredReferenceDoseDefinition'],\n '0512': ['CS', '1', 'ReferenceDoseDefinition'],\n '0600': ['US', '1', 'RTControlPointIndex'],\n '0601': ['US', '1', 'RadiationGenerationModeIndex'],\n '0602': ['US', '1', 'ReferencedDefinedDeviceIndex'],\n '0603': ['US', '1', 'RadiationDoseIdentificationIndex'],\n '0604': ['US', '1', 'NumberOfRTControlPoints'],\n '0605': ['US', '1', 'ReferencedRadiationGenerationModeIndex'],\n '0606': ['US', '1', 'TreatmentPositionIndex'],\n '0607': ['US', '1', 'ReferencedDeviceIndex'],\n '0608': ['LO', '1', 'TreatmentPositionGroupLabel'],\n '0609': ['UI', '1', 'TreatmentPositionGroupUID'],\n '060A': ['SQ', '1', 'TreatmentPositionGroupSequence'],\n '060B': ['US', '1', 'ReferencedTreatmentPositionIndex'],\n '060C': ['US', '1', 'ReferencedRadiationDoseIdentificationIndex'],\n '060D': ['FD', '1', 'RTAccessoryHolderWaterEquivalentThickness'],\n '060E': ['US', '1', 'ReferencedRTAccessoryHolderDeviceIndex'],\n '060F': ['CS', '1', 'RTAccessoryHolderSlotExistenceFlag'],\n '0610': ['SQ', '1', 'RTAccessoryHolderSlotSequence'],\n '0611': ['LO', '1', 'RTAccessoryHolderSlotID'],\n '0612': ['FD', '1', 'RTAccessoryHolderSlotDistance'],\n '0613': ['FD', '1', 'RTAccessorySlotDistance'],\n '0614': ['SQ', '1', 'RTAccessoryHolderDefinitionSequence'],\n '0615': ['LO', '1', 'RTAccessoryDeviceSlotID'],\n '0616': ['SQ', '1', 'RTRadiationSequence'],\n '0617': ['SQ', '1', 'RadiationDoseSequence'],\n '0618': ['SQ', '1', 'RadiationDoseIdentificationSequence'],\n '0619': ['LO', '1', 'RadiationDoseIdentificationLabel'],\n '061A': ['CS', '1', 'ReferenceDoseType'],\n '061B': ['CS', '1', 'PrimaryDoseValueIndicator'],\n '061C': ['SQ', '1', 'DoseValuesSequence'],\n '061D': ['CS', '1-n', 'DoseValuePurpose'],\n '061E': ['FD', '3', 'ReferenceDosePointCoordinates'],\n '061F': ['SQ', '1', 'RadiationDoseValuesParametersSequence'],\n '0620': ['SQ', '1', 'MetersetToDoseMappingSequence'],\n '0621': ['SQ', '1', 'ExpectedInVivoMeasurementValuesSequence'],\n '0622': ['US', '1', 'ExpectedInVivoMeasurementValueIndex'],\n '0623': ['LO', '1', 'RadiationDoseInVivoMeasurementLabel'],\n '0624': ['FD', '2', 'RadiationDoseCentralAxisDisplacement'],\n '0625': ['FD', '1', 'RadiationDoseValue'],\n '0626': ['FD', '1', 'RadiationDoseSourceToSkinDistance'],\n '0627': ['FD', '3', 'RadiationDoseMeasurementPointCoordinates'],\n '0628': ['FD', '1', 'RadiationDoseSourceToExternalContourDistance'],\n '0629': ['SQ', '1', 'RTToleranceSetSequence'],\n '062A': ['LO', '1', 'RTToleranceSetLabel'],\n '062B': ['SQ', '1', 'AttributeToleranceValuesSequence'],\n '062C': ['FD', '1', 'ToleranceValue'],\n '062D': ['SQ', '1', 'PatientSupportPositionToleranceSequence'],\n '062E': ['FD', '1', 'TreatmentTimeLimit'],\n '062F': ['SQ', '1', 'CArmPhotonElectronControlPointSequence'],\n '0630': ['SQ', '1', 'ReferencedRTRadiationSequence'],\n '0631': ['SQ', '1', 'ReferencedRTInstanceSequence'],\n '0632': ['SQ', '1', 'ReferencedRTPatientSetupSequence'],\n '0634': ['FD', '1', 'SourceToPatientSurfaceDistance'],\n '0635': ['SQ', '1', 'TreatmentMachineSpecialModeCodeSequence'],\n '0636': ['US', '1', 'IntendedNumberOfFractions'],\n '0637': ['CS', '1', 'RTRadiationSetIntent'],\n '0638': ['CS', '1', 'RTRadiationPhysicalAndGeometricContentDetailFlag'],\n '0639': ['CS', '1', 'RTRecordFlag'],\n '063A': ['SQ', '1', 'TreatmentDeviceIdentificationSequence'],\n '063B': ['SQ', '1', 'ReferencedRTPhysicianIntentSequence'],\n '063C': ['FD', '1', 'CumulativeMeterset'],\n '063D': ['FD', '1', 'DeliveryRate'],\n '063E': ['SQ', '1', 'DeliveryRateUnitSequence'],\n '063F': ['SQ', '1', 'TreatmentPositionSequence'],\n '0640': ['FD', '1', 'RadiationSourceAxisDistance'],\n '0641': ['US', '1', 'NumberOfRTBeamLimitingDevices'],\n '0642': ['FD', '1', 'RTBeamLimitingDeviceProximalDistance'],\n '0643': ['FD', '1', 'RTBeamLimitingDeviceDistalDistance'],\n '0644': ['SQ', '1', 'ParallelRTBeamDelimiterDeviceOrientationLabelCodeSequence'],\n '0645': ['FD', '1', 'BeamModifierOrientationAngle'],\n '0646': ['SQ', '1', 'FixedRTBeamDelimiterDeviceSequence'],\n '0647': ['SQ', '1', 'ParallelRTBeamDelimiterDeviceSequence'],\n '0648': ['US', '1', 'NumberOfParallelRTBeamDelimiters'],\n '0649': ['FD', '2-n', 'ParallelRTBeamDelimiterBoundaries'],\n '064A': ['FD', '2-n', 'ParallelRTBeamDelimiterPositions'],\n '064B': ['FD', '2', 'RTBeamLimitingDeviceOffset'],\n '064C': ['SQ', '1', 'RTBeamDelimiterGeometrySequence'],\n '064D': ['SQ', '1', 'RTBeamLimitingDeviceDefinitionSequence'],\n '064E': ['CS', '1', 'ParallelRTBeamDelimiterOpeningMode'],\n '064F': ['CS', '1-n', 'ParallelRTBeamDelimiterLeafMountingSide'],\n '0650': ['UI', '1', 'PatientSetupUID'],\n '0651': ['SQ', '1', 'WedgeDefinitionSequence'],\n '0652': ['FD', '1', 'RadiationBeamWedgeAngle'],\n '0653': ['FD', '1', 'RadiationBeamWedgeThinEdgeDistance'],\n '0654': ['FD', '1', 'RadiationBeamEffectiveWedgeAngle'],\n '0655': ['US', '1', 'NumberOfWedgePositions'],\n '0656': ['SQ', '1', 'RTBeamLimitingDeviceOpeningSequence'],\n '0657': ['US', '1', 'NumberOfRTBeamLimitingDeviceOpenings'],\n '0658': ['SQ', '1', 'RadiationDosimeterUnitSequence'],\n '0659': ['SQ', '1', 'RTDeviceDistanceReferenceLocationCodeSequence'],\n '065A': ['SQ', '1', 'RadiationDeviceConfigurationAndCommissioningKeySequence'],\n '065B': ['SQ', '1', 'PatientSupportPositionParameterSequence'],\n '065C': ['CS', '1', 'PatientSupportPositionSpecificationMethod'],\n '065D': ['SQ', '1', 'PatientSupportPositionDeviceParameterSequence'],\n '065E': ['US', '1', 'DeviceOrderIndex'],\n '065F': ['US', '1', 'PatientSupportPositionParameterOrderIndex'],\n '0660': ['SQ', '1', 'PatientSupportPositionDeviceToleranceSequence'],\n '0661': ['US', '1', 'PatientSupportPositionToleranceOrderIndex'],\n '0662': ['SQ', '1', 'CompensatorDefinitionSequence'],\n '0663': ['CS', '1', 'CompensatorMapOrientation'],\n '0664': ['OF', '1', 'CompensatorProximalThicknessMap'],\n '0665': ['OF', '1', 'CompensatorDistalThicknessMap'],\n '0666': ['FD', '1', 'CompensatorBasePlaneOffset'],\n '0667': ['SQ', '1', 'CompensatorShapeFabricationCodeSequence'],\n '0668': ['SQ', '1', 'CompensatorShapeSequence'],\n '0669': ['FD', '1', 'RadiationBeamCompensatorMillingToolDiameter'],\n '066A': ['SQ', '1', 'BlockDefinitionSequence'],\n '066B': ['OF', '1', 'BlockEdgeData'],\n '066C': ['CS', '1', 'BlockOrientation'],\n '066D': ['FD', '1', 'RadiationBeamBlockThickness'],\n '066E': ['FD', '1', 'RadiationBeamBlockSlabThickness'],\n '066F': ['SQ', '1', 'BlockEdgeDataSequence'],\n '0670': ['US', '1', 'NumberOfRTAccessoryHolders'],\n '0671': ['SQ', '1', 'GeneralAccessoryDefinitionSequence'],\n '0672': ['US', '1', 'NumberOfGeneralAccessories'],\n '0673': ['SQ', '1', 'BolusDefinitionSequence'],\n '0674': ['US', '1', 'NumberOfBoluses'],\n '0675': ['UI', '1', 'EquipmentFrameOfReferenceUID'],\n '0676': ['ST', '1', 'EquipmentFrameOfReferenceDescription'],\n '0677': ['SQ', '1', 'EquipmentReferencePointCoordinatesSequence'],\n '0678': ['SQ', '1', 'EquipmentReferencePointCodeSequence'],\n '0679': ['FD', '1', 'RTBeamLimitingDeviceAngle'],\n '067A': ['FD', '1', 'SourceRollAngle'],\n '067B': ['SQ', '1', 'RadiationGenerationModeSequence'],\n '067C': ['SH', '1', 'RadiationGenerationModeLabel'],\n '067D': ['ST', '1', 'RadiationGenerationModeDescription'],\n '067E': ['SQ', '1', 'RadiationGenerationModeMachineCodeSequence'],\n '067F': ['SQ', '1', 'RadiationTypeCodeSequence'],\n '0680': ['DS', '1', 'NominalEnergy'],\n '0681': ['DS', '1', 'MinimumNominalEnergy'],\n '0682': ['DS', '1', 'MaximumNominalEnergy'],\n '0683': ['SQ', '1', 'RadiationFluenceModifierCodeSequence'],\n '0684': ['SQ', '1', 'EnergyUnitCodeSequence'],\n '0685': ['US', '1', 'NumberOfRadiationGenerationModes'],\n '0686': ['SQ', '1', 'PatientSupportDevicesSequence'],\n '0687': ['US', '1', 'NumberOfPatientSupportDevices'],\n '0688': ['FD', '1', 'RTBeamModifierDefinitionDistance'],\n '0689': ['SQ', '1', 'BeamAreaLimitSequence'],\n '068A': ['SQ', '1', 'ReferencedRTPrescriptionSequence'],\n '0700': ['UI', '1', 'TreatmentSessionUID'],\n '0701': ['CS', '1', 'RTRadiationUsage'],\n '0702': ['SQ', '1', 'ReferencedRTRadiationSetSequence'],\n '0703': ['SQ', '1', 'ReferencedRTRadiationRecordSequence'],\n '0704': ['US', '1', 'RTRadiationSetDeliveryNumber'],\n '0705': ['US', '1', 'ClinicalFractionNumber'],\n '0706': ['CS', '1', 'RTTreatmentFractionCompletionStatus'],\n '0707': ['CS', '1', 'RTRadiationSetUsage'],\n '0708': ['CS', '1', 'TreatmentDeliveryContinuationFlag'],\n '0709': ['CS', '1', 'TreatmentRecordContentOrigin'],\n '0714': ['CS', '1', 'RTTreatmentTerminationStatus'],\n '0715': ['SQ', '1', 'RTTreatmentTerminationReasonCodeSequence'],\n '0716': ['SQ', '1', 'MachineSpecificTreatmentTerminationCodeSequence'],\n '0722': ['SQ', '1', 'RTRadiationSalvageRecordControlPointSequence'],\n '0723': ['CS', '1', 'StartingMetersetValueKnownFlag'],\n '0730': ['ST', '1', 'TreatmentTerminationDescription'],\n '0731': ['SQ', '1', 'TreatmentToleranceViolationSequence'],\n '0732': ['CS', '1', 'TreatmentToleranceViolationCategory'],\n '0733': ['SQ', '1', 'TreatmentToleranceViolationAttributeSequence'],\n '0734': ['ST', '1', 'TreatmentToleranceViolationDescription'],\n '0735': ['ST', '1', 'TreatmentToleranceViolationIdentification'],\n '0736': ['DT', '1', 'TreatmentToleranceViolationDateTime'],\n '073A': ['DT', '1', 'RecordedRTControlPointDateTime'],\n '073B': ['US', '1', 'ReferencedRadiationRTControlPointIndex'],\n '073E': ['SQ', '1', 'AlternateValueSequence'],\n '073F': ['SQ', '1', 'ConfirmationSequence'],\n '0740': ['SQ', '1', 'InterlockSequence'],\n '0741': ['DT', '1', 'InterlockDateTime'],\n '0742': ['ST', '1', 'InterlockDescription'],\n '0743': ['SQ', '1', 'InterlockOriginatingDeviceSequence'],\n '0744': ['SQ', '1', 'InterlockCodeSequence'],\n '0745': ['SQ', '1', 'InterlockResolutionCodeSequence'],\n '0746': ['SQ', '1', 'InterlockResolutionUserSequence'],\n '0760': ['DT', '1', 'OverrideDateTime'],\n '0761': ['SQ', '1', 'TreatmentToleranceViolationTypeCodeSequence'],\n '0762': ['SQ', '1', 'TreatmentToleranceViolationCauseCodeSequence'],\n '0772': ['SQ', '1', 'MeasuredMetersetToDoseMappingSequence'],\n '0773': ['US', '1', 'ReferencedExpectedInVivoMeasurementValueIndex'],\n '0774': ['SQ', '1', 'DoseMeasurementDeviceCodeSequence'],\n '0780': ['SQ', '1', 'AdditionalParameterRecordingInstanceSequence'],\n '0782': ['US', '1', ''],\n '0783': ['ST', '1', 'InterlockOriginDescription'],\n '0784': ['SQ', '1', 'RTPatientPositionScopeSequence'],\n '0785': ['UI', '1', 'ReferencedTreatmentPositionGroupUID'],\n '0786': ['US', '1', 'RadiationOrderIndex'],\n '0787': ['SQ', '1', 'OmittedRadiationSequence'],\n '0788': ['SQ', '1', 'ReasonForOmissionCodeSequence'],\n '0789': ['SQ', '1', 'RTDeliveryStartPatientPositionSequence'],\n '078A': ['SQ', '1', 'RTTreatmentPreparationPatientPositionSequence'],\n '078B': ['SQ', '1', 'ReferencedRTTreatmentPreparationSequence'],\n '078C': ['SQ', '1', 'ReferencedPatientSetupPhotoSequence'],\n '078D': ['SQ', '1', 'PatientTreatmentPreparationMethodCodeSequence'],\n '078E': ['LT', '1', 'PatientTreatmentPreparationProcedureParameterDescription'],\n '078F': ['SQ', '1', 'PatientTreatmentPreparationDeviceSequence'],\n '0790': ['SQ', '1', 'PatientTreatmentPreparationProcedureSequence'],\n '0791': ['SQ', '1', 'PatientTreatmentPreparationProcedureCodeSequence'],\n '0792': ['LT', '1', 'PatientTreatmentPreparationMethodDescription'],\n '0793': ['SQ', '1', 'PatientTreatmentPreparationProcedureParameterSequence'],\n '0794': ['LT', '1', 'PatientSetupPhotoDescription'],\n '0795': ['US', '1', 'PatientTreatmentPreparationProcedureIndex'],\n '0796': ['US', '1', 'ReferencedPatientSetupProcedureIndex'],\n '0797': ['SQ', '1', 'RTRadiationTaskSequence'],\n '0798': ['SQ', '1', 'RTPatientPositionDisplacementSequence'],\n '0799': ['SQ', '1', 'RTPatientPositionSequence'],\n '079A': ['LO', '1', 'DisplacementReferenceLabel'],\n '079B': ['FD', '16', 'DisplacementMatrix'],\n '079C': ['SQ', '1', 'PatientSupportDisplacementSequence'],\n '079D': ['SQ', '1', 'DisplacementReferenceLocationCodeSequence'],\n '079E': ['CS', '1', 'RTRadiationSetDeliveryUsage']\n },\n '300C': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SQ', '1', 'ReferencedRTPlanSequence'],\n '0004': ['SQ', '1', 'ReferencedBeamSequence'],\n '0006': ['IS', '1', 'ReferencedBeamNumber'],\n '0007': ['IS', '1', 'ReferencedReferenceImageNumber'],\n '0008': ['DS', '1', 'StartCumulativeMetersetWeight'],\n '0009': ['DS', '1', 'EndCumulativeMetersetWeight'],\n '000A': ['SQ', '1', 'ReferencedBrachyApplicationSetupSequence'],\n '000C': ['IS', '1', 'ReferencedBrachyApplicationSetupNumber'],\n '000E': ['IS', '1', 'ReferencedSourceNumber'],\n '0020': ['SQ', '1', 'ReferencedFractionGroupSequence'],\n '0022': ['IS', '1', 'ReferencedFractionGroupNumber'],\n '0040': ['SQ', '1', 'ReferencedVerificationImageSequence'],\n '0042': ['SQ', '1', 'ReferencedReferenceImageSequence'],\n '0050': ['SQ', '1', 'ReferencedDoseReferenceSequence'],\n '0051': ['IS', '1', 'ReferencedDoseReferenceNumber'],\n '0055': ['SQ', '1', 'BrachyReferencedDoseReferenceSequence'],\n '0060': ['SQ', '1', 'ReferencedStructureSetSequence'],\n '006A': ['IS', '1', 'ReferencedPatientSetupNumber'],\n '0080': ['SQ', '1', 'ReferencedDoseSequence'],\n '00A0': ['IS', '1', 'ReferencedToleranceTableNumber'],\n '00B0': ['SQ', '1', 'ReferencedBolusSequence'],\n '00C0': ['IS', '1', 'ReferencedWedgeNumber'],\n '00D0': ['IS', '1', 'ReferencedCompensatorNumber'],\n '00E0': ['IS', '1', 'ReferencedBlockNumber'],\n '00F0': ['IS', '1', 'ReferencedControlPointIndex'],\n '00F2': ['SQ', '1', 'ReferencedControlPointSequence'],\n '00F4': ['IS', '1', 'ReferencedStartControlPointIndex'],\n '00F6': ['IS', '1', 'ReferencedStopControlPointIndex'],\n '0100': ['IS', '1', 'ReferencedRangeShifterNumber'],\n '0102': ['IS', '1', 'ReferencedLateralSpreadingDeviceNumber'],\n '0104': ['IS', '1', 'ReferencedRangeModulatorNumber'],\n '0111': ['SQ', '1', 'OmittedBeamTaskSequence'],\n '0112': ['CS', '1', 'ReasonForOmission'],\n '0113': ['LO', '1', 'ReasonForOmissionDescription'],\n '0114': ['SQ', '1', 'PrescriptionOverviewSequence'],\n '0115': ['FL', '1', 'TotalPrescriptionDose'],\n '0116': ['SQ', '1', 'PlanOverviewSequence'],\n '0117': ['US', '1', 'PlanOverviewIndex'],\n '0118': ['US', '1', 'ReferencedPlanOverviewIndex'],\n '0119': ['US', '1', 'NumberOfFractionsIncluded'],\n '0120': ['SQ', '1', 'DoseCalibrationConditionsSequence'],\n '0121': ['FD', '1', 'AbsorbedDoseToMetersetRatio'],\n '0122': ['FD', '2', 'DelineatedRadiationFieldSize'],\n '0123': ['CS', '1', 'DoseCalibrationConditionsVerifiedFlag'],\n '0124': ['FD', '1', 'CalibrationReferencePointDepth'],\n '0125': ['SQ', '1', 'GatingBeamHoldTransitionSequence'],\n '0126': ['CS', '1', 'BeamHoldTransition'],\n '0127': ['DT', '1', 'BeamHoldTransitionDateTime'],\n '0128': ['SQ', '1', 'BeamHoldOriginatingDeviceSequence']\n },\n '300E': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['CS', '1', 'ApprovalStatus'],\n '0004': ['DA', '1', 'ReviewDate'],\n '0005': ['TM', '1', 'ReviewTime'],\n '0008': ['PN', '1', 'ReviewerName']\n },\n '3010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'RadiobiologicalDoseEffectSequence'],\n '0002': ['CS', '1', 'RadiobiologicalDoseEffectFlag'],\n '0003': ['SQ', '1', 'EffectiveDoseCalculationMethodCategoryCodeSequence'],\n '0004': ['SQ', '1', 'EffectiveDoseCalculationMethodCodeSequence'],\n '0005': ['LO', '1', 'EffectiveDoseCalculationMethodDescription'],\n '0006': ['UI', '1', 'ConceptualVolumeUID'],\n '0007': ['SQ', '1', 'OriginatingSOPInstanceReferenceSequence'],\n '0008': ['SQ', '1', 'ConceptualVolumeConstituentSequence'],\n '0009': ['SQ', '1', 'EquivalentConceptualVolumeInstanceReferenceSequence'],\n '000A': ['SQ', '1', 'EquivalentConceptualVolumesSequence'],\n '000B': ['UI', '1', 'ReferencedConceptualVolumeUID'],\n '000C': ['UT', '1', 'ConceptualVolumeCombinationExpression'],\n '000D': ['US', '1', 'ConceptualVolumeConstituentIndex'],\n '000E': ['CS', '1', 'ConceptualVolumeCombinationFlag'],\n '000F': ['ST', '1', 'ConceptualVolumeCombinationDescription'],\n '0010': ['CS', '1', 'ConceptualVolumeSegmentationDefinedFlag'],\n '0011': ['SQ', '1', 'ConceptualVolumeSegmentationReferenceSequence'],\n '0012': ['SQ', '1', 'ConceptualVolumeConstituentSegmentationReferenceSequence'],\n '0013': ['UI', '1', 'ConstituentConceptualVolumeUID'],\n '0014': ['SQ', '1', 'DerivationConceptualVolumeSequence'],\n '0015': ['UI', '1', 'SourceConceptualVolumeUID'],\n '0016': ['SQ', '1', 'ConceptualVolumeDerivationAlgorithmSequence'],\n '0017': ['ST', '1', 'ConceptualVolumeDescription'],\n '0018': ['SQ', '1', 'SourceConceptualVolumeSequence'],\n '0019': ['SQ', '1', 'AuthorIdentificationSequence'],\n '001A': ['LO', '1', 'ManufacturerModelVersion'],\n '001B': ['UC', '1', 'DeviceAlternateIdentifier'],\n '001C': ['CS', '1', 'DeviceAlternateIdentifierType'],\n '001D': ['LT', '1', 'DeviceAlternateIdentifierFormat'],\n '001E': ['LO', '1', 'SegmentationCreationTemplateLabel'],\n '001F': ['UI', '1', 'SegmentationTemplateUID'],\n '0020': ['US', '1', 'ReferencedSegmentReferenceIndex'],\n '0021': ['SQ', '1', 'SegmentReferenceSequence'],\n '0022': ['US', '1', 'SegmentReferenceIndex'],\n '0023': ['SQ', '1', 'DirectSegmentReferenceSequence'],\n '0024': ['SQ', '1', 'CombinationSegmentReferenceSequence'],\n '0025': ['SQ', '1', 'ConceptualVolumeSequence'],\n '0026': ['SQ', '1', 'SegmentedRTAccessoryDeviceSequence'],\n '0027': ['SQ', '1', 'SegmentCharacteristicsSequence'],\n '0028': ['SQ', '1', 'RelatedSegmentCharacteristicsSequence'],\n '0029': ['US', '1', 'SegmentCharacteristicsPrecedence'],\n '002A': ['SQ', '1', 'RTSegmentAnnotationSequence'],\n '002B': ['SQ', '1', 'SegmentAnnotationCategoryCodeSequence'],\n '002C': ['SQ', '1', 'SegmentAnnotationTypeCodeSequence'],\n '002D': ['LO', '1', 'DeviceLabel'],\n '002E': ['SQ', '1', 'DeviceTypeCodeSequence'],\n '002F': ['SQ', '1', 'SegmentAnnotationTypeModifierCodeSequence'],\n '0030': ['SQ', '1', 'PatientEquipmentRelationshipCodeSequence'],\n '0031': ['UI', '1', 'ReferencedFiducialsUID'],\n '0032': ['SQ', '1', 'PatientTreatmentOrientationSequence'],\n '0033': ['SH', '1', 'UserContentLabel'],\n '0034': ['LO', '1', 'UserContentLongLabel'],\n '0035': ['SH', '1', 'EntityLabel'],\n '0036': ['LO', '1', 'EntityName'],\n '0037': ['ST', '1', 'EntityDescription'],\n '0038': ['LO', '1', 'EntityLongLabel'],\n '0039': ['US', '1', 'DeviceIndex'],\n '003A': ['US', '1', 'RTTreatmentPhaseIndex'],\n '003B': ['UI', '1', 'RTTreatmentPhaseUID'],\n '003C': ['US', '1', 'RTPrescriptionIndex'],\n '003D': ['US', '1', 'RTSegmentAnnotationIndex'],\n '003E': ['US', '1', 'BasisRTTreatmentPhaseIndex'],\n '003F': ['US', '1', 'RelatedRTTreatmentPhaseIndex'],\n '0040': ['US', '1', 'ReferencedRTTreatmentPhaseIndex'],\n '0041': ['US', '1', 'ReferencedRTPrescriptionIndex'],\n '0042': ['US', '1', 'ReferencedParentRTPrescriptionIndex'],\n '0043': ['ST', '1', 'ManufacturerDeviceIdentifier'],\n '0044': ['SQ', '1', 'InstanceLevelReferencedPerformedProcedureStepSequence'],\n '0045': ['CS', '1', 'RTTreatmentPhaseIntentPresenceFlag'],\n '0046': ['CS', '1', 'RadiotherapyTreatmentType'],\n '0047': ['CS', '1-n', 'TeletherapyRadiationType'],\n '0048': ['CS', '1-n', 'BrachytherapySourceType'],\n '0049': ['SQ', '1', 'ReferencedRTTreatmentPhaseSequence'],\n '004A': ['SQ', '1', 'ReferencedDirectSegmentInstanceSequence'],\n '004B': ['SQ', '1', 'IntendedRTTreatmentPhaseSequence'],\n '004C': ['DA', '1', 'IntendedPhaseStartDate'],\n '004D': ['DA', '1', 'IntendedPhaseEndDate'],\n '004E': ['SQ', '1', 'RTTreatmentPhaseIntervalSequence'],\n '004F': ['CS', '1', 'TemporalRelationshipIntervalAnchor'],\n '0050': ['FD', '1', 'MinimumNumberOfIntervalDays'],\n '0051': ['FD', '1', 'MaximumNumberOfIntervalDays'],\n '0052': ['UI', '1-n', 'PertinentSOPClassesInStudy'],\n '0053': ['UI', '1-n', 'PertinentSOPClassesInSeries'],\n '0054': ['LO', '1', 'RTPrescriptionLabel'],\n '0055': ['SQ', '1', 'RTPhysicianIntentPredecessorSequence'],\n '0056': ['LO', '1', 'RTTreatmentApproachLabel'],\n '0057': ['SQ', '1', 'RTPhysicianIntentSequence'],\n '0058': ['US', '1', 'RTPhysicianIntentIndex'],\n '0059': ['CS', '1', 'RTTreatmentIntentType'],\n '005A': ['UT', '1', 'RTPhysicianIntentNarrative'],\n '005B': ['SQ', '1', 'RTProtocolCodeSequence'],\n '005C': ['ST', '1', 'ReasonForSuperseding'],\n '005D': ['SQ', '1', 'RTDiagnosisCodeSequence'],\n '005E': ['US', '1', 'ReferencedRTPhysicianIntentIndex'],\n '005F': ['SQ', '1', 'RTPhysicianIntentInputInstanceSequence'],\n '0060': ['SQ', '1', 'RTAnatomicPrescriptionSequence'],\n '0061': ['UT', '1', 'PriorTreatmentDoseDescription'],\n '0062': ['SQ', '1', 'PriorTreatmentReferenceSequence'],\n '0063': ['CS', '1', 'DosimetricObjectiveEvaluationScope'],\n '0064': ['SQ', '1', 'TherapeuticRoleCategoryCodeSequence'],\n '0065': ['SQ', '1', 'TherapeuticRoleTypeCodeSequence'],\n '0066': ['US', '1', 'ConceptualVolumeOptimizationPrecedence'],\n '0067': ['SQ', '1', 'ConceptualVolumeCategoryCodeSequence'],\n '0068': ['CS', '1', 'ConceptualVolumeBlockingConstraint'],\n '0069': ['SQ', '1', 'ConceptualVolumeTypeCodeSequence'],\n '006A': ['SQ', '1', 'ConceptualVolumeTypeModifierCodeSequence'],\n '006B': ['SQ', '1', 'RTPrescriptionSequence'],\n '006C': ['SQ', '1', 'DosimetricObjectiveSequence'],\n '006D': ['SQ', '1', 'DosimetricObjectiveTypeCodeSequence'],\n '006E': ['UI', '1', 'DosimetricObjectiveUID'],\n '006F': ['UI', '1', 'ReferencedDosimetricObjectiveUID'],\n '0070': ['SQ', '1', 'DosimetricObjectiveParameterSequence'],\n '0071': ['SQ', '1', 'ReferencedDosimetricObjectivesSequence'],\n '0073': ['CS', '1', 'AbsoluteDosimetricObjectiveFlag'],\n '0074': ['FD', '1', 'DosimetricObjectiveWeight'],\n '0075': ['CS', '1', 'DosimetricObjectivePurpose'],\n '0076': ['SQ', '1', 'PlanningInputInformationSequence'],\n '0077': ['LO', '1', 'TreatmentSite'],\n '0078': ['SQ', '1', 'TreatmentSiteCodeSequence'],\n '0079': ['SQ', '1', 'FractionPatternSequence'],\n '007A': ['UT', '1', 'TreatmentTechniqueNotes'],\n '007B': ['UT', '1', 'PrescriptionNotes'],\n '007C': ['IS', '1', 'NumberOfIntervalFractions'],\n '007D': ['US', '1', 'NumberOfFractions'],\n '007E': ['US', '1', 'IntendedDeliveryDuration'],\n '007F': ['UT', '1', 'FractionationNotes'],\n '0080': ['SQ', '1', 'RTTreatmentTechniqueCodeSequence'],\n '0081': ['SQ', '1', 'PrescriptionNotesSequence'],\n '0082': ['SQ', '1', 'FractionBasedRelationshipSequence'],\n '0083': ['CS', '1', 'FractionBasedRelationshipIntervalAnchor'],\n '0084': ['FD', '1', 'MinimumHoursBetweenFractions'],\n '0085': ['TM', '1-n', 'IntendedFractionStartTime'],\n '0086': ['LT', '1', 'IntendedStartDayOfWeek'],\n '0087': ['SQ', '1', 'WeekdayFractionPatternSequence'],\n '0088': ['SQ', '1', 'DeliveryTimeStructureCodeSequence'],\n '0089': ['SQ', '1', 'TreatmentSiteModifierCodeSequence'],\n '0090': ['CS', '1', 'RoboticBaseLocationIndicator'],\n '0091': ['SQ', '1', 'RoboticPathNodeSetCodeSequence'],\n '0092': ['UL', '1', 'RoboticNodeIdentifier'],\n '0093': ['FD', '3', 'RTTreatmentSourceCoordinates'],\n '0094': ['FD', '1', 'RadiationSourceCoordinateSystemYawAngle'],\n '0095': ['FD', '1', 'RadiationSourceCoordinateSystemRollAngle'],\n '0096': ['FD', '1', 'RadiationSourceCoordinateSystemPitchAngle'],\n '0097': ['SQ', '1', 'RoboticPathControlPointSequence'],\n '0098': ['SQ', '1', 'TomotherapeuticControlPointSequence'],\n '0099': ['FD', '1-n', 'TomotherapeuticLeafOpenDurations'],\n '009A': ['FD', '1-n', 'TomotherapeuticLeafInitialClosedDurations']\n },\n '4000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['LT', '1', 'Arbitrary'],\n '4000': ['LT', '1', 'TextComments']\n },\n '4008': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0040': ['SH', '1', 'ResultsID'],\n '0042': ['LO', '1', 'ResultsIDIssuer'],\n '0050': ['SQ', '1', 'ReferencedInterpretationSequence'],\n '00FF': ['CS', '1', 'ReportProductionStatusTrial'],\n '0100': ['DA', '1', 'InterpretationRecordedDate'],\n '0101': ['TM', '1', 'InterpretationRecordedTime'],\n '0102': ['PN', '1', 'InterpretationRecorder'],\n '0103': ['LO', '1', 'ReferenceToRecordedSound'],\n '0108': ['DA', '1', 'InterpretationTranscriptionDate'],\n '0109': ['TM', '1', 'InterpretationTranscriptionTime'],\n '010A': ['PN', '1', 'InterpretationTranscriber'],\n '010B': ['ST', '1', 'InterpretationText'],\n '010C': ['PN', '1', 'InterpretationAuthor'],\n '0111': ['SQ', '1', 'InterpretationApproverSequence'],\n '0112': ['DA', '1', 'InterpretationApprovalDate'],\n '0113': ['TM', '1', 'InterpretationApprovalTime'],\n '0114': ['PN', '1', 'PhysicianApprovingInterpretation'],\n '0115': ['LT', '1', 'InterpretationDiagnosisDescription'],\n '0117': ['SQ', '1', 'InterpretationDiagnosisCodeSequence'],\n '0118': ['SQ', '1', 'ResultsDistributionListSequence'],\n '0119': ['PN', '1', 'DistributionName'],\n '011A': ['LO', '1', 'DistributionAddress'],\n '0200': ['SH', '1', 'InterpretationID'],\n '0202': ['LO', '1', 'InterpretationIDIssuer'],\n '0210': ['CS', '1', 'InterpretationTypeID'],\n '0212': ['CS', '1', 'InterpretationStatusID'],\n '0300': ['ST', '1', 'Impressions'],\n '4000': ['ST', '1', 'ResultsComments']\n },\n '4010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'LowEnergyDetectors'],\n '0002': ['CS', '1', 'HighEnergyDetectors'],\n '0004': ['SQ', '1', 'DetectorGeometrySequence'],\n '1001': ['SQ', '1', 'ThreatROIVoxelSequence'],\n '1004': ['FL', '3', 'ThreatROIBase'],\n '1005': ['FL', '3', 'ThreatROIExtents'],\n '1006': ['OB', '1', 'ThreatROIBitmap'],\n '1007': ['SH', '1', 'RouteSegmentID'],\n '1008': ['CS', '1', 'GantryType'],\n '1009': ['CS', '1', 'OOIOwnerType'],\n '100A': ['SQ', '1', 'RouteSegmentSequence'],\n '1010': ['US', '1', 'PotentialThreatObjectID'],\n '1011': ['SQ', '1', 'ThreatSequence'],\n '1012': ['CS', '1', 'ThreatCategory'],\n '1013': ['LT', '1', 'ThreatCategoryDescription'],\n '1014': ['CS', '1', 'ATDAbilityAssessment'],\n '1015': ['CS', '1', 'ATDAssessmentFlag'],\n '1016': ['FL', '1', 'ATDAssessmentProbability'],\n '1017': ['FL', '1', 'Mass'],\n '1018': ['FL', '1', 'Density'],\n '1019': ['FL', '1', 'ZEffective'],\n '101A': ['SH', '1', 'BoardingPassID'],\n '101B': ['FL', '3', 'CenterOfMass'],\n '101C': ['FL', '3', 'CenterOfPTO'],\n '101D': ['FL', '6-n', 'BoundingPolygon'],\n '101E': ['SH', '1', 'RouteSegmentStartLocationID'],\n '101F': ['SH', '1', 'RouteSegmentEndLocationID'],\n '1020': ['CS', '1', 'RouteSegmentLocationIDType'],\n '1021': ['CS', '1-n', 'AbortReason'],\n '1023': ['FL', '1', 'VolumeOfPTO'],\n '1024': ['CS', '1', 'AbortFlag'],\n '1025': ['DT', '1', 'RouteSegmentStartTime'],\n '1026': ['DT', '1', 'RouteSegmentEndTime'],\n '1027': ['CS', '1', 'TDRType'],\n '1028': ['CS', '1', 'InternationalRouteSegment'],\n '1029': ['LO', '1-n', 'ThreatDetectionAlgorithmAndVersion'],\n '102A': ['SH', '1', 'AssignedLocation'],\n '102B': ['DT', '1', 'AlarmDecisionTime'],\n '1031': ['CS', '1', 'AlarmDecision'],\n '1033': ['US', '1', 'NumberOfTotalObjects'],\n '1034': ['US', '1', 'NumberOfAlarmObjects'],\n '1037': ['SQ', '1', 'PTORepresentationSequence'],\n '1038': ['SQ', '1', 'ATDAssessmentSequence'],\n '1039': ['CS', '1', 'TIPType'],\n '103A': ['CS', '1', 'DICOSVersion'],\n '1041': ['DT', '1', 'OOIOwnerCreationTime'],\n '1042': ['CS', '1', 'OOIType'],\n '1043': ['FL', '3', 'OOISize'],\n '1044': ['CS', '1', 'AcquisitionStatus'],\n '1045': ['SQ', '1', 'BasisMaterialsCodeSequence'],\n '1046': ['CS', '1', 'PhantomType'],\n '1047': ['SQ', '1', 'OOIOwnerSequence'],\n '1048': ['CS', '1', 'ScanType'],\n '1051': ['LO', '1', 'ItineraryID'],\n '1052': ['SH', '1', 'ItineraryIDType'],\n '1053': ['LO', '1', 'ItineraryIDAssigningAuthority'],\n '1054': ['SH', '1', 'RouteID'],\n '1055': ['SH', '1', 'RouteIDAssigningAuthority'],\n '1056': ['CS', '1', 'InboundArrivalType'],\n '1058': ['SH', '1', 'CarrierID'],\n '1059': ['CS', '1', 'CarrierIDAssigningAuthority'],\n '1060': ['FL', '3', 'SourceOrientation'],\n '1061': ['FL', '3', 'SourcePosition'],\n '1062': ['FL', '1', 'BeltHeight'],\n '1064': ['SQ', '1', 'AlgorithmRoutingCodeSequence'],\n '1067': ['CS', '1', 'TransportClassification'],\n '1068': ['LT', '1', 'OOITypeDescriptor'],\n '1069': ['FL', '1', 'TotalProcessingTime'],\n '106C': ['OB', '1', 'DetectorCalibrationData'],\n '106D': ['CS', '1', 'AdditionalScreeningPerformed'],\n '106E': ['CS', '1', 'AdditionalInspectionSelectionCriteria'],\n '106F': ['SQ', '1', 'AdditionalInspectionMethodSequence'],\n '1070': ['CS', '1', 'AITDeviceType'],\n '1071': ['SQ', '1', 'QRMeasurementsSequence'],\n '1072': ['SQ', '1', 'TargetMaterialSequence'],\n '1073': ['FD', '1', 'SNRThreshold'],\n '1075': ['DS', '1', 'ImageScaleRepresentation'],\n '1076': ['SQ', '1', 'ReferencedPTOSequence'],\n '1077': ['SQ', '1', 'ReferencedTDRInstanceSequence'],\n '1078': ['ST', '1', 'PTOLocationDescription'],\n '1079': ['SQ', '1', 'AnomalyLocatorIndicatorSequence'],\n '107A': ['FL', '3', 'AnomalyLocatorIndicator'],\n '107B': ['SQ', '1', 'PTORegionSequence'],\n '107C': ['CS', '1', 'InspectionSelectionCriteria'],\n '107D': ['SQ', '1', 'SecondaryInspectionMethodSequence'],\n '107E': ['DS', '6', 'PRCSToRCSOrientation']\n },\n '4FFE': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'MACParametersSequence']\n },\n '5000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0005': ['US', '1', 'CurveDimensions'],\n '0010': ['US', '1', 'NumberOfPoints'],\n '0020': ['CS', '1', 'TypeOfData'],\n '0022': ['LO', '1', 'CurveDescription'],\n '0030': ['SH', '1-n', 'AxisUnits'],\n '0040': ['SH', '1-n', 'AxisLabels'],\n '0103': ['US', '1', 'DataValueRepresentation'],\n '0104': ['US', '1-n', 'MinimumCoordinateValue'],\n '0105': ['US', '1-n', 'MaximumCoordinateValue'],\n '0106': ['SH', '1-n', 'CurveRange'],\n '0110': ['US', '1-n', 'CurveDataDescriptor'],\n '0112': ['US', '1-n', 'CoordinateStartValue'],\n '0114': ['US', '1-n', 'CoordinateStepValue'],\n '1001': ['CS', '1', 'CurveActivationLayer'],\n '2000': ['US', '1', 'AudioType'],\n '2002': ['US', '1', 'AudioSampleFormat'],\n '2004': ['US', '1', 'NumberOfChannels'],\n '2006': ['UL', '1', 'NumberOfSamples'],\n '2008': ['UL', '1', 'SampleRate'],\n '200A': ['UL', '1', 'TotalTime'],\n '200C': ['ox', '1', 'AudioSampleData'],\n '200E': ['LT', '1', 'AudioComments'],\n '2500': ['LO', '1', 'CurveLabel'],\n '2600': ['SQ', '1', 'CurveReferencedOverlaySequence'],\n '2610': ['US', '1', 'CurveReferencedOverlayGroup'],\n '3000': ['ox', '1', 'CurveData']\n },\n '5200': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '9229': ['SQ', '1', 'SharedFunctionalGroupsSequence'],\n '9230': ['SQ', '1', 'PerFrameFunctionalGroupsSequence']\n },\n '5400': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0100': ['SQ', '1', 'WaveformSequence'],\n '0110': ['ox', '1', 'ChannelMinimumValue'],\n '0112': ['ox', '1', 'ChannelMaximumValue'],\n '1004': ['US', '1', 'WaveformBitsAllocated'],\n '1006': ['CS', '1', 'WaveformSampleInterpretation'],\n '100A': ['ox', '1', 'WaveformPaddingValue'],\n '1010': ['ox', '1', 'WaveformData']\n },\n '5600': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['OF', '1', 'FirstOrderPhaseCorrectionAngle'],\n '0020': ['OF', '1', 'SpectroscopyData']\n },\n '6000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '1', 'OverlayRows'],\n '0011': ['US', '1', 'OverlayColumns'],\n '0012': ['US', '1', 'OverlayPlanes'],\n '0015': ['IS', '1', 'NumberOfFramesInOverlay'],\n '0022': ['LO', '1', 'OverlayDescription'],\n '0040': ['CS', '1', 'OverlayType'],\n '0045': ['LO', '1', 'OverlaySubtype'],\n '0050': ['SS', '2', 'OverlayOrigin'],\n '0051': ['US', '1', 'ImageFrameOrigin'],\n '0052': ['US', '1', 'OverlayPlaneOrigin'],\n '0060': ['CS', '1', 'OverlayCompressionCode'],\n '0061': ['SH', '1', 'OverlayCompressionOriginator'],\n '0062': ['SH', '1', 'OverlayCompressionLabel'],\n '0063': ['CS', '1', 'OverlayCompressionDescription'],\n '0066': ['AT', '1-n', 'OverlayCompressionStepPointers'],\n '0068': ['US', '1', 'OverlayRepeatInterval'],\n '0069': ['US', '1', 'OverlayBitsGrouped'],\n '0100': ['US', '1', 'OverlayBitsAllocated'],\n '0102': ['US', '1', 'OverlayBitPosition'],\n '0110': ['CS', '1', 'OverlayFormat'],\n '0200': ['US', '1', 'OverlayLocation'],\n '0800': ['CS', '1-n', 'OverlayCodeLabel'],\n '0802': ['US', '1', 'OverlayNumberOfTables'],\n '0803': ['AT', '1-n', 'OverlayCodeTableLocation'],\n '0804': ['US', '1', 'OverlayBitsForCodeWord'],\n '1001': ['CS', '1', 'OverlayActivationLayer'],\n '1100': ['US', '1', 'OverlayDescriptorGray'],\n '1101': ['US', '1', 'OverlayDescriptorRed'],\n '1102': ['US', '1', 'OverlayDescriptorGreen'],\n '1103': ['US', '1', 'OverlayDescriptorBlue'],\n '1200': ['US', '1-n', 'OverlaysGray'],\n '1201': ['US', '1-n', 'OverlaysRed'],\n '1202': ['US', '1-n', 'OverlaysGreen'],\n '1203': ['US', '1-n', 'OverlaysBlue'],\n '1301': ['IS', '1', 'ROIArea'],\n '1302': ['DS', '1', 'ROIMean'],\n '1303': ['DS', '1', 'ROIStandardDeviation'],\n '1500': ['LO', '1', 'OverlayLabel'],\n '3000': ['ox', '1', 'OverlayData'],\n '4000': ['LT', '1', 'OverlayComments']\n },\n '7F00': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['ox', '1', 'VariablePixelData'],\n '0011': ['US', '1', 'VariableNextDataGroup'],\n '0020': ['OW', '1', 'VariableCoefficientsSDVN'],\n '0030': ['OW', '1', 'VariableCoefficientsSDHN'],\n '0040': ['OW', '1', 'VariableCoefficientsSDDN']\n },\n '7FE0': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['OV', '1', 'ExtendedOffsetTable'],\n '0002': ['OV', '1', 'ExtendedOffsetTableLengths'],\n '0008': ['OF', '1', 'FloatPixelData'],\n '0009': ['OD', '1', 'DoubleFloatPixelData'],\n '0010': ['ox', '1', 'PixelData'],\n '0020': ['OW', '1', 'CoefficientsSDVN'],\n '0030': ['OW', '1', 'CoefficientsSDHN'],\n '0040': ['OW', '1', 'CoefficientsSDDN']\n },\n 'FFFA': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n 'FFFA': ['SQ', '1', 'DigitalSignaturesSequence']\n },\n 'FFFC': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n 'FFFC': ['OB', '1', 'DataSetTrailingPadding']\n },\n 'FFFE': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n 'E000': ['NONE', '1', 'Item'],\n 'E00D': ['NONE', '1', 'ItemDelimitationItem'],\n 'E0DD': ['NONE', '1', 'SequenceDelimitationItem']\n }\n}; // Dictionary\n\n/**\n * Add tags to the dictionary.\n *\n * @param {string} group The group key.\n * @param {Object} tags The tags to add as an\n * object indexed by element key with values as:\n * [VR, multiplicity, TagName] (all strings).\n */\nexport function addTagsToDictionary(group, tags) {\n // TODO: add checks!\n dictionary[group] = tags;\n}\n\n/**\n * Tag groups: key to name pairs.\n * Copied from gdcm-2.6.1\\Source\\DataDictionary\\GroupName.dic\n * -> removed duplicates (commented).\n *\n * @type {Object}\n */\nexport const tagGroups = {\n '0000': 'Command',\n '0002': 'Meta Element',\n '0004': 'File Set',\n //'0004': 'Directory',\n '0008': 'Identifying',\n '0009': 'SPI Identifying',\n '0010': 'Patient',\n '0012': 'Clinical Trial',\n '0018': 'Acquisition',\n '0019': 'SPI Acquisition',\n '0020': 'Image',\n '0021': 'SPI Image',\n '0022': 'Ophtalmology',\n '0028': 'Image Presentation',\n '0032': 'Study',\n '0038': 'Visit',\n '003A': 'Waveform',\n '0040': 'Procedure',\n //'0040': ''Modality Worklist',\n '0042': 'Encapsulated Document',\n '0050': 'Device Informations',\n //'0050': 'XRay Angio Device',\n '0054': 'Nuclear Medicine',\n '0060': 'Histogram',\n '0070': 'Presentation State',\n '0072': 'Hanging Protocol',\n '0088': 'Storage',\n //'0088': 'Medicine',\n '0100': 'Authorization',\n '0400': 'Digital Signature',\n '1000': 'Code Table',\n '1010': 'Zonal Map',\n '2000': 'Film Session',\n '2010': 'Film Box',\n '2020': 'Image Box',\n '2030': 'Annotation',\n '2040': 'Overlay Box',\n '2050': 'Presentation LUT',\n '2100': 'Print Job',\n '2110': 'Printer',\n '2120': 'Queue',\n '2130': 'Print Content',\n '2200': 'Media Creation',\n '3002': 'RT Image',\n '3004': 'RT Dose',\n '3006': 'RT StructureSet',\n '3008': 'RT Treatment',\n '300A': 'RT Plan',\n '300C': 'RT Relationship',\n '300E': 'RT Approval',\n '4000': 'Text',\n '4008': 'Results',\n '4FFE': 'MAC Parameters',\n '5000': 'Curve',\n '5002': 'Curve',\n '5004': 'Curve',\n '5006': 'Curve',\n '5008': 'Curve',\n '500A': 'Curve',\n '500C': 'Curve',\n '500E': 'Curve',\n '5400': 'Waveform Data',\n '6000': 'Overlays',\n '6002': 'Overlays',\n '6004': 'Overlays',\n '6008': 'Overlays',\n '600A': 'Overlays',\n '600C': 'Overlays',\n '600E': 'Overlays',\n 'FFFC': 'Generic',\n '7FE0': 'Pixel Data',\n 'FFFF': 'Unknown'\n};\n\n/**\n * List of Value Representation (VR) with 32bit Value Length (VL).\n *\n * Added locally used 'ox'.\n * See {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_7.html#table_7.1-1}.\n *\n * @type {Object}\n */\nconst vr32bitVL = {\n OB: true,\n OD: true,\n OF: true,\n OL: true,\n OV: true,\n OW: true,\n SQ: true,\n SV: true,\n UC: true,\n UN: true,\n UR: true,\n UT: true,\n UV: true,\n ox: true\n};\n\n/**\n * Does the input Value Representation (VR) have a 32bit Value Length (VL).\n *\n * @param {string} vr The data Value Representation (VR).\n * @returns {boolean} True if this VR has a 32-bit VL.\n */\nexport function is32bitVLVR(vr) {\n return typeof vr32bitVL[vr] !== 'undefined';\n}\n\n/**\n * List of string VR with extended or replaced default character repertoire defined in\n * Specific Character Set (0008,0005).\n *\n * See {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_6.html#sect_6.1.2.2}.\n *\n * @type {Object}\n */\nconst vrCharSetString = {\n SH: true,\n LO: true,\n UC: true,\n ST: true,\n LT: true,\n UT: true,\n PN: true\n};\n\n/**\n * Does the input Value Representation (VR) have an special character repertoire.\n *\n * @param {string} vr The data VR.\n * @returns {boolean} True if this VR has a special char set.\n */\nexport function isCharSetStringVR(vr) {\n return typeof vrCharSetString[vr] !== 'undefined';\n}\n\n/**\n * VR equivalent javascript types.\n *\n * See {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_6.2.html#table_6.2-1}.\n *\n * @type {Object}\n */\nexport const vrTypes = {\n AE: 'string',\n AS: 'string',\n AT: undefined,\n CS: 'string',\n DA: 'string',\n DS: 'string',\n DT: 'string',\n FL: 'Float32',\n FD: 'Float64',\n IS: 'string',\n LO: 'string',\n LT: 'string',\n OB: 'Uint8',\n OD: 'Uint64',\n OF: 'Uint32',\n OL: 'Uint32',\n OV: 'Uint64',\n OW: 'Uint16',\n PN: 'string',\n SH: 'string',\n SL: 'Int32',\n SQ: undefined,\n SS: 'Int16',\n ST: 'string',\n SV: 'Int64',\n TM: 'string',\n UC: 'string',\n UI: 'string',\n UL: 'Uint32',\n UN: 'Uint8',\n UR: 'string',\n US: 'Uint16',\n UT: 'string',\n UV: 'Uint64'\n};\n\n/**\n * Transfer syntaxes.\n *\n * See {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part06/chapter_A.html#table_A-1}.\n *\n * @type {Object}\n */\nexport const transferSyntaxes = {\n '1.2.840.10008.1.2': 'Implicit VR Little Endian',\n '1.2.840.10008.1.2.1': 'Explicit VR Little Endian',\n '1.2.840.10008.1.2.1.98': 'Encapsulated Uncompressed Explicit VR Little Endian',\n '1.2.840.10008.1.2.1.99': 'Deflated Explicit VR Little Endian',\n '1.2.840.10008.1.2.2': 'Explicit VR Big Endian (Retired)',\n '1.2.840.10008.1.2.4.50': 'JPEG Baseline (Process 1)',\n '1.2.840.10008.1.2.4.51': 'JPEG Extended (Process 2 & 4)',\n '1.2.840.10008.1.2.4.52': 'JPEG Extended (Process 3 & 5) (Retired)',\n '1.2.840.10008.1.2.4.53': 'JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8) (Retired)',\n '1.2.840.10008.1.2.4.54': 'JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9) (Retired)',\n '1.2.840.10008.1.2.4.55': 'JPEG Full Progression, Non-Hierarchical (Process 10 & 12) (Retired)',\n '1.2.840.10008.1.2.4.56': 'JPEG Full Progression, Non-Hierarchical (Process 11 & 13) (Retired)',\n '1.2.840.10008.1.2.4.57': 'JPEG Lossless, Non-Hierarchical (Process 14)',\n '1.2.840.10008.1.2.4.58': 'JPEG Lossless, Non-Hierarchical (Process 15) (Retired)',\n '1.2.840.10008.1.2.4.59': 'JPEG Extended, Hierarchical (Process 16 & 18) (Retired)',\n '1.2.840.10008.1.2.4.60': 'JPEG Extended, Hierarchical (Process 17 & 19) (Retired)',\n '1.2.840.10008.1.2.4.61': 'JPEG Spectral Selection, Hierarchical (Process 20 & 22) (Retired)',\n '1.2.840.10008.1.2.4.62': 'JPEG Spectral Selection, Hierarchical (Process 21 & 23) (Retired)',\n '1.2.840.10008.1.2.4.63': 'JPEG Full Progression, Hierarchical (Process 24 & 26) (Retired)',\n '1.2.840.10008.1.2.4.64': 'JPEG Full Progression, Hierarchical (Process 25 & 27) (Retired)',\n '1.2.840.10008.1.2.4.65': 'JPEG Lossless, Hierarchical (Process 28) (Retired)',\n '1.2.840.10008.1.2.4.66': 'JPEG Lossless, Hierarchical (Process 29) (Retired)',\n '1.2.840.10008.1.2.4.70': 'JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])',\n '1.2.840.10008.1.2.4.80': 'JPEG-LS Lossless Image Compression',\n '1.2.840.10008.1.2.4.81': 'JPEG-LS Lossy (Near-Lossless) Image Compression',\n '1.2.840.10008.1.2.4.90': 'JPEG 2000 Image Compression (Lossless Only)',\n '1.2.840.10008.1.2.4.91': 'JPEG 2000 Image Compression',\n '1.2.840.10008.1.2.4.92': 'JPEG 2000 Part 2 Multi-component Image Compression (Lossless Only)',\n '1.2.840.10008.1.2.4.93': 'JPEG 2000 Part 2 Multi-component Image Compression',\n '1.2.840.10008.1.2.4.94': 'JPIP Referenced',\n '1.2.840.10008.1.2.4.95': 'JPIP Referenced Deflate',\n '1.2.840.10008.1.2.4.100': 'MPEG2 Main Profile / Main Level',\n '1.2.840.10008.1.2.4.101': 'MPEG2 Main Profile / High Level',\n '1.2.840.10008.1.2.4.102': 'MPEG-4 AVC/H.264 High Profile / Level 4.1',\n '1.2.840.10008.1.2.4.103': 'MPEG-4 AVC/H.264 BD-compatible High Profile / Level 4.1',\n '1.2.840.10008.1.2.4.104': 'MPEG-4 AVC/H.264 High Profile / Level 4.2 For 2D Video',\n '1.2.840.10008.1.2.4.105': 'MPEG-4 AVC/H.264 High Profile / Level 4.2 For 3D Video',\n '1.2.840.10008.1.2.4.106': 'MPEG-4 AVC/H.264 Stereo High Profile / Level 4.2',\n '1.2.840.10008.1.2.4.107': 'HEVC/H.265 Main Profile / Level 5.1',\n '1.2.840.10008.1.2.4.108': 'HEVC/H.265 Main 10 Profile / Level 5.1',\n '1.2.840.10008.1.2.5': 'RLE Lossless',\n '1.2.840.10008.1.2.6.1': 'RFC 2557 MIME encapsulation (Retired)',\n '1.2.840.10008.1.2.6.2': 'XML Encoding (Retired)',\n '1.2.840.10008.1.2.7.1': 'SMPTE ST 2110-20 Uncompressed Progressive Active Video',\n '1.2.840.10008.1.2.7.2': 'SMPTE ST 2110-20 Uncompressed Interlaced Active Video',\n '1.2.840.10008.1.2.7.3': 'SMPTE ST 2110-30 PCM Digital Audio',\n '1.2.840.10008.1.20': 'Papyrus 3 Implicit VR Little Endian (Retired)'\n};\n\n/**\n * Transfer syntaxes indexed by keyword.\n *\n * @type {Object}\n */\nexport const transferSyntaxKeywords = {\n ImplicitVRLittleEndian: '1.2.840.10008.1.2',\n ExplicitVRLittleEndian: '1.2.840.10008.1.2.1',\n EncapsulatedUncompressedExplicitVRLittleEndian: '1.2.840.10008.1.2.1.98',\n DeflatedExplicitVRLittleEndian: '1.2.840.10008.1.2.1.99',\n ExplicitVRBigEndian: '1.2.840.10008.1.2.2',\n JPEGBaseline8Bit: '1.2.840.10008.1.2.4.50',\n JPEGExtended12Bit: '1.2.840.10008.1.2.4.51',\n JPEGExtended35: '1.2.840.10008.1.2.4.52',\n JPEGSpectralSelectionNonHierarchical68: '1.2.840.10008.1.2.4.53',\n JPEGSpectralSelectionNonHierarchical79: '1.2.840.10008.1.2.4.54',\n JPEGFullProgressionNonHierarchical1012: '1.2.840.10008.1.2.4.55',\n JPEGFullProgressionNonHierarchical1113: '1.2.840.10008.1.2.4.56',\n JPEGLossless: '1.2.840.10008.1.2.4.57',\n JPEGLosslessNonHierarchical15: '1.2.840.10008.1.2.4.58',\n JPEGExtendedHierarchical1618: '1.2.840.10008.1.2.4.59',\n JPEGExtendedHierarchical1719: '1.2.840.10008.1.2.4.60',\n JPEGSpectralSelectionHierarchical2022: '1.2.840.10008.1.2.4.61',\n JPEGSpectralSelectionHierarchical2123: '1.2.840.10008.1.2.4.62',\n JPEGFullProgressionHierarchical2426: '1.2.840.10008.1.2.4.63',\n JPEGFullProgressionHierarchical2527: '1.2.840.10008.1.2.4.64',\n JPEGLosslessHierarchical28: '1.2.840.10008.1.2.4.65',\n JPEGLosslessHierarchical29: '1.2.840.10008.1.2.4.66',\n JPEGLosslessSV1: '1.2.840.10008.1.2.4.70',\n JPEGLSLossless: '1.2.840.10008.1.2.4.80',\n JPEGLSNearLossless: '1.2.840.10008.1.2.4.81',\n JPEG2000Lossless: '1.2.840.10008.1.2.4.90',\n JPEG2000: '1.2.840.10008.1.2.4.91',\n JPEG2000MCLossless: '1.2.840.10008.1.2.4.92',\n JPEG2000MC: '1.2.840.10008.1.2.4.93',\n JPIPReferenced: '1.2.840.10008.1.2.4.94',\n JPIPReferencedDeflate: '1.2.840.10008.1.2.4.95',\n MPEG2MPML: '1.2.840.10008.1.2.4.100',\n MPEG2MPHL: '1.2.840.10008.1.2.4.101',\n MPEG4HP41: '1.2.840.10008.1.2.4.102',\n MPEG4HP41BD: '1.2.840.10008.1.2.4.103',\n MPEG4HP422D: '1.2.840.10008.1.2.4.104',\n MPEG4HP423D: '1.2.840.10008.1.2.4.105',\n MPEG4HP42STEREO: '1.2.840.10008.1.2.4.106',\n HEVCMP51: '1.2.840.10008.1.2.4.107',\n HEVCM10P51: '1.2.840.10008.1.2.4.108',\n RLELossless: '1.2.840.10008.1.2.5',\n RFC2557MIMEEncapsulation: '1.2.840.10008.1.2.6.1',\n XMLEncoding: '1.2.840.10008.1.2.6.2',\n SMPTEST211020UncompressedProgressiveActiveVideo: '1.2.840.10008.1.2.7.1',\n SMPTEST211020UncompressedInterlacedActiveVideo: '1.2.840.10008.1.2.7.2',\n SMPTEST211030PCMDigitalAudio: '1.2.840.10008.1.2.7.3',\n Papyrus3ImplicitVRLittleEndian: '1.2.840.10008.1.20'\n};\n","import {\n dictionary,\n tagGroups\n} from './dictionary';\n\n/**\n * Immutable tag.\n */\nexport class Tag {\n\n /**\n * The tag group.\n *\n * @type {string}\n */\n #group;\n\n /**\n * The tag element.\n *\n * @type {string}\n */\n #element;\n\n /**\n * @param {string} group The tag group as '####'.\n * @param {string} element The tag element as '####'.\n */\n constructor(group, element) {\n if (!group || typeof group === 'undefined') {\n throw new Error('Cannot create tag with no group.');\n }\n if (group.length !== 4) {\n throw new Error('Cannot create tag with badly sized group: ' + group);\n }\n if (!element || typeof element === 'undefined') {\n throw new Error('Cannot create tag with no element.');\n }\n if (element.length !== 4) {\n throw new Error('Cannot create tag with badly sized element: ' + element);\n }\n this.#group = group;\n this.#element = element;\n }\n\n /**\n * Get the tag group.\n *\n * @returns {string} The tag group.\n */\n getGroup() {\n return this.#group;\n }\n\n /**\n * Get the tag element.\n *\n * @returns {string} The tag element.\n */\n getElement() {\n return this.#element;\n }\n\n /**\n * Get as string representation of the tag: 'key: name'.\n *\n * @returns {string} A string representing the tag.\n */\n toString() {\n return this.getKey() + ': ' + this.getNameFromDictionary();\n }\n\n /**\n * Check for Tag equality.\n *\n * @param {Tag} rhs The other tag to compare to.\n * @returns {boolean} True if both tags are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n typeof rhs !== 'undefined' &&\n this.#group === rhs.getGroup() &&\n this.#element === rhs.getElement();\n }\n\n /**\n * Get the group-element key used to store DICOM elements.\n *\n * @returns {string} The key as '########'.\n */\n getKey() {\n return this.#group + this.#element;\n }\n\n /**\n * Get the group name as defined in TagGroups.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return tagGroups[this.#group];\n }\n\n /**\n * Does this tag have a VR.\n * Basically not the Item, ItemDelimitationItem nor\n * SequenceDelimitationItem tags.\n *\n * @returns {boolean} True if this tag has a VR.\n */\n isWithVR() {\n return !(this.#group === 'FFFE' &&\n (this.#element === 'E000' ||\n this.#element === 'E00D' ||\n this.#element === 'E0DD')\n );\n }\n\n /**\n * Is the tag group a private tag group ?\n *\n * See: {@link http://dicom.nema.org/medical/dicom/2022a/output/html/part05.html#sect_7.8}.\n *\n * @returns {boolean} True if the tag group is private,\n * ie if its group is an odd number.\n */\n isPrivate() {\n return parseInt(this.#group, 16) % 2 === 1;\n }\n\n /**\n * Get the tag info from the dicom dictionary.\n *\n * @returns {string[]|undefined} The info as [vr, multiplicity, name].\n */\n #getInfoFromDictionary() {\n let info;\n if (typeof dictionary[this.#group] !== 'undefined' &&\n typeof dictionary[this.#group][this.#element] !==\n 'undefined') {\n info = dictionary[this.#group][this.#element];\n }\n return info;\n }\n\n /**\n * Get the tag Value Representation (VR) from the dicom dictionary.\n *\n * @returns {string|undefined} The VR.\n */\n getVrFromDictionary() {\n let vr;\n const info = this.#getInfoFromDictionary();\n if (typeof info !== 'undefined') {\n vr = info[0];\n }\n return vr;\n }\n\n /**\n * Get the tag name from the dicom dictionary.\n *\n * @returns {string|undefined} The VR.\n */\n getNameFromDictionary() {\n let name;\n const info = this.#getInfoFromDictionary();\n if (typeof info !== 'undefined') {\n name = info[2];\n }\n return name;\n }\n\n} // Tag class\n\n/**\n * Tag compare function.\n *\n * @param {Tag} a The first tag.\n * @param {Tag} b The second tag.\n * @returns {number} The result of the tag comparison,\n * positive for b before a, negative for a before b and\n * zero to keep same order.\n */\nexport function tagCompareFunction(a, b) {\n // first by group\n let res = parseInt(a.getGroup(), 16) - parseInt(b.getGroup(), 16);\n if (res === 0) {\n // by element if same group\n res = parseInt(a.getElement(), 16) - parseInt(b.getElement(), 16);\n }\n return res;\n}\n\n/**\n * Split a group-element key used to store DICOM elements.\n *\n * @param {string} key The key in form \"00280102\" as generated by tag::getKey.\n * @returns {Tag} The DICOM tag.\n */\nexport function getTagFromKey(key) {\n if (!key || typeof key === 'undefined') {\n throw new Error('Cannot create tag with no key.');\n }\n if (key.length !== 8) {\n throw new Error('Cannot create tag with badly sized key: ' + key);\n }\n return new Tag(key.substring(0, 4), key.substring(4, 8));\n}\n\n/**\n * Get the TransferSyntaxUID Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getTransferSyntaxUIDTag() {\n return new Tag('0002', '0010');\n}\n\n/**\n * Get the FileMetaInformationGroupLength Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getFileMetaInformationGroupLengthTag() {\n return new Tag('0002', '0000');\n}\n\n/**\n * Is the input tag the FileMetaInformationGroupLength Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isFileMetaInformationGroupLengthTag(tag) {\n return tag.equals(getFileMetaInformationGroupLengthTag());\n}\n\n/**\n * Get the Item Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getItemTag() {\n return new Tag('FFFE', 'E000');\n}\n\n/**\n * Is the input tag the Item Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isItemTag(tag) {\n // faster than tag.equals(getItemTag());\n return tag.getKey() === 'FFFEE000';\n}\n\n/**\n * Get the ItemDelimitationItem Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getItemDelimitationItemTag() {\n return new Tag('FFFE', 'E00D');\n}\n\n/**\n * Is the input tag the ItemDelimitationItem Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isItemDelimitationItemTag(tag) {\n // faster than tag.equals(getItemDelimitationItemTag());\n return tag.getKey() === 'FFFEE00D';\n}\n\n/**\n * Get the SequenceDelimitationItem Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getSequenceDelimitationItemTag() {\n return new Tag('FFFE', 'E0DD');\n}\n\n/**\n * Is the input tag the SequenceDelimitationItem Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isSequenceDelimitationItemTag(tag) {\n // faster than tag.equals(getSequenceDelimitationItemTag());\n return tag.getKey() === 'FFFEE0DD';\n}\n\n/**\n * Get the PixelData Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getPixelDataTag() {\n return new Tag('7FE0', '0010');\n}\n\n/**\n * Is the input tag the PixelData Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isPixelDataTag(tag) {\n // faster than tag.equals(getPixelDataTag());\n return tag.getKey() === '7FE00010';\n}\n\n/**\n * Get a tag from the dictionary using a tag string name.\n *\n * @param {string} tagName The tag string name.\n * @returns {Tag|undefined} The tag object or null if not found.\n */\nexport function getTagFromDictionary(tagName) {\n if (typeof tagName === 'undefined' || tagName === null) {\n return null;\n }\n let group = null;\n let element = null;\n const dict = dictionary;\n const keys0 = Object.keys(dict);\n let keys1 = null;\n let foundTag = false;\n // search through dictionary\n for (let k0 = 0, lenK0 = keys0.length; k0 < lenK0; ++k0) {\n group = keys0[k0];\n keys1 = Object.keys(dict[group]);\n for (let k1 = 0, lenK1 = keys1.length; k1 < lenK1; ++k1) {\n element = keys1[k1];\n if (dict[group][element][2] === tagName) {\n foundTag = true;\n break;\n }\n }\n if (foundTag) {\n break;\n }\n }\n let tag;\n if (foundTag) {\n tag = new Tag(group, element);\n }\n return tag;\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Tag} from './dicomTag';\n/* eslint-enable no-unused-vars */\n\n/**\n * DICOM data element.\n */\nexport class DataElement {\n /**\n * The element Value Representation.\n *\n * @type {string}\n */\n vr;\n /**\n * The element value.\n *\n * @type {Array}\n */\n value;\n\n // [start] internal values\n // only present during parsing or writing otherwise not set\n\n /**\n * The element dicom tag.\n *\n * @type {Tag}\n */\n tag;\n\n /**\n * The element Value Length.\n *\n * @type {number}\n */\n vl;\n\n /**\n * Flag to know if defined or undefined sequence length.\n *\n * @type {boolean}\n */\n undefinedLength;\n\n /**\n * The element start offset.\n *\n * @type {number}\n */\n startOffset;\n\n /**\n * The element end offset.\n *\n * @type {number}\n */\n endOffset;\n\n /**\n * The sequence items.\n *\n * @type {Array}\n */\n items;\n\n // [end] internal values\n\n /**\n * @param {string} vr The element VR (Value Representation).\n */\n constructor(vr) {\n this.vr = vr;\n }\n}","/**\n * Is the Native endianness Little Endian.\n *\n * @returns {boolean} True if little endian.\n */\nexport function isNativeLittleEndian() {\n return new Int8Array(new Int16Array([1]).buffer)[0] > 0;\n}\n\n/**\n * Flip an array's endianness.\n * Inspired from [DataStream.js]{@link https://github.com/kig/DataStream.js}.\n *\n * @param {object} array The array to flip (modified).\n */\nfunction flipArrayEndianness(array) {\n const blen = array.byteLength;\n const u8 = new Uint8Array(array.buffer, array.byteOffset, blen);\n const bpe = array.BYTES_PER_ELEMENT;\n let tmp;\n for (let i = 0; i < blen; i += bpe) {\n for (let j = i + bpe - 1, k = i; j > k; j--, k++) {\n tmp = u8[k];\n u8[k] = u8[j];\n u8[j] = tmp;\n }\n }\n}\n\n/**\n * Data reader.\n */\nexport class DataReader {\n\n /**\n * The input buffer.\n *\n * @type {ArrayBuffer}\n */\n #buffer;\n\n /**\n * Is the endianness Little Endian.\n *\n * @type {boolean}\n */\n #isLittleEndian = true;\n\n /**\n * Is the Native endianness Little Endian.\n *\n * @type {boolean}\n */\n #isNativeLittleEndian = isNativeLittleEndian();\n\n /**\n * Flag to know if the TypedArray data needs flipping.\n *\n * @type {boolean}\n */\n #needFlip;\n\n /**\n * The main data view.\n *\n * @type {DataView}\n */\n #view;\n\n /**\n * @param {ArrayBuffer} buffer The input array buffer.\n * @param {boolean} [isLittleEndian] Flag to tell if the data is little\n * or big endian (default: true).\n */\n constructor(buffer, isLittleEndian) {\n this.#buffer = buffer;\n // Set endian flag if not defined.\n if (typeof isLittleEndian !== 'undefined') {\n this.#isLittleEndian = isLittleEndian;\n }\n this.#needFlip = (this.#isLittleEndian !== this.#isNativeLittleEndian);\n this.#view = new DataView(buffer);\n }\n\n /**\n * Read Uint16 (2 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readUint16(byteOffset) {\n return this.#view.getUint16(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Int16 (2 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readInt16(byteOffset) {\n return this.#view.getInt16(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Uint32 (4 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readUint32(byteOffset) {\n return this.#view.getUint32(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read BigUint64 (8 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {bigint} The read data.\n */\n readBigUint64(byteOffset) {\n return this.#view.getBigUint64(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Int32 (4 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readInt32(byteOffset) {\n return this.#view.getInt32(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read BigInt64 (8 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {bigint} The read data.\n */\n readBigInt64(byteOffset) {\n return this.#view.getBigInt64(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Float32 (4 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readFloat32(byteOffset) {\n return this.#view.getFloat32(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Float64 (8 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readFloat64(byteOffset) {\n return this.#view.getFloat64(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read binary (0/1) array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Uint8Array} The read data.\n */\n readBinaryArray(byteOffset, size) {\n // input\n const bitArray = new Uint8Array(this.#buffer, byteOffset, size);\n // result\n const byteArrayLength = 8 * bitArray.length;\n const data = new Uint8Array(byteArrayLength);\n let bitNumber = 0;\n let bitIndex = 0;\n for (let i = 0; i < byteArrayLength; ++i) {\n bitNumber = i % 8;\n bitIndex = Math.floor(i / 8);\n // see https://stackoverflow.com/questions/4854207/get-a-specific-bit-from-byte/4854257\n // @ts-ignore\n data[i] = 255 * ((bitArray[bitIndex] & (1 << bitNumber)) !== 0);\n }\n return data;\n }\n\n /**\n * Read Uint8 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Uint8Array} The read data.\n */\n readUint8Array(byteOffset, size) {\n return new Uint8Array(this.#buffer, byteOffset, size);\n }\n\n /**\n * Read Int8 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Int8Array} The read data.\n */\n readInt8Array(byteOffset, size) {\n return new Int8Array(this.#buffer, byteOffset, size);\n }\n\n /**\n * Read Uint16 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Uint16Array} The read data.\n */\n readUint16Array(byteOffset, size) {\n const bpe = Uint16Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Uint16Array.BYTES_PER_ELEMENT (=2)\n if (byteOffset % bpe === 0) {\n data = new Uint16Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Uint16Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readUint16(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Int16 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Int16Array} The read data.\n */\n readInt16Array(byteOffset, size) {\n const bpe = Int16Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Int16Array.BYTES_PER_ELEMENT (=2)\n if (byteOffset % bpe === 0) {\n data = new Int16Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Int16Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readInt16(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Uint32 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Uint32Array} The read data.\n */\n readUint32Array(byteOffset, size) {\n const bpe = Uint32Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Uint32Array.BYTES_PER_ELEMENT (=4)\n if (byteOffset % bpe === 0) {\n data = new Uint32Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Uint32Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readUint32(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Uint64 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {BigUint64Array} The read data.\n */\n readUint64Array(byteOffset, size) {\n const bpe = BigUint64Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of BigUint64Array.BYTES_PER_ELEMENT (=8)\n if (byteOffset % bpe === 0) {\n data = new BigUint64Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new BigUint64Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readBigUint64(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Int32 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Int32Array} The read data.\n */\n readInt32Array(byteOffset, size) {\n const bpe = Int32Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Int32Array.BYTES_PER_ELEMENT (=4)\n if (byteOffset % bpe === 0) {\n data = new Int32Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Int32Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readInt32(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Int64 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {BigInt64Array} The read data.\n */\n readInt64Array(byteOffset, size) {\n const bpe = BigInt64Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of BigInt64Array.BYTES_PER_ELEMENT (=8)\n if (byteOffset % bpe === 0) {\n data = new BigInt64Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new BigInt64Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readBigInt64(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Float32 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Float32Array} The read data.\n */\n readFloat32Array(byteOffset, size) {\n const bpe = Float32Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Float32Array.BYTES_PER_ELEMENT (=4)\n if (byteOffset % bpe === 0) {\n data = new Float32Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Float32Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readFloat32(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Float64 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Float64Array} The read data.\n */\n readFloat64Array(byteOffset, size) {\n const bpe = Float64Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Float64Array.BYTES_PER_ELEMENT (=8)\n if (byteOffset % bpe === 0) {\n data = new Float64Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Float64Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readFloat64(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read data as an hexadecimal string of length 4 (no '0x' prefix).\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {string} The read data ('####').\n */\n readHex(byteOffset) {\n // read and convert to hex string\n const str = this.readUint16(byteOffset).toString(16);\n // return padded\n return '0000'.substring(0, 4 - str.length) + str.toUpperCase();\n }\n\n} // class DataReader\n","import {Vector3D} from './vector';\nimport {\n Matrix33,\n getIdentityMat33\n} from './matrix';\n\n/**\n * Create a 3x3 coronal (xzy) matrix.\n *\n * @returns {Matrix33} The coronal matrix.\n */\nexport function getCoronalMat33() {\n /* eslint-disable @stylistic/js/array-element-newline */\n return new Matrix33([\n 1, 0, 0,\n 0, 0, 1,\n 0, -1, 0\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n}\n\n/**\n * Create a 3x3 sagittal (yzx) matrix.\n *\n * @returns {Matrix33} The sagittal matrix.\n */\nexport function getSagittalMat33() {\n /* eslint-disable @stylistic/js/array-element-newline */\n return new Matrix33([\n 0, 0, -1,\n 1, 0, 0,\n 0, -1, 0\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n}\n\n/**\n * Default anatomical plane orientations.\n */\nexport const Orientation = {\n /**\n * Axial, also known as transverse.\n */\n Axial: 'axial',\n /**\n * Coronal, also known as frontal.\n */\n Coronal: 'coronal',\n /**\n * Sagittal, also known as anteroposterior.\n */\n Sagittal: 'sagittal'\n};\n\n/**\n * Get an orientation matrix from a name.\n *\n * @param {string} name The orientation name.\n * @returns {Matrix33|undefined} The orientation matrix.\n */\nexport function getMatrixFromName(name) {\n let matrix;\n if (name === Orientation.Axial) {\n matrix = getIdentityMat33();\n } else if (name === Orientation.Coronal) {\n matrix = getCoronalMat33();\n } else if (name === Orientation.Sagittal) {\n matrix = getSagittalMat33();\n }\n return matrix;\n}\n\n/**\n * Get the orientation code of an orientation matrix. Each letter defines\n * the towards direction. Letters are: R (right), L (left),\n * A (anterior), P (posterior), I (inferior) and S (superior).\n *\n * @param {Matrix33} matrix The orientation matrix.\n * @returns {string} The orientation code.\n */\nexport function getOrientationStringLPS(matrix) {\n const v0 = new Vector3D(\n matrix.get(0, 0),\n matrix.get(1, 0),\n matrix.get(2, 0)\n );\n const v1 = new Vector3D(\n matrix.get(0, 1),\n matrix.get(1, 1),\n matrix.get(2, 1)\n );\n const v2 = new Vector3D(\n matrix.get(0, 2),\n matrix.get(1, 2),\n matrix.get(2, 2)\n );\n return getVectorStringLPS(v0) +\n getVectorStringLPS(v1) +\n getVectorStringLPS(v2);\n}\n\n/**\n * Get the orientation code of an orientation vector.\n * Credits: David Clunie, {@link https://www.dclunie.com/medical-image-faq/html/part2.html}.\n *\n * @param {Vector3D} vector The orientation vector.\n * @returns {string} The orientation code.\n */\nfunction getVectorStringLPS(vector) {\n let abs = new Vector3D(\n Math.abs(vector.getX()),\n Math.abs(vector.getY()),\n Math.abs(vector.getZ())\n );\n\n let orientation = '';\n const orientationX = vector.getX() < 0 ? 'R' : 'L';\n const orientationY = vector.getY() < 0 ? 'A' : 'P';\n // as defined in DICOM\n //const orientationZ = vector.getZ() < 0 ? 'F' : 'H';\n const orientationZ = vector.getZ() < 0 ? 'I' : 'S';\n\n const threshold = 0.0001;\n\n for (let i = 0; i < 3; i++) {\n if (abs.getX() > threshold &&\n abs.getX() > abs.getY() &&\n abs.getX() > abs.getZ()) {\n orientation += orientationX;\n abs = new Vector3D(0, abs.getY(), abs.getZ());\n } else if (abs.getY() > threshold &&\n abs.getY() > abs.getX() &&\n abs.getY() > abs.getZ()) {\n orientation += orientationY;\n abs = new Vector3D(abs.getX(), 0, abs.getZ());\n } else if (abs.getZ() > threshold &&\n abs.getZ() > abs.getX() &&\n abs.getZ() > abs.getY()) {\n orientation += orientationZ;\n abs = new Vector3D(abs.getX(), abs.getY(), 0);\n } else {\n break;\n }\n }\n\n return orientation;\n}\n\n/**\n * Get the LPS 'group' (axial, coronal or sagittal) from a LPS code.\n *\n * @param {string} code The LPS code string.\n * @returns {string|undefined} The group.\n */\nexport function getLPSGroup(code) {\n let orientStr;\n const axialCodes = ['LPS', 'LAI', 'RPI', 'RAS'];\n const coronalCodes = ['LSA', 'LIP', 'RSP', 'RIA'];\n const sagittalCodes = ['PSL', 'PIR', 'ASR', 'AIL'];\n if (axialCodes.includes(code)) {\n orientStr = Orientation.Axial;\n } else if (coronalCodes.includes(code)) {\n orientStr = Orientation.Coronal;\n } else if (sagittalCodes.includes(code)) {\n orientStr = Orientation.Sagittal;\n }\n return orientStr;\n}\n\n/**\n * Get the orientation matrix associated to the direction cosines.\n *\n * @param {number[]} cosines The direction cosines (6 values).\n * @returns {Matrix33|undefined} The orientation matrix.\n */\nexport function getOrientationFromCosines(cosines) {\n let orientationMatrix;\n if (typeof cosines !== 'undefined' && cosines.length === 6) {\n const rowCosines = new Vector3D(cosines[0], cosines[1], cosines[2]);\n const colCosines = new Vector3D(cosines[3], cosines[4], cosines[5]);\n const normal = rowCosines.crossProduct(colCosines);\n /* eslint-disable @stylistic/js/array-element-newline */\n orientationMatrix = new Matrix33([\n rowCosines.getX(), colCosines.getX(), normal.getX(),\n rowCosines.getY(), colCosines.getY(), normal.getY(),\n rowCosines.getZ(), colCosines.getZ(), normal.getZ()\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n }\n return orientationMatrix;\n}\n\n/**\n * Get the direction cosines from an orientation matrix.\n *\n * @param {Matrix33} matrix The input matrix.\n * @returns {number[]} The direction cosines (6 values).\n */\nexport function getCosinesFromOrientation(matrix) {\n return [\n matrix.get(0, 0),\n matrix.get(1, 0),\n matrix.get(2, 0),\n matrix.get(0, 1),\n matrix.get(1, 1),\n matrix.get(2, 1)\n ];\n}\n","import {\n Tag,\n getTransferSyntaxUIDTag,\n isSequenceDelimitationItemTag,\n isItemDelimitationItemTag,\n isPixelDataTag\n} from './dicomTag';\nimport {\n is32bitVLVR,\n isCharSetStringVR,\n transferSyntaxes,\n transferSyntaxKeywords,\n vrTypes,\n} from './dictionary';\nimport {DataElement} from './dataElement';\nimport {DataReader} from './dataReader';\nimport {logger} from '../utils/logger';\nimport {\n getOrientationFromCosines,\n getOrientationStringLPS,\n getLPSGroup\n} from '../math/orientation';\n\n/**\n * List of DICOM data elements indexed via a 8 character string formed from\n * the group and element numbers.\n *\n * @typedef {Object} DataElements\n */\n\n/**\n * Get the version of the library.\n *\n * @returns {string} The version of the library.\n */\nexport function getDwvVersion() {\n return '0.34.0-beta.18';\n}\n\n/**\n * Check that an input buffer includes the DICOM prefix 'DICM'\n * after the 128 bytes preamble.\n *\n * Ref: [DICOM File Meta]{@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part10/chapter_7.html#sect_7.1}.\n *\n * @param {ArrayBuffer} buffer The buffer to check.\n * @returns {boolean} True if the buffer includes the prefix.\n */\nexport function hasDicomPrefix(buffer) {\n // check size: typed array constructor will throw RangeError if\n // byteOffset + length * TypedArray.BYTES_PER_ELEMENT > buffer.byteLength\n if (buffer.byteLength < 132) {\n return false;\n }\n const prefixArray = new Uint8Array(buffer, 128, 4);\n const stringReducer = function (previous, current) {\n return previous += String.fromCharCode(current);\n };\n return prefixArray.reduce(stringReducer, '') === 'DICM';\n}\n\n// Zero-width space (u200B)\n// @ts-ignore\nconst ZWS = String.fromCharCode('u200B');\n\n/**\n * Clean string: remove zero-width space ending and trim.\n * Warning: no tests are done on the input, will fail if\n * null or undefined or not string.\n * Exported for tests only.\n *\n * @param {string} inputStr The string to clean.\n * @returns {string} The cleaned string.\n */\nexport function cleanString(inputStr) {\n let res = inputStr;\n // get rid of ending zero-width space\n const lastIndex = inputStr.length - 1;\n if (inputStr[lastIndex] === ZWS) {\n res = inputStr.substring(0, lastIndex);\n }\n // trim spaces\n res = res.trim();\n // return\n return res;\n}\n\n/**\n * Get the utfLabel (used by the TextDecoder) from a character set term.\n *\n * References:\n * - DICOM [Value Encoding]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_6.html},\n * - DICOM [Specific Character Set]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.12.html#sect_C.12.1.1.2},\n * - [TextDecoder#Parameters]{@link https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder/TextDecoder#Parameters}.\n *\n * @param {string} charSetTerm The DICOM character set.\n * @returns {string} The corresponding UTF label.\n */\nfunction getUtfLabel(charSetTerm) {\n let label = 'utf-8';\n if (charSetTerm === 'ISO_IR 100') {\n label = 'iso-8859-1';\n } else if (charSetTerm === 'ISO_IR 101') {\n label = 'iso-8859-2';\n } else if (charSetTerm === 'ISO_IR 109') {\n label = 'iso-8859-3';\n } else if (charSetTerm === 'ISO_IR 110') {\n label = 'iso-8859-4';\n } else if (charSetTerm === 'ISO_IR 144') {\n label = 'iso-8859-5';\n } else if (charSetTerm === 'ISO_IR 127') {\n label = 'iso-8859-6';\n } else if (charSetTerm === 'ISO_IR 126') {\n label = 'iso-8859-7';\n } else if (charSetTerm === 'ISO_IR 138') {\n label = 'iso-8859-8';\n } else if (charSetTerm === 'ISO_IR 148') {\n label = 'iso-8859-9';\n } else if (charSetTerm === 'ISO_IR 13') {\n label = 'shift-jis';\n } else if (charSetTerm === 'ISO_IR 166') {\n label = 'iso-8859-11';\n } else if (charSetTerm === 'ISO 2022 IR 87') {\n label = 'iso-2022-jp';\n } else if (charSetTerm === 'ISO 2022 IR 149') {\n // not supported by TextDecoder when it says it should...\n //label = \"iso-2022-kr\";\n } else if (charSetTerm === 'ISO 2022 IR 58') {\n // not supported by TextDecoder...\n //label = \"iso-2022-cn\";\n } else if (charSetTerm === 'ISO_IR 192') {\n label = 'utf-8';\n } else if (charSetTerm === 'GB18030') {\n label = 'gb18030';\n } else if (charSetTerm === 'GB2312') {\n label = 'gb2312';\n } else if (charSetTerm === 'GBK') {\n label = 'chinese';\n }\n return label;\n}\n\n/**\n * Default text decoder.\n */\nclass DefaultTextDecoder {\n /**\n * Decode an input string buffer.\n *\n * @param {Uint8Array} buffer The buffer to decode.\n * @returns {string} The decoded string.\n */\n decode(buffer) {\n let result = '';\n for (let i = 0, leni = buffer.length; i < leni; ++i) {\n result += String.fromCharCode(buffer[i]);\n }\n return result;\n }\n}\n\n/**\n * Get patient orientation label in the reverse direction.\n *\n * @param {string} ori Patient Orientation value.\n * @returns {string} Reverse Orientation Label.\n */\nexport function getReverseOrientation(ori) {\n if (!ori) {\n return null;\n }\n // reverse labels\n const rlabels = {\n L: 'R',\n R: 'L',\n A: 'P',\n P: 'A',\n H: 'F',\n F: 'H'\n };\n\n let rori = '';\n for (let n = 0; n < ori.length; n++) {\n const o = ori.substring(n, n + 1);\n const r = rlabels[o];\n if (r) {\n rori += r;\n }\n }\n // return\n return rori;\n}\n\n/**\n * Get the name of an image orientation patient.\n *\n * @param {number[]} orientation The image orientation patient.\n * @returns {string|undefined} The orientation\n * name: axial, coronal or sagittal.\n */\nexport function getOrientationName(orientation) {\n let name;\n const orientMatrix = getOrientationFromCosines(orientation);\n if (typeof orientMatrix !== 'undefined') {\n const lpsStr = getOrientationStringLPS(orientMatrix.asOneAndZeros());\n name = getLPSGroup(lpsStr);\n }\n return name;\n}\n\n/**\n * Tell if a given syntax is an implicit one (element with no VR).\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if an implicit syntax.\n */\nexport function isImplicitTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.ImplicitVRLittleEndian;\n}\n\n/**\n * Tell if a given syntax is a big endian syntax.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a big endian syntax.\n */\nexport function isBigEndianTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.ExplicitVRBigEndian;\n}\n\n/**\n * Tell if a given syntax is a JPEG baseline one.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a jpeg baseline syntax.\n */\nexport function isJpegBaselineTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.JPEGBaseline8Bit ||\n syntax === transferSyntaxKeywords.JPEGExtended12Bit;\n}\n\n/**\n * Tell if a given syntax is a JPEG Lossless one.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a jpeg lossless syntax.\n */\nexport function isJpegLosslessTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.JPEGLossless ||\n syntax === transferSyntaxKeywords.JPEGLosslessSV1;\n}\n\n/**\n * Tell if a given syntax is a JPEG 2000 one.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a jpeg 2000 syntax.\n */\nexport function isJpeg2000TransferSyntax(syntax) {\n return syntax.match(/1.2.840.10008.1.2.4.9/) !== null;\n}\n\n/**\n * Tell if a given syntax is a RLE (Run-length encoding) one.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a RLE syntax.\n */\nfunction isRleTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.RLELossless;\n}\n\n/**\n * Tell if a given syntax needs decompression.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {string|undefined} The name of the decompression algorithm.\n */\nexport function getSyntaxDecompressionName(syntax) {\n let algo;\n if (isJpeg2000TransferSyntax(syntax)) {\n algo = 'jpeg2000';\n } else if (isJpegBaselineTransferSyntax(syntax)) {\n algo = 'jpeg-baseline';\n } else if (isJpegLosslessTransferSyntax(syntax)) {\n algo = 'jpeg-lossless';\n } else if (isRleTransferSyntax(syntax)) {\n algo = 'rle';\n }\n return algo;\n}\n\n/**\n * Tell if a given syntax is supported for reading.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a supported syntax.\n */\nfunction isReadSupportedTransferSyntax(syntax) {\n return (syntax === transferSyntaxKeywords.ImplicitVRLittleEndian ||\n syntax === transferSyntaxKeywords.ExplicitVRLittleEndian ||\n syntax === transferSyntaxKeywords.ExplicitVRBigEndian ||\n isJpegBaselineTransferSyntax(syntax) ||\n isJpegLosslessTransferSyntax(syntax) ||\n isJpeg2000TransferSyntax(syntax) ||\n isRleTransferSyntax(syntax));\n}\n\n/**\n * Get a transfer syntax name from its UID.\n *\n * @param {string} syntax The transfer syntax UID value.\n * @returns {string} The transfer syntax name.\n */\nexport function getTransferSyntaxName(syntax) {\n let name = 'Unknown';\n if (typeof transferSyntaxes[syntax] !== 'undefined') {\n name = transferSyntaxes[syntax];\n }\n return name;\n}\n\n/**\n * Guess the transfer syntax from the first data element.\n *\n * See {@link https://github.com/ivmartel/dwv/issues/188}\n * (Allow to load DICOM with no DICM preamble) for more details.\n *\n * @param {DataElement} firstDataElement The first data element\n * of the DICOM header.\n * @returns {DataElement} The transfer syntax data element.\n */\nfunction guessTransferSyntax(firstDataElement) {\n const oEightGroupBigEndian = '0800';\n const oEightGroupLittleEndian = '0008';\n // check that group is 0008\n const group = firstDataElement.tag.getGroup();\n if (group !== oEightGroupBigEndian &&\n group !== oEightGroupLittleEndian) {\n throw new Error(\n 'Not a valid DICOM file (no magic DICM word found' +\n ' and first element not in 0008 group)'\n );\n }\n // reasonable assumption: 2 uppercase characters => explicit vr\n const vr = firstDataElement.vr;\n const vr0 = vr.charCodeAt(0);\n const vr1 = vr.charCodeAt(1);\n const implicit = (vr0 >= 65 && vr0 <= 90 && vr1 >= 65 && vr1 <= 90)\n ? false : true;\n // guess transfer syntax\n let syntax = null;\n if (group === oEightGroupLittleEndian) {\n if (implicit) {\n syntax = transferSyntaxKeywords.ImplicitVRLittleEndian;\n } else {\n syntax = transferSyntaxKeywords.ExplicitVRLittleEndian;\n }\n } else {\n if (implicit) {\n // ImplicitVRBigEndian: impossible\n throw new Error(\n 'Not a valid DICOM file (no magic DICM word found' +\n 'and implicit VR big endian detected)'\n );\n } else {\n syntax = transferSyntaxKeywords.ExplicitVRBigEndian;\n }\n }\n // set transfer syntax data element\n const dataElement = new DataElement('UI');\n dataElement.tag = getTransferSyntaxUIDTag();\n dataElement.value = [syntax];\n dataElement.vl = dataElement.value[0].length;\n dataElement.startOffset = firstDataElement.startOffset;\n dataElement.endOffset = dataElement.startOffset + dataElement.vl;\n\n return dataElement;\n}\n\n/**\n * Get the appropriate TypedArray in function of arguments.\n *\n * @param {number} bitsAllocated The number of bites used to store\n * the data: [8, 16, 32].\n * @param {number} pixelRepresentation The pixel representation,\n * 0:unsigned;1:signed.\n * @param {number} size The size of the new array.\n * @returns {Uint8Array|Int8Array|Uint16Array|Int16Array|Uint32Array|Int32Array}\n * The good typed array.\n */\nexport function getTypedArray(bitsAllocated, pixelRepresentation, size) {\n let res = null;\n try {\n if (bitsAllocated === 1 || bitsAllocated === 8) {\n if (pixelRepresentation === 0) {\n res = new Uint8Array(size);\n } else {\n res = new Int8Array(size);\n }\n } else if (bitsAllocated === 16) {\n if (pixelRepresentation === 0) {\n res = new Uint16Array(size);\n } else {\n res = new Int16Array(size);\n }\n } else if (bitsAllocated === 32) {\n if (pixelRepresentation === 0) {\n res = new Uint32Array(size);\n } else {\n res = new Int32Array(size);\n }\n }\n } catch (error) {\n if (error instanceof RangeError) {\n const powerOf2 = Math.floor(Math.log(size) / Math.log(2));\n logger.error('Cannot allocate array of size: ' +\n size + ' (>2^' + powerOf2 + ').');\n }\n }\n return res;\n}\n\n/**\n * Get the number of bytes occupied by a data element prefix,\n * (without its value).\n *\n * WARNING: this is valid for tags with a VR, if not sure use\n * the 'isTagWithVR' function first.\n *\n * Reference:\n * - [Data Element explicit]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_7.html#table_7.1-1},\n * - [Data Element implicit]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_7.5.2.html#table_7.5-1}.\n *\n * ```\n * | Tag | VR | VL | Value |\n * | 4 | 2 | 2 | X | -> regular explicit: 8 + X\n * | 4 | 2+2 | 4 | X | -> 32bit VL: 12 + X\n *\n * | Tag | VL | Value |\n * | 4 | 4 | X | -> implicit (32bit VL): 8 + X\n *\n * | Tag | Len | Value |\n * | 4 | 4 | X | -> item: 8 + X\n * ```\n *\n * @param {string} vr The Value Representation of the element.\n * @param {boolean} isImplicit Does the data use implicit VR?\n * @returns {number} The size of the element prefix.\n */\nexport function getDataElementPrefixByteSize(vr, isImplicit) {\n return isImplicit ? 8 : is32bitVLVR(vr) ? 12 : 8;\n}\n\n/**\n * Is the input VR a known VR.\n *\n * @param {string} vr The vr to test.\n * @returns {boolean} True if known.\n */\nfunction isKnownVR(vr) {\n const extraVrTypes = ['NONE', 'ox', 'xx', 'xs'];\n const knownTypes = Object.keys(vrTypes).concat(extraVrTypes);\n return knownTypes.includes(vr);\n}\n\n/**\n * Small list of used tag keys.\n */\nconst TagKeys = {\n TransferSyntax: '00020010',\n SpecificCharacterSet: '00080005',\n NumberOfFrames: '00280008',\n BitsAllocated: '00280100',\n PixelRepresentation: '00280103',\n PixelData: '7FE00010'\n};\n\n/**\n * DicomParser class.\n *\n * @example\n * // XMLHttpRequest onload callback\n * const onload = function (event) {\n * // setup the dicom parser\n * const dicomParser = new dwv.DicomParser();\n * // parse the buffer\n * dicomParser.parse(event.target.response);\n * // get the dicom tags\n * const tags = dicomParser.getDicomElements();\n * // display the modality\n * const div = document.getElementById('dwv');\n * div.appendChild(document.createTextNode(\n * 'Modality: ' + tags['00080060'].value[0]\n * ));\n * };\n * // DICOM file request\n * const request = new XMLHttpRequest();\n * const url = 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm';\n * request.open('GET', url);\n * request.responseType = 'arraybuffer';\n * request.onload = onload;\n * request.send();\n */\nexport class DicomParser {\n\n /**\n * The list of DICOM elements.\n *\n * @type {DataElements}\n */\n #dataElements = {};\n\n /**\n * Default character set (optional).\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * Default text decoder.\n *\n * @type {DefaultTextDecoder}\n */\n #defaultTextDecoder = new DefaultTextDecoder();\n\n /**\n * Special text decoder.\n *\n * @type {DefaultTextDecoder|TextDecoder}\n */\n #textDecoder = this.#defaultTextDecoder;\n\n /**\n * Decode an input string buffer using the default text decoder.\n *\n * @param {Uint8Array} buffer The buffer to decode.\n * @returns {string} The decoded string.\n */\n #decodeString(buffer) {\n return this.#defaultTextDecoder.decode(buffer);\n }\n\n /**\n * Decode an input string buffer using the 'special' text decoder.\n *\n * @param {Uint8Array} buffer The buffer to decode.\n * @returns {string} The decoded string.\n */\n #decodeSpecialString(buffer) {\n return this.#textDecoder.decode(buffer);\n }\n\n /**\n * Get the default character set.\n *\n * @returns {string} The default character set.\n */\n getDefaultCharacterSet() {\n return this.#defaultCharacterSet;\n }\n\n /**\n * Set the default character set.\n *\n * @param {string} characterSet The input character set.\n */\n setDefaultCharacterSet(characterSet) {\n this.#defaultCharacterSet = characterSet;\n }\n\n /**\n * Set the text decoder character set.\n *\n * @param {string} characterSet The input character set.\n */\n setDecoderCharacterSet(characterSet) {\n /**\n * The text decoder.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder}.\n *\n * @external TextDecoder\n */\n this.#textDecoder = new TextDecoder(characterSet);\n }\n\n // not using type DataElements since the typedef is not exported with the API\n\n /**\n * Get the DICOM data elements.\n *\n * @returns {Object} The data elements.\n */\n getDicomElements() {\n return this.#dataElements;\n }\n\n /**\n * Read a DICOM tag.\n *\n * @param {DataReader} reader The raw data reader.\n * @param {number} offset The offset where to start to read.\n * @returns {object} An object containing the tag and the end offset.\n */\n #readTag(reader, offset) {\n // group\n const group = reader.readHex(offset);\n offset += Uint16Array.BYTES_PER_ELEMENT;\n // element\n const element = reader.readHex(offset);\n offset += Uint16Array.BYTES_PER_ELEMENT;\n // return\n return {\n tag: new Tag(group, element),\n endOffset: offset\n };\n }\n\n /**\n * Read an item data element.\n *\n * @param {DataReader} reader The raw data reader.\n * @param {number} offset The offset where to start to read.\n * @param {boolean} implicit Is the DICOM VR implicit?\n * @returns {object} The item data as a list of data elements.\n */\n #readItemDataElement(reader, offset, implicit) {\n const itemData = {};\n\n // read the first item\n let item = this.#readDataElement(reader, offset, implicit);\n offset = item.endOffset;\n\n // exit if it is a sequence delimitation item\n if (isSequenceDelimitationItemTag(item.tag)) {\n return {\n data: itemData,\n endOffset: item.endOffset,\n isSeqDelim: true\n };\n }\n\n // store item (mainly to keep vl)\n itemData[item.tag.getKey()] = {\n tag: item.tag,\n vr: 'NONE',\n vl: item.vl,\n undefinedLength: item.undefinedLength\n };\n\n if (!item.undefinedLength) {\n // explicit VR item: read until the end offset\n const endOffset = offset;\n offset -= item.vl;\n while (offset < endOffset) {\n item = this.#readDataElement(reader, offset, implicit);\n offset = item.endOffset;\n itemData[item.tag.getKey()] = item;\n }\n } else {\n // implicit VR item: read until the item delimitation item\n let isItemDelim = false;\n while (!isItemDelim) {\n item = this.#readDataElement(reader, offset, implicit);\n offset = item.endOffset;\n isItemDelim = isItemDelimitationItemTag(item.tag);\n if (!isItemDelim) {\n itemData[item.tag.getKey()] = item;\n }\n }\n }\n\n return {\n data: itemData,\n endOffset: offset,\n isSeqDelim: false\n };\n }\n\n /**\n * Read the pixel item data element.\n * Ref: [Single frame fragments]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_A.4.html#table_A.4-1}.\n *\n * @param {DataReader} reader The raw data reader.\n * @param {number} offset The offset where to start to read.\n * @param {boolean} implicit Is the DICOM VR implicit?\n * @returns {object} The item data as an array of data elements.\n */\n #readPixelItemDataElement(\n reader, offset, implicit) {\n const itemData = [];\n\n // first item: basic offset table\n let item = this.#readDataElement(reader, offset, implicit);\n const offsetTableVl = item.vl;\n offset = item.endOffset;\n\n // read until the sequence delimitation item\n let isSeqDelim = false;\n while (!isSeqDelim) {\n item = this.#readDataElement(reader, offset, implicit);\n offset = item.endOffset;\n isSeqDelim = isSequenceDelimitationItemTag(item.tag);\n if (!isSeqDelim) {\n // force pixel item vr to OB\n item.vr = 'OB';\n itemData.push(item);\n }\n }\n\n return {\n data: itemData,\n endOffset: offset,\n offsetTableVl: offsetTableVl\n };\n }\n\n /**\n * Read a DICOM data element.\n *\n * Reference: [DICOM VRs]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_6.2.html#table_6.2-1}.\n *\n * @param {DataReader} reader The raw data reader.\n * @param {number} offset The offset where to start to read.\n * @param {boolean} implicit Is the DICOM VR implicit?\n * @returns {DataElement} The data element.\n */\n #readDataElement(reader, offset, implicit) {\n // Tag: group, element\n const readTagRes = this.#readTag(reader, offset);\n const tag = readTagRes.tag;\n offset = readTagRes.endOffset;\n\n // Value Representation (VR)\n let vr = null;\n let is32bitVL = false;\n if (tag.isWithVR()) {\n // implicit VR\n if (implicit) {\n vr = tag.getVrFromDictionary();\n if (typeof vr === 'undefined') {\n vr = 'UN';\n }\n is32bitVL = true;\n } else {\n vr = this.#decodeString(reader.readUint8Array(offset, 2));\n offset += 2 * Uint8Array.BYTES_PER_ELEMENT;\n is32bitVL = is32bitVLVR(vr);\n // reserved 2 bytes\n if (is32bitVL) {\n offset += 2 * Uint8Array.BYTES_PER_ELEMENT;\n }\n }\n } else {\n vr = 'NONE';\n is32bitVL = true;\n }\n\n // check vr\n if (!isKnownVR(vr)) {\n logger.warn('Unknown VR: ' + vr +\n ' (for tag ' + tag.getKey() + '), treating as \\'UN\\'');\n vr = 'UN';\n }\n\n // Value Length (VL)\n let vl = 0;\n if (is32bitVL) {\n vl = reader.readUint32(offset);\n offset += Uint32Array.BYTES_PER_ELEMENT;\n } else {\n vl = reader.readUint16(offset);\n offset += Uint16Array.BYTES_PER_ELEMENT;\n }\n\n // check the value of VL\n let undefinedLength = false;\n if (vl === 0xffffffff) {\n undefinedLength = true;\n vl = 0;\n }\n\n // treat private tag with unknown VR and zero VL as a sequence (see #799)\n if (tag.isPrivate() && vr === 'UN' && vl === 0) {\n vr = 'SQ';\n }\n\n let startOffset = offset;\n let endOffset = startOffset + vl;\n\n // read sequence elements\n let data;\n if (isPixelDataTag(tag) && undefinedLength) {\n // pixel data sequence (implicit)\n const pixItemData =\n this.#readPixelItemDataElement(reader, offset, implicit);\n offset = pixItemData.endOffset;\n startOffset += pixItemData.offsetTableVl;\n data = pixItemData.data;\n endOffset = offset;\n vl = offset - startOffset;\n } else if (vr === 'SQ') {\n // sequence\n data = [];\n let itemData;\n if (!undefinedLength) {\n if (vl !== 0) {\n // explicit VR sequence: read until the end offset\n const sqEndOffset = offset + vl;\n while (offset < sqEndOffset) {\n itemData = this.#readItemDataElement(reader, offset, implicit);\n data.push(itemData.data);\n offset = itemData.endOffset;\n }\n endOffset = offset;\n vl = offset - startOffset;\n }\n } else {\n // implicit VR sequence: read until the sequence delimitation item\n let isSeqDelim = false;\n while (!isSeqDelim) {\n itemData = this.#readItemDataElement(reader, offset, implicit);\n isSeqDelim = itemData.isSeqDelim;\n offset = itemData.endOffset;\n // do not store the delimitation item\n if (!isSeqDelim) {\n data.push(itemData.data);\n }\n }\n endOffset = offset;\n vl = offset - startOffset;\n }\n }\n\n // return\n const element = new DataElement(vr);\n element.tag = tag;\n element.vl = vl;\n element.startOffset = startOffset;\n element.endOffset = endOffset;\n // only set if true (only for sequences and items)\n if (undefinedLength) {\n element.undefinedLength = undefinedLength;\n }\n if (data) {\n element.items = data;\n }\n return element;\n }\n\n /**\n * Interpret the data of an element.\n *\n * @param {DataElement} element The data element.\n * @param {DataReader} reader The raw data reader.\n * @param {number} [pixelRepresentation] PixelRepresentation 0->unsigned,\n * 1->signed (needed for pixel data or VR=xs).\n * @param {number} [bitsAllocated] Bits allocated (needed for pixel data).\n * @returns {object} The interpreted data.\n */\n #interpretElement(\n element, reader, pixelRepresentation, bitsAllocated) {\n\n const tag = element.tag;\n const vl = element.vl;\n const vr = element.vr;\n const offset = element.startOffset;\n\n // data\n let data = null;\n const vrType = vrTypes[vr];\n if (isPixelDataTag(tag)) {\n if (element.undefinedLength) {\n // implicit pixel data sequence\n data = [];\n for (let j = 0; j < element.items.length; ++j) {\n data.push(this.#interpretElement(\n element.items[j], reader,\n pixelRepresentation, bitsAllocated));\n }\n // remove non parsed items\n delete element.items;\n } else {\n // check bits allocated and VR\n // https://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_A.2.html\n if (bitsAllocated > 8 && vr === 'OB') {\n logger.warn(\n 'Reading DICOM pixel data with bitsAllocated>8 and OB VR' +\n ', treating as OW'\n );\n element.vr = 'OW';\n }\n // read\n data = [];\n if (bitsAllocated === 1) {\n data.push(reader.readBinaryArray(offset, vl));\n } else if (bitsAllocated === 8) {\n if (pixelRepresentation === 0) {\n data.push(reader.readUint8Array(offset, vl));\n } else {\n data.push(reader.readInt8Array(offset, vl));\n }\n } else if (bitsAllocated === 16) {\n if (pixelRepresentation === 0) {\n data.push(reader.readUint16Array(offset, vl));\n } else {\n data.push(reader.readInt16Array(offset, vl));\n }\n } else {\n throw new Error('Unsupported bits allocated: ' + bitsAllocated);\n }\n }\n } else if (typeof vrType !== 'undefined') {\n if (vrType === 'Uint8') {\n data = reader.readUint8Array(offset, vl);\n } else if (vrType === 'Uint16') {\n data = reader.readUint16Array(offset, vl);\n // keep as binary for 'O*' VR\n if (vr[0] !== 'O') {\n data = Array.from(data);\n }\n } else if (vrType === 'Uint32') {\n data = reader.readUint32Array(offset, vl);\n // keep as binary for 'O*' VR\n if (vr[0] !== 'O') {\n data = Array.from(data);\n }\n } else if (vrType === 'Uint64') {\n data = reader.readUint64Array(offset, vl);\n } else if (vrType === 'Int16') {\n data = Array.from(reader.readInt16Array(offset, vl));\n } else if (vrType === 'Int32') {\n data = Array.from(reader.readInt32Array(offset, vl));\n } else if (vrType === 'Int64') {\n data = reader.readInt64Array(offset, vl);\n } else if (vrType === 'Float32') {\n data = Array.from(reader.readFloat32Array(offset, vl));\n } else if (vrType === 'Float64') {\n data = Array.from(reader.readFloat64Array(offset, vl));\n } else if (vrType === 'string') {\n const stream = reader.readUint8Array(offset, vl);\n if (isCharSetStringVR(vr)) {\n data = this.#decodeSpecialString(stream);\n } else {\n data = this.#decodeString(stream);\n }\n data = cleanString(data).split('\\\\');\n } else {\n throw new Error('Unknown VR type: ' + vrType);\n }\n } else if (vr === 'xx') {\n // US or OW\n data = Array.from(reader.readUint16Array(offset, vl));\n } else if (vr === 'ox') {\n // OB or OW\n if (bitsAllocated === 8) {\n if (pixelRepresentation === 0) {\n data = Array.from(reader.readUint8Array(offset, vl));\n } else {\n data = Array.from(reader.readInt8Array(offset, vl));\n }\n } else {\n if (pixelRepresentation === 0) {\n data = Array.from(reader.readUint16Array(offset, vl));\n } else {\n data = Array.from(reader.readInt16Array(offset, vl));\n }\n }\n } else if (vr === 'xs') {\n // (US or SS) or (US or SS or OW)\n if (pixelRepresentation === 0) {\n data = Array.from(reader.readUint16Array(offset, vl));\n } else {\n data = Array.from(reader.readInt16Array(offset, vl));\n }\n } else if (vr === 'AT') {\n // attribute\n const raw = reader.readUint16Array(offset, vl);\n data = [];\n for (let i = 0, leni = raw.length; i < leni; i += 2) {\n const stri = raw[i].toString(16);\n const stri1 = raw[i + 1].toString(16);\n let str = '(';\n str += '0000'.substring(0, 4 - stri.length) + stri.toUpperCase();\n str += ',';\n str += '0000'.substring(0, 4 - stri1.length) + stri1.toUpperCase();\n str += ')';\n data.push(str);\n }\n } else if (vr === 'SQ') {\n // sequence\n data = [];\n for (let k = 0; k < element.items.length; ++k) {\n const item = element.items[k];\n const itemData = {};\n const keys = Object.keys(item);\n let sqBitsAllocated = bitsAllocated;\n let sqPixelRepresentation = pixelRepresentation;\n for (let l = 0; l < keys.length; ++l) {\n // check if local bitsAllocated\n // (inside item loop to get interpreted value)\n let dataElement = item[TagKeys.BitsAllocated];\n if (typeof dataElement !== 'undefined' &&\n typeof dataElement.value !== 'undefined') {\n sqBitsAllocated = dataElement.value[0];\n }\n // check if local pixelRepresentation\n // (inside item loop to get interpreted value)\n dataElement = item[TagKeys.PixelRepresentation];\n if (typeof dataElement !== 'undefined' &&\n typeof dataElement.value !== 'undefined') {\n sqPixelRepresentation = dataElement.value[0];\n }\n const subElement = item[keys[l]];\n subElement.value = this.#interpretElement(\n subElement, reader,\n sqPixelRepresentation, sqBitsAllocated);\n delete subElement.tag;\n delete subElement.vl;\n delete subElement.startOffset;\n delete subElement.endOffset;\n itemData[keys[l]] = subElement;\n }\n data.push(itemData);\n }\n // remove non parsed elements\n delete element.items;\n } else if (vr === 'NONE') {\n // no VR -> no data\n data = [];\n } else {\n logger.warn('Unknown VR: ' + vr +\n ' (for tag ' + element.tag.getKey() + ')');\n // empty data...\n data = [];\n }\n\n return data;\n }\n\n /**\n * Interpret the data of a list of elements.\n *\n * @param {DataElements} elements A list of data elements.\n * @param {DataReader} reader The raw data reader.\n * @param {number} pixelRepresentation PixelRepresentation 0->unsigned,\n * 1->signed.\n * @param {number} bitsAllocated Bits allocated.\n */\n #interpret(\n elements, reader,\n pixelRepresentation, bitsAllocated) {\n\n const keys = Object.keys(elements);\n for (let i = 0; i < keys.length; ++i) {\n const element = elements[keys[i]];\n if (typeof element.value === 'undefined') {\n element.value = this.#interpretElement(\n element, reader, pixelRepresentation, bitsAllocated);\n }\n // delete interpretation specific properties\n delete element.tag;\n delete element.vl;\n delete element.startOffset;\n delete element.endOffset;\n }\n }\n\n /**\n * Parse the complete DICOM file (given as input to the class).\n * Fills in the member object 'dataElements'.\n *\n * @param {ArrayBuffer} buffer The input array buffer.\n */\n parse(buffer) {\n let offset = 0;\n let syntax = '';\n let dataElement = null;\n // default readers\n const metaReader = new DataReader(buffer);\n let dataReader = new DataReader(buffer);\n\n // 128 -> 132: magic word\n offset = 128;\n const magicword = this.#decodeString(metaReader.readUint8Array(offset, 4));\n offset += 4 * Uint8Array.BYTES_PER_ELEMENT;\n if (magicword === 'DICM') {\n // 0002, 0000: FileMetaInformationGroupLength (vr='UL')\n dataElement = this.#readDataElement(metaReader, offset, false);\n dataElement.value = this.#interpretElement(dataElement, metaReader);\n // increment offset\n offset = dataElement.endOffset;\n // store the data element\n this.#dataElements[dataElement.tag.getKey()] = dataElement;\n // get meta length\n const metaLength = dataElement.value[0];\n\n // meta elements\n const metaEnd = offset + metaLength;\n while (offset < metaEnd) {\n // get the data element\n dataElement = this.#readDataElement(metaReader, offset, false);\n offset = dataElement.endOffset;\n // store the data element\n this.#dataElements[dataElement.tag.getKey()] = dataElement;\n }\n\n // check the TransferSyntaxUID (has to be there!)\n dataElement = this.#dataElements[TagKeys.TransferSyntax];\n if (typeof dataElement === 'undefined') {\n throw new Error('Not a valid DICOM file (no TransferSyntaxUID found)');\n }\n dataElement.value = this.#interpretElement(dataElement, metaReader);\n syntax = dataElement.value[0];\n\n } else {\n logger.warn('No DICM prefix, trying to guess tansfer syntax.');\n // read first element\n dataElement = this.#readDataElement(dataReader, 0, false);\n // guess transfer syntax\n const tsElement = guessTransferSyntax(dataElement);\n // store\n this.#dataElements[tsElement.tag.getKey()] = tsElement;\n syntax = tsElement.value[0];\n // reset offset\n offset = 0;\n }\n\n // check transfer syntax support\n if (!isReadSupportedTransferSyntax(syntax)) {\n throw new Error('Unsupported DICOM transfer syntax: \\'' + syntax +\n '\\' (' + getTransferSyntaxName(syntax) + ')');\n }\n\n // set implicit flag\n let implicit = false;\n if (isImplicitTransferSyntax(syntax)) {\n implicit = true;\n }\n\n // Big Endian\n if (isBigEndianTransferSyntax(syntax)) {\n dataReader = new DataReader(buffer, false);\n }\n\n // DICOM data elements\n while (offset < buffer.byteLength) {\n // get the data element\n dataElement = this.#readDataElement(dataReader, offset, implicit);\n // increment offset\n offset = dataElement.endOffset;\n // store the data element\n const key = dataElement.tag.getKey();\n if (typeof this.#dataElements[key] === 'undefined') {\n this.#dataElements[key] = dataElement;\n } else {\n logger.warn('Not saving duplicate tag: ' + key);\n }\n }\n\n // safety checks...\n if (isNaN(offset)) {\n throw new Error('Problem while parsing, bad offset');\n }\n if (buffer.byteLength !== offset) {\n logger.warn('Did not reach the end of the buffer: ' +\n offset + ' != ' + buffer.byteLength);\n }\n\n //-------------------------------------------------\n // values needed for data interpretation\n\n // pixel specific\n let pixelRepresentation = 0;\n let bitsAllocated = 16;\n if (typeof this.#dataElements[TagKeys.PixelData] !== 'undefined') {\n // PixelRepresentation 0->unsigned, 1->signed\n dataElement = this.#dataElements[TagKeys.PixelRepresentation];\n if (typeof dataElement !== 'undefined') {\n dataElement.value = this.#interpretElement(dataElement, dataReader);\n pixelRepresentation = dataElement.value[0];\n } else {\n logger.warn(\n 'Reading DICOM pixel data with default pixelRepresentation.');\n }\n\n // BitsAllocated\n dataElement = this.#dataElements[TagKeys.BitsAllocated];\n if (typeof dataElement !== 'undefined') {\n dataElement.value = this.#interpretElement(dataElement, dataReader);\n bitsAllocated = dataElement.value[0];\n } else {\n logger.warn('Reading DICOM pixel data with default bitsAllocated.');\n }\n }\n\n // default character set\n if (typeof this.#defaultCharacterSet !== 'undefined') {\n this.setDecoderCharacterSet(this.#defaultCharacterSet);\n }\n\n // SpecificCharacterSet\n dataElement = this.#dataElements[TagKeys.SpecificCharacterSet];\n if (typeof dataElement !== 'undefined') {\n dataElement.value = this.#interpretElement(dataElement, dataReader);\n let charSetTerm;\n if (dataElement.value.length === 1) {\n charSetTerm = dataElement.value[0];\n } else {\n charSetTerm = dataElement.value[1];\n logger.warn('Unsupported character set with code extensions: \\'' +\n charSetTerm + '\\'.');\n }\n this.setDecoderCharacterSet(getUtfLabel(charSetTerm));\n }\n\n // interpret the dicom elements\n this.#interpret(\n this.#dataElements, dataReader,\n pixelRepresentation, bitsAllocated\n );\n\n // handle fragmented pixel buffer\n // Reference: http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_8.2.html\n // (third note, \"Depending on the transfer syntax...\")\n dataElement = this.#dataElements[TagKeys.PixelData];\n if (typeof dataElement !== 'undefined') {\n if (dataElement.undefinedLength) {\n let numberOfFrames = 1;\n if (typeof this.#dataElements[TagKeys.NumberOfFrames] !== 'undefined') {\n numberOfFrames = Number(\n this.#dataElements[TagKeys.NumberOfFrames].value[0]\n );\n }\n const pixItems = dataElement.value;\n if (pixItems.length > 1 && pixItems.length > numberOfFrames) {\n // concatenate pixel data items\n // concat does not work on typed arrays\n //this.pixelBuffer = this.pixelBuffer.concat( dataElement.data );\n // manual concat...\n const nItemPerFrame = pixItems.length / numberOfFrames;\n const newPixItems = [];\n let index = 0;\n for (let f = 0; f < numberOfFrames; ++f) {\n index = f * nItemPerFrame;\n // calculate the size of a frame\n let size = 0;\n for (let i = 0; i < nItemPerFrame; ++i) {\n size += pixItems[index + i].length;\n }\n // create new buffer\n const newBuffer = new pixItems[0].constructor(size);\n // fill new buffer\n let fragOffset = 0;\n for (let j = 0; j < nItemPerFrame; ++j) {\n newBuffer.set(pixItems[index + j], fragOffset);\n fragOffset += pixItems[index + j].length;\n }\n newPixItems[f] = newBuffer;\n }\n // store as pixel data\n dataElement.value = newPixItems;\n }\n }\n }\n }\n\n} // class DicomParser\n","import {logger} from './logger';\n\n/**\n * ListenerHandler class: handles add/removing and firing listeners.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget#example}.\n */\nexport class ListenerHandler {\n /**\n * Listeners.\n *\n * @type {object}\n */\n #listeners = {};\n\n /**\n * Add an event listener.\n *\n * @param {string} type The event type.\n * @param {object} callback The method associated with the provided\n * event type, will be called with the fired event.\n */\n add(type, callback) {\n // create array if not present\n if (typeof this.#listeners[type] === 'undefined') {\n this.#listeners[type] = [];\n }\n // add callback to listeners array\n this.#listeners[type].push(callback);\n }\n\n /**\n * Remove an event listener.\n *\n * @param {string} type The event type.\n * @param {object} callback The method associated with the provided\n * event type.\n */\n remove(type, callback) {\n // check if the type is present\n if (typeof this.#listeners[type] === 'undefined') {\n return;\n }\n // remove from listeners array\n let nFound = 0;\n for (let i = 0; i < this.#listeners[type].length; ++i) {\n if (this.#listeners[type][i] === callback) {\n ++nFound;\n this.#listeners[type].splice(i, 1);\n }\n }\n if (nFound === 0) {\n logger.debug('No callback found on remove listener for type ' + type);\n }\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n fireEvent = (event) => {\n // check if they are listeners for the event type\n if (typeof this.#listeners[event.type] === 'undefined') {\n return;\n }\n // fire events from a copy of the listeners array\n // to avoid interference from possible add/remove\n const stack = this.#listeners[event.type].slice();\n for (let i = 0; i < stack.length; ++i) {\n stack[i](event);\n }\n };\n}\n","import {Index} from '../math/index';\nimport {Point2D} from '../math/point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {Point} from '../math/point';\nimport {Matrix33} from '../math/matrix';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get an simple iterator for a given range for a one component data.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start The start of the range (included).\n * @param {number} end The end of the range (excluded).\n * @param {number} [increment] The increment between indicies (default=1).\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function simpleRange(dataAccessor, start, end, increment) {\n if (typeof increment === 'undefined') {\n increment = 1;\n }\n let nextIndex = start;\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n const result = {\n value: dataAccessor(nextIndex),\n done: false,\n index: nextIndex\n };\n nextIndex += increment;\n return result;\n }\n return {\n done: true,\n index: end\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range for a one component data.\n *\n * Using 'maxIter' and not an 'end' index since it fails in some edge cases\n * (for ex coronal2, ie zxy).\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start Zero-based index at which to start the iteration.\n * @param {number} maxIter The maximum number of iterations.\n * @param {number} increment Increment between indicies.\n * @param {number} blockMaxIter Number of applied increment after which\n * blockIncrement is applied.\n * @param {number} blockIncrement Increment after blockMaxIter is reached,\n * the value is from block start to the next block start.\n * @param {boolean} reverse1 If true, loop from end to start.\n * WARN: don't forget to set the value of start as the last index!\n * @param {boolean} reverse2 If true, loop from block end to block start.\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function range(dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2) {\n if (typeof reverse1 === 'undefined') {\n reverse1 = false;\n }\n if (typeof reverse2 === 'undefined') {\n reverse2 = false;\n }\n\n // first index of the iteration\n let nextIndex = start;\n // adapt first index and increments to reverse values\n if (reverse1) {\n blockIncrement *= -1;\n if (reverse2) {\n // start at end of line\n nextIndex -= (blockMaxIter - 1) * increment;\n } else {\n increment *= -1;\n }\n } else {\n if (reverse2) {\n // start at end of line\n nextIndex += (blockMaxIter - 1) * increment;\n increment *= -1;\n }\n }\n const finalBlockIncrement = blockIncrement - blockMaxIter * increment;\n\n // counters\n let mainCount = 0;\n let blockCount = 0;\n // result\n return {\n next: function () {\n if (mainCount < maxIter) {\n const result = {\n value: dataAccessor(nextIndex),\n done: false,\n index: nextIndex\n };\n nextIndex += increment;\n ++mainCount;\n ++blockCount;\n if (blockCount === blockMaxIter) {\n blockCount = 0;\n nextIndex += finalBlockIncrement;\n }\n return result;\n }\n return {\n done: true,\n index: nextIndex\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range with bounds (for a one component data).\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start The start of the range (included).\n * @param {number} end The end of the range (excluded).\n * @param {number} increment The increment between indicies.\n * @param {number} regionSize The size of the region to iterate through.\n * @param {number} regionOffset The offset between regions.\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function rangeRegion(\n dataAccessor, start, end, increment, regionSize, regionOffset) {\n let nextIndex = start;\n let regionElementCount = 0;\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n const result = {\n value: dataAccessor(nextIndex),\n done: false,\n index: nextIndex\n };\n regionElementCount += 1;\n nextIndex += increment;\n if (regionElementCount === regionSize) {\n regionElementCount = 0;\n nextIndex += regionOffset;\n }\n return result;\n }\n return {\n done: true,\n index: end\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range with bounds (for a one component data).\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start The start of the range (included).\n * @param {number} end The end of the range (excluded).\n * @param {number} increment The increment between indicies.\n * @param {number[][]} regions An array of regions: [off0, size, off1].\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function rangeRegions(\n dataAccessor, start, end, increment, regions) {\n let nextIndex = start;\n let regionCount = 0;\n let regionElementCount = 0;\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n const result = {\n value: dataAccessor(nextIndex),\n done: false,\n index: nextIndex\n };\n regionElementCount += 1;\n nextIndex += increment;\n if (regionElementCount === regions[regionCount][1]) {\n regionElementCount = 0;\n // off1 of current group\n nextIndex += regions[regionCount][2];\n regionCount += 1;\n // off0 of next group\n if (regionCount < regions.length) {\n nextIndex += regions[regionCount][0];\n }\n }\n return result;\n }\n return {\n done: true,\n index: end\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range for a 3 components data.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start The start of the range (included).\n * @param {number} end The end of the range (excluded).\n * (end - start) needs to be a multiple of 3...\n * @param {number} increment The increment between indicies (default=1).\n * @param {boolean} isPlanar A flag to know if the data is planar\n * (RRRR...GGGG...BBBB...) or not (RGBRGBRGBRGB...), defaults to false.\n * @returns {object} A 3 components iterator folowing the iterator and iterable\n * protocol, the value is an array of size 3 with each component.\n */\nexport function simpleRange3d(\n dataAccessor, start, end, increment, isPlanar) {\n if (typeof increment === 'undefined') {\n increment = 1;\n }\n if (typeof isPlanar === 'undefined') {\n isPlanar = false;\n }\n let nextIndex = start;\n let componentIncrement = 1;\n if (isPlanar) {\n componentIncrement = (end - start) / 3;\n } else {\n increment *= 3;\n }\n let nextIndex1 = nextIndex + componentIncrement;\n let nextIndex2 = nextIndex + 2 * componentIncrement;\n\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n const result = {\n value: [\n dataAccessor(nextIndex),\n dataAccessor(nextIndex1),\n dataAccessor(nextIndex2)\n ],\n done: false,\n index: [nextIndex, nextIndex1, nextIndex2]\n };\n nextIndex += increment;\n nextIndex1 += increment;\n nextIndex2 += increment;\n return result;\n }\n return {\n done: true,\n index: [end]\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range for a 3 components data.\n *\n * Using 'maxIter' and not an 'end' index since it fails in some edge cases\n * (for ex coronal2, ie zxy).\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start Zero-based index at which to start the iteration.\n * @param {number} maxIter The maximum number of iterations.\n * @param {number} increment Increment between indicies.\n * @param {number} blockMaxIter Number of applied increment after which\n * blockIncrement is applied.\n * @param {number} blockIncrement Increment after blockMaxIter is reached,\n * the value is from block start to the next block start.\n * @param {boolean} reverse1 If true, loop from end to start.\n * WARN: don't forget to set the value of start as the last index!\n * @param {boolean} reverse2 If true, loop from block end to block start.\n * @param {boolean} isPlanar A flag to know if the data is planar\n * (RRRR...GGGG...BBBB...) or not (RGBRGBRGBRGB...), defaults to false.\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function range3d(dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2, isPlanar) {\n const iters = [];\n if (isPlanar) {\n iters.push(range(\n dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n iters.push(range(\n dataAccessor, start + maxIter * increment, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n iters.push(range(\n dataAccessor, start + 2 * maxIter * increment, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n } else {\n increment *= 3;\n blockIncrement *= 3;\n iters.push(range(\n dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n iters.push(range(\n dataAccessor, start + 1, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n iters.push(range(\n dataAccessor, start + 2, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n }\n\n // result\n return {\n next: function () {\n const r0 = iters[0].next();\n const r1 = iters[1].next();\n const r2 = iters[2].next();\n if (!r0.done) {\n return {\n value: [\n r0.value,\n r1.value,\n r2.value\n ],\n done: false,\n index: [\n r0.index,\n r1.index,\n r2.index\n ]\n };\n }\n return {\n done: true,\n index: r2.index\n };\n }\n };\n}\n\n/**\n * Get a list of values for a given iterator.\n *\n * @param {object} iterator The iterator to use to loop through data.\n * @returns {Array} The list of values.\n */\nexport function getIteratorValues(iterator) {\n const values = [];\n let ival = iterator.next();\n while (!ival.done) {\n values.push(ival.value);\n ival = iterator.next();\n }\n return values;\n}\n\n/**\n * Get a slice index iterator.\n *\n * @param {Image} image The image to parse.\n * @param {Index} position The current position.\n * @param {boolean} isRescaled Flag for rescaled values (default false).\n * @param {Matrix33} viewOrientation The view orientation.\n * @returns {object} The slice iterator.\n */\nexport function getSliceIterator(\n image, position, isRescaled, viewOrientation) {\n const size = image.getGeometry().getSize();\n // zero-ify non direction index\n let dirMax2Index = 2;\n if (viewOrientation && typeof viewOrientation !== 'undefined') {\n dirMax2Index = viewOrientation.getColAbsMax(2).index;\n }\n const posValues = position.getValues();\n // keep the main direction and any other than 3D\n const indexFilter = function (element, index) {\n return (index === dirMax2Index || index > 2) ? element : 0;\n };\n const posStart = new Index(posValues.map(indexFilter));\n let start = size.indexToOffset(posStart);\n\n // default to non rescaled data\n if (typeof isRescaled === 'undefined') {\n isRescaled = false;\n }\n let dataAccessor = null;\n if (isRescaled) {\n dataAccessor = function (offset) {\n return image.getRescaledValueAtOffset(offset);\n };\n } else {\n dataAccessor = function (offset) {\n return image.getValueAtOffset(offset);\n };\n }\n\n const ncols = size.get(0);\n const nrows = size.get(1);\n const nslices = size.get(2);\n let sliceSize = size.getDimSize(2);\n\n const ncomp = image.getNumberOfComponents();\n const isPlanar = image.getPlanarConfiguration() === 1;\n const getRange = function (\n dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2) {\n if (ncomp === 1) {\n return range(dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2);\n } else if (ncomp === 3) {\n return range3d(dataAccessor, 3 * start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2, isPlanar);\n }\n };\n\n let rangeObj = null;\n if (viewOrientation && typeof viewOrientation !== 'undefined') {\n const dirMax0 = viewOrientation.getColAbsMax(0);\n const dirMax2 = viewOrientation.getColAbsMax(2);\n\n // default reverse\n const reverse1 = false;\n const reverse2 = false;\n\n let maxIter = null;\n if (dirMax2.index === 2) {\n // axial\n maxIter = ncols * nrows;\n if (dirMax0.index === 0) {\n // xyz\n rangeObj = getRange(dataAccessor,\n start, maxIter, 1, ncols, ncols, reverse1, reverse2);\n } else {\n // yxz\n rangeObj = getRange(dataAccessor,\n start, maxIter, ncols, nrows, 1, reverse1, reverse2);\n }\n } else if (dirMax2.index === 0) {\n // sagittal\n maxIter = nslices * nrows;\n if (dirMax0.index === 1) {\n // yzx\n rangeObj = getRange(dataAccessor,\n start, maxIter, ncols, nrows, sliceSize, reverse1, reverse2);\n } else {\n // zyx\n rangeObj = getRange(dataAccessor,\n start, maxIter, sliceSize, nslices, ncols, reverse1, reverse2);\n }\n } else if (dirMax2.index === 1) {\n // coronal\n maxIter = nslices * ncols;\n if (dirMax0.index === 0) {\n // xzy\n rangeObj = getRange(dataAccessor,\n start, maxIter, 1, ncols, sliceSize, reverse1, reverse2);\n } else {\n // zxy\n rangeObj = getRange(dataAccessor,\n start, maxIter, sliceSize, nslices, 1, reverse1, reverse2);\n }\n } else {\n throw new Error('Unknown direction: ' + dirMax2.index);\n }\n } else {\n if (image.getNumberOfComponents() === 1) {\n rangeObj = simpleRange(dataAccessor, start, start + sliceSize);\n } else if (image.getNumberOfComponents() === 3) {\n // 3 times bigger...\n start *= 3;\n sliceSize *= 3;\n rangeObj = simpleRange3d(\n dataAccessor, start, start + sliceSize, 1, isPlanar);\n } else {\n throw new Error('Unsupported number of components: ' +\n image.getNumberOfComponents());\n }\n }\n\n return rangeObj;\n}\n\n/**\n * Get a slice index iterator for a rectangular region.\n *\n * @param {Image} image The image to parse.\n * @param {Index} index The current position.\n * @param {boolean} isRescaled Flag for rescaled values (default false).\n * @param {Point2D} min The minimum position (optional).\n * @param {Point2D} max The maximum position (optional).\n * @returns {object} The slice iterator.\n */\nexport function getRegionSliceIterator(\n image, index, isRescaled, min, max) {\n if (image.getNumberOfComponents() !== 1) {\n throw new Error('Unsupported number of components for region iterator: ' +\n image.getNumberOfComponents());\n }\n\n // default to non rescaled data\n if (typeof isRescaled === 'undefined') {\n isRescaled = false;\n }\n let dataAccessor = null;\n if (isRescaled) {\n dataAccessor = function (offset) {\n return image.getRescaledValueAtOffset(offset);\n };\n } else {\n dataAccessor = function (offset) {\n return image.getValueAtOffset(offset);\n };\n }\n\n const size = image.getGeometry().getSize();\n if (typeof min === 'undefined') {\n min = new Point2D(0, 0);\n }\n if (typeof max === 'undefined') {\n max = new Point2D(\n size.get(0) - 1,\n size.get(1)\n );\n }\n // position to pixel for max: extra X is ok, remove extra Y\n const startOffset = size.indexToOffset(index.getWithNew2D(\n min.getX(), min.getY()\n ));\n const endOffset = size.indexToOffset(index.getWithNew2D(\n max.getX(), max.getY() - 1\n ));\n\n // minimum 1 column\n const rangeNumberOfColumns = Math.max(1, max.getX() - min.getX());\n const rowIncrement = size.get(0) - rangeNumberOfColumns;\n\n return rangeRegion(\n dataAccessor, startOffset, endOffset + 1,\n 1, rangeNumberOfColumns, rowIncrement);\n}\n\n/**\n * Get a slice index iterator for a rectangular region.\n *\n * @param {Image} image The image to parse.\n * @param {Index} index The current position.\n * @param {boolean} isRescaled Flag for rescaled values (default false).\n * @param {number[][][]} regions An array of [x, y] pairs (min, max).\n * @returns {object|undefined} The slice iterator.\n */\nexport function getVariableRegionSliceIterator(\n image, index, isRescaled, regions) {\n if (image.getNumberOfComponents() !== 1) {\n throw new Error('Unsupported number of components for region iterator: ' +\n image.getNumberOfComponents());\n }\n\n // default to non rescaled data\n if (typeof isRescaled === 'undefined') {\n isRescaled = false;\n }\n let dataAccessor = null;\n if (isRescaled) {\n dataAccessor = function (offset) {\n return image.getRescaledValueAtOffset(offset);\n };\n } else {\n dataAccessor = function (offset) {\n return image.getValueAtOffset(offset);\n };\n }\n\n const size = image.getGeometry().getSize();\n\n const offsetRegions = [];\n let region;\n let min = null;\n let max = null;\n let regionIndex = null;\n for (let i = 0; i < regions.length; ++i) {\n region = regions[i];\n const width = region[1][0] - region[0][0];\n if (width !== 0) {\n regionIndex = i;\n if (!min) {\n min = region[0];\n }\n offsetRegions.push([\n region[0][0],\n width,\n size.get(0) - region[1][0]\n ]);\n }\n }\n if (regionIndex !== null) {\n max = regions[regionIndex][1];\n }\n\n // exit if no offsets\n if (offsetRegions.length === 0) {\n return undefined;\n }\n\n const startOffset = size.indexToOffset(index.getWithNew2D(\n min[0], min[1]\n ));\n const endOffset = size.indexToOffset(index.getWithNew2D(\n max[0], max[1]\n ));\n\n return rangeRegions(\n dataAccessor, startOffset, endOffset + 1,\n 1, offsetRegions);\n}\n\n/**\n * Get a colour iterator. The input array defines the colours and\n * their start index.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Array} colours An array of {index, colour} pairs.\n * @param {number} end The end of the range (excluded).\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function colourRange(colours, end) {\n let nextIndex = 0;\n let nextColourIndex = 0;\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n if (nextColourIndex + 1 < colours.length &&\n nextIndex >= colours[nextColourIndex + 1].index) {\n ++nextColourIndex;\n }\n const result = {\n value: colours[nextColourIndex].colour,\n done: false,\n index: nextIndex\n };\n ++nextIndex;\n return result;\n }\n return {\n done: true,\n index: end\n };\n }\n };\n}\n","/**\n * Rescale Slope and Intercept.\n */\nexport class RescaleSlopeAndIntercept {\n\n /**\n * The slope.\n *\n * @type {number}\n */\n #slope;\n\n /**\n * The intercept.\n *\n * @type {number}\n */\n #intercept;\n\n /**\n * @param {number} slope The slope of the RSI.\n * @param {number} intercept The intercept of the RSI.\n */\n constructor(slope, intercept) {\n /*// Check the rescale slope.\n if(typeof(slope) === 'undefined') {\n slope = 1;\n }\n // Check the rescale intercept.\n if(typeof(intercept) === 'undefined') {\n intercept = 0;\n }*/\n this.#slope = slope;\n this.#intercept = intercept;\n }\n\n /**\n * Get the slope of the RSI.\n *\n * @returns {number} The slope of the RSI.\n */\n getSlope() {\n return this.#slope;\n }\n\n /**\n * Get the intercept of the RSI.\n *\n * @returns {number} The intercept of the RSI.\n */\n getIntercept() {\n return this.#intercept;\n }\n\n /**\n * Apply the RSI on an input value.\n *\n * @param {number} value The input value.\n * @returns {number} The value to rescale.\n */\n apply(value) {\n return value * this.#slope + this.#intercept;\n }\n\n /**\n * Check for RSI equality.\n *\n * @param {RescaleSlopeAndIntercept} rhs The other RSI to compare to.\n * @returns {boolean} True if both RSI are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n typeof rhs !== 'undefined' &&\n this.getSlope() === rhs.getSlope() &&\n this.getIntercept() === rhs.getIntercept();\n }\n\n /**\n * Is this RSI an ID RSI.\n *\n * @returns {boolean} True if the RSI has a slope of 1 and no intercept.\n */\n isID() {\n return (this.getSlope() === 1 && this.getIntercept() === 0);\n }\n\n} // class RescaleSlopeAndIntercept\n","import {Index} from '../math/index';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Matrix33} from '../math/matrix';\nimport {Scalar2D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Immutable Size class.\n * Warning: the input array is NOT cloned, modifying it will\n * modify the index values.\n */\nexport class Size {\n\n /**\n * The size values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * @param {number[]} values The size values.\n */\n constructor(values) {\n if (!values || typeof values === 'undefined') {\n throw new Error('Cannot create size with no values.');\n }\n if (values.length === 0) {\n throw new Error('Cannot create size with empty values.');\n }\n const valueCheck = function (val) {\n return !isNaN(val) && val !== 0;\n };\n if (!values.every(valueCheck)) {\n throw new Error('Cannot create size with non number or zero values.');\n }\n this.#values = values;\n }\n\n /**\n * Get the size value at the given array index.\n *\n * @param {number} i The index to get.\n * @returns {number} The value.\n */\n get(i) {\n return this.#values[i];\n }\n\n /**\n * Get the length of the index.\n *\n * @returns {number} The length.\n */\n length() {\n return this.#values.length;\n }\n\n /**\n * Get a string representation of the size.\n *\n * @returns {string} The Size as a string.\n */\n toString() {\n return '(' + this.#values.toString() + ')';\n }\n\n /**\n * Get the values of this index.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return this.#values.slice();\n }\n\n /**\n * Check if a dimension exists and has more than one element.\n *\n * @param {number} dimension The dimension to check.\n * @returns {boolean} True if the size is more than one.\n */\n moreThanOne(dimension) {\n return this.length() >= dimension + 1 && this.get(dimension) !== 1;\n }\n\n /**\n * Check if the associated data is scrollable in 3D.\n *\n * @param {Matrix33} [viewOrientation] The orientation matrix.\n * @returns {boolean} True if scrollable.\n */\n canScroll3D(viewOrientation) {\n let dimension = 2;\n if (typeof viewOrientation !== 'undefined') {\n dimension = viewOrientation.getThirdColMajorDirection();\n }\n return this.moreThanOne(dimension);\n }\n\n /**\n * Check if the associated data is scrollable: either in 3D or\n * in other directions.\n *\n * @param {Matrix33} viewOrientation The orientation matrix.\n * @returns {boolean} True if scrollable.\n */\n canScroll(viewOrientation) {\n let canScroll = this.canScroll3D(viewOrientation);\n // check possible other dimensions\n for (let i = 3; i < this.length(); ++i) {\n canScroll = canScroll || this.moreThanOne(i);\n }\n return canScroll;\n }\n\n /**\n * Get the size of a given dimension.\n *\n * @param {number} dimension The dimension.\n * @param {number} [start] Optional start dimension to start counting from.\n * @returns {number} The size.\n */\n getDimSize(dimension, start) {\n if (dimension > this.length()) {\n return null;\n }\n if (typeof start === 'undefined') {\n start = 0;\n } else {\n if (start < 0 || start > dimension) {\n throw new Error('Invalid start value for getDimSize');\n }\n }\n let size = 1;\n for (let i = start; i < dimension; ++i) {\n size *= this.get(i);\n }\n return size;\n }\n\n /**\n * Get the total size.\n *\n * @param {number} [start] Optional start dimension to base the offset on.\n * @returns {number} The total size.\n */\n getTotalSize(start) {\n return this.getDimSize(this.length(), start);\n }\n\n /**\n * Check for equality.\n *\n * @param {Size} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n // check input\n if (!rhs) {\n return false;\n }\n // check length\n const length = this.length();\n if (length !== rhs.length()) {\n return false;\n }\n // check values\n for (let i = 0; i < length; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Check that an index is within bounds.\n *\n * @param {Index} index The index to check.\n * @param {number[]} dirs Optional list of directions to check.\n * @returns {boolean} True if the given coordinates are within bounds.\n */\n isInBounds(index, dirs) {\n // check input\n if (!index) {\n return false;\n }\n // check length\n const length = this.length();\n if (length !== index.length()) {\n return false;\n }\n // create dirs if not there\n if (typeof dirs === 'undefined') {\n dirs = [];\n for (let j = 0; j < length; ++j) {\n dirs.push(j);\n }\n } else {\n for (let k = 0; k < length; ++k) {\n if (dirs[k] > length - 1) {\n throw new Error('Wrong input dir value: ' + dirs[k]);\n }\n }\n }\n // check values is 0 <= v < size\n const inBound = function (value, size) {\n return value >= 0 && value < size;\n };\n // check\n for (let i = 0; i < dirs.length; ++i) {\n if (!inBound(index.get(dirs[i]), this.get(dirs[i]))) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Convert an index to an offset in memory.\n *\n * @param {Index} index The index to convert.\n * @param {number} [start] Optional start dimension to base the offset on.\n * @returns {number} The offset.\n */\n indexToOffset(index, start) {\n // TODO check for equality\n if (index.length() < this.length()) {\n throw new Error('Incompatible index and size length');\n }\n if (typeof start === 'undefined') {\n start = 0;\n } else {\n if (start < 0 || start > this.length() - 1) {\n throw new Error('Invalid start value for indexToOffset');\n }\n }\n let offset = 0;\n for (let i = start; i < this.length(); ++i) {\n offset += index.get(i) * this.getDimSize(i, start);\n }\n return offset;\n }\n\n /**\n * Convert an offset in memory to an index.\n *\n * @param {number} offset The offset to convert.\n * @returns {Index} The index.\n */\n offsetToIndex(offset) {\n const values = new Array(this.length());\n let off = offset;\n let dimSize = 0;\n for (let i = this.length() - 1; i > 0; --i) {\n dimSize = this.getDimSize(i);\n values[i] = Math.floor(off / dimSize);\n off = off - values[i] * dimSize;\n }\n values[0] = off;\n return new Index(values);\n }\n\n /**\n * Get the 2D base of this size.\n *\n * @returns {Scalar2D} The 2D base [0,1] as {x,y}.\n */\n get2D() {\n return {\n x: this.get(0),\n y: this.get(1)\n };\n }\n\n} // Size class\n","/**\n * Statistics storage class.\n * 'simple' statistics do not include median, p25 nor p75.\n */\nexport class Statistics {\n /**\n * Minimum.\n *\n * @type {number}\n */\n min;\n /**\n * Maximum.\n *\n * @type {number}\n */\n max;\n /**\n * Mean.\n *\n * @type {number}\n */\n mean;\n /**\n * Standard deviation.\n *\n * @type {number}\n */\n stdDev;\n /**\n * Median.\n *\n * @type {number|undefined}\n */\n median;\n /**\n * 25th percentile.\n *\n * @type {number|undefined}\n */\n p25;\n /**\n * 75th percentile.\n *\n * @type {number|undefined}\n */\n p75;\n\n /**\n * @param {number} min The minimum.\n * @param {number} max The maxnimum.\n * @param {number} mean The mean.\n * @param {number} stdDev The standard deviation.\n */\n constructor(min, max, mean, stdDev) {\n this.min = min;\n this.max = max;\n this.mean = mean;\n this.stdDev = stdDev;\n }\n}\n\n/**\n * Get statistics on an input array of number.\n * Note: could use {@link https://github.com/tmcw/simple-statistics}.\n *\n * @param {number[]} values The array of values to extract stats from.\n * @param {string[]} flags A list of stat value names to calculate.\n * @returns {Statistics} A statistics object.\n */\nexport function getStats(values, flags) {\n if (includesFullStatsFlags(flags)) {\n return getFullStats(values);\n } else {\n return getBasicStats(values);\n }\n}\n\n/**\n * Does the input flag list contain a full stat element?\n *\n * @param {string[]} flags A list of stat values to calculate.\n * @returns {boolean} True if one of the flags is a full stat flag.\n */\nfunction includesFullStatsFlags(flags) {\n return typeof flags !== 'undefined' &&\n flags !== null &&\n (flags.includes('median') ||\n flags.includes('p25') ||\n flags.includes('p75'));\n}\n\n/**\n * Get simple stats: minimum, maximum, mean and standard deviation\n * of an array of values.\n *\n * @param {number[]} values The array of values to extract stats from.\n * @returns {Statistics} Simple statistics (no median, p25 nor p75).\n */\nexport function getBasicStats(values) {\n let min = values[0];\n let max = min;\n let sum = 0;\n let sumSqr = 0;\n let val = 0;\n const length = values.length;\n for (let i = 0; i < length; ++i) {\n val = values[i];\n if (val < min) {\n min = val;\n } else if (val > max) {\n max = val;\n }\n sum += val;\n sumSqr += val * val;\n }\n\n const mean = sum / length;\n // see http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance\n let variance = sumSqr / length - mean * mean;\n if (variance < 0) {\n variance = 0;\n }\n const stdDev = Math.sqrt(variance);\n\n return new Statistics(min, max, mean, stdDev);\n}\n\n/**\n * Get full stats: minimum, maximum, mean, standard deviation, median, 25%\n * and 75% percentile of an array of values.\n *\n * @param {number[]} values The array of values to extract stats from.\n * @returns {Statistics} Complete statistics (includes median, p25 and p75).\n */\nfunction getFullStats(values) {\n // get basic stats\n const stats = getBasicStats(values);\n\n // sort array... can get slow...\n values.sort(function (a, b) {\n return a - b;\n });\n\n stats.median = getPercentile(values, 0.5);\n stats.p25 = getPercentile(values, 0.25);\n stats.p75 = getPercentile(values, 0.75);\n\n return stats;\n}\n\n/**\n * Get an arrays' percentile. Uses linear interpolation for percentiles\n * that lie between data points.\n * See: {@link https://en.wikipedia.org/wiki/Percentile} (second variant interpolation).\n *\n * @param {number[]} values The sorted array of values.\n * @param {number} ratio The percentile ratio [0-1].\n * @returns {number} The percentile.\n */\nfunction getPercentile(values, ratio) {\n // check input\n if (values.length === 0) {\n throw new Error('Empty array provided for percentile calculation.');\n }\n if (ratio < 0 || ratio > 1) {\n throw new Error(\n 'Invalid ratio provided for percentile calculation: ' + ratio);\n }\n // return min for ratio=0 amd max for ratio=1\n if (ratio === 0) {\n return values[0];\n } else if (ratio === 1) {\n return values[values.length - 1];\n }\n // general case: interpolate between indices if needed\n const i = (values.length - 1) * ratio;\n const i0 = Math.floor(i);\n const v0 = values[i0];\n const v1 = values[i0 + 1];\n return v0 + (v1 - v0) * (i - i0);\n}\n\n/**\n * Unique ID generator.\n *\n * See {@link http://stackoverflow.com/questions/105034/create-guid-uuid-in-javascript}\n * and this {@link http://stackoverflow.com/a/13403498 answer}.\n *\n * @returns {string} A unique ID.\n */\nexport function guid() {\n return Math.random().toString(36).substring(2, 15);\n}\n\n/**\n * Number range.\n */\nexport class NumberRange {\n /**\n * @type {number}\n */\n min;\n /**\n * @type {number}\n */\n max;\n /**\n * @param {number} min The minimum.\n * @param {number} max The maximum.\n */\n constructor(min, max) {\n this.min = min;\n this.max = max;\n }\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Scalar2D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Immutable Spacing class.\n * Warning: the input array is NOT cloned, modifying it will\n * modify the index values.\n */\nexport class Spacing {\n\n /**\n * The spacing values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * @param {number[]} values The spacing values.\n */\n constructor(values) {\n if (!values || typeof values === 'undefined') {\n throw new Error('Cannot create spacing with no values.');\n }\n if (values.length === 0) {\n throw new Error('Cannot create spacing with empty values.');\n }\n const valueCheck = function (val) {\n return !isNaN(val) && val !== 0;\n };\n if (!values.every(valueCheck)) {\n throw new Error('Cannot create spacing with non number or zero values.');\n }\n this.#values = values;\n }\n\n /**\n * Get the spacing value at the given array index.\n *\n * @param {number} i The index to get.\n * @returns {number} The value.\n */\n get(i) {\n return this.#values[i];\n }\n\n /**\n * Get the length of the spacing.\n *\n * @returns {number} The length.\n */\n length() {\n return this.#values.length;\n }\n\n /**\n * Get a string representation of the spacing.\n *\n * @returns {string} The spacing as a string.\n */\n toString() {\n return '(' + this.#values.toString() + ')';\n }\n\n /**\n * Get the values of this spacing.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return this.#values.slice();\n }\n\n /**\n * Check for equality.\n *\n * @param {Spacing} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n // check input\n if (!rhs) {\n return false;\n }\n // check length\n const length = this.length();\n if (length !== rhs.length()) {\n return false;\n }\n // check values\n for (let i = 0; i < length; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Get the 2D base of this size.\n *\n * @returns {Scalar2D} The 2D base [col,row] as {x,y}.\n */\n get2D() {\n return {\n x: this.get(0),\n y: this.get(1)\n };\n }\n\n} // Spacing class\n","import {\n getIdentityMat33,\n REAL_WORLD_EPSILON\n} from '../math/matrix';\nimport {Point3D, Point} from '../math/point';\nimport {Vector3D} from '../math/vector';\nimport {Index} from '../math/index';\nimport {getBasicStats} from '../math/stats';\nimport {precisionRound} from '../utils/string';\nimport {logger} from '../utils/logger';\nimport {Size} from './size';\nimport {Spacing} from './spacing';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Matrix33} from '../math/matrix';\n/* eslint-enable no-unused-vars */\n\n/**\n * 2D/3D Geometry class.\n */\nexport class Geometry {\n\n /**\n * Array of origins.\n *\n * @type {Point3D[]}\n */\n #origins;\n\n /**\n * Data size.\n *\n * @type {Size}\n */\n #size;\n\n /**\n * Data spacing.\n *\n * @type {Spacing}\n */\n #spacing;\n\n /**\n * Local helper object for time points.\n *\n * @type {Object}\n */\n #timeOrigins = {};\n\n /**\n * Initial time index.\n *\n * @type {number}\n */\n #initialTime;\n\n /**\n * Data orientation.\n *\n * @type {Matrix33}\n */\n #orientation = getIdentityMat33();\n\n /**\n * Flag to know if new origins were added.\n *\n * @type {boolean}\n */\n #newOrigins = false;\n\n /**\n * @param {Point3D} origin The object origin (a 3D point).\n * @param {Size} size The object size.\n * @param {Spacing} spacing The object spacing.\n * @param {Matrix33} [orientation] The object orientation (3*3 matrix,\n * default to 3*3 identity).\n * @param {number} [time] Optional time index.\n */\n constructor(origin, size, spacing, orientation, time) {\n this.#origins = [origin];\n this.#size = size;\n this.#spacing = spacing;\n if (typeof time !== 'undefined') {\n this.#initialTime = time;\n this.#timeOrigins[time] = [origin];\n }\n // check input orientation\n if (typeof orientation !== 'undefined') {\n this.#orientation = orientation;\n }\n }\n\n /**\n * Get the time value that was passed at construction.\n *\n * @returns {number} The time value.\n */\n getInitialTime() {\n return this.#initialTime;\n }\n\n /**\n * Get the total number of slices.\n * Can be different from what is stored in the size object\n * during a volume with time points creation process.\n *\n * @returns {number} The total count.\n */\n getCurrentTotalNumberOfSlices() {\n const keys = Object.keys(this.#timeOrigins);\n if (keys.length === 0) {\n return this.#origins.length;\n }\n let count = 0;\n for (let i = 0; i < keys.length; ++i) {\n count += this.#timeOrigins[keys[i]].length;\n }\n return count;\n }\n\n /**\n * Check if a time point has associated slices.\n *\n * @param {number} time The time point to check.\n * @returns {boolean} True if slices are present.\n */\n hasSlicesAtTime(time) {\n return typeof this.#timeOrigins[time] !== 'undefined';\n }\n\n /**\n * Get the number of slices stored for time points preceding\n * the input one.\n *\n * @param {number} time The time point to check.\n * @returns {number|undefined} The count.\n */\n getCurrentNumberOfSlicesBeforeTime(time) {\n const keys = Object.keys(this.#timeOrigins);\n if (keys.length === 0) {\n return undefined;\n }\n let count = 0;\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i];\n if (parseInt(key, 10) === time) {\n break;\n }\n count += this.#timeOrigins[key].length;\n }\n return count;\n }\n\n /**\n * Get the object origin.\n * This should be the lowest origin to ease calculations (?).\n *\n * @returns {Point3D} The object origin.\n */\n getOrigin() {\n return this.#origins[0];\n }\n\n /**\n * Get the object origins.\n *\n * @returns {Point3D[]} The object origins.\n */\n getOrigins() {\n return this.#origins;\n }\n\n /**\n * Check if a point is in the origin list.\n *\n * @param {Point3D} point3D The point to check.\n * @param {number} tol The comparison tolerance\n * default to Number.EPSILON.\n * @returns {boolean} True if in list.\n */\n includesOrigin(point3D, tol) {\n for (let i = 0; i < this.#origins.length; ++i) {\n if (this.#origins[i].isSimilar(point3D, tol)) {\n return true;\n }\n }\n return false;\n }\n\n /**\n * Get the object size.\n * Warning: the size comes as stored in DICOM, meaning that it could\n * be oriented.\n *\n * @param {Matrix33} [viewOrientation] The view orientation (optional).\n * @returns {Size} The object size.\n */\n getSize(viewOrientation) {\n let res = this.#size;\n if (viewOrientation && typeof viewOrientation !== 'undefined') {\n let values = getOrientedArray3D(\n [\n this.#size.get(0),\n this.#size.get(1),\n this.#size.get(2)\n ],\n viewOrientation);\n values = values.map(Math.abs);\n res = new Size(values.concat(this.#size.getValues().slice(3)));\n }\n return res;\n }\n\n /**\n * Calculate slice spacing from origins and replace current\n * if needed.\n */\n #updateSliceSpacing() {\n const geoSliceSpacing = getSliceGeometrySpacing(this.#origins);\n // update local if needed\n if (typeof geoSliceSpacing !== 'undefined' &&\n this.#spacing.get(2) !== geoSliceSpacing) {\n logger.trace('Using geometric spacing ' + geoSliceSpacing +\n ' instead of tag spacing ' + this.#spacing.get(2));\n const values = this.#spacing.getValues();\n values[2] = geoSliceSpacing;\n this.#spacing = new Spacing(values);\n }\n }\n\n /**\n * Get the object spacing.\n * Warning: the spacing comes as stored in DICOM, meaning that it could\n * be oriented.\n *\n * @param {Matrix33} [viewOrientation] The view orientation (optional).\n * @returns {Spacing} The object spacing.\n */\n getSpacing(viewOrientation) {\n // update slice spacing after appendSlice\n if (this.#newOrigins) {\n this.#updateSliceSpacing();\n this.#newOrigins = false;\n }\n let res = this.#spacing;\n if (viewOrientation && typeof viewOrientation !== 'undefined') {\n let orientedValues = getOrientedArray3D(\n [\n this.#spacing.get(0),\n this.#spacing.get(1),\n this.#spacing.get(2)\n ],\n viewOrientation);\n orientedValues = orientedValues.map(Math.abs);\n res = new Spacing(orientedValues);\n }\n return res;\n }\n\n /**\n * Get the image spacing in real world.\n *\n * @returns {Spacing} The object spacing.\n */\n getRealSpacing() {\n // asOneAndZeros to not change spacing values...\n return this.getSpacing(\n this.#orientation.getInverse().asOneAndZeros()\n );\n }\n\n /**\n * Get the object orientation.\n *\n * @returns {Matrix33} The object orientation.\n */\n getOrientation() {\n return this.#orientation;\n }\n\n /**\n * Get the slice position of a point in the current slice layout.\n * Slice indices increase with decreasing origins (high index -> low origin),\n * this simplified the handling of reconstruction since it means\n * the displayed data is in the same 'direction' as the extracted data.\n * As seen in the getOrigin method, the main origin is the lowest one.\n * This implies that the index to world and reverse method do some flipping\n * magic...\n *\n * @param {Point3D} point The point to evaluate.\n * @param {number} time Optional time index.\n * @returns {number} The slice index.\n */\n getSliceIndex(point, time) {\n // cannot use this.worldToIndex(point).getK() since\n // we cannot guaranty consecutive slices...\n\n let localOrigins = this.#origins;\n if (typeof time !== 'undefined') {\n localOrigins = this.#timeOrigins[time];\n }\n\n // find the closest origin\n const closestOriginIndex = point.getClosest(localOrigins);\n const closestOrigin = localOrigins[closestOriginIndex];\n\n // direction between the input point and the closest origin\n const pointDir = point.minus(closestOrigin);\n\n // use third orientation matrix column as plane normal vector\n const normal = new Vector3D(\n this.#orientation.get(0, 2),\n this.#orientation.get(1, 2),\n this.#orientation.get(2, 2)\n );\n\n // codirectional vectors: above slice index\n // oposite vectors: below slice index\n const isCodirectional = normal.isCodirectional(pointDir);\n const sliceIndex = isCodirectional\n ? closestOriginIndex + 1 : closestOriginIndex;\n\n return sliceIndex;\n }\n\n /**\n * Append an origin to the geometry.\n *\n * @param {Point3D} origin The origin to append.\n * @param {number} index The index at which to append.\n * @param {number} [time] Optional time index.\n */\n appendOrigin(origin, index, time) {\n // equal callback\n const equalToOrigin = function (element) {\n return element.equals(origin);\n };\n if (typeof time !== 'undefined') {\n // check if not already in list\n const found = this.#timeOrigins[time].find(equalToOrigin);\n if (typeof found !== 'undefined') {\n throw new Error('Cannot append same time origin twice');\n }\n // add in origin array\n this.#timeOrigins[time].splice(index, 0, origin);\n }\n if (typeof time === 'undefined' || time === this.#initialTime) {\n // check if not already in list\n const found = this.#origins.find(equalToOrigin);\n if (typeof found !== 'undefined') {\n throw new Error('Cannot append same origin twice');\n }\n // update flag\n this.#newOrigins = true;\n // add in origin array\n this.#origins.splice(index, 0, origin);\n // increment second dimension\n const values = this.#size.getValues();\n values[2] += 1;\n this.#size = new Size(values);\n }\n }\n\n /**\n * Append a frame to the geometry.\n *\n * @param {Point3D} origin The origin to append.\n * @param {number} time Optional time index.\n */\n appendFrame(origin, time) {\n // add origin to list\n this.#timeOrigins[time] = [origin];\n // increment third dimension\n const sizeValues = this.#size.getValues();\n const spacingValues = this.#spacing.getValues();\n if (sizeValues.length === 4) {\n sizeValues[3] += 1;\n } else {\n sizeValues.push(2);\n spacingValues.push(1);\n }\n this.#size = new Size(sizeValues);\n this.#spacing = new Spacing(spacingValues);\n }\n\n /**\n * Get a string representation of the geometry.\n *\n * @returns {string} The geometry as a string.\n */\n toString() {\n return 'Origin: ' + this.getOrigin() +\n ', Size: ' + this.getSize() +\n ', Spacing: ' + this.getSpacing() +\n ', Orientation: ' + this.getOrientation();\n }\n\n /**\n * Check for equality.\n *\n * @param {Geometry} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getOrigin().equals(rhs.getOrigin()) &&\n this.getSize().equals(rhs.getSize()) &&\n this.getSpacing().equals(rhs.getSpacing());\n }\n\n /**\n * Check that a point is within bounds.\n *\n * @param {Point} point The point to check.\n * @returns {boolean} True if the given coordinates are within bounds.\n */\n isInBounds(point) {\n return this.isIndexInBounds(this.worldToIndex(point));\n }\n\n /**\n * Check that a index is within bounds.\n *\n * @param {Index} index The index to check.\n * @param {number[]} [dirs] Optional list of directions to check.\n * @returns {boolean} True if the given coordinates are within bounds.\n */\n isIndexInBounds(index, dirs) {\n return this.getSize().isInBounds(index, dirs);\n }\n\n /**\n * Convert an index into world coordinates.\n *\n * @param {Index} index The index to convert.\n * @returns {Point} The corresponding point.\n */\n indexToWorld(index) {\n // apply spacing\n // (spacing is oriented, apply before orientation)\n const spacing = this.getSpacing();\n const orientedPoint3D = new Point3D(\n index.get(0) * spacing.get(0),\n index.get(1) * spacing.get(1),\n index.get(2) * spacing.get(2)\n );\n // de-orient\n const point3D = this.getOrientation().multiplyPoint3D(orientedPoint3D);\n // keep >3d values\n const values = index.getValues();\n const origin = this.getOrigin();\n values[0] = origin.getX() + point3D.getX();\n values[1] = origin.getY() + point3D.getY();\n values[2] = origin.getZ() + point3D.getZ();\n // return point\n return new Point(values);\n }\n\n /**\n * Convert a 3D point into world coordinates.\n *\n * @param {Point3D} point The 3D point to convert.\n * @returns {Point3D} The corresponding world 3D point.\n */\n pointToWorld(point) {\n // apply spacing\n // (spacing is oriented, apply before orientation)\n const spacing = this.getSpacing();\n const orientedPoint3D = new Point3D(\n point.getX() * spacing.get(0),\n point.getY() * spacing.get(1),\n point.getZ() * spacing.get(2)\n );\n // de-orient\n const point3D = this.getOrientation().multiplyPoint3D(orientedPoint3D);\n // return point3D\n const origin = this.getOrigin();\n return new Point3D(\n origin.getX() + point3D.getX(),\n origin.getY() + point3D.getY(),\n origin.getZ() + point3D.getZ()\n );\n }\n\n /**\n * Convert world coordinates into an index.\n *\n * @param {Point} point The point to convert.\n * @returns {Index} The corresponding index.\n */\n worldToIndex(point) {\n // compensate for origin\n // (origin is not oriented, compensate before orientation)\n // TODO: use slice origin...\n const origin = this.getOrigin();\n const point3D = new Point3D(\n point.get(0) - origin.getX(),\n point.get(1) - origin.getY(),\n point.get(2) - origin.getZ()\n );\n // orient\n const orientedPoint3D =\n this.getOrientation().getInverse().multiplyPoint3D(point3D);\n // keep >3d values\n const values = point.getValues();\n // apply spacing and round\n const spacing = this.getSpacing();\n values[0] = Math.round(orientedPoint3D.getX() / spacing.get(0));\n values[1] = Math.round(orientedPoint3D.getY() / spacing.get(1));\n values[2] = Math.round(orientedPoint3D.getZ() / spacing.get(2));\n\n // return index\n return new Index(values);\n }\n\n /**\n * Convert world coordinates into an point.\n *\n * @param {Point} point The world point to convert.\n * @returns {Point3D} The corresponding point.\n */\n worldToPoint(point) {\n // compensate for origin\n // (origin is not oriented, compensate before orientation)\n const origin = this.getOrigin();\n const point3D = new Point3D(\n point.get(0) - origin.getX(),\n point.get(1) - origin.getY(),\n point.get(2) - origin.getZ()\n );\n // orient\n const orientedPoint3D =\n this.getOrientation().getInverse().multiplyPoint3D(point3D);\n // keep >3d values\n const values = point.getValues();\n // apply spacing and round\n const spacing = this.getSpacing();\n values[0] = orientedPoint3D.getX() / spacing.get(0);\n values[1] = orientedPoint3D.getY() / spacing.get(1);\n values[2] = orientedPoint3D.getZ() / spacing.get(2);\n\n // return index\n return new Point3D(values[0], values[1], values[2]);\n }\n\n} // class Geometry\n\n/**\n * Get the oriented values of an input 3D array.\n *\n * @param {number[]} array3D The 3D array.\n * @param {Matrix33} orientation The orientation 3D matrix.\n * @returns {number[]} The values reordered according to the orientation.\n */\nexport function getOrientedArray3D(array3D, orientation) {\n // values = orientation * orientedValues\n // -> inv(orientation) * values = orientedValues\n return orientation.getInverse().multiplyArray3D(array3D);\n}\n\n/**\n * Get the raw values of an oriented input 3D array.\n *\n * @param {number[]} array3D The 3D array.\n * @param {Matrix33} orientation The orientation 3D matrix.\n * @returns {number[]} The values reordered to compensate the orientation.\n */\nexport function getDeOrientedArray3D(array3D, orientation) {\n // values = orientation * orientedValues\n return orientation.multiplyArray3D(array3D);\n}\n\n/**\n * Get the slice spacing from the difference in the Z directions\n * of input origins.\n *\n * @param {Point3D[]} origins An array of Point3D.\n * @returns {number|undefined} The spacing.\n */\nexport function getSliceGeometrySpacing(origins) {\n // check origins\n if (origins.length <= 1) {\n return;\n }\n\n const spacings = [];\n for (let i = 0; i < origins.length - 1; ++i) {\n const origin1 = origins[i];\n const origin2 = origins[i + 1];\n const sliceSpacing = origin1.getDistance(origin2);\n if (sliceSpacing === 0) {\n throw new Error('Zero slice spacing ' +\n origin1.toString() + ' ' + origin2.toString());\n }\n spacings.push(sliceSpacing);\n }\n\n // use rounded mean value as spacing\n const stats = getBasicStats(spacings);\n const spacing = precisionRound(stats.mean, 4);\n\n // warn if non constant\n if (stats.stdDev > REAL_WORLD_EPSILON) {\n logger.warn('Varying slice spacing, value: ' + spacing +\n ' (mean: ' + stats.mean +\n ', min: ' + stats.min +\n ', max: ' + stats.max +\n ', stdDev: ' + stats.stdDev + ')');\n }\n\n return spacing;\n}\n","import {DataElement} from './dataElement';\n\n/**\n * Pad an input string with a '0' to form a 2 digit one.\n *\n * @param {string} str The string to pad.\n * @returns {string} The padded string.\n */\nfunction padZeroTwoDigit(str) {\n return ('0' + str).slice(-2);\n}\n\n/**\n * Get a 'date' object with {year, monthIndex, day} ready for the\n * Date constructor from a DICOM element with vr=DA.\n *\n * @param {DataElement} element The DICOM element with date information.\n * @returns {{year, monthIndex, day}|undefined} The 'date' object.\n */\nexport function getDate(element) {\n if (typeof element === 'undefined') {\n return undefined;\n }\n if (element.value.length !== 1) {\n return undefined;\n }\n const daValue = element.value[0];\n // Two possible formats:\n // - standard 'YYYYMMDD'\n // - non-standard 'YYYY.MM.DD' (previous ACR-NEMA)\n let monthBeginIndex = 4;\n let dayBeginIndex = 6;\n if (daValue.length === 10) {\n monthBeginIndex = 5;\n dayBeginIndex = 8;\n }\n const daYears = parseInt(daValue.substring(0, 4), 10);\n // 0-11 range\n const daMonthIndex = daValue.length >= monthBeginIndex + 2\n ? parseInt(daValue.substring(\n monthBeginIndex, monthBeginIndex + 2), 10) - 1 : 0;\n const daDay = daValue.length === dayBeginIndex + 2\n ? parseInt(daValue.substring(\n dayBeginIndex, dayBeginIndex + 2), 10) : 0;\n return {\n year: daYears,\n monthIndex: daMonthIndex,\n day: daDay\n };\n}\n\n/**\n * Get a time object with {hours, minutes, seconds} ready for the\n * Date constructor from a DICOM element with vr=TM.\n *\n * @param {DataElement} element The DICOM element with date information.\n * @returns {{hours, minutes, seconds, milliseconds}|undefined} The time object.\n */\nexport function getTime(element) {\n if (typeof element === 'undefined') {\n return undefined;\n }\n if (element.value.length !== 1) {\n return undefined;\n }\n // format: HH[MMSS.FFFFFF]\n const tmValue = element.value[0];\n const tmHours = parseInt(tmValue.substring(0, 2), 10);\n const tmMinutes = tmValue.length >= 4\n ? parseInt(tmValue.substring(2, 4), 10) : 0;\n const tmSeconds = tmValue.length >= 6\n ? parseInt(tmValue.substring(4, 6), 10) : 0;\n const tmFracSecondsStr = tmValue.length >= 8\n ? tmValue.substring(7, 10) : 0;\n const tmMilliSeconds = tmFracSecondsStr === 0 ? 0\n : parseInt(tmFracSecondsStr, 10) *\n Math.pow(10, 3 - tmFracSecondsStr.length);\n return {\n hours: tmHours,\n minutes: tmMinutes,\n seconds: tmSeconds,\n milliseconds: tmMilliSeconds\n };\n}\n\n/**\n * Get a 'dateTime' object with {date, time} ready for the\n * Date constructor from a DICOM element with vr=DT.\n *\n * @param {DataElement} element The DICOM element with date-time information.\n * @returns {{date, time}|undefined} The time object.\n */\nexport function getDateTime(element) {\n if (typeof element === 'undefined') {\n return undefined;\n }\n if (element.value.length !== 1) {\n return undefined;\n }\n // format: YYYYMMDDHHMMSS.FFFFFF&ZZXX\n const dtFullValue = element.value[0];\n // remove offset (&ZZXX)\n const dtValue = dtFullValue.split('&')[0];\n const dateDataElement = new DataElement('DA');\n dateDataElement.value = [dtValue.substring(0, 8)];\n const dtDate = getDate(dateDataElement);\n const timeDataElement = new DataElement('TM');\n timeDataElement.value = [dtValue.substring(8)];\n const dtTime = dtValue.length >= 9\n ? getTime(timeDataElement) : undefined;\n return {\n date: dtDate,\n time: dtTime\n };\n}\n\n/**\n * Extract date values from a Date object.\n *\n * @param {Date} date The input date.\n * @returns {{year, monthIndex, day}} A 'date' object.\n */\nexport function dateToDateObj(date) {\n return {\n year: date.getFullYear().toString(),\n monthIndex: padZeroTwoDigit((date.getMonth() + 1).toString()),\n day: padZeroTwoDigit(date.getDate().toString())\n };\n}\n\n/**\n * Extract time values from a Date object.\n *\n * @param {Date} date The input date.\n * @returns {{hours, minutes, seconds}} A 'time' object.\n */\nexport function dateToTimeObj(date) {\n return {\n hours: padZeroTwoDigit(date.getHours().toString()),\n minutes: padZeroTwoDigit(date.getMinutes().toString()),\n seconds: padZeroTwoDigit(date.getSeconds().toString())\n };\n}\n\n/**\n * Get a DICOM formated date string.\n *\n * @param {{year, monthIndex, day}} dateObj The date to format.\n * @returns {string} The formated date.\n */\nexport function getDicomDate(dateObj) {\n // YYYYMMDD\n return (\n dateObj.year +\n dateObj.monthIndex +\n dateObj.day\n );\n}\n\n/**\n * Get a DICOM formated time string.\n *\n * @param {{hours, minutes, seconds}} dateObj The date to format.\n * @returns {string} The formated time.\n */\nexport function getDicomTime(dateObj) {\n // HHMMSS\n return (\n dateObj.hours +\n dateObj.minutes +\n dateObj.seconds\n );\n}\n\n/**\n * Get a DICOM formated datetime string.\n *\n * @param {{date, time}} datetime The datetime to format.\n * @returns {string} The formated datetime.\n */\nexport function getDicomDateTime(datetime) {\n // HHMMSS\n let res = getDicomDate(datetime.date);\n if (typeof datetime.time !== 'undefined') {\n res += getDicomTime(datetime.time);\n }\n return res;\n}\n","import {\n DicomParser,\n getTransferSyntaxName\n} from './dicomParser';\nimport {\n getDate,\n getTime,\n getDateTime\n} from './dicomDate';\nimport {\n isPixelDataTag,\n isItemDelimitationItemTag,\n isSequenceDelimitationItemTag,\n getItemTag,\n getItemDelimitationItemTag,\n getSequenceDelimitationItemTag,\n getPixelDataTag,\n getTagFromKey\n} from './dicomTag';\nimport {isNativeLittleEndian} from './dataReader';\nimport {getOrientationFromCosines} from '../math/orientation';\nimport {Spacing} from '../image/spacing';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Tag} from './dicomTag';\nimport {DataElement} from './dataElement';\nimport {Matrix33} from '../math/matrix';\n/* eslint-enable no-unused-vars */\n\n/**\n * @typedef {Object} DataElements\n */\n\n/**\n * Dump the DICOM tags to a string in the same way as the\n * DCMTK `dcmdump` command (https://support.dcmtk.org/docs-dcmrt/dcmdump.html).\n *\n * @param {Object} dicomElements The dicom elements.\n * @returns {string} The dumped file.\n */\nexport function dcmdump(dicomElements) {\n const keys = Object.keys(dicomElements);\n let result = '\\n';\n result += '# Dicom-File-Format\\n';\n result += '\\n';\n result += '# Dicom-Meta-Information-Header\\n';\n result += '# Used TransferSyntax: ';\n if (isNativeLittleEndian()) {\n result += 'Little Endian Explicit\\n';\n } else {\n result += 'NOT Little Endian Explicit\\n';\n }\n let dicomElement = null;\n let tag = null;\n let checkHeader = true;\n for (let i = 0, leni = keys.length; i < leni; ++i) {\n dicomElement = dicomElements[keys[i]];\n tag = getTagFromKey(keys[i]);\n if (checkHeader && tag.getGroup() !== '0002') {\n result += '\\n';\n result += '# Dicom-Data-Set\\n';\n result += '# Used TransferSyntax: ';\n const syntax = dicomElements['00020010'].value[0];\n result += getTransferSyntaxName(syntax);\n result += '\\n';\n checkHeader = false;\n }\n result += getElementAsString(tag, dicomElement) + '\\n';\n }\n return result;\n}\n\n/**\n * Get a data element value as a string.\n *\n * @param {Tag} tag The DICOM tag.\n * @param {object} dicomElement The DICOM element.\n * @param {boolean} [pretty] When set to true, returns a 'pretified' content.\n * @returns {string} A string representation of the DICOM element.\n */\nfunction getElementValueAsString(tag, dicomElement, pretty) {\n let str = '';\n const strLenLimit = 65;\n\n // dafault to pretty output\n if (typeof pretty === 'undefined') {\n pretty = true;\n }\n // check dicom element input\n if (typeof dicomElement === 'undefined' || dicomElement === null) {\n return str;\n }\n\n // Polyfill for Number.isInteger.\n const isInteger = Number.isInteger || function (value) {\n return typeof value === 'number' &&\n isFinite(value) &&\n Math.floor(value) === value;\n };\n\n // TODO Support sequences.\n\n if (dicomElement.vr !== 'SQ' &&\n dicomElement.value.length === 1 && dicomElement.value[0] === '') {\n str += '(no value available)';\n } else if (isPixelDataTag(tag) &&\n dicomElement.undefinedLength) {\n str = '(PixelSequence)';\n } else if (dicomElement.vr === 'DA' && pretty) {\n const daObj = getDate(dicomElement);\n const da = new Date(daObj.year, daObj.monthIndex, daObj.day);\n str = da.toLocaleDateString();\n } else if (dicomElement.vr === 'TM' && pretty) {\n const tmObj = getTime(dicomElement);\n str = tmObj.hours + ':' + tmObj.minutes + ':' + tmObj.seconds;\n } else {\n let isOtherVR = false;\n if (dicomElement.vr.length !== 0) {\n isOtherVR = (dicomElement.vr[0].toUpperCase() === 'O');\n }\n const isFloatNumberVR = (dicomElement.vr === 'FL' ||\n dicomElement.vr === 'FD' ||\n dicomElement.vr === 'DS');\n let valueStr = '';\n for (let k = 0, lenk = dicomElement.value.length; k < lenk; ++k) {\n valueStr = '';\n if (k !== 0) {\n valueStr += '\\\\';\n }\n if (isFloatNumberVR) {\n const num = Number(dicomElement.value[k]);\n if (!isInteger(num) && pretty) {\n valueStr += num.toPrecision(4);\n } else {\n valueStr += num.toString();\n }\n } else if (isOtherVR) {\n let tmp = dicomElement.value[k].toString(16);\n if (dicomElement.vr === 'OB') {\n tmp = '00'.substring(0, 2 - tmp.length) + tmp;\n } else {\n tmp = '0000'.substring(0, 4 - tmp.length) + tmp;\n }\n valueStr += tmp;\n } else {\n valueStr += dicomElement.value[k];\n }\n // check length\n if (str.length + valueStr.length <= strLenLimit) {\n str += valueStr;\n } else {\n str += '...';\n break;\n }\n }\n }\n return str;\n}\n\n/**\n * Get a data element as a string.\n *\n * @param {Tag} tag The DICOM tag.\n * @param {object} dicomElement The DICOM element.\n * @param {string} [prefix] A string to prepend this one.\n * @returns {string} The element as a string.\n */\nfunction getElementAsString(tag, dicomElement, prefix) {\n // default prefix\n prefix = prefix || '';\n\n // get tag anme from dictionary\n const tagName = tag.getNameFromDictionary();\n\n let deSize = dicomElement.value.length;\n let isOtherVR = false;\n if (dicomElement.vr.length !== 0) {\n isOtherVR = (dicomElement.vr[0].toUpperCase() === 'O');\n }\n\n // no size for delimitations\n if (isItemDelimitationItemTag(tag) ||\n isSequenceDelimitationItemTag(tag)) {\n deSize = 0;\n } else if (isOtherVR) {\n deSize = 1;\n }\n\n const isPixSequence = (isPixelDataTag(tag) &&\n dicomElement.undefinedLength);\n\n let line = null;\n\n // (group,element)\n line = '(';\n line += tag.getGroup().toLowerCase();\n line += ',';\n line += tag.getElement().toLowerCase();\n line += ') ';\n // value representation\n line += dicomElement.vr;\n // value\n if (dicomElement.vr !== 'SQ' &&\n dicomElement.value.length === 1 &&\n dicomElement.value[0] === '') {\n line += ' (no value available)';\n deSize = 0;\n } else {\n // simple number display\n if (dicomElement.vr === 'na') {\n line += ' ';\n line += dicomElement.value[0];\n } else if (isPixSequence) {\n // pixel sequence\n line += ' (PixelSequence #=' + deSize + ')';\n } else if (dicomElement.vr === 'SQ') {\n line += ' (Sequence with';\n if (dicomElement.undefinedLength) {\n line += ' undefined';\n } else {\n line += ' explicit';\n }\n line += ' length #=';\n line += dicomElement.value.length;\n line += ')';\n } else if (isOtherVR ||\n dicomElement.vr === 'pi' ||\n dicomElement.vr === 'UL' ||\n dicomElement.vr === 'US' ||\n dicomElement.vr === 'SL' ||\n dicomElement.vr === 'SS' ||\n dicomElement.vr === 'FL' ||\n dicomElement.vr === 'FD' ||\n dicomElement.vr === 'AT') {\n // 'O'ther array, limited display length\n line += ' ';\n line += getElementValueAsString(tag, dicomElement, false);\n } else {\n // default\n line += ' [';\n line += getElementValueAsString(tag, dicomElement, false);\n line += ']';\n }\n }\n\n // align #\n const nSpaces = 55 - line.length;\n if (nSpaces > 0) {\n for (let s = 0; s < nSpaces; ++s) {\n line += ' ';\n }\n }\n line += ' # ';\n if (dicomElement.vl < 100) {\n line += ' ';\n }\n if (dicomElement.vl < 10) {\n line += ' ';\n }\n line += dicomElement.vl;\n line += ', ';\n line += deSize; //dictElement[1];\n line += ' ';\n if (tagName !== null) {\n line += tagName;\n } else {\n line += 'Unknown Tag & Data';\n }\n\n let message = null;\n\n // continue for sequence\n if (dicomElement.vr === 'SQ') {\n let item = null;\n for (let l = 0, lenl = dicomElement.value.length; l < lenl; ++l) {\n item = dicomElement.value[l];\n const itemKeys = Object.keys(item);\n if (itemKeys.length === 0) {\n continue;\n }\n\n // get the item element\n const itemTag = getItemTag();\n const itemElement = item['FFFEE000'];\n message = '(Item with';\n if (itemElement.undefinedLength) {\n message += ' undefined';\n } else {\n message += ' explicit';\n }\n message += ' length #=' + (itemKeys.length - 1) + ')';\n itemElement.value = [message];\n itemElement.vr = 'na';\n\n line += '\\n';\n line += getElementAsString(itemTag, itemElement, prefix + ' ');\n\n for (let m = 0, lenm = itemKeys.length; m < lenm; ++m) {\n const itemTag = getTagFromKey(itemKeys[m]);\n if (itemKeys[m] !== 'xFFFEE000') {\n line += '\\n';\n line += getElementAsString(itemTag, item[itemKeys[m]],\n prefix + ' ');\n }\n }\n\n message = '(ItemDelimitationItem';\n if (!itemElement.undefinedLength) {\n message += ' for re-encoding';\n }\n message += ')';\n const itemDelimTag = getItemDelimitationItemTag();\n const itemDelimElement = {\n vr: 'na',\n vl: '0',\n value: [message]\n };\n line += '\\n';\n line += getElementAsString(\n itemDelimTag, itemDelimElement, prefix + ' ');\n\n }\n\n message = '(SequenceDelimitationItem';\n if (!dicomElement.undefinedLength) {\n message += ' for re-encod.';\n }\n message += ')';\n const sqDelimTag = getSequenceDelimitationItemTag();\n const sqDelimElement = {\n vr: 'na',\n vl: '0',\n value: [message]\n };\n line += '\\n';\n line += getElementAsString(sqDelimTag, sqDelimElement, prefix);\n } else if (isPixSequence) {\n // pixel sequence\n let pixItem = null;\n for (let n = 0, lenn = dicomElement.value.length; n < lenn; ++n) {\n pixItem = dicomElement.value[n];\n line += '\\n';\n pixItem.vr = 'pi';\n line += getElementAsString(\n getPixelDataTag(), pixItem, prefix + ' ');\n }\n\n const pixDelimTag = getSequenceDelimitationItemTag();\n const pixDelimElement = {\n vr: 'na',\n vl: '0',\n value: ['(SequenceDelimitationItem)']\n };\n line += '\\n';\n line += getElementAsString(pixDelimTag, pixDelimElement, prefix);\n }\n\n return prefix + line;\n}\n\n/**\n * Extract the 2D size from dicom elements.\n *\n * @param {DataElements} elements The DICOM elements.\n * @returns {number[]} The size.\n */\nexport function getImage2DSize(elements) {\n // rows\n const rows = elements['00280010'];\n if (typeof rows === 'undefined') {\n throw new Error('Missing DICOM image number of rows');\n }\n if (rows.value.length === 0) {\n throw new Error('Empty DICOM image number of rows');\n }\n // columns\n const columns = elements['00280011'];\n if (typeof columns === 'undefined') {\n throw new Error('Missing DICOM image number of columns');\n }\n if (columns.value.length === 0) {\n throw new Error('Empty DICOM image number of columns');\n }\n return [columns.value[0], rows.value[0]];\n}\n\n/**\n * Get the pixel spacing from the different spacing tags.\n *\n * @param {DataElements} elements The DICOM elements.\n * @returns {Spacing} The read spacing or the default [1,1].\n */\nexport function getPixelSpacing(elements) {\n // default\n let rowSpacing = 1;\n let columnSpacing = 1;\n\n // 1. PixelSpacing\n // 2. ImagerPixelSpacing\n // 3. NominalScannedPixelSpacing\n // 4. PixelAspectRatio\n const keys = ['00280030', '00181164', '00182010', '00280034'];\n for (let k = 0; k < keys.length; ++k) {\n const spacing = elements[keys[k]];\n if (spacing && spacing.value.length === 2) {\n // spacing order: [row, column]\n rowSpacing = parseFloat(spacing.value[0]);\n columnSpacing = parseFloat(spacing.value[1]);\n break;\n }\n }\n\n // check\n if (columnSpacing === 0) {\n logger.warn('Zero column spacing.');\n columnSpacing = 1;\n }\n if (rowSpacing === 0) {\n logger.warn('Zero row spacing.');\n rowSpacing = 1;\n }\n\n // return\n // (slice spacing will be calculated using the image position patient)\n return new Spacing([columnSpacing, rowSpacing, 1]);\n}\n\n/**\n * Get the pixel data unit.\n *\n * @param {DataElements} elements The DICOM elements.\n * @returns {string|null} The unit value if available.\n */\nexport function getPixelUnit(elements) {\n let unit;\n // 1. RescaleType\n // 2. Units (for PET)\n const keys = ['00281054', '00541001'];\n for (let i = 0; i < keys.length; ++i) {\n const element = elements[keys[i]];\n if (typeof element !== 'undefined') {\n unit = element.value[0];\n break;\n }\n }\n // default rescale type for CT\n if (typeof unit === 'undefined') {\n const element = elements['00080060'];\n if (typeof element !== 'undefined') {\n const modality = element.value[0];\n if (modality === 'CT') {\n unit = 'HU';\n }\n }\n }\n return unit;\n}\n\n/**\n * Check the dimension organization from a dicom element.\n *\n * @param {DataElements} dataElements The root dicom element.\n * @returns {object} The dimension organizations and indices.\n */\nexport function getDimensionOrganization(dataElements) {\n // Dimension Organization Sequence (required)\n const orgSq = dataElements['00209221'];\n if (typeof orgSq === 'undefined' || orgSq.value.length !== 1) {\n throw new Error('Unsupported dimension organization sequence length');\n }\n // Dimension Organization UID\n const orgUID = orgSq.value[0]['00209164'].value[0];\n\n // Dimension Index Sequence (conditionally required)\n const indices = [];\n const indexSqElem = dataElements['00209222'];\n if (typeof indexSqElem !== 'undefined') {\n const indexSq = indexSqElem.value;\n // expecting 2D index\n if (indexSq.length !== 2) {\n throw new Error('Unsupported dimension index sequence length');\n }\n let indexPointer;\n for (let i = 0; i < indexSq.length; ++i) {\n // Dimension Organization UID (required)\n const indexOrg = indexSq[i]['00209164'].value[0];\n if (indexOrg !== orgUID) {\n throw new Error(\n 'Dimension Index Sequence contains a unknown Dimension Organization');\n }\n // Dimension Index Pointer (required)\n indexPointer = indexSq[i]['00209165'].value[0];\n\n const index = {\n DimensionOrganizationUID: indexOrg,\n DimensionIndexPointer: indexPointer\n };\n // Dimension Description Label (optional)\n if (typeof indexSq[i]['00209421'] !== 'undefined') {\n index.DimensionDescriptionLabel = indexSq[i]['00209421'].value[0];\n }\n // store\n indices.push(index);\n }\n // expecting Image Position at last position\n if (indexPointer !== '(0020,0032)') {\n throw new Error('Unsupported non image position as last index');\n }\n }\n\n return {\n organizations: {\n value: [\n {\n DimensionOrganizationUID: orgUID\n }\n ]\n },\n indices: {\n value: indices\n }\n };\n}\n\n/**\n * Get a spacing object from a dicom measure element.\n *\n * @param {DataElements} dataElements The dicom element.\n * @returns {Spacing} A spacing object.\n */\nexport function getSpacingFromMeasure(dataElements) {\n // Pixel Spacing\n if (typeof dataElements['00280030'] === 'undefined') {\n return null;\n }\n const pixelSpacing = dataElements['00280030'];\n // spacing order: [row, column]\n const spacingValues = [\n parseFloat(pixelSpacing.value[1]),\n parseFloat(pixelSpacing.value[0]),\n ];\n // Spacing Between Slices\n if (typeof dataElements['00180088'] !== 'undefined') {\n spacingValues.push(parseFloat(dataElements['00180088'].value[0]));\n }\n return new Spacing(spacingValues);\n}\n\n/**\n * Get an orientation matrix from a dicom orientation element.\n *\n * @param {DataElements} dataElements The dicom element.\n * @returns {Matrix33|undefined} The orientation matrix.\n */\nexport function getOrientationMatrix(dataElements) {\n const imageOrientationPatient = dataElements['00200037'];\n let orientationMatrix;\n // slice orientation (cosines are matrices' columns)\n // http://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.7.6.2.html#sect_C.7.6.2.1.1\n if (typeof imageOrientationPatient !== 'undefined') {\n orientationMatrix =\n getOrientationFromCosines(\n imageOrientationPatient.value.map((item) => parseFloat(item))\n );\n }\n return orientationMatrix;\n}\n\n/**\n * Get a dicom item from a measure sequence.\n *\n * @param {Spacing} spacing The spacing object.\n * @returns {object} The dicom item.\n */\nexport function getDicomMeasureItem(spacing) {\n return {\n SpacingBetweenSlices: spacing.get(2),\n PixelSpacing: [spacing.get(1), spacing.get(0)]\n };\n}\n\n/**\n * Get a dicom element from a plane orientation sequence.\n *\n * @param {Matrix33} orientation The image orientation.\n * @returns {object} The dicom element.\n */\nexport function getDicomPlaneOrientationItem(orientation) {\n return {\n ImageOrientationPatient: [\n orientation.get(0, 0),\n orientation.get(1, 0),\n orientation.get(2, 0),\n orientation.get(0, 1),\n orientation.get(1, 1),\n orientation.get(2, 1)\n ]\n };\n}\n\n/**\n * Check an input tag.\n *\n * @param {object} element The element to check.\n * @param {string} name The element name.\n * @param {Array} [values] The expected values.\n * @returns {string} A warning if the element is not as expected.\n */\nfunction checkTag(element, name, values) {\n let warning = '';\n if (typeof element === 'undefined') {\n warning += ' ' + name + ' is undefined,';\n } else if (element.value.length === 0) {\n warning += ' ' + name + ' is empty,';\n } else {\n if (typeof values !== 'undefined') {\n for (let i = 0; i < values.length; ++i) {\n if (!element.value.includes(values[i])) {\n warning += ' ' + name + ' does not contain ' + values[i] +\n ' (value: ' + element.value + '),';\n }\n }\n }\n }\n return warning;\n}\n\n/**\n * Get the decayed dose (Bq).\n *\n * @param {object} elements The DICOM elements to check.\n * @returns {object} The value and a warning if\n * the elements are not as expected.\n */\nfunction getDecayedDose(elements) {\n let warning = '';\n let warn;\n\n // SeriesDate (type1)\n const seriesDateEl = elements['00080021'];\n const seriesDateObj = getDate(seriesDateEl);\n\n let totalDose;\n let halfLife;\n let radioStart;\n\n const radioInfoSqStr = 'RadiopharmaceuticalInformationSequence (00540016)';\n const radioInfoSq = elements['00540016'];\n warning += checkTag(radioInfoSq, radioInfoSqStr);\n if (typeof radioInfoSq !== 'undefined') {\n if (radioInfoSq.value.length !== 1) {\n logger.warn(\n 'Found more than 1 istopes in RadiopharmaceuticalInformation Sequence.'\n );\n }\n\n // RadionuclideTotalDose (type3, Bq)\n const totalDoseStr = 'RadionuclideTotalDose (00181074)';\n const totalDoseEl = radioInfoSq.value[0]['00181074'];\n warn = checkTag(totalDoseEl, totalDoseStr);\n if (warn.length === 0) {\n totalDose = totalDoseEl.value[0];\n } else {\n warning += warn;\n }\n\n // RadionuclideHalfLife (type3, seconds)\n const halfLifeStr = 'RadionuclideHalfLife (00181075)';\n const halfLifeEl = radioInfoSq.value[0]['00181075'];\n warn = checkTag(halfLifeEl, halfLifeStr);\n if (warn.length === 0) {\n halfLife = parseFloat(halfLifeEl.value[0]);\n } else {\n warning += warn;\n }\n\n // RadiopharmaceuticalStartDateTime (type3)\n const radioStartDateTimeEl = radioInfoSq.value[0]['00181078'];\n let radioStartDateObj;\n let radioStartTimeObj;\n if (typeof radioStartDateTimeEl === 'undefined') {\n // use seriesDate as radioStartDate\n radioStartDateObj = seriesDateObj;\n // try RadiopharmaceuticalStartTime (type3)\n const radioStartTimeEl = radioInfoSq.value[0]['00181072'];\n radioStartTimeObj = getTime(radioStartTimeEl);\n } else {\n const radioStartDateTime = getDateTime(radioStartDateTimeEl);\n radioStartDateObj = radioStartDateTime.date;\n radioStartTimeObj = radioStartDateTime.time;\n }\n if (typeof radioStartTimeObj === 'undefined') {\n radioStartTimeObj = {\n hours: 0, minutes: 0, seconds: 0, milliseconds: 0\n };\n }\n radioStart = new Date(\n radioStartDateObj.year,\n radioStartDateObj.monthIndex,\n radioStartDateObj.day,\n radioStartTimeObj.hours,\n radioStartTimeObj.minutes,\n radioStartTimeObj.seconds,\n radioStartTimeObj.milliseconds\n );\n }\n\n // SeriesTime (type1)\n const seriesTimeEl = elements['00080031'];\n const seriesTimeObj = getTime(seriesTimeEl);\n // Series date/time\n let scanStart = new Date(\n seriesDateObj.year,\n seriesDateObj.monthIndex,\n seriesDateObj.day,\n seriesTimeObj.hours,\n seriesTimeObj.minutes,\n seriesTimeObj.seconds,\n seriesTimeObj.milliseconds\n );\n\n // scanStart Date check\n // AcquisitionDate (type3)\n const acqDateEl = elements['00080022'];\n // AcquisitionTime (type3)\n const acqTimeEl = elements['00080032'];\n if (typeof acqDateEl !== 'undefined' &&\n typeof acqTimeEl !== 'undefined') {\n const acqDateObj = getDate(acqDateEl);\n const acqTimeObj = getTime(acqTimeEl);\n const acqDate = new Date(\n acqDateObj.year,\n acqDateObj.monthIndex,\n acqDateObj.day,\n acqTimeObj.hours,\n acqTimeObj.minutes,\n acqTimeObj.seconds,\n acqTimeObj.milliseconds\n );\n\n if (scanStart > acqDate) {\n const diff = scanStart.getTime() - acqDate.getTime();\n const warn = 'Series date/time is after Aquisition date/time (diff=' +\n diff.toString() + 'ms) ';\n logger.debug(warn);\n\n // back compute from center (average count rate) of time window\n // for bed position (frame) in series (reliable in all cases)\n\n let frameRefTime = 0;\n const frameRefTimeElStr = 'FrameReferenceTime (00541300)';\n const frameRefTimeEl = elements['00541300'];\n warning += checkTag(frameRefTimeEl, frameRefTimeElStr);\n if (typeof frameRefTimeEl !== 'undefined') {\n frameRefTime = frameRefTimeEl.value[0];\n }\n let actualFrameDuration = 0;\n const actualFrameDurationElStr = 'ActualFrameDuration (0018,1242)';\n const actualFrameDurationEl = elements['00181242'];\n warning += checkTag(actualFrameDurationEl, actualFrameDurationElStr);\n if (typeof actualFrameDurationEl !== 'undefined') {\n actualFrameDuration = actualFrameDurationEl.value[0];\n }\n if (frameRefTime > 0 && actualFrameDuration > 0) {\n // convert to seconds\n actualFrameDuration = actualFrameDuration / 1000;\n frameRefTime = frameRefTime / 1000;\n const decayConstant = Math.log(2) / halfLife;\n const decayDuringFrame = decayConstant * actualFrameDuration;\n const averageCountRateTimeWithinFrame =\n 1 /\n decayConstant *\n Math.log(decayDuringFrame / (1 - Math.exp(-decayDuringFrame)));\n const offsetSeconds = averageCountRateTimeWithinFrame - frameRefTime;\n scanStart = new Date(\n acqDateObj.year,\n acqDateObj.monthIndex,\n acqDateObj.day,\n acqTimeObj.hours,\n acqTimeObj.minutes,\n acqTimeObj.seconds + offsetSeconds,\n acqTimeObj.milliseconds\n );\n }\n }\n }\n\n // decayed dose (Bq)\n let decayedDose;\n if (typeof scanStart !== 'undefined' &&\n typeof radioStart !== 'undefined' &&\n typeof totalDose !== 'undefined' &&\n typeof halfLife !== 'undefined') {\n // decay time (s) (Date diff is in milliseconds)\n const decayTime = (scanStart.getTime() - radioStart.getTime()) / 1000;\n const decay = Math.pow(2, (-decayTime / halfLife));\n decayedDose = totalDose * decay;\n }\n\n return {\n value: decayedDose,\n warning: warning\n };\n}\n\n/**\n * Get the PET SUV factor.\n *\n * Ref:\n * - {@link https://qibawiki.rsna.org/index.php/Standardized_Uptake_Value_(SUV)#SUV_Calculation},\n * - {@link https://qibawiki.rsna.org/images/6/62/SUV_vendorneutral_pseudocode_happypathonly_20180626_DAC.pdf},\n * - {@link https://qibawiki.rsna.org/images/8/86/SUV_vendorneutral_pseudocode_20180626_DAC.pdf}.\n *\n * @param {object} elements The DICOM elements.\n * @returns {object} The value and a warning if\n * the elements are not as expected.\n */\nexport function getSuvFactor(elements) {\n let warning = '';\n\n // CorrectedImage (type2): must contain ATTN and DECY\n const corrImageTagStr = 'Corrected Image (00280051)';\n const corrImageEl = elements['00280051'];\n warning += checkTag(corrImageEl, corrImageTagStr, ['ATTN', 'DECY']);\n // DecayCorrection (type1): must be START\n const decayCorrTagStr = 'Decay Correction (00541102)';\n const decayCorrEl = elements['00541102'];\n warning += checkTag(decayCorrEl, decayCorrTagStr, ['START']);\n // Units (type1): must be BQML\n const unitTagStr = 'Units (00541001)';\n const unitEl = elements['00541001'];\n warning += checkTag(unitEl, unitTagStr, ['BQML']);\n\n // PatientWeight (type3, kg)\n let patWeight;\n const patientWeightStr = ' PatientWeight (00101030)';\n const patWeightEl = elements['00101030'];\n const warn = checkTag(patWeightEl, patientWeightStr);\n if (warn.length === 0) {\n patWeight = patWeightEl.value[0];\n } else {\n warning += warn;\n }\n\n // Decayed dose (Bq)\n const decayedDose = getDecayedDose(elements);\n warning += decayedDose.warning;\n\n const result = {};\n if (warning.length !== 0) {\n result.warning = 'Cannot calculate PET SUV:' + warning;\n } else {\n // SUV factor (grams/Bq)\n result.value = (patWeight * 1000) / decayedDose.value;\n }\n\n return result;\n}\n\n/**\n * Get the file list from a DICOMDIR.\n *\n * @param {object} data The buffer data of the DICOMDIR.\n * @returns {Array|undefined} The file list as an array ordered by\n * STUDY > SERIES > IMAGES.\n */\nexport function getFileListFromDicomDir(data) {\n // parse file\n const parser = new DicomParser();\n parser.parse(data);\n const elements = parser.getDicomElements();\n\n // Directory Record Sequence\n if (typeof elements['00041220'] === 'undefined' ||\n typeof elements['00041220'].value === 'undefined') {\n logger.warn('No Directory Record Sequence found in DICOMDIR.');\n return undefined;\n }\n const dirSeq = elements['00041220'].value;\n\n if (dirSeq.length === 0) {\n logger.warn('The Directory Record Sequence of the DICOMDIR is empty.');\n return undefined;\n }\n\n const records = [];\n let series = null;\n let study = null;\n for (let i = 0; i < dirSeq.length; ++i) {\n // Directory Record Type\n if (typeof dirSeq[i]['00041430'] === 'undefined' ||\n typeof dirSeq[i]['00041430'].value === 'undefined') {\n continue;\n }\n const recType = dirSeq[i]['00041430'].value[0];\n\n // supposed to come in order...\n if (recType === 'STUDY') {\n study = [];\n records.push(study);\n } else if (recType === 'SERIES') {\n series = [];\n study.push(series);\n } else if (recType === 'IMAGE') {\n // Referenced File ID\n if (typeof dirSeq[i]['00041500'] === 'undefined' ||\n typeof dirSeq[i]['00041500'].value === 'undefined') {\n continue;\n }\n const refFileIds = dirSeq[i]['00041500'].value;\n // join ids\n series.push(refFileIds.join('/'));\n }\n }\n return records;\n}\n\n/**\n * Methods used to extract values from DICOM elements.\n *\n * Implemented as class and method to allow for override via its prototype.\n */\nexport class TagValueExtractor {\n /**\n * Get the time.\n *\n * @param {Object} _elements The DICOM elements.\n * @returns {number|undefined} The time value if available.\n */\n getTime(_elements) {\n // default returns undefined\n return undefined;\n }\n}\n","import {Size} from './size';\nimport {Geometry} from './geometry';\nimport {RescaleSlopeAndIntercept} from './rsi';\nimport {WindowLevel} from './windowLevel';\nimport {Image} from './image';\nimport {luts} from './luts';\nimport {\n isJpeg2000TransferSyntax,\n isJpegBaselineTransferSyntax,\n isJpegLosslessTransferSyntax\n} from '../dicom/dicomParser';\nimport {\n getImage2DSize,\n getPixelSpacing,\n getPixelUnit,\n TagValueExtractor,\n getSuvFactor,\n getOrientationMatrix\n} from '../dicom/dicomElementsWrapper';\nimport {Point3D} from '../math/point';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from '../dicom/dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * @typedef {Object} DataElements\n */\n\n/**\n * {@link Image} factory.\n */\nexport class ImageFactory {\n\n /**\n * Possible warning created by checkElements.\n *\n * @type {string|undefined}\n */\n #warning;\n\n /**\n * The PET SUV factor.\n *\n * @type {number|undefined}\n */\n #suvFactor;\n\n /**\n * Get a warning string if elements are not as expected.\n * Created by checkElements.\n *\n * @returns {string|undefined} The warning.\n */\n getWarning() {\n return this.#warning;\n }\n\n /**\n * Check dicom elements. Throws an error if not suitable.\n *\n * @param {DataElements} dataElements The DICOM data elements.\n * @returns {string|undefined} A possible warning.\n */\n checkElements(dataElements) {\n // reset\n this.#warning = undefined;\n // will throw if columns or rows is not defined\n getImage2DSize(dataElements);\n // check PET SUV\n let modality;\n const element = dataElements['00080060'];\n if (typeof element !== 'undefined') {\n modality = element.value[0];\n if (modality === 'PT') {\n const suvFactor = getSuvFactor(dataElements);\n this.#suvFactor = suvFactor.value;\n this.#warning = suvFactor.warning;\n }\n }\n\n return this.#warning;\n }\n\n /**\n * Get an {@link Image} object from the read DICOM file.\n *\n * @param {DataElements} dataElements The DICOM tags.\n * @param {Uint8Array | Int8Array |\n * Uint16Array | Int16Array |\n * Uint32Array | Int32Array} pixelBuffer The pixel buffer.\n * @param {number} numberOfFiles The input number of files.\n * @returns {Image} A new Image.\n */\n create(dataElements, pixelBuffer, numberOfFiles) {\n const size2D = getImage2DSize(dataElements);\n const sizeValues = [size2D[0], size2D[1], 1];\n\n // NumberOfFrames\n const numberOfFramesEl = dataElements['00280008'];\n if (typeof numberOfFramesEl !== 'undefined') {\n const number = parseInt(numberOfFramesEl.value[0], 10);\n if (number > 1) {\n sizeValues.push(number);\n }\n }\n\n // image size\n const size = new Size(sizeValues);\n\n // image spacing\n const spacing = getPixelSpacing(dataElements);\n\n // TransferSyntaxUID\n const syntax = dataElements['00020010'].value[0];\n const jpeg2000 = isJpeg2000TransferSyntax(syntax);\n const jpegBase = isJpegBaselineTransferSyntax(syntax);\n const jpegLoss = isJpegLosslessTransferSyntax(syntax);\n\n // ImagePositionPatient\n const imagePositionPatient = dataElements['00200032'];\n // slice position\n let slicePosition = new Array(0, 0, 0);\n if (typeof imagePositionPatient !== 'undefined') {\n slicePosition = [\n parseFloat(imagePositionPatient.value[0]),\n parseFloat(imagePositionPatient.value[1]),\n parseFloat(imagePositionPatient.value[2])\n ];\n }\n\n // Image orientation patient\n const orientationMatrix = getOrientationMatrix(dataElements);\n\n // geometry\n const origin = new Point3D(\n slicePosition[0], slicePosition[1], slicePosition[2]);\n const extractor = new TagValueExtractor();\n const time = extractor.getTime(dataElements);\n const geometry = new Geometry(\n origin, size, spacing, orientationMatrix, time);\n\n // SOP Instance UID\n let sopInstanceUid;\n const siu = dataElements['00080018'];\n if (typeof siu !== 'undefined') {\n sopInstanceUid = siu.value[0];\n }\n\n // Sample per pixels\n let samplesPerPixel = 1;\n const spp = dataElements['00280002'];\n if (typeof spp !== 'undefined') {\n samplesPerPixel = spp.value[0];\n }\n\n // check buffer size\n const bufferSize = size.getTotalSize() * samplesPerPixel;\n if (bufferSize !== pixelBuffer.length) {\n logger.warn('Badly sized pixel buffer: ' +\n pixelBuffer.length + ' != ' + bufferSize);\n if (bufferSize < pixelBuffer.length) {\n pixelBuffer = pixelBuffer.slice(0, size.getTotalSize());\n } else {\n throw new Error('Underestimated buffer size, can\\'t fix it...');\n }\n }\n\n // image\n const image = new Image(geometry, pixelBuffer, [sopInstanceUid]);\n // PhotometricInterpretation\n const photometricInterpretation = dataElements['00280004'];\n if (typeof photometricInterpretation !== 'undefined') {\n let photo = photometricInterpretation.value[0].toUpperCase();\n // jpeg decoders output RGB data\n if ((jpeg2000 || jpegBase || jpegLoss) &&\n (photo !== 'MONOCHROME1' && photo !== 'MONOCHROME2')) {\n photo = 'RGB';\n }\n // check samples per pixels\n if (photo === 'RGB' && samplesPerPixel === 1) {\n photo = 'PALETTE COLOR';\n }\n image.setPhotometricInterpretation(photo);\n }\n // PlanarConfiguration\n const planarConfiguration = dataElements['00280006'];\n if (typeof planarConfiguration !== 'undefined') {\n image.setPlanarConfiguration(planarConfiguration.value[0]);\n }\n\n // rescale slope and intercept\n let slope = 1;\n // RescaleSlope\n const rescaleSlope = dataElements['00281053'];\n if (typeof rescaleSlope !== 'undefined') {\n const value = parseFloat(rescaleSlope.value[0]);\n if (!isNaN(value)) {\n slope = value;\n }\n }\n let intercept = 0;\n // RescaleIntercept\n const rescaleIntercept = dataElements['00281052'];\n if (typeof rescaleIntercept !== 'undefined') {\n const value = parseFloat(rescaleIntercept.value[0]);\n if (!isNaN(value)) {\n intercept = value;\n }\n }\n\n // meta information\n const meta = {\n numberOfFiles: numberOfFiles\n };\n\n // Modality\n const modality = dataElements['00080060'];\n if (typeof modality !== 'undefined') {\n meta.Modality = modality.value[0];\n }\n\n // PET SUV\n let isPetWithSuv = false;\n let intensityFactor = 1;\n if (typeof this.#suvFactor !== 'undefined') {\n isPetWithSuv = true;\n intensityFactor = this.#suvFactor;\n logger.info('Applying PET SUV calibration: ' + intensityFactor);\n slope *= intensityFactor;\n intercept *= intensityFactor;\n }\n const rsi = new RescaleSlopeAndIntercept(slope, intercept);\n image.setRescaleSlopeAndIntercept(rsi);\n\n const safeGet = function (key) {\n let res;\n const element = dataElements[key];\n if (typeof element !== 'undefined') {\n res = element.value[0];\n }\n return res;\n };\n\n // defaults\n meta.TransferSyntaxUID = safeGet('00020010');\n meta.MediaStorageSOPClassUID = safeGet('00020002');\n meta.SOPClassUID = safeGet('00080016');\n meta.Modality = safeGet('00080060');\n meta.ImageType = safeGet('00080008');\n meta.SamplesPerPixel = safeGet('00280002');\n meta.PhotometricInterpretation = safeGet('00280004');\n meta.PixelRepresentation = safeGet('00280103');\n meta.BitsAllocated = safeGet('00280100');\n meta.BitsStored = safeGet('00280101');\n meta.HighBit = safeGet('00280102');\n\n // Study\n meta.StudyDate = safeGet('00080020');\n meta.StudyTime = safeGet('00080030');\n meta.StudyInstanceUID = safeGet('0020000D');\n meta.StudyID = safeGet('00200010');\n // Series\n meta.SeriesInstanceUID = safeGet('0020000E');\n meta.SeriesNumber = safeGet('00200011');\n // ReferringPhysicianName\n meta.ReferringPhysicianName = safeGet('00080090');\n // patient info\n meta.PatientName = safeGet('00100010');\n meta.PatientID = safeGet('00100020');\n meta.PatientBirthDate = safeGet('00100030');\n meta.PatientSex = safeGet('00100040');\n // General Equipment Module\n meta.Manufacturer = safeGet('00080070');\n meta.ManufacturerModelName = safeGet('00081090');\n meta.DeviceSerialNumber = safeGet('00181000');\n meta.SoftwareVersions = safeGet('00181020');\n\n meta.ImageOrientationPatient = safeGet('00200037');\n meta.FrameOfReferenceUID = safeGet('00200052');\n\n // PixelRepresentation -> is signed\n meta.IsSigned = meta.PixelRepresentation === 1;\n // local pixel unit\n if (isPetWithSuv) {\n meta.pixelUnit = 'SUV';\n } else {\n const pixelUnit = getPixelUnit(dataElements);\n if (typeof pixelUnit !== 'undefined') {\n meta.pixelUnit = pixelUnit;\n }\n }\n // window level presets\n const windowPresets = {};\n const windowCenter = dataElements['00281050'];\n const windowWidth = dataElements['00281051'];\n const windowCWExplanation = dataElements['00281055'];\n if (typeof windowCenter !== 'undefined' &&\n typeof windowWidth !== 'undefined') {\n let name;\n for (let j = 0; j < windowCenter.value.length; ++j) {\n const center = parseFloat(windowCenter.value[j]);\n let width = parseFloat(windowWidth.value[j]);\n if (center && width && width !== 0) {\n name = '';\n if (typeof windowCWExplanation !== 'undefined') {\n name = windowCWExplanation.value[j];\n }\n if (name === '') {\n name = 'Default' + j;\n }\n width *= intensityFactor;\n if (width < 1) {\n width = 1;\n }\n windowPresets[name] = {\n wl: [new WindowLevel(\n center * intensityFactor,\n width\n )],\n name: name\n };\n }\n if (width === 0) {\n logger.warn('Zero window width found in DICOM.');\n }\n }\n }\n meta.windowPresets = windowPresets;\n\n // PALETTE COLOR luts\n if (image.getPhotometricInterpretation() === 'PALETTE COLOR') {\n // Red Palette Color Lookup Table Data\n const redLutElement = dataElements['00281201'];\n // Green Palette Color Lookup Table Data\n const greenLutElement = dataElements['00281202'];\n // Blue Palette Color Lookup Table Data\n const blueLutElement = dataElements['00281203'];\n let redLut;\n let greenLut;\n let blueLut;\n // check red palette descriptor (should all be equal)\n // Red Palette Color Lookup Table Descriptor\n // 0: number of entries in the lookup table\n // 1: first input value mapped\n // 2: number of bits for each entry in the Lookup Table Data (8 or 16)\n const descriptor = dataElements['00281101'];\n if (typeof descriptor !== 'undefined' &&\n descriptor.value.length === 3) {\n if (descriptor.value[2] === 16) {\n let doScale = false;\n // (C.7.6.3.1.5 Palette Color Lookup Table Descriptor)\n // Some implementations have encoded 8 bit entries with 16 bits\n // allocated, padding the high bits;\n let descSize = descriptor.value[0];\n // (C.7.6.3.1.5 Palette Color Lookup Table Descriptor)\n // The first Palette Color Lookup Table Descriptor value is the\n // number of entries in the lookup table. When the number of table\n // entries is equal to 216 then this value shall be 0.\n if (descSize === 0) {\n descSize = 65536;\n }\n // red palette VL\n // TODO vl is undefined, find info elsewhere...\n const vlSize = redLutElement.vl;\n // check double size\n if (vlSize !== 2 * descSize) {\n doScale = true;\n logger.info('16bits lut but size is not double. desc: ' +\n descSize + ' vl: ' + vlSize);\n }\n // (C.7.6.3.1.6 Palette Color Lookup Table Data)\n // Palette color values must always be scaled across the full\n // range of available intensities\n const bitsAllocated = parseInt(\n dataElements['00280100'].value[0], 10);\n if (bitsAllocated === 8) {\n doScale = true;\n logger.info(\n 'Scaling 16bits color lut since bits allocated is 8.');\n }\n\n if (doScale) {\n const scaleTo8 = function (value) {\n return value >> 8;\n };\n\n redLut = redLutElement.value.map(scaleTo8);\n greenLut = greenLutElement.value.map(scaleTo8);\n blueLut = blueLutElement.value.map(scaleTo8);\n }\n } else if (descriptor.value[2] === 8) {\n // lut with vr=OW was read as Uint16, convert it to Uint8\n logger.info(\n 'Scaling 16bits color lut since the lut descriptor is 8.');\n let clone = redLutElement.value.slice(0);\n // @ts-expect-error\n redLut = Array.from(new Uint8Array(clone.buffer));\n clone = greenLutElement.value.slice(0);\n // @ts-expect-error\n greenLut = Array.from(new Uint8Array(clone.buffer));\n clone = blueLutElement.value.slice(0);\n // @ts-expect-error\n blueLut = Array.from(new Uint8Array(clone.buffer));\n }\n }\n // set the palette\n luts['palette'] = {\n red: redLut,\n green: greenLut,\n blue: blueLut\n };\n }\n\n // RecommendedDisplayFrameRate\n const recommendedDisplayFrameRate = dataElements['00082144'];\n if (typeof recommendedDisplayFrameRate !== 'undefined') {\n meta.RecommendedDisplayFrameRate = parseInt(\n recommendedDisplayFrameRate.value[0], 10);\n }\n\n // store the meta data\n image.setMeta(meta);\n\n return image;\n }\n\n}","/**\n * Data writer.\n */\nexport class DataWriter {\n\n /**\n * Is the endianness Little Endian.\n *\n * @type {boolean}\n */\n #isLittleEndian = true;\n\n /**\n * The main data view.\n *\n * @type {DataView}\n */\n #view;\n\n /**\n * @param {ArrayBuffer} buffer The input array buffer.\n * @param {boolean} [isLittleEndian] Flag to tell if the data is\n * little or big endian.\n */\n constructor(buffer, isLittleEndian) {\n // Set endian flag if not defined.\n if (typeof isLittleEndian !== 'undefined') {\n this.#isLittleEndian = isLittleEndian;\n }\n this.#view = new DataView(buffer);\n }\n\n /**\n * Write Uint8 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeUint8(byteOffset, value) {\n this.#view.setUint8(byteOffset, value);\n return byteOffset + Uint8Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Int8 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeInt8(byteOffset, value) {\n this.#view.setInt8(byteOffset, value);\n return byteOffset + Int8Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Uint16 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeUint16(byteOffset, value) {\n this.#view.setUint16(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Uint16Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Int16 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeInt16(byteOffset, value) {\n this.#view.setInt16(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Int16Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Uint32 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeUint32(byteOffset, value) {\n this.#view.setUint32(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Uint32Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Uint64 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {bigint} value The data to write.\n * @returns {number} The new offset position.\n */\n writeUint64(byteOffset, value) {\n this.#view.setBigUint64(byteOffset, value, this.#isLittleEndian);\n return byteOffset + BigUint64Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Int32 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeInt32(byteOffset, value) {\n this.#view.setInt32(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Int32Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Int64 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {bigint} value The data to write.\n * @returns {number} The new offset position.\n */\n writeInt64(byteOffset, value) {\n this.#view.setBigInt64(byteOffset, value, this.#isLittleEndian);\n return byteOffset + BigInt64Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Float32 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeFloat32(byteOffset, value) {\n this.#view.setFloat32(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Float32Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Float64 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeFloat64(byteOffset, value) {\n this.#view.setFloat64(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Float64Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write string data of length 4 as hexadecimal (no '0x' prefix).\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {string} str The hexadecimal string to write ('####').\n * @returns {number} The new offset position.\n */\n writeHex(byteOffset, str) {\n // remove first two chars and parse\n const value = parseInt(str, 16);\n this.#view.setUint16(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Uint16Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write a boolean array as binary.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeBinaryArray(byteOffset, array) {\n if (array.length % 8 !== 0) {\n throw new Error('Cannot write boolean array as binary.');\n }\n let byte = null;\n let val = null;\n for (let i = 0, len = array.length; i < len; i += 8) {\n byte = 0;\n for (let j = 0; j < 8; ++j) {\n val = array[i + j] === 0 ? 0 : 1;\n byte += val << j;\n }\n byteOffset = this.writeUint8(byteOffset, byte);\n }\n return byteOffset;\n }\n\n /**\n * Write Uint8 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array|Uint8Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeUint8Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeUint8(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Int8 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeInt8Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeInt8(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Uint16 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeUint16Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeUint16(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Int16 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeInt16Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeInt16(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Uint32 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeUint32Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeUint32(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Uint64 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeUint64Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeUint64(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Int32 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeInt32Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeInt32(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Int64 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeInt64Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeInt64(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Float32 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeFloat32Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeFloat32(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Float64 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeFloat64Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeFloat64(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n} // class DataWriter\n","import {\n is32bitVLVR,\n isCharSetStringVR,\n vrTypes\n} from './dictionary';\nimport {\n Tag,\n getTagFromDictionary,\n getTagFromKey,\n getItemTag,\n getItemDelimitationItemTag,\n getSequenceDelimitationItemTag,\n getFileMetaInformationGroupLengthTag,\n isPixelDataTag,\n isItemTag,\n isItemDelimitationItemTag,\n tagCompareFunction\n} from './dicomTag';\nimport {\n getDwvVersion,\n isImplicitTransferSyntax,\n isBigEndianTransferSyntax,\n getDataElementPrefixByteSize\n} from './dicomParser';\nimport {DataElement} from './dataElement';\nimport {DataWriter} from './dataWriter';\nimport {DataReader} from './dataReader';\nimport {logger} from '../utils/logger';\n\n/**\n * Get the dwv UID prefix.\n * Issued by Medical Connections Ltd (www.medicalconnections.co.uk)\n * on 25/10/2017.\n *\n * @returns {string} The dwv UID prefix.\n */\nfunction getDwvUIDPrefix() {\n return '1.2.826.0.1.3680043.9.7278.1';\n}\n\n// local generated uid counter\nlet _uidCount = 0;\n\n/**\n * Writer rule.\n */\nexport class WriterRule {\n /**\n * Rule action: `copy`, `remove`, `clear` or `replace`.\n *\n * @type {string}\n */\n action;\n /**\n * Optional value to use for replace action.\n *\n * @type {any|undefined}\n */\n value;\n\n /**\n * @param {string} action The rule action.\n */\n constructor(action) {\n this.action = action;\n }\n}\n\n/**\n * Possible writer actions.\n *\n * @type {Object}\n */\nconst writerActions = {\n copy: function (item) {\n return item;\n },\n remove: function () {\n return null;\n },\n clear: function (item) {\n item.value = [];\n return item;\n },\n replace: function (item, value) {\n item.value = [value];\n return item;\n }\n};\n\n/**\n * Get simple (non official) DICOM anonymisation rules.\n *\n * @returns {Object} The rules.\n */\nexport function getDefaultAnonymisationRules() {\n return {\n default: {action: 'copy', value: null},\n PatientName: {action: 'replace', value: 'Anonymized'}, // tag\n 'Meta Element': {action: 'copy', value: null}, // group '0002'\n Acquisition: {action: 'copy', value: null}, // group '0018'\n 'Image Presentation': {action: 'copy', value: null}, // group '0028'\n Procedure: {action: 'copy', value: null}, // group '0040'\n 'Pixel Data': {action: 'copy', value: null} // group '7fe0'\n };\n}\n\n/**\n * Get a UID for a DICOM tag.\n *\n * Note: Use {@link https://github.com/uuidjs/uuid}?\n *\n * Ref:\n * - {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_9.html},\n * - {@link http://dicomiseasy.blogspot.com/2011/12/chapter-4-dicom-objects-in-chapter-3.html},\n * - {@link https://stackoverflow.com/questions/46304306/how-to-generate-unique-dicom-uid}.\n *\n * @param {string} tagName The input tag.\n * @returns {string} The corresponding UID.\n */\nexport function getUID(tagName) {\n const prefix = getDwvUIDPrefix() + '.';\n let uid = '';\n if (tagName === 'ImplementationClassUID') {\n uid = prefix + getDwvVersion();\n } else {\n // date (only numbers), do not keep milliseconds\n const date = (new Date()).toISOString().replace(/\\D/g, '');\n const datePart = '.' + date.substring(0, 14);\n // count\n _uidCount += 1;\n const countPart = '.' + _uidCount;\n\n // uid = prefix . tag . date . count\n uid = prefix;\n\n // limit tag part to not exceed 64 length\n const nonTagLength = prefix.length + countPart.length + datePart.length;\n const leni = Math.min(tagName.length, 64 - nonTagLength);\n if (leni > 1) {\n let tagNumber = '';\n for (let i = 0; i < leni; ++i) {\n tagNumber += tagName.charCodeAt(i);\n }\n uid += tagNumber.substring(0, leni);\n }\n\n // finish\n uid += datePart + countPart;\n }\n return uid;\n}\n\n/**\n * Return true if the input number is even.\n *\n * @param {number} number The number to check.\n * @returns {boolean} True is the number is even.\n */\nfunction isEven(number) {\n return number % 2 === 0;\n}\n\n/**\n * Is the input VR a VR that stores data in a typed array.\n * TODO: include ox and xs?\n *\n * @param {string} vr The element VR.\n * @returns {boolean} True if the VR is a typed array one.\n */\nfunction isTypedArrayVr(vr) {\n const vrType = vrTypes[vr];\n return typeof vrType !== 'undefined' &&\n vrType !== 'string';\n}\n\n/**\n * Is the input VR a string VR.\n *\n * @param {string} vr The element VR.\n * @returns {boolean} True if the VR is a string one.\n */\nfunction isStringVr(vr) {\n const vrType = vrTypes[vr];\n return typeof vrType !== 'undefined' &&\n vrType === 'string';\n}\n\n/**\n * Is the input VR a VR that could need padding.\n *\n * See {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_6.2.html}.\n *\n * @param {string} vr The element VR.\n * @returns {boolean} True if the VR needs padding.\n */\nfunction isVrToPad(vr) {\n return isStringVr(vr) || vr === 'OB';\n}\n\n/**\n * Get the VR specific padding value.\n *\n * @param {string} vr The element VR.\n * @returns {string} The value used to pad.\n */\nfunction getVrPad(vr) {\n let pad = '';\n if (isStringVr(vr)) {\n if (vr === 'UI') {\n pad = '\\0';\n } else {\n pad = ' ';\n }\n }\n return pad;\n}\n\n/**\n * Push a value at the end of an input Uint8Array.\n *\n * @param {Array|Uint8Array} arr The input array.\n * @param {Array|Uint8Array} value The value to push.\n * @returns {Uint8Array} The new array.\n */\nfunction uint8ArrayPush(arr, value) {\n const newArr = new Uint8Array(arr.length + 1);\n newArr.set(arr);\n newArr.set(value, arr.length);\n return newArr;\n}\n\n/**\n * Pad an input OB value.\n *\n * @param {Array|Uint8Array} value The input value.\n * @returns {Array|Uint8Array} The padded input.\n */\nfunction padOBValue(value) {\n if (value !== null &&\n typeof value !== 'undefined' &&\n typeof value.length !== 'undefined') {\n // calculate size and pad if needed\n if (value.length !== 0 &&\n typeof value[0].length !== 'undefined') {\n // handle array of array\n let size = 0;\n for (let i = 0; i < value.length; ++i) {\n size += value[i].length;\n }\n if (!isEven(size)) {\n value[value.length - 1] = uint8ArrayPush(\n value[value.length - 1], [0]);\n }\n } else {\n if (!isEven(value.length)) {\n value = uint8ArrayPush(value, [0]);\n }\n }\n } else {\n throw new Error('Cannot pad undefined or null OB value.');\n }\n // uint8ArrayPush may create a new array so we\n // need to return it\n return value;\n}\n\n/**\n * Helper method to flatten an array of typed arrays to 2D typed array.\n *\n * @param {Array} initialArray Array of typed arrays.\n * @returns {object} A typed array containing all values.\n */\nfunction flattenArrayOfTypedArrays(initialArray) {\n const initialArrayLength = initialArray.length;\n const arrayLength = initialArray[0].length;\n // If this is not a array of arrays, just return the initial one:\n if (typeof arrayLength === 'undefined') {\n return initialArray;\n }\n\n const flattenendArrayLength = initialArrayLength * arrayLength;\n\n const flattenedArray = new initialArray[0].constructor(flattenendArrayLength);\n\n for (let i = 0; i < initialArrayLength; i++) {\n const indexFlattenedArray = i * arrayLength;\n flattenedArray.set(initialArray[i], indexFlattenedArray);\n }\n return flattenedArray;\n}\n\n/**\n * Default text encoder.\n */\nclass DefaultTextEncoder {\n /**\n * Encode an input string.\n *\n * @param {string} str The string to encode.\n * @returns {Uint8Array} The encoded string.\n */\n encode(str) {\n const result = new Uint8Array(str.length);\n for (let i = 0, leni = str.length; i < leni; ++i) {\n result[i] = str.charCodeAt(i);\n }\n return result;\n }\n}\n\n/**\n * Small list of used tag keys.\n */\nconst TagKeys = {\n TransferSyntax: '00020010',\n SpecificCharacterSet: '00080005',\n BitsAllocated: '00280100',\n};\n\n/**\n * DICOM writer.\n *\n * @example\n * // add link to html\n * const link = document.createElement(\"a\");\n * link.appendChild(document.createTextNode(\"download\"));\n * const div = document.getElementById(\"dwv\");\n * div.appendChild(link);\n * // XMLHttpRequest onload callback\n * const onload = function (event) {\n * const parser = new dwv.DicomParser();\n * parser.parse(event.target.response);\n * // create writer\n * const writer = new dwv.DicomWriter();\n * // get buffer using default rules\n * const dicomBuffer = writer.getBuffer(parser.getDicomElements());\n * // create blob\n * const blob = new Blob([dicomBuffer], {type: 'application/dicom'});\n * // add blob to download link\n * link.href = URL.createObjectURL(blob);\n * link.download = \"anonym.dcm\";\n * };\n * // DICOM file request\n * const request = new XMLHttpRequest();\n * const url = 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm';\n * request.open('GET', url);\n * request.responseType = 'arraybuffer';\n * request.onload = onload;\n * request.send();\n */\nexport class DicomWriter {\n\n /**\n * Flag to use VR=UN for private sequences, default to false\n * (mainly used in tests).\n *\n * @type {boolean}\n */\n #useUnVrForPrivateSq = false;\n\n /**\n * Flag to activate or not the vr=UN tag check and fix\n * if present in the dictionary. Default to true.\n *\n * @type {boolean}\n */\n #fixUnknownVR = true;\n\n /**\n * Default rules: just copy.\n *\n * @type {Object}\n */\n #defaultRules = {\n default: {action: 'copy', value: null}\n };\n\n /**\n * Writing rules.\n *\n * @type {Object}\n */\n #rules = this.#defaultRules;\n\n /**\n * List of compulsory tags keys.\n *\n * @type {string[]}\n */\n #compulsoryTags = [];\n\n /**\n * Default text encoder.\n *\n * @type {DefaultTextEncoder}\n */\n #defaultTextEncoder = new DefaultTextEncoder();\n\n /**\n * Special text encoder.\n *\n * @type {DefaultTextEncoder|TextEncoder}\n */\n #textEncoder = this.#defaultTextEncoder;\n\n /**\n * Set the use UN VR for private sequence flag.\n *\n * @param {boolean} flag True to use UN VR.\n */\n setUseUnVrForPrivateSq(flag) {\n this.#useUnVrForPrivateSq = flag;\n }\n\n /**\n * Set the vr=UN check and fix flag.\n *\n * @param {boolean} flag True to activate the check and fix.\n */\n setFixUnknownVR(flag) {\n this.#fixUnknownVR = flag;\n }\n\n /**\n * Set the writing rules.\n * List of writer rules indexed by either `default`,\n * tagKey, tagName or groupName.\n * Each DICOM element will be checked to see if a rule is applicable.\n * First checked by tagKey, tagName and then by groupName,\n * if nothing is found the default rule is applied.\n *\n * @param {Object} rules The input rules.\n * @param {boolean} [addMissingTags] If true, explicit tags that\n * have replace rule and a value will be\n * added if missing. Defaults to false.\n */\n setRules(rules, addMissingTags) {\n this.#rules = rules;\n\n // default compulsory list is empty\n this.#compulsoryTags = [];\n\n // use replace rule tags as compulsory tags\n if (addMissingTags) {\n const keys = Object.keys(rules);\n for (const key of keys) {\n const rule = rules[key];\n if (rule.action === 'replace' &&\n typeof rule.value !== 'undefined' &&\n rule.value !== null) {\n // check if key really exists\n let isKey = false;\n if (key.length === 8) {\n const tag = getTagFromKey(key);\n isKey = typeof tag.getNameFromDictionary() !== 'undefined';\n }\n // get tag key, rules can use key or tag name\n let tagKey;\n if (isKey) {\n tagKey = key;\n } else {\n // try tag name\n const tag = getTagFromDictionary(key);\n if (typeof tag !== 'undefined') {\n tagKey = tag.getKey();\n }\n }\n // add to list\n if (typeof tagKey !== 'undefined') {\n this.#compulsoryTags.push(tagKey);\n }\n }\n }\n }\n }\n\n /**\n * Encode string data.\n *\n * @param {string} str The string to encode.\n * @returns {Uint8Array} The encoded string.\n */\n #encodeString(str) {\n return this.#defaultTextEncoder.encode(str);\n }\n\n /**\n * Encode data as a UTF-8.\n *\n * @param {string} str The string to write.\n * @returns {Uint8Array} The encoded string.\n */\n #encodeSpecialString(str) {\n return this.#textEncoder.encode(str);\n }\n\n /**\n * Use a TextEncoder instead of the default text decoder.\n */\n useSpecialTextEncoder() {\n /**\n * The text encoder.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder}.\n *\n * @external TextEncoder\n */\n this.#textEncoder = new TextEncoder();\n }\n\n /**\n * Get the element to write according to the class rules.\n * Priority order: tagName, groupName, default.\n *\n * @param {DataElement} element The element to check.\n * @returns {DataElement|null} The element to write, can be null.\n */\n getElementToWrite(element) {\n // get group and tag string name\n const groupName = element.tag.getGroupName();\n const tagName = element.tag.getNameFromDictionary();\n\n // apply rules:\n let rule;\n if (typeof this.#rules[element.tag.getKey()] !== 'undefined') {\n // 1. tag itself\n rule = this.#rules[element.tag.getKey()];\n } else if (typeof tagName !== 'undefined' &&\n typeof this.#rules[tagName] !== 'undefined') {\n // 2. tag name\n rule = this.#rules[tagName];\n } else if (typeof this.#rules[groupName] !== 'undefined') {\n // 3. group name\n rule = this.#rules[groupName];\n } else {\n // 4. default\n rule = this.#rules['default'];\n }\n // apply action on element and return\n return writerActions[rule.action](element, rule.value);\n }\n\n /**\n * Write a list of items.\n *\n * @param {DataWriter} writer The raw data writer.\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} items The list of items to write.\n * @param {boolean} isImplicit Is the DICOM VR implicit?\n * @returns {number} The new offset position.\n */\n #writeDataElementItems(\n writer, byteOffset, items, isImplicit) {\n let item;\n for (let i = 0; i < items.length; ++i) {\n item = items[i];\n if (item.length === 0) {\n continue;\n }\n // item element (create new to not modify original)\n let undefinedLength = false;\n const itemTag = item.find((subItem) => isItemTag(subItem.tag));\n if (typeof itemTag !== 'undefined' &&\n typeof itemTag.undefinedLength !== 'undefined') {\n undefinedLength = itemTag.undefinedLength;\n }\n const itemElement = new DataElement('NONE');\n itemElement.vl = undefinedLength ? 0xffffffff : itemTag.vl,\n itemElement.tag = getItemTag();\n itemElement.value = [];\n byteOffset = this.#writeDataElement(\n writer, itemElement, byteOffset, isImplicit);\n // write rest\n for (const subItem of item) {\n if (!isItemTag(subItem.tag) &&\n !isItemDelimitationItemTag(subItem.tag)) {\n byteOffset = this.#writeDataElement(\n writer, subItem, byteOffset, isImplicit);\n }\n }\n // item delimitation\n if (undefinedLength) {\n const itemDelimElement = new DataElement('NONE');\n itemDelimElement.vl = 0;\n itemDelimElement.tag = getItemDelimitationItemTag();\n itemDelimElement.value = [];\n byteOffset = this.#writeDataElement(\n writer, itemDelimElement, byteOffset, isImplicit);\n }\n }\n\n // return new offset\n return byteOffset;\n }\n\n /**\n * Write data with a specific Value Representation (VR).\n *\n * @param {DataWriter} writer The raw data writer.\n * @param {DataElement} element The element to write.\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} value The array to write.\n * @param {boolean} isImplicit Is the DICOM VR implicit?\n * @returns {number} The new offset position.\n */\n #writeDataElementValue(\n writer, element, byteOffset, value, isImplicit) {\n\n const startOffset = byteOffset;\n\n if (element.vr === 'NONE') {\n // nothing to do!\n } else if (value instanceof Uint8Array) {\n // binary data has been expanded 8 times at read\n if (value.length === 8 * element.vl) {\n byteOffset = writer.writeBinaryArray(byteOffset, value);\n } else {\n byteOffset = writer.writeUint8Array(byteOffset, value);\n }\n } else if (value instanceof Int8Array) {\n byteOffset = writer.writeInt8Array(byteOffset, value);\n } else if (value instanceof Uint16Array) {\n byteOffset = writer.writeUint16Array(byteOffset, value);\n } else if (value instanceof Int16Array) {\n byteOffset = writer.writeInt16Array(byteOffset, value);\n } else if (value instanceof Uint32Array) {\n byteOffset = writer.writeUint32Array(byteOffset, value);\n } else if (value instanceof Int32Array) {\n byteOffset = writer.writeInt32Array(byteOffset, value);\n } else if (value instanceof BigUint64Array) {\n byteOffset = writer.writeUint64Array(byteOffset, value);\n } else if (value instanceof BigInt64Array) {\n byteOffset = writer.writeInt64Array(byteOffset, value);\n } else {\n // switch according to VR if input type is undefined\n const vrType = vrTypes[element.vr];\n if (typeof vrType !== 'undefined') {\n if (vrType === 'Uint8') {\n byteOffset = writer.writeUint8Array(byteOffset, value);\n } else if (vrType === 'Uint16') {\n byteOffset = writer.writeUint16Array(byteOffset, value);\n } else if (vrType === 'Int16') {\n byteOffset = writer.writeInt16Array(byteOffset, value);\n } else if (vrType === 'Uint32') {\n byteOffset = writer.writeUint32Array(byteOffset, value);\n } else if (vrType === 'Int32') {\n byteOffset = writer.writeInt32Array(byteOffset, value);\n } else if (vrType === 'Uint64') {\n byteOffset = writer.writeUint64Array(byteOffset, value);\n } else if (vrType === 'Int64') {\n byteOffset = writer.writeInt64Array(byteOffset, value);\n } else if (vrType === 'Float32') {\n byteOffset = writer.writeFloat32Array(byteOffset, value);\n } else if (vrType === 'Float64') {\n byteOffset = writer.writeFloat64Array(byteOffset, value);\n } else if (vrType === 'string') {\n byteOffset = writer.writeUint8Array(byteOffset, value);\n } else {\n throw new Error('Unknown VR type: ' + vrType);\n }\n } else if (element.vr === 'SQ') {\n byteOffset = this.#writeDataElementItems(\n writer, byteOffset, value, isImplicit);\n } else if (element.vr === 'AT') {\n for (let i = 0; i < value.length; ++i) {\n const hexString = value[i] + '';\n const hexString1 = hexString.substring(1, 5);\n const hexString2 = hexString.substring(6, 10);\n const dec1 = parseInt(hexString1, 16);\n const dec2 = parseInt(hexString2, 16);\n const atValue = [dec1, dec2];\n byteOffset = writer.writeUint16Array(byteOffset, atValue);\n }\n } else if (element.vr === 'xs') {\n // TODO would be better to use pixelRepresentation in if\n if (value instanceof Int16Array) {\n byteOffset = writer.writeInt16Array(byteOffset, value);\n } else {\n byteOffset = writer.writeUint16Array(byteOffset, value);\n }\n } else {\n logger.warn('Unknown VR: ' + element.vr);\n }\n }\n\n if (element.vr !== 'SQ' && element.vr !== 'NONE') {\n const diff = byteOffset - startOffset;\n if (diff !== element.vl) {\n let message = 'Offset difference and VL are not equal: ' +\n diff + ' != ' + element.vl;\n message += ' (';\n if (typeof element.tag !== 'undefined') {\n message += element.tag + ', ';\n }\n message += 'vr:' + element.vr + ')';\n logger.warn(message);\n }\n }\n\n // return new offset\n return byteOffset;\n }\n\n /**\n * Write a pixel data element.\n *\n * @param {DataWriter} writer The raw data writer.\n * @param {DataElement} element The element to write.\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} value The array to write.\n * @param {boolean} isImplicit Is the DICOM VR implicit?\n * @returns {number} The new offset position.\n */\n #writePixelDataElementValue(\n writer, element, byteOffset, value, isImplicit) {\n // undefined length flag\n let undefinedLength = false;\n if (typeof element.undefinedLength !== 'undefined') {\n undefinedLength = element.undefinedLength;\n }\n // explicit length\n if (!undefinedLength) {\n let finalValue = value[0];\n // flatten multi frame\n if (value.length > 1) {\n finalValue = flattenArrayOfTypedArrays(value);\n }\n // write\n byteOffset = this.#writeDataElementValue(\n writer, element, byteOffset, finalValue, isImplicit);\n } else {\n // pixel data as sequence\n const item = {};\n // first item: basic offset table\n item['FFFEE000'] = {\n tag: getItemTag(),\n vr: 'NONE',\n vl: 0,\n value: []\n };\n // data\n for (let i = 0; i < value.length; ++i) {\n item[i] = {\n tag: getItemTag(),\n vr: element.vr,\n vl: value[i].length,\n value: value[i]\n };\n }\n // write\n byteOffset = this.#writeDataElementItems(\n writer, byteOffset, [item], isImplicit);\n }\n\n // return new offset\n return byteOffset;\n }\n\n /**\n * Write a data element.\n *\n * @param {DataWriter} writer The raw data writer.\n * @param {DataElement} element The DICOM data element to write.\n * @param {number} byteOffset The offset to start writing from.\n * @param {boolean} isImplicit Is the DICOM VR implicit?\n * @returns {number} The new offset position.\n */\n #writeDataElement(\n writer, element, byteOffset, isImplicit) {\n const isTagWithVR = element.tag.isWithVR();\n const is32bitVL = (isImplicit || !isTagWithVR)\n ? true : is32bitVLVR(element.vr);\n // group\n byteOffset = writer.writeHex(byteOffset, element.tag.getGroup());\n // element\n byteOffset = writer.writeHex(byteOffset, element.tag.getElement());\n // VR\n let vr = element.vr;\n // use VR=UN for private sequence\n if (this.#useUnVrForPrivateSq &&\n element.tag.isPrivate() &&\n vr === 'SQ') {\n logger.warn('Write element using VR=UN for private sequence.');\n vr = 'UN';\n }\n if (isTagWithVR && !isImplicit) {\n byteOffset = writer.writeUint8Array(byteOffset, this.#encodeString(vr));\n // reserved 2 bytes for 32bit VL\n if (is32bitVL) {\n byteOffset += 2;\n }\n }\n\n let undefinedLengthSequence = false;\n if (element.vr === 'SQ' ||\n isPixelDataTag(element.tag)) {\n if (typeof element.undefinedLength !== 'undefined') {\n undefinedLengthSequence = element.undefinedLength;\n }\n }\n let undefinedLengthItem = false;\n if (isItemTag(element.tag)) {\n if (typeof element.undefinedLength !== 'undefined') {\n undefinedLengthItem = element.undefinedLength;\n }\n }\n\n // update vl for sequence or item with undefined length\n let vl = element.vl;\n if (undefinedLengthSequence || undefinedLengthItem) {\n vl = 0xffffffff;\n }\n // VL\n if (is32bitVL) {\n byteOffset = writer.writeUint32(byteOffset, vl);\n } else {\n byteOffset = writer.writeUint16(byteOffset, vl);\n }\n\n // value\n let value = element.value;\n // check value\n if (typeof value === 'undefined') {\n value = [];\n }\n // write\n if (isPixelDataTag(element.tag)) {\n byteOffset = this.#writePixelDataElementValue(\n writer, element, byteOffset, value, isImplicit);\n } else {\n byteOffset = this.#writeDataElementValue(\n writer, element, byteOffset, value, isImplicit);\n }\n\n // sequence delimitation item for sequence with undefined length\n if (undefinedLengthSequence) {\n const seqDelimElement = new DataElement('NONE');\n seqDelimElement.vl = 0;\n seqDelimElement.tag = getSequenceDelimitationItemTag();\n seqDelimElement.value = [];\n byteOffset = this.#writeDataElement(\n writer, seqDelimElement, byteOffset, isImplicit);\n }\n\n // return new offset\n return byteOffset;\n }\n\n /**\n * Get the ArrayBuffer corresponding to input DICOM elements.\n *\n * @param {Object} dataElements The elements to write.\n * @returns {ArrayBuffer} The elements as a buffer.\n */\n getBuffer(dataElements) {\n // Transfer Syntax\n const syntax = dataElements[TagKeys.TransferSyntax].value[0];\n const isImplicit = isImplicitTransferSyntax(syntax);\n const isBigEndian = isBigEndianTransferSyntax(syntax);\n // Specific CharacterSet\n if (typeof dataElements[TagKeys.SpecificCharacterSet] !== 'undefined') {\n const oldscs = dataElements[TagKeys.SpecificCharacterSet].value[0];\n // force UTF-8 if not default character set\n if (typeof oldscs !== 'undefined' && oldscs !== 'ISO-IR 6') {\n logger.debug('Change charset to UTF, was: ' + oldscs);\n this.useSpecialTextEncoder();\n dataElements[TagKeys.SpecificCharacterSet].value = ['ISO_IR 192'];\n }\n }\n // Bits Allocated (for image data)\n let bitsAllocated;\n if (typeof dataElements[TagKeys.BitsAllocated] !== 'undefined') {\n bitsAllocated = dataElements[TagKeys.BitsAllocated].value[0];\n }\n\n // calculate buffer size and split elements (meta and non meta)\n let totalSize = 128 + 4; // DICM\n let localSize = 0;\n const metaElements = [];\n const rawElements = [];\n let element;\n let groupName;\n let metaLength = 0;\n // FileMetaInformationGroupLength\n const fmiglTag = getFileMetaInformationGroupLengthTag();\n // FileMetaInformationVersion\n const fmivTag = new Tag('0002', '0001');\n // ImplementationClassUID\n const icUIDTag = new Tag('0002', '0012');\n // ImplementationVersionName\n const ivnTag = new Tag('0002', '0013');\n\n // missing tag list: start as a copy of compulsory\n const missingTags = this.#compulsoryTags.slice();\n\n // loop through elements to get the buffer size\n const keys = Object.keys(dataElements);\n for (let i = 0, leni = keys.length; i < leni; ++i) {\n const originalElement = dataElements[keys[i]];\n originalElement.tag = getTagFromKey(keys[i]);\n element = this.getElementToWrite(originalElement);\n if (element !== null &&\n !fmiglTag.equals(element.tag) &&\n !fmivTag.equals(element.tag) &&\n !icUIDTag.equals(element.tag) &&\n !ivnTag.equals(element.tag)) {\n localSize = 0;\n\n // check if compulsory tag, if present remove from missing list\n const index = missingTags.indexOf(element.tag.getKey());\n if (index !== -1) {\n missingTags.splice(index, 1);\n }\n\n // XB7 2020-04-17\n // Check if UN can be converted to correct VR.\n // This check must be done BEFORE calculating totalSize,\n // otherwise there may be extra null bytes at the end of the file\n // (dcmdump may crash because of these bytes)\n if (this.#fixUnknownVR) {\n checkAndFixUnknownVR(element, !isBigEndian);\n }\n\n // update value and vl\n this.#setElementValue(\n element, element.value, isImplicit, bitsAllocated);\n\n // tag group name\n groupName = element.tag.getGroupName();\n\n // prefix\n if (groupName === 'Meta Element') {\n localSize += getDataElementPrefixByteSize(element.vr, false);\n } else {\n localSize += getDataElementPrefixByteSize(\n element.vr, isImplicit);\n }\n\n // value\n localSize += element.vl;\n\n // sort elements\n if (groupName === 'Meta Element') {\n metaElements.push(element);\n metaLength += localSize;\n } else {\n rawElements.push(element);\n }\n\n // add to total size\n totalSize += localSize;\n }\n }\n\n // add compulsory tags to output data if not present\n for (const key of missingTags) {\n const tag = getTagFromKey(key);\n const dataElement = new DataElement(tag.getVrFromDictionary());\n dataElement.tag = tag;\n // rules are indexed by key or tag name\n let value;\n if (typeof this.#rules[key] !== 'undefined') {\n value = this.#rules[key].value;\n } else {\n const name = tag.getNameFromDictionary();\n value = this.#rules[name].value;\n }\n // add element\n let size = getDataElementPrefixByteSize(dataElement.vr, isImplicit);\n size += this.#setElementValue(dataElement, [value], isImplicit);\n rawElements.push(dataElement);\n totalSize += size;\n }\n\n // FileMetaInformationVersion\n const fmiv = getDataElement('FileMetaInformationVersion');\n let fmivSize = getDataElementPrefixByteSize(fmiv.vr, false);\n fmivSize += this.#setElementValue(fmiv, [0, 1], false);\n metaElements.push(fmiv);\n metaLength += fmivSize;\n totalSize += fmivSize;\n // ImplementationClassUID\n const icUID = getDataElement('ImplementationClassUID');\n let icUIDSize = getDataElementPrefixByteSize(icUID.vr, false);\n const icUIDValue =\n getUID('ImplementationClassUID').replace('-beta', '.99');\n icUIDSize += this.#setElementValue(icUID, [icUIDValue], false);\n metaElements.push(icUID);\n metaLength += icUIDSize;\n totalSize += icUIDSize;\n // ImplementationVersionName\n const ivn = getDataElement('ImplementationVersionName');\n let ivnSize = getDataElementPrefixByteSize(ivn.vr, false);\n const dwvVersion = getDwvVersion().replace('-beta', '.99');\n const ivnValue = 'DWV_' + dwvVersion;\n ivnSize += this.#setElementValue(ivn, [ivnValue], false);\n metaElements.push(ivn);\n metaLength += ivnSize;\n totalSize += ivnSize;\n\n // sort elements\n const elemSortFunc = function (a, b) {\n return tagCompareFunction(a.tag, b.tag);\n };\n metaElements.sort(elemSortFunc);\n rawElements.sort(elemSortFunc);\n\n // create the FileMetaInformationGroupLength element\n const fmigl = getDataElement('FileMetaInformationGroupLength');\n let fmiglSize = getDataElementPrefixByteSize(fmigl.vr, false);\n fmiglSize += this.#setElementValue(\n fmigl, new Uint32Array([metaLength]), false);\n totalSize += fmiglSize;\n\n // create buffer\n const buffer = new ArrayBuffer(totalSize);\n const metaWriter = new DataWriter(buffer);\n const dataWriter = new DataWriter(buffer, !isBigEndian);\n\n let offset = 128;\n // DICM\n offset = metaWriter.writeUint8Array(offset, this.#encodeString('DICM'));\n // FileMetaInformationGroupLength\n offset = this.#writeDataElement(metaWriter, fmigl, offset, false);\n // write meta\n for (let j = 0, lenj = metaElements.length; j < lenj; ++j) {\n offset = this.#writeDataElement(\n metaWriter, metaElements[j], offset, false);\n }\n\n // check meta position\n const preambleSize = 128 + 4;\n const metaOffset = preambleSize + fmiglSize + metaLength;\n if (offset !== metaOffset) {\n logger.warn('Bad size calculation... meta offset: ' + offset +\n ', calculated size:' + metaOffset +\n ' (diff:' + (offset - metaOffset) + ')');\n }\n\n // write non meta\n for (let k = 0, lenk = rawElements.length; k < lenk; ++k) {\n offset = this.#writeDataElement(\n dataWriter, rawElements[k], offset, isImplicit);\n }\n\n // check final position\n if (offset !== totalSize) {\n logger.warn('Bad size calculation... final offset: ' + offset +\n ', calculated size:' + totalSize +\n ' (diff:' + (offset - totalSize) + ')');\n }\n // return\n return buffer;\n }\n\n /**\n * Set a DICOM element value according to its VR (Value Representation).\n *\n * @param {DataElement} element The DICOM element to set the value.\n * @param {object} value The value to set.\n * @param {boolean} isImplicit Does the data use implicit VR?\n * @param {number} [bitsAllocated] Bits allocated used for pixel data.\n * @returns {number} The total element size.\n */\n #setElementValue(\n element, value, isImplicit, bitsAllocated) {\n // byte size of the element\n let size = 0;\n // special sequence case\n if (element.vr === 'SQ') {\n\n if (value !== null && value !== 0) {\n const newItems = [];\n\n // explicit or undefined length sequence\n let undefinedLength = false;\n if (typeof element.undefinedLength !== 'undefined') {\n undefinedLength = element.undefinedLength;\n delete element.undefinedLength;\n }\n\n // items\n for (let i = 0; i < value.length; ++i) {\n const oldItemElements = value[i];\n const newItemElements = [];\n let subSize = 0;\n\n // check data\n if (oldItemElements === null || oldItemElements === 0) {\n continue;\n }\n\n // possible local bitsAllocated\n let sqBitsAllocated = bitsAllocated;\n const dataElement = oldItemElements[TagKeys.BitsAllocated];\n if (typeof dataElement !== 'undefined' &&\n typeof dataElement.value !== 'undefined') {\n sqBitsAllocated = dataElement.value[0];\n }\n\n // elements\n const itemKeys = Object.keys(oldItemElements);\n for (let j = 0, lenj = itemKeys.length; j < lenj; ++j) {\n const itemKey = itemKeys[j];\n const subElement = oldItemElements[itemKey];\n subElement.tag = getTagFromKey(itemKey);\n\n if (isItemTag(subElement.tag)) {\n continue;\n }\n // set item value\n subSize += this.#setElementValue(\n subElement, subElement.value, isImplicit, sqBitsAllocated);\n newItemElements.push(subElement);\n // add prefix size\n subSize += getDataElementPrefixByteSize(\n subElement.vr, isImplicit);\n }\n\n // add item element (used to store its size)\n const itemElement = {\n tag: getItemTag(),\n vr: 'NONE',\n vl: subSize,\n value: []\n };\n if (undefinedLength) {\n itemElement.undefinedLength = undefinedLength;\n }\n newItemElements.push(itemElement);\n subSize += getDataElementPrefixByteSize(\n itemElement.vr, isImplicit);\n\n // add item delimitation size\n if (undefinedLength) {\n subSize += getDataElementPrefixByteSize(\n 'NONE', isImplicit);\n }\n\n // sort\n const elemSortFunc = function (a, b) {\n return tagCompareFunction(a.tag, b.tag);\n };\n newItemElements.sort(elemSortFunc);\n\n size += subSize;\n newItems.push(newItemElements);\n }\n\n // add sequence delimitation size\n if (undefinedLength) {\n size += getDataElementPrefixByteSize('NONE', isImplicit);\n }\n\n // update sequence element\n element.value = newItems;\n element.vl = size;\n if (undefinedLength) {\n element.undefinedLength = undefinedLength;\n }\n }\n } else {\n // pad if necessary\n if (isVrToPad(element.vr)) {\n const padStr = getVrPad(element.vr);\n // encode string\n // TODO: not sure for UN...\n if (isStringVr(element.vr)) {\n let pad;\n if (isCharSetStringVR(element.vr)) {\n value = this.#encodeSpecialString(value.join('\\\\'));\n pad = this.#encodeSpecialString(padStr);\n } else {\n value = this.#encodeString(value.join('\\\\'));\n pad = this.#encodeString(padStr);\n }\n if (!isEven(value.length)) {\n value = uint8ArrayPush(value, pad);\n }\n } else if (element.vr === 'OB') {\n value = padOBValue(value);\n }\n }\n\n // calculate byte size\n size = 0;\n if (element.vr === 'AT') {\n size = 4 * value.length;\n } else if (element.vr === 'xs') {\n size = value.length * Uint16Array.BYTES_PER_ELEMENT;\n } else if (isTypedArrayVr(element.vr) || element.vr === 'ox') {\n if (isPixelDataTag(element.tag) &&\n Array.isArray(value)) {\n size = 0;\n for (let b = 0; b < value.length; ++b) {\n size += value[b].length;\n }\n } else {\n size = value.length;\n }\n\n // convert size to bytes\n const vrType = vrTypes[element.vr];\n if (isPixelDataTag(element.tag) || element.vr === 'ox') {\n if (element.undefinedLength) {\n const itemPrefixSize =\n getDataElementPrefixByteSize('NONE', isImplicit);\n // offset table\n size += itemPrefixSize;\n // pixel items\n size += itemPrefixSize * value.length;\n // add sequence delimitation size\n size += itemPrefixSize;\n } else {\n // use bitsAllocated for pixel data\n // no need to multiply for 8 bits\n if (typeof bitsAllocated !== 'undefined') {\n if (bitsAllocated === 1) {\n // binary data\n size /= 8;\n } else if (bitsAllocated === 16) {\n size *= Uint16Array.BYTES_PER_ELEMENT;\n }\n }\n }\n } else if (typeof vrType !== 'undefined') {\n const bpe = getBpeForVrType(vrType);\n if (typeof bpe !== 'undefined') {\n size *= bpe;\n } else {\n throw new Error('Unknown bytes per element for VR type: ' + vrType);\n }\n } else {\n throw new Error('Unsupported element: ' + element.vr);\n }\n } else {\n size = value.length;\n }\n\n element.value = value;\n element.vl = size;\n }\n\n // return the size of that data\n return size;\n }\n\n} // class DicomWriter\n\n/**\n * Fix for broken DICOM elements: replace \"UN\" with correct VR if the\n * element exists in dictionary.\n *\n * @param {DataElement} element The DICOM element.\n * @param {boolean} [isLittleEndian] Flag to tell if the data is little\n * or big endian (default: true).\n */\nfunction checkAndFixUnknownVR(element, isLittleEndian) {\n if (element.vr === 'UN') {\n const dictVr = element.tag.getVrFromDictionary();\n if (typeof dictVr !== 'undefined' && element.vr !== dictVr) {\n element.vr = dictVr;\n // cast typed array value from Uint8 to vr type\n const vrType = vrTypes[element.vr];\n if (typeof vrType !== 'undefined' &&\n vrType !== 'Uint8' &&\n vrType !== 'string') {\n const data = getUint8ToVrValue(\n element.value, element.vr, isLittleEndian);\n if (typeof data !== 'undefined') {\n element.value = data;\n }\n }\n logger.info('Element ' + element.tag.getGroup() +\n ' ' + element.tag.getElement() +\n ' VR changed from UN to ' + element.vr);\n }\n }\n}\n\n/**\n * Get the casted typed array value from Uint8 to vr type.\n *\n * @param {object} value The value to cast.\n * @param {string} vr The DICOM element VR.\n * @param {boolean} [isLittleEndian] Flag to tell if the data is little\n * or big endian (default: true).\n * @returns {object} The element value casted to the vr type.\n */\nfunction getUint8ToVrValue(value, vr, isLittleEndian) {\n let data;\n if (typeof value.buffer === 'undefined') {\n return data;\n }\n const reader = new DataReader(value.buffer, isLittleEndian);\n const offset = value.byteOffset;\n const vl = value.length; // size before cast\n const vrType = vrTypes[vr];\n if (vrType === 'Uint16') {\n data = reader.readUint16Array(offset, vl);\n } else if (vrType === 'Uint32') {\n data = reader.readUint32Array(offset, vl);\n } else if (vrType === 'Uint64') {\n data = reader.readUint64Array(offset, vl);\n } else if (vrType === 'Int16') {\n data = Array.from(reader.readInt16Array(offset, vl));\n } else if (vrType === 'Int32') {\n data = Array.from(reader.readInt32Array(offset, vl));\n } else if (vrType === 'Int64') {\n data = reader.readInt64Array(offset, vl);\n } else if (vrType === 'Float32') {\n data = Array.from(reader.readFloat32Array(offset, vl));\n } else if (vrType === 'Float64') {\n data = Array.from(reader.readFloat64Array(offset, vl));\n }\n return data;\n}\n\n/**\n * Get a DICOM element from its tag name (value set separatly).\n *\n * @param {string} tagName The string tag name.\n * @returns {DataElement} The DICOM element.\n */\nfunction getDataElement(tagName) {\n const tag = getTagFromDictionary(tagName);\n const element = new DataElement(tag.getVrFromDictionary());\n element.tag = tag;\n return element;\n}\n\n/**\n * Get the number of bytes per element for a given VR type.\n *\n * @param {string} vrType The VR type as defined in the dictionary.\n * @returns {number} The bytes per element.\n */\nfunction getBpeForVrType(vrType) {\n let bpe;\n if (vrType === 'Uint8') {\n bpe = Uint8Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Uint16') {\n bpe = Uint16Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Int16') {\n bpe = Int16Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Uint32') {\n bpe = Uint32Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Int32') {\n bpe = Int32Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Float32') {\n bpe = Float32Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Float64') {\n bpe = Float64Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Uint64') {\n bpe = BigUint64Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Int64') {\n bpe = BigInt64Array.BYTES_PER_ELEMENT;\n }\n return bpe;\n}\n\n/**\n * Get the DICOM elements from a 'simple' DICOM tags object.\n * The input object is a simplified version of the oficial DICOM json with\n * tag names instead of keys and direct values (no value property) for\n * simple tags. See synthetic test data (in tests/dicom) for examples.\n *\n * @param {Object} simpleTags The 'simple' DICOM\n * tags object.\n * @returns {Object} The DICOM elements.\n */\nexport function getElementsFromJSONTags(simpleTags) {\n const keys = Object.keys(simpleTags);\n const dataElements = {};\n for (let k = 0, len = keys.length; k < len; ++k) {\n // get the DICOM element definition from its name\n const tag = getTagFromDictionary(keys[k]);\n if (typeof tag === 'undefined') {\n continue;\n }\n const vr = tag.getVrFromDictionary();\n // tag value\n let value;\n let undefinedLength = false;\n const simpleTag = simpleTags[keys[k]];\n if (vr === 'SQ') {\n const items = [];\n if (typeof simpleTag.undefinedLength !== 'undefined') {\n undefinedLength = simpleTag.undefinedLength;\n }\n if (typeof simpleTag.value !== 'undefined' &&\n simpleTag.value !== null) {\n for (let i = 0; i < simpleTag.value.length; ++i) {\n items.push(getElementsFromJSONTags(simpleTag.value[i]));\n }\n } else {\n logger.trace('Undefined or null simpleTag SQ value.');\n }\n value = items;\n } else {\n if (Array.isArray(simpleTag)) {\n value = simpleTag;\n } else {\n value = [simpleTag];\n }\n }\n // create element\n const dataElement = new DataElement(vr);\n dataElement.tag = tag;\n dataElement.value = value;\n if (undefinedLength) {\n dataElement.undefinedLength = undefinedLength;\n }\n // store\n dataElements[tag.getKey()] = dataElement;\n }\n // return\n // @ts-expect-error\n return dataElements;\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * DICOM code tag keys.\n */\nconst TagKeys = {\n CodeValue: '00080100',\n CodingSchemeDesignator: '00080102',\n CodeMeaning: '00080104',\n LongCodeValue: '00080119',\n URNCodeValue: '00080120'\n};\n\n/**\n * DICOM code: item of a basic code sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_8.8.html}.\n */\nexport class DicomCode {\n /**\n * Code meaning.\n *\n * @type {string}\n */\n meaning;\n /**\n * Code value.\n *\n * @type {string|undefined}\n */\n value;\n /**\n * Long code value.\n *\n * @type {string|undefined}\n */\n longValue;\n /**\n * URN code value.\n *\n * @type {string|undefined}\n */\n urnValue;\n /**\n * Coding scheme designator.\n *\n * @type {string|undefined}\n */\n schemeDesignator;\n\n /**\n * @param {string} meaning The code meaning.\n */\n constructor(meaning) {\n this.meaning = meaning;\n }\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The code as string.\n */\n toString() {\n return '(' + this.value + ', ' +\n this.schemeDesignator + ', \\'' +\n this.meaning + '\\')';\n }\n}\n\n/**\n * Check if two code objects are equal.\n *\n * @param {DicomCode} code1 The first code.\n * @param {DicomCode} code2 The second code.\n * @returns {boolean} True if both codes are equal.\n */\nexport function isEqualCode(code1, code2) {\n return Object.keys(code1).length === Object.keys(code2).length &&\n Object.keys(code1).every(key =>\n Object.prototype.hasOwnProperty.call(code2, key) &&\n code1[key] === code2[key]\n );\n}\n\n/**\n * Get a code object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {DicomCode} A code object.\n */\nexport function getCode(dataElements) {\n // meaning -> CodeMeaning (type1)\n const code = new DicomCode(dataElements[TagKeys.CodeMeaning].value[0]);\n // value -> CodeValue (type1C)\n // longValue -> LongCodeValue (type1C)\n // urnValue -> URNCodeValue (type1C)\n if (typeof dataElements[TagKeys.CodeValue] !== 'undefined') {\n code.value = dataElements[TagKeys.CodeValue].value[0];\n } else if (typeof dataElements[TagKeys.LongCodeValue] !== 'undefined') {\n code.longValue = dataElements[TagKeys.LongCodeValue].value[0];\n } else if (typeof dataElements[TagKeys.URNCodeValue] !== 'undefined') {\n code.urnValue = dataElements[TagKeys.URNCodeValue].value[0];\n } else {\n throw new Error(\n 'Invalid code with no value, no long value and no urn value.');\n }\n // schemeDesignator -> CodingSchemeDesignator (type1C)\n if (typeof code.value !== 'undefined' ||\n typeof code.longValue !== 'undefined') {\n if (typeof dataElements[TagKeys.CodingSchemeDesignator] !== 'undefined') {\n code.schemeDesignator =\n dataElements[TagKeys.CodingSchemeDesignator].value[0];\n } else {\n throw new Error(\n 'No coding sheme designator when code value or long value is present');\n }\n }\n return code;\n}\n\n/**\n * Get a simple dicom element item from a code object.\n *\n * @param {DicomCode} code The code object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomCodeItem(code) {\n // dicom item (tags are in group/element order)\n const item = {};\n // value\n if (typeof code.value !== 'undefined') {\n item.CodeValue = code.value;\n } else if (typeof code.longValue !== 'undefined') {\n item.LongCodeValue = code.longValue;\n } else if (typeof code.urnValue !== 'undefined') {\n item.URNCodeValue = code.urnValue;\n }\n // CodingSchemeDesignator\n if (typeof code.schemeDesignator !== 'undefined') {\n item.CodingSchemeDesignator = code.schemeDesignator;\n }\n // CodeMeaning\n item.CodeMeaning = code.meaning;\n // return\n return item;\n}\n\n/**\n * DICOM codes.\n * List: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part16/chapter_d.html}.\n */\nconst DcmCodes = {\n 111030: 'Image Region',\n 112039: 'Tracking Identifier',\n 112040: 'Tracking Unique Identifier',\n 113048: 'Pixel by pixel Maximum',\n 113049: 'Pixel by pixel mean',\n 113051: 'Pixel by pixel Minimum',\n 113061: 'Standard Deviation',\n 113076: 'Segmentation',\n 121055: 'Path',\n 121207: 'Height',\n 121322: 'Source image for image processing operation',\n 121324: 'Source Image',\n 122438: 'Reference Points',\n 125007: 'Measurement Group',\n 125309: 'Short label',\n 128773: 'Reference Geometry'\n};\n\n/**\n * SNOMED-CT codes.\n * List: {@link https://browser.ihtsdotools.org}.\n */\nconst SctCodes = {\n 1483009: 'Angle',\n 42798000: 'Area',\n 103355008: 'Width',\n 103339001: 'Long axis',\n 103340004: 'Short axis',\n 131190003: 'Radius',\n 261665006: 'Unknown',\n 410668003: 'Length',\n 718499004: 'Color'\n};\n\n/**\n * UCUM codes.\n * Definition: {@link https://unitsofmeasure.org/ucum}.\n * List: {@link https://ucum.nlm.nih.gov/ucum-lhc/demo.html}.\n */\nconst UcumCodes = {\n 1: 'No units',\n mm: 'Millimeter',\n deg: 'Degree - plane angle',\n cm2: 'Square centimeter',\n 'cm2/ml': 'Square centimeter per milliliter',\n '/cm': 'Per centimeter',\n 'g/ml': 'Gram per milliliter',\n 'g/ml{SUVbw}': 'Standardized Uptake Value body weight',\n 'mg/ml': 'Milligram per milliliter',\n 'umol/ml': 'Micromole per milliliter',\n 'Bq/ml': 'Becquerels per milliliter',\n 'mg/min/ml': 'Milligrams per minute per milliliter',\n 'umol/min/ml': 'Micromole per minute per milliliter',\n 'ml/min/g': 'Milliliter per minute per gram',\n 'ml/g': 'Milliliter per gram',\n 'ml/min/ml': 'Milliliter per minute per milliliter',\n 'ml/ml': 'Milliliter per milliliter',\n '%': 'Percentage',\n '[hnsf\\'U]': 'Hounsfield unit',\n '10*23/ml': 'Electron density',\n '{counts}': 'Counts',\n '{counts}/s': 'Counts per second',\n '{propcounts}': 'Proportional to counts',\n '{propcounts}/s': 'Proportional to counts per second',\n};\n\n/**\n * Get a DICOM code from a value (~id).\n *\n * @param {string} value The code value.\n * @param {string} scheme The scheme designator.\n * @returns {DicomCode|undefined} The DICOM code.\n */\nfunction getDicomCode(value, scheme) {\n let meaning;\n if (scheme === 'DCM') {\n meaning = DcmCodes[value];\n } else if (scheme === 'SCT') {\n meaning = SctCodes[value];\n } else if (scheme === 'UCUM') {\n meaning = UcumCodes[value];\n }\n let code;\n if (typeof meaning !== 'undefined') {\n code = new DicomCode(meaning);\n code.schemeDesignator = scheme;\n code.value = value;\n }\n return code;\n}\n\n/**\n * Get a measurement group DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getMeasurementGroupCode() {\n return getDicomCode('125007', 'DCM');\n}\n\n/**\n * Get an image region DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getImageRegionCode() {\n return getDicomCode('111030', 'DCM');\n}\n\n/**\n * Get a reference geometry DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getReferenceGeometryCode() {\n return getDicomCode('128773', 'DCM');\n}\n\n/**\n * Get a path DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getPathCode() {\n return getDicomCode('121055', 'DCM');\n}\n\n/**\n * Get a source image DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getSourceImageCode() {\n return getDicomCode('121324', 'DCM');\n}\n\n/**\n * Get a tracking identifier DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getTrackingIdentifierCode() {\n return getDicomCode('112039', 'DCM');\n}\n\n/**\n * Get a segmentation DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getSegmentationCode() {\n return getDicomCode('113076', 'DCM');\n}\n\n/**\n * Get a source image for processing DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getSourceImageForProcessingCode() {\n return getDicomCode('121322', 'DCM');\n}\n\n/**\n * Get a short label DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getShortLabelCode() {\n return getDicomCode('125309', 'DCM');\n}\n\n/**\n * Get a reference points DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getReferencePointsCode() {\n return getDicomCode('122438', 'DCM');\n}\n\n/**\n * Get a colour DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getColourCode() {\n return getDicomCode('718499004', 'SCT');\n}\n\n/**\n * Quantification name to dictionary item.\n */\nconst QuantificationName2DictItem = {\n angle: {key: '1483009', scheme: 'SCT'},\n length: {key: '410668003', scheme: 'SCT'},\n surface: {key: '42798000', scheme: 'SCT'},\n height: {key: '121207', scheme: 'DCM'},\n width: {key: '103355008', scheme: 'SCT'},\n radius: {key: '131190003', scheme: 'SCT'},\n a: {key: '103339001', scheme: 'SCT'},\n b: {key: '103340004', scheme: 'SCT'},\n min: {key: '113051', scheme: 'DCM'},\n max: {key: '113048', scheme: 'DCM'},\n mean: {key: '113049', scheme: 'DCM'},\n stddev: {key: '113061', scheme: 'DCM'},\n // median\n // 25th percentile\n // 75th percentile\n};\n\n/**\n * Get a concept name DICOM code.\n *\n * @param {string} name The measurment name as defined\n * in a quantification object.\n * @returns {DicomCode|undefined} The code.\n */\nexport function getConceptNameCode(name) {\n const item = QuantificationName2DictItem[name];\n let code;\n if (typeof item !== 'undefined') {\n code = getDicomCode(item.key, item.scheme);\n }\n return code;\n}\n\n/**\n * Get the DICOM code for a quantification name.\n *\n * @param {DicomCode} code The Dicom code.\n * @returns {string|undefined} The quantification name.\n */\nexport function getQuantificationName(code) {\n let name;\n for (const propKey in QuantificationName2DictItem) {\n const item = QuantificationName2DictItem[propKey];\n if (item.scheme === code.schemeDesignator &&\n item.key === code.value) {\n name = propKey;\n break;\n }\n }\n return name;\n}\n\n/**\n * Quantification unit to UCUM key. Associated tags:\n * - Rescale type {@link https://dicom.innolitics.com/ciods/computed-radiography-image/modality-lut/00281054},\n * - Units {@link https://dicom.innolitics.com/ciods/positron-emission-tomography-image/pet-series/00541001}.\n * - SUV {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_85.html}.\n */\nconst QuantificationUnit2UcumKey = {\n 'unit.mm': 'mm',\n 'unit.cm2': 'cm2',\n 'unit.degree': 'deg',\n // OD optical density\n HU: '[hnsf\\'U]',\n // US: '1', // duplicates 'NONE'\n MGML: 'mg/ml',\n // Z_EFF Effective Atomic Number (i.e., Effective-Z)\n ED: '10*23/ml',\n // EDW Electron density normalized\n // HU_MOD Modified Hounsfield Unit\n PCT: '%',\n CNTS: '{counts}',\n NONE: '1',\n CM2: 'cm2',\n CM2ML: 'cm2/ml',\n PCNT: '%',\n CPS: '{counts}/s',\n BQML: 'Bq/ml',\n MGMINML: 'mg/min/ml',\n UMOLMINML: 'umol/min/ml',\n MLMING: 'ml/min/g',\n MLG: 'ml/g',\n '1CM': '/cm',\n UMOLML: 'umol/ml',\n PROPCNTS: '{propcounts}',\n PROPCPS: '{propcounts}/s',\n MLMINML: 'ml/min/ml',\n MLML: 'ml/ml',\n GML: 'g/ml',\n //STDDEV\n SUV: 'g/ml{SUVbw}',\n};\n\n/**\n * Get a measurement units DICOM code.\n *\n * @param {string} name The unit name as defined in a quantification object.\n * @returns {DicomCode|undefined} The code.\n */\nexport function getMeasurementUnitsCode(name) {\n const key = QuantificationUnit2UcumKey[name];\n let code;\n if (typeof key !== 'undefined') {\n code = getDicomCode(key, 'UCUM');\n } else if (typeof key === 'undefined') {\n // no unit\n code = getDicomCode('1', 'UCUM');\n }\n return code;\n}\n\n/**\n * Get a quantification unit name.\n *\n * @param {DicomCode} code The code to get the unit from.\n * @returns {string} The quantification unit.\n */\nexport function getQuantificationUnit(code) {\n let unit;\n for (const propKey in QuantificationUnit2UcumKey) {\n const ucumKey = QuantificationUnit2UcumKey[propKey];\n if (code.schemeDesignator === 'UCUM' &&\n ucumKey === code.value) {\n unit = propKey;\n break;\n }\n }\n return unit;\n}\n","import {\n isEqualRgb,\n cielabToSrgb,\n uintLabToLab,\n labToUintLab,\n srgbToCielab\n} from '../utils/colour';\nimport {\n getCode,\n getDicomCodeItem\n} from './dicomCode';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {RGB} from '../utils/colour';\nimport {DataElement} from './dataElement';\nimport {DicomCode} from './dicomCode';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n SegmentNumber: '00620004',\n SegmentLabel: '00620005',\n SegmentAlgorithmType: '00620008',\n SegmentAlgorithmName: '00620009',\n RecommendedDisplayGrayscaleValue: '0062000C',\n RecommendedDisplayCIELabValue: '0062000D',\n SegmentedPropertyCategoryCodeSequence: '00620003',\n SegmentedPropertyTypeCodeSequence: '0062000F',\n TrackingID: '00620020',\n TrackingUID: '00620021'\n};\n\n/**\n * DICOM (mask) segment: item of a SegmentSequence (0062,0002).\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.8.20.4.html}.\n */\nexport class MaskSegment {\n /**\n * Segment number (0062,0004).\n *\n * @type {number}\n */\n number;\n /**\n * Segment label (0062,0005).\n *\n * @type {string}\n */\n label;\n /**\n * Segment algorithm type (0062,0008).\n *\n * @type {string}\n */\n algorithmType;\n /**\n * Segment algorithm name (0062,0009).\n *\n * @type {string|undefined}\n */\n algorithmName;\n /**\n * Segment display value as simple value.\n *\n * @type {number|undefined}\n */\n displayValue;\n /**\n * Segment display value as RGB colour ({r,g,b}).\n *\n * @type {RGB|undefined}\n */\n displayRGBValue;\n /**\n * Segment property code: specific property\n * the segment represents (0062,000F).\n *\n * @type {DicomCode|undefined}\n */\n propertyTypeCode;\n /**\n * Segment property category code: general category\n * of the property the segment represents (0062,0003).\n *\n * @type {DicomCode|undefined}\n */\n propertyCategoryCode;\n /**\n * Segment tracking UID (0062,0021).\n *\n * @type {string|undefined}\n */\n trackingUid;\n /**\n * Segment tracking id: text label for the UID (0062,0020).\n *\n * @type {string|undefined}\n */\n trackingId;\n\n /**\n * @param {number} number The segment number.\n * @param {string} label The segment label.\n * @param {string} algorithmType The segment number.\n */\n constructor(number, label, algorithmType) {\n this.number = number;\n this.label = label;\n this.algorithmType = algorithmType;\n }\n}\n\n/**\n * Get a segment object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {MaskSegment} A segment object.\n */\nexport function getSegment(dataElements) {\n // number -> SegmentNumber (type1)\n // label -> SegmentLabel (type1)\n // algorithmType -> SegmentAlgorithmType (type1)\n const segment = new MaskSegment(\n dataElements[TagKeys.SegmentNumber].value[0],\n dataElements[TagKeys.SegmentLabel]\n ? dataElements[TagKeys.SegmentLabel].value[0] : 'n/a',\n dataElements[TagKeys.SegmentAlgorithmType].value[0]\n );\n // algorithmName -> SegmentAlgorithmName (type1C)\n if (typeof dataElements[TagKeys.SegmentAlgorithmName] !== 'undefined') {\n segment.algorithmName = dataElements[TagKeys.SegmentAlgorithmName].value[0];\n }\n // // required if type is not MANUAL\n // if (segment.algorithmType !== 'MANUAL' &&\n // (typeof segment.algorithmName === 'undefined' ||\n // segment.algorithmName.length === 0)) {\n // throw new Error('Empty algorithm name for non MANUAL algorithm type.');\n // }\n // displayValue ->\n // - RecommendedDisplayGrayscaleValue\n // - RecommendedDisplayCIELabValue converted to RGB\n if (typeof dataElements[TagKeys.RecommendedDisplayGrayscaleValue] !==\n 'undefined') {\n segment.displayValue =\n dataElements[TagKeys.RecommendedDisplayGrayscaleValue].value[0];\n } else if (typeof dataElements[TagKeys.RecommendedDisplayCIELabValue] !==\n 'undefined') {\n const cielabElement =\n dataElements[TagKeys.RecommendedDisplayCIELabValue].value;\n const rgb = cielabToSrgb(uintLabToLab({\n l: cielabElement[0],\n a: cielabElement[1],\n b: cielabElement[2]\n }));\n segment.displayRGBValue = rgb;\n }\n // Segmented Property Category Code Sequence (type1, only one)\n if (typeof dataElements[TagKeys.SegmentedPropertyCategoryCodeSequence] !==\n 'undefined') {\n segment.propertyCategoryCode =\n getCode(\n dataElements[TagKeys.SegmentedPropertyCategoryCodeSequence].value[0]\n );\n } else {\n throw new Error('Missing Segmented Property Category Code Sequence.');\n }\n // Segmented Property Type Code Sequence (type1)\n if (typeof dataElements[TagKeys.SegmentedPropertyTypeCodeSequence] !==\n 'undefined') {\n segment.propertyTypeCode =\n getCode(dataElements[TagKeys.SegmentedPropertyTypeCodeSequence].value[0]);\n } else {\n throw new Error('Missing Segmented Property Type Code Sequence.');\n }\n // tracking Id and UID (type1C)\n if (typeof dataElements[TagKeys.TrackingID] !== 'undefined') {\n segment.trackingId = dataElements[TagKeys.TrackingID].value[0];\n segment.trackingUid = dataElements[TagKeys.TrackingUID].value[0];\n }\n\n return segment;\n}\n\n/**\n * Check if two segment objects are equal.\n *\n * @param {MaskSegment} seg1 The first segment.\n * @param {MaskSegment} seg2 The second segment.\n * @returns {boolean} True if both segment are equal.\n */\nexport function isEqualSegment(seg1, seg2) {\n // basics\n if (typeof seg1 === 'undefined' ||\n typeof seg2 === 'undefined' ||\n seg1 === null ||\n seg2 === null) {\n return false;\n }\n let isEqual = seg1.number === seg2.number &&\n seg1.label === seg2.label &&\n seg1.algorithmType === seg2.algorithmType;\n // display value\n if (typeof seg1.displayRGBValue !== 'undefined' &&\n typeof seg2.displayRGBValue !== 'undefined') {\n isEqual = isEqual &&\n isEqualRgb(seg1.displayRGBValue, seg2.displayRGBValue);\n } else if (typeof seg1.displayValue !== 'undefined' &&\n typeof seg2.displayValue !== 'undefined') {\n isEqual = isEqual &&\n seg1.displayValue === seg2.displayValue;\n } else {\n isEqual = false;\n }\n // algorithmName\n if (typeof seg1.algorithmName !== 'undefined') {\n if (typeof seg2.algorithmName === 'undefined') {\n isEqual = false;\n } else {\n isEqual = isEqual &&\n seg1.algorithmName === seg2.algorithmName;\n }\n }\n\n return isEqual;\n}\n\n/**\n * Check if two segment objects are similar: either the\n * number or the displayValue are equal.\n *\n * @param {MaskSegment} seg1 The first segment.\n * @param {MaskSegment} seg2 The second segment.\n * @returns {boolean} True if both segment are similar.\n */\nexport function isSimilarSegment(seg1, seg2) {\n // basics\n if (typeof seg1 === 'undefined' ||\n typeof seg2 === 'undefined' ||\n seg1 === null ||\n seg2 === null) {\n return false;\n }\n let isSimilar = seg1.number === seg2.number;\n // display value\n if (typeof seg1.displayRGBValue !== 'undefined' &&\n typeof seg2.displayRGBValue !== 'undefined') {\n isSimilar = isSimilar ||\n isEqualRgb(seg1.displayRGBValue, seg2.displayRGBValue);\n } else if (typeof seg1.displayValue !== 'undefined' &&\n typeof seg2.displayValue !== 'undefined') {\n isSimilar = isSimilar ||\n seg1.displayValue === seg2.displayValue;\n } else {\n isSimilar = false;\n }\n\n return isSimilar;\n}\n\n/**\n * Get a dicom simple tag from a segment object.\n *\n * @param {MaskSegment} segment The segment object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSegmentItem(segment) {\n let algoType = segment.algorithmType;\n if (algoType === undefined) {\n algoType = 'MANUAL';\n }\n // dicom item (tags are in group/element order)\n const segmentItem = {\n SegmentNumber: segment.number,\n SegmentLabel: segment.label,\n SegmentAlgorithmType: algoType\n };\n // SegmentAlgorithmName\n if (algoType !== 'MANUAL' && segment.algorithmName !== undefined) {\n segmentItem.SegmentAlgorithmName = segment.algorithmName;\n }\n // RecommendedDisplay value\n if (segment.displayRGBValue) {\n const cieLab = labToUintLab(srgbToCielab(segment.displayRGBValue));\n segmentItem.RecommendedDisplayCIELabValue = [\n Math.round(cieLab.l),\n Math.round(cieLab.a),\n Math.round(cieLab.b)\n ];\n } else {\n segmentItem.RecommendedDisplayGrayscaleValue = segment.displayValue;\n }\n // SegmentedPropertyCategoryCodeSequence\n if (segment.propertyCategoryCode) {\n segmentItem.SegmentedPropertyCategoryCodeSequence = {\n value: [getDicomCodeItem(segment.propertyCategoryCode)]\n };\n }\n // SegmentedPropertyTypeCodeSequence\n if (segment.propertyTypeCode) {\n segmentItem.SegmentedPropertyTypeCodeSequence = {\n value: [getDicomCodeItem(segment.propertyTypeCode)]\n };\n }\n // tracking\n if (segment.trackingId) {\n segmentItem.TrackingID = segment.trackingId;\n segmentItem.TrackingUID = segment.trackingUid;\n }\n // return\n return segmentItem;\n}\n","import {getSpacingFromMeasure} from './dicomElementsWrapper';\nimport {logger} from '../utils/logger';\nimport {arrayEquals} from '../utils/array';\nimport {\n getDicomCodeItem,\n getSegmentationCode,\n getSourceImageForProcessingCode\n} from './dicomCode';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\nimport {Spacing} from '../image/spacing';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n DerivationImageSequence: '00089124',\n SourceImageSequence: '00082112',\n ReferencedSOPClassUID: '00081150',\n ReferencedSOPInstanceUID: '00081155',\n FrameContentSequence: '00209111',\n DimensionIndexValue: '00209157',\n SegmentIdentificationSequence: '0062000A',\n ReferencedSegmentNumber: '0062000B',\n PlanePositionSequence: '00209113',\n ImagePosition: '00200032',\n PlaneOrientationSequence: '00209116',\n ImageOrientation: '00200037',\n PixelMeasuresSequence: '00289110'\n};\n\n/**\n * DICOM segment frame info: item of a\n * PerframeFunctionalGroupsSequence (5200,9230).\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.7.6.16.html}.\n */\nexport class DicomSegmentFrameInfo {\n /**\n * The dimension index.\n *\n * @type {number[]}\n */\n dimIndex;\n /**\n * The frame image position patient.\n *\n * @type {number[]}\n */\n imagePosPat;\n /**\n * List of derivation images.\n *\n * @type {Array}\n */\n derivationImages;\n /**\n * The reference segment number.\n *\n * @type {number}\n */\n refSegmentNumber;\n\n /**\n * The frame image orientation.\n *\n * @type {number[]|undefined}\n */\n imageOrientationPatient;\n /**\n * The frame spacing.\n *\n * @type {Spacing|undefined}\n */\n spacing;\n\n /**\n * @param {number[]} dimIndex The dimension index.\n * @param {number[]} imagePosPat The frame image position patient.\n * @param {Array} derivationImages List of derivation images.\n * @param {number} refSegmentNumber The reference segment number.\n */\n constructor(dimIndex, imagePosPat, derivationImages, refSegmentNumber) {\n this.dimIndex = dimIndex;\n this.imagePosPat = imagePosPat;\n this.derivationImages = derivationImages;\n this.refSegmentNumber = refSegmentNumber;\n }\n}\n\n/**\n * Get a frame information object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {DicomSegmentFrameInfo} A frame information object.\n */\nexport function getSegmentFrameInfo(dataElements) {\n // Derivation Image Sequence\n const derivationImages = [];\n if (typeof dataElements[TagKeys.DerivationImageSequence] !== 'undefined') {\n const derivationImageSq =\n dataElements[TagKeys.DerivationImageSequence].value;\n // Source Image Sequence\n for (let i = 0; i < derivationImageSq.length; ++i) {\n const sourceImages = [];\n if (typeof derivationImageSq[i][TagKeys.SourceImageSequence] !==\n 'undefined') {\n const sourceImageSq =\n derivationImageSq[i][TagKeys.SourceImageSequence].value;\n for (let j = 0; j < sourceImageSq.length; ++j) {\n const sourceImage = {};\n // Referenced SOP Class UID\n if (typeof sourceImageSq[j][TagKeys.ReferencedSOPClassUID] !==\n 'undefined') {\n sourceImage.referencedSOPClassUID =\n sourceImageSq[j][TagKeys.ReferencedSOPClassUID].value[0];\n }\n // Referenced SOP Instance UID\n if (typeof sourceImageSq[j][TagKeys.ReferencedSOPInstanceUID] !==\n 'undefined') {\n sourceImage.referencedSOPInstanceUID =\n sourceImageSq[j][TagKeys.ReferencedSOPInstanceUID].value[0];\n }\n sourceImages.push(sourceImage);\n }\n }\n derivationImages.push({\n sourceImages: sourceImages\n });\n }\n }\n // Frame Content Sequence (required, only one)\n const frameContentSq = dataElements[TagKeys.FrameContentSequence].value;\n // Dimension Index Value\n const dimIndex = frameContentSq[0][TagKeys.DimensionIndexValue].value;\n // Segment Identification Sequence (required, only one)\n const segmentIdSq = dataElements[TagKeys.SegmentIdentificationSequence].value;\n // Referenced Segment Number\n const refSegmentNumber =\n parseInt(segmentIdSq[0][TagKeys.ReferencedSegmentNumber].value[0], 0);\n // Plane Position Sequence (required, only one)\n const planePosSq = dataElements[TagKeys.PlanePositionSequence].value;\n // Image Position (Patient) (conditionally required)\n const imagePosPat = planePosSq[0][TagKeys.ImagePosition].value;\n for (let p = 0; p < imagePosPat.length; ++p) {\n imagePosPat[p] = parseFloat(imagePosPat[p]);\n }\n const frameInfo = new DicomSegmentFrameInfo(\n dimIndex,\n imagePosPat,\n derivationImages,\n refSegmentNumber\n );\n // Plane Orientation Sequence\n if (typeof dataElements[TagKeys.PlaneOrientationSequence] !== 'undefined') {\n const framePlaneOrientationSeq =\n dataElements[TagKeys.PlaneOrientationSequence];\n if (framePlaneOrientationSeq.value.length !== 0) {\n // should only be one Image Orientation (Patient)\n const frameImageOrientation =\n framePlaneOrientationSeq.value[0][TagKeys.ImageOrientation].value;\n if (typeof frameImageOrientation !== 'undefined') {\n frameInfo.imageOrientationPatient = frameImageOrientation;\n }\n }\n }\n // Pixel Measures Sequence\n if (typeof dataElements[TagKeys.PixelMeasuresSequence] !== 'undefined') {\n const framePixelMeasuresSeq = dataElements[TagKeys.PixelMeasuresSequence];\n if (framePixelMeasuresSeq.value.length !== 0) {\n // should only be one\n const frameSpacing =\n getSpacingFromMeasure(framePixelMeasuresSeq.value[0]);\n if (typeof frameSpacing !== 'undefined') {\n frameInfo.spacing = frameSpacing;\n }\n } else {\n logger.warn(\n 'No shared functional group pixel measure sequence items.');\n }\n }\n\n return frameInfo;\n}\n\n/**\n * Check if two frame info objects are equal.\n *\n * @param {DicomSegmentFrameInfo} dsfi1 The first frame info.\n * @param {DicomSegmentFrameInfo} dsfi2 The second frame info.\n * @returns {boolean} True if both frame info are equal.\n */\nexport function isEqualSegmentFrameInfo(dsfi1, dsfi2) {\n // basics\n if (typeof dsfi1 === 'undefined' ||\n typeof dsfi2 === 'undefined' ||\n dsfi1 === null ||\n dsfi2 === null) {\n return false;\n }\n let isEqual =\n arrayEquals(dsfi1.dimIndex, dsfi2.dimIndex) &&\n arrayEquals(dsfi1.imagePosPat, dsfi2.imagePosPat) &&\n dsfi1.refSegmentNumber === dsfi2.refSegmentNumber;\n\n isEqual = isEqual &&\n dsfi1.derivationImages.length === dsfi2.derivationImages.length;\n for (let i = 0; i < dsfi1.derivationImages.length; ++i) {\n const derivationImage1 = dsfi1.derivationImages[i];\n const derivationImage2 = dsfi2.derivationImages[i];\n isEqual = isEqual &&\n derivationImage1.sourceImages.length ===\n derivationImage2.sourceImages.length;\n for (let j = 0; j < derivationImage1.length; ++j) {\n const sourceImage1 = derivationImage1.sourceImages[j];\n const sourceImage2 = derivationImage2.sourceImages[j];\n isEqual = isEqual &&\n sourceImage1.referencedSOPClassUID ===\n sourceImage2.referencedSOPClassUID &&\n sourceImage1.referencedSOPInstanceUID ===\n sourceImage2.referencedSOPInstanceUID;\n }\n }\n\n return isEqual;\n}\n\n/**\n * Get a dicom item from a frame information object.\n *\n * @param {object} frameInfo The frame information object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSegmentFrameInfoItem(frameInfo) {\n const item = {\n FrameContentSequence: {\n value: [\n {\n DimensionIndexValues: frameInfo.dimIndex\n }\n ]\n },\n PlanePositionSequence: {\n value: [\n {\n ImagePositionPatient: frameInfo.imagePosPat\n }\n ]\n },\n SegmentIdentificationSequence: {\n value: [\n {\n ReferencedSegmentNumber: frameInfo.refSegmentNumber\n }\n ]\n }\n };\n // optional DerivationImageSequence\n if (frameInfo.derivationImages !== undefined) {\n const sourceImgPurposeOfReferenceCode =\n getDicomCodeItem(getSourceImageForProcessingCode());\n const segDerivationCode =\n getDicomCodeItem(getSegmentationCode());\n\n const derivationImageItems = [];\n for (const derivationImage of frameInfo.derivationImages) {\n const sourceImages = [];\n for (const sourceImage of derivationImage.sourceImages) {\n sourceImages.push({\n PurposeOfReferenceCodeSequence: {\n value: [sourceImgPurposeOfReferenceCode]\n },\n ReferencedSOPClassUID: sourceImage.referencedSOPClassUID,\n ReferencedSOPInstanceUID: sourceImage.referencedSOPInstanceUID\n });\n }\n\n derivationImageItems.push({\n DerivationCodeSequence: {\n value: [segDerivationCode]\n },\n SourceImageSequence: {\n value: sourceImages\n }\n });\n }\n\n item.DerivationImageSequence = {\n value: derivationImageItems\n };\n }\n\n return item;\n}\n","import {\n dateToDateObj,\n getDicomDate,\n dateToTimeObj,\n getDicomTime,\n} from '../dicom/dicomDate';\nimport {\n getImage2DSize,\n getSpacingFromMeasure,\n getDimensionOrganization,\n getDicomMeasureItem,\n getDicomPlaneOrientationItem\n} from '../dicom/dicomElementsWrapper';\nimport {Tag} from '../dicom/dicomTag';\nimport {getElementsFromJSONTags} from '../dicom/dicomWriter';\nimport {\n getSegment,\n getDicomSegmentItem,\n} from '../dicom/dicomSegment';\nimport {\n getSegmentFrameInfo,\n getDicomSegmentFrameInfoItem\n} from '../dicom/dicomSegmentFrameInfo';\nimport {transferSyntaxKeywords} from '../dicom/dictionary';\nimport {Image} from '../image/image';\nimport {Geometry} from '../image/geometry';\nimport {Point, Point3D} from '../math/point';\nimport {Vector3D} from '../math/vector';\nimport {Index} from '../math/index';\nimport {Matrix33, REAL_WORLD_EPSILON} from '../math/matrix';\nimport {logger} from '../utils/logger';\nimport {arraySortEquals} from '../utils/array';\nimport {Size} from './size';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from '../dicom/dataElement';\nimport {MaskSegment} from '../dicom/dicomSegment';\n/* eslint-enable no-unused-vars */\n\n/**\n * @typedef {Object} DataElements\n */\n\n/**\n * Check two position patients for equality.\n *\n * @param {*} pos1 The first position patient.\n * @param {*} pos2 The second position patient.\n * @returns {boolean} True is equal.\n */\nfunction equalPosPat(pos1, pos2) {\n return JSON.stringify(pos1) === JSON.stringify(pos2);\n}\n\n/**\n * @callback compareFn\n * @param {object} a The first object.\n * @param {object} b The first object.\n * @returns {number} >0 to sort a after b, <0 to sort a before b,\n * 0 to not change order.\n */\n\n/**\n * Get a position patient compare function accroding to an\n * input orientation.\n *\n * @param {Matrix33} orientation The orientation matrix.\n * @returns {compareFn} The position compare function.\n */\nfunction getComparePosPat(orientation) {\n const invOrientation = orientation.getInverse();\n return function (pos1, pos2) {\n const p1 = invOrientation.multiplyArray3D(pos1);\n const p2 = invOrientation.multiplyArray3D(pos2);\n return p1[2] - p2[2];\n };\n}\n\n/**\n * Merge two tag lists.\n *\n * @param {object} tags1 Base list, will be modified.\n * @param {object} tags2 List to merge.\n */\nfunction mergeTags(tags1, tags2) {\n const keys2 = Object.keys(tags2);\n for (const tagName2 of keys2) {\n if (tags1[tagName2] !== undefined) {\n logger.trace('Overwritting tag: ' + tagName2);\n }\n tags1[tagName2] = tags2[tagName2];\n }\n}\n\n/**\n * Check that a DICOM tag definition is present in a parsed element.\n *\n * @param {DataElements} dataElements The root dicom element.\n * @param {object} tagDefinition The tag definition as {name, tag, type, enum}.\n */\nfunction checkTag(dataElements, tagDefinition) {\n const element = dataElements[tagDefinition.tag];\n // check null and undefined\n if (tagDefinition.type === 1 || tagDefinition.type === 2) {\n if (typeof element === 'undefined') {\n throw new Error('Missing or empty ' + tagDefinition.name);\n }\n } else {\n if (typeof element === 'undefined') {\n // non mandatory value, exit\n return;\n }\n }\n let includes = false;\n let tagValue;\n if (element.value.length === 1) {\n tagValue = element.value[0];\n } else {\n tagValue = element.value;\n }\n if (Array.isArray(tagValue)) {\n for (let i = 0; i < tagDefinition.enum.length; ++i) {\n if (!Array.isArray(tagDefinition.enum[i])) {\n throw new Error('Cannot compare array and non array tag value.');\n }\n if (arraySortEquals(tagDefinition.enum[i], tagValue)) {\n includes = true;\n break;\n }\n }\n } else {\n includes = tagDefinition.enum.includes(tagValue);\n }\n if (!includes) {\n throw new Error(\n 'Unsupported ' + tagDefinition.name + ' value: ' + tagValue);\n }\n}\n\n/**\n * Create ROI slice buffers.\n *\n * @param {Image} image The mask image.\n * @param {MaskSegment[]} segments The mask segments.\n * @param {number} sliceOffset The slice offset.\n * @returns {object} The ROI slice image buffers.\n */\nfunction createRoiSliceBuffers(\n image,\n segments,\n sliceOffset\n) {\n // access functions\n const numberOfComponents = image.getNumberOfComponents();\n const isRGB = numberOfComponents === 3;\n let getPixelValue;\n let equalValues;\n if (isRGB) {\n getPixelValue = function (inputOffset) {\n return {\n r: image.getValueAtOffset(inputOffset),\n g: image.getValueAtOffset(inputOffset + 1),\n b: image.getValueAtOffset(inputOffset + 2)\n };\n };\n equalValues = function (value, segment) {\n return (\n segment.displayRGBValue !== undefined &&\n value.r === segment.displayRGBValue.r &&\n value.g === segment.displayRGBValue.g &&\n value.b === segment.displayRGBValue.b\n );\n };\n } else {\n getPixelValue = function (inputOffset) {\n return image.getValueAtOffset(inputOffset);\n };\n equalValues = function (value, segment) {\n return value === segment.displayValue;\n };\n }\n\n // create binary mask buffers\n const geometry = image.getGeometry();\n const size = geometry.getSize();\n const sliceSize = size.getDimSize(2);\n const buffers = {};\n for (let o = 0; o < sliceSize; ++o) {\n const inputOffset = (sliceOffset + o) * numberOfComponents;\n const pixelValue = getPixelValue(inputOffset);\n for (const segment of segments) {\n const number2 = segment.number - 1;\n if (equalValues(pixelValue, segment)) {\n if (buffers[number2] === undefined) {\n buffers[number2] = new Uint8Array(sliceSize);\n }\n buffers[number2][o] = 1;\n }\n }\n }\n return buffers;\n}\n\n/**\n * Create ROI buffers.\n *\n * @param {Image} image The mask image.\n * @param {MaskSegment[]} segments The mask segments.\n * @returns {object} The ROI buffers.\n */\nfunction createRoiBuffers(image, segments) {\n const geometry = image.getGeometry();\n const size = geometry.getSize();\n\n // image buffer to multi frame\n const sliceSize = size.getDimSize(2);\n const roiBuffers = {};\n for (let k = 0; k < size.get(2); ++k) {\n const sliceOffset = k * sliceSize;\n // create slice buffers\n const buffers = createRoiSliceBuffers(image, segments, sliceOffset);\n // store slice buffers\n const keys0 = Object.keys(buffers);\n for (const key0 of keys0) {\n if (roiBuffers[key0] === undefined) {\n roiBuffers[key0] = {};\n }\n // ordering by slice index (follows posPat)\n roiBuffers[key0][k] = buffers[key0];\n }\n }\n return roiBuffers;\n}\n\n/**\n * List of DICOM Seg required tags.\n */\nconst RequiredDicomSegTags = [\n {\n name: 'TransferSyntaxUID',\n tag: '00020010',\n type: '1',\n enum: [\n transferSyntaxKeywords.ImplicitVRLittleEndian,\n transferSyntaxKeywords.ExplicitVRLittleEndian,\n transferSyntaxKeywords.ExplicitVRBigEndian\n ]\n },\n {\n name: 'MediaStorageSOPClassUID',\n tag: '00020002',\n type: '1',\n enum: ['1.2.840.10008.5.1.4.1.1.66.4']\n },\n {\n name: 'SOPClassUID',\n tag: '00020002',\n type: '1',\n enum: ['1.2.840.10008.5.1.4.1.1.66.4']\n },\n {\n name: 'Modality',\n tag: '00080060',\n type: '1',\n enum: ['SEG']\n },\n {\n name: 'SegmentationType',\n tag: '00620001',\n type: '1',\n enum: ['BINARY']\n },\n {\n name: 'DimensionOrganizationType',\n tag: '00209311',\n type: '3',\n enum: ['3D']\n },\n {\n name: 'ImageType',\n tag: '00080008',\n type: '1',\n enum: [['DERIVED', 'PRIMARY']]\n },\n {\n name: 'SamplesPerPixel',\n tag: '00280002',\n type: '1',\n enum: [1]\n },\n {\n name: 'PhotometricInterpretation',\n tag: '00280004',\n type: '1',\n enum: ['MONOCHROME2']\n },\n {\n name: 'PixelRepresentation',\n tag: '00280103',\n type: '1',\n enum: [0]\n },\n {\n name: 'BitsAllocated',\n tag: '00280100',\n type: '1',\n enum: [1]\n },\n {\n name: 'BitsStored',\n tag: '00280101',\n type: '1',\n enum: [1]\n },\n {\n name: 'HighBit',\n tag: '00280102',\n type: '1',\n enum: [0]\n },\n];\n\n/**\n * Get the default DICOM seg tags as an object.\n *\n * @returns {object} The default tags.\n */\nexport function getDefaultDicomSegJson() {\n const tags = {};\n for (let i = 0; i < RequiredDicomSegTags.length; ++i) {\n const reqTag = RequiredDicomSegTags[i];\n tags[reqTag.name] = reqTag.enum[0];\n }\n return tags;\n}\n\n/**\n * Mask {@link Image} factory.\n */\nexport class MaskFactory {\n\n /**\n * Possible warning created by checkElements.\n *\n * @type {string|undefined}\n */\n #warning;\n\n /**\n * Get a warning string if elements are not as expected.\n * Created by checkElements.\n *\n * @returns {string|undefined} The warning.\n */\n getWarning() {\n return this.#warning;\n }\n\n /**\n * Check dicom elements. Throws an error if not suitable.\n *\n * @param {Object} _dicomElements The DICOM tags.\n * @returns {string|undefined} A possible warning.\n */\n checkElements(_dicomElements) {\n // does nothing\n return;\n }\n\n /**\n * Get an {@link Image} object from the read DICOM file.\n *\n * @param {Object} dataElements The DICOM tags.\n * @param {Uint8Array | Int8Array |\n * Uint16Array | Int16Array |\n * Uint32Array | Int32Array} pixelBuffer The pixel buffer.\n * @returns {Image} A new Image.\n */\n create(dataElements, pixelBuffer) {\n // check required and supported tags\n for (let d = 0; d < RequiredDicomSegTags.length; ++d) {\n checkTag(dataElements, RequiredDicomSegTags[d]);\n }\n\n // image size\n const size2D = getImage2DSize(dataElements);\n const size = new Size([size2D[0], size2D[1], 1]);\n\n const sliceSize = size.getTotalSize();\n\n // frames\n let frames = 1;\n const framesElem = dataElements['00280008'];\n if (typeof framesElem !== 'undefined') {\n frames = parseInt(framesElem.value[0], 10);\n }\n\n if (frames !== pixelBuffer.length / sliceSize) {\n throw new Error(\n 'Buffer and numberOfFrames meta are not equal.' +\n frames + ' ' + pixelBuffer.length / sliceSize);\n }\n\n // Dimension Organization and Index\n const dimension = getDimensionOrganization(dataElements);\n\n // Segment Sequence\n const segSequence = dataElements['00620002'];\n if (typeof segSequence === 'undefined') {\n throw new Error('Missing or empty segmentation sequence');\n }\n const segments = [];\n let storeAsRGB = false;\n for (let i = 0; i < segSequence.value.length; ++i) {\n const segment = getSegment(segSequence.value[i]);\n if (typeof segment.displayRGBValue !== 'undefined') {\n // create rgb image\n storeAsRGB = true;\n }\n // store\n segments.push(segment);\n }\n\n\n // Shared Functional Groups Sequence\n let spacing;\n let imageOrientationPatient;\n const sharedFunctionalGroupsSeq = dataElements['52009229'];\n if (typeof sharedFunctionalGroupsSeq !== 'undefined') {\n // should be only one\n const funcGroup0 = sharedFunctionalGroupsSeq.value[0];\n // Plane Orientation Sequence\n if (typeof funcGroup0['00209116'] !== 'undefined') {\n const planeOrientationSeq = funcGroup0['00209116'];\n if (planeOrientationSeq.value.length !== 0) {\n // should be only one\n imageOrientationPatient =\n planeOrientationSeq.value[0]['00200037'].value;\n } else {\n logger.warn(\n 'No shared functional group plane orientation sequence items.');\n }\n }\n // Pixel Measures Sequence\n if (typeof funcGroup0['00289110'] !== 'undefined') {\n const pixelMeasuresSeq = funcGroup0['00289110'];\n if (pixelMeasuresSeq.value.length !== 0) {\n // should be only one\n spacing = getSpacingFromMeasure(pixelMeasuresSeq.value[0]);\n } else {\n logger.warn(\n 'No shared functional group pixel measure sequence items.');\n }\n }\n }\n\n const includesPosPat = function (arr, val) {\n return arr.some(function (arrVal) {\n return equalPosPat(val, arrVal);\n });\n };\n\n const findIndexPosPat = function (arr, val) {\n return arr.findIndex(function (arrVal) {\n return equalPosPat(val, arrVal);\n });\n };\n\n // Per-frame Functional Groups Sequence\n const perFrameFuncGroupSequence = dataElements['52009230'];\n if (typeof perFrameFuncGroupSequence === 'undefined') {\n throw new Error('Missing or empty per frame functional sequence');\n }\n if (frames !== perFrameFuncGroupSequence.value.length) {\n throw new Error(\n 'perFrameFuncGroupSequence meta and numberOfFrames are not equal.');\n }\n // create frame info object from per frame func\n const frameInfos = [];\n for (let j = 0; j < perFrameFuncGroupSequence.value.length; ++j) {\n frameInfos.push(\n getSegmentFrameInfo(perFrameFuncGroupSequence.value[j]));\n }\n\n // check frame infos\n const framePosPats = [];\n for (let ii = 0; ii < frameInfos.length; ++ii) {\n if (!includesPosPat(framePosPats, frameInfos[ii].imagePosPat)) {\n framePosPats.push(frameInfos[ii].imagePosPat);\n }\n // store orientation if needed, avoid multi\n if (typeof frameInfos[ii].imageOrientationPatient !== 'undefined') {\n if (typeof imageOrientationPatient === 'undefined') {\n imageOrientationPatient = frameInfos[ii].imageOrientationPatient;\n } else {\n if (!arraySortEquals(\n imageOrientationPatient, frameInfos[ii].imageOrientationPatient)) {\n throw new Error('Unsupported multi orientation dicom seg.');\n }\n }\n }\n // store spacing if needed, avoid multi\n if (typeof frameInfos[ii].spacing !== 'undefined') {\n if (typeof spacing === 'undefined') {\n spacing = frameInfos[ii].spacing;\n } else {\n if (!spacing.equals(frameInfos[ii].spacing)) {\n throw new Error('Unsupported multi resolution dicom seg.');\n }\n }\n }\n }\n\n // check spacing and orientation\n if (typeof spacing === 'undefined') {\n throw new Error('No spacing found for DICOM SEG');\n }\n if (spacing.length() !== 3) {\n throw new Error('Incomplete spacing found for DICOM SEG');\n }\n if (typeof imageOrientationPatient === 'undefined') {\n throw new Error('No imageOrientationPatient found for DICOM SEG');\n }\n if (imageOrientationPatient.length !== 6) {\n throw new Error('Incomplete imageOrientationPatient found for DICOM SEG');\n }\n\n // orientation\n const rowCosines = new Vector3D(\n parseFloat(imageOrientationPatient[0]),\n parseFloat(imageOrientationPatient[1]),\n parseFloat(imageOrientationPatient[2]));\n const colCosines = new Vector3D(\n parseFloat(imageOrientationPatient[3]),\n parseFloat(imageOrientationPatient[4]),\n parseFloat(imageOrientationPatient[5]));\n const normal = rowCosines.crossProduct(colCosines);\n /* eslint-disable @stylistic/js/array-element-newline */\n const orientationMatrix = new Matrix33([\n rowCosines.getX(), colCosines.getX(), normal.getX(),\n rowCosines.getY(), colCosines.getY(), normal.getY(),\n rowCosines.getZ(), colCosines.getZ(), normal.getZ()\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n\n // sort positions patient\n framePosPats.sort(getComparePosPat(orientationMatrix));\n\n const point3DFromArray = function (arr) {\n return new Point3D(arr[0], arr[1], arr[2]);\n };\n\n // frame origins\n const frameOrigins = [];\n for (let n = 0; n < framePosPats.length; ++n) {\n frameOrigins.push(point3DFromArray(framePosPats[n]));\n }\n\n // tmp geometry with correct spacing but only one slice\n const tmpGeometry = new Geometry(\n frameOrigins[0], size, spacing, orientationMatrix);\n\n // origin distance test\n // TODO: maybe use sliceSpacing / 10\n const isAboveEpsilon = function (value) {\n let res = value > REAL_WORLD_EPSILON;\n if (res) {\n // try larger epsilon\n res = value > REAL_WORLD_EPSILON * 10;\n if (!res) {\n // warn if epsilon < value < epsilon * 10\n logger.warn(\n 'Using larger real world epsilon in SEG pos pat adding'\n );\n } else {\n res = value > REAL_WORLD_EPSILON * 100;\n if (!res) {\n // warn if epsilon < value < epsilon * 100\n logger.warn(\n 'Using larger+ real world epsilon in SEG pos pat adding'\n );\n }\n }\n }\n return res;\n };\n\n // add possibly missing posPats\n const posPats = [];\n posPats.push(framePosPats[0]);\n let sliceIndex = 0;\n for (let g = 1; g < framePosPats.length; ++g) {\n ++sliceIndex;\n let index = new Index([0, 0, sliceIndex]);\n let point = tmpGeometry.indexToWorld(index).get3D();\n const frameOrigin = frameOrigins[g];\n // check if more pos pats are needed\n let dist = frameOrigin.getDistance(point);\n const distPrevious = dist;\n // TODO: good threshold?\n while (isAboveEpsilon(dist)) {\n logger.debug('Adding intermediate pos pats for DICOM seg at ' +\n point.toString());\n posPats.push([point.getX(), point.getY(), point.getZ()]);\n ++sliceIndex;\n index = new Index([0, 0, sliceIndex]);\n point = tmpGeometry.indexToWorld(index).get3D();\n dist = frameOrigin.getDistance(point);\n if (dist > distPrevious) {\n throw new Error(\n 'Test distance is increasing when adding intermediate pos pats');\n }\n }\n // add frame pos pat\n posPats.push(framePosPats[g]);\n }\n\n // as many slices as posPats\n const numberOfSlices = posPats.length;\n\n // final geometry\n const geometry = new Geometry(\n frameOrigins[0], size, spacing, orientationMatrix);\n const uids = ['0'];\n for (let m = 1; m < numberOfSlices; ++m) {\n geometry.appendOrigin(point3DFromArray(posPats[m]), m);\n uids.push(m.toString());\n }\n\n const getFindSegmentFunc = function (number) {\n return function (item) {\n return item.number === number;\n };\n };\n\n // create output buffer\n const mul = storeAsRGB ? 3 : 1;\n const buffer =\n // @ts-ignore\n new pixelBuffer.constructor(mul * sliceSize * numberOfSlices);\n buffer.fill(0);\n // merge frame buffers\n let sliceOffset = null;\n let frameOffset = null;\n for (let f = 0; f < frameInfos.length; ++f) {\n // get the slice index from the position in the posPat array\n sliceIndex = findIndexPosPat(posPats, frameInfos[f].imagePosPat);\n frameOffset = sliceSize * f;\n sliceOffset = sliceSize * sliceIndex;\n // get the frame display value\n const frameSegment = segments.find(\n getFindSegmentFunc(frameInfos[f].refSegmentNumber)\n );\n for (let l = 0; l < sliceSize; ++l) {\n if (pixelBuffer[frameOffset + l] !== 0) {\n const offset = mul * (sliceOffset + l);\n if (storeAsRGB) {\n buffer[offset] = frameSegment.displayRGBValue.r;\n buffer[offset + 1] = frameSegment.displayRGBValue.g;\n buffer[offset + 2] = frameSegment.displayRGBValue.b;\n } else {\n buffer[offset] = frameSegment.displayValue;\n }\n }\n }\n }\n\n // create image\n const image = new Image(geometry, buffer, uids);\n if (storeAsRGB) {\n image.setPhotometricInterpretation('RGB');\n }\n // meta information\n const meta = getDefaultDicomSegJson();\n const safeGet = function (key) {\n let res;\n const element = dataElements[key];\n if (typeof element !== 'undefined') {\n res = element.value[0];\n }\n return res;\n };\n // Study\n meta.StudyDate = safeGet('00080020');\n meta.StudyTime = safeGet('00080030');\n meta.StudyInstanceUID = safeGet('0020000D');\n meta.StudyID = safeGet('00200010');\n // Series\n meta.SeriesDate = safeGet('00080021');\n meta.SeriesTime = safeGet('00080031');\n meta.SeriesInstanceUID = safeGet('0020000E');\n meta.SeriesNumber = safeGet('00200011');\n // ReferringPhysicianName\n meta.ReferringPhysicianName = safeGet('00080090');\n // patient info\n meta.PatientName = safeGet('00100010');\n meta.PatientID = safeGet('00100020');\n meta.PatientBirthDate = safeGet('00100030');\n meta.PatientSex = safeGet('00100040');\n // Enhanced General Equipment Module\n meta.Manufacturer = safeGet('00080070');\n meta.ManufacturerModelName = safeGet('00081090');\n meta.DeviceSerialNumber = safeGet('00181000');\n meta.SoftwareVersions = safeGet('00181020');\n // dicom seg dimension\n meta.DimensionOrganizationSequence = dimension.organizations;\n meta.DimensionIndexSequence = dimension.indices;\n // custom\n meta.custom = {\n segments: segments,\n frameInfos: frameInfos,\n SOPInstanceUID: dataElements['00080018'].value[0]\n };\n\n // number of files: in this case equal to number slices,\n // used to calculate buffer size\n meta.numberOfFiles = numberOfSlices;\n // FrameOfReferenceUID (optional)\n const frameOfReferenceUID = dataElements['00200052'];\n if (frameOfReferenceUID) {\n meta.FrameOfReferenceUID = frameOfReferenceUID.value[0];\n }\n // LossyImageCompression (optional)\n const lossyImageCompression = dataElements['00282110'];\n if (lossyImageCompression) {\n meta.LossyImageCompression = lossyImageCompression.value[0];\n }\n\n image.setMeta(meta);\n\n return image;\n }\n\n /**\n * Convert a mask image into a DICOM segmentation object.\n *\n * @param {Image} image The mask image.\n * @param {MaskSegment[]} segments The mask segments.\n * @param {Image} sourceImage The source image.\n * @param {Object} [extraTags] Optional list of extra tags.\n * @returns {Object} A list of dicom elements.\n */\n toDicom(\n image,\n segments,\n sourceImage,\n extraTags\n ) {\n // original image tags\n const tags = image.getMeta();\n\n // use image segments if not provided as input\n if (segments === undefined) {\n segments = tags.segments;\n }\n\n const geometry = image.getGeometry();\n const size = geometry.getSize();\n\n // (not in meta)\n tags.Rows = size.get(1);\n tags.Columns = size.get(0);\n // update content tags\n const now = new Date();\n tags.ContentDate = getDicomDate(dateToDateObj(now));\n tags.ContentTime = getDicomTime(dateToTimeObj(now));\n\n // keep source image StudyInstanceUID\n if (sourceImage !== undefined) {\n tags.StudyInstanceUID = (sourceImage.getMeta()).StudyInstanceUID;\n }\n\n // segments\n const segmentItems = [];\n for (const segment of segments) {\n segmentItems.push(getDicomSegmentItem(segment));\n }\n tags.SegmentSequence = {\n value: segmentItems\n };\n\n // Shared Functional Groups Sequence\n tags.SharedFunctionalGroupsSequence = {\n value: [\n {\n PlaneOrientationSequence: {\n value: [getDicomPlaneOrientationItem(geometry.getOrientation())]\n },\n PixelMeasuresSequence: {\n value: [getDicomMeasureItem(geometry.getSpacing())]\n }\n }\n ]\n };\n\n // image buffer to multi frame\n const roiBuffers = createRoiBuffers(image, segments);\n\n const frameInfos = [];\n\n // flatten buffer array\n const finalBuffers = [];\n const referencedSOPs = [];\n for (const segment of segments) {\n const number40 = segment.number;\n const number4 = number40 - 1;\n // check if buffer has values\n if (roiBuffers[number4] === undefined) {\n continue;\n }\n const keys1 = Object.keys(roiBuffers[number4]);\n // revert slice order\n for (let k1 = keys1.length - 1; k1 >= 0; --k1) {\n const key1 = Number.parseInt(keys1[k1], 10);\n finalBuffers.push(roiBuffers[number4][key1]);\n // frame info\n const posPat = image.getGeometry().getOrigins()[key1];\n const posPatArray = [posPat.getX(), posPat.getY(), posPat.getZ()];\n const frameInfo = {\n dimIndex: [number40, keys1.length - k1],\n imagePosPat: posPatArray,\n refSegmentNumber: number40\n };\n // derivation image info\n if (sourceImage !== undefined) {\n const sourceGeometry = sourceImage.getGeometry();\n const sourceIndex = sourceGeometry.worldToIndex(\n new Point([posPat.getX(), posPat.getY(), posPat.getZ()])\n );\n frameInfo.derivationImages = [\n {\n sourceImages: [\n {\n referencedSOPInstanceUID:\n sourceImage.getImageUid(sourceIndex),\n referencedSOPClassUID:\n (sourceImage.getMeta()).SOPClassUID\n }\n ]\n }\n ];\n // store as tag\n referencedSOPs.push({\n ReferencedSOPInstanceUID:\n sourceImage.getImageUid(sourceIndex),\n ReferencedSOPClassUID:\n (sourceImage.getMeta()).SOPClassUID\n });\n }\n frameInfos.push(frameInfo);\n }\n }\n\n tags.NumberOfFrames = finalBuffers.length.toString();\n\n // frame infos\n const frameInfosTag = [];\n for (const frameInfo of frameInfos) {\n frameInfosTag.push(getDicomSegmentFrameInfoItem(frameInfo));\n }\n tags.PerFrameFunctionalGroupsSequence = {\n value: frameInfosTag\n };\n\n // also store referenced SOPs in ReferencedSeriesSequence\n if (sourceImage !== undefined) {\n const refSeriesTag = [];\n refSeriesTag.push({\n ReferencedInstanceSequence: {\n value: referencedSOPs\n },\n SeriesInstanceUID: (sourceImage.getMeta()).SeriesInstanceUID\n });\n tags.ReferencedSeriesSequence = {\n value: refSeriesTag\n };\n }\n\n // merge extra tags if provided\n if (extraTags !== undefined) {\n mergeTags(tags, extraTags);\n }\n\n // convert JSON to DICOM element object\n const dicomElements = getElementsFromJSONTags(tags);\n\n // pixel value length: divide by 8 to trigger binary write\n const sliceSize = size.getDimSize(2);\n const pixVl = (finalBuffers.length * sliceSize) / 8;\n const de = new DataElement('OB');\n de.tag = new Tag('7FE0', '0010');\n de.vl = pixVl;\n de.value = finalBuffers;\n dicomElements['7FE00010'] = de;\n\n return dicomElements;\n }\n\n} // class MaskFactory\n","import {Index} from '../math/index';\nimport {Point3D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {arrayContains} from '../utils/array';\nimport {getTypedArray} from '../dicom/dicomParser';\nimport {ListenerHandler} from '../utils/listen';\nimport {colourRange} from './iterator';\nimport {RescaleSlopeAndIntercept} from './rsi';\nimport {ImageFactory} from './imageFactory';\nimport {MaskFactory} from './maskFactory';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Geometry} from './geometry';\nimport {Matrix33} from '../math/matrix';\nimport {NumberRange} from '../math/stats';\nimport {DataElement} from '../dicom/dataElement';\nimport {RGB} from '../utils/colour';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get the slice index of an input slice into a volume geometry.\n *\n * @param {Geometry} volumeGeometry The volume geometry.\n * @param {Geometry} sliceGeometry The slice geometry.\n * @returns {Index} The index of the slice in the volume geomtry.\n */\nfunction getSliceIndex(volumeGeometry, sliceGeometry) {\n // possible time\n const timeId = sliceGeometry.getInitialTime();\n // index values\n const values = [];\n // x, y\n values.push(0);\n values.push(0);\n // z\n values.push(volumeGeometry.getSliceIndex(sliceGeometry.getOrigin(), timeId));\n // time\n if (typeof timeId !== 'undefined') {\n values.push(timeId);\n }\n // return index\n return new Index(values);\n}\n\n/**\n * Create an Image from DICOM elements.\n *\n * @param {Object} elements The DICOM elements.\n * @returns {Image} The Image object.\n */\nexport function createImage(elements) {\n const factory = new ImageFactory();\n return factory.create(\n elements,\n elements['7FE00010'].value[0],\n 1\n );\n}\n\n/**\n * Create a mask Image from DICOM elements.\n *\n * @param {Object} elements The DICOM elements.\n * @returns {Image} The mask Image object.\n */\nexport function createMaskImage(elements) {\n const factory = new MaskFactory();\n return factory.create(\n elements,\n elements['7FE00010'].value[0]\n );\n}\n\n/**\n * Image class.\n * Usable once created, optional are:\n * - rescale slope and intercept (default 1:0),\n * - photometric interpretation (default MONOCHROME2),\n * - planar configuration (default RGBRGB...).\n *\n * @example\n * // XMLHttpRequest onload callback\n * const onload = function (event) {\n * // parse the dicom buffer\n * const dicomParser = new dwv.DicomParser();\n * dicomParser.parse(event.target.response);\n * // create the image object\n * const image = dwv.createImage(dicomParser.getDicomElements());\n * // result div\n * const div = document.getElementById('dwv');\n * // display the image size\n * const size = image.getGeometry().getSize();\n * div.appendChild(document.createTextNode(\n * 'Size: ' + size.toString() +\n * ' (should be 256,256,1)'));\n * // break line\n * div.appendChild(document.createElement('br'));\n * // display a pixel value\n * div.appendChild(document.createTextNode(\n * 'Pixel @ [128,40,0]: ' +\n * image.getRescaledValue(128,40,0) +\n * ' (should be 101)'));\n * };\n * // DICOM file request\n * const request = new XMLHttpRequest();\n * const url = 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm';\n * request.open('GET', url);\n * request.responseType = 'arraybuffer';\n * request.onload = onload;\n * request.send();\n */\nexport class Image {\n\n /**\n * Data geometry.\n *\n * @type {Geometry}\n */\n #geometry;\n\n /**\n * List of compatible typed arrays.\n *\n * @typedef {(\n * Uint8Array | Int8Array |\n * Uint16Array | Int16Array |\n * Uint32Array | Int32Array\n * )} TypedArray\n */\n\n /**\n * Data buffer.\n *\n * @type {TypedArray}\n */\n #buffer;\n\n /**\n * Image UIDs.\n *\n * @type {string[]}\n */\n #imageUids;\n\n /**\n * Constant rescale slope and intercept (default).\n *\n * @type {RescaleSlopeAndIntercept}\n */\n #rsi = new RescaleSlopeAndIntercept(1, 0);\n\n /**\n * Varying rescale slope and intercept.\n *\n * @type {RescaleSlopeAndIntercept[]}\n */\n #rsis = null;\n\n /**\n * Flag to know if the RSIs are all identity (1,0).\n *\n * @type {boolean}\n */\n #isIdentityRSI = true;\n\n /**\n * Flag to know if the RSIs are all equals.\n *\n * @type {boolean}\n */\n #isConstantRSI = true;\n\n /**\n * Photometric interpretation (MONOCHROME, RGB...).\n *\n * @type {string}\n */\n #photometricInterpretation = 'MONOCHROME2';\n\n /**\n * Planar configuration for RGB data (`0:RGBRGBRGBRGB...` or\n * `1:RRR...GGG...BBB...`).\n *\n * @type {number}\n */\n #planarConfiguration = 0;\n\n /**\n * Number of components.\n *\n * @type {number}\n */\n #numberOfComponents;\n\n /**\n * Meta information.\n *\n * @type {Object}\n */\n #meta = {};\n\n /**\n * Data range.\n *\n * @type {NumberRange}\n */\n #dataRange = null;\n\n /**\n * Rescaled data range.\n *\n * @type {NumberRange}\n */\n #rescaledDataRange = null;\n\n /**\n * Histogram.\n *\n * @type {Array}\n */\n #histogram = null;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * @param {Geometry} geometry The geometry of the image.\n * @param {TypedArray} buffer The image data as a one dimensional buffer.\n * @param {string[]} [imageUids] An array of Uids indexed to slice number.\n */\n constructor(geometry, buffer, imageUids) {\n this.#geometry = geometry;\n this.#buffer = buffer;\n this.#imageUids = imageUids;\n\n this.#numberOfComponents = this.#buffer.length / (\n this.#geometry.getSize().getTotalSize());\n }\n\n /**\n * Get the image UID at a given index.\n *\n * @param {Index} [index] The index at which to get the id.\n * @returns {string} The UID.\n */\n getImageUid(index) {\n let uid = this.#imageUids[0];\n if (this.#imageUids.length !== 1 && typeof index !== 'undefined') {\n uid = this.#imageUids[this.getSecondaryOffset(index)];\n }\n return uid;\n }\n\n /**\n * Get the image origin for a image UID.\n *\n * @param {string} uid The UID.\n * @returns {Point3D|undefined} The origin.\n */\n getOriginForImageUid(uid) {\n let origin;\n const uidIndex = this.#imageUids.indexOf(uid);\n if (uidIndex !== -1) {\n const origins = this.getGeometry().getOrigins();\n origin = origins[uidIndex];\n }\n return origin;\n }\n\n /**\n * Check if the image includes an UID.\n *\n * @param {string} uid The UID.\n * @returns {boolean} True if present.\n */\n includesImageUid(uid) {\n return this.#imageUids.includes(uid);\n }\n\n /**\n * Check if this image includes the input uids.\n *\n * @param {string[]} uids UIDs to test for presence.\n * @returns {boolean} True if all uids are in this image uids.\n */\n containsImageUids(uids) {\n return arrayContains(this.#imageUids, uids);\n }\n\n /**\n * Get the geometry of the image.\n *\n * @returns {Geometry} The geometry.\n */\n getGeometry() {\n return this.#geometry;\n }\n\n /**\n * Get the data buffer of the image.\n *\n * @todo Dangerous...\n * @returns {TypedArray} The data buffer of the image.\n */\n getBuffer() {\n return this.#buffer;\n }\n\n /**\n * Can the image values be quantified?\n *\n * @returns {boolean} True if only one component.\n */\n canQuantify() {\n return this.getNumberOfComponents() === 1;\n }\n\n /**\n * Can window and level be applied to the data?\n *\n * @returns {boolean} True if the data is monochrome.\n * @deprecated Please use isMonochrome instead.\n */\n canWindowLevel() {\n return this.isMonochrome();\n }\n\n /**\n * Is the data monochrome.\n *\n * @returns {boolean} True if the data is monochrome.\n */\n isMonochrome() {\n return this.getPhotometricInterpretation()\n .match(/MONOCHROME/) !== null;\n }\n\n /**\n * Can the data be scrolled?\n *\n * @param {Matrix33} viewOrientation The view orientation.\n * @returns {boolean} True if the data has a third dimension greater than one\n * after applying the view orientation.\n */\n canScroll(viewOrientation) {\n const size = this.getGeometry().getSize();\n // also check the numberOfFiles in case we are in the middle of a load\n let nFiles = 1;\n if (typeof this.#meta.numberOfFiles !== 'undefined') {\n nFiles = this.#meta.numberOfFiles;\n }\n return size.canScroll(viewOrientation) || nFiles !== 1;\n }\n\n /**\n * Get the secondary offset max.\n *\n * @returns {number} The maximum offset.\n */\n #getSecondaryOffsetMax() {\n return this.#geometry.getSize().getTotalSize(2);\n }\n\n /**\n * Get the secondary offset: an offset that takes into account\n * the slice and above dimension numbers.\n *\n * @param {Index} index The index.\n * @returns {number} The offset.\n */\n getSecondaryOffset(index) {\n return this.#geometry.getSize().indexToOffset(index, 2);\n }\n\n /**\n * Get the rescale slope and intercept.\n *\n * @param {Index} [index] The index (only needed for non constant rsi).\n * @returns {RescaleSlopeAndIntercept} The rescale slope and intercept.\n */\n getRescaleSlopeAndIntercept(index) {\n let res = this.#rsi;\n if (!this.isConstantRSI()) {\n if (typeof index === 'undefined') {\n throw new Error('Cannot get non constant RSI with empty slice index.');\n }\n const offset = this.getSecondaryOffset(index);\n if (typeof this.#rsis[offset] !== 'undefined') {\n res = this.#rsis[offset];\n } else {\n logger.warn('undefined non constant rsi at ' + offset);\n }\n }\n return res;\n }\n\n /**\n * Get the rsi at a specified (secondary) offset.\n *\n * @param {number} offset The desired (secondary) offset.\n * @returns {RescaleSlopeAndIntercept} The coresponding rsi.\n */\n #getRescaleSlopeAndInterceptAtOffset(offset) {\n return this.#rsis[offset];\n }\n\n /**\n * Set the rescale slope and intercept.\n *\n * @param {RescaleSlopeAndIntercept} inRsi The input rescale\n * slope and intercept.\n * @param {number} [offset] The rsi offset (only needed for non constant rsi).\n */\n setRescaleSlopeAndIntercept(inRsi, offset) {\n // update identity flag\n this.#isIdentityRSI = this.#isIdentityRSI && inRsi.isID();\n // update constant flag\n if (!this.#isConstantRSI) {\n if (typeof offset === 'undefined') {\n throw new Error(\n 'Cannot store non constant RSI with empty slice index.');\n }\n this.#rsis.splice(offset, 0, inRsi);\n } else {\n if (!this.#rsi.equals(inRsi)) {\n if (typeof offset === 'undefined') {\n // no slice index, replace existing\n this.#rsi = inRsi;\n } else {\n // first non constant rsi\n this.#isConstantRSI = false;\n // switch to non constant mode\n this.#rsis = [];\n // initialise RSIs\n for (let i = 0, leni = this.#getSecondaryOffsetMax(); i < leni; ++i) {\n this.#rsis.push(this.#rsi);\n }\n // store\n this.#rsi = null;\n this.#rsis.splice(offset, 0, inRsi);\n }\n }\n }\n }\n\n /**\n * Are all the RSIs identity (1,0).\n *\n * @returns {boolean} True if they are.\n */\n isIdentityRSI() {\n return this.#isIdentityRSI;\n }\n\n /**\n * Are all the RSIs equal.\n *\n * @returns {boolean} True if they are.\n */\n isConstantRSI() {\n return this.#isConstantRSI;\n }\n\n /**\n * Get the photometricInterpretation of the image.\n *\n * @returns {string} The photometricInterpretation of the image.\n */\n getPhotometricInterpretation() {\n return this.#photometricInterpretation;\n }\n\n /**\n * Set the photometricInterpretation of the image.\n *\n * @param {string} interp The photometricInterpretation of the image.\n */\n setPhotometricInterpretation(interp) {\n this.#photometricInterpretation = interp;\n }\n\n /**\n * Get the planarConfiguration of the image.\n *\n * @returns {number} The planarConfiguration of the image.\n */\n getPlanarConfiguration() {\n return this.#planarConfiguration;\n }\n\n /**\n * Set the planarConfiguration of the image.\n *\n * @param {number} config The planarConfiguration of the image.\n */\n setPlanarConfiguration(config) {\n this.#planarConfiguration = config;\n }\n\n /**\n * Get the numberOfComponents of the image.\n *\n * @returns {number} The numberOfComponents of the image.\n */\n getNumberOfComponents() {\n return this.#numberOfComponents;\n }\n\n /**\n * Get the meta information of the image.\n *\n * @returns {Object} The meta information of the image.\n */\n getMeta() {\n return this.#meta;\n }\n\n /**\n * Set the meta information of the image.\n *\n * @param {Object} rhs The meta information of the image.\n */\n setMeta(rhs) {\n this.#meta = rhs;\n }\n\n /**\n * Get value at offset. Warning: No size check...\n *\n * @param {number} offset The desired offset.\n * @returns {number} The value at offset.\n */\n getValueAtOffset(offset) {\n return this.#buffer[offset];\n }\n\n /**\n * Get the offsets where the buffer equals the input value.\n * Loops through the whole volume, can get long for big data...\n *\n * @param {number|RGB} value The value to check.\n * @returns {number[]} The list of offsets.\n */\n getOffsets(value) {\n // value to array\n let bufferValue;\n if (typeof value === 'number') {\n if (this.#numberOfComponents !== 1) {\n throw new Error(\n 'Number of components is not 1 for getting single value.');\n }\n bufferValue = [value];\n } else if (typeof value.r !== 'undefined' &&\n typeof value.g !== 'undefined' &&\n typeof value.b !== 'undefined') {\n if (this.#numberOfComponents !== 3) {\n throw new Error(\n 'Number of components is not 3 for getting RGB value.');\n }\n bufferValue = [value.r, value.g, value.b];\n }\n\n // main loop\n const offsets = [];\n let equal;\n for (let i = 0; i < this.#buffer.length; i = i + this.#numberOfComponents) {\n equal = true;\n for (let j = 0; j < this.#numberOfComponents; ++j) {\n if (this.#buffer[i + j] !== bufferValue[j]) {\n equal = false;\n break;\n }\n }\n if (equal) {\n offsets.push(i);\n }\n }\n return offsets;\n }\n\n /**\n * Check if the input values are in the buffer.\n * Could loop through the whole volume, can get long for big data...\n *\n * @param {Array} values The values to check.\n * @returns {boolean[]} A list of booleans for each input value,\n * set to true if the value is present in the buffer.\n */\n hasValues(values) {\n // check input\n if (typeof values === 'undefined' ||\n values.length === 0) {\n return [];\n }\n // final array value\n const finalValues = [];\n for (let v1 = 0; v1 < values.length; ++v1) {\n if (this.#numberOfComponents === 1) {\n finalValues.push([values[v1]]);\n } else if (this.#numberOfComponents === 3) {\n finalValues.push([\n values[v1].r,\n values[v1].g,\n values[v1].b\n ]);\n }\n }\n // find callback\n let equalFunc;\n if (this.#numberOfComponents === 1) {\n equalFunc = function (a, b) {\n return a[0] === b[0];\n };\n } else if (this.#numberOfComponents === 3) {\n equalFunc = function (a, b) {\n return a[0] === b[0] &&\n a[1] === b[1] &&\n a[2] === b[2];\n };\n }\n const getEqualCallback = function (value) {\n return function (item) {\n return equalFunc(item, value);\n };\n };\n // main loop\n const res = new Array(values.length);\n res.fill(false);\n const valuesToFind = finalValues.slice();\n let equal;\n let indicesToRemove;\n for (let i = 0, leni = this.#buffer.length;\n i < leni; i = i + this.#numberOfComponents) {\n indicesToRemove = [];\n for (let v = 0; v < valuesToFind.length; ++v) {\n equal = true;\n // check value(s)\n for (let j = 0; j < this.#numberOfComponents; ++j) {\n if (this.#buffer[i + j] !== valuesToFind[v][j]) {\n equal = false;\n break;\n }\n }\n // if found, store answer and add to indices to remove\n if (equal) {\n const valIndex = finalValues.findIndex(\n getEqualCallback(valuesToFind[v]));\n res[valIndex] = true;\n indicesToRemove.push(v);\n }\n }\n // remove found values\n for (let r = 0; r < indicesToRemove.length; ++r) {\n valuesToFind.splice(indicesToRemove[r], 1);\n }\n // exit if no values to find\n if (valuesToFind.length === 0) {\n break;\n }\n }\n // return\n return res;\n }\n\n /**\n * Clone the image.\n *\n * @returns {Image} A clone of this image.\n */\n clone() {\n // clone the image buffer\n const clonedBuffer = this.#buffer.slice(0);\n // create the image copy\n const copy = new Image(this.getGeometry(), clonedBuffer, this.#imageUids);\n // copy the RSI(s)\n if (this.isConstantRSI()) {\n copy.setRescaleSlopeAndIntercept(this.getRescaleSlopeAndIntercept());\n } else {\n for (let i = 0; i < this.#getSecondaryOffsetMax(); ++i) {\n copy.setRescaleSlopeAndIntercept(\n this.#getRescaleSlopeAndInterceptAtOffset(i), i);\n }\n }\n // copy extras\n copy.setPhotometricInterpretation(this.getPhotometricInterpretation());\n copy.setPlanarConfiguration(this.getPlanarConfiguration());\n copy.setMeta(this.getMeta());\n // return\n return copy;\n }\n\n /**\n * Re-allocate buffer memory to an input size.\n *\n * @param {number} size The new size.\n */\n #realloc(size) {\n // save buffer\n let tmpBuffer = this.#buffer;\n // create new\n this.#buffer = getTypedArray(\n this.#buffer.BYTES_PER_ELEMENT * 8,\n this.#meta.IsSigned ? 1 : 0,\n size);\n if (this.#buffer === null) {\n throw new Error('Cannot reallocate data for image.');\n }\n // put old in new\n this.#buffer.set(tmpBuffer);\n // clean\n tmpBuffer = null;\n }\n\n /**\n * Append a slice to the image.\n *\n * @param {Image} rhs The slice to append.\n * @fires Image#imagegeometrychange\n */\n appendSlice(rhs) {\n // check input\n if (rhs === null) {\n throw new Error('Cannot append null slice');\n }\n const rhsSize = rhs.getGeometry().getSize();\n let size = this.#geometry.getSize();\n if (rhsSize.get(2) !== 1) {\n throw new Error('Cannot append more than one slice');\n }\n if (size.get(0) !== rhsSize.get(0)) {\n throw new Error('Cannot append a slice with different number of columns');\n }\n if (size.get(1) !== rhsSize.get(1)) {\n throw new Error('Cannot append a slice with different number of rows');\n }\n if (!this.#geometry.getOrientation().equals(\n rhs.getGeometry().getOrientation(), 0.0001)) {\n throw new Error('Cannot append a slice with different orientation');\n }\n if (this.#photometricInterpretation !==\n rhs.getPhotometricInterpretation()) {\n throw new Error(\n 'Cannot append a slice with different photometric interpretation');\n }\n // all meta should be equal\n for (const key in this.#meta) {\n if (key === 'windowPresets' || key === 'numberOfFiles' ||\n key === 'custom') {\n continue;\n }\n if (this.#meta[key] !== rhs.getMeta()[key]) {\n throw new Error('Cannot append a slice with different ' + key +\n ': ' + this.#meta[key] + ' != ' + rhs.getMeta()[key]);\n }\n }\n\n // update ranges\n const rhsRange = rhs.getDataRange();\n const range = this.getDataRange();\n this.#dataRange = {\n min: Math.min(rhsRange.min, range.min),\n max: Math.max(rhsRange.max, range.max),\n };\n const rhsResRange = rhs.getRescaledDataRange();\n const resRange = this.getRescaledDataRange();\n this.#rescaledDataRange = {\n min: Math.min(rhsResRange.min, resRange.min),\n max: Math.max(rhsResRange.max, resRange.max),\n };\n\n // possible time\n const timeId = rhs.getGeometry().getInitialTime();\n\n // append frame if needed\n let isNewFrame = false;\n if (typeof timeId !== 'undefined' &&\n !this.#geometry.hasSlicesAtTime(timeId)) {\n // update grometry\n this.appendFrame(timeId, rhs.getGeometry().getOrigin());\n // update size\n size = this.#geometry.getSize();\n // update flag\n isNewFrame = true;\n }\n\n // get slice index\n const index = getSliceIndex(this.#geometry, rhs.getGeometry());\n\n // calculate slice size\n const sliceSize = this.#numberOfComponents * size.getDimSize(2);\n\n // create full buffer if not done yet\n if (typeof this.#meta.numberOfFiles === 'undefined') {\n throw new Error('Missing number of files for buffer manipulation.');\n }\n const fullBufferSize = sliceSize * this.#meta.numberOfFiles;\n if (this.#buffer.length !== fullBufferSize) {\n this.#realloc(fullBufferSize);\n }\n\n // slice index\n const sliceIndex = index.get(2);\n\n // slice index including possible 4D\n let fullSliceIndex = sliceIndex;\n if (typeof timeId !== 'undefined') {\n fullSliceIndex +=\n this.#geometry.getCurrentNumberOfSlicesBeforeTime(timeId);\n }\n // offset of the input slice\n const indexOffset = fullSliceIndex * sliceSize;\n const maxOffset =\n this.#geometry.getCurrentTotalNumberOfSlices() * sliceSize;\n // move content if needed\n if (indexOffset < maxOffset) {\n this.#buffer.set(\n this.#buffer.subarray(indexOffset, maxOffset),\n indexOffset + sliceSize\n );\n }\n // add new slice content\n this.#buffer.set(rhs.getBuffer(), indexOffset);\n\n // update geometry\n if (!isNewFrame) {\n this.#geometry.appendOrigin(\n rhs.getGeometry().getOrigin(), sliceIndex, timeId);\n }\n // update rsi\n // (rhs should just have one rsi)\n this.setRescaleSlopeAndIntercept(\n rhs.getRescaleSlopeAndIntercept(), fullSliceIndex);\n\n // current number of images\n const numberOfImages = this.#imageUids.length;\n\n // insert sop instance UIDs\n this.#imageUids.splice(fullSliceIndex, 0, rhs.getImageUid());\n\n // update window presets\n if (typeof this.#meta.windowPresets !== 'undefined') {\n const windowPresets = this.#meta.windowPresets;\n const rhsPresets = rhs.getMeta().windowPresets;\n const keys = Object.keys(rhsPresets);\n let pkey = null;\n for (let i = 0; i < keys.length; ++i) {\n pkey = keys[i];\n const rhsPreset = rhsPresets[pkey];\n const windowPreset = windowPresets[pkey];\n if (typeof windowPreset !== 'undefined') {\n // if not set or false, check perslice\n if (typeof windowPreset.perslice === 'undefined' ||\n windowPreset.perslice === false) {\n // if different preset.wl, mark it as perslice\n if (!windowPreset.wl[0].equals(rhsPreset.wl[0])) {\n windowPreset.perslice = true;\n // fill wl array with copy of wl[0]\n // (loop on number of images minus the existing one)\n for (let j = 0; j < numberOfImages - 1; ++j) {\n windowPreset.wl.push(windowPreset.wl[0]);\n }\n }\n }\n // store (first) rhs preset.wl if needed\n if (typeof windowPreset.perslice !== 'undefined' &&\n windowPreset.perslice === true) {\n windowPresets[pkey].wl.splice(\n fullSliceIndex, 0, rhsPreset.wl[0]);\n }\n } else {\n // if not defined (it should be), store all\n windowPresets[pkey] = rhsPresets[pkey];\n }\n }\n }\n /**\n * Image geometry change event.\n *\n * @event Image#imagegeometrychange\n * @type {object}\n */\n this.#fireEvent({type: 'imagegeometrychange'});\n }\n\n /**\n * Append a frame buffer to the image.\n *\n * @param {object} frameBuffer The frame buffer to append.\n * @param {number} frameIndex The frame index.\n */\n appendFrameBuffer(frameBuffer, frameIndex) {\n // create full buffer if not done yet\n const size = this.#geometry.getSize();\n const frameSize = this.#numberOfComponents * size.getDimSize(2);\n if (typeof this.#meta.numberOfFiles === 'undefined') {\n throw new Error('Missing number of files for frame buffer manipulation.');\n }\n const fullBufferSize = frameSize * this.#meta.numberOfFiles;\n if (this.#buffer.length !== fullBufferSize) {\n this.#realloc(fullBufferSize);\n }\n // check index\n if (frameIndex >= this.#meta.numberOfFiles) {\n logger.warn('Ignoring frame at index ' + frameIndex +\n ' (size: ' + this.#meta.numberOfFiles + ')');\n return;\n }\n // append\n this.#buffer.set(frameBuffer, frameSize * frameIndex);\n // update geometry\n this.appendFrame(frameIndex, new Point3D(0, 0, 0));\n }\n\n /**\n * Append a frame to the image.\n *\n * @param {number} time The frame time value.\n * @param {Point3D} origin The origin of the frame.\n */\n appendFrame(time, origin) {\n this.#geometry.appendFrame(origin, time);\n this.#fireEvent({type: 'appendframe'});\n // memory will be updated at the first appendSlice or appendFrameBuffer\n }\n\n /**\n * Get the data range.\n *\n * @returns {NumberRange} The data range.\n */\n getDataRange() {\n if (!this.#dataRange) {\n this.#dataRange = this.calculateDataRange();\n }\n return this.#dataRange;\n }\n\n /**\n * Get the rescaled data range.\n *\n * @returns {NumberRange} The rescaled data range.\n */\n getRescaledDataRange() {\n if (!this.#rescaledDataRange) {\n this.#rescaledDataRange = this.calculateRescaledDataRange();\n }\n return this.#rescaledDataRange;\n }\n\n /**\n * Get the histogram.\n *\n * @returns {Array} The histogram.\n */\n getHistogram() {\n if (!this.#histogram) {\n const res = this.calculateHistogram();\n this.#dataRange = res.dataRange;\n this.#rescaledDataRange = res.rescaledDataRange;\n this.#histogram = res.histogram;\n }\n return this.#histogram;\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n // ****************************************\n // image data modifiers... carefull...\n // ****************************************\n\n /**\n * Set the inner buffer values at given offsets.\n *\n * @param {number[]} offsets List of offsets where to set the data.\n * @param {number|RGB} value The value to set at the given offsets.\n * @fires Image#imagecontentchange\n */\n setAtOffsets(offsets, value) {\n // value to array\n let bufferValue;\n if (typeof value === 'number') {\n if (this.#numberOfComponents !== 1) {\n throw new Error(\n 'Number of components is not 1 for setting single value.');\n }\n bufferValue = [value];\n } else if (typeof value.r !== 'undefined' &&\n typeof value.g !== 'undefined' &&\n typeof value.b !== 'undefined') {\n if (this.#numberOfComponents !== 3) {\n throw new Error(\n 'Number of components is not 3 for setting RGB value.');\n }\n bufferValue = [value.r, value.g, value.b];\n }\n\n let offset;\n for (let i = 0, leni = offsets.length; i < leni; ++i) {\n offset = offsets[i];\n for (let j = 0; j < this.#numberOfComponents; ++j) {\n this.#buffer[offset + j] = bufferValue[j];\n }\n }\n // fire imagecontentchange\n this.#fireEvent({type: 'imagecontentchange'});\n }\n\n /**\n * Set the inner buffer values at given offsets.\n *\n * @param {number[][]} offsetsLists List of offset lists where\n * to set the data.\n * @param {RGB} value The value to set at the given offsets.\n * @returns {Array} A list of objects representing the original values before\n * replacing them.\n * @fires Image#imagecontentchange\n */\n setAtOffsetsAndGetOriginals(offsetsLists, value) {\n const originalColoursLists = [];\n\n // update and store\n for (let j = 0; j < offsetsLists.length; ++j) {\n const offsets = offsetsLists[j];\n // first colour\n let offset = offsets[0] * 3;\n let previousColour = {\n r: this.#buffer[offset],\n g: this.#buffer[offset + 1],\n b: this.#buffer[offset + 2]\n };\n // original value storage\n const originalColours = [];\n originalColours.push({\n index: 0,\n colour: previousColour\n });\n for (let i = 0; i < offsets.length; ++i) {\n offset = offsets[i] * 3;\n const currentColour = {\n r: this.#buffer[offset],\n g: this.#buffer[offset + 1],\n b: this.#buffer[offset + 2]\n };\n // check if new colour\n if (previousColour.r !== currentColour.r ||\n previousColour.g !== currentColour.g ||\n previousColour.b !== currentColour.b) {\n // store new colour\n originalColours.push({\n index: i,\n colour: currentColour\n });\n previousColour = currentColour;\n }\n // write update colour\n this.#buffer[offset] = value.r;\n this.#buffer[offset + 1] = value.g;\n this.#buffer[offset + 2] = value.b;\n }\n originalColoursLists.push(originalColours);\n }\n // fire imagecontentchange\n this.#fireEvent({type: 'imagecontentchange'});\n return originalColoursLists;\n }\n\n /**\n * Set the inner buffer values at given offsets.\n *\n * @param {number[][]} offsetsLists List of offset lists\n * where to set the data.\n * @param {RGB|Array} value The value to set at the given offsets.\n * @fires Image#imagecontentchange\n */\n setAtOffsetsWithIterator(offsetsLists, value) {\n for (let j = 0; j < offsetsLists.length; ++j) {\n const offsets = offsetsLists[j];\n let iterator;\n if (Array.isArray(value)) {\n // input value is a list of iterators\n // created by setAtOffsetsAndGetOriginals\n iterator = colourRange(\n value[j], offsets.length);\n } else if (typeof value.r !== 'undefined' &&\n typeof value.g !== 'undefined' &&\n typeof value.b !== 'undefined') {\n // input value is a simple color\n iterator = colourRange(\n [{index: 0, colour: value}], offsets.length);\n }\n\n // set values\n let ival = iterator.next();\n while (!ival.done) {\n const offset = offsets[ival.index] * 3;\n this.#buffer[offset] = ival.value.r;\n this.#buffer[offset + 1] = ival.value.g;\n this.#buffer[offset + 2] = ival.value.b;\n ival = iterator.next();\n }\n }\n /**\n * Image change event.\n *\n * @event Image#imagecontentchange\n * @type {object}\n */\n this.#fireEvent({type: 'imagecontentchange'});\n }\n\n /**\n * Get the value of the image at a specific coordinate.\n *\n * @param {number} i The X index.\n * @param {number} j The Y index.\n * @param {number} k The Z index.\n * @param {number} f The frame number.\n * @returns {number} The value at the desired position.\n * Warning: No size check...\n */\n getValue(i, j, k, f) {\n const frame = (f || 0);\n const index = new Index([i, j, k, frame]);\n return this.getValueAtOffset(\n this.getGeometry().getSize().indexToOffset(index));\n }\n\n /**\n * Get the value of the image at a specific index.\n *\n * @param {Index} index The index.\n * @returns {number} The value at the desired position.\n * Warning: No size check...\n */\n getValueAtIndex(index) {\n return this.getValueAtOffset(\n this.getGeometry().getSize().indexToOffset(index));\n }\n\n /**\n * Get the rescaled value of the image at a specific position.\n *\n * @param {number} i The X index.\n * @param {number} j The Y index.\n * @param {number} k The Z index.\n * @param {number} f The frame number.\n * @returns {number} The rescaled value at the desired position.\n * Warning: No size check...\n */\n getRescaledValue(i, j, k, f) {\n if (typeof f === 'undefined') {\n f = 0;\n }\n let val = this.getValue(i, j, k, f);\n if (!this.isIdentityRSI()) {\n if (this.isConstantRSI()) {\n val = this.getRescaleSlopeAndIntercept().apply(val);\n } else {\n const values = [i, j, k, f];\n const index = new Index(values);\n val = this.getRescaleSlopeAndIntercept(index).apply(val);\n }\n }\n return val;\n }\n\n /**\n * Get the rescaled value of the image at a specific index.\n *\n * @param {Index} index The index.\n * @returns {number} The rescaled value at the desired position.\n * Warning: No size check...\n */\n getRescaledValueAtIndex(index) {\n return this.getRescaledValueAtOffset(\n this.getGeometry().getSize().indexToOffset(index)\n );\n }\n\n /**\n * Get the rescaled value of the image at a specific offset.\n *\n * @param {number} offset The desired offset.\n * @returns {number} The rescaled value at the desired offset.\n * Warning: No size check...\n */\n getRescaledValueAtOffset(offset) {\n let val = this.getValueAtOffset(offset);\n if (!this.isIdentityRSI()) {\n if (this.isConstantRSI()) {\n val = this.getRescaleSlopeAndIntercept().apply(val);\n } else {\n const index = this.getGeometry().getSize().offsetToIndex(offset);\n val = this.getRescaleSlopeAndIntercept(index).apply(val);\n }\n }\n return val;\n }\n\n /**\n * Calculate the data range of the image.\n * WARNING: for speed reasons, only calculated on the first frame...\n *\n * @returns {object} The range {min, max}.\n */\n calculateDataRange() {\n let min = this.getValueAtOffset(0);\n let max = min;\n let value = 0;\n const size = this.getGeometry().getSize();\n let leni = size.getTotalSize();\n // max to 3D\n if (size.length() >= 3) {\n leni = size.getDimSize(3);\n }\n for (let i = 0; i < leni; ++i) {\n value = this.getValueAtOffset(i);\n if (value > max) {\n max = value;\n }\n if (value < min) {\n min = value;\n }\n }\n // return\n return {min: min, max: max};\n }\n\n /**\n * Calculate the rescaled data range of the image.\n * WARNING: for speed reasons, only calculated on the first frame...\n *\n * @returns {object} The range {min, max}.\n */\n calculateRescaledDataRange() {\n if (this.isIdentityRSI()) {\n return this.getDataRange();\n } else if (this.isConstantRSI()) {\n const range = this.getDataRange();\n const resmin = this.getRescaleSlopeAndIntercept().apply(range.min);\n const resmax = this.getRescaleSlopeAndIntercept().apply(range.max);\n return {\n min: ((resmin < resmax) ? resmin : resmax),\n max: ((resmin > resmax) ? resmin : resmax)\n };\n } else {\n let rmin = this.getRescaledValueAtOffset(0);\n let rmax = rmin;\n let rvalue = 0;\n const size = this.getGeometry().getSize();\n let leni = size.getTotalSize();\n // max to 3D\n if (size.length() === 3) {\n leni = size.getDimSize(3);\n }\n for (let i = 0; i < leni; ++i) {\n rvalue = this.getRescaledValueAtOffset(i);\n if (rvalue > rmax) {\n rmax = rvalue;\n }\n if (rvalue < rmin) {\n rmin = rvalue;\n }\n }\n // return\n return {min: rmin, max: rmax};\n }\n }\n\n /**\n * Calculate the histogram of the image.\n *\n * @returns {object} The histogram, data range and rescaled data range.\n */\n calculateHistogram() {\n const size = this.getGeometry().getSize();\n const histo = [];\n let min = this.getValueAtOffset(0);\n let max = min;\n let value = 0;\n let rmin = this.getRescaledValueAtOffset(0);\n let rmax = rmin;\n let rvalue = 0;\n for (let i = 0, leni = size.getTotalSize(); i < leni; ++i) {\n value = this.getValueAtOffset(i);\n if (value > max) {\n max = value;\n }\n if (value < min) {\n min = value;\n }\n rvalue = this.getRescaledValueAtOffset(i);\n if (rvalue > rmax) {\n rmax = rvalue;\n }\n if (rvalue < rmin) {\n rmin = rvalue;\n }\n histo[rvalue] = (histo[rvalue] || 0) + 1;\n }\n // set data range\n const dataRange = {min: min, max: max};\n const rescaledDataRange = {min: rmin, max: rmax};\n // generate data for plotting\n const histogram = [];\n for (let b = rmin; b <= rmax; ++b) {\n histogram.push([b, (histo[b] || 0)]);\n }\n // return\n return {\n dataRange: dataRange,\n rescaledDataRange: rescaledDataRange,\n histogram: histogram\n };\n }\n\n /**\n * Convolute the image with a given 2D kernel.\n *\n * Note: Uses raw buffer values.\n *\n * @param {number[]} weights The weights of the 2D kernel as a 3x3 matrix.\n * @returns {Image} The convoluted image.\n */\n convolute2D(weights) {\n if (weights.length !== 9) {\n throw new Error(\n 'The convolution matrix does not have a length of 9; it has ' +\n weights.length);\n }\n\n const newImage = this.clone();\n const newBuffer = newImage.getBuffer();\n\n const imgSize = this.getGeometry().getSize();\n const dimOffset = imgSize.getDimSize(2) * this.getNumberOfComponents();\n for (let k = 0; k < imgSize.get(2); ++k) {\n this.convoluteBuffer(weights, newBuffer, k * dimOffset);\n }\n\n return newImage;\n }\n\n /**\n * Convolute an image buffer with a given 2D kernel.\n *\n * Note: Uses raw buffer values.\n *\n * @param {number[]} weights The weights of the 2D kernel as a 3x3 matrix.\n * @param {TypedArray} buffer The buffer to convolute.\n * @param {number} startOffset The index to start at.\n */\n convoluteBuffer(\n weights, buffer, startOffset) {\n const imgSize = this.getGeometry().getSize();\n const ncols = imgSize.get(0);\n const nrows = imgSize.get(1);\n const ncomp = this.getNumberOfComponents();\n\n // number of component and planar configuration vars\n let factor = 1;\n let componentOffset = 1;\n if (ncomp === 3) {\n if (this.getPlanarConfiguration() === 0) {\n factor = 3;\n } else {\n componentOffset = imgSize.getDimSize(2);\n }\n }\n\n // allow special indent for matrices\n /*jshint indent:false */\n\n // default weight offset matrix\n const wOff = [];\n wOff[0] = (-ncols - 1) * factor;\n wOff[1] = (-ncols) * factor;\n wOff[2] = (-ncols + 1) * factor;\n wOff[3] = -factor;\n wOff[4] = 0;\n wOff[5] = 1 * factor;\n wOff[6] = (ncols - 1) * factor;\n wOff[7] = (ncols) * factor;\n wOff[8] = (ncols + 1) * factor;\n\n // border weight offset matrices\n // borders are extended (see http://en.wikipedia.org/wiki/Kernel_%28image_processing%29)\n\n // i=0, j=0\n const wOff00 = [];\n wOff00[0] = wOff[4]; wOff00[1] = wOff[4]; wOff00[2] = wOff[5];\n wOff00[3] = wOff[4]; wOff00[4] = wOff[4]; wOff00[5] = wOff[5];\n wOff00[6] = wOff[7]; wOff00[7] = wOff[7]; wOff00[8] = wOff[8];\n // i=0, j=*\n const wOff0x = [];\n wOff0x[0] = wOff[1]; wOff0x[1] = wOff[1]; wOff0x[2] = wOff[2];\n wOff0x[3] = wOff[4]; wOff0x[4] = wOff[4]; wOff0x[5] = wOff[5];\n wOff0x[6] = wOff[7]; wOff0x[7] = wOff[7]; wOff0x[8] = wOff[8];\n // i=0, j=nrows\n const wOff0n = [];\n wOff0n[0] = wOff[1]; wOff0n[1] = wOff[1]; wOff0n[2] = wOff[2];\n wOff0n[3] = wOff[4]; wOff0n[4] = wOff[4]; wOff0n[5] = wOff[5];\n wOff0n[6] = wOff[4]; wOff0n[7] = wOff[4]; wOff0n[8] = wOff[5];\n\n // i=*, j=0\n const wOffx0 = [];\n wOffx0[0] = wOff[3]; wOffx0[1] = wOff[4]; wOffx0[2] = wOff[5];\n wOffx0[3] = wOff[3]; wOffx0[4] = wOff[4]; wOffx0[5] = wOff[5];\n wOffx0[6] = wOff[6]; wOffx0[7] = wOff[7]; wOffx0[8] = wOff[8];\n // i=*, j=* -> wOff\n // i=*, j=nrows\n const wOffxn = [];\n wOffxn[0] = wOff[0]; wOffxn[1] = wOff[1]; wOffxn[2] = wOff[2];\n wOffxn[3] = wOff[3]; wOffxn[4] = wOff[4]; wOffxn[5] = wOff[5];\n wOffxn[6] = wOff[3]; wOffxn[7] = wOff[4]; wOffxn[8] = wOff[5];\n\n // i=ncols, j=0\n const wOffn0 = [];\n wOffn0[0] = wOff[3]; wOffn0[1] = wOff[4]; wOffn0[2] = wOff[4];\n wOffn0[3] = wOff[3]; wOffn0[4] = wOff[4]; wOffn0[5] = wOff[4];\n wOffn0[6] = wOff[6]; wOffn0[7] = wOff[7]; wOffn0[8] = wOff[7];\n // i=ncols, j=*\n const wOffnx = [];\n wOffnx[0] = wOff[0]; wOffnx[1] = wOff[1]; wOffnx[2] = wOff[1];\n wOffnx[3] = wOff[3]; wOffnx[4] = wOff[4]; wOffnx[5] = wOff[4];\n wOffnx[6] = wOff[6]; wOffnx[7] = wOff[7]; wOffnx[8] = wOff[7];\n // i=ncols, j=nrows\n const wOffnn = [];\n wOffnn[0] = wOff[0]; wOffnn[1] = wOff[1]; wOffnn[2] = wOff[1];\n wOffnn[3] = wOff[3]; wOffnn[4] = wOff[4]; wOffnn[5] = wOff[4];\n wOffnn[6] = wOff[3]; wOffnn[7] = wOff[4]; wOffnn[8] = wOff[4];\n\n // restore indent for rest of method\n /*jshint indent:4 */\n\n // loop vars\n let pixelOffset = startOffset;\n let newValue = 0;\n let wOffFinal = [];\n for (let c = 0; c < ncomp; ++c) {\n // component offset\n pixelOffset += c * componentOffset;\n for (let j = 0; j < nrows; ++j) {\n for (let i = 0; i < ncols; ++i) {\n wOffFinal = wOff;\n // special border cases\n if (i === 0 && j === 0) {\n wOffFinal = wOff00;\n } else if (i === 0 && j === (nrows - 1)) {\n wOffFinal = wOff0n;\n } else if (i === (ncols - 1) && j === 0) {\n wOffFinal = wOffn0;\n } else if (i === (ncols - 1) && j === (nrows - 1)) {\n wOffFinal = wOffnn;\n } else if (i === 0 && j !== (nrows - 1) && j !== 0) {\n wOffFinal = wOff0x;\n } else if (i === (ncols - 1) && j !== (nrows - 1) && j !== 0) {\n wOffFinal = wOffnx;\n } else if (i !== 0 && i !== (ncols - 1) && j === 0) {\n wOffFinal = wOffx0;\n } else if (i !== 0 && i !== (ncols - 1) && j === (nrows - 1)) {\n wOffFinal = wOffxn;\n }\n // calculate the weighed sum of the source image pixels that\n // fall under the convolution matrix\n newValue = 0;\n for (let wi = 0; wi < 9; ++wi) {\n newValue += this.getValueAtOffset(\n pixelOffset + wOffFinal[wi]) * weights[wi];\n }\n buffer[pixelOffset] = newValue;\n // increment pixel offset\n pixelOffset += factor;\n }\n }\n }\n }\n\n /**\n * Transform an image using a specific operator.\n * WARNING: no size check!\n *\n * @param {Function} operator The operator to use when transforming.\n * @returns {Image} The transformed image.\n * Note: Uses the raw buffer values.\n */\n transform(operator) {\n const newImage = this.clone();\n const newBuffer = newImage.getBuffer();\n for (let i = 0, leni = newBuffer.length; i < leni; ++i) {\n newBuffer[i] = operator(newImage.getValueAtOffset(i));\n }\n return newImage;\n }\n\n /**\n * Compose this image with another one and using a specific operator.\n * WARNING: no size check!\n *\n * @param {Image} rhs The image to compose with.\n * @param {Function} operator The operator to use when composing.\n * @returns {Image} The composed image.\n * Note: Uses the raw buffer values.\n */\n compose(rhs, operator) {\n const newImage = this.clone();\n const newBuffer = newImage.getBuffer();\n for (let i = 0, leni = newBuffer.length; i < leni; ++i) {\n // using the operator on the local buffer, i.e. the\n // latest (not original) data\n newBuffer[i] = Math.floor(\n operator(this.getValueAtOffset(i), rhs.getValueAtOffset(i))\n );\n }\n return newImage;\n }\n\n} // class Image\n","import {View} from './view';\nimport {luts} from './luts';\nimport {\n WindowLevel,\n defaultPresets\n} from './windowLevel';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {DataElement} from '../dicom/dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * {@link View} factory.\n */\nexport class ViewFactory {\n\n /**\n * Get an View object from the read DICOM file.\n *\n * @param {Object} dataElements The DICOM tags.\n * @param {Image} image The associated image.\n * @returns {View} The new View.\n */\n create(dataElements, image) {\n // view\n const view = new View(image);\n\n // default color map\n if (image.getPhotometricInterpretation() === 'MONOCHROME1') {\n view.setColourMap('invPlain');\n } else if (image.getPhotometricInterpretation() === 'PALETTE COLOR') {\n if (typeof luts['palette'] !== 'undefined') {\n view.setColourMap('palette');\n } else {\n logger.warn('Cannot find Palette lut');\n }\n }\n\n // window level presets\n let windowPresets = {};\n // image presets\n if (typeof image.getMeta().windowPresets !== 'undefined') {\n windowPresets = image.getMeta().windowPresets;\n }\n // min/max\n // Not filled yet since it is stil too costly to calculate min/max\n // for each slice... It will be filled at first use\n // (see view.setWindowLevelPreset).\n // Order is important, if no wl from DICOM, this will be the default.\n windowPresets.minmax = {name: 'minmax'};\n // optional modality presets\n if (typeof defaultPresets !== 'undefined') {\n const modality = image.getMeta().Modality;\n for (const key in defaultPresets[modality]) {\n const preset = defaultPresets[modality][key];\n windowPresets[key] = {\n wl: [new WindowLevel(preset.center, preset.width)],\n name: key\n };\n }\n }\n\n // store\n view.setWindowPresets(windowPresets);\n\n // initialise the view\n view.init();\n\n return view;\n }\n\n} // class ViewFactory\n","import {Index} from '../math/index';\nimport {ModalityLut} from './modalityLut';\nimport {WindowLut} from './windowLut';\nimport {luts} from './luts';\nimport {VoiLut} from './voiLut';\nimport {WindowLevel} from './windowLevel';\nimport {generateImageDataMonochrome} from './viewMonochrome';\nimport {generateImageDataPaletteColor} from './viewPaletteColor';\nimport {generateImageDataRgb} from './viewRgb';\nimport {generateImageDataYbrFull} from './viewYbrFull';\nimport {ViewFactory} from './viewFactory';\nimport {isIdentityMat33} from '../math/matrix';\nimport {getSliceIterator} from '../image/iterator';\nimport {ListenerHandler} from '../utils/listen';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {RescaleSlopeAndIntercept} from './rsi';\nimport {ColourMap} from './luts';\nimport {Matrix33} from '../math/matrix';\nimport {\n Point,\n Point3D\n} from '../math/point';\nimport {DataElement} from '../dicom/dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * List of view event names.\n *\n * @type {string[]}\n */\nexport const viewEventNames = [\n 'wlchange',\n 'wlpresetadd',\n 'colourmapchange',\n 'positionchange',\n 'opacitychange',\n 'alphafuncchange'\n];\n\n/**\n * Create a View from DICOM elements and image.\n *\n * @param {Object} elements The DICOM elements.\n * @param {Image} image The associated image.\n * @returns {View} The View object.\n */\nexport function createView(elements, image) {\n const factory = new ViewFactory();\n return factory.create(elements, image);\n}\n\n/**\n * View class.\n *\n * Need to set the window lookup table once created\n * (either directly or with helper methods).\n *\n * @example\n * // XMLHttpRequest onload callback\n * const onload = function (event) {\n * // parse the dicom buffer\n * const dicomParser = new dwv.DicomParser();\n * dicomParser.parse(event.target.response);\n * // create the image object\n * const image = dwv.createImage(dicomParser.getDicomElements());\n * // create the view\n * const view = dwv.createView(dicomParser.getDicomElements(), image);\n * // setup canvas\n * const canvas = document.createElement('canvas');\n * canvas.width = 256;\n * canvas.height = 256;\n * const ctx = canvas.getContext(\"2d\");\n * // update the image data\n * const imageData = ctx.createImageData(256, 256);\n * view.generateImageData(imageData);\n * ctx.putImageData(imageData, 0, 0);\n * // update html\n * const div = document.getElementById('dwv');\n * div.appendChild(canvas);;\n * };\n * // DICOM file request\n * const request = new XMLHttpRequest();\n * const url = 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm';\n * request.open('GET', url);\n * request.responseType = 'arraybuffer';\n * request.onload = onload;\n * request.send();\n */\nexport class View {\n\n /**\n * The associated image.\n *\n * @type {Image}\n */\n #image;\n\n /**\n * Window lookup tables, indexed per Rescale Slope and Intercept (RSI).\n *\n * @type {WindowLut}\n */\n #windowLut;\n\n /**\n * Flag for image constant RSI.\n *\n * @type {boolean}\n */\n #isConstantRSI;\n\n /**\n * Window presets.\n * Minmax will be filled at first use (see view.setWindowLevelPreset).\n *\n * @type {object}\n */\n #windowPresets = {minmax: {name: 'minmax'}};\n\n /**\n * Current window preset name.\n *\n * @type {string}\n */\n #currentPresetName = null;\n\n /**\n * Current window level.\n *\n * @type {WindowLevel}\n */\n #currentWl;\n\n /**\n * Colour map name.\n *\n * @type {string}\n */\n #colourMapName = 'plain';\n\n /**\n * Current position as a Point.\n * Store position and not index to stay geometry independent.\n *\n * @type {Point}\n */\n #currentPosition = null;\n\n /**\n * View orientation. Undefined will use the original slice ordering.\n *\n * @type {Matrix33}\n */\n #orientation;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * @param {Image} image The associated image.\n */\n constructor(image) {\n this.#image = image;\n\n // listen to appendframe event to update the current position\n // to add the extra dimension\n this.#image.addEventListener('appendframe', () => {\n // update current position if first appendFrame\n const index = this.getCurrentIndex();\n if (index.length() === 3) {\n // add dimension\n const values = index.getValues();\n values.push(0);\n this.setCurrentIndex(new Index(values));\n }\n });\n }\n\n /**\n * Get the associated image.\n *\n * @returns {Image} The associated image.\n */\n getImage() {\n return this.#image;\n }\n\n /**\n * Set the associated image.\n *\n * @param {Image} inImage The associated image.\n */\n setImage(inImage) {\n this.#image = inImage;\n }\n\n /**\n * Get the view orientation.\n *\n * @returns {Matrix33} The orientation matrix.\n */\n getOrientation() {\n return this.#orientation;\n }\n\n /**\n * Set the view orientation.\n *\n * @param {Matrix33} mat33 The orientation matrix.\n */\n setOrientation(mat33) {\n this.#orientation = mat33;\n }\n\n /**\n * Initialise the view: set initial index.\n */\n init() {\n this.setInitialIndex();\n }\n\n /**\n * Set the initial index to the middle position.\n */\n setInitialIndex() {\n const geometry = this.#image.getGeometry();\n const size = geometry.getSize();\n const values = new Array(size.length());\n values.fill(0);\n // middle\n values[0] = Math.floor(size.get(0) / 2);\n values[1] = Math.floor(size.get(1) / 2);\n values[2] = Math.floor(size.get(2) / 2);\n this.setCurrentIndex(new Index(values), true);\n }\n\n /**\n * Get the milliseconds per frame from frame rate.\n *\n * @param {number} recommendedDisplayFrameRate Recommended Display Frame Rate.\n * @returns {number} The milliseconds per frame.\n */\n getPlaybackMilliseconds(recommendedDisplayFrameRate) {\n if (!recommendedDisplayFrameRate) {\n // Default to 10 FPS if none is found in the meta\n recommendedDisplayFrameRate = 10;\n }\n // round milliseconds per frame to nearest whole number\n return Math.round(1000 / recommendedDisplayFrameRate);\n }\n\n /**\n * Per value alpha function.\n *\n * @param {number[]|number} _value The pixel value.\n * Can be a number for monochrome data or an array for RGB data.\n * @param {number} _index The index of the value.\n * @returns {number} The coresponding alpha [0,255].\n */\n #alphaFunction = function (_value, _index) {\n // default always returns fully visible\n return 0xff;\n };\n\n /**\n * @callback alphaFn\n * @param {number[]|number} value The pixel value.\n * @param {number} index The values' index.\n * @returns {number} The opacity of the input value.\n */\n\n /**\n * Get the alpha function.\n *\n * @returns {alphaFn} The function.\n */\n getAlphaFunction() {\n return this.#alphaFunction;\n }\n\n /**\n * Set alpha function.\n *\n * @param {alphaFn} func The function.\n * @fires View#alphafuncchange\n */\n setAlphaFunction(func) {\n this.#alphaFunction = func;\n /**\n * Alpha func change event.\n *\n * @event View#alphafuncchange\n * @type {object}\n */\n this.#fireEvent({\n type: 'alphafuncchange'\n });\n }\n\n /**\n * Get the window LUT of the image.\n * Warning: can be undefined in no window/level was set.\n *\n * @returns {WindowLut} The window LUT of the image.\n * @fires View#wlchange\n */\n #getCurrentWindowLut() {\n // special case for 'perslice' presets\n if (this.#currentPresetName &&\n typeof this.#windowPresets[this.#currentPresetName] !== 'undefined' &&\n typeof this.#windowPresets[this.#currentPresetName].perslice !==\n 'undefined' &&\n this.#windowPresets[this.#currentPresetName].perslice === true) {\n // check position\n if (!this.getCurrentIndex()) {\n this.setInitialIndex();\n }\n // get the slice window level\n const currentIndex = this.getCurrentIndex();\n const offset = this.#image.getSecondaryOffset(currentIndex);\n const currentPreset = this.#windowPresets[this.#currentPresetName];\n const sliceWl = currentPreset.wl[offset];\n // set window level: will send a change event, mark it as silent as\n // this change is always triggered by a position change\n this.setWindowLevel(sliceWl, this.#currentPresetName, true);\n }\n\n // if no current, use first id\n if (typeof this.#currentWl === 'undefined') {\n this.setWindowLevelPresetById(0, true);\n }\n\n // get the window lut\n if (typeof this.#isConstantRSI === 'undefined' ||\n this.#image.isConstantRSI() !== this.#isConstantRSI) {\n this.#isConstantRSI = this.#image.isConstantRSI();\n // set or update windowLut if isConstantRSI has changed\n // (can be different at first slice and after having loaded\n // the full volume...)\n let rsi;\n let isDiscrete;\n if (this.#isConstantRSI) {\n rsi = this.#image.getRescaleSlopeAndIntercept();\n isDiscrete = true;\n } else {\n rsi = new RescaleSlopeAndIntercept(1, 0);\n isDiscrete = false;\n }\n // create the rescale lookup table\n const modalityLut = new ModalityLut(\n rsi,\n this.#image.getMeta().BitsStored);\n // create the window lookup table\n this.#windowLut = new WindowLut(\n modalityLut,\n this.#image.getMeta().IsSigned,\n isDiscrete);\n }\n\n // update VOI lut if not present or its window level\n // is different from the current one\n const voiLut = this.#windowLut.getVoiLut();\n let voiLutWl;\n if (typeof voiLut !== 'undefined') {\n voiLutWl = voiLut.getWindowLevel();\n }\n if (typeof voiLut === 'undefined' ||\n !this.#currentWl.equals(voiLutWl)) {\n // set lut window level\n const voiLut = new VoiLut(this.#currentWl);\n this.#windowLut.setVoiLut(voiLut);\n }\n\n // return\n return this.#windowLut;\n }\n\n /**\n * Get the window presets.\n *\n * @returns {object} The window presets.\n */\n getWindowPresets() {\n return this.#windowPresets;\n }\n\n /**\n * Get the window presets names.\n *\n * @returns {string[]} The list of window presets names.\n */\n getWindowPresetsNames() {\n return Object.keys(this.#windowPresets);\n }\n\n /**\n * Set the window presets.\n *\n * @param {object} presets The window presets.\n */\n setWindowPresets(presets) {\n this.#windowPresets = presets;\n }\n\n /**\n * Add window presets to the existing ones.\n *\n * @param {object} presets The window presets.\n */\n addWindowPresets(presets) {\n const keys = Object.keys(presets);\n let key = null;\n for (let i = 0; i < keys.length; ++i) {\n key = keys[i];\n if (typeof this.#windowPresets[key] !== 'undefined') {\n if (typeof this.#windowPresets[key].perslice !== 'undefined' &&\n this.#windowPresets[key].perslice === true) {\n throw new Error('Cannot add perslice preset');\n } else {\n // update existing\n this.#windowPresets[key] = presets[key];\n }\n } else {\n // add new\n this.#windowPresets[key] = presets[key];\n // fire event\n /**\n * Window/level add preset event.\n *\n * @event View#wlpresetadd\n * @type {object}\n * @property {string} name The name of the preset.\n */\n this.#fireEvent({\n type: 'wlpresetadd',\n name: key\n });\n }\n }\n }\n\n /**\n * Get the current window level preset name.\n *\n * @returns {string} The preset name.\n */\n getCurrentWindowPresetName() {\n return this.#currentPresetName;\n }\n\n /**\n * Get the colour map of the image.\n *\n * @returns {string} The colour map name.\n */\n getColourMap() {\n return this.#colourMapName;\n }\n\n /**\n * Get the colour map object.\n *\n * @returns {ColourMap} The colour map.\n */\n #getColourMapLut() {\n return luts[this.#colourMapName];\n }\n\n /**\n * Set the colour map of the image.\n *\n * @param {string} name The colour map name.\n * @fires View#colourmapchange\n */\n setColourMap(name) {\n // check if we have it\n if (!luts[name]) {\n throw new Error('Unknown colour map: \\'' + name + '\\'');\n }\n\n this.#colourMapName = name;\n\n /**\n * Color change event.\n *\n * @event View#colourmapchange\n * @type {object}\n * @property {Array} value The changed value.\n */\n this.#fireEvent({\n type: 'colourmapchange',\n value: [name]\n });\n }\n\n /**\n * Get the current position.\n *\n * @returns {Point} The current position.\n */\n getCurrentPosition() {\n return this.#currentPosition;\n }\n\n /**\n * Get the current index.\n *\n * @returns {Index} The current index.\n */\n getCurrentIndex() {\n const position = this.getCurrentPosition();\n if (!position) {\n return null;\n }\n const geometry = this.getImage().getGeometry();\n return geometry.worldToIndex(position);\n }\n\n /**\n * Get the SOP image UID of the current image.\n *\n * @returns {string} The UID.\n */\n getCurrentImageUid() {\n return this.#image.getImageUid(this.getCurrentIndex());\n }\n\n /**\n * Get the image origin for a image UID.\n *\n * @param {string} uid The UID.\n * @returns {Point3D|undefined} The origin.\n */\n getOriginForImageUid(uid) {\n return this.#image.getOriginForImageUid(uid);\n }\n\n /**\n * Check if the image includes an UID.\n *\n * @param {string} uid The UID.\n * @returns {boolean} True if present.\n */\n includesImageUid(uid) {\n return this.#image.includesImageUid(uid);\n }\n\n /**\n * Check if the current position (default) or\n * the provided position is in bounds.\n *\n * @param {Point} [position] Optional position.\n * @returns {boolean} True is the position is in bounds.\n */\n isPositionInBounds(position) {\n if (typeof position === 'undefined') {\n position = this.#currentPosition;\n }\n const geometry = this.#image.getGeometry();\n const index = geometry.worldToIndex(position);\n const dirs = [this.getScrollIndex()];\n if (index.length() === 4) {\n dirs.push(3);\n }\n return geometry.isIndexInBounds(index, dirs);\n }\n\n /**\n * Get the first origin or at a given position.\n *\n * @param {Point} [position] Optional position.\n * @returns {Point3D} The origin.\n */\n getOrigin(position) {\n const geometry = this.#image.getGeometry();\n let originIndex = 0;\n if (typeof position !== 'undefined') {\n const index = geometry.worldToIndex(position);\n // index is reoriented, 2 is scroll index\n originIndex = index.get(2);\n }\n return geometry.getOrigins()[originIndex];\n }\n\n /**\n * Set the current position.\n *\n * @param {Point} position The new position.\n * @param {boolean} silent Flag to fire event or not.\n * @returns {boolean} False if not in bounds.\n * @fires View#positionchange\n */\n setCurrentPosition(position, silent) {\n // send invalid event if not in bounds\n const geometry = this.#image.getGeometry();\n const index = geometry.worldToIndex(position);\n const dirs = [this.getScrollIndex()];\n if (index.length() === 4) {\n dirs.push(3);\n }\n if (!geometry.isIndexInBounds(index, dirs)) {\n if (!silent) {\n this.#currentPosition = position;\n // fire event with valid: false\n this.#fireEvent({\n type: 'positionchange',\n value: [\n index.getValues(),\n position.getValues(),\n ],\n valid: false\n });\n }\n return false;\n }\n return this.setCurrentIndex(index, silent);\n }\n\n /**\n * Set the current index.\n *\n * @param {Index} index The new index.\n * @param {boolean} [silent] Flag to fire event or not.\n * @returns {boolean} False if not in bounds.\n * @fires View#positionchange\n */\n setCurrentIndex(index, silent) {\n // check input\n if (typeof silent === 'undefined') {\n silent = false;\n }\n\n const geometry = this.#image.getGeometry();\n const position = geometry.indexToWorld(index);\n\n // check if possible\n const dirs = [this.getScrollIndex()];\n if (index.length() === 4) {\n dirs.push(3);\n }\n if (!geometry.isIndexInBounds(index, dirs)) {\n if (!silent) {\n this.#currentPosition = position;\n // fire event with valid: false\n this.#fireEvent({\n type: 'positionchange',\n value: [\n index.getValues(),\n position.getValues(),\n ],\n valid: false\n });\n }\n\n // do no send invalid positionchange event: avoid empty repaint\n return false;\n }\n\n // calculate diff dims before updating internal\n let diffDims = null;\n let currentIndex = null;\n if (this.getCurrentPosition()) {\n currentIndex = this.getCurrentIndex();\n }\n if (currentIndex) {\n if (currentIndex.canCompare(index)) {\n diffDims = currentIndex.compare(index);\n } else {\n diffDims = [];\n const minLen = Math.min(currentIndex.length(), index.length());\n for (let i = 0; i < minLen; ++i) {\n if (currentIndex.get(i) !== index.get(i)) {\n diffDims.push(i);\n }\n }\n const maxLen = Math.max(currentIndex.length(), index.length());\n for (let j = minLen; j < maxLen; ++j) {\n diffDims.push(j);\n }\n }\n } else {\n diffDims = [];\n for (let k = 0; k < index.length(); ++k) {\n diffDims.push(k);\n }\n }\n\n // assign\n this.#currentPosition = position;\n\n if (!silent) {\n /**\n * Position change event.\n *\n * @event View#positionchange\n * @type {object}\n * @property {Array} value The changed value as [index, pixelValue].\n * @property {number[]} diffDims An array of modified indices.\n */\n const posEvent = {\n type: 'positionchange',\n value: [\n index.getValues(),\n position.getValues(),\n ],\n diffDims: diffDims,\n data: {\n imageUid: this.#image.getImageUid(index)\n }\n };\n\n // add value if possible\n if (this.#image.canQuantify()) {\n const pixValue = this.#image.getRescaledValueAtIndex(index);\n posEvent.value.push(pixValue);\n }\n\n // fire\n this.#fireEvent(posEvent);\n }\n\n // all good\n return true;\n }\n\n /**\n * Set the view window/level.\n *\n * @param {WindowLevel} wl The window and level.\n * @param {string} [name] Associated preset name, defaults to 'manual'.\n * Warning: uses the latest set rescale LUT or the default linear one.\n * @param {boolean} [silent] Flag to launch events with skipGenerate.\n * @fires View#wlchange\n */\n setWindowLevel(wl, name, silent) {\n // check input\n if (typeof name === 'undefined') {\n name = 'manual';\n }\n if (name !== 'manual' &&\n typeof this.#windowPresets[name] === 'undefined') {\n throw new Error('Unknown window level preset: \\'' + name + '\\'');\n }\n if (typeof silent === 'undefined') {\n silent = false;\n }\n\n // check if new wl\n const isNewWl = !wl.equals(this.#currentWl);\n // check if new name\n const isNewName = this.#currentPresetName !== name;\n\n // compare to previous if present\n if (isNewWl || isNewName) {\n // assign\n this.#currentWl = wl;\n this.#currentPresetName = name;\n\n // update manual\n if (name === 'manual') {\n if (typeof this.#windowPresets[name] !== 'undefined') {\n this.#windowPresets[name].wl[0] = wl;\n } else {\n // add if not present\n this.addWindowPresets({\n manual: {\n wl: [wl],\n name: 'manual'\n }\n });\n }\n }\n\n /**\n * Window/level change event.\n *\n * @event View#wlchange\n * @type {object}\n * @property {Array} value The changed value.\n * @property {number} wc The new window center value.\n * @property {number} ww The new window wdth value.\n * @property {boolean} skipGenerate Flag to skip view generation.\n */\n this.#fireEvent({\n type: 'wlchange',\n value: [wl.center, wl.width, name],\n wc: wl.center,\n ww: wl.width,\n skipGenerate: silent\n });\n }\n }\n\n /**\n * Get the window/level.\n *\n * @returns {WindowLevel} The window and level.\n */\n getWindowLevel() {\n // same as #currentWl...\n const windowLut = this.#getCurrentWindowLut();\n return windowLut.getVoiLut().getWindowLevel();\n }\n\n /**\n * Set the window level to the preset with the input name.\n *\n * @param {string} name The name of the preset to activate.\n * @param {boolean} [silent] Flag to launch events with skipGenerate.\n */\n setWindowLevelPreset(name, silent) {\n const preset = this.getWindowPresets()[name];\n if (typeof preset === 'undefined') {\n throw new Error('Unknown window level preset: \\'' + name + '\\'');\n }\n // special min/max\n if (name === 'minmax' && typeof preset.wl === 'undefined') {\n preset.wl = [this.getWindowLevelMinMax()];\n }\n // default to first\n let wl = preset.wl[0];\n // check if 'perslice' case\n if (typeof preset.perslice !== 'undefined' &&\n preset.perslice === true) {\n const offset = this.#image.getSecondaryOffset(this.getCurrentIndex());\n wl = preset.wl[offset];\n }\n // set w/l\n this.setWindowLevel(wl, name, silent);\n }\n\n /**\n * Set the window level to the preset with the input id.\n *\n * @param {number} id The id of the preset to activate.\n * @param {boolean} [silent] Flag to launch events with skipGenerate.\n */\n setWindowLevelPresetById(id, silent) {\n const keys = Object.keys(this.getWindowPresets());\n this.setWindowLevelPreset(keys[id], silent);\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n /**\n * Get the image window/level that covers the full data range.\n * Warning: uses the latest set rescale LUT or the default linear one.\n *\n * @returns {WindowLevel} A min/max window level.\n */\n getWindowLevelMinMax() {\n const range = this.getImage().getRescaledDataRange();\n const min = range.min;\n const max = range.max;\n let width = max - min;\n // full black / white images, defaults to 1.\n if (width < 1) {\n logger.warn('Zero or negative window width, defaulting to one.');\n width = 1;\n }\n const center = min + width / 2;\n return new WindowLevel(center, width);\n }\n\n /**\n * Set the image window/level to cover the full data range.\n * Warning: uses the latest set rescale LUT or the default linear one.\n */\n setWindowLevelMinMax() {\n // calculate center and width\n const wl = this.getWindowLevelMinMax();\n // set window level\n this.setWindowLevel(wl, 'minmax');\n }\n\n /**\n * Generate display image data to be given to a canvas.\n *\n * @param {ImageData} data The iamge data to fill in.\n * @param {Index} index Optional index at which to generate,\n * otherwise generates at current index.\n */\n generateImageData(data, index) {\n // check index\n if (typeof index === 'undefined') {\n if (!this.getCurrentIndex()) {\n this.setInitialIndex();\n }\n index = this.getCurrentIndex();\n }\n\n const image = this.getImage();\n const isRescaled = !image.isConstantRSI();\n const iterator = getSliceIterator(\n image, index, isRescaled, this.getOrientation());\n\n const photoInterpretation = image.getPhotometricInterpretation();\n switch (photoInterpretation) {\n case 'MONOCHROME1':\n case 'MONOCHROME2':\n generateImageDataMonochrome(\n data,\n iterator,\n this.getAlphaFunction(),\n this.#getCurrentWindowLut(),\n this.#getColourMapLut()\n );\n break;\n\n case 'PALETTE COLOR':\n generateImageDataPaletteColor(\n data,\n iterator,\n this.getAlphaFunction(),\n this.#getColourMapLut(),\n image.getMeta().BitsStored === 16\n );\n break;\n\n case 'RGB':\n generateImageDataRgb(\n data,\n iterator,\n this.getAlphaFunction()\n );\n break;\n\n case 'YBR_FULL':\n generateImageDataYbrFull(\n data,\n iterator,\n this.getAlphaFunction()\n );\n break;\n\n default:\n throw new Error(\n 'Unsupported photometric interpretation: ' + photoInterpretation);\n }\n }\n\n /**\n * Get the scroll dimension index.\n *\n * @returns {number} The index.\n */\n getScrollIndex() {\n let index = null;\n const orientation = this.getOrientation();\n if (typeof orientation !== 'undefined') {\n index = orientation.getThirdColMajorDirection();\n } else {\n index = 2;\n }\n return index;\n }\n\n /**\n * Is this view in the same orientation as the image aquisition.\n *\n * @returns {boolean} True if in aquisition plane.\n */\n isAquisitionOrientation() {\n return isIdentityMat33(this.#orientation);\n }\n\n} // class View\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {WindowLut} from './windowLut';\nimport {ColourMap} from './luts';\n/* eslint-enable no-unused-vars */\n\n/**\n * Generate image data for 'MONOCHROME*' photometric interpretation.\n *\n * @param {ImageData} array The array to store the outut data.\n * @param {object} iterator Position iterator.\n * @param {Function} alphaFunc The alpha function.\n * @param {WindowLut} windowLut The window/level LUT.\n * @param {ColourMap} colourMap The colour map.\n */\nexport function generateImageDataMonochrome(\n array,\n iterator,\n alphaFunc,\n windowLut,\n colourMap) {\n let index = 0;\n let pxValue = 0;\n let ival = iterator.next();\n while (!ival.done) {\n // pixel value\n pxValue = windowLut.getValue(ival.value);\n // store data\n array.data[index] = colourMap.red[pxValue];\n array.data[index + 1] = colourMap.green[pxValue];\n array.data[index + 2] = colourMap.blue[pxValue];\n array.data[index + 3] = alphaFunc(ival.value, ival.index);\n // increment\n index += 4;\n ival = iterator.next();\n }\n}\n","import {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {ColourMap} from './luts';\n/* eslint-enable no-unused-vars */\n\n/**\n * Generate image data for 'PALETTE COLOR' photometric interpretation.\n *\n * @param {ImageData} array The array to store the outut data.\n * @param {object} iterator Position iterator.\n * @param {Function} alphaFunc The alpha function.\n * @param {ColourMap} colourMap The colour map.\n * @param {boolean} is16BitsStored Flag to know if the data is 16bits.\n */\nexport function generateImageDataPaletteColor(\n array,\n iterator,\n alphaFunc,\n colourMap,\n is16BitsStored) {\n // right shift 8\n const to8 = function (value) {\n return value >> 8;\n };\n\n if (is16BitsStored) {\n logger.info('Scaling 16bits data to 8bits.');\n }\n\n let index = 0;\n let pxValue = 0;\n let ival = iterator.next();\n while (!ival.done) {\n // pixel value\n pxValue = ival.value;\n // store data\n // TODO check pxValue fits in lut\n if (is16BitsStored) {\n array.data[index] = to8(colourMap.red[pxValue]);\n array.data[index + 1] = to8(colourMap.green[pxValue]);\n array.data[index + 2] = to8(colourMap.blue[pxValue]);\n } else {\n array.data[index] = colourMap.red[pxValue];\n array.data[index + 1] = colourMap.green[pxValue];\n array.data[index + 2] = colourMap.blue[pxValue];\n }\n array.data[index + 3] = alphaFunc(pxValue, ival.index);\n // increment\n index += 4;\n ival = iterator.next();\n }\n}\n","/**\n * Generate image data for 'RGB' photometric interpretation.\n *\n * @param {ImageData} array The array to store the outut data.\n * @param {object} iterator Position iterator.\n * @param {Function} alphaFunc The alpha function.\n */\nexport function generateImageDataRgb(\n array,\n iterator,\n alphaFunc) {\n let index = 0;\n let ival = iterator.next();\n while (!ival.done) {\n // store data\n array.data[index] = ival.value[0];\n array.data[index + 1] = ival.value[1];\n array.data[index + 2] = ival.value[2];\n array.data[index + 3] = alphaFunc(ival.value, ival.index);\n // increment\n index += 4;\n ival = iterator.next();\n }\n}\n","import {ybrToRgb} from '../utils/colour';\n\n/**\n * Generate image data for 'YBR_FULL' photometric interpretation.\n *\n * @param {ImageData} array The array to store the outut data.\n * @param {object} iterator Position iterator.\n * @param {Function} alphaFunc The alpha function.\n */\nexport function generateImageDataYbrFull(\n array,\n iterator,\n alphaFunc) {\n let index = 0;\n let rgb = null;\n let ival = iterator.next();\n while (!ival.done) {\n // convert ybr to rgb\n rgb = ybrToRgb(ival.value[0], ival.value[1], ival.value[2]);\n // store data\n array.data[index] = rgb.r;\n array.data[index + 1] = rgb.g;\n array.data[index + 2] = rgb.b;\n array.data[index + 3] = alphaFunc(ival.value, ival.index);\n // increment\n index += 4;\n ival = iterator.next();\n }\n}\n","import {Vector3D} from '../math/vector';\nimport {Point3D, Point2D} from '../math/point';\nimport {isIdentityMat33} from '../math/matrix';\nimport {getCosinesFromOrientation} from '../math/orientation';\nimport {getTargetOrientation} from '../gui/layerGroup';\nimport {getOrientedArray3D, getDeOrientedArray3D} from './geometry';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point} from '../math/point';\nimport {Index} from '../math/index';\nimport {Geometry} from '../image/geometry';\nimport {Matrix33} from '../math/matrix';\nimport {Spacing} from './spacing';\nimport {Scalar2D, Scalar3D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Plane geometry helper.\n */\nexport class PlaneHelper {\n\n /**\n * The image geometry.\n *\n * @type {Geometry}\n */\n #imageGeometry;\n\n /**\n * The associated spacing.\n *\n * @type {Spacing}\n */\n #spacing;\n\n /**\n * The image orientation.\n *\n * @type {Matrix33}\n */\n #imageOrientation;\n\n /**\n * The viewe orientation.\n *\n * @type {Matrix33}\n */\n #viewOrientation;\n\n /**\n * The target orientation.\n *\n * @type {Matrix33}\n */\n #targetOrientation;\n\n /**\n * @param {Geometry} imageGeometry The image geometry.\n * @param {Matrix33} viewOrientation The view orientation.\n */\n constructor(imageGeometry, viewOrientation) {\n this.#imageGeometry = imageGeometry;\n this.#spacing = imageGeometry.getRealSpacing();\n this.#imageOrientation = imageGeometry.getOrientation();\n this.#viewOrientation = viewOrientation;\n\n this.#targetOrientation = getTargetOrientation(\n this.#imageOrientation, viewOrientation);\n }\n\n /**\n * Get a 3D offset from a plane one.\n *\n * @param {Scalar2D} offset2D The plane offset as {x,y}.\n * @returns {Vector3D} The 3D world offset.\n */\n getOffset3DFromPlaneOffset(offset2D) {\n // make 3D\n const planeOffset = new Vector3D(\n offset2D.x, offset2D.y, 0);\n // de-orient\n const pixelOffset = this.getTargetDeOrientedVector3D(planeOffset);\n // ~indexToWorld\n return new Vector3D(\n pixelOffset.getX() * this.#spacing.get(0),\n pixelOffset.getY() * this.#spacing.get(1),\n pixelOffset.getZ() * this.#spacing.get(2));\n }\n\n /**\n * Get a plane offset from a 3D one.\n *\n * @param {Scalar3D} offset3D The 3D offset as {x,y,z}.\n * @returns {Scalar2D} The plane offset as {x,y}.\n */\n getPlaneOffsetFromOffset3D(offset3D) {\n // ~worldToIndex\n const pixelOffset = new Vector3D(\n offset3D.x / this.#spacing.get(0),\n offset3D.y / this.#spacing.get(1),\n offset3D.z / this.#spacing.get(2));\n // orient\n const planeOffset = this.getTargetOrientedVector3D(pixelOffset);\n // make 2D\n return {\n x: planeOffset.getX(),\n y: planeOffset.getY()\n };\n }\n\n /**\n * Orient an input vector from real to target space.\n *\n * @param {Vector3D} vector The input vector.\n * @returns {Vector3D} The oriented vector.\n */\n getTargetOrientedVector3D(vector) {\n let planeVector = vector;\n if (typeof this.#targetOrientation !== 'undefined') {\n planeVector =\n this.#targetOrientation.getInverse().multiplyVector3D(vector);\n }\n return planeVector;\n }\n\n /**\n * De-orient an input vector from target to real space.\n *\n * @param {Vector3D} planeVector The input vector.\n * @returns {Vector3D} The de-orienteded vector.\n */\n getTargetDeOrientedVector3D(planeVector) {\n let vector = planeVector;\n if (typeof this.#targetOrientation !== 'undefined') {\n vector = this.#targetOrientation.multiplyVector3D(planeVector);\n }\n return vector;\n }\n\n /**\n * De-orient an input point from target to real space.\n *\n * @param {Point3D} planePoint The input point.\n * @returns {Point3D} The de-orienteded point.\n */\n getTargetDeOrientedPoint3D(planePoint) {\n let point = planePoint;\n if (typeof this.#targetOrientation !== 'undefined') {\n point = this.#targetOrientation.multiplyPoint3D(planePoint);\n }\n return point;\n }\n\n /**\n * Orient an input vector from target to image space.\n *\n * @param {Vector3D} planeVector The input vector.\n * @returns {Vector3D} The orienteded vector.\n */\n getImageOrientedVector3D(planeVector) {\n let vector = planeVector;\n if (typeof this.#viewOrientation !== 'undefined') {\n // image oriented => view de-oriented\n const values = getDeOrientedArray3D(\n [\n planeVector.getX(),\n planeVector.getY(),\n planeVector.getZ()\n ],\n this.#viewOrientation);\n vector = new Vector3D(\n values[0],\n values[1],\n values[2]\n );\n }\n return vector;\n }\n\n /**\n * Orient an input point from target to image space.\n *\n * @param {Point3D} planePoint The input vector.\n * @returns {Point3D} The orienteded vector.\n */\n getImageOrientedPoint3D(planePoint) {\n let point = planePoint;\n if (typeof this.#viewOrientation !== 'undefined') {\n // image oriented => view de-oriented\n const values = getDeOrientedArray3D(\n [\n planePoint.getX(),\n planePoint.getY(),\n planePoint.getZ()\n ],\n this.#viewOrientation);\n point = new Point3D(\n values[0],\n values[1],\n values[2]\n );\n }\n return point;\n }\n\n /**\n * De-orient an input vector from image to target space.\n *\n * @param {Vector3D} vector The input vector.\n * @returns {Vector3D} The de-orienteded vector.\n */\n getImageDeOrientedVector3D(vector) {\n let planeVector = vector;\n if (typeof this.#viewOrientation !== 'undefined') {\n // image de-oriented => view oriented\n const orientedValues = getOrientedArray3D(\n [\n vector.getX(),\n vector.getY(),\n vector.getZ()\n ],\n this.#viewOrientation);\n planeVector = new Vector3D(\n orientedValues[0],\n orientedValues[1],\n orientedValues[2]\n );\n }\n return planeVector;\n }\n\n /**\n * De-orient an input point from image to target space.\n *\n * @param {Point3D} point The input point.\n * @returns {Point3D} The de-orienteded point.\n */\n getImageDeOrientedPoint3D(point) {\n let planePoint = point;\n if (typeof this.#viewOrientation !== 'undefined') {\n // image de-oriented => view oriented\n const orientedValues = getOrientedArray3D(\n [\n point.getX(),\n point.getY(),\n point.getZ()\n ],\n this.#viewOrientation);\n planePoint = new Point3D(\n orientedValues[0],\n orientedValues[1],\n orientedValues[2]\n );\n }\n return planePoint;\n }\n\n /**\n * Get a world position from a 2D plane position.\n *\n * @param {Point2D} point2D The input point.\n * @param {number} k The slice index.\n * @returns {Point3D} The associated position.\n */\n getPositionFromPlanePoint(point2D, k) {\n const planePoint = new Point3D(point2D.getX(), point2D.getY(), k);\n // de-orient\n const point = this.getImageOrientedPoint3D(planePoint);\n // ~indexToWorld to not loose precision\n return this.#imageGeometry.pointToWorld(point);\n }\n\n /**\n * Get a list of points that define the plane at position k.\n *\n * @param {number} k The slice index value.\n * @returns {Point3D[]} An origin and 2 cosines vectors.\n */\n getPlanePoints(k) {\n const cosines = getCosinesFromOrientation(this.#viewOrientation);\n return [\n this.getPositionFromPlanePoint(new Point2D(0, 0), k),\n new Point3D(cosines[0], cosines[1], cosines[2]),\n new Point3D(cosines[3], cosines[4], cosines[5])\n ];\n }\n\n /**\n * Image world to index.\n *\n * @param {Point} point The input point.\n * @returns {Index} The corresponding index.\n */\n worldToIndex(point) {\n return this.#imageGeometry.worldToIndex(point);\n }\n\n /**\n * Is this view in the same orientation as the image aquisition.\n *\n * @returns {boolean} True if in aquisition plane.\n */\n isAquisitionOrientation() {\n return isIdentityMat33(this.#viewOrientation);\n }\n\n /**\n * Reorder values to follow target orientation.\n *\n * @param {Scalar3D} values Values as {x,y,z}.\n * @returns {Scalar3D} Reoriented values as {x,y,z}.\n */\n getTargetOrientedPositiveXYZ(values) {\n const orientedValues = getOrientedArray3D(\n [\n values.x,\n values.y,\n values.z\n ],\n this.#targetOrientation);\n return {\n x: orientedValues[0],\n y: orientedValues[1],\n z: orientedValues[2]\n };\n }\n\n /**\n * Get the (view) scroll dimension index.\n *\n * @returns {number} The index.\n */\n getScrollIndex() {\n let index = null;\n if (typeof this.#viewOrientation !== 'undefined') {\n index = this.#viewOrientation.getThirdColMajorDirection();\n } else {\n index = 2;\n }\n return index;\n }\n\n /**\n * Get the native (image) scroll dimension index.\n *\n * @returns {number} The index.\n */\n getNativeScrollIndex() {\n let index = null;\n if (typeof this.#imageOrientation !== 'undefined') {\n index = this.#imageOrientation.getThirdColMajorDirection();\n } else {\n index = 2;\n }\n return index;\n }\n\n} // class PlaneHelper\n","import {getIdentityMat33} from '../math/matrix';\nimport {getCoronalMat33} from '../math/orientation';\nimport {Index} from '../math/index';\nimport {Point} from '../math/point';\nimport {Vector3D} from '../math/vector';\nimport {viewEventNames} from '../image/view';\nimport {ListenerHandler} from '../utils/listen';\nimport {logger} from '../utils/logger';\nimport {precisionRound} from '../utils/string';\nimport {ViewLayer} from './viewLayer';\nimport {DrawLayer} from './drawLayer';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Matrix33} from '../math/matrix';\nimport {Point2D, Point3D} from '../math/point';\nimport {Scalar2D, Scalar3D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get the layer div id.\n *\n * @param {string} groupDivId The layer group div id.\n * @param {number} layerIndex The layer index.\n * @returns {string} A string id.\n */\nexport function getLayerDivId(groupDivId, layerIndex) {\n return groupDivId + '-layer-' + layerIndex;\n}\n\n/**\n * Get the layer details from a div id.\n *\n * @param {string} idString The layer div id.\n * @returns {object} The layer details as {groupDivId, layerIndex, layerId}.\n */\nexport function getLayerDetailsFromLayerDivId(idString) {\n const split = idString.split('-layer-');\n if (split.length !== 2) {\n logger.warn('Not the expected layer div id format...');\n }\n return {\n groupDivId: split[0],\n layerIndex: split[1],\n layerId: idString,\n };\n}\n\n/**\n * Get the layer details from a mouse event.\n *\n * @param {object} event The event to get the layer div id from. Expecting\n * an event origininating from a canvas inside a layer HTML div\n * with the 'layer' class and id generated with `getLayerDivId`.\n * @returns {object} The layer details as {groupDivId, layerIndex, layerId}.\n */\nexport function getLayerDetailsFromEvent(event) {\n let res = null;\n // get the closest element from the event target and with the 'layer' class\n const layerDiv = event.target.closest('.layer');\n if (layerDiv && typeof layerDiv.id !== 'undefined') {\n res = getLayerDetailsFromLayerDivId(layerDiv.id);\n }\n return res;\n}\n\n/**\n * Get the view orientation according to an image and target orientation.\n * The view orientation is used to go from target to image space.\n *\n * @param {Matrix33} imageOrientation The image geometry.\n * @param {Matrix33} targetOrientation The target orientation.\n * @returns {Matrix33} The view orientation.\n */\nexport function getViewOrientation(imageOrientation, targetOrientation) {\n let viewOrientation = getIdentityMat33();\n if (typeof targetOrientation !== 'undefined') {\n // i: image, v: view, t: target, O: orientation, P: point\n // [Img] -- Oi --> [Real] <-- Ot -- [Target]\n // Pi = (Oi)-1 * Ot * Pt = Ov * Pt\n // -> Ov = (Oi)-1 * Ot\n // TODO: asOneAndZeros simplifies but not nice...\n viewOrientation =\n imageOrientation.asOneAndZeros().getInverse().multiply(targetOrientation);\n }\n // TODO: why abs???\n return viewOrientation.getAbs();\n}\n\n/**\n * Get the target orientation according to an image and view orientation.\n * The target orientation is used to go from target to real space.\n *\n * @param {Matrix33} imageOrientation The image geometry.\n * @param {Matrix33} viewOrientation The view orientation.\n * @returns {Matrix33} The target orientation.\n */\nexport function getTargetOrientation(imageOrientation, viewOrientation) {\n // i: image, v: view, t: target, O: orientation, P: point\n // [Img] -- Oi --> [Real] <-- Ot -- [Target]\n // Pi = (Oi)-1 * Ot * Pt = Ov * Pt\n // -> Ot = Oi * Ov\n // note: asOneAndZeros as in getViewOrientation...\n let targetOrientation =\n imageOrientation.asOneAndZeros().multiply(viewOrientation);\n\n // TODO: why abs???\n const simpleImageOrientation = imageOrientation.asOneAndZeros().getAbs();\n if (simpleImageOrientation.equals(getCoronalMat33().getAbs())) {\n targetOrientation = targetOrientation.getAbs();\n }\n\n return targetOrientation;\n}\n\n/**\n * Get a scaled offset to adapt to new scale and such as the input center\n * stays at the same position.\n *\n * @param {Scalar2D} offset The previous offset as {x,y}.\n * @param {Scalar2D} scale The previous scale as {x,y}.\n * @param {Scalar2D} newScale The new scale as {x,y}.\n * @param {Scalar2D} center The scale center as {x,y}.\n * @returns {Scalar2D} The scaled offset as {x,y}.\n */\nexport function getScaledOffset(offset, scale, newScale, center) {\n // worldPoint = indexPoint / scale + offset\n //=> indexPoint = (worldPoint - offset ) * scale\n\n // plane center should stay the same:\n // indexCenter / newScale + newOffset =\n // indexCenter / oldScale + oldOffset\n //=> newOffset = indexCenter / oldScale + oldOffset -\n // indexCenter / newScale\n //=> newOffset = worldCenter - indexCenter / newScale\n const indexCenter = {\n x: (center.x - offset.x) * scale.x,\n y: (center.y - offset.y) * scale.y\n };\n return {\n x: center.x - (indexCenter.x / newScale.x),\n y: center.y - (indexCenter.y / newScale.y)\n };\n}\n\n/**\n * Layer group.\n *\n * - Display position: {x,y},\n * - Plane position: Index (access: get(i)),\n * - (world) Position: Point3D (access: getX, getY, getZ).\n *\n * Display -> World:\n * - planePos = viewLayer.displayToPlanePos(displayPos)\n * -> compensate for layer scale and offset,\n * - pos = viewController.getPositionFromPlanePoint(planePos).\n *\n * World -> Display:\n * - planePos = viewController.getOffset3DFromPlaneOffset(pos)\n * no need yet for a planePos to displayPos...\n */\nexport class LayerGroup {\n\n /**\n * The container div.\n *\n * @type {HTMLElement}\n */\n #containerDiv;\n\n // jsdoc does not like\n // @type {(ViewLayer|DrawLayer)[]}\n\n /**\n * List of layers.\n *\n * @type {Array}\n */\n #layers = [];\n\n /**\n * The layer scale as {x,y,z}.\n *\n * @type {Scalar3D}\n */\n #scale = {x: 1, y: 1, z: 1};\n\n /**\n * The base scale as {x,y,z}: all posterior scale will be on top of this one.\n *\n * @type {Scalar3D}\n */\n #baseScale = {x: 1, y: 1, z: 1};\n\n /**\n * The layer offset as {x,y,z}.\n *\n * @type {Scalar3D}\n */\n #offset = {x: 0, y: 0, z: 0};\n\n /**\n * Active view layer index.\n *\n * @type {number}\n */\n #activeViewLayerIndex = undefined;\n\n /**\n * Active draw layer index.\n *\n * @type {number}\n */\n #activeDrawLayerIndex = undefined;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Flag to activate crosshair or not.\n *\n * @type {boolean}\n */\n #showCrosshair = false;\n\n /**\n * Crosshair HTML elements.\n *\n * @type {HTMLElement[]}\n */\n #crosshairHtmlElements = [];\n\n /**\n * Tooltip HTML element.\n *\n * @type {HTMLElement}\n */\n #tooltipHtmlElement;\n\n /**\n * The current position used for the crosshair.\n *\n * @type {Point}\n */\n #currentPosition;\n\n /**\n * Image smoothing flag.\n *\n * @type {boolean}\n */\n #imageSmoothing = false;\n\n /**\n * @param {HTMLElement} containerDiv The associated HTML div.\n */\n constructor(containerDiv) {\n this.#containerDiv = containerDiv;\n }\n\n /**\n * Get the showCrosshair flag.\n *\n * @returns {boolean} True to display the crosshair.\n */\n getShowCrosshair() {\n return this.#showCrosshair;\n }\n\n /**\n * Set the showCrosshair flag.\n *\n * @param {boolean} flag True to display the crosshair.\n */\n setShowCrosshair(flag) {\n this.#showCrosshair = flag;\n if (flag) {\n // listen to offset and zoom change\n this.addEventListener('offsetchange', this.#updateCrosshairOnChange);\n this.addEventListener('zoomchange', this.#updateCrosshairOnChange);\n // show crosshair div\n this.#showCrosshairDiv();\n } else {\n // listen to offset and zoom change\n this.removeEventListener('offsetchange', this.#updateCrosshairOnChange);\n this.removeEventListener('zoomchange', this.#updateCrosshairOnChange);\n // remove crosshair div\n this.#removeCrosshairDiv();\n }\n }\n\n /**\n * Set the imageSmoothing flag value.\n *\n * @param {boolean} flag True to enable smoothing.\n */\n setImageSmoothing(flag) {\n this.#imageSmoothing = flag;\n // set for existing layers\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n layer.setImageSmoothing(flag);\n }\n }\n }\n\n /**\n * Update crosshair on offset or zoom change.\n *\n * @param {object} _event The change event.\n */\n #updateCrosshairOnChange = (_event) => {\n this.#showCrosshairDiv();\n };\n\n /**\n * Get the Id of the container div.\n *\n * @returns {string} The id of the div.\n */\n getDivId() {\n return this.#containerDiv.id;\n }\n\n /**\n * Get the layer scale.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getScale() {\n return this.#scale;\n }\n\n /**\n * Get the base scale.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getBaseScale() {\n return this.#baseScale;\n }\n\n\n /**\n * Get the added scale: the scale added to the base scale.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getAddedScale() {\n return {\n x: this.#scale.x / this.#baseScale.x,\n y: this.#scale.y / this.#baseScale.y,\n z: this.#scale.z / this.#baseScale.z\n };\n }\n\n /**\n * Get the layer offset.\n *\n * @returns {Scalar3D} The offset as {x,y,z}.\n */\n getOffset() {\n return this.#offset;\n }\n\n /**\n * Get the number of layers handled by this class.\n *\n * @returns {number} The number of layers.\n */\n getNumberOfLayers() {\n let count = 0;\n this.#layers.forEach(item => {\n if (typeof item !== 'undefined') {\n count++;\n }\n });\n return count;\n }\n\n /**\n * Check if this layerGroup contains a layer with the input id.\n *\n * @param {string} id The layer id to look for.\n * @returns {boolean} True if this group contains\n * a layer with the input id.\n */\n includes(id) {\n if (typeof id === 'undefined') {\n return false;\n }\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined' &&\n layer.getId() === id) {\n return true;\n }\n }\n return false;\n }\n\n /**\n * Get a list of view layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a ViewLayer as input and returns a boolean. If undefined,\n * returns all view layers.\n * @returns {ViewLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getViewLayers(callbackFn) {\n if (typeof callbackFn === 'undefined') {\n callbackFn = function () {\n return true;\n };\n }\n const res = [];\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer &&\n callbackFn(layer)) {\n res.push(layer);\n }\n }\n return res;\n }\n\n /**\n * Test if one of the view layers satisfies an input callbackFn.\n *\n * @param {Function} callbackFn A function that takes\n * a ViewLayer as input and returns a boolean.\n * @returns {boolean} True if one of the ViewLayers\n * satisfies the callbackFn.\n */\n someViewLayer(callbackFn) {\n let hasOne = false;\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer &&\n callbackFn(layer)) {\n hasOne = true;\n break;\n }\n }\n return hasOne;\n }\n\n /**\n * Get a list of draw layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a DrawLayer as input and returns a boolean. If undefined,\n * returns all draw layers.\n * @returns {DrawLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getDrawLayers(callbackFn) {\n if (typeof callbackFn === 'undefined') {\n callbackFn = function () {\n return true;\n };\n }\n const res = [];\n for (const layer of this.#layers) {\n if (layer instanceof DrawLayer &&\n callbackFn(layer)) {\n res.push(layer);\n }\n }\n return res;\n }\n\n /**\n * Get the number of view layers handled by this class.\n *\n * @returns {number} The number of layers.\n */\n getNumberOfViewLayers() {\n let count = 0;\n this.#layers.forEach(item => {\n if (typeof item !== 'undefined' &&\n item instanceof ViewLayer) {\n count++;\n }\n });\n return count;\n }\n\n /**\n * Get the active image layer.\n *\n * @returns {ViewLayer|undefined} The layer.\n */\n getActiveViewLayer() {\n let layer;\n if (typeof this.#activeViewLayerIndex !== 'undefined') {\n const tmpLayer = this.#layers[this.#activeViewLayerIndex];\n if (tmpLayer instanceof ViewLayer) {\n layer = tmpLayer;\n }\n }\n return layer;\n }\n\n /**\n * Get the base view layer.\n *\n * @returns {ViewLayer|undefined} The layer.\n */\n getBaseViewLayer() {\n // use first layer as base for calculating position and\n // line sizes\n let baseLayer;\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n baseLayer = layer;\n break;\n }\n }\n if (typeof baseLayer === 'undefined') {\n logger.warn('No layer found');\n return;\n }\n return baseLayer;\n }\n\n /**\n * Get the view layers associated to a data id.\n *\n * @param {string} dataId The data id.\n * @returns {ViewLayer[]} The layers.\n */\n getViewLayersByDataId(dataId) {\n const callbackFn = function (layer) {\n return layer.getDataId() === dataId;\n };\n return this.getViewLayers(callbackFn);\n }\n\n /**\n * Search view layers for equal imae meta data.\n *\n * @param {object} meta The meta data to find.\n * @returns {ViewLayer[]} The list of view layers that contain matched data.\n */\n searchViewLayers(meta) {\n const res = [];\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n if (layer.getViewController().equalImageMeta(meta)) {\n res.push(layer);\n }\n }\n }\n return res;\n }\n\n /**\n * Get the view layers data indices.\n *\n * @returns {string[]} The list of indices.\n */\n getViewDataIndices() {\n const res = [];\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n res.push(layer.getDataId());\n }\n }\n return res;\n }\n\n /**\n * Get the active draw layer.\n *\n * @returns {DrawLayer|undefined} The layer.\n */\n getActiveDrawLayer() {\n let layer;\n if (typeof this.#activeDrawLayerIndex !== 'undefined') {\n const tmpLayer = this.#layers[this.#activeDrawLayerIndex];\n if (tmpLayer instanceof DrawLayer) {\n layer = tmpLayer;\n }\n }\n return layer;\n }\n\n /**\n * Get the draw layers associated to a data id.\n *\n * @param {string} dataId The data id.\n * @returns {DrawLayer[]} The layers.\n */\n getDrawLayersByDataId(dataId) {\n const callbackFn = function (layer) {\n return layer.getDataId() === dataId;\n };\n return this.getDrawLayers(callbackFn);\n }\n\n /**\n * Set the active view layer.\n *\n * @param {number} index The index of the layer to set as active.\n */\n setActiveViewLayer(index) {\n if (this.#layers[index] instanceof ViewLayer) {\n this.#activeViewLayerIndex = index;\n /**\n * Active view layer change event.\n *\n * @event LayerGroup#activeviewlayerchange\n * @type {object}\n * @property {Array} value The changed value.\n */\n this.#fireEvent({\n type: 'activelayerchange',\n value: [this.#layers[index]]\n });\n } else {\n logger.warn('No view layer to set as active with index: ' +\n index);\n }\n }\n\n /**\n * Set the active view layer with a data id.\n *\n * @param {string} dataId The data id.\n */\n setActiveViewLayerByDataId(dataId) {\n let index;\n for (let i = 0; i < this.#layers.length; ++i) {\n if (this.#layers[i] instanceof ViewLayer &&\n this.#layers[i].getDataId() === dataId) {\n // stop at first one\n index = i;\n break;\n }\n }\n if (typeof index !== 'undefined') {\n this.setActiveViewLayer(index);\n } else {\n logger.warn('No view layer to set as active with dataId: ' +\n dataId);\n }\n }\n\n /**\n * Set the active draw layer.\n *\n * @param {number|undefined} index The index of the layer to set as active\n * or undefined to not set any.\n */\n setActiveDrawLayer(index) {\n this.#activeDrawLayerIndex = index;\n this.#fireEvent({\n type: 'activelayerchange',\n value: [this.#layers[index]]\n });\n }\n\n /**\n * Set the active draw layer with a data id.\n *\n * @param {string} dataId The data id.\n */\n setActiveDrawLayerByDataId(dataId) {\n let index;\n for (let i = 0; i < this.#layers.length; ++i) {\n if (this.#layers[i] instanceof DrawLayer &&\n this.#layers[i].getDataId() === dataId) {\n // stop at first one\n index = i;\n break;\n }\n }\n if (typeof index !== 'undefined') {\n this.setActiveDrawLayer(index);\n } else {\n logger.warn('No draw layer to set as active with dataId: ' +\n dataId);\n }\n }\n\n /**\n * Add a view layer.\n *\n * The new layer will be marked as the active view layer.\n *\n * @returns {ViewLayer} The created layer.\n */\n addViewLayer() {\n // layer index\n const viewLayerIndex = this.#layers.length;\n // create div\n const div = this.#getNextLayerDiv();\n // prepend to container\n this.#containerDiv.append(div);\n // view layer\n const layer = new ViewLayer(div);\n layer.setImageSmoothing(this.#imageSmoothing);\n // add layer\n this.#layers.push(layer);\n // mark it as active\n this.setActiveViewLayer(viewLayerIndex);\n // bind view layer events\n this.#bindViewLayer(layer);\n // return\n return layer;\n }\n\n /**\n * Add a draw layer.\n *\n * The new layer will be marked as the active draw layer.\n *\n * @returns {DrawLayer} The created layer.\n */\n addDrawLayer() {\n // store active index\n this.#activeDrawLayerIndex = this.#layers.length;\n // create div\n const div = this.#getNextLayerDiv();\n // prepend to container\n this.#containerDiv.append(div);\n // draw layer\n const layer = new DrawLayer(div);\n // add layer\n this.#layers.push(layer);\n // bind draw layer events\n this.#bindDrawLayer(layer);\n // return\n return layer;\n }\n\n /**\n * Bind view layer events to this.\n *\n * @param {ViewLayer} viewLayer The view layer to bind.\n */\n #bindViewLayer(viewLayer) {\n // listen to position change to update other group layers\n viewLayer.addEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n // propagate view viewLayer-layer events\n for (const eventName of viewEventNames) {\n viewLayer.addEventListener(eventName, this.#fireEvent);\n }\n // propagate viewLayer events\n viewLayer.addEventListener('renderstart', this.#fireEvent);\n viewLayer.addEventListener('renderend', this.#fireEvent);\n }\n\n /**\n * Un-bind a view layer events to this.\n *\n * @param {ViewLayer} viewLayer The view layer to unbind.\n */\n #unbindViewLayer(viewLayer) {\n // stop listening to position change to update other group layers\n viewLayer.removeEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n // stop propagating view viewLayer-layer events\n for (const eventName of viewEventNames) {\n viewLayer.removeEventListener(eventName, this.#fireEvent);\n }\n // stop propagating viewLayer events\n viewLayer.removeEventListener('renderstart', this.#fireEvent);\n viewLayer.removeEventListener('renderend', this.#fireEvent);\n\n // stop view layer - image binding\n // (binding is done in layer.setView)\n viewLayer.unbindImage();\n }\n\n /**\n * Bind draw layer events to this.\n *\n * @param {DrawLayer} drawLayer The draw layer to bind.\n */\n #bindDrawLayer(drawLayer) {\n // listen to position change to update other group layers\n drawLayer.addEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n drawLayer.addEventListener(\n 'positionchange', this.#fireEvent);\n // propagate drawLayer events\n drawLayer.addEventListener('drawcreate', this.#fireEvent);\n drawLayer.addEventListener('drawdelete', this.#fireEvent);\n }\n\n /**\n * Un-bind a draw layer events to this.\n *\n * @param {DrawLayer} drawLayer The draw layer to unbind.\n */\n #unbindDrawLayer(drawLayer) {\n // stop listening to position change to update other group layers\n drawLayer.removeEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n drawLayer.removeEventListener(\n 'positionchange', this.#fireEvent);\n // propagate drawLayer events\n drawLayer.removeEventListener('drawcreate', this.#fireEvent);\n drawLayer.removeEventListener('drawdelete', this.#fireEvent);\n }\n\n /**\n * Get the next layer DOM div.\n *\n * @returns {HTMLDivElement} A DOM div.\n */\n #getNextLayerDiv() {\n const div = document.createElement('div');\n div.id = getLayerDivId(this.getDivId(), this.#layers.length);\n div.className = 'layer';\n div.style.pointerEvents = 'none';\n return div;\n }\n\n /**\n * Empty the layer list.\n */\n empty() {\n this.#layers = [];\n // reset active indices\n this.#activeViewLayerIndex = undefined;\n this.#activeDrawLayerIndex = undefined;\n // remove possible crosshair\n this.#removeCrosshairDiv();\n // clean container div\n const previous = this.#containerDiv.getElementsByClassName('layer');\n if (previous) {\n while (previous.length > 0) {\n previous[0].remove();\n }\n }\n }\n\n /**\n * Remove all layers for a specific data.\n *\n * @param {string} dataId The data to remove its layers.\n */\n removeLayersByDataId(dataId) {\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined' &&\n layer.getDataId() === dataId) {\n this.removeLayer(layer);\n }\n }\n }\n\n /**\n * Remove a layer from this layer group.\n * Warning: if current active layer, the index will\n * be set to `undefined`. Call one of the setActive\n * methods to define the active index.\n *\n * @param {ViewLayer | DrawLayer} layer The layer to remove.\n */\n removeLayer(layer) {\n // find layer\n const index = this.#layers.findIndex((item) => item === layer);\n if (index === -1) {\n throw new Error('Cannot find layer to remove');\n }\n // unbind and update active index\n if (layer instanceof ViewLayer) {\n this.#unbindViewLayer(layer);\n if (this.#activeViewLayerIndex === index) {\n this.#activeViewLayerIndex = undefined;\n }\n } else {\n this.#unbindDrawLayer(layer);\n if (this.#activeDrawLayerIndex === index) {\n this.#activeDrawLayerIndex = undefined;\n }\n }\n // reset in storage\n this.#layers[index] = undefined;\n // update html\n layer.removeFromDOM();\n }\n\n /**\n * Show a crosshair at a given position.\n *\n * @param {Point} [position] The position where to show the crosshair,\n * defaults to current position.\n */\n #showCrosshairDiv(position) {\n if (typeof position === 'undefined') {\n position = this.#currentPosition;\n }\n\n // remove previous\n this.#removeCrosshairDiv();\n\n // use first layer as base for calculating position and\n // line sizes\n let baseLayer;\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n baseLayer = layer;\n break;\n }\n }\n if (typeof baseLayer === 'undefined') {\n logger.warn('No layer to show crosshair');\n return;\n }\n\n const vc = baseLayer.getViewController();\n const planePos = vc.getPlanePositionFromPosition(position);\n const displayPos = baseLayer.planePosToDisplay(planePos);\n\n // horizontal line\n if (typeof displayPos.getY() !== 'undefined') {\n const lineH = document.createElement('hr');\n lineH.id = this.getDivId() + '-scroll-crosshair-horizontal';\n lineH.className = 'horizontal';\n lineH.style.width = this.#containerDiv.offsetWidth + 'px';\n lineH.style.left = '0px';\n lineH.style.top = displayPos.getY() + 'px';\n // add to local array\n this.#crosshairHtmlElements.push(lineH);\n // add to html\n this.#containerDiv.appendChild(lineH);\n }\n\n // vertical line\n if (typeof displayPos.getX() !== 'undefined') {\n const lineV = document.createElement('hr');\n lineV.id = this.getDivId() + '-scroll-crosshair-vertical';\n lineV.className = 'vertical';\n lineV.style.width = this.#containerDiv.offsetHeight + 'px';\n lineV.style.left = (displayPos.getX()) + 'px';\n lineV.style.top = '0px';\n // add to local array\n this.#crosshairHtmlElements.push(lineV);\n // add to html\n this.#containerDiv.appendChild(lineV);\n }\n }\n\n /**\n * Remove crosshair divs.\n */\n #removeCrosshairDiv() {\n for (const element of this.#crosshairHtmlElements) {\n element.remove();\n }\n this.#crosshairHtmlElements = [];\n }\n\n /**\n * Displays a tooltip in a temporary `span`.\n * Works with css to hide/show the span only on mouse hover.\n *\n * @param {Point2D} point The update point.\n */\n showTooltip(point) {\n // remove previous div\n this.removeTooltipDiv();\n\n const viewLayer = this.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n const planePos = viewLayer.displayToPlanePos(point);\n const position = viewController.getPositionFromPlanePoint(planePos);\n const value = viewController.getRescaledImageValue(position);\n\n // create\n if (typeof value !== 'undefined') {\n const span = document.createElement('span');\n span.id = 'scroll-tooltip';\n // tooltip position\n span.style.left = (point.getX() + 10) + 'px';\n span.style.top = (point.getY() + 10) + 'px';\n let text = precisionRound(value, 3).toString();\n if (typeof viewController.getPixelUnit() !== 'undefined') {\n text += ' ' + viewController.getPixelUnit();\n }\n span.appendChild(document.createTextNode(text));\n // add to local var\n this.#tooltipHtmlElement = span;\n // add to html\n this.#containerDiv.appendChild(span);\n }\n }\n\n /**\n * Remove the tooltip html div.\n */\n removeTooltipDiv() {\n if (typeof this.#tooltipHtmlElement !== 'undefined') {\n this.#tooltipHtmlElement.remove();\n this.#tooltipHtmlElement = undefined;\n }\n }\n\n /**\n * Can the input position be set on one of the view layers.\n *\n * @param {Point} position The input position.\n * @returns {boolean} True if one view layer accepts the input position.\n */\n isPositionInBounds(position) {\n return this.someViewLayer(function (layer) {\n return layer.getViewController().isPositionInBounds(position);\n });\n }\n\n /**\n * Can one of the view layers be scrolled.\n *\n * @returns {boolean} True if one view layer can be scrolled.\n */\n canScroll() {\n return this.someViewLayer(function (layer) {\n return layer.getViewController().canScroll();\n });\n }\n\n /**\n * Does one of the view layer have more than one slice in the\n * given dimension.\n *\n * @param {number} dim The input dimension.\n * @returns {boolean} True if one view layer has more than one slice.\n */\n moreThanOne(dim) {\n return this.someViewLayer(function (layer) {\n return layer.getViewController().moreThanOne(dim);\n });\n }\n\n /**\n * Update layers (but not the active view layer) to a position change.\n *\n * @param {object} event The position change event.\n * @function\n */\n updateLayersToPositionChange = (event) => {\n // pause positionchange listeners\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.removeEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n layer.removeEventListener('positionchange', this.#fireEvent);\n }\n }\n\n const index = new Index(event.value[0]);\n const position = new Point(event.value[1]);\n\n // store current position\n this.#currentPosition = position;\n\n if (this.#showCrosshair) {\n this.#showCrosshairDiv(position);\n }\n\n // origin of the first view layer\n const viewLayerOffsets = {};\n let baseViewLayerOrigin0;\n let baseViewLayerOrigin;\n // update position for all layers except the source one\n for (const layer of this.#layers) {\n if (typeof layer === 'undefined') {\n continue;\n }\n let hasSetOffset = false;\n\n // view layer case: define and set offsets\n if (layer instanceof ViewLayer) {\n const vc = layer.getViewController();\n // origin0 should always be there\n const origin0 = vc.getOrigin();\n // depending on position, origin could be undefined\n const origin = vc.getOrigin(position);\n\n let scrollOffset;\n let planeOffset;\n\n if (typeof baseViewLayerOrigin === 'undefined') {\n // first view layer, store origins\n baseViewLayerOrigin0 = origin0;\n baseViewLayerOrigin = origin;\n // no offset\n scrollOffset = new Vector3D(0, 0, 0);\n planeOffset = new Vector3D(0, 0, 0);\n } else {\n if (vc.isPositionInBounds(position) &&\n typeof origin !== 'undefined') {\n // TODO: compensate for possible different orientation between views\n const scrollDiff = baseViewLayerOrigin0.minus(origin0);\n scrollOffset = new Vector3D(\n scrollDiff.getX(), scrollDiff.getY(), scrollDiff.getZ());\n const planeDiff = baseViewLayerOrigin.minus(origin);\n planeOffset = new Vector3D(\n planeDiff.getX(), planeDiff.getY(), planeDiff.getZ());\n }\n }\n\n // set and store offsets\n if (typeof scrollOffset !== 'undefined' &&\n typeof planeOffset !== 'undefined') {\n hasSetOffset =\n layer.setBaseOffset(\n scrollOffset, planeOffset,\n baseViewLayerOrigin, baseViewLayerOrigin0\n );\n // store\n viewLayerOffsets[layer.getId()] = {\n scroll: scrollOffset,\n plane: planeOffset\n };\n }\n }\n\n // draw layer case: use associated view layer offsets\n if (layer instanceof DrawLayer) {\n const refOffsets = viewLayerOffsets[layer.getReferenceLayerId()];\n if (typeof refOffsets !== 'undefined') {\n hasSetOffset =\n layer.setBaseOffset(refOffsets.scroll, refOffsets.plane);\n }\n }\n\n // update position (triggers redraw)\n let hasSetPos = false;\n if (layer.getId() !== event.srclayerid) {\n hasSetPos = layer.setCurrentPosition(position, index);\n }\n\n // force redraw if needed\n if (!hasSetPos && hasSetOffset) {\n layer.draw();\n }\n }\n\n // re-start positionchange listeners\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.addEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n layer.addEventListener('positionchange', this.#fireEvent);\n }\n }\n };\n\n /**\n * Calculate the div to world size ratio needed to fit\n * the largest data.\n *\n * @returns {number|undefined} The ratio.\n */\n getDivToWorldSizeRatio() {\n // check container\n if (this.#containerDiv.offsetWidth === 0 &&\n this.#containerDiv.offsetHeight === 0) {\n throw new Error('Cannot fit to zero sized container.');\n }\n // get max world size\n const maxWorldSize = this.getMaxWorldSize();\n if (typeof maxWorldSize === 'undefined') {\n return undefined;\n }\n // if the container has a width but no height,\n // resize it to follow the same ratio to completely\n // fill the div with the image\n if (this.#containerDiv.offsetHeight === 0) {\n const ratioX = this.#containerDiv.offsetWidth / maxWorldSize.x;\n const height = maxWorldSize.y * ratioX;\n this.#containerDiv.style.height = height + 'px';\n }\n // return best fit\n return Math.min(\n this.#containerDiv.offsetWidth / maxWorldSize.x,\n this.#containerDiv.offsetHeight / maxWorldSize.y\n );\n }\n\n /**\n * Fit to container: set the layers div to world size ratio.\n *\n * @param {number} divToWorldSizeRatio The ratio.\n */\n fitToContainer(divToWorldSizeRatio) {\n // get maximum world size\n const maxWorldSize = this.getMaxWorldSize();\n // exit if none\n if (typeof maxWorldSize === 'undefined') {\n return;\n }\n\n const containerSize = {\n x: this.#containerDiv.offsetWidth,\n y: this.#containerDiv.offsetHeight\n };\n // offset to keep data centered\n const fitOffset = {\n x: -0.5 *\n (containerSize.x - Math.floor(maxWorldSize.x * divToWorldSizeRatio)),\n y: -0.5 *\n (containerSize.y - Math.floor(maxWorldSize.y * divToWorldSizeRatio))\n };\n\n // apply to layers\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.fitToContainer(containerSize, divToWorldSizeRatio, fitOffset);\n }\n }\n\n // update crosshair\n if (this.#showCrosshair) {\n this.#showCrosshairDiv();\n }\n }\n\n /**\n * Get the largest data world (mm) size.\n *\n * @returns {Scalar2D|undefined} The largest size as {x,y}.\n */\n getMaxWorldSize() {\n let maxSize = {x: 0, y: 0};\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n const size = layer.getImageWorldSize();\n if (size.x > maxSize.x) {\n maxSize.x = size.x;\n }\n if (size.y > maxSize.y) {\n maxSize.y = size.y;\n }\n }\n }\n if (maxSize.x === 0 && maxSize.y === 0) {\n maxSize = undefined;\n }\n return maxSize;\n }\n\n /**\n * Flip all layers along the Z axis without offset compensation.\n */\n flipScaleZ() {\n this.#baseScale.z *= -1;\n this.setScale(this.#baseScale);\n }\n\n /**\n * Add scale to the layers. Scale cannot go lower than 0.1.\n *\n * @param {number} scaleStep The scale to add.\n * @param {Point3D} center The scale center Point3D.\n */\n addScale(scaleStep, center) {\n const newScale = {\n x: this.#scale.x * (1 + scaleStep),\n y: this.#scale.y * (1 + scaleStep),\n z: this.#scale.z * (1 + scaleStep)\n };\n this.setScale(newScale, center);\n }\n\n /**\n * Set the layers' scale.\n *\n * @param {Scalar3D} newScale The scale to apply as {x,y,z}.\n * @param {Point3D} [center] The scale center Point3D.\n * @fires LayerGroup#zoomchange\n */\n setScale(newScale, center) {\n this.#scale = newScale;\n // apply to layers\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.setScale(this.#scale, center);\n }\n }\n\n // event value\n const value = [\n newScale.x,\n newScale.y,\n newScale.z\n ];\n if (typeof center !== 'undefined') {\n value.push(center.getX());\n value.push(center.getY());\n value.push(center.getZ());\n }\n\n /**\n * Zoom change event.\n *\n * @event LayerGroup#zoomchange\n * @type {object}\n * @property {Array} value The changed value.\n */\n this.#fireEvent({\n type: 'zoomchange',\n value: value\n });\n }\n\n /**\n * Add translation to the layers.\n *\n * @param {Scalar3D} translation The translation as {x,y,z}.\n */\n addTranslation(translation) {\n this.setOffset({\n x: this.#offset.x - translation.x,\n y: this.#offset.y - translation.y,\n z: this.#offset.z - translation.z\n });\n }\n\n /**\n * Set the layers' offset.\n *\n * @param {Scalar3D} newOffset The offset as {x,y,z}.\n * @fires LayerGroup#offsetchange\n */\n setOffset(newOffset) {\n // store\n this.#offset = newOffset;\n // apply to layers\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.setOffset(this.#offset);\n }\n }\n\n /**\n * Offset change event.\n *\n * @event LayerGroup#offsetchange\n * @type {object}\n * @property {Array} value The changed value.\n */\n this.#fireEvent({\n type: 'offsetchange',\n value: [\n this.#offset.x,\n this.#offset.y,\n this.#offset.z\n ]\n });\n }\n\n /**\n * Reset the stage to its initial scale and no offset.\n */\n reset() {\n this.setScale(this.#baseScale);\n this.setOffset({x: 0, y: 0, z: 0});\n }\n\n /**\n * Draw the layer.\n */\n draw() {\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.draw();\n }\n }\n }\n\n /**\n * Display the layer.\n *\n * @param {boolean} flag Whether to display the layer or not.\n */\n display(flag) {\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.display(flag);\n }\n }\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // LayerGroup class\n","import {Index} from '../math/index';\nimport {Vector3D} from '../math/vector';\nimport {Point3D} from '../math/point';\nimport {isIdentityMat33} from '../math/matrix';\nimport {Size} from '../image/size';\nimport {Spacing} from '../image/spacing';\nimport {Image} from '../image/image';\nimport {Geometry} from '../image/geometry';\nimport {PlaneHelper} from '../image/planeHelper';\nimport {\n getSliceIterator,\n getIteratorValues,\n getRegionSliceIterator,\n getVariableRegionSliceIterator\n} from '../image/iterator';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {View} from '../image/view';\nimport {WindowLevel} from '../image/windowLevel';\nimport {Point, Point2D} from '../math/point';\nimport {Scalar2D} from '../math/scalar';\nimport {Matrix33} from '../math/matrix';\nimport {ViewLayer} from '../gui/viewLayer';\n/* eslint-enable no-unused-vars */\n\n/**\n * View controller.\n */\nexport class ViewController {\n\n /**\n * Associated View.\n *\n * @type {View}\n */\n #view;\n\n /**\n * Plane helper.\n *\n * @type {PlaneHelper}\n */\n #planeHelper;\n\n /**\n * Third dimension player ID (created by setInterval).\n *\n * @type {number|undefined}\n */\n #playerID;\n\n /**\n * Is DICOM seg mask flag.\n *\n * @type {boolean}\n */\n #isMask = false;\n\n /**\n * @param {View} view The associated view.\n */\n constructor(view) {\n // check view\n if (typeof view.getImage() === 'undefined') {\n throw new Error('View does not have an image, cannot setup controller');\n }\n\n this.#view = view;\n\n // setup the plane helper\n this.#planeHelper = new PlaneHelper(\n view.getImage().getGeometry(),\n view.getOrientation()\n );\n\n // mask segment helper\n if (view.getImage().getMeta().Modality === 'SEG') {\n this.#isMask = true;\n }\n }\n\n /**\n * Get the plane helper.\n *\n * @returns {PlaneHelper} The helper.\n */\n getPlaneHelper() {\n return this.#planeHelper;\n }\n\n /**\n * Check is the associated image is a mask.\n *\n * @returns {boolean} True if the associated image is a mask.\n */\n isMask() {\n return this.#isMask;\n }\n\n /**\n * Initialise the controller.\n */\n initialise() {\n // set window/level to first preset\n this.setWindowLevelPresetById(0);\n // default position\n this.setCurrentPosition(this.getPositionFromPlanePoint(\n new Point2D(0, 0)\n ));\n }\n\n /**\n * Get the image modality.\n *\n * @returns {string} The modality.\n */\n getModality() {\n return this.#view.getImage().getMeta().Modality;\n }\n\n /**\n * Get the window/level presets names.\n *\n * @returns {string[]} The presets names.\n */\n getWindowLevelPresetsNames() {\n return this.#view.getWindowPresetsNames();\n }\n\n /**\n * Add window/level presets to the view.\n *\n * @param {object} presets A preset object.\n * @returns {object} The list of presets.\n */\n addWindowLevelPresets(presets) {\n return this.#view.addWindowPresets(presets);\n }\n\n /**\n * Set the window level to the preset with the input name.\n *\n * @param {string} name The name of the preset to activate.\n */\n setWindowLevelPreset(name) {\n this.#view.setWindowLevelPreset(name);\n }\n\n /**\n * Set the window level to the preset with the input id.\n *\n * @param {number} id The id of the preset to activate.\n */\n setWindowLevelPresetById(id) {\n this.#view.setWindowLevelPresetById(id);\n }\n\n /**\n * Check if the controller is playing.\n *\n * @returns {boolean} True if the controler is playing.\n */\n isPlaying() {\n return (typeof this.#playerID !== 'undefined');\n }\n\n /**\n * Get the current position.\n *\n * @returns {Point} The position.\n */\n getCurrentPosition() {\n return this.#view.getCurrentPosition();\n }\n\n /**\n * Get the current index.\n *\n * @returns {Index} The current index.\n */\n getCurrentIndex() {\n return this.#view.getCurrentIndex();\n }\n\n /**\n * Get the SOP image UID of the current image.\n *\n * @returns {string} The UID.\n */\n getCurrentImageUid() {\n return this.#view.getCurrentImageUid();\n }\n\n /**\n * Get the image origin for a image UID.\n *\n * @param {string} uid The UID.\n * @returns {Point3D|undefined} The origin.\n */\n getOriginForImageUid(uid) {\n return this.#view.getOriginForImageUid(uid);\n }\n\n /**\n * Check if the image includes an UID.\n *\n * @param {string} uid The UID.\n * @returns {boolean} True if present.\n */\n includesImageUid(uid) {\n return this.#view.includesImageUid(uid);\n }\n\n /**\n * Get the current oriented index.\n *\n * @returns {Index} The index.\n */\n getCurrentOrientedIndex() {\n let res = this.#view.getCurrentIndex();\n if (typeof this.#view.getOrientation() !== 'undefined') {\n // view oriented => image de-oriented\n const vector = this.#planeHelper.getImageDeOrientedVector3D(\n new Vector3D(res.get(0), res.get(1), res.get(2))\n );\n res = new Index([\n vector.getX(), vector.getY(), vector.getZ()\n ]);\n }\n return res;\n }\n\n /**\n * Get the scroll index.\n *\n * @returns {number} The index.\n */\n getScrollIndex() {\n return this.#view.getScrollIndex();\n }\n\n /**\n * Get the current scroll index value.\n *\n * @returns {object} The value.\n */\n getCurrentScrollIndexValue() {\n return this.#view.getCurrentIndex().get(this.#view.getScrollIndex());\n }\n\n /**\n * Get the first origin or at a given position.\n *\n * @param {Point} [position] Optional position.\n * @returns {Point3D} The origin.\n */\n getOrigin(position) {\n return this.#view.getOrigin(position);\n }\n\n /**\n * Is this view in the same orientation as the image aquisition.\n *\n * @returns {boolean} True if in aquisition plane.\n */\n isAquisitionOrientation() {\n return this.#view.isAquisitionOrientation();\n }\n\n /**\n * Get a list of points that define the plane at position k.\n *\n * @param {number} k The slice index value.\n * @returns {Point3D[]} A couple of 3D points.\n */\n getPlanePoints(k) {\n return this.#planeHelper.getPlanePoints(k);\n }\n\n /**\n * Get the current scroll position value.\n *\n * @returns {object} The value.\n */\n getCurrentScrollPosition() {\n const scrollIndex = this.#view.getScrollIndex();\n return this.#view.getCurrentPosition().get(scrollIndex);\n }\n\n /**\n * Generate display image data to be given to a canvas.\n *\n * @param {ImageData} array The array to fill in.\n * @param {Index} [index] Optional index at which to generate,\n * otherwise generates at current index.\n */\n generateImageData(array, index) {\n this.#view.generateImageData(array, index);\n }\n\n /**\n * Set the associated image.\n *\n * @param {Image} img The associated image.\n */\n setImage(img) {\n this.#view.setImage(img);\n }\n\n /**\n * Get the current view (2D) spacing.\n *\n * @returns {Scalar2D} The spacing as a 2D array.\n */\n get2DSpacing() {\n const spacing = this.#view.getImage().getGeometry().getSpacing(\n this.#view.getOrientation());\n return spacing.get2D();\n }\n\n /**\n * Get the image rescaled value at the input position.\n *\n * @param {Point} position The input position.\n * @returns {number|undefined} The image value or undefined if out of bounds\n * or no quantifiable (for ex RGB).\n */\n getRescaledImageValue(position) {\n const image = this.#view.getImage();\n if (!image.canQuantify()) {\n return;\n }\n const geometry = image.getGeometry();\n const index = geometry.worldToIndex(position);\n let value;\n if (geometry.isIndexInBounds(index)) {\n value = image.getRescaledValueAtIndex(index);\n }\n return value;\n }\n\n /**\n * Get the image pixel unit.\n *\n * @returns {string} The unit.\n */\n getPixelUnit() {\n return this.#view.getImage().getMeta().pixelUnit;\n }\n\n /**\n * Extract a slice from an image at the given index and orientation.\n *\n * @param {Image} image The image to parse.\n * @param {Index} index The current index.\n * @param {boolean} isRescaled Flag for rescaled values (default false).\n * @param {Matrix33} orientation The desired orientation.\n * @returns {Image} The extracted slice.\n */\n #getSlice(image, index, isRescaled, orientation) {\n // generate slice values\n const sliceIter = getSliceIterator(\n image,\n index,\n isRescaled,\n orientation\n );\n const sliceValues = getIteratorValues(sliceIter);\n // oriented geometry\n const orientedSize = image.getGeometry().getSize(orientation);\n const sizeValues = orientedSize.getValues();\n sizeValues[2] = 1;\n const sliceSize = new Size(sizeValues);\n const orientedSpacing = image.getGeometry().getSpacing(orientation);\n const spacingValues = orientedSpacing.getValues();\n spacingValues[2] = 1;\n const sliceSpacing = new Spacing(spacingValues);\n const sliceOrigin = new Point3D(0, 0, 0);\n const sliceGeometry =\n new Geometry(sliceOrigin, sliceSize, sliceSpacing);\n // slice image\n // @ts-ignore\n return new Image(sliceGeometry, sliceValues);\n }\n\n /**\n * Get some values from the associated image in a region.\n *\n * @param {Point2D} min Minimum point.\n * @param {Point2D} max Maximum point.\n * @returns {Array} A list of values.\n */\n getImageRegionValues(min, max) {\n let image = this.#view.getImage();\n const orientation = this.#view.getOrientation();\n let currentIndex = this.getCurrentIndex();\n let rescaled = true;\n\n // create oriented slice if needed\n if (!isIdentityMat33(orientation)) {\n image = this.#getSlice(image, currentIndex, rescaled, orientation);\n // update position\n currentIndex = new Index([0, 0, 0]);\n rescaled = false;\n }\n\n // get region values\n const iter = getRegionSliceIterator(\n image, currentIndex, rescaled, min, max);\n let values = [];\n if (iter) {\n values = getIteratorValues(iter);\n }\n return values;\n }\n\n /**\n * Get some values from the associated image in variable regions.\n *\n * @param {number[][][]} regions A list of [x, y] pairs (min, max).\n * @returns {Array} A list of values.\n */\n getImageVariableRegionValues(regions) {\n let image = this.#view.getImage();\n const orientation = this.#view.getOrientation();\n let currentIndex = this.getCurrentIndex();\n let rescaled = true;\n\n // create oriented slice if needed\n if (!isIdentityMat33(orientation)) {\n image = this.#getSlice(image, currentIndex, rescaled, orientation);\n // update position\n currentIndex = new Index([0, 0, 0]);\n rescaled = false;\n }\n\n // get region values\n const iter = getVariableRegionSliceIterator(\n image, currentIndex, rescaled, regions);\n let values = [];\n if (iter) {\n values = getIteratorValues(iter);\n }\n return values;\n }\n\n /**\n * Can the image values be quantified?\n *\n * @returns {boolean} True if possible.\n */\n canQuantifyImage() {\n return this.#view.getImage().canQuantify();\n }\n\n /**\n * Can window and level be applied to the data?\n *\n * @returns {boolean} True if possible.\n * @deprecated Please use isMonochrome instead.\n */\n canWindowLevel() {\n return this.isMonochrome();\n }\n\n /**\n * Is the data monochrome.\n *\n * @returns {boolean} True if the data is monochrome.\n */\n isMonochrome() {\n return this.#view.getImage().isMonochrome();\n }\n\n /**\n * Can the data be scrolled?\n *\n * @returns {boolean} True if the data has either the third dimension\n * or above greater than one.\n */\n canScroll() {\n return this.#view.getImage().canScroll(this.#view.getOrientation());\n }\n\n /**\n * Get the oriented image size.\n *\n * @returns {Size} The size.\n */\n getImageSize() {\n return this.#view.getImage().getGeometry().getSize(\n this.#view.getOrientation());\n }\n\n\n /**\n * Is the data size larger than one in the given dimension?\n *\n * @param {number} dim The dimension.\n * @returns {boolean} True if the image size is larger than one\n * in the given dimension.\n */\n moreThanOne(dim) {\n return this.getImageSize().moreThanOne(dim);\n }\n\n /**\n * Get the image world (mm) 2D size.\n *\n * @returns {Scalar2D} The 2D size as {x,y}.\n */\n getImageWorldSize() {\n const geometry = this.#view.getImage().getGeometry();\n const size = geometry.getSize(this.#view.getOrientation()).get2D();\n const spacing = geometry.getSpacing(this.#view.getOrientation()).get2D();\n return {\n x: size.x * spacing.x,\n y: size.y * spacing.y\n };\n }\n\n /**\n * Get the image rescaled data range.\n *\n * @returns {object} The range as {min, max}.\n */\n getImageRescaledDataRange() {\n return this.#view.getImage().getRescaledDataRange();\n }\n\n /**\n * Compare the input meta data to the associated image one.\n *\n * @param {object} meta The meta data.\n * @returns {boolean} True if the associated image has equal meta data.\n */\n equalImageMeta(meta) {\n const imageMeta = this.#view.getImage().getMeta();\n // loop through input meta keys\n const metaKeys = Object.keys(meta);\n for (let i = 0; i < metaKeys.length; ++i) {\n const metaKey = metaKeys[i];\n if (typeof imageMeta[metaKey] === 'undefined') {\n return false;\n }\n if (imageMeta[metaKey] !== meta[metaKey]) {\n return false;\n }\n }\n return true;\n }\n\n /**\n * Check if the current position (default) or\n * the provided position is in bounds.\n *\n * @param {Point} [position] Optional position.\n * @returns {boolean} True is the position is in bounds.\n */\n isPositionInBounds(position) {\n return this.#view.isPositionInBounds(position);\n }\n\n /**\n * Set the current position.\n *\n * @param {Point} pos The position.\n * @param {boolean} [silent] If true, does not fire a\n * positionchange event.\n * @returns {boolean} False if not in bounds.\n */\n setCurrentPosition(pos, silent) {\n return this.#view.setCurrentPosition(pos, silent);\n }\n\n /**\n * Get a world position from a 2D plane position.\n *\n * @param {Point2D} point2D The input point.\n * @param {number} [k] Optional slice index,\n * if undefined, uses the current one.\n * @returns {Point} The associated position.\n */\n getPositionFromPlanePoint(point2D, k) {\n // keep third direction\n if (typeof k === 'undefined') {\n k = this.getCurrentScrollIndexValue();\n }\n const planePoint = new Point3D(point2D.getX(), point2D.getY(), k);\n // de-orient\n const point = this.#planeHelper.getImageOrientedPoint3D(planePoint);\n // ~indexToWorld to not loose precision\n const geometry = this.#view.getImage().getGeometry();\n const point3D = geometry.pointToWorld(point);\n // merge with current position to keep extra dimensions\n return this.getCurrentPosition().mergeWith3D(point3D);\n }\n\n /**\n * Get a 2D plane position from a world position.\n *\n * @param {Point} point The 3D position.\n * @returns {Point2D} The 2D position.\n */\n getPlanePositionFromPosition(point) {\n // orient\n const geometry = this.#view.getImage().getGeometry();\n // ~worldToIndex to not loose precision\n const point3D = geometry.worldToPoint(point);\n const planePoint = this.#planeHelper.getImageDeOrientedPoint3D(point3D);\n // return\n return new Point2D(\n planePoint.getX(),\n planePoint.getY(),\n );\n }\n\n /**\n * Get the index of a world position.\n *\n * @param {Point} point The 3D position.\n * @returns {Index} The index.\n */\n getIndexFromPosition(point) {\n // orient\n const geometry = this.#view.getImage().getGeometry();\n // ~worldToIndex to not loose precision\n return geometry.worldToIndex(point);\n }\n\n /**\n * Set the current index.\n *\n * @param {Index} index The index.\n * @param {boolean} [silent] If true, does not fire a positionchange event.\n * @returns {boolean} False if not in bounds.\n */\n setCurrentIndex(index, silent) {\n return this.#view.setCurrentIndex(index, silent);\n }\n\n /**\n * Get a plane 3D position from a plane 2D position: does not compensate\n * for the image origin. Needed for setting the scale center...\n *\n * @param {Point2D} point2D The 2D position.\n * @returns {Point3D} The 3D point.\n */\n getPlanePositionFromPlanePoint(point2D) {\n // keep third direction\n const k = this.getCurrentScrollIndexValue();\n const planePoint = new Point3D(point2D.getX(), point2D.getY(), k);\n // de-orient\n const point = this.#planeHelper.getTargetDeOrientedPoint3D(planePoint);\n // ~indexToWorld to not loose precision\n const geometry = this.#view.getImage().getGeometry();\n const spacing = geometry.getRealSpacing();\n return new Point3D(\n point.getX() * spacing.get(0),\n point.getY() * spacing.get(1),\n point.getZ() * spacing.get(2));\n }\n\n /**\n * Get a 3D offset from a plane one.\n *\n * @param {Scalar2D} offset2D The plane offset as {x,y}.\n * @returns {Vector3D} The 3D world offset.\n */\n getOffset3DFromPlaneOffset(offset2D) {\n return this.#planeHelper.getOffset3DFromPlaneOffset(offset2D);\n }\n\n /**\n * Get the current index incremented in the input direction.\n *\n * @param {number} dim The direction in which to increment.\n * @returns {Index} The resulting index.\n */\n #getIncrementIndex(dim) {\n const index = this.getCurrentIndex();\n const values = new Array(index.length());\n values.fill(0);\n if (dim < values.length) {\n values[dim] = 1;\n } else {\n console.warn('Cannot increment given index: ', dim, values.length);\n }\n const incr = new Index(values);\n return index.add(incr);\n }\n\n /**\n * Get the current index decremented in the input direction.\n *\n * @param {number} dim The direction in which to decrement.\n * @returns {Index} The resulting index.\n */\n #getDecrementIndex(dim) {\n const index = this.getCurrentIndex();\n const values = new Array(index.length());\n values.fill(0);\n if (dim < values.length) {\n values[dim] = -1;\n } else {\n console.warn('Cannot decrement given index: ', dim, values.length);\n }\n const incr = new Index(values);\n return index.add(incr);\n }\n\n /**\n * Get the current index incremented in the scroll direction.\n *\n * @returns {Index} The resulting index.\n */\n #getIncrementScrollIndex() {\n return this.#getIncrementIndex(this.getScrollIndex());\n }\n\n /**\n * Get the current index decremented in the scroll direction.\n *\n * @returns {Index} The resulting index.\n */\n #getDecrementScrollIndex() {\n return this.#getDecrementIndex(this.getScrollIndex());\n }\n\n /**\n * Get the current position incremented in the input direction.\n *\n * @param {number} dim The direction in which to increment.\n * @returns {Point} The resulting point.\n */\n getIncrementPosition(dim) {\n const geometry = this.#view.getImage().getGeometry();\n return geometry.indexToWorld(this.#getIncrementIndex(dim));\n }\n\n /**\n * Get the current position decremented in the input direction.\n *\n * @param {number} dim The direction in which to decrement.\n * @returns {Point} The resulting point.\n */\n getDecrementPosition(dim) {\n const geometry = this.#view.getImage().getGeometry();\n return geometry.indexToWorld(this.#getDecrementIndex(dim));\n }\n\n /**\n * Get the current position decremented in the scroll direction.\n *\n * @returns {Point} The resulting point.\n */\n getIncrementScrollPosition() {\n const geometry = this.#view.getImage().getGeometry();\n return geometry.indexToWorld(this.#getIncrementScrollIndex());\n }\n\n /**\n * Get the current position decremented in the scroll direction.\n *\n * @returns {Point} The resulting point.\n */\n getDecrementScrollPosition() {\n const geometry = this.#view.getImage().getGeometry();\n return geometry.indexToWorld(this.#getDecrementScrollIndex());\n }\n\n /**\n * Increment the provided dimension.\n *\n * @param {number} dim The dimension to increment.\n * @param {boolean} [silent] Do not send event.\n * @returns {boolean} False if not in bounds.\n */\n incrementIndex(dim, silent) {\n return this.setCurrentIndex(this.#getIncrementIndex(dim), silent);\n }\n\n /**\n * Decrement the provided dimension.\n *\n * @param {number} dim The dimension to increment.\n * @param {boolean} [silent] Do not send event.\n * @returns {boolean} False if not in bounds.\n */\n decrementIndex(dim, silent) {\n return this.setCurrentIndex(this.#getDecrementIndex(dim), silent);\n }\n\n /**\n * Decrement the scroll dimension index.\n *\n * @param {boolean} [silent] Do not send event.\n * @returns {boolean} False if not in bounds.\n */\n decrementScrollIndex(silent) {\n return this.setCurrentIndex(this.#getDecrementScrollIndex(), silent);\n }\n\n /**\n * Increment the scroll dimension index.\n *\n * @param {boolean} [silent] Do not send event.\n * @returns {boolean} False if not in bounds.\n */\n incrementScrollIndex(silent) {\n return this.setCurrentIndex(this.#getIncrementScrollIndex(), silent);\n }\n\n /**\n * Scroll play: loop through all slices.\n */\n play() {\n // ensure data is scrollable: dim >= 3\n if (!this.canScroll()) {\n return;\n }\n if (typeof this.#playerID === 'undefined') {\n const image = this.#view.getImage();\n const recommendedDisplayFrameRate =\n image.getMeta().RecommendedDisplayFrameRate;\n const milliseconds = this.#view.getPlaybackMilliseconds(\n recommendedDisplayFrameRate);\n const size = image.getGeometry().getSize();\n const canScroll3D = size.canScroll3D();\n\n this.#playerID = window.setInterval(() => {\n let canDoMore = false;\n if (canScroll3D) {\n canDoMore = this.incrementScrollIndex();\n } else {\n canDoMore = this.incrementIndex(3);\n }\n // end of scroll, loop back\n if (!canDoMore) {\n const pos1 = this.getCurrentIndex();\n const values = pos1.getValues();\n const orientation = this.#view.getOrientation();\n if (canScroll3D) {\n values[orientation.getThirdColMajorDirection()] = 0;\n } else {\n values[3] = 0;\n }\n const index = new Index(values);\n const geometry = this.#view.getImage().getGeometry();\n this.setCurrentPosition(geometry.indexToWorld(index));\n }\n }, milliseconds);\n } else {\n this.stop();\n }\n }\n\n /**\n * Stop scroll playing.\n */\n stop() {\n if (typeof this.#playerID !== 'undefined') {\n clearInterval(this.#playerID);\n this.#playerID = undefined;\n }\n }\n\n /**\n * Get the window/level.\n *\n * @returns {WindowLevel} The window and level.\n */\n getWindowLevel() {\n return this.#view.getWindowLevel();\n }\n\n /**\n * Get the current window level preset name.\n *\n * @returns {string} The preset name.\n */\n getCurrentWindowPresetName() {\n return this.#view.getCurrentWindowPresetName();\n }\n\n /**\n * Set the window and level.\n *\n * @param {WindowLevel} wl The window and level.\n */\n setWindowLevel(wl) {\n this.#view.setWindowLevel(wl);\n }\n\n /**\n * Get the colour map.\n *\n * @returns {string} The colour map name.\n */\n getColourMap() {\n return this.#view.getColourMap();\n }\n\n /**\n * Set the colour map.\n *\n * @param {string} name The colour map name.\n */\n setColourMap(name) {\n this.#view.setColourMap(name);\n }\n\n /**\n * @callback alphaFn\n * @param {number[]|number} value The pixel value.\n * @param {number} index The values' index.\n * @returns {number} The opacity of the input value.\n */\n\n /**\n * Set the view per value alpha function.\n *\n * @param {alphaFn} func The function.\n */\n setViewAlphaFunction(func) {\n this.#view.setAlphaFunction(func);\n }\n\n /**\n * Bind the view image to the provided layer.\n *\n * @param {ViewLayer} viewLayer The layer to bind.\n */\n bindImageAndLayer(viewLayer) {\n const image = this.#view.getImage();\n image.addEventListener('imagecontentchange',\n viewLayer.onimagecontentchange\n );\n image.addEventListener('imagegeometrychange',\n viewLayer.onimagegeometrychange\n );\n }\n\n /**\n * Unbind the view image to the provided layer.\n *\n * @param {ViewLayer} viewLayer The layer to bind.\n */\n unbindImageAndLayer(viewLayer) {\n const image = this.#view.getImage();\n image.removeEventListener('imagecontentchange',\n viewLayer.onimagecontentchange\n );\n image.removeEventListener('imagegeometrychange',\n viewLayer.onimagegeometrychange\n );\n }\n\n} // class ViewController\n","import {getLayerDetailsFromEvent} from '../gui/layerGroup';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get a normalised spin speed in the Y direction to try to support\n * trackpads (small and large deltaY) and mouse wheel (large deltaY).\n * Should return 1 or -1 for a single mouse wheel tick.\n *\n * @param {object} event The wheel event.\n * @returns {number} The normalised spin Y.\n */\nfunction getSpinY(event) {\n // (notes of 03/2024)\n\n // firefox seems to change the value of deltaY\n // if you ask for deltaMode before (?????)\n\n // deltaY (for a single mouse wheel tick):\n // - chrome: [linux] 120, [mac]: 4\n // - firefox: [linux] 132, [mac]: 16\n\n // wheelDelta (for a single mouse wheel tick):\n // - chrome: [linux] 120, [mac]: 240\n // - firefox: [linux] 120, [mac]: 48\n\n // -> using wheelDelta for mouse wheel detection as\n // it is consistently larger than trackpad scroll\n\n // wheelDeltaY and deltaY do not go in the same direction,\n // using -deltaY so that they do...\n\n if (typeof event.wheelDeltaY === 'undefined') {\n //logger.warn('No wheel delta, scroll could be tricky...);\n return -event.deltaY;\n } else {\n const threshold = 45;\n if (event.wheelDeltaY > threshold) {\n return 1;\n } else if (event.wheelDeltaY < -threshold) {\n return -1;\n } else {\n return -event.deltaY / 60;\n }\n }\n}\n\n/**\n * Class to sum wheel events and know if that sum\n * corresponds to a 'tick'.\n */\nclass ScrollSum {\n /**\n * The scroll sum.\n *\n * @type {number}\n */\n #sum = 0;\n\n /**\n * Get the scroll sum.\n *\n * @returns {number} The scroll sum.\n */\n getSum() {\n return this.#sum;\n }\n\n /**\n * Add scroll.\n *\n * @param {object} event The wheel event.\n */\n add(event) {\n this.#sum += getSpinY(event);\n }\n\n /**\n * Clear the scroll sum.\n */\n clear() {\n this.#sum = 0;\n }\n\n /**\n * Does the accumulated scroll correspond to a 'tick'.\n *\n * @returns {boolean} True if the sum corresponds to a 'tick'.\n */\n isTick() {\n return Math.abs(this.#sum) >= 1;\n }\n}\n\n/**\n * Scroll wheel class: provides a wheel event handler\n * that scroll the corresponding data.\n */\nexport class ScrollWheel {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Accumulated scroll.\n *\n * @type {ScrollSum}\n */\n #scrollSum = new ScrollSum();\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Handle mouse wheel event.\n *\n * @param {WheelEvent} event The mouse wheel event.\n */\n wheel(event) {\n this.#scrollSum.add(event);\n const up = this.#scrollSum.getSum() >= 0;\n\n // exit if no tick\n if (!this.#scrollSum.isTick()) {\n return;\n } else {\n this.#scrollSum.clear();\n }\n\n // prevent default page scroll\n event.preventDefault();\n\n const layerDetails = getLayerDetailsFromEvent(event);\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n let newPosition;\n if (layerGroup.canScroll()) {\n if (up) {\n newPosition = viewController.getIncrementScrollPosition();\n } else {\n newPosition = viewController.getDecrementScrollPosition();\n }\n } else if (layerGroup.moreThanOne(3)) {\n if (up) {\n newPosition = viewController.getIncrementPosition(3);\n } else {\n newPosition = viewController.getDecrementPosition(3);\n }\n }\n\n // set all layers if at least one can be set\n if (typeof newPosition !== 'undefined' &&\n layerGroup.isPositionInBounds(newPosition)) {\n viewController.setCurrentPosition(newPosition);\n }\n }\n\n} // ScrollWheel class\n","import {Point2D} from './point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {ViewController} from '../app/viewController';\nimport {Scalar2D} from './scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Line shape.\n */\nexport class Line {\n\n /**\n * Line begin point.\n *\n * @type {Point2D}\n */\n #begin;\n\n /**\n * Line end point.\n *\n * @type {Point2D}\n */\n #end;\n\n /**\n * @param {Point2D} begin A Point2D representing the beginning\n * of the line.\n * @param {Point2D} end A Point2D representing the end of the line.\n */\n constructor(begin, end) {\n this.#begin = begin;\n this.#end = end;\n }\n\n /**\n * Get the begin point of the line.\n *\n * @returns {Point2D} The beginning point of the line.\n */\n getBegin() {\n return this.#begin;\n }\n\n /**\n * Get the end point of the line.\n *\n * @returns {Point2D} The ending point of the line.\n */\n getEnd() {\n return this.#end;\n }\n\n /**\n * Check for equality.\n *\n * @param {Line} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getBegin().equals(rhs.getBegin()) &&\n this.getEnd().equals(rhs.getEnd());\n }\n\n /**\n * Get the line delta in the X direction.\n *\n * @returns {number} The delta in the X direction.\n */\n getDeltaX() {\n return this.getEnd().getX() - this.getBegin().getX();\n }\n\n /**\n * Get the line delta in the Y direction.\n *\n * @returns {number} The delta in the Y direction.\n */\n getDeltaY() {\n return this.getEnd().getY() - this.getBegin().getY();\n }\n\n /**\n * Get the length of the line.\n *\n * @returns {number} The length of the line.\n */\n getLength() {\n return Math.sqrt(\n this.getDeltaX() * this.getDeltaX() +\n this.getDeltaY() * this.getDeltaY()\n );\n }\n\n /**\n * Get the length of the line according to a spacing.\n *\n * @param {Scalar2D} spacing2D The 2D spacing.\n * @returns {number} The length of the line with spacing\n * or null for null spacings.\n */\n getWorldLength(spacing2D) {\n let wlen = null;\n if (spacing2D !== null) {\n const dxs = this.getDeltaX() * spacing2D.x;\n const dys = this.getDeltaY() * spacing2D.y;\n wlen = Math.sqrt(dxs * dxs + dys * dys);\n }\n return wlen;\n }\n\n /**\n * Get the mid point of the line.\n *\n * @returns {Point2D} The mid point of the line.\n */\n getMidpoint() {\n return new Point2D(\n (this.getBegin().getX() + this.getEnd().getX()) / 2,\n (this.getBegin().getY() + this.getEnd().getY()) / 2\n );\n }\n\n /**\n * Get the centroid of the line.\n *\n * @returns {Point2D} THe centroid point.\n */\n getCentroid() {\n return this.getMidpoint();\n }\n\n /**\n * Get the slope of the line.\n *\n * @returns {number} The slope of the line.\n */\n getSlope() {\n return this.getDeltaY() / this.getDeltaX();\n }\n\n /**\n * Get the intercept of the line.\n *\n * @returns {number} The slope of the line.\n */\n getIntercept() {\n return (\n this.getEnd().getX() * this.getBegin().getY() -\n this.getBegin().getX() * this.getEnd().getY()\n ) / this.getDeltaX();\n }\n\n /**\n * Get the inclination of the line.\n *\n * @returns {number} The inclination of the line.\n */\n getInclination() {\n // tan(theta) = slope\n const angle =\n Math.atan2(this.getDeltaY(), this.getDeltaX()) * 180 / Math.PI;\n // shift?\n return 180 - angle;\n }\n\n /**\n * Quantify a line according to view information.\n *\n * @param {ViewController} viewController The associated view controller.\n * @returns {object} A quantification object.\n */\n quantify(viewController) {\n const quant = {};\n // length\n const spacing2D = viewController.get2DSpacing();\n const length = this.getWorldLength(spacing2D);\n if (length !== null) {\n quant.length = {value: length, unit: 'unit.mm'};\n }\n // return\n return quant;\n }\n\n} // Line class\n\n/**\n * Get the angle between two lines in degree.\n *\n * @param {Line} line0 The first line.\n * @param {Line} line1 The second line.\n * @returns {number} The angle.\n */\nexport function getAngle(line0, line1) {\n const dx0 = line0.getDeltaX();\n const dy0 = line0.getDeltaY();\n const dx1 = line1.getDeltaX();\n const dy1 = line1.getDeltaY();\n // dot = ||a||*||b||*cos(theta)\n const dot = dx0 * dx1 + dy0 * dy1;\n // cross = ||a||*||b||*sin(theta)\n const det = dx0 * dy1 - dy0 * dx1;\n // tan = sin / cos\n const angle = Math.atan2(det, dot) * 180 / Math.PI;\n // complementary angle\n // shift?\n return 360 - (180 - angle);\n}\n\n/**\n * Check if two lines are orthogonal.\n *\n * @param {Line} line0 The first line.\n * @param {Line} line1 The second line.\n * @returns {boolean} True if both lines are orthogonal.\n */\nexport function areOrthogonal(line0, line1) {\n const dx0 = line0.getDeltaX();\n const dy0 = line0.getDeltaY();\n const dx1 = line1.getDeltaX();\n const dy1 = line1.getDeltaY();\n // dot = ||a||*||b||*cos(theta)\n return (dx0 * dx1 + dy0 * dy1) === 0;\n}\n\n/**\n * Get a perpendicular line to an input one.\n *\n * @param {Line} line The line to be perpendicular to.\n * @param {Point2D} point The middle point of the perpendicular line.\n * @param {number} length The length of the perpendicular line.\n * @returns {Line} A perpendicular line.\n */\nexport function getPerpendicularLine(line, point, length) {\n // begin point\n let beginX = 0;\n let beginY = 0;\n // end point\n let endX = 0;\n let endY = 0;\n\n // check slope:\n // 0 -> horizontal\n // Infinite -> vertical (a/Infinite = 0)\n if (line.getSlope() !== 0) {\n // a0 * a1 = -1\n const slope = -1 / line.getSlope();\n // y0 = a1*x0 + b1 -> b1 = y0 - a1*x0\n const intercept = point.getY() - slope * point.getX();\n\n // 1. (x - x0)^2 + (y - y0)^2 = d^2\n // 2. a = (y - y0) / (x - x0) -> y = a*(x - x0) + y0\n // -> (x - x0)^2 + m^2 * (x - x0)^2 = d^2\n // -> x = x0 +- d / sqrt(1+m^2)\n\n // length is the distance between begin and end,\n // point is half way between both -> d = length / 2\n const dx = length / (2 * Math.sqrt(1 + slope * slope));\n\n // begin point\n beginX = point.getX() - dx;\n beginY = slope * beginX + intercept;\n // end point\n endX = point.getX() + dx;\n endY = slope * endX + intercept;\n } else {\n // horizontal input line -> perpendicular is vertical!\n // begin point\n beginX = point.getX();\n beginY = point.getY() - length / 2;\n // end point\n endX = point.getX();\n endY = point.getY() + length / 2;\n }\n // perpendicalar line\n return new Line(\n new Point2D(beginX, beginY),\n new Point2D(endX, endY));\n}\n","import {logger} from '../utils/logger';\nimport {ListenerHandler} from '../utils/listen';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Annotation} from './annotation';\nimport {ViewController} from '../app/viewController';\n/* eslint-enable no-unused-vars */\n\n/**\n * Annotation group.\n */\nexport class AnnotationGroup {\n /**\n * @type {Annotation[]}\n */\n #list;\n\n /**\n * Annotation meta data.\n *\n * @type {Object}\n */\n #meta = {};\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Editable flag.\n *\n * @type {boolean}\n */\n #editable;\n\n /**\n * Group colour as hex string. If defined, it will be used as\n * default colour for new annotations in draw tool.\n *\n * @type {string|undefined}\n */\n #colour;\n\n /**\n * @param {Annotation[]} [list] Optional list, will\n * create new if not provided.\n */\n constructor(list) {\n if (typeof list !== 'undefined') {\n this.#list = list;\n } else {\n this.#list = [];\n }\n this.#editable = true;\n }\n\n /**\n * Get the annotation group as an array.\n *\n * @returns {Annotation[]} The array.\n */\n getList() {\n return this.#list;\n }\n\n /**\n * Get the number of annotations of this list.\n *\n * @returns {number} The number of annotations.\n */\n getLength() {\n return this.#list.length;\n }\n\n /**\n * Check if the annotation group is editable.\n *\n * @returns {boolean} True if editable.\n */\n isEditable() {\n return this.#editable;\n }\n\n /**\n * Set the annotation group editability.\n *\n * @param {boolean} flag True to make the annotation group editable.\n */\n setEditable(flag) {\n this.#editable = flag;\n this.#fireEvent({\n type: 'annotationgroupeditablechange',\n data: flag\n });\n }\n\n /**\n * Get the group colour.\n *\n * @returns {string} The colour as hex string.\n */\n getColour() {\n return this.#colour;\n }\n\n /**\n * Set the group colour.\n *\n * @param {string} colour The colour as hex string.\n */\n setColour(colour) {\n this.#colour = colour;\n }\n\n /**\n * Add a new annotation.\n *\n * @param {Annotation} annotation The annotation to add.\n */\n add(annotation) {\n this.#list.push(annotation);\n this.#fireEvent({\n type: 'annotationadd',\n data: annotation\n });\n }\n\n /**\n * Update an existing annotation.\n *\n * @param {Annotation} annotation The annotation to update.\n * @param {string[]} [propKeys] Optional properties that got updated.\n */\n update(annotation, propKeys) {\n const index = this.#list.findIndex((item) => item.id === annotation.id);\n if (index !== -1) {\n this.#list[index] = annotation;\n this.#fireEvent({\n type: 'annotationupdate',\n data: annotation,\n keys: propKeys\n });\n } else {\n logger.warn('Cannot find annotation to update');\n }\n }\n\n /**\n * Remove an annotation.\n *\n * @param {string} id The id of the annotation to remove.\n */\n remove(id) {\n const index = this.#list.findIndex((item) => item.id === id);\n if (index !== -1) {\n const annotation = this.#list.splice(index, 1)[0];\n this.#fireEvent({\n type: 'annotationremove',\n data: annotation\n });\n } else {\n logger.warn('Cannot find annotation to remove');\n }\n }\n\n /**\n * Set the associated view controller.\n *\n * @param {ViewController} viewController The associated view controller.\n */\n setViewController(viewController) {\n for (const item of this.#list) {\n item.setViewController(viewController);\n item.updateQuantification();\n }\n }\n\n /**\n * Find an annotation.\n *\n * @param {string} id The id of the annotation to find.\n * @returns {Annotation|undefined} The found annotation.\n */\n find(id) {\n return this.#list.find((item) => item.id === id);\n }\n\n /**\n * Get the meta data.\n *\n * @returns {Object} The meta data.\n */\n getMeta() {\n return this.#meta;\n }\n\n /**\n * Check if this list contains a meta data value.\n *\n * @param {string} key The key to check.\n * @returns {boolean} True if the meta data is present.\n */\n hasMeta(key) {\n return typeof this.#meta[key] !== 'undefined';\n }\n\n /**\n * Get a meta data value.\n *\n * @param {string} key The meta data key.\n * @returns {string|object} The meta data value.\n */\n getMetaValue(key) {\n return this.#meta[key];\n }\n\n /**\n * Set a meta data.\n *\n * @param {string} key The meta data key.\n * @param {string|object} value The value of the meta data.\n */\n setMetaValue(key, value) {\n this.#meta[key] = value;\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n}\n","import {AnnotationGroup} from '../image/annotationGroup';\nimport {\n RemoveAnnotationCommand,\n UpdateAnnotationCommand\n} from '../tools/drawCommands';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Draw controller.\n */\nexport class DrawController {\n\n /**\n * The annotation group.\n *\n * @type {AnnotationGroup}\n */\n #annotationGroup;\n\n /**\n * Get an annotation.\n *\n * @param {string} id The annotation id.\n * @returns {Annotation|undefined} The annotation.\n */\n getAnnotation(id) {\n return this.#annotationGroup.find(id);\n }\n\n /**\n * Get the annotation group.\n *\n * @returns {AnnotationGroup} The list.\n */\n getAnnotationGroup() {\n return this.#annotationGroup;\n }\n\n /**\n * Check if the annotation group is editable.\n *\n * @returns {boolean} True if editable.\n */\n isAnnotationGroupEditable() {\n return this.#annotationGroup.isEditable();\n }\n\n /**\n * Set the annotation group editability.\n *\n * @param {boolean} flag True to make the annotation group editable.\n */\n setAnnotationGroupEditable(flag) {\n this.#annotationGroup.setEditable(flag);\n }\n\n /**\n * Add an annotation.\n *\n * @param {Annotation} annotation The annotation to add.\n */\n addAnnotation(annotation) {\n this.#annotationGroup.add(annotation);\n }\n\n /**\n * Update an anotation from the list.\n *\n * @param {Annotation} annotation The annotation to update.\n * @param {string[]} [propKeys] Optional properties that got updated.\n */\n updateAnnotation(annotation, propKeys) {\n this.#annotationGroup.update(annotation, propKeys);\n }\n\n /**\n * Remove an anotation for the list.\n *\n * @param {string} id The id of the annotation to remove.\n */\n removeAnnotation(id) {\n this.#annotationGroup.remove(id);\n }\n\n /**\n * Remove an annotation via a remove command (triggers draw actions).\n *\n * @param {string} id The annotation id.\n * @param {Function} exeCallback The undo stack callback.\n */\n removeAnnotationWithCommand(id, exeCallback) {\n const annotation = this.getAnnotation(id);\n if (typeof annotation === 'undefined') {\n logger.warn(\n 'Cannot create remove command for undefined annotation: ' + id);\n return;\n }\n // create remove annotation command\n const command = new RemoveAnnotationCommand(annotation, this);\n // add command to undo stack\n exeCallback(command);\n // execute command: triggers draw remove\n command.execute();\n }\n\n /**\n * Update an annotation via an update command (triggers draw actions).\n *\n * @param {string} id The annotation id.\n * @param {object} originalProps The original annotation properties\n * that will be updated.\n * @param {object} newProps The new annotation properties\n * that will replace the original ones.\n * @param {Function} exeCallback The undo stack callback.\n */\n updateAnnotationWithCommand(id, originalProps, newProps, exeCallback) {\n const annotation = this.getAnnotation(id);\n if (typeof annotation === 'undefined') {\n logger.warn(\n 'Cannot create update command for undefined annotation: ' + id);\n return;\n }\n // create remove annotation command\n const command = new UpdateAnnotationCommand(\n annotation, originalProps, newProps, this);\n // add command to undo stack\n exeCallback(command);\n // execute command: triggers draw remove\n command.execute();\n }\n\n /**\n * Remove all annotations via remove commands (triggers draw actions).\n *\n * @param {Function} exeCallback The undo stack callback.\n */\n removeAllAnnotationsWithCommand(exeCallback) {\n for (const annotation of this.#annotationGroup.getList()) {\n this.removeAnnotationWithCommand(annotation.id, exeCallback);\n }\n }\n\n /**\n * @param {AnnotationGroup} [group] Optional annotation group.\n */\n constructor(group) {\n if (typeof group !== 'undefined') {\n this.#annotationGroup = group;\n } else {\n this.#annotationGroup = new AnnotationGroup();\n }\n }\n\n /**\n * Check if the annotation group contains a meta data value.\n *\n * @param {string} key The key to check.\n * @returns {boolean} True if the meta data is present.\n */\n hasAnnotationMeta(key) {\n return this.#annotationGroup.hasMeta(key);\n }\n\n /**\n * Set an annotation meta data.\n *\n * @param {string} key The meta data to set.\n * @param {string} value The value of the meta data.\n */\n setAnnotationMeta(key, value) {\n this.#annotationGroup.setMetaValue(key, value);\n }\n\n} // class DrawController\n","import {getShadowColour} from '../utils/colour';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Scalar2D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Style class.\n */\nexport class Style {\n /**\n * Font size.\n *\n * @type {number}\n */\n #fontSize = 10;\n\n /**\n * Font family.\n *\n * @type {string}\n */\n #fontFamily = 'Verdana';\n\n /**\n * Text colour.\n *\n * @type {string}\n */\n #textColour = '#fff';\n\n /**\n * Line colour.\n *\n * @type {string}\n */\n #lineColour = '#ffff80';\n\n /**\n * Base scale.\n *\n * @type {Scalar2D}\n */\n #baseScale = {x: 1, y: 1};\n\n /**\n * Zoom scale.\n *\n * @type {Scalar2D}\n */\n #zoomScale = {x: 1, y: 1};\n\n /**\n * Stroke width.\n *\n * @type {number}\n */\n #strokeWidth = 2;\n\n /**\n * Shadow offset.\n *\n * @type {Scalar2D}\n */\n #shadowOffset = {x: 0.25, y: 0.25};\n\n /**\n * Tag opacity.\n *\n * @type {number}\n */\n #tagOpacity = 0.2;\n\n /**\n * Text padding.\n *\n * @type {number}\n */\n #textPadding = 3;\n\n /**\n * Get the font family.\n *\n * @returns {string} The font family.\n */\n getFontFamily() {\n return this.#fontFamily;\n }\n\n /**\n * Get the font size.\n *\n * @returns {number} The font size.\n */\n getFontSize() {\n return this.#fontSize;\n }\n\n /**\n * Get the stroke width.\n *\n * @returns {number} The stroke width.\n */\n getStrokeWidth() {\n return this.#strokeWidth;\n }\n\n /**\n * Get the text colour.\n *\n * @returns {string} The text colour.\n */\n getTextColour() {\n return this.#textColour;\n }\n\n /**\n * Get the line colour.\n *\n * @returns {string} The line colour.\n */\n getLineColour() {\n return this.#lineColour;\n }\n\n /**\n * Set the line colour.\n *\n * @param {string} colour The line colour.\n */\n setLineColour(colour) {\n this.#lineColour = colour;\n }\n\n /**\n * Set the base scale.\n *\n * @param {Scalar2D} scale The scale as {x,y}.\n */\n setBaseScale(scale) {\n this.#baseScale = scale;\n }\n\n /**\n * Set the zoom scale.\n *\n * @param {Scalar2D} scale The scale as {x,y}.\n */\n setZoomScale(scale) {\n this.#zoomScale = scale;\n }\n\n /**\n * Get the base scale.\n *\n * @returns {Scalar2D} The scale as {x,y}.\n */\n getBaseScale() {\n return this.#baseScale;\n }\n\n /**\n * Get the zoom scale.\n *\n * @returns {Scalar2D} The scale as {x,y}.\n */\n getZoomScale() {\n return this.#zoomScale;\n }\n\n /**\n * Scale an input value using the base scale.\n *\n * @param {number} value The value to scale.\n * @returns {number} The scaled value.\n */\n scale(value) {\n // TODO: 2D?\n return value / this.#baseScale.x;\n }\n\n /**\n * Apply zoom scale on an input value.\n *\n * @param {number} value The value to scale.\n * @returns {Scalar2D} The scaled value as {x,y}.\n */\n applyZoomScale(value) {\n // times 2 so that the font size 10 looks like a 10...\n // (same logic as in the DrawController::updateLabelScale)\n return {\n x: 2 * value / this.#zoomScale.x,\n y: 2 * value / this.#zoomScale.y\n };\n }\n\n /**\n * Get the shadow offset.\n *\n * @returns {Scalar2D} The offset as {x,y}.\n */\n getShadowOffset() {\n return this.#shadowOffset;\n }\n\n /**\n * Get the tag opacity.\n *\n * @returns {number} The opacity.\n */\n getTagOpacity() {\n return this.#tagOpacity;\n }\n\n /**\n * Get the text padding.\n *\n * @returns {number} The padding.\n */\n getTextPadding() {\n return this.#textPadding;\n }\n\n /**\n * Get the font definition string.\n *\n * @returns {string} The font definition string.\n */\n getFontStr() {\n return ('normal ' + this.getFontSize() + 'px sans-serif');\n }\n\n /**\n * Get the line height.\n *\n * @returns {number} The line height.\n */\n getLineHeight() {\n return (this.getFontSize() + this.getFontSize() / 5);\n }\n\n /**\n * Get the font size scaled to the display.\n *\n * @returns {number} The scaled font size.\n */\n getScaledFontSize() {\n return this.scale(this.getFontSize());\n }\n\n /**\n * Get the stroke width scaled to the display.\n *\n * @returns {number} The scaled stroke width.\n */\n getScaledStrokeWidth() {\n return this.scale(this.getStrokeWidth());\n }\n\n /**\n * Get the shadow line colour.\n *\n * @returns {string} The shadow line colour.\n */\n getShadowLineColour() {\n return getShadowColour(this.getLineColour());\n }\n\n} // class Style\n","import {Point2D} from '../math/point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Scalar2D} from '../math/scalar';\nimport {Style} from '../gui/style';\n// external\nimport Konva from 'konva';\n/* eslint-enable no-unused-vars */\n\n/**\n * Is an input node's name 'label'.\n *\n * @param {Konva.Node} node A Konva node.\n * @returns {boolean} True if the node's name is 'label'.\n */\nexport function isNodeNameLabel(node) {\n return node.name() === 'label';\n}\n\n/**\n * Is an input node's name 'shape'.\n *\n * @param {Konva.Node} node A Konva node.\n * @returns {boolean} True if the node's name is 'shape'.\n */\nexport function isNodeNameShape(node) {\n return node.name() === 'shape';\n}\n\n/**\n * Is an input node a position node.\n *\n * @param {Konva.Node} node A Konva node.\n * @returns {boolean} True if the node's name is 'position-group'.\n */\nexport function isPositionNode(node) {\n return node.name() === 'position-group';\n}\n\n/**\n * @callback testFn\n * @param {Konva.Node} node The node.\n * @returns {boolean} True if the node passes the test.\n */\n\n/**\n * Get a lambda to check a node's id.\n *\n * @param {string} id The id to check.\n * @returns {testFn} A function to check a node's id.\n */\nexport function isNodeWithId(id) {\n return function (node) {\n return node.id() === id;\n };\n}\n\n/**\n * Draw Debug flag.\n */\nexport const DRAW_DEBUG = false;\n\n/**\n * Get the default anchor shape.\n *\n * @param {number} x The X position.\n * @param {number} y The Y position.\n * @param {string} id The shape id.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse} The default anchor shape.\n */\nexport function getDefaultAnchor(x, y, id, style) {\n const radius = style.applyZoomScale(3);\n const absRadius = {\n x: Math.abs(radius.x),\n y: Math.abs(radius.y)\n };\n return new Konva.Ellipse({\n x: x,\n y: y,\n stroke: '#999',\n fill: 'rgba(100,100,100,0.7',\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n radius: absRadius,\n radiusX: absRadius.x,\n radiusY: absRadius.y,\n name: 'anchor',\n id: id.toString(),\n dragOnTop: false,\n draggable: true,\n visible: false\n });\n}\n\n/**\n * Get the minimum position in a groups' anchors.\n *\n * @param {Konva.Group} group The group that contains anchors.\n * @returns {Point2D|undefined} The minimum position.\n */\nfunction getAnchorMin(group) {\n const anchors = group.find('.anchor');\n if (anchors.length === 0) {\n return undefined;\n }\n let minX = anchors[0].x();\n let minY = anchors[0].y();\n for (let i = 0; i < anchors.length; ++i) {\n minX = Math.min(minX, anchors[i].x());\n minY = Math.min(minY, anchors[i].y());\n }\n\n return new Point2D(minX, minY);\n}\n\n/**\n * Bound a node position.\n *\n * @param {Konva.Node} node The node to bound the position.\n * @param {Point2D} min The minimum position.\n * @param {Point2D} max The maximum position.\n * @returns {boolean} True if the position was corrected.\n */\nfunction boundNodePosition(node, min, max) {\n let changed = false;\n if (node.x() < min.getX()) {\n node.x(min.getX());\n changed = true;\n } else if (node.x() > max.getX()) {\n node.x(max.getX());\n changed = true;\n }\n if (node.y() < min.getY()) {\n node.y(min.getY());\n changed = true;\n } else if (node.y() > max.getY()) {\n node.y(max.getY());\n changed = true;\n }\n return changed;\n}\n\n/**\n * Validate a group position.\n *\n * @param {Scalar2D} stageSize The stage size {x,y}.\n * @param {Konva.Group} group The group to evaluate.\n * @returns {boolean} True if the position was corrected.\n */\nexport function validateGroupPosition(stageSize, group) {\n // if anchors get mixed, width/height can be negative\n const shape = group.getChildren(isNodeNameShape)[0];\n const anchorMin = getAnchorMin(group);\n // handle no anchor: when dragging the label, the editor does\n // not activate\n if (typeof anchorMin === 'undefined') {\n return null;\n }\n\n const min = new Point2D(\n -anchorMin.getX(),\n -anchorMin.getY()\n );\n const max = new Point2D(\n stageSize.x - (anchorMin.getX() + Math.abs(shape.width())),\n stageSize.y - (anchorMin.getY() + Math.abs(shape.height()))\n );\n\n return boundNodePosition(group, min, max);\n}\n\n/**\n * Validate an anchor position.\n *\n * @param {Scalar2D} stageSize The stage size {x,y}.\n * @param {Konva.Shape} anchor The anchor to evaluate.\n * @returns {boolean} True if the position was corrected.\n */\nexport function validateAnchorPosition(stageSize, anchor) {\n const group = anchor.getParent();\n\n const min = new Point2D(\n -group.x(),\n -group.y()\n );\n const max = new Point2D(\n stageSize.x - group.x(),\n stageSize.y - group.y()\n );\n\n return boundNodePosition(anchor, min, max);\n}\n","import {Point2D} from './point';\nimport {getStats} from './stats';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {ViewController} from '../app/viewController';\nimport {Scalar2D} from './scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mulitply the three inputs if the last two are not null.\n *\n * @param {number} a The first input.\n * @param {number} b The second input.\n * @param {number} c The third input.\n * @returns {number} The multiplication of the three inputs or\n * null if one of the last two is null.\n */\nfunction mulABC(a, b, c) {\n let res = null;\n if (b !== null && c !== null) {\n res = a * b * c;\n }\n return res;\n}\n\n/**\n * Rectangle shape.\n */\nexport class Rectangle {\n\n /**\n * Rectangle begin point.\n *\n * @type {Point2D}\n */\n #begin;\n\n /**\n * Rectangle end point.\n *\n * @type {Point2D}\n */\n #end;\n\n /**\n * @param {Point2D} begin A Point2D representing the beginning\n * of the rectangle.\n * @param {Point2D} end A Point2D representing the end\n * of the rectangle.\n */\n constructor(begin, end) {\n this.#begin = new Point2D(\n Math.min(begin.getX(), end.getX()),\n Math.min(begin.getY(), end.getY())\n );\n this.#end = new Point2D(\n Math.max(begin.getX(), end.getX()),\n Math.max(begin.getY(), end.getY())\n );\n }\n\n /**\n * Get the begin point of the rectangle.\n *\n * @returns {Point2D} The begin point of the rectangle.\n */\n getBegin() {\n return this.#begin;\n }\n\n /**\n * Get the end point of the rectangle.\n *\n * @returns {Point2D} The end point of the rectangle.\n */\n getEnd() {\n return this.#end;\n }\n\n /**\n * Check for equality.\n *\n * @param {Rectangle} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getBegin().equals(rhs.getBegin()) &&\n this.getEnd().equals(rhs.getEnd());\n }\n\n /**\n * Get the surface of the rectangle.\n *\n * @returns {number} The surface of the rectangle.\n */\n getSurface() {\n const begin = this.getBegin();\n const end = this.getEnd();\n return Math.abs(end.getX() - begin.getX()) *\n Math.abs(end.getY() - begin.getY());\n }\n\n /**\n * Get the surface of the rectangle according to a spacing.\n *\n * @param {Scalar2D} spacing2D The 2D spacing.\n * @returns {number} The surface of the rectangle multiplied by the given\n * spacing or null for null spacings.\n */\n getWorldSurface(spacing2D) {\n return mulABC(this.getSurface(), spacing2D.x, spacing2D.y);\n }\n\n /**\n * Get the real width of the rectangle.\n *\n * @returns {number} The real width of the rectangle.\n */\n getRealWidth() {\n return this.getEnd().getX() - this.getBegin().getX();\n }\n\n /**\n * Get the real height of the rectangle.\n *\n * @returns {number} The real height of the rectangle.\n */\n getRealHeight() {\n return this.getEnd().getY() - this.getBegin().getY();\n }\n\n /**\n * Get the width of the rectangle.\n *\n * @returns {number} The width of the rectangle.\n */\n getWidth() {\n return Math.abs(this.getRealWidth());\n }\n\n /**\n * Get the height of the rectangle.\n *\n * @returns {number} The height of the rectangle.\n */\n getHeight() {\n return Math.abs(this.getRealHeight());\n }\n\n /**\n * Get the rounded limits of the rectangle.\n *\n * @returns {object} The rounded limits as {min, max} (Point2D).\n */\n getRound() {\n const roundBegin = new Point2D(\n Math.round(this.getBegin().getX()),\n Math.round(this.getBegin().getY())\n );\n const roundEnd = new Point2D(\n Math.round(this.getEnd().getX()),\n Math.round(this.getEnd().getY())\n );\n return {\n min: roundBegin,\n max: roundEnd\n };\n }\n\n /**\n * Get the centroid of the rectangle.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n return new Point2D(\n this.getBegin().getX() + this.getWidth() / 2,\n this.getBegin().getY() + this.getHeight() / 2\n );\n }\n\n /**\n * Quantify a rectangle according to view information.\n *\n * @param {ViewController} viewController The associated view controller.\n * @param {string[]} flags A list of stat values to calculate.\n * @returns {object} A quantification object.\n */\n quantify(viewController, flags) {\n const quant = {};\n // shape quantification\n const spacing2D = viewController.get2DSpacing();\n quant.width = {\n value: this.getWidth() * spacing2D.x,\n unit: 'unit.mm'\n };\n quant.height = {\n value: this.getHeight() * spacing2D.y,\n unit: 'unit.mm'\n };\n const surface = this.getWorldSurface(spacing2D);\n if (surface !== null) {\n quant.surface = {\n value: surface / 100,\n unit: 'unit.cm2'\n };\n }\n\n // pixel values quantification\n if (viewController.canQuantifyImage()) {\n const round = this.getRound();\n const values = viewController.getImageRegionValues(round.min, round.max);\n const unit = viewController.getPixelUnit();\n const quantif = getStats(values, flags);\n quant.min = {value: quantif.min, unit: unit};\n quant.max = {value: quantif.max, unit: unit};\n quant.mean = {value: quantif.mean, unit: unit};\n quant.stdDev = {value: quantif.stdDev, unit: unit};\n if (typeof quantif.median !== 'undefined') {\n quant.median = {value: quantif.median, unit: unit};\n }\n if (typeof quantif.p25 !== 'undefined') {\n quant.p25 = {value: quantif.p25, unit: unit};\n }\n if (typeof quantif.p75 !== 'undefined') {\n quant.p75 = {value: quantif.p75, unit: unit};\n }\n }\n\n // return\n return quant;\n }\n\n} // Rectangle class\n","import {Point2D} from '../math/point';\n\n/**\n * Region Of Interest shape.\n * Note: should be a closed path.\n */\nexport class ROI {\n\n /**\n * List of points.\n *\n * @type {Point2D[]}\n */\n #points = [];\n\n /**\n * @param {Point2D[]} [points] Optional initial point list.\n */\n constructor(points) {\n if (typeof points !== 'undefined') {\n this.#points = points;\n }\n }\n\n /**\n * Get a point of the list at a given index.\n *\n * @param {number} index The index of the point to get\n * (beware, no size check).\n * @returns {Point2D|undefined} The Point2D at the given index.\n */\n getPoint(index) {\n return this.#points[index];\n }\n\n /**\n * Get the point list.\n *\n * @returns {Point2D[]} The list.\n */\n getPoints() {\n return this.#points;\n }\n\n /**\n * Get the length of the point list.\n *\n * @returns {number} The length of the point list.\n */\n getLength() {\n return this.#points.length;\n }\n\n /**\n * Add a point to the ROI.\n *\n * @param {Point2D} point The Point2D to add.\n */\n addPoint(point) {\n this.#points.push(point);\n }\n\n /**\n * Add points to the ROI.\n *\n * @param {Point2D[]} rhs The array of POints2D to add.\n */\n addPoints(rhs) {\n this.#points = this.#points.concat(rhs);\n }\n\n /**\n * Get the centroid of the roi. Only valid for\n * a non-self-intersecting closed polygon.\n * Ref: {@link https://en.wikipedia.org/wiki/Centroid#Of_a_polygon}.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n let a = 0;\n let cx = 0;\n let cy = 0;\n for (let i = 0; i < this.#points.length; ++i) {\n const pi = this.#points[i];\n let pi1;\n if (i === this.#points.length - 1) {\n pi1 = this.#points[0];\n } else {\n pi1 = this.#points[i + 1];\n }\n const ai = pi.getX() * pi1.getY() - pi1.getX() * pi.getY();\n a += ai;\n cx += (pi.getX() + pi1.getX()) * ai;\n cy += (pi.getY() + pi1.getY()) * ai;\n }\n a *= 0.5;\n const a1 = 1 / (6 * a);\n cx *= a1;\n cy *= a1;\n\n return new Point2D(cx, cy);\n }\n\n} // ROI class\n","import {Line, getAngle} from './line';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\nimport {ViewController} from '../app/viewController';\n/* eslint-enable no-unused-vars */\n\n/**\n * Protractor shape: 3 points from which to calculate an angle.\n */\nexport class Protractor {\n\n /**\n * List of points.\n *\n * @type {Point2D[]}\n */\n #points;\n\n /**\n * @param {Point2D[]} points The list of Point2D that make\n * the protractor.\n */\n constructor(points) {\n if (points.length > 3) {\n throw new Error('Too many points for a protractor');\n }\n this.#points = points.slice(0, 3);\n }\n\n /**\n * Get a point of the list.\n *\n * @param {number} index The index of the point\n * to get (beware, no size check).\n * @returns {Point2D|undefined} The Point2D at the given index.\n */\n getPoint(index) {\n return this.#points[index];\n }\n\n /**\n * Get the length of the path (should be 3).\n *\n * @returns {number} The length of the path.\n */\n getLength() {\n return this.#points.length;\n }\n\n /**\n * Get the centroid of the protractor.\n *\n * @returns {Point2D} THe centroid point.\n */\n getCentroid() {\n return this.#points[1];\n }\n\n /**\n * Quantify a path according to view information.\n *\n * @param {ViewController} _viewController The associated view controller.\n * @param {string[]} _flags A list of stat values to calculate.\n * @returns {object} A quantification object.\n */\n quantify(_viewController, _flags) {\n const quant = {};\n if (this.#points.length === 3) {\n const line0 = new Line(this.#points[0], this.#points[1]);\n const line1 = new Line(this.#points[1], this.#points[2]);\n let angle = getAngle(line0, line1);\n if (angle > 180) {\n angle = 360 - angle;\n }\n quant.angle = {\n value: angle,\n unit: 'unit.degree'\n };\n }\n return quant;\n }\n\n} // Protractor class\n","import {getStats} from './stats';\nimport {Index} from './index';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\nimport {ViewController} from '../app/viewController';\nimport {Scalar2D} from './scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mulitply the three inputs if the last two are not null.\n *\n * @param {number} a The first input.\n * @param {number} b The second input.\n * @param {number} c The third input.\n * @returns {number} The multiplication of the three inputs or\n * null if one of the last two is null.\n */\nfunction mulABC(a, b, c) {\n let res = null;\n if (b !== null && c !== null) {\n res = a * b * c;\n }\n return res;\n}\n\n/**\n * Ellipse shape.\n */\nexport class Ellipse {\n\n /**\n * Ellipse centre.\n *\n * @type {Point2D}\n */\n #centre;\n\n /**\n * Ellipse horizontal radius.\n *\n * @type {number}\n */\n #a;\n\n /**\n * Ellipse vertical radius.\n *\n * @type {number}\n */\n #b;\n\n /**\n * @param {Point2D} centre A Point2D representing the centre\n * of the ellipse.\n * @param {number} a The radius of the ellipse on the horizontal axe.\n * @param {number} b The radius of the ellipse on the vertical axe.\n */\n constructor(centre, a, b) {\n this.#centre = centre;\n this.#a = a;\n this.#b = b;\n }\n\n /**\n * Get the centre (point) of the ellipse.\n *\n * @returns {Point2D} The center (point) of the ellipse.\n */\n getCenter() {\n return this.#centre;\n }\n\n /**\n * Get the centroid of the ellipse.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n return this.#centre;\n }\n\n /**\n * Get the radius of the ellipse on the horizontal axe.\n *\n * @returns {number} The radius of the ellipse on the horizontal axe.\n */\n getA() {\n return this.#a;\n }\n\n /**\n * Get the radius of the ellipse on the vertical axe.\n *\n * @returns {number} The radius of the ellipse on the vertical axe.\n */\n getB() {\n return this.#b;\n }\n\n /**\n * Check for equality.\n *\n * @param {Ellipse} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getCenter().equals(rhs.getCenter()) &&\n this.getA() === rhs.getA() &&\n this.getB() === rhs.getB();\n }\n\n /**\n * Get the surface of the ellipse.\n *\n * @returns {number} The surface of the ellipse.\n */\n getSurface() {\n return Math.PI * this.getA() * this.getB();\n }\n\n /**\n * Get the surface of the ellipse according to a spacing.\n *\n * @param {Scalar2D} spacing2D The 2D spacing.\n * @returns {number} The surface of the ellipse multiplied by the given\n * spacing or null for null spacings.\n */\n getWorldSurface(spacing2D) {\n return mulABC(this.getSurface(), spacing2D.x, spacing2D.y);\n }\n\n /**\n * Get the rounded limits of the ellipse.\n *\n * See: {@link https://en.wikipedia.org/wiki/Ellipse#Standard_equation}.\n *\n * Ellipse formula: `x*x / a*a + y*y / b*b = 1`.\n *\n * Implies: `y = (+-)(b/a) * sqrt(a*a - x*x)`.\n *\n * @returns {number[][][]} The rounded limits:\n * list of [x, y] pairs (min, max).\n */\n getRound() {\n const centerX = this.getCenter().getX();\n const centerY = this.getCenter().getY();\n const radiusX = this.getA();\n const radiusY = this.getB();\n const radiusRatio = radiusX / radiusY;\n const rySquare = Math.pow(radiusY, 2);\n // Y bounds\n const minY = centerY - radiusY;\n const maxY = centerY + radiusY;\n const regions = [];\n // loop through lines and store limits\n for (let y = minY; y < maxY; ++y) {\n const diff = rySquare - Math.pow(y - centerY, 2);\n // remove small values (possibly negative)\n if (Math.abs(diff) < 1e-7) {\n continue;\n }\n const transX = radiusRatio * Math.sqrt(diff);\n // remove small values\n if (transX < 0.5) {\n continue;\n }\n regions.push([\n [Math.round(centerX - transX), Math.round(y)],\n [Math.round(centerX + transX), Math.round(y)]\n ]);\n }\n return regions;\n }\n\n /**\n * Quantify an ellipse according to view information.\n *\n * @param {ViewController} viewController The associated view controller.\n * @param {string[]} flags A list of stat values to calculate.\n * @returns {object} A quantification object.\n */\n quantify(viewController, flags) {\n const quant = {};\n // shape quantification\n const spacing2D = viewController.get2DSpacing();\n quant.a = {\n value: this.getA() * spacing2D.x,\n unit: 'unit.mm'\n };\n quant.b = {\n value: this.getB() * spacing2D.y,\n unit: 'unit.mm'\n };\n const surface = this.getWorldSurface(spacing2D);\n if (surface !== null) {\n quant.surface = {\n value: surface / 100,\n unit: 'unit.cm2'\n };\n }\n\n // pixel values quantification\n if (viewController.canQuantifyImage()) {\n const regions = this.getRound();\n if (regions.length !== 0) {\n const values = viewController.getImageVariableRegionValues(regions);\n const unit = viewController.getPixelUnit();\n const quantif = getStats(values, flags);\n quant.min = {value: quantif.min, unit: unit};\n quant.max = {value: quantif.max, unit: unit};\n quant.mean = {value: quantif.mean, unit: unit};\n quant.stdDev = {value: quantif.stdDev, unit: unit};\n if (typeof quantif.median !== 'undefined') {\n quant.median = {value: quantif.median, unit: unit};\n }\n if (typeof quantif.p25 !== 'undefined') {\n quant.p25 = {value: quantif.p25, unit: unit};\n }\n if (typeof quantif.p75 !== 'undefined') {\n quant.p75 = {value: quantif.p75, unit: unit};\n }\n }\n }\n\n // return\n return quant;\n }\n\n} // Ellipse class\n\n/**\n * Get the indices that form a ellpise.\n *\n * @param {Index} center The ellipse center.\n * @param {number[]} radius The 2 ellipse radiuses.\n * @param {number[]} dir The 2 ellipse directions.\n * @returns {Index[]} The indices of the ellipse.\n */\nexport function getEllipseIndices(center, radius, dir) {\n const centerValues = center.getValues();\n // keep all values for possible extra dimensions\n const values = centerValues.slice();\n const indices = [];\n const radiusI = radius[0];\n const radiusJ = radius[1];\n const radiusRatio = radiusI / radiusJ;\n const radiusJ2 = Math.pow(radiusJ, 2);\n const di = dir[0];\n const dj = dir[1];\n // deduce 4 positions from top right\n for (let j = 0; j < radiusJ; ++j) {\n // right triangle formed by radiuses, j and len\n // ellipse: i*i / a*a + j*j / b*b = 1\n // -> i = a/b * sqrt(b*b - j*j)\n const len = Math.round(\n radiusRatio * Math.sqrt(radiusJ2 - Math.pow(j, 2)));\n const jmax = centerValues[dj] + j;\n const jmin = centerValues[dj] - j;\n for (let i = 0; i < len; ++i) {\n const imax = centerValues[di] + i;\n const imin = centerValues[di] - i;\n\n // right\n values[di] = imax;\n // right - top\n values[dj] = jmax;\n indices.push(new Index(values.slice()));\n // right - bottom\n if (jmin !== jmax) {\n values[dj] = jmin;\n indices.push(new Index(values.slice()));\n }\n\n // left\n if (imin !== imax) {\n values[di] = imin;\n // left - top\n values[dj] = jmax;\n indices.push(new Index(values.slice()));\n // left - bottom\n if (jmin !== jmax) {\n values[dj] = jmin;\n indices.push(new Index(values.slice()));\n }\n }\n }\n }\n return indices;\n}\n","import {getStats} from './stats';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\nimport {ViewController} from '../app/viewController';\nimport {Scalar2D} from './scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mulitply the three inputs if the last two are not null.\n *\n * @param {number} a The first input.\n * @param {number} b The second input.\n * @param {number} c The third input.\n * @returns {number} The multiplication of the three inputs or\n * null if one of the last two is null.\n */\nfunction mulABC(a, b, c) {\n let res = null;\n if (b !== null && c !== null) {\n res = a * b * c;\n }\n return res;\n}\n\n/**\n * Circle shape.\n */\nexport class Circle {\n\n /**\n * Circle centre.\n *\n * @type {Point2D}\n */\n #centre;\n\n /**\n * Circle radius.\n *\n * @type {number}\n */\n #radius;\n\n /**\n * @param {Point2D} centre A Point2D representing the centre\n * of the circle.\n * @param {number} radius The radius of the circle.\n */\n constructor(centre, radius) {\n this.#centre = centre;\n this.#radius = radius;\n }\n\n /**\n * Get the centre (point) of the circle.\n *\n * @returns {Point2D} The center (point) of the circle.\n */\n getCenter() {\n return this.#centre;\n }\n\n /**\n * Get the centroid of the circle.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n return this.#centre;\n }\n\n /**\n * Get the radius of the circle.\n *\n * @returns {number} The radius of the circle.\n */\n getRadius() {\n return this.#radius;\n }\n\n\n /**\n * Check for equality.\n *\n * @param {Circle} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getCenter().equals(rhs.getCenter()) &&\n this.getRadius() === rhs.getRadius();\n }\n\n /**\n * Get the surface of the circle.\n *\n * @returns {number} The surface of the circle.\n */\n getSurface() {\n return Math.PI * this.getRadius() * this.getRadius();\n }\n\n /**\n * Get the surface of the circle according to a spacing.\n *\n * @param {Scalar2D} spacing2D The 2D spacing.\n * @returns {number} The surface of the circle multiplied by the given\n * spacing or null for null spacings.\n */\n getWorldSurface(spacing2D) {\n return mulABC(this.getSurface(), spacing2D.x, spacing2D.y);\n }\n\n /**\n * Get the rounded limits of the circle.\n *\n * See: {@link https://en.wikipedia.org/wiki/Circle#Equations}.\n *\n * Circle formula: `x*x + y*y = r*r`.\n *\n * Implies: `y = (+-) sqrt(r*r - x*x)`.\n *\n * @returns {number[][][]} The rounded limits:\n * list of [x, y] pairs (min, max).\n */\n getRound() {\n const centerX = this.getCenter().getX();\n const centerY = this.getCenter().getY();\n const radius = this.getRadius();\n const rSquare = Math.pow(radius, 2);\n // Y bounds\n const minY = centerY - radius;\n const maxY = centerY + radius;\n const regions = [];\n // loop through lines and store limits\n for (let y = minY; y < maxY; ++y) {\n const diff = rSquare - Math.pow(y - centerY, 2);\n // remove small values (possibly negative)\n if (Math.abs(diff) < 1e-7) {\n continue;\n }\n const transX = Math.sqrt(diff);\n // remove small values\n if (transX < 0.5) {\n continue;\n }\n regions.push([\n [Math.round(centerX - transX), Math.round(y)],\n [Math.round(centerX + transX), Math.round(y)]\n ]);\n }\n return regions;\n }\n\n /**\n * Quantify an circle according to view information.\n *\n * @param {ViewController} viewController The associated view controller.\n * @param {string[]} flags A list of stat values to calculate.\n * @returns {object} A quantification object.\n */\n quantify(viewController, flags) {\n const quant = {};\n // shape quantification\n const spacing2D = viewController.get2DSpacing();\n quant.radius = {\n value: this.getRadius() * spacing2D.x,\n unit: 'unit.mm'\n };\n const surface = this.getWorldSurface(spacing2D);\n if (surface !== null) {\n quant.surface = {\n value: surface / 100,\n unit: 'unit.cm2'\n };\n }\n\n // pixel values quantification\n if (viewController.canQuantifyImage()) {\n const regions = this.getRound();\n if (regions.length !== 0) {\n const values = viewController.getImageVariableRegionValues(regions);\n const unit = viewController.getPixelUnit();\n const quantif = getStats(values, flags);\n quant.min = {value: quantif.min, unit: unit};\n quant.max = {value: quantif.max, unit: unit};\n quant.mean = {value: quantif.mean, unit: unit};\n quant.stdDev = {value: quantif.stdDev, unit: unit};\n if (typeof quantif.median !== 'undefined') {\n quant.median = {value: quantif.median, unit: unit};\n }\n if (typeof quantif.p25 !== 'undefined') {\n quant.p25 = {value: quantif.p25, unit: unit};\n }\n if (typeof quantif.p75 !== 'undefined') {\n quant.p75 = {value: quantif.p75, unit: unit};\n }\n }\n }\n\n // return\n return quant;\n }\n\n} // Circle class\n","import {logger} from '../utils/logger';\nimport {UpdateAnnotationCommand} from './drawCommands';\nimport {validateAnchorPosition} from './drawBounds';\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {DrawLayer} from '../gui/drawLayer';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Draw shape editor.\n */\nexport class DrawShapeEditor {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Event callback.\n *\n * @type {Function}\n */\n #eventCallback;\n\n /**\n * @param {App} app The associated application.\n * @param {Function} eventCallback Event callback.\n */\n constructor(app, eventCallback) {\n this.#app = app;\n this.#eventCallback = eventCallback;\n }\n\n /**\n * Current shape factory.\n *\n * @type {object}\n */\n #currentFactory = null;\n\n /**\n * Edited shape.\n *\n * @type {Konva.Shape}\n */\n #shape = null;\n\n /**\n * Associated draw layer. Used to bound anchor move.\n *\n * @type {DrawLayer}\n */\n #drawLayer;\n\n /**\n * The associated annotation.\n *\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * Active flag.\n *\n * @type {boolean}\n */\n #isActive = false;\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * Set the shape to edit.\n *\n * @param {Konva.Shape} inshape The shape to edit.\n * @param {DrawLayer} drawLayer The associated draw layer.\n * @param {Annotation} annotation The associated annotation.\n */\n setShape(inshape, drawLayer, annotation) {\n this.#shape = inshape;\n this.#drawLayer = drawLayer;\n this.#annotation = annotation;\n\n if (this.#shape) {\n // remove old anchors\n this.#removeAnchors();\n\n this.#currentFactory = annotation.getFactory();\n if (this.#currentFactory === null) {\n throw new Error('Could not find a factory to update shape.');\n }\n\n // add new anchors\n this.#addAnchors();\n }\n }\n\n /**\n * Get the edited shape.\n *\n * @returns {Konva.Shape} The edited shape.\n */\n getShape() {\n return this.#shape;\n }\n\n /**\n * Get the edited annotation.\n *\n * @returns {Annotation} The annotation.\n */\n getAnnotation() {\n return this.#annotation;\n }\n\n /**\n * Get the active flag.\n *\n * @returns {boolean} The active flag.\n */\n isActive() {\n return this.#isActive;\n }\n\n /**\n * Enable the editor. Redraws the layer.\n */\n enable() {\n this.#isActive = true;\n if (this.#shape) {\n this.#setAnchorsVisible(true);\n if (this.#shape.getLayer()) {\n this.#shape.getLayer().draw();\n }\n }\n }\n\n /**\n * Disable the editor. Redraws the layer.\n */\n disable() {\n this.#isActive = false;\n if (this.#shape) {\n this.#setAnchorsVisible(false);\n if (this.#shape.getLayer()) {\n this.#shape.getLayer().draw();\n }\n }\n }\n\n /**\n * Reset the editor.\n */\n reset() {\n this.#shape = undefined;\n this.#drawLayer = undefined;\n this.#annotation = undefined;\n }\n\n /**\n * Reset the anchors.\n */\n resetAnchors() {\n // remove previous controls\n this.#removeAnchors();\n // add anchors\n this.#addAnchors();\n // set them visible\n this.#setAnchorsVisible(true);\n }\n\n /**\n * Apply a function on all anchors.\n *\n * @param {object} func A f(shape) function.\n */\n #applyFuncToAnchors(func) {\n if (this.#shape && this.#shape.getParent()) {\n const anchors = this.#shape.getParent().find('.anchor');\n anchors.forEach(func);\n }\n }\n\n /**\n * Set anchors visibility.\n *\n * @param {boolean} flag The visible flag.\n */\n #setAnchorsVisible(flag) {\n this.#applyFuncToAnchors(function (anchor) {\n anchor.visible(flag);\n });\n }\n\n /**\n * Set anchors active.\n *\n * @param {boolean} flag The active (on/off) flag.\n */\n setAnchorsActive(flag) {\n let func = null;\n if (flag) {\n func = (anchor) => {\n this.#setAnchorOn(anchor);\n };\n } else {\n func = (anchor) => {\n this.#setAnchorOff(anchor);\n };\n }\n this.#applyFuncToAnchors(func);\n }\n\n /**\n * Remove anchors.\n */\n #removeAnchors() {\n this.#applyFuncToAnchors(function (anchor) {\n anchor.remove();\n });\n }\n\n /**\n * Add the shape anchors.\n */\n #addAnchors() {\n // exit if no shape or no layer\n if (!this.#shape || !this.#shape.getLayer()) {\n return;\n }\n // get shape group\n const group = this.#shape.getParent();\n\n // activate and add anchors to group\n const anchors =\n this.#currentFactory.getAnchors(this.#shape, this.#app.getStyle());\n for (let i = 0; i < anchors.length; ++i) {\n // set anchor on\n this.#setAnchorOn(anchors[i]);\n // add the anchor to the group\n group.add(anchors[i]);\n }\n }\n\n /**\n * Get a simple clone of the input anchor.\n *\n * @param {Konva.Shape} anchor The anchor to clone.\n * @returns {object} A clone of the input anchor.\n */\n // #getClone(anchor) {\n // // create closure to properties\n // const parent = anchor.getParent();\n // const id = anchor.id();\n // const x = anchor.x();\n // const y = anchor.y();\n // // create clone object\n // const clone = {};\n // clone.getParent = function () {\n // return parent;\n // };\n // clone.id = function () {\n // return id;\n // };\n // clone.x = function () {\n // return x;\n // };\n // clone.y = function () {\n // return y;\n // };\n // return clone;\n // }\n\n /**\n * Set the anchor on listeners.\n *\n * @param {Konva.Ellipse} anchor The anchor to set on.\n */\n #setAnchorOn(anchor) {\n let originalProps;\n\n // drag start listener\n anchor.on('dragstart.edit', (event) => {\n // prevent bubbling upwards\n event.cancelBubble = true;\n // store original properties\n originalProps = {\n mathShape: this.#annotation.mathShape,\n referencePoints: this.#annotation.referencePoints\n };\n });\n // drag move listener\n anchor.on('dragmove.edit', (event) => {\n const anchor = event.target;\n if (!(anchor instanceof Konva.Shape)) {\n return;\n }\n // validate the anchor position\n validateAnchorPosition(this.#drawLayer.getBaseSize(), anchor);\n if (typeof this.#currentFactory.constrainAnchorMove !== 'undefined') {\n this.#currentFactory.constrainAnchorMove(anchor);\n }\n\n // udpate annotation\n this.#currentFactory.updateAnnotationOnAnchorMove(\n this.#annotation, anchor);\n // udpate shape\n this.#currentFactory.updateShapeGroupOnAnchorMove(\n this.#annotation, anchor, this.#app.getStyle());\n\n // redraw\n if (anchor.getLayer()) {\n anchor.getLayer().draw();\n } else {\n logger.warn('No layer to draw the anchor!');\n }\n // prevent bubbling upwards\n event.cancelBubble = true;\n });\n // drag end listener\n anchor.on('dragend.edit', (event) => {\n // update annotation command\n const newProps = {\n mathShape: this.#annotation.mathShape,\n referencePoints: this.#annotation.referencePoints\n };\n const command = new UpdateAnnotationCommand(\n this.#annotation,\n originalProps,\n newProps,\n this.#drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // fire event manually since command is not executed\n this.#eventCallback({\n type: 'annotationupdate',\n data: this.#annotation,\n dataid: this.#drawLayer.getDataId(),\n keys: Object.keys(newProps)\n });\n // update original properties\n originalProps = {\n mathShape: newProps.mathShape,\n referencePoints: newProps.referencePoints\n };\n\n // prevent bubbling upwards\n event.cancelBubble = true;\n });\n // mouse down listener\n anchor.on('mousedown touchstart', (event) => {\n const anchor = event.target;\n anchor.moveToTop();\n });\n // mouse over styling\n anchor.on('mouseover.edit', (event) => {\n const anchor = event.target;\n if (!(anchor instanceof Konva.Shape)) {\n return;\n }\n // style is handled by the group\n anchor.stroke('#ddd');\n if (anchor.getLayer()) {\n anchor.getLayer().draw();\n } else {\n logger.warn('No layer to draw the anchor!');\n }\n });\n // mouse out styling\n anchor.on('mouseout.edit', (event) => {\n const anchor = event.target;\n if (!(anchor instanceof Konva.Shape)) {\n return;\n }\n // style is handled by the group\n anchor.stroke('#999');\n if (anchor.getLayer()) {\n anchor.getLayer().draw();\n } else {\n logger.warn('No layer to draw the anchor!');\n }\n });\n }\n\n /**\n * Set the anchor off listeners.\n *\n * @param {Konva.Ellipse} anchor The anchor to set off.\n */\n #setAnchorOff(anchor) {\n anchor.off('dragstart.edit');\n anchor.off('dragmove.edit');\n anchor.off('dragend.edit');\n anchor.off('mousedown touchstart');\n anchor.off('mouseover.edit');\n anchor.off('mouseout.edit');\n }\n\n} // class Editor\n","import Konva from 'konva';\n\n/* eslint-disable no-unused-vars */\nimport {Scalar2D} from '../math/scalar';\nimport {DrawLayer} from '../gui/drawLayer';\n/* eslint-enable no-unused-vars */\n\nexport class DrawTrash {\n /**\n * Trash draw: a cross.\n *\n * @type {Konva.Group}\n */\n #trash;\n\n constructor() {\n this.createTrashIcon();\n\n }\n\n /**\n * Creates the trash icon o positionates it.\n */\n createTrashIcon() {\n this.#trash = new Konva.Group();\n // first line of the cross\n const trashLine1 = new Konva.Line({\n points: [-10, -10, 10, 10],\n stroke: 'red'\n });\n // second line of the cross\n const trashLine2 = new Konva.Line({\n points: [10, -10, -10, 10],\n stroke: 'red'\n });\n this.#trash.width(20);\n this.#trash.height(20);\n this.#trash.add(trashLine1);\n this.#trash.add(trashLine2);\n }\n\n /**\n *\n * Activates the trash, by showing the icon into the layer draw layer.\n *\n * @param {DrawLayer} drawLayer The draw layer where to draw.\n */\n activate(drawLayer) {\n const stage = drawLayer.getKonvaStage();\n const scale = stage.scale();\n const konvaLayer = drawLayer.getKonvaLayer();\n const invscale = {x: 1 / scale.x, y: 1 / scale.y};\n this.#trash.x(stage.offset().x + (stage.width() / (2 * scale.x)));\n this.#trash.y(stage.offset().y + (stage.height() / (15 * scale.y)));\n this.#trash.scale(invscale);\n konvaLayer.add(this.#trash);\n // draw\n konvaLayer.draw();\n }\n\n /**\n *\n * Change colour on trash over.\n *\n * @param {Scalar2D} eventPosition The event drag move position.\n * @param {Konva.Group} shapeGroup The shape group whose colour\n * must be change.\n * @param {string} originalShapeColour The original shape colour.\n */\n changeChildrenColourOnTrashHover(eventPosition,\n shapeGroup, originalShapeColour) {\n if (this.isOverTrash(eventPosition)) {\n this.changeGroupChildrenColour(this.#trash, 'orange');\n this.changeGroupChildrenColour(shapeGroup, 'red');\n return;\n\n }\n this.changeGroupChildrenColour(this.#trash, 'red');\n this.changeGroupChildrenColour(shapeGroup, originalShapeColour);\n }\n\n /**\n * Change colour on trash out.\n *\n * @param {Konva.Group} group The group whose colour must be change.\n * @param {string} colour The new colour to be set.\n */\n changeGroupChildrenColour(group, colour) {\n group.getChildren().forEach(function (tshape) {\n if (tshape instanceof Konva.Shape &&\n typeof tshape.stroke !== 'undefined') {\n tshape.stroke(colour);\n }\n });\n }\n\n /**\n * Removes the trash from the draw layer.\n */\n remove() {\n this.#trash.remove();\n }\n\n /**\n * Determines if the event is over trash.\n *\n * @param {Scalar2D} eventPosition The event position.\n * @returns {boolean} True if the event is over trash.\n */\n isOverTrash(eventPosition) {\n const trashHalfWidth =\n this.#trash.width() * Math.abs(this.#trash.scaleX()) / 2;\n const trashHalfHeight =\n this.#trash.height() * Math.abs(this.#trash.scaleY()) / 2;\n return Math.abs(eventPosition.x - this.#trash.x()) < trashHalfWidth &&\n Math.abs(eventPosition.y - this.#trash.y()) < trashHalfHeight;\n }\n\n}","import {\n getMousePoint,\n customUI\n} from '../gui/generic';\nimport {\n RemoveAnnotationCommand,\n UpdateAnnotationCommand\n} from './drawCommands';\nimport {\n isNodeNameShape,\n isNodeNameLabel,\n validateGroupPosition\n} from './drawBounds';\nimport {DrawShapeEditor} from './drawShapeEditor';\nimport {DrawTrash} from './drawTrash';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Scalar2D} from '../math/scalar';\nimport {DrawLayer} from '../gui/drawLayer';\nimport {Annotation} from '../image/annotation';\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * Draw shape handler: handle action on existing shapes.\n */\nexport class DrawShapeHandler {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Shape editor.\n *\n * @type {DrawShapeEditor}\n */\n #shapeEditor;\n\n /**\n * Trash draw: a cross.\n *\n * @type {DrawTrash}\n */\n #trash;\n\n /**\n * Mouse cursor.\n *\n * @type {string}\n */\n #mouseOverCursor = 'pointer';\n\n /**\n * Original mouse cursor.\n *\n * @type {string}\n */\n #originalCursor;\n\n /**\n * Shape with mouse over.\n *\n * @type {Konva.Group}\n */\n #mouseOverShapeGroup;\n\n /**\n * Event callback.\n *\n * @type {Function}\n */\n #eventCallback;\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * @param {App} app The associated application.\n * @param {Function} eventCallback Event callback.\n */\n constructor(app, eventCallback) {\n this.#app = app;\n this.#eventCallback = eventCallback;\n this.#shapeEditor = new DrawShapeEditor(app, eventCallback);\n this.#trash = new DrawTrash();\n }\n\n /**\n * Set the draw editor shape.\n *\n * @param {Konva.Shape} shape The shape to edit.\n * @param {DrawLayer} drawLayer The layer the shape belongs to.\n */\n setEditorShape(shape, drawLayer) {\n const drawController = drawLayer.getDrawController();\n if (shape &&\n shape instanceof Konva.Shape &&\n shape !== this.#shapeEditor.getShape() &&\n drawController.isAnnotationGroupEditable()) {\n // disable\n this.#shapeEditor.disable();\n // set shape\n this.#shapeEditor.setShape(\n shape,\n drawLayer,\n drawLayer.getDrawController().getAnnotation(shape.getParent().id()));\n // enable\n this.#shapeEditor.enable();\n }\n }\n\n /**\n * Get the currently edited shape group.\n *\n * @returns {Konva.Group|undefined} The edited group.\n */\n getEditorShapeGroup() {\n let res;\n if (this.#shapeEditor.isActive()) {\n res = this.#shapeEditor.getShape().getParent();\n if (!(res instanceof Konva.Group)) {\n return;\n }\n }\n return res;\n }\n\n /**\n * Get the currently edited annotation.\n *\n * @returns {Annotation|undefined} The edited annotation.\n */\n getEditorAnnotation() {\n let res;\n if (this.#shapeEditor.isActive()) {\n res = this.#shapeEditor.getAnnotation();\n }\n return res;\n }\n\n /**\n * Disable and reset the shape editor.\n */\n disableAndResetEditor() {\n this.#shapeEditor.disable();\n this.#shapeEditor.reset();\n }\n\n /**\n * Get the real position from an event.\n * TODO: use layer method?\n *\n * @param {Scalar2D} index The input index as {x,y}.\n * @param {DrawLayer} drawLayer The origin draw layer.\n * @returns {Scalar2D} The real position in the image as {x,y}.\n */\n #getRealPosition(index, drawLayer) {\n const stage = drawLayer.getKonvaStage();\n return {\n x: stage.offset().x + index.x / stage.scale().x,\n y: stage.offset().y + index.y / stage.scale().y\n };\n }\n\n /**\n * Store specific mouse over cursor.\n *\n * @param {string} cursor The cursor name.\n */\n storeMouseOverCursor(cursor) {\n this.#mouseOverCursor = cursor;\n }\n\n /**\n * Handle shape group mouseover.\n */\n #onMouseOverShapeGroup() {\n // mouse cursor\n this.#originalCursor = document.body.style.cursor;\n document.body.style.cursor = this.#mouseOverCursor;\n // shape opacity\n this.#mouseOverShapeGroup.opacity(0.75);\n }\n\n /**\n * Handle shape group mouseout.\n */\n onMouseOutShapeGroup() {\n // mouse cursor\n if (typeof this.#originalCursor !== 'undefined') {\n document.body.style.cursor = this.#originalCursor;\n this.#originalCursor = undefined;\n }\n // shape opacity\n if (typeof this.#mouseOverShapeGroup !== 'undefined') {\n this.#mouseOverShapeGroup.opacity(1);\n }\n }\n\n /**\n * Add shape group mouse over and out listeners: updates\n * shape group opacity and cursor.\n *\n * @param {Konva.Group} shapeGroup The shape group.\n */\n #addShapeOverListeners(shapeGroup) {\n // handle mouse over\n shapeGroup.on('mouseover', () => {\n this.#mouseOverShapeGroup = shapeGroup;\n this.#onMouseOverShapeGroup();\n });\n\n // handle mouse out\n shapeGroup.on('mouseout', () => {\n this.onMouseOutShapeGroup();\n this.#mouseOverShapeGroup = undefined;\n });\n }\n\n /**\n * Remove shape group mouse over and out listeners.\n *\n * @param {Konva.Group} shapeGroup The shape group.\n */\n #removeShapeOverListeners(shapeGroup) {\n shapeGroup.off('mouseover');\n shapeGroup.off('mouseout');\n }\n\n /**\n * Add shape group listeners.\n *\n * @param {DrawLayer} drawLayer The origin draw layer.\n * @param {Konva.Group} shapeGroup The shape group to set on.\n * @param {Annotation} annotation The associated annotation.\n */\n addShapeListeners(drawLayer, shapeGroup, annotation) {\n // shape mouse over\n this.#addShapeOverListeners(shapeGroup);\n\n const konvaLayer = drawLayer.getKonvaLayer();\n\n // make shape draggable\n const shape = shapeGroup.getChildren(isNodeNameShape)[0];\n if (!(shape instanceof Konva.Shape)) {\n return;\n }\n shape.draggable(true);\n\n // make label draggable\n const label = shapeGroup.getChildren(isNodeNameLabel)[0];\n if (!(label instanceof Konva.Label)) {\n return;\n }\n label.draggable(true);\n\n // cache vars\n let dragStartPos;\n let previousPos;\n let originalProps;\n let colour;\n\n // shape listeners ------------------------------------------\n\n // drag start event handling\n shape.on('dragstart.draw', (event) => {\n // store colour\n colour = shape.stroke();\n // store pos\n dragStartPos = {\n x: shape.x(),\n y: shape.y()\n };\n previousPos = {\n x: event.target.x(),\n y: event.target.y()\n };\n // store original properties\n originalProps = {\n mathShape: annotation.mathShape,\n referencePoints: annotation.referencePoints\n };\n\n // display trash\n this.#trash.activate(drawLayer);\n // deactivate anchors to avoid events on null shape\n this.#shapeEditor.setAnchorsActive(false);\n // draw\n konvaLayer.draw();\n });\n // drag move event handling\n shape.on('dragmove.draw', (event) => {\n // move associated shapes (but not label)\n const diff = {\n x: event.target.x() - previousPos.x,\n y: event.target.y() - previousPos.y\n };\n const children = shapeGroup.getChildren();\n const labelWithDefaultPosition =\n typeof annotation.labelPosition === 'undefined';\n for (const child of children) {\n // skip shape and label with defined position\n if (child === event.target ||\n (child.name() === 'label' && !labelWithDefaultPosition)\n ) {\n continue;\n }\n // move other nodes\n child.move(diff);\n }\n\n // store pos\n previousPos = {\n x: event.target.x(),\n y: event.target.y()\n };\n\n // validate the group position\n validateGroupPosition(drawLayer.getBaseSize(), shapeGroup);\n\n // get appropriate factory\n const factory = annotation.getFactory();\n // update annotation\n factory.updateAnnotationOnTranslation(annotation, diff);\n // update label\n factory.updateLabelContent(annotation, shapeGroup, this.#app.getStyle());\n\n // highlight trash when on it\n const mousePoint = getMousePoint(event.evt);\n const offset = {\n x: mousePoint.getX(),\n y: mousePoint.getY()\n };\n const eventPos = this.#getRealPosition(offset, drawLayer);\n this.#trash.changeChildrenColourOnTrashHover(eventPos,\n shapeGroup, colour);\n // draw\n konvaLayer.draw();\n });\n // drag end event handling\n shape.on('dragend.draw', (event) => {\n // remove trash\n this.#trash.remove();\n // activate(false) will also trigger a dragend.draw\n if (typeof event === 'undefined' ||\n typeof event.evt === 'undefined') {\n return;\n }\n const pos = {x: shape.x(), y: shape.y()};\n // delete case\n const mousePoint = getMousePoint(event.evt);\n const offset = {\n x: mousePoint.getX(),\n y: mousePoint.getY()\n };\n const eventPos = this.#getRealPosition(offset, drawLayer);\n if (this.#trash.isOverTrash(eventPos)) {\n // compensate for the drag translation\n shapeGroup.x(dragStartPos.x);\n shapeGroup.y(dragStartPos.y);\n // disable editor\n this.#shapeEditor.disable();\n this.#shapeEditor.reset();\n this.#trash.changeGroupChildrenColour(shapeGroup, colour);\n // reset math shape (for undo)\n annotation.mathShape = originalProps.mathShape;\n annotation.referencePoints = originalProps.referencePoints;\n\n // create remove annotation command\n const command = new RemoveAnnotationCommand(\n annotation,\n drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw remove\n command.execute();\n\n // reset cursor\n this.onMouseOutShapeGroup();\n } else {\n const translation = {\n x: pos.x - dragStartPos.x,\n y: pos.y - dragStartPos.y\n };\n if (translation.x !== 0 || translation.y !== 0) {\n // update annotation command\n const newProps = {\n mathShape: annotation.mathShape,\n referencePoints: annotation.referencePoints\n };\n const command = new UpdateAnnotationCommand(\n annotation,\n originalProps,\n newProps,\n drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // fire event manually since command is not executed\n this.#eventCallback({\n type: 'annotationupdate',\n data: annotation,\n dataid: drawLayer.getDataId(),\n keys: Object.keys(newProps)\n });\n // update original shape\n originalProps = {\n mathShape: newProps.mathShape,\n referencePoints: newProps.referencePoints\n };\n }\n // reset anchors\n this.#shapeEditor.setAnchorsActive(true);\n this.#shapeEditor.resetAnchors();\n }\n // draw\n konvaLayer.draw();\n // reset start position\n dragStartPos = {\n x: shape.x(),\n y: shape.y()\n };\n });\n\n // label listeners ------------------------------------------\n let originalLabelPosition;\n\n // drag start event handling\n label.on('dragstart.draw', (/*event*/) => {\n // store pos\n dragStartPos = {\n x: label.x(),\n y: label.y()\n };\n // store original position\n originalLabelPosition = annotation.labelPosition;\n });\n // drag end event handling\n label.on('dragend.draw', (/*event*/) => {\n const translation = {\n x: label.x() - dragStartPos.x,\n y: label.y() - dragStartPos.y\n };\n if (translation.x !== 0 || translation.y !== 0) {\n const newLabelPosition = new Point2D(label.x(), label.y());\n // set label position\n annotation.labelPosition = newLabelPosition;\n // update annotation command\n const command = new UpdateAnnotationCommand(\n annotation,\n {labelPosition: originalLabelPosition},\n {labelPosition: newLabelPosition},\n drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // fire event manually since command is not executed\n this.#eventCallback({\n type: 'annotationupdate',\n data: annotation,\n dataid: drawLayer.getDataId(),\n keys: ['labelPosition']\n });\n // update original position\n originalLabelPosition = newLabelPosition;\n }\n dragStartPos = {x: shape.x(), y: shape.y()};\n });\n\n // double click handling: update label\n shapeGroup.on('dblclick', () => {\n // original text expr\n const originalTextExpr = annotation.textExpr;\n\n const onSaveCallback = (annotation) => {\n // new text expr\n const newTextExpr = annotation.textExpr;\n // create annotation update command\n const command = new UpdateAnnotationCommand(\n annotation,\n {textExpr: originalTextExpr},\n {textExpr: newTextExpr},\n drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command\n command.execute();\n };\n\n // call roi dialog\n customUI.openRoiDialog(annotation, onSaveCallback);\n });\n }\n\n /**\n * Remove shape group listeners.\n *\n * @param {Konva.Group} shapeGroup The shape group to set off.\n */\n removeShapeListeners(shapeGroup) {\n // mouse over\n this.#removeShapeOverListeners(shapeGroup);\n // double click\n shapeGroup.off('dblclick');\n // remove listeners from shape\n const shape = shapeGroup.getChildren(isNodeNameShape)[0];\n if (shape instanceof Konva.Shape) {\n shape.draggable(false);\n shape.off('dragstart.draw');\n shape.off('dragmove.draw');\n shape.off('dragend.draw');\n }\n // remove listeners from label\n const label = shapeGroup.getChildren(isNodeNameLabel)[0];\n if (label instanceof Konva.Label) {\n label.draggable(false);\n label.off('dragstart.draw');\n label.off('dragend.draw');\n }\n }\n} // DrawShapeHandler class","import {ListenerHandler} from '../utils/listen';\nimport {DrawController} from '../app/drawController';\nimport {getScaledOffset} from './layerGroup';\nimport {InteractionEventNames} from './generic';\nimport {logger} from '../utils/logger';\nimport {toStringId} from '../utils/array';\nimport {precisionRound} from '../utils/string';\nimport {AddAnnotationCommand} from '../tools/drawCommands';\nimport {\n isNodeWithId,\n isPositionNode,\n isNodeNameShape,\n isNodeNameLabel\n} from '../tools/drawBounds';\nimport {Style} from '../gui/style';\nimport {Line} from '../math/line';\nimport {Rectangle} from '../math/rectangle';\nimport {ROI} from '../math/roi';\nimport {Protractor} from '../math/protractor';\nimport {Ellipse} from '../math/ellipse';\nimport {Circle} from '../math/circle';\nimport {Point2D} from '../math/point';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point, Point3D} from '../math/point';\nimport {Index} from '../math/index';\nimport {Vector3D} from '../math/vector';\nimport {Scalar2D, Scalar3D} from '../math/scalar';\nimport {PlaneHelper} from '../image/planeHelper';\nimport {Annotation} from '../image/annotation';\nimport {AnnotationGroup} from '../image/annotationGroup';\nimport {DrawShapeHandler} from '../tools/drawShapeHandler';\n/* eslint-enable no-unused-vars */\n\n/**\n * Debug function to output the layer hierarchy as text.\n *\n * @param {object} layer The Konva layer.\n * @param {string} prefix A display prefix (used in recursion).\n * @returns {string} A text representation of the hierarchy.\n */\n// function getHierarchyLog(layer, prefix) {\n// if (typeof prefix === 'undefined') {\n// prefix = '';\n// }\n// const kids = layer.getChildren();\n// let log = prefix + '|__ ' + layer.name() + ': ' + layer.id() + '\\n';\n// for (let i = 0; i < kids.length; ++i) {\n// log += getHierarchyLog(kids[i], prefix + ' ');\n// }\n// return log;\n// }\n\n/**\n * Draw layer.\n */\nexport class DrawLayer {\n\n /**\n * The container div.\n *\n * @type {HTMLDivElement}\n */\n #containerDiv;\n\n /**\n * Konva stage.\n *\n * @type {Konva.Stage}\n */\n #konvaStage = null;\n\n /**\n * The layer base size as {x,y}.\n *\n * @type {Scalar2D}\n */\n #baseSize;\n\n /**\n * The layer base spacing as {x,y}.\n *\n * @type {Scalar2D}\n */\n #baseSpacing;\n\n /**\n * The layer fit scale.\n *\n * @type {Scalar2D}\n */\n #fitScale = {x: 1, y: 1};\n\n /**\n * The layer flip scale.\n *\n * @type {Scalar3D}\n */\n #flipScale = {x: 1, y: 1, z: 1};\n\n /**\n * The base layer offset.\n *\n * @type {Scalar2D}\n */\n #baseOffset = {x: 0, y: 0};\n\n /**\n * The view offset.\n *\n * @type {Scalar2D}\n */\n #viewOffset = {x: 0, y: 0};\n\n /**\n * The zoom offset.\n *\n * @type {Scalar2D}\n */\n #zoomOffset = {x: 0, y: 0};\n\n /**\n * The flip offset.\n *\n * @type {Scalar2D}\n */\n #flipOffset = {x: 0, y: 0};\n\n /**\n * The draw controller.\n *\n * @type {DrawController}\n */\n #drawController;\n\n /**\n * The plane helper.\n *\n * @type {PlaneHelper}\n */\n #planeHelper;\n\n /**\n * The associated data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * The reference layer id.\n *\n * @type {string}\n */\n #referenceLayerId;\n\n /**\n * Current position group id.\n *\n * @type {string}\n */\n #currentPosGroupId = null;\n\n /**\n * Draw shape handler.\n *\n * @type {DrawShapeHandler|undefined}\n */\n #shapeHandler;\n\n /**\n * Visible labels flag.\n *\n * @type {boolean}\n */\n #visibleLabels = true;\n\n /**\n * @param {HTMLDivElement} containerDiv The layer div, its id will be used\n * as this layer id.\n */\n constructor(containerDiv) {\n this.#containerDiv = containerDiv;\n // specific css class name\n this.#containerDiv.className += ' drawLayer';\n }\n\n /**\n * Set the draw shape handler.\n *\n * @param {DrawShapeHandler|undefined} handler The shape handler.\n */\n setShapeHandler(handler) {\n this.#shapeHandler = handler;\n }\n\n /**\n * Get the associated data id.\n *\n * @returns {string} The id.\n */\n getDataId() {\n return this.#dataId;\n }\n\n /**\n * Get the reference data id.\n *\n * @returns {string} The id.\n */\n getReferenceLayerId() {\n return this.#referenceLayerId;\n }\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Get the Konva stage.\n *\n * @returns {Konva.Stage} The stage.\n */\n getKonvaStage() {\n return this.#konvaStage;\n }\n\n /**\n * Get the Konva layer.\n *\n * @returns {Konva.Layer} The layer.\n */\n getKonvaLayer() {\n // there should only be one layer\n return this.#konvaStage.getLayers()[0];\n }\n\n /**\n * Get the draw controller.\n *\n * @returns {DrawController} The controller.\n */\n getDrawController() {\n return this.#drawController;\n }\n\n /**\n * Set the plane helper.\n *\n * @param {PlaneHelper} helper The helper.\n */\n setPlaneHelper(helper) {\n this.#planeHelper = helper;\n }\n\n // common layer methods [start] ---------------\n\n /**\n * Get the id of the layer.\n *\n * @returns {string} The string id.\n */\n getId() {\n return this.#containerDiv.id;\n }\n\n /**\n * Remove the HTML element from the DOM.\n */\n removeFromDOM() {\n this.#containerDiv.remove();\n }\n\n /**\n * Get the layer base size (without scale).\n *\n * @returns {Scalar2D} The size as {x,y}.\n */\n getBaseSize() {\n return this.#baseSize;\n }\n\n /**\n * Get the layer opacity.\n *\n * @returns {number} The opacity ([0:1] range).\n */\n getOpacity() {\n return this.#konvaStage.opacity();\n }\n\n /**\n * Set the layer opacity.\n *\n * @param {number} alpha The opacity ([0:1] range).\n */\n setOpacity(alpha) {\n this.#konvaStage.opacity(Math.min(Math.max(alpha, 0), 1));\n }\n\n /**\n * Add a flip offset along the layer X axis.\n */\n addFlipOffsetX() {\n // flip offset\n const scale = this.#konvaStage.scale();\n const size = this.#konvaStage.size();\n this.#flipOffset.x += size.width / scale.x;\n // apply\n const offset = this.#konvaStage.offset();\n offset.x += this.#flipOffset.x;\n this.#konvaStage.offset(offset);\n }\n\n /**\n * Add a flip offset along the layer Y axis.\n */\n addFlipOffsetY() {\n // flip offset\n const scale = this.#konvaStage.scale();\n const size = this.#konvaStage.size();\n this.#flipOffset.y += size.height / scale.y;\n // apply\n const offset = this.#konvaStage.offset();\n offset.y += this.#flipOffset.y;\n this.#konvaStage.offset(offset);\n }\n\n /**\n * Flip the scale along the layer X axis.\n */\n flipScaleX() {\n this.#flipScale.x *= -1;\n }\n\n /**\n * Flip the scale along the layer Y axis.\n */\n flipScaleY() {\n this.#flipScale.y *= -1;\n }\n\n /**\n * Flip the scale along the layer Z axis.\n */\n flipScaleZ() {\n this.#flipScale.z *= -1;\n }\n\n /**\n * Set the layer scale.\n *\n * @param {Scalar3D} newScale The scale as {x,y,z}.\n * @param {Point3D} [center] The scale center.\n */\n setScale(newScale, center) {\n const orientedNewScale =\n this.#planeHelper.getTargetOrientedPositiveXYZ({\n x: newScale.x * this.#flipScale.x,\n y: newScale.y * this.#flipScale.y,\n z: newScale.z * this.#flipScale.z,\n });\n const finalNewScale = {\n x: this.#fitScale.x * orientedNewScale.x,\n y: this.#fitScale.y * orientedNewScale.y\n };\n\n const offset = this.#konvaStage.offset();\n\n if (Math.abs(newScale.x) === 1 &&\n Math.abs(newScale.y) === 1 &&\n Math.abs(newScale.z) === 1) {\n // reset zoom offset for scale=1\n const resetOffset = {\n x: offset.x - this.#zoomOffset.x,\n y: offset.y - this.#zoomOffset.y\n };\n // store new offset\n this.#zoomOffset = {x: 0, y: 0};\n this.#konvaStage.offset(resetOffset);\n } else {\n if (typeof center !== 'undefined') {\n let worldCenter = this.#planeHelper.getPlaneOffsetFromOffset3D({\n x: center.getX(),\n y: center.getY(),\n z: center.getZ()\n });\n // center was obtained with viewLayer.displayToMainPlanePos\n // compensated for baseOffset\n // TODO: justify...\n worldCenter = {\n x: worldCenter.x + this.#baseOffset.x,\n y: worldCenter.y + this.#baseOffset.y\n };\n\n const newOffset = getScaledOffset(\n offset, this.#konvaStage.scale(), finalNewScale, worldCenter);\n\n const newZoomOffset = {\n x: this.#zoomOffset.x + newOffset.x - offset.x,\n y: this.#zoomOffset.y + newOffset.y - offset.y\n };\n // store new offset\n this.#zoomOffset = newZoomOffset;\n this.#konvaStage.offset(newOffset);\n }\n }\n\n this.#konvaStage.scale(finalNewScale);\n // update labels\n this.#updateLabelScale(finalNewScale);\n }\n\n /**\n * Initialise the layer scale.\n *\n * @param {Scalar3D} newScale The scale as {x,y,z}.\n * @param {Scalar2D} absoluteZoomOffset The zoom offset as {x,y}\n * without the fit scale (as provided by getAbsoluteZoomOffset).\n */\n initScale(newScale, absoluteZoomOffset) {\n const orientedNewScale = this.#planeHelper.getTargetOrientedPositiveXYZ({\n x: newScale.x * this.#flipScale.x,\n y: newScale.y * this.#flipScale.y,\n z: newScale.z * this.#flipScale.z,\n });\n const finalNewScale = {\n x: this.#fitScale.x * orientedNewScale.x,\n y: this.#fitScale.y * orientedNewScale.y\n };\n this.#konvaStage.scale(finalNewScale);\n\n this.#zoomOffset = {\n x: absoluteZoomOffset.x / this.#fitScale.x,\n y: absoluteZoomOffset.y / this.#fitScale.y\n };\n const offset = this.#konvaStage.offset();\n this.#konvaStage.offset({\n x: offset.x + this.#zoomOffset.x,\n y: offset.y + this.#zoomOffset.y\n });\n }\n\n /**\n * Set the layer offset.\n *\n * @param {Scalar3D} newOffset The offset as {x,y,z}.\n */\n setOffset(newOffset) {\n const planeNewOffset =\n this.#planeHelper.getPlaneOffsetFromOffset3D(newOffset);\n this.#konvaStage.offset({\n x: planeNewOffset.x +\n this.#viewOffset.x +\n this.#baseOffset.x +\n this.#zoomOffset.x +\n this.#flipOffset.x,\n y: planeNewOffset.y +\n this.#viewOffset.y +\n this.#baseOffset.y +\n this.#zoomOffset.y +\n this.#flipOffset.y\n });\n }\n\n /**\n * Set the base layer offset. Updates the layer offset.\n *\n * @param {Vector3D} scrollOffset The scroll offset vector.\n * @param {Vector3D} planeOffset The plane offset vector.\n * @returns {boolean} True if the offset was updated.\n */\n setBaseOffset(scrollOffset, planeOffset) {\n const scrollIndex = this.#planeHelper.getNativeScrollIndex();\n const newOffset = this.#planeHelper.getPlaneOffsetFromOffset3D({\n x: scrollIndex === 0 ? scrollOffset.getX() : planeOffset.getX(),\n y: scrollIndex === 1 ? scrollOffset.getY() : planeOffset.getY(),\n z: scrollIndex === 2 ? scrollOffset.getZ() : planeOffset.getZ(),\n });\n const needsUpdate = this.#baseOffset.x !== newOffset.x ||\n this.#baseOffset.y !== newOffset.y;\n // reset offset if needed\n if (needsUpdate) {\n const offset = this.#konvaStage.offset();\n this.#konvaStage.offset({\n x: offset.x - this.#baseOffset.x + newOffset.x,\n y: offset.y - this.#baseOffset.y + newOffset.y\n });\n this.#baseOffset = newOffset;\n }\n return needsUpdate;\n }\n\n /**\n * Display the layer.\n *\n * @param {boolean} flag Whether to display the layer or not.\n */\n display(flag) {\n this.#containerDiv.style.display = flag ? '' : 'none';\n }\n\n /**\n * Check if the layer is visible.\n *\n * @returns {boolean} True if the layer is visible.\n */\n isVisible() {\n return this.#containerDiv.style.display === '';\n }\n\n /**\n * Draw the content (imageData) of the layer.\n * The imageData variable needs to be set.\n */\n draw() {\n this.#konvaStage.draw();\n }\n\n /**\n * Initialise the layer: set the canvas and context.\n *\n * @param {Scalar2D} size The image size as {x,y}.\n * @param {Scalar2D} spacing The image spacing as {x,y}.\n * @param {string} refLayerId The reference image dataId.\n */\n initialise(size, spacing, refLayerId) {\n // set locals\n this.#baseSize = size;\n this.#baseSpacing = spacing;\n this.#referenceLayerId = refLayerId;\n\n // create stage\n this.#konvaStage = new Konva.Stage({\n container: this.#containerDiv,\n width: this.#baseSize.x,\n height: this.#baseSize.y,\n listening: false\n });\n // reset style\n // (avoids a not needed vertical scrollbar)\n this.#konvaStage.getContent().setAttribute('style', '');\n\n // create layer\n const konvaLayer = new Konva.Layer({\n listening: false,\n visible: true\n });\n this.#konvaStage.add(konvaLayer);\n }\n\n /**\n * Set the annotation group.\n *\n * @param {AnnotationGroup} annotationGroup The annotation group.\n * @param {string} dataId The associated data id.\n * @param {object} exeCallback The undo stack callback.\n */\n setAnnotationGroup(annotationGroup, dataId, exeCallback) {\n this.#dataId = dataId;\n // local listeners\n annotationGroup.addEventListener('annotationadd', (event) => {\n // draw annotation\n this.#addAnnotationDraw(event.data, true);\n this.getKonvaLayer().draw();\n });\n annotationGroup.addEventListener('annotationupdate', (event) => {\n // update annotation draw\n this.#updateAnnotationDraw(event.data);\n this.getKonvaLayer().draw();\n });\n annotationGroup.addEventListener('annotationremove', (event) => {\n // remove annotation draw\n this.#removeAnnotationDraw(event.data);\n this.getKonvaLayer().draw();\n });\n annotationGroup.addEventListener(\n 'annotationgroupeditablechange',\n (event) => {\n this.activateCurrentPositionShapes(event.data);\n }\n );\n\n // create draw controller\n this.#drawController = new DrawController(annotationGroup);\n\n // annotations are allready in the annotation list,\n // -> no need to add them, just draw and save command\n if (annotationGroup.getLength() !== 0) {\n for (const annotation of annotationGroup.getList()) {\n // draw annotation\n this.#addAnnotationDraw(annotation, false);\n // create the draw command\n const command = new AddAnnotationCommand(\n annotation, this.getDrawController());\n // add command to undo stack\n exeCallback(command);\n }\n }\n }\n\n /**\n * Activate shapes at current position.\n *\n * @param {boolean} flag The flag to activate or not.\n */\n activateCurrentPositionShapes(flag) {\n const konvaLayer = this.getKonvaLayer();\n\n // stop listening\n this.#konvaStage.listening(false);\n\n if (typeof this.#shapeHandler !== 'undefined') {\n // reset shape editor (remove anchors)\n this.#shapeHandler.disableAndResetEditor();\n // remove listeners for all position groups\n const allPosGroups = konvaLayer.getChildren();\n for (const posGroup of allPosGroups) {\n if (posGroup instanceof Konva.Group) {\n posGroup.getChildren().forEach((group) => {\n if (group instanceof Konva.Group) {\n this.#shapeHandler.removeShapeListeners(group);\n }\n });\n }\n }\n }\n\n // activate shape listeners if possible\n const drawController = this.getDrawController();\n if (flag &&\n drawController.getAnnotationGroup().isEditable()) {\n // shape groups at the current position\n const shapeGroups =\n this.getCurrentPosGroup().getChildren();\n // listen if we have shapes\n if (shapeGroups.length !== 0) {\n this.#konvaStage.listening(true);\n konvaLayer.listening(true);\n }\n // add listeners for position group\n if (typeof this.#shapeHandler !== 'undefined') {\n shapeGroups.forEach((group) => {\n if (group instanceof Konva.Group) {\n const annotation = drawController.getAnnotation(group.id());\n this.#shapeHandler.addShapeListeners(this, group, annotation);\n }\n });\n }\n }\n\n konvaLayer.draw();\n }\n\n /**\n * Get the position group id for an annotation.\n *\n * @param {Annotation} annotation The target annotation.\n * @returns {string|undefined} The group id.\n */\n #getAnnotationPosGroupId(annotation) {\n let points;\n // annotation planePoints are only present\n // for non aquisition plane\n if (typeof annotation.planePoints !== 'undefined') {\n // use plane points\n points = annotation.planePoints;\n } else {\n // just use plane origin\n points = [annotation.planeOrigin];\n }\n return this.#getPositionId(points);\n }\n\n /**\n * Get a string id from input plane points.\n *\n * @param {Point3D[]} points A list of points that defined a plane.\n * @returns {string} The string id.\n */\n #getPositionId(points) {\n let res = '';\n for (const point of points) {\n if (res.length !== 0) {\n res += '-';\n }\n const posValues = [\n precisionRound(point.getX(), 2),\n precisionRound(point.getY(), 2),\n precisionRound(point.getZ(), 2),\n ];\n res += toStringId(posValues);\n }\n return res;\n }\n\n /**\n * Find the shape group associated to an annotation.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Konva.Group|undefined} The shape group.\n */\n #findShapeGroup(annotation) {\n let res;\n\n const posGroupId = this.#getAnnotationPosGroupId(annotation);\n const layerChildren = this.getKonvaLayer().getChildren(\n isNodeWithId(posGroupId));\n if (layerChildren.length !== 0) {\n const posGroup = layerChildren[0];\n if (!(posGroup instanceof Konva.Group)) {\n return;\n }\n const posChildren = posGroup.getChildren(\n isNodeWithId(annotation.id));\n if (posChildren.length !== 0 &&\n posChildren[0] instanceof Konva.Group) {\n res = posChildren[0];\n }\n }\n return res;\n }\n\n /**\n * Draw an annotation: create the shape group and add it to\n * the Konva layer.\n *\n * @param {Annotation} annotation The annotation to draw.\n * @param {boolean} visible The position group visibility.\n */\n #addAnnotationDraw(annotation, visible) {\n // check for compatible view\n if (!annotation.isCompatibleView(this.#planeHelper)) {\n return;\n }\n const posGroupId = this.#getAnnotationPosGroupId(annotation);\n // Get or create position-group if it does not exist and\n // append it to konvaLayer\n let posGroup = this.getKonvaLayer().getChildren(\n isNodeWithId(posGroupId))[0];\n if (typeof posGroup === 'undefined') {\n posGroup = new Konva.Group({\n id: posGroupId,\n name: 'position-group',\n visible: visible\n });\n this.getKonvaLayer().add(posGroup);\n }\n if (!(posGroup instanceof Konva.Group)) {\n return;\n };\n\n const style = new Style();\n const stage = this.getKonvaStage();\n style.setZoomScale(stage.scale());\n\n // shape group (use first one since it will be removed from\n // the group when we change it)\n const factory = annotation.getFactory();\n const shapeGroup = factory.createShapeGroup(annotation, style);\n // add group to posGroup (switches its parent)\n posGroup.add(shapeGroup);\n\n // activate shape if possible\n if (visible &&\n typeof this.#shapeHandler !== 'undefined'\n ) {\n this.#shapeHandler.addShapeListeners(this, shapeGroup, annotation);\n }\n // set label visibility\n this.setLabelVisibility(shapeGroup);\n }\n\n /**\n * Remove an annotation draw.\n *\n * @param {Annotation} annotation The annotation to remove.\n * @returns {boolean} True if the shape group has been found and removed.\n */\n #removeAnnotationDraw(annotation) {\n const shapeGroup = this.#findShapeGroup(annotation);\n if (!(shapeGroup instanceof Konva.Group)) {\n logger.debug('No shape group to remove');\n return false;\n };\n shapeGroup.remove();\n return true;\n }\n\n /**\n * Update an annotation draw.\n *\n * @param {Annotation} annotation The annotation to update.\n */\n #updateAnnotationDraw(annotation) {\n // update quantification after math shape update\n annotation.updateQuantification();\n // update draw if needed\n if (this.#removeAnnotationDraw(annotation)) {\n this.#addAnnotationDraw(annotation, true);\n }\n }\n\n /**\n * Fit the layer to its parent container.\n *\n * @param {Scalar2D} containerSize The container size as {x,y}.\n * @param {number} divToWorldSizeRatio The div to world size ratio.\n * @param {Scalar2D} fitOffset The fit offset as {x,y}.\n */\n fitToContainer(containerSize, divToWorldSizeRatio, fitOffset) {\n // update konva\n this.#konvaStage.width(containerSize.x);\n this.#konvaStage.height(containerSize.y);\n\n // fit scale\n const divToImageSizeRatio = {\n x: divToWorldSizeRatio * this.#baseSpacing.x,\n y: divToWorldSizeRatio * this.#baseSpacing.y\n };\n // #scale = inputScale * fitScale * flipScale\n // flipScale does not change here, we can omit it\n // newScale = (#scale / fitScale) * newFitScale\n const newScale = {\n x: this.#konvaStage.scale().x * divToImageSizeRatio.x / this.#fitScale.x,\n y: this.#konvaStage.scale().y * divToImageSizeRatio.y / this.#fitScale.y\n };\n\n // set scales if different from previous\n if (this.#konvaStage.scale().x !== newScale.x ||\n this.#konvaStage.scale().y !== newScale.y) {\n this.#fitScale = divToImageSizeRatio;\n this.#konvaStage.scale(newScale);\n }\n\n // view offset\n const newViewOffset = {\n x: fitOffset.x / divToImageSizeRatio.x,\n y: fitOffset.y / divToImageSizeRatio.y\n };\n // flip offset\n const scaledImageSize = {\n x: containerSize.x / divToImageSizeRatio.x,\n y: containerSize.y / divToImageSizeRatio.y\n };\n const newFlipOffset = {\n x: this.#flipOffset.x !== 0 ? scaledImageSize.x : 0,\n y: this.#flipOffset.y !== 0 ? scaledImageSize.y : 0,\n };\n\n // set offsets if different from previous\n if (this.#viewOffset.x !== newViewOffset.x ||\n this.#viewOffset.y !== newViewOffset.y ||\n this.#flipOffset.x !== newFlipOffset.x ||\n this.#flipOffset.y !== newFlipOffset.y) {\n // update global offset\n this.#konvaStage.offset({\n x: this.#konvaStage.offset().x +\n newViewOffset.x - this.#viewOffset.x +\n newFlipOffset.x - this.#flipOffset.x,\n y: this.#konvaStage.offset().y +\n newViewOffset.y - this.#viewOffset.y +\n newFlipOffset.y - this.#flipOffset.y,\n });\n // update private local offsets\n this.#flipOffset = newFlipOffset;\n this.#viewOffset = newViewOffset;\n }\n }\n\n /**\n * Check the visibility of an annotation.\n *\n * @param {string} id The id of the annotation.\n * @returns {boolean} True if the annotation is visible.\n */\n isAnnotationVisible(id) {\n // get the group (annotation and group have same id)\n const group = this.getGroup(id);\n if (typeof group === 'undefined') {\n return false;\n }\n // get visibility\n return group.isVisible();\n }\n\n /**\n * Set the visibility of an annotation.\n *\n * @param {string} id The id of the annotation.\n * @param {boolean} [visible] True to set to visible,\n * will toggle visibility if not defined.\n * @returns {boolean} False if the annotation shape cannot be found.\n */\n setAnnotationVisibility(id, visible) {\n // get the group (annotation and group have same id)\n const group = this.getGroup(id);\n if (typeof group === 'undefined') {\n return false;\n }\n // if not set, toggle visibility\n if (typeof visible === 'undefined') {\n visible = !group.isVisible();\n }\n group.visible(visible);\n\n // udpate\n this.draw();\n\n return true;\n }\n\n /**\n * Set the visibility of all labels.\n *\n * @param {boolean} [visible] True to set to visible,\n * will toggle visibility if not defined.\n */\n setLabelsVisibility(visible) {\n this.#visibleLabels = visible;\n\n const posGroups = this.getKonvaLayer().getChildren();\n for (const posGroup of posGroups) {\n if (posGroup instanceof Konva.Group) {\n const shapeGroups = posGroup.getChildren();\n for (const shapeGroup of shapeGroups) {\n if (shapeGroup instanceof Konva.Group) {\n this.#setLabelVisibility(shapeGroup, visible);\n }\n }\n }\n }\n }\n\n /**\n * Set a shape group label visibility.\n *\n * @param {Konva.Group} shapeGroup The shape group.\n * @param {boolean} [visible] True to set to visible,\n * will toggle visibility if not defined.\n */\n #setLabelVisibility(shapeGroup, visible) {\n const label = shapeGroup.getChildren(isNodeNameLabel)[0];\n if (!(label instanceof Konva.Label)) {\n return;\n }\n // if not set, toggle visibility\n if (typeof visible === 'undefined') {\n visible = !label.isVisible();\n }\n // set visible only for non empty text\n if (typeof label.getText() !== 'undefined' &&\n label.getText().text().length !== 0) {\n label.visible(visible);\n }\n }\n\n /**\n * Set a shape group label visibility according to\n * this layer setting.\n *\n * @param {Konva.Group} shapeGroup The shape group.\n */\n setLabelVisibility(shapeGroup) {\n this.#setLabelVisibility(shapeGroup, this.#visibleLabels);\n }\n\n /**\n * Delete a Draw from the stage.\n *\n * @deprecated\n * @param {string} _id The id of the group to delete.\n * @param {Function} _exeCallback The callback to call once the\n * DeleteCommand has been executed.\n */\n deleteDraw(_id, _exeCallback) {\n // does nothing\n }\n\n /**\n * Delete all Draws from the stage.\n *\n * @deprecated\n * @param {Function} _exeCallback The callback to call once the\n * DeleteCommand has been executed.\n */\n deleteDraws(_exeCallback) {\n // does nothing\n }\n\n /**\n * Get the total number of draws of this layer\n * (at all positions).\n *\n * @returns {number|undefined} The total number of draws.\n */\n getNumberOfDraws() {\n const posGroups = this.getKonvaLayer().getChildren();\n let count = 0;\n for (const posGroup of posGroups) {\n if (posGroup instanceof Konva.Group) {\n count += posGroup.getChildren().length;\n }\n }\n return count;\n }\n\n /**\n * Enable and listen to container interaction events.\n */\n bindInteraction() {\n this.#konvaStage.listening(true);\n // allow pointer events\n this.#containerDiv.style.pointerEvents = 'auto';\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n this.#containerDiv.addEventListener(names[i], this.#fireEvent);\n }\n }\n\n /**\n * Disable and stop listening to container interaction events.\n */\n unbindInteraction() {\n this.#konvaStage.listening(false);\n // disable pointer events\n this.#containerDiv.style.pointerEvents = 'none';\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n this.#containerDiv.removeEventListener(names[i], this.#fireEvent);\n }\n }\n\n /**\n * Set the current position.\n *\n * @param {Point} position The new position.\n * @param {Index} index The new index.\n * @returns {boolean} True if the position was updated.\n */\n setCurrentPosition(position, index) {\n if (typeof index === 'undefined') {\n index = this.#planeHelper.worldToIndex(position);\n }\n const scrollIndex = this.#planeHelper.getScrollIndex();\n const scrollIndexValue = index.get(scrollIndex);\n const planePoints = this.#planeHelper.getPlanePoints(scrollIndexValue);\n let points;\n if (this.#planeHelper.isAquisitionOrientation()) {\n // just use plane origin\n points = [planePoints[0]];\n } else {\n // use plane points\n points = planePoints;\n }\n const posGroupId = this.#getPositionId(points);\n\n this.#activateDrawLayer(posGroupId);\n // TODO: add check\n this.#fireEvent({\n type: 'positionchange',\n value: [\n index.getValues(),\n position.getValues(),\n ],\n valid: true\n });\n\n return true;\n }\n\n /**\n * Activate the current draw layer.\n *\n * @param {string} posGroupId The position group ID.\n */\n #activateDrawLayer(posGroupId) {\n this.#currentPosGroupId = posGroupId;\n\n // get all position groups\n const posGroups = this.getKonvaLayer().getChildren(isPositionNode);\n // reset or set the visible property\n let visible;\n for (let i = 0, leni = posGroups.length; i < leni; ++i) {\n visible = false;\n if (posGroups[i].id() === this.#currentPosGroupId) {\n visible = true;\n }\n // group members inherit the visible property\n posGroups[i].visible(visible);\n }\n\n // show current draw layer\n this.getKonvaLayer().draw();\n }\n\n /**\n * Get the current position group.\n *\n * @returns {Konva.Group|undefined} The Konva.Group.\n */\n getCurrentPosGroup() {\n // get position groups\n const posGroups = this.getKonvaLayer().getChildren((node) => {\n return node.id() === this.#currentPosGroupId;\n });\n // if one group, use it\n // if no group, create one\n let posGroup;\n if (posGroups.length === 1) {\n if (posGroups[0] instanceof Konva.Group) {\n posGroup = posGroups[0];\n }\n } else if (posGroups.length === 0) {\n posGroup = new Konva.Group();\n posGroup.name('position-group');\n posGroup.id(this.#currentPosGroupId);\n posGroup.visible(true); // dont inherit\n // add new group to layer\n this.getKonvaLayer().add(posGroup);\n } else {\n logger.warn('Unexpected number of draw position groups');\n }\n // return\n return posGroup;\n }\n\n /**\n * Get a Konva group using its id.\n *\n * @param {string} id The group id.\n * @returns {object|undefined} The Konva group.\n */\n getGroup(id) {\n const group = this.getKonvaLayer().findOne('#' + id);\n if (typeof group === 'undefined') {\n logger.warn('Cannot find node with id: ' + id);\n }\n return group;\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n event.srclayerid = this.getId();\n event.dataid = this.#dataId;\n this.#listenerHandler.fireEvent(event);\n };\n\n // common layer methods [end] ---------------\n\n /**\n * Update label scale: compensate for it so\n * that label size stays visually the same.\n *\n * @param {Scalar2D} scale The scale to compensate for as {x,y}.\n */\n #updateLabelScale(scale) {\n // same formula as in style::applyZoomScale:\n // compensate for scale and times 2 so that font 10 looks like a 10\n const ratioX = 2 / scale.x;\n const ratioY = 2 / scale.y;\n // compensate scale for labels\n const labels = this.#konvaStage.find('Label');\n for (let i = 0; i < labels.length; ++i) {\n labels[i].scale({x: ratioX, y: ratioY});\n }\n }\n\n} // DrawLayer class\n\n// *************************\n// legacy code to allow to convert old state into annotation\n// *************************\n\n/**\n * Draw meta data.\n */\nexport class DrawMeta {\n /**\n * Draw quantification.\n *\n * @type {object}\n */\n quantification;\n\n /**\n * Draw text expression. Can contain variables surrounded with '{}' that will\n * be extracted from the quantification object.\n *\n * @type {string}\n */\n textExpr;\n}\n\n/**\n * Draw details.\n */\nexport class DrawDetails {\n /**\n * The draw ID.\n *\n * @type {number}\n */\n id;\n\n /**\n * The draw position: an Index converted to string.\n *\n * @type {string}\n */\n position;\n\n /**\n * The draw type.\n *\n * @type {string}\n */\n type;\n\n /**\n * The draw color: for example 'green', '#00ff00' or 'rgb(0,255,0)'.\n *\n * @type {string}\n */\n color;\n\n /**\n * The draw meta.\n *\n * @type {DrawMeta}\n */\n meta;\n}\n\n/**\n * Convert a KonvaLayer object to a list of annotations.\n *\n * @param {Array} drawings An array of drawings stored\n * with 'KonvaLayer().toObject()'.\n * @param {DrawDetails[]} drawingsDetails An array of drawings details.\n * @returns {Annotation[]} The associated list of annotations.\n */\nexport function konvaToAnnotation(drawings, drawingsDetails) {\n const annotations = [];\n\n // regular Konva deserialize\n const stateLayer = Konva.Node.create(drawings);\n\n // get all position groups\n const statePosGroups = stateLayer.getChildren(isPositionNode);\n\n for (let i = 0, leni = statePosGroups.length; i < leni; ++i) {\n const statePosGroup = statePosGroups[i];\n const statePosKids = statePosGroup.getChildren();\n for (let j = 0, lenj = statePosKids.length; j < lenj; ++j) {\n const annotation = new Annotation();\n\n // shape group (use first one since it will be removed from\n // the group when we change it)\n const stateGroup = statePosKids[0];\n // annotation id\n annotation.id = stateGroup.id();\n\n // shape\n const shape = stateGroup.getChildren(isNodeNameShape)[0];\n // annotation colour\n annotation.colour = shape.stroke();\n\n if (stateGroup.name() === 'line-group') {\n const points = shape.points();\n annotation.mathShape = new Point2D(points[0], points[1]);\n annotation.referencePoints = [\n new Point2D(points[2], points[3])\n ];\n } else if (stateGroup.name() === 'ruler-group') {\n const points = shape.points();\n annotation.mathShape = new Line(\n new Point2D(points[0], points[1]),\n new Point2D(points[2], points[3])\n );\n } else if (stateGroup.name() === 'rectangle-group') {\n annotation.mathShape = new Rectangle(\n new Point2D(shape.x(), shape.y()),\n new Point2D(shape.x() + shape.width(), shape.y() + shape.height())\n );\n } else if (stateGroup.name() === 'roi-group') {\n const points = shape.points();\n const pointsArray = [];\n for (let i = 0; i < points.length; i = i + 2) {\n pointsArray.push(new Point2D(points[i], points[i + 1]));\n }\n annotation.mathShape = new ROI(pointsArray);\n } else if (stateGroup.name() === 'freeHand-group') {\n logger.warn('Converting freehand into ROI shape');\n const points = shape.points();\n const pointsArray = [];\n for (let i = 0; i < points.length; i = i + 2) {\n pointsArray.push(new Point2D(points[i], points[i + 1]));\n }\n annotation.mathShape = new ROI(pointsArray);\n } else if (stateGroup.name() === 'protractor-group') {\n const points = shape.points();\n annotation.mathShape = new Protractor([\n new Point2D(points[0], points[1]),\n new Point2D(points[2], points[3]),\n new Point2D(points[4], points[5])\n ]);\n } else if (stateGroup.name() === 'ellipse-group') {\n const absPosition = shape.absolutePosition();\n annotation.mathShape = new Ellipse(\n new Point2D(absPosition.x, absPosition.y),\n shape.radiusX(),\n shape.radiusY()\n );\n } else if (stateGroup.name() === 'circle-group') {\n const absPosition = shape.absolutePosition();\n annotation.mathShape = new Circle(\n new Point2D(absPosition.x, absPosition.y),\n shape.radius()\n );\n }\n\n // details\n if (drawingsDetails) {\n const details = drawingsDetails[stateGroup.id()];\n annotation.textExpr = details.meta.textExpr;\n annotation.quantification = details.meta.quantification;\n }\n\n annotations.push(annotation);\n }\n }\n\n return annotations;\n}\n","// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DrawLayer} from '../gui/drawLayer';\nimport {Annotation} from '../image/annotation';\nimport {DrawController} from '../app/drawController';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get the display name of the input shape.\n *\n * @param {Konva.Shape} shape The Konva shape.\n * @returns {string} The display name.\n */\nexport function getShapeDisplayName(shape) {\n let displayName = 'shape';\n if (shape instanceof Konva.Line) {\n if (shape.points().length === 4) {\n displayName = 'line';\n } else if (shape.points().length === 6) {\n displayName = 'protractor';\n } else {\n displayName = 'roi';\n }\n } else if (shape instanceof Konva.Rect) {\n displayName = 'rectangle';\n } else if (shape instanceof Konva.Ellipse) {\n displayName = 'ellipse';\n }\n // return\n return displayName;\n}\n\n/**\n * Add annotation command.\n */\nexport class AddAnnotationCommand {\n /**\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * @type {DrawController}\n */\n #drawController;\n\n /**\n * @param {Annotation} annotation The annotation to add.\n * @param {DrawController} drawController The associated draw controller.\n */\n constructor(annotation, drawController) {\n this.#annotation = annotation;\n this.#drawController = drawController;\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'AddAnnotation-' + this.#annotation.id;\n }\n\n /**\n * Execute the command.\n */\n execute() {\n this.#drawController.addAnnotation(this.#annotation);\n }\n\n /**\n * Undo the command.\n */\n undo() {\n this.#drawController.removeAnnotation(this.#annotation.id);\n }\n}\n\n/**\n * Remove annotation command.\n */\nexport class RemoveAnnotationCommand {\n /**\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * @type {DrawController}\n */\n #drawController;\n\n /**\n * @param {Annotation} annotation The annotation to remove.\n * @param {DrawController} drawController The associated draw controller.\n */\n constructor(annotation, drawController) {\n this.#annotation = annotation;\n this.#drawController = drawController;\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'RemoveAnnotation-' + this.#annotation.id;\n }\n\n /**\n * Execute the command.\n */\n execute() {\n this.#drawController.removeAnnotation(this.#annotation.id);\n }\n\n /**\n * Undo the command.\n */\n undo() {\n this.#drawController.addAnnotation(this.#annotation);\n }\n}\n\n/**\n * Update annotation command.\n */\nexport class UpdateAnnotationCommand {\n /**\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * @type {DrawController}\n */\n #drawController;\n\n /**\n * Original annotation properties.\n *\n * @type {object}\n */\n #originalProps;\n\n /**\n * New annotation properties.\n *\n * @type {object}\n */\n #newProps;\n\n /**\n * @param {Annotation} annotation The annotation to update.\n * @param {object} originaProps The original annotation properties.\n * @param {object} newProps The new annotation properties.\n * @param {DrawController} drawController The associated draw controller.\n */\n constructor(annotation, originaProps, newProps, drawController) {\n this.#annotation = annotation;\n this.#drawController = drawController;\n this.#originalProps = originaProps;\n this.#newProps = newProps;\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'UpdateAnnotation-' + this.#annotation.id;\n }\n\n /**\n * Execute the command.\n */\n execute() {\n const keys = Object.keys(this.#newProps);\n for (const key of keys) {\n this.#annotation[key] = this.#newProps[key];\n }\n this.#drawController.updateAnnotation(this.#annotation, keys);\n }\n\n /**\n * Undo the command.\n */\n undo() {\n const keys = Object.keys(this.#originalProps);\n for (const key of keys) {\n this.#annotation[key] = this.#originalProps[key];\n }\n this.#drawController.updateAnnotation(this.#annotation, keys);\n }\n}\n/**\n * Draw group command.\n *\n * TODO: remove.\n */\nexport class DrawGroupCommand {\n\n /**\n * The group to draw.\n *\n * @type {Konva.Group}\n */\n #group;\n\n /**\n * The shape display name.\n *\n * @type {string}\n */\n #name;\n\n /**\n * The draw layer.\n *\n * @type {DrawLayer}\n */\n #layer;\n\n /**\n * Flag to send events.\n *\n * @type {boolean}\n */\n #isSilent;\n\n /**\n * The group parent.\n *\n * @type {object}\n */\n #parent;\n\n /**\n * @param {Konva.Group} group The group draw.\n * @param {string} name The shape display name.\n * @param {DrawLayer} layer The layer where to draw the group.\n * @param {boolean} [silent] Whether to send a creation event or not.\n */\n constructor(group, name, layer, silent) {\n this.#group = group;\n this.#name = name;\n this.#layer = layer;\n this.#isSilent = (typeof silent === 'undefined') ? false : silent;\n this.#parent = group.getParent();\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'Draw-' + this.#name;\n }\n\n /**\n * Execute the command.\n *\n * @fires DrawGroupCommand#drawcreate\n */\n execute() {\n // add the group to the parent (in case of undo/redo)\n this.#parent.add(this.#group);\n // draw\n this.#layer.getKonvaLayer().draw();\n // callback\n if (!this.#isSilent) {\n /**\n * Draw create event.\n *\n * @event DrawGroupCommand#drawcreate\n * @type {object}\n * @property {string} id The id of the created draw.\n * @property {string} srclayerid The id of the layer of the draw.\n * @property {string} dataid The associated data id.\n */\n this.onExecute({\n type: 'drawcreate',\n id: this.#group.id(),\n srclayerid: this.#layer.getId(),\n dataid: this.#layer.getDataId()\n });\n }\n }\n\n /**\n * Undo the command.\n *\n * @fires DeleteGroupCommand#drawdelete\n */\n undo() {\n // remove the group from the parent layer\n this.#group.remove();\n // draw\n this.#layer.getKonvaLayer().draw();\n // callback\n this.onUndo({\n type: 'drawdelete',\n id: this.#group.id(),\n srclayerid: this.#layer.getId(),\n dataid: this.#layer.getDataId()\n });\n }\n\n /**\n * Handle an execute event.\n *\n * @param {object} _event The execute event with type and id.\n */\n onExecute(_event) {\n // default does nothing.\n }\n\n /**\n * Handle an undo event.\n *\n * @param {object} _event The undo event with type and id.\n */\n onUndo(_event) {\n // default does nothing.\n }\n\n} // DrawGroupCommand class\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * Path shape.\n */\nexport class Path {\n\n /**\n * @param {Point2D[]} [inputPointArray] The list of Point2D that make\n * the path (optional).\n * @param {number[]} [inputControlPointIndexArray] The list of control\n * point of path, as indexes (optional).\n * Note: first and last point do not need to be equal.\n */\n constructor(inputPointArray, inputControlPointIndexArray) {\n /**\n * List of points.\n *\n * @type {Point2D[]}\n */\n this.pointArray = inputPointArray ? inputPointArray.slice() : [];\n /**\n * List of control points.\n *\n * @type {number[]}\n */\n this.controlPointIndexArray = inputControlPointIndexArray\n ? inputControlPointIndexArray.slice() : [];\n }\n\n /**\n * Get a point of the list.\n *\n * @param {number} index The index of the point\n * to get (beware, no size check).\n * @returns {Point2D} The Point2D at the given index.\n */\n getPoint(index) {\n return this.pointArray[index];\n }\n\n /**\n * Is the given point a control point.\n *\n * @param {Point2D} point The Point2D to check.\n * @returns {boolean} True if a control point.\n */\n isControlPoint(point) {\n const index = this.pointArray.indexOf(point);\n if (index !== -1) {\n return this.controlPointIndexArray.indexOf(index) !== -1;\n } else {\n throw new Error('Error: isControlPoint called with not in list point.');\n }\n }\n\n /**\n * Get the length of the path.\n *\n * @returns {number} The length of the path.\n */\n getLength() {\n return this.pointArray.length;\n }\n\n /**\n * Add a point to the path.\n *\n * @param {Point2D} point The Point2D to add.\n */\n addPoint(point) {\n this.pointArray.push(point);\n }\n\n /**\n * Add a control point to the path.\n *\n * @param {Point2D} point The Point2D to make a control point.\n */\n addControlPoint(point) {\n const index = this.pointArray.indexOf(point);\n if (index !== -1) {\n this.controlPointIndexArray.push(index);\n } else {\n throw new Error(\n 'Cannot mark a non registered point as control point.');\n }\n }\n\n /**\n * Add points to the path.\n *\n * @param {Point2D[]} newPointArray The list of Point2D to add.\n */\n addPoints(newPointArray) {\n this.pointArray = this.pointArray.concat(newPointArray);\n }\n\n /**\n * Append a Path to this one.\n *\n * @param {Path} other The Path to append.\n */\n appenPath(other) {\n const oldSize = this.pointArray.length;\n this.pointArray = this.pointArray.concat(other.pointArray);\n const indexArray = [];\n for (let i = 0; i < other.controlPointIndexArray.length; ++i) {\n indexArray[i] = other.controlPointIndexArray[i] + oldSize;\n }\n this.controlPointIndexArray =\n this.controlPointIndexArray.concat(indexArray);\n }\n\n} // Path class\n","/**\n * Circular Bucket Queue.\n *\n * Returns input'd points in sorted order. All operations run in roughly O(1)\n * time (for input with small cost values), but it has a strict requirement:\n *\n * If the most recent point had a cost of c, any points added should have a cost\n * c' in the range c <= c' <= c + (capacity - 1).\n */\nexport class BucketQueue {\n\n /**\n * @param {number} bits Number of bits.\n * @param {Function} cost_functor The cost functor.\n */\n constructor(bits, cost_functor) {\n this.bucketCount = 1 << bits; // # of buckets = 2^bits\n this.mask = this.bucketCount - 1; // 2^bits - 1 = index mask\n this.size = 0;\n\n this.loc = 0; // Current index in bucket list\n // Cost defaults to item value\n this.cost = (typeof (cost_functor) !== 'undefined')\n ? cost_functor : function (item) {\n return item;\n };\n this.buckets = this.buildArray(this.bucketCount);\n }\n\n push(item) {\n // Prepend item to the list in the appropriate bucket\n const bucket = this.getBucket(item);\n item.next = this.buckets[bucket];\n this.buckets[bucket] = item;\n\n this.size++;\n }\n\n pop() {\n if (this.size === 0) {\n throw new Error('Cannot pop, bucketQueue is empty.');\n }\n\n // Find first empty bucket\n while (this.buckets[this.loc] === null) {\n this.loc = (this.loc + 1) % this.bucketCount;\n }\n\n // All items in bucket have same cost, return the first one\n const ret = this.buckets[this.loc];\n this.buckets[this.loc] = ret.next;\n ret.next = null;\n\n this.size--;\n return ret;\n }\n\n // TODO: needs at least two items...\n remove(item) {\n // Tries to remove item from queue. Returns true on success, false otherwise\n if (!item) {\n return false;\n }\n\n // To find node, go to bucket and search through unsorted list.\n const bucket = this.getBucket(item);\n let node = this.buckets[bucket];\n\n while (node !== null &&\n !(node.next !== null &&\n item.x === node.next.x &&\n item.y === node.next.y)) {\n node = node.next;\n }\n\n if (node === null) {\n // Item not in list, ergo item not in queue\n return false;\n } else {\n // Found item, do standard list node deletion\n node.next = node.next.next;\n\n this.size--;\n return true;\n }\n }\n\n isEmpty() {\n return this.size === 0;\n }\n\n getBucket(item) {\n // Bucket index is the masked cost\n return this.cost(item) & this.mask;\n }\n\n buildArray(newSize) {\n // Create array and initialze pointers to null\n const buckets = new Array(newSize);\n\n for (let i = 0; i < buckets.length; i++) {\n buckets[i] = null;\n }\n\n return buckets;\n }\n\n} // class BucketQueue\n","import {BucketQueue} from './bucketQueue';\n\n// Pre-created to reduce allocation in inner loops\nconst __twothirdpi = (2 / (3 * Math.PI));\n\n/**\n * Compute grey scale.\n *\n * @param {Array} data The input data.\n * @param {number} width The width of the output.\n * @param {number} height The height of the output.\n * @returns {object} A greyscale object.\n */\nfunction computeGreyscale(data, width, height) {\n // Returns 2D augmented array containing greyscale data\n // Greyscale values found by averaging colour channels\n // Input should be in a flat RGBA array, with values between 0 and 255\n const greyscale = {\n data: []\n };\n\n // Compute actual values\n for (let y = 0; y < height; y++) {\n greyscale.data[y] = [];\n\n for (let x = 0; x < width; x++) {\n const p = (y * width + x) * 4;\n greyscale.data[y][x] = (data[p] + data[p + 1] + data[p + 2]) / (3 * 255);\n }\n }\n\n // Augment with convenience functions\n greyscale.dx = function (x, y) {\n if (x + 1 === this.data[y].length) {\n // If we're at the end, back up one\n x--;\n }\n return this.data[y][x + 1] - this.data[y][x];\n };\n\n greyscale.dy = function (x, y) {\n if (y + 1 === this.data.length) {\n // If we're at the end, back up one\n y--;\n }\n return this.data[y][x] - this.data[y + 1][x];\n };\n\n greyscale.gradMagnitude = function (x, y) {\n const dx = this.dx(x, y);\n const dy = this.dy(x, y);\n return Math.sqrt(dx * dx + dy * dy);\n };\n\n greyscale.laplace = function (x, y) {\n // Laplacian of Gaussian\n let lap = -16 * this.data[y][x];\n lap += this.data[y - 2][x];\n lap += this.data[y - 1][x - 1] +\n 2 * this.data[y - 1][x] +\n this.data[y - 1][x + 1];\n lap += this.data[y][x - 2] +\n 2 * this.data[y][x - 1] +\n 2 * this.data[y][x + 1] +\n this.data[y][x + 2];\n lap += this.data[y + 1][x - 1] +\n 2 * this.data[y + 1][x] +\n this.data[y + 1][x + 1];\n lap += this.data[y + 2][x];\n\n return lap;\n };\n\n return greyscale;\n}\n\n/**\n * Compute gradient.\n *\n * @param {object} greyscale The input greyscale.\n * @returns {object} A gradient object.\n */\nfunction computeGradient(greyscale) {\n // Returns a 2D array of gradient magnitude values for greyscale. The values\n // are scaled between 0 and 1, and then flipped, so that it works as a cost\n // function.\n const gradient = [];\n\n let max = 0; // Maximum gradient found, for scaling purposes\n\n let x = 0;\n let y = 0;\n\n for (y = 0; y < greyscale.data.length - 1; y++) {\n gradient[y] = [];\n\n for (x = 0; x < greyscale.data[y].length - 1; x++) {\n gradient[y][x] = greyscale.gradMagnitude(x, y);\n max = Math.max(gradient[y][x], max);\n }\n\n gradient[y][greyscale.data[y].length - 1] =\n gradient[y][greyscale.data.length - 2];\n }\n\n gradient[greyscale.data.length - 1] = [];\n for (let i = 0; i < gradient[0].length; i++) {\n gradient[greyscale.data.length - 1][i] =\n gradient[greyscale.data.length - 2][i];\n }\n\n // Flip and scale.\n for (y = 0; y < gradient.length; y++) {\n for (x = 0; x < gradient[y].length; x++) {\n // @ts-ignore\n gradient[y][x] = 1 - (gradient[y][x] / max);\n }\n }\n\n return gradient;\n}\n\n/**\n * @param {object} greyscale The input greyscale.\n * @returns {object} A laplace object.\n */\nfunction computeLaplace(greyscale) {\n // Returns a 2D array of Laplacian of Gaussian values\n const laplace = [];\n\n // Make the edges low cost here.\n\n laplace[0] = [];\n laplace[1] = [];\n for (let i = 1; i < greyscale.data.length; i++) {\n // Pad top, since we can't compute Laplacian\n laplace[0][i] = 1;\n laplace[1][i] = 1;\n }\n\n for (let y = 2; y < greyscale.data.length - 2; y++) {\n laplace[y] = [];\n // Pad left, ditto\n laplace[y][0] = 1;\n laplace[y][1] = 1;\n\n for (let x = 2; x < greyscale.data[y].length - 2; x++) {\n // Threshold needed to get rid of clutter.\n laplace[y][x] = (greyscale.laplace(x, y) > 0.33) ? 0 : 1;\n }\n\n // Pad right, ditto\n laplace[y][greyscale.data[y].length - 2] = 1;\n laplace[y][greyscale.data[y].length - 1] = 1;\n }\n\n laplace[greyscale.data.length - 2] = [];\n laplace[greyscale.data.length - 1] = [];\n for (let j = 1; j < greyscale.data.length; j++) {\n // Pad bottom, ditto\n laplace[greyscale.data.length - 2][j] = 1;\n laplace[greyscale.data.length - 1][j] = 1;\n }\n\n return laplace;\n}\n\n/**\n * Compute the X gradient.\n *\n * @param {object} greyscale The values.\n * @returns {Array} The gradient.\n */\nfunction computeGradX(greyscale) {\n // Returns 2D array of x-gradient values for greyscale\n const gradX = [];\n\n for (let y = 0; y < greyscale.data.length; y++) {\n gradX[y] = [];\n\n for (let x = 0; x < greyscale.data[y].length - 1; x++) {\n gradX[y][x] = greyscale.dx(x, y);\n }\n\n gradX[y][greyscale.data[y].length - 1] =\n gradX[y][greyscale.data[y].length - 2];\n }\n\n return gradX;\n}\n\n/**\n * Compute the Y gradient.\n *\n * @param {object} greyscale The values.\n * @returns {Array} The gradient.\n */\nfunction computeGradY(greyscale) {\n // Returns 2D array of y-gradient values for greyscale\n const gradY = [];\n\n for (let y = 0; y < greyscale.data.length - 1; y++) {\n gradY[y] = [];\n\n for (let x = 0; x < greyscale.data[y].length; x++) {\n gradY[y][x] = greyscale.dy(x, y);\n }\n }\n\n gradY[greyscale.data.length - 1] = [];\n for (let i = 0; i < greyscale.data[0].length; i++) {\n gradY[greyscale.data.length - 1][i] = gradY[greyscale.data.length - 2][i];\n }\n\n return gradY;\n}\n\n/**\n * Compute the gradient unit vector.\n *\n * @param {Array} gradX The X gradient.\n * @param {Array} gradY The Y gradient.\n * @param {number} px The point X.\n * @param {number} py The point Y.\n * @param {object} out The result.\n */\nfunction gradUnitVector(gradX, gradY, px, py, out) {\n // Returns the gradient vector at (px,py), scaled to a magnitude of 1\n const ox = gradX[py][px];\n const oy = gradY[py][px];\n\n let gvm = Math.sqrt(ox * ox + oy * oy);\n gvm = Math.max(gvm, 1e-100); // To avoid possible divide-by-0 errors\n\n out.x = ox / gvm;\n out.y = oy / gvm;\n}\n\n/**\n * Compute the gradient direction.\n *\n * @param {Array} gradX The X gradient.\n * @param {Array} gradY The Y gradient.\n * @param {number} px The point X.\n * @param {number} py The point Y.\n * @param {number} qx The q X.\n * @param {number} qy The q Y.\n * @returns {number} The direction.\n */\nfunction gradDirection(gradX, gradY, px, py, qx, qy) {\n const __dgpuv = {x: -1, y: -1};\n const __gdquv = {x: -1, y: -1};\n // Compute the gradiant direction, in radians, between to points\n gradUnitVector(gradX, gradY, px, py, __dgpuv);\n gradUnitVector(gradX, gradY, qx, qy, __gdquv);\n\n let dp = __dgpuv.y * (qx - px) - __dgpuv.x * (qy - py);\n let dq = __gdquv.y * (qx - px) - __gdquv.x * (qy - py);\n\n // Make sure dp is positive, to keep things consistant\n if (dp < 0) {\n dp = -dp;\n dq = -dq;\n }\n\n if (px !== qx && py !== qy) {\n // We're going diagonally between pixels\n dp *= Math.SQRT1_2;\n dq *= Math.SQRT1_2;\n }\n\n return __twothirdpi * (Math.acos(dp) + Math.acos(dq));\n}\n\n/**\n * Compute the sides.\n *\n * @param {number} dist The distance.\n * @param {Array} gradX The X gradient.\n * @param {Array} gradY The Y gradient.\n * @param {object} greyscale The value.\n * @returns {object} The sides.\n */\nfunction computeSides(dist, gradX, gradY, greyscale) {\n // Returns 2 2D arrays, containing inside and outside greyscale values.\n // These greyscale values are the intensity just a little bit along the\n // gradient vector, in either direction, from the supplied point. These\n // values are used when using active-learning Intelligent Scissors\n\n const sides = {};\n sides.inside = [];\n sides.outside = [];\n\n const guv = {x: -1, y: -1}; // Current gradient unit vector\n\n for (let y = 0; y < gradX.length; y++) {\n sides.inside[y] = [];\n sides.outside[y] = [];\n\n for (let x = 0; x < gradX[y].length; x++) {\n gradUnitVector(gradX, gradY, x, y, guv);\n\n //(x, y) rotated 90 = (y, -x)\n\n let ix = Math.round(x + dist * guv.y);\n let iy = Math.round(y - dist * guv.x);\n let ox = Math.round(x - dist * guv.y);\n let oy = Math.round(y + dist * guv.x);\n\n ix = Math.max(Math.min(ix, gradX[y].length - 1), 0);\n ox = Math.max(Math.min(ox, gradX[y].length - 1), 0);\n iy = Math.max(Math.min(iy, gradX.length - 1), 0);\n oy = Math.max(Math.min(oy, gradX.length - 1), 0);\n\n sides.inside[y][x] = greyscale.data[iy][ix];\n sides.outside[y][x] = greyscale.data[oy][ox];\n }\n }\n\n return sides;\n}\n\n/**\n * Gaussian blur an input buffer.\n *\n * @param {Array} buffer The input buffer.\n * @param {Array} out The result.\n */\nfunction gaussianBlur(buffer, out) {\n // Smooth values over to fill in gaps in the mapping\n out[0] = 0.4 * buffer[0] + 0.5 * buffer[1] + 0.1 * buffer[1];\n out[1] = 0.25 * buffer[0] + 0.4 * buffer[1] + 0.25 * buffer[2] +\n 0.1 * buffer[3];\n\n for (let i = 2; i < buffer.length - 2; i++) {\n out[i] = 0.05 * buffer[i - 2] + 0.25 * buffer[i - 1] +\n 0.4 * buffer[i] + 0.25 * buffer[i + 1] + 0.05 * buffer[i + 2];\n }\n\n const len = buffer.length;\n out[len - 2] = 0.25 * buffer[len - 1] + 0.4 * buffer[len - 2] +\n 0.25 * buffer[len - 3] + 0.1 * buffer[len - 4];\n out[len - 1] = 0.4 * buffer[len - 1] + 0.5 * buffer[len - 2] +\n 0.1 * buffer[len - 3];\n}\n\n/**\n * Scissors.\n *\n * Ref: Eric N. Mortensen, William A. Barrett, Interactive Segmentation with\n * Intelligent Scissors, Graphical Models and Image Processing, Volume 60,\n * Issue 5, September 1998, Pages 349-384, ISSN 1077-3169,\n * DOI: 10.1006/gmip.1998.0480.\n *\n * See: {@link http://www.sciencedirect.com/science/article/B6WG4-45JB8WN-9/2/6fe59d8089fd1892c2bfb82283065579}.\n *\n * Highly inspired from: {@link http://code.google.com/p/livewire-javascript/}.\n */\nexport class Scissors {\n\n constructor() {\n this.width = -1;\n this.height = -1;\n\n this.curPoint = null; // Corrent point we're searching on.\n this.searchGranBits = 8; // Bits of resolution for BucketQueue.\n this.searchGran = 1 << this.searchGranBits; //bits.\n this.pointsPerPost = 500;\n\n // Precomputed image data. All in ranges 0 >= x >= 1 and\n // all inverted (1 - x).\n this.greyscale = null; // Greyscale of image\n this.laplace = null; // Laplace zero-crossings (either 0 or 1).\n this.gradient = null; // Gradient magnitudes.\n this.gradX = null; // X-differences.\n this.gradY = null; // Y-differences.\n\n // Matrix mapping point => parent along shortest-path to root.\n this.parents = null;\n\n this.working = false; // Currently computing shortest paths?\n\n // Begin Training:\n this.trained = false;\n this.trainingPoints = null;\n\n this.edgeWidth = 2;\n this.trainingLength = 32;\n\n this.edgeGran = 256;\n this.edgeTraining = null;\n\n this.gradPointsNeeded = 32;\n this.gradGran = 1024;\n this.gradTraining = null;\n\n this.insideGran = 256;\n this.insideTraining = null;\n\n this.outsideGran = 256;\n this.outsideTraining = null;\n }\n // End Training\n\n\n // Begin training methods //\n getTrainingIdx(granularity, value) {\n return Math.round((granularity - 1) * value);\n }\n\n getTrainedEdge(edge) {\n return this.edgeTraining[this.getTrainingIdx(this.edgeGran, edge)];\n }\n\n getTrainedGrad(grad) {\n return this.gradTraining[this.getTrainingIdx(this.gradGran, grad)];\n }\n\n getTrainedInside(inside) {\n return this.insideTraining[this.getTrainingIdx(this.insideGran, inside)];\n }\n\n getTrainedOutside(outside) {\n return this.outsideTraining[this.getTrainingIdx(this.outsideGran, outside)];\n }\n // End training methods //\n\n setWorking(working) {\n // Sets working flag\n this.working = working;\n }\n\n setDimensions(width, height) {\n this.width = width;\n this.height = height;\n }\n\n setData(data) {\n if (this.width === -1 || this.height === -1) {\n // The width and height should have already been set\n throw new Error('Dimensions have not been set.');\n }\n\n this.greyscale = computeGreyscale(data, this.width, this.height);\n this.laplace = computeLaplace(this.greyscale);\n this.gradient = computeGradient(this.greyscale);\n this.gradX = computeGradX(this.greyscale);\n this.gradY = computeGradY(this.greyscale);\n\n const sides = computeSides(\n this.edgeWidth, this.gradX, this.gradY, this.greyscale);\n this.inside = sides.inside;\n this.outside = sides.outside;\n this.edgeTraining = [];\n this.gradTraining = [];\n this.insideTraining = [];\n this.outsideTraining = [];\n }\n\n findTrainingPoints(p) {\n // Grab the last handful of points for training\n const points = [];\n\n if (this.parents !== null) {\n for (let i = 0; i < this.trainingLength && p; i++) {\n points.push(p);\n p = this.parents[p.y][p.x];\n }\n }\n\n return points;\n }\n\n resetTraining() {\n this.trained = false; // Training is ignored with this flag set\n }\n\n doTraining(p) {\n // Compute training weights and measures\n this.trainingPoints = this.findTrainingPoints(p);\n\n if (this.trainingPoints.length < 8) {\n return; // Not enough points, I think. It might crash if length = 0.\n }\n\n const buffer = [];\n this.calculateTraining(\n buffer, this.edgeGran, this.greyscale, this.edgeTraining);\n this.calculateTraining(\n buffer, this.gradGran, this.gradient, this.gradTraining);\n this.calculateTraining(\n buffer, this.insideGran, this.inside, this.insideTraining);\n this.calculateTraining(\n buffer, this.outsideGran, this.outside, this.outsideTraining);\n\n if (this.trainingPoints.length < this.gradPointsNeeded) {\n // If we have two few training points, the gradient weight map might not\n // be smooth enough, so average with normal weights.\n this.addInStaticGrad(this.trainingPoints.length, this.gradPointsNeeded);\n }\n\n this.trained = true;\n }\n\n calculateTraining(\n buffer, granularity, input, output) {\n let i = 0;\n // Build a map of raw-weights to trained-weights by favoring input values\n buffer.length = granularity;\n for (i = 0; i < granularity; i++) {\n buffer[i] = 0;\n }\n\n let maxVal = 1;\n for (i = 0; i < this.trainingPoints.length; i++) {\n const p = this.trainingPoints[i];\n const idx = this.getTrainingIdx(granularity, input[p.y][p.x]);\n buffer[idx] += 1;\n\n maxVal = Math.max(maxVal, buffer[idx]);\n }\n\n // Invert and scale.\n for (i = 0; i < granularity; i++) {\n buffer[i] = 1 - buffer[i] / maxVal;\n }\n\n // Blur it, as suggested. Gets rid of static.\n gaussianBlur(buffer, output);\n }\n\n addInStaticGrad(have, need) {\n // Average gradient raw-weights to trained-weights map with standard weight\n // map so that we don't end up with something to spiky\n for (let i = 0; i < this.gradGran; i++) {\n this.gradTraining[i] = Math.min(\n this.gradTraining[i],\n 1 - i * (need - have) / (need * this.gradGran)\n );\n }\n }\n\n gradDirection(px, py, qx, qy) {\n return gradDirection(this.gradX, this.gradY, px, py, qx, qy);\n }\n\n dist(px, py, qx, qy) {\n // The grand culmunation of most of the code: the weighted distance function\n let grad = this.gradient[qy][qx];\n\n if (px === qx || py === qy) {\n // The distance is Euclidean-ish; non-diagonal edges should be shorter\n grad *= Math.SQRT1_2;\n }\n\n const lap = this.laplace[qy][qx];\n const dir = this.gradDirection(px, py, qx, qy);\n\n if (this.trained) {\n // Apply training magic\n const gradT = this.getTrainedGrad(grad);\n const edgeT = this.getTrainedEdge(this.greyscale.data[py][px]);\n const insideT = this.getTrainedInside(this.inside[py][px]);\n const outsideT = this.getTrainedOutside(this.outside[py][px]);\n\n return 0.3 * gradT + 0.3 * lap + 0.1 * (dir + edgeT + insideT + outsideT);\n } else {\n // Normal weights\n return 0.43 * grad + 0.43 * lap + 0.11 * dir;\n }\n }\n\n adj(p) {\n const list = [];\n\n const sx = Math.max(p.x - 1, 0);\n const sy = Math.max(p.y - 1, 0);\n const ex = Math.min(p.x + 1, this.greyscale.data[0].length - 1);\n const ey = Math.min(p.y + 1, this.greyscale.data.length - 1);\n\n let idx = 0;\n for (let y = sy; y <= ey; y++) {\n for (let x = sx; x <= ex; x++) {\n if (x !== p.x || y !== p.y) {\n list[idx++] = {x: x, y: y};\n }\n }\n }\n\n return list;\n }\n\n #costFunction = (p) => {\n return Math.round(this.searchGran * this.cost[p.y][p.x]);\n };\n\n setPoint(sp) {\n this.setWorking(true);\n\n this.curPoint = sp;\n\n let x = 0;\n let y = 0;\n\n this.visited = [];\n for (y = 0; y < this.height; y++) {\n this.visited[y] = [];\n for (x = 0; x < this.width; x++) {\n this.visited[y][x] = false;\n }\n }\n\n this.parents = [];\n for (y = 0; y < this.height; y++) {\n this.parents[y] = [];\n }\n\n this.cost = [];\n for (y = 0; y < this.height; y++) {\n this.cost[y] = [];\n for (x = 0; x < this.width; x++) {\n this.cost[y][x] = Number.MAX_VALUE;\n }\n }\n this.cost[sp.y][sp.x] = 0;\n\n this.pq = new BucketQueue(this.searchGranBits, this.#costFunction);\n this.pq.push(sp);\n }\n\n doWork() {\n if (!this.working) {\n return;\n }\n\n this.timeout = null;\n\n let pointCount = 0;\n const newPoints = [];\n while (!this.pq.isEmpty() && pointCount < this.pointsPerPost) {\n const p = this.pq.pop();\n newPoints.push(p);\n newPoints.push(this.parents[p.y][p.x]);\n\n this.visited[p.y][p.x] = true;\n\n const adjList = this.adj(p);\n for (let i = 0; i < adjList.length; i++) {\n const q = adjList[i];\n\n const pqCost = this.cost[p.y][p.x] + this.dist(p.x, p.y, q.x, q.y);\n\n if (pqCost < this.cost[q.y][q.x]) {\n if (this.cost[q.y][q.x] !== Number.MAX_VALUE) {\n // Already in PQ, must remove it so we can re-add it.\n this.pq.remove(q);\n }\n\n this.cost[q.y][q.x] = pqCost;\n this.parents[q.y][q.x] = p;\n this.pq.push(q);\n }\n }\n\n pointCount++;\n }\n\n return newPoints;\n }\n\n} // Scissors class\n","// linting 'type {Object.}' will give:\n// warning Use object shorthand or index signatures instead of `Object`,\n// e.g., `{[key: string]: string}` jsdoc/check-types\n// pb: jsdoc does not support the object shorthand\n// and ignoring will give vscode warning since the doc linting is not\n// activated by default.\n\n// Overridable default object.\nexport const defaults = {\n /**\n * List of default window level presets.\n *\n * @type {Object.>}\n */\n labelText: {\n arrow: {\n '*': ''\n },\n circle: {\n '*': '{surface}'\n },\n ellipse: {\n '*': '{surface}'\n },\n protractor: {\n '*': '{angle}'\n },\n rectangle: {\n '*': '{surface}'\n },\n roi: {\n '*': ''\n },\n ruler: {\n '*': '{length}'\n }\n }\n};\n","// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Label factory to create and update shape label.\n */\nexport class LabelFactory {\n\n /**\n * Default position getter.\n *\n * @type {Function}\n */\n #defaultPositionGetter;\n\n /**\n * @param {Function} positionGetter Default position getter.\n */\n constructor(positionGetter) {\n this.#defaultPositionGetter = positionGetter;\n }\n\n /**\n * Get the annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n getPosition(annotation) {\n let position = annotation.labelPosition;\n if (typeof position === 'undefined') {\n position = this.#defaultPositionGetter(annotation);\n }\n return position;\n }\n\n /**\n * Creates the konva label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Label} The Konva label.\n */\n create(annotation, style) {\n // konva text\n const ktext = new Konva.Text({\n fontSize: style.getFontSize(),\n fontFamily: style.getFontFamily(),\n fill: annotation.colour,\n padding: style.getTextPadding(),\n shadowColor: style.getShadowLineColour(),\n shadowOffset: style.getShadowOffset(),\n name: 'text'\n });\n const labelText = annotation.getText();\n ktext.setText(labelText);\n\n // konva label\n const labelPosition = this.getPosition(annotation);\n const klabel = new Konva.Label({\n x: labelPosition.getX(),\n y: labelPosition.getY(),\n scale: style.applyZoomScale(1),\n visible: labelText.length !== 0,\n name: 'label'\n });\n klabel.add(ktext);\n klabel.add(new Konva.Tag({\n fill: annotation.colour,\n opacity: style.getTagOpacity()\n }));\n\n return klabel;\n }\n\n /**\n * Update the shape label position.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n */\n updatePosition(annotation, group) {\n // associated label\n const klabel = group.getChildren(function (node) {\n return node.name() === 'label';\n })[0];\n if (!(klabel instanceof Konva.Label)) {\n return;\n }\n // update position\n const labelPosition = this.getPosition(annotation);\n klabel.position({\n x: labelPosition.getX(),\n y: labelPosition.getY()\n });\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n */\n updateContent(annotation, group) {\n // associated label\n const klabel = group.getChildren(function (node) {\n return node.name() === 'label';\n })[0];\n if (!(klabel instanceof Konva.Label)) {\n return;\n }\n // update text\n const text = annotation.getText();\n const ktext = klabel.getText();\n ktext.setText(text);\n // hide if visible and empty\n if (klabel.visible()) {\n klabel.visible(text.length !== 0);\n }\n }\n\n} // LabelFactory","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\n/* eslint-enable no-unused-vars */\n\n/**\n * Threshold an image between an input minimum and maximum.\n */\nexport class Threshold {\n /**\n * Threshold minimum.\n *\n * @type {number}\n */\n #min = 0;\n\n /**\n * Threshold maximum.\n *\n * @type {number}\n */\n #max = 0;\n\n /**\n * Get the threshold minimum.\n *\n * @returns {number} The threshold minimum.\n */\n getMin() {\n return this.#min;\n }\n\n /**\n * Set the threshold minimum.\n *\n * @param {number} val The threshold minimum.\n */\n setMin(val) {\n this.#min = val;\n }\n\n /**\n * Get the threshold maximum.\n *\n * @returns {number} The threshold maximum.\n */\n getMax() {\n return this.#max;\n }\n\n /**\n * Set the threshold maximum.\n *\n * @param {number} val The threshold maximum.\n */\n setMax(val) {\n this.#max = val;\n }\n\n /**\n * Get the name of the filter.\n *\n * @returns {string} The name of the filter.\n */\n getName() {\n return 'Threshold';\n }\n\n /**\n * Original image.\n *\n * @type {Image}\n */\n #originalImage = null;\n\n /**\n * Set the original image.\n *\n * @param {Image} image The original image.\n */\n setOriginalImage(image) {\n this.#originalImage = image;\n }\n\n /**\n * Get the original image.\n *\n * @returns {Image} The original image.\n */\n getOriginalImage() {\n return this.#originalImage;\n }\n\n /**\n * Transform the main image using this filter.\n *\n * @returns {Image} The transformed image.\n */\n update() {\n const image = this.getOriginalImage();\n const imageMin = image.getDataRange().min;\n const threshFunction = (value) => {\n if (value < this.getMin() || value > this.getMax()) {\n return imageMin;\n } else {\n return value;\n }\n };\n return image.transform(threshFunction);\n }\n\n} // class Threshold\n\n/**\n * Sharpen an image using a sharpen convolution matrix.\n */\nexport class Sharpen {\n /**\n * Get the name of the filter.\n *\n * @returns {string} The name of the filter.\n */\n getName() {\n return 'Sharpen';\n }\n\n /**\n * Original image.\n *\n * @type {Image}\n */\n #originalImage = null;\n\n /**\n * Set the original image.\n *\n * @param {Image} image The original image.\n */\n setOriginalImage(image) {\n this.#originalImage = image;\n }\n\n /**\n * Get the original image.\n *\n * @returns {Image} The original image.\n */\n getOriginalImage() {\n return this.#originalImage;\n }\n\n /**\n * Transform the main image using this filter.\n *\n * @returns {Image} The transformed image.\n */\n update() {\n const image = this.getOriginalImage();\n /* eslint-disable @stylistic/js/array-element-newline */\n return image.convolute2D([\n 0, -1, 0,\n -1, 5, -1,\n 0, -1, 0\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n }\n\n} // class Sharpen\n\n/**\n * Apply a Sobel filter to an image.\n */\nexport class Sobel {\n /**\n * Get the name of the filter.\n *\n * @returns {string} The name of the filter.\n */\n getName() {\n return 'Sobel';\n }\n\n /**\n * Original image.\n *\n * @type {Image}\n */\n #originalImage = null;\n\n /**\n * Set the original image.\n *\n * @param {Image} image The original image.\n */\n setOriginalImage(image) {\n this.#originalImage = image;\n }\n\n /**\n * Get the original image.\n *\n * @returns {Image} The original image.\n */\n getOriginalImage() {\n return this.#originalImage;\n }\n\n /**\n * Transform the main image using this filter.\n *\n * @returns {Image} The transformed image.\n */\n update() {\n const image = this.getOriginalImage();\n /* eslint-disable @stylistic/js/array-element-newline */\n const gradX = image.convolute2D([\n 1, 0, -1,\n 2, 0, -2,\n 1, 0, -1\n ]);\n const gradY = image.convolute2D([\n 1, 2, 1,\n 0, 0, 0,\n -1, -2, -1\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n return gradX.compose(gradY, function (x, y) {\n return Math.sqrt(x * x + y * y);\n });\n }\n\n} // class Sobel\n","import {ListenerHandler} from '../utils/listen';\nimport {\n Threshold as ThresholdFilter,\n Sobel as SobelFilter,\n Sharpen as SharpenFilter\n} from '../image/filter';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * Filter tool.\n */\nexport class Filter {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Filter list.\n *\n * @type {object}\n */\n #filterList = null;\n\n /**\n * Selected filter.\n *\n * @type {object}\n */\n #selectedFilter = 0;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Activate the tool.\n *\n * @param {boolean} bool Flag to activate or not.\n */\n activate(bool) {\n // setup event listening\n for (const key in this.#filterList) {\n if (bool) {\n this.#filterList[key].addEventListener('filterrun', this.#fireEvent);\n this.#filterList[key].addEventListener('filter-undo', this.#fireEvent);\n } else {\n this.#filterList[key].removeEventListener(\n 'filterrun', this.#fireEvent);\n this.#filterList[key].removeEventListener(\n 'filter-undo', this.#fireEvent);\n }\n }\n }\n\n /**\n * Set the tool options.\n *\n * @param {object} options The list of filter names amd classes.\n */\n setOptions(options) {\n this.#filterList = {};\n // try to instanciate filters from the options\n for (const key in options) {\n this.#filterList[key] = new options[key](this.#app);\n }\n }\n\n /**\n * Get the type of tool options: here 'instance' since the filter\n * list contains instances of each possible filter.\n *\n * @returns {string} The type.\n */\n getOptionsType() {\n return 'instance';\n }\n\n /**\n * Initialise the filter. Called once the image is loaded.\n */\n init() {\n // setup event listening\n for (const key in this.#filterList) {\n this.#filterList[key].init();\n }\n }\n\n /**\n * Handle keydown event.\n *\n * @param {object} event The keydown event.\n */\n keydown = (event) => {\n event.context = 'Filter';\n this.#app.onKeydown(event);\n };\n\n /**\n * Get the list of event names that this tool can fire.\n *\n * @returns {string[]} The list of event names.\n */\n getEventNames() {\n return ['filterrun', 'filterundo'];\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n /**\n * Get the selected filter.\n *\n * @returns {object} The selected filter.\n */\n getSelectedFilter() {\n return this.#selectedFilter;\n }\n\n /**\n * Set the tool live features: filter name.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.filterName !== 'undefined') {\n // check if we have it\n if (!this.hasFilter(features.filterName)) {\n throw new Error('Unknown filter: \\'' + features.filterName + '\\'');\n }\n // de-activate last selected\n if (this.#selectedFilter) {\n this.#selectedFilter.activate(false);\n }\n // enable new one\n this.#selectedFilter = this.#filterList[features.filterName];\n // activate the selected filter\n this.#selectedFilter.activate(true);\n }\n if (typeof features.run !== 'undefined' && features.run) {\n let args = {};\n if (typeof features.runArgs !== 'undefined') {\n args = features.runArgs;\n }\n this.getSelectedFilter().run(args);\n }\n }\n\n /**\n * Get the list of filters.\n *\n * @returns {Array} The list of filter objects.\n */\n getFilterList() {\n return this.#filterList;\n }\n\n /**\n * Check if a filter is in the filter list.\n *\n * @param {string} name The name to check.\n * @returns {string} The filter list element for the given name.\n */\n hasFilter(name) {\n return this.#filterList[name];\n }\n\n} // class Filter\n\n/**\n * Threshold filter tool.\n */\nexport class Threshold {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Associated filter.\n *\n * @type {object}\n */\n #filter = new ThresholdFilter();\n\n /**\n * Flag to know wether to reset the image or not.\n *\n * @type {boolean}\n */\n #resetImage = true;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Activate the filter.\n *\n * @param {boolean} bool Flag to activate or not.\n */\n activate(bool) {\n // reset the image when the tool is activated\n if (bool) {\n this.#resetImage = true;\n }\n }\n\n /**\n * Initialise the filter. Called once the image is loaded.\n */\n init() {\n // does nothing\n }\n\n /**\n * Run the filter.\n *\n * @param {*} args The filter arguments.\n */\n run(args) {\n if (typeof args.dataId === 'undefined') {\n throw new Error('No dataId to run threshod filter on.');\n }\n this.#filter.setMin(args.min);\n this.#filter.setMax(args.max);\n // reset the image if asked\n if (this.#resetImage) {\n const image = this.#app.getData(args.dataId).image;\n this.#filter.setOriginalImage(image);\n this.#resetImage = false;\n }\n const command = new RunFilterCommand(this.#filter, args.dataId, this.#app);\n command.onExecute = this.#fireEvent;\n command.onUndo = this.#fireEvent;\n command.execute();\n // save command in undo stack\n this.#app.addToUndoStack(command);\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // class Threshold\n\n/**\n * Sharpen filter tool.\n */\nexport class Sharpen {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Activate the filter.\n *\n * @param {boolean} _bool Flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the filter. Called once the image is loaded.\n */\n init() {\n // does nothing\n }\n\n /**\n * Run the filter.\n *\n * @param {*} args The filter arguments.\n */\n run(args) {\n if (typeof args.dataId === 'undefined') {\n throw new Error('No dataId to run sharpen filter on.');\n }\n const filter = new SharpenFilter();\n const image = this.#app.getData(args.dataId).image;\n filter.setOriginalImage(image);\n const command = new RunFilterCommand(filter, args.dataId, this.#app);\n command.onExecute = this.#fireEvent;\n command.onUndo = this.#fireEvent;\n command.execute();\n // save command in undo stack\n this.#app.addToUndoStack(command);\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // filter.Sharpen\n\n/**\n * Sobel filter tool.\n */\nexport class Sobel {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Activate the filter.\n *\n * @param {boolean} _bool Flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the filter. Called once the image is loaded.\n */\n init() {\n // does nothing\n }\n\n /**\n * Run the filter.\n *\n * @param {*} args The filter arguments.\n */\n run(args) {\n if (typeof args.dataId === 'undefined') {\n throw new Error('No dataId to run sobel filter on.');\n }\n const filter = new SobelFilter();\n const image = this.#app.getData(args.dataId).image;\n filter.setOriginalImage(image);\n const command = new RunFilterCommand(filter, args.dataId, this.#app);\n command.onExecute = this.#fireEvent;\n command.onUndo = this.#fireEvent;\n command.execute();\n // save command in undo stack\n this.#app.addToUndoStack(command);\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // class filter.Sobel\n\n/**\n * Run filter command.\n */\nexport class RunFilterCommand {\n\n /**\n * The filter to run.\n *\n * @type {object}\n */\n #filter;\n\n /**\n * Data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {object} filter The filter to run.\n * @param {string} dataId The data to filter.\n * @param {App} app The associated application.\n */\n constructor(filter, dataId, app) {\n this.#filter = filter;\n this.#dataId = dataId;\n this.#app = app;\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'Filter-' + this.#filter.getName();\n }\n\n /**\n * Execute the command.\n *\n * @fires RunFilterCommand#filterrun\n */\n execute() {\n // run filter and set app image\n this.#app.setImage(this.#dataId, this.#filter.update());\n // update display\n this.#app.render(this.#dataId);\n /**\n * Filter run event.\n *\n * @event RunFilterCommand#filterrun\n * @type {object}\n * @property {string} type The event type: filterrun.\n * @property {number} id The id of the run command.\n */\n const event = {\n type: 'filterrun',\n id: this.getName(),\n dataId: this.#dataId\n };\n // callback\n this.onExecute(event);\n }\n\n /**\n * Undo the command.\n *\n * @fires RunFilterCommand#filterundo\n */\n undo() {\n // reset the image\n this.#app.setImage(this.#dataId, this.#filter.getOriginalImage());\n // update display\n this.#app.render(this.#dataId);\n /**\n * Filter undo event.\n *\n * @event RunFilterCommand#filterundo\n * @type {object}\n * @property {string} type The event type: filterundo.\n * @property {number} id The id of the undone run command.\n */\n const event = {\n type: 'filterundo',\n id: this.getName(),\n dataid: this.#dataId\n }; // callback\n this.onUndo(event);\n }\n\n /**\n * Handle an execute event.\n *\n * @param {object} _event The execute event with type and id.\n */\n onExecute(_event) {\n // default does nothing.\n }\n\n /**\n * Handle an undo event.\n *\n * @param {object} _event The undo event with type and id.\n */\n onUndo(_event) {\n // default does nothing.\n }\n\n} // RunFilterCommand class\n","import {WindowLevel} from './windowLevel';\nimport {Scroll} from './scroll';\nimport {ZoomAndPan} from './zoomPan';\nimport {Opacity} from './opacity';\nimport {Draw} from './draw';\nimport {Floodfill} from './floodfill';\nimport {Livewire} from './livewire';\n\nimport {ArrowFactory} from './arrow';\nimport {CircleFactory} from './circle';\nimport {EllipseFactory} from './ellipse';\nimport {ProtractorFactory} from './protractor';\nimport {RectangleFactory} from './rectangle';\nimport {RoiFactory} from './roi';\nimport {RulerFactory} from './ruler';\n\nimport {Filter, Threshold, Sobel, Sharpen} from './filter';\n\n/**\n * List of client provided tools to be added to\n * the default ones.\n *\n * @example\n * // custom tool\n * class AlertTool {\n * mousedown() {alert('AlertTool mousedown');}\n * init() {}\n * activate() {}\n * }\n * // pass it to dwv tool list\n * dwv.toolList['Alert'] = AlertTool;\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Alert: {}};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('Alert');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n *\n * @type {Object}\n */\nexport const toolList = {};\n\n/**\n * List of client provided tool options to be added to\n * the default ones.\n *\n * @example\n * // custom factory\n * class LoveFactory {\n * getName() {return 'love';}\n * static supports(mathShape) {return mathShape instanceof ROI;}\n * getNPoints() {return 1;}\n * getTimeout() {return 0;}\n * setAnnotationMathShape(annotation, points) {\n * const px = points[0].getX();\n * const py = points[0].getY();\n * annotation.mathShape = new dwv.ROI([\n * new dwv.Point2D(px+15,py), new dwv.Point2D(px+10,py-10),\n * new dwv.Point2D(px,py), new dwv.Point2D(px-10,py-10),\n * new dwv.Point2D(px-15,py), new dwv.Point2D(px,py+20)\n * ]);\n * annotation.getFactory = function () {return new LoveFactory();}\n * }\n * createShapeGroup(annotation, style) {\n * const roi = annotation.mathShape;\n * // konva line\n * const arr = [];\n * for (let i = 0; i < roi.getLength(); ++i) {\n * arr.push(roi.getPoint(i).getX());\n * arr.push(roi.getPoint(i).getY());\n * }\n * const shape = new Konva.Line({\n * name: 'shape', points: arr,\n * stroke: 'red', strokeWidth: 2,\n * closed: true\n * });\n * // konva group\n * const group = new Konva.Group();\n * group.name('love-group');\n * group.visible(true);\n * group.id(annotation.id);\n * group.add(shape);\n * return group;\n * }\n * }\n * // pass it to dwv option list\n * dwv.toolOptions['draw'] = {LoveFactory};\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Draw: {options: ['Love']}};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('Draw');\n * app.setToolFeatures({shapeName: 'Love'});\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n *\n * @type {Object>}\n */\nexport const toolOptions = {};\n\n/**\n * Default tool list.\n *\n * @type {Object}\n */\nexport const defaultToolList = {\n WindowLevel,\n Scroll,\n ZoomAndPan,\n Opacity,\n Draw,\n Filter,\n Floodfill,\n Livewire\n};\n\n/**\n * Default tool options.\n *\n * @type {Object>}\n */\nexport const defaultToolOptions = {\n draw: {\n ArrowFactory,\n CircleFactory,\n EllipseFactory,\n ProtractorFactory,\n RectangleFactory,\n RoiFactory,\n RulerFactory\n },\n filter: {\n Threshold,\n Sobel,\n Sharpen\n }\n};","import {ScrollWheel} from './scrollWheel';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {\n validateWindowWidth,\n WindowLevel as WindowLevelValues\n} from '../image/windowLevel';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * WindowLevel tool: handle window/level related events.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {WindowLevel: new dwv.ToolConfig()};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('WindowLevel');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\nexport class WindowLevel {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Scroll wheel handler.\n *\n * @type {ScrollWheel}\n */\n #scrollWhell;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n this.#scrollWhell = new ScrollWheel(app);\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n */\n #start(point) {\n this.#started = true;\n this.#startPoint = point;\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n // check start flag\n if (!this.#started) {\n return;\n }\n\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n\n // difference to last position\n const diffX = point.getX() - this.#startPoint.getX();\n const diffY = this.#startPoint.getY() - point.getY();\n // data range\n const range = viewController.getImageRescaledDataRange();\n // 1/1000 seems to give reasonable results...\n const pixelToIntensity = (range.max - range.min) * 0.01;\n\n // calculate new window level\n const center = viewController.getWindowLevel().center;\n const width = viewController.getWindowLevel().width;\n const windowCenter = center + Math.round(diffY * pixelToIntensity);\n let windowWidth = width + Math.round(diffX * pixelToIntensity);\n // bound window width\n windowWidth = validateWindowWidth(windowWidth);\n // set\n const wl = new WindowLevelValues(windowCenter, windowWidth);\n viewController.setWindowLevel(wl);\n\n // store position\n this.#startPoint = point;\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n this.#start(mousePoint);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n this.#start(touchPoints[0]);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle double click event.\n *\n * @param {object} event The double click event.\n */\n dblclick = (event) => {\n const layerDetails = getLayerDetailsFromEvent(event);\n const mousePoint = getMousePoint(event);\n\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const index = viewLayer.displayToPlaneIndex(mousePoint);\n const viewController = viewLayer.getViewController();\n const image = this.#app.getData(viewLayer.getDataId()).image;\n\n // update view controller\n const wl = new WindowLevelValues(\n image.getRescaledValueAtIndex(\n viewController.getCurrentIndex().getWithNew2D(\n index.get(0),\n index.get(1)\n )\n ),\n viewController.getWindowLevel().width\n );\n viewController.setWindowLevel(wl);\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {WheelEvent} event The mouse wheel event.\n */\n wheel = (event) => {\n this.#scrollWhell.wheel(event);\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'WindowLevel';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} _bool The flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Set the tool live features: does nothing.\n *\n * @param {object} _features The list of features.\n */\n setFeatures(_features) {\n // does nothing\n }\n\n} // WindowLevel class\n","import {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {ScrollWheel} from './scrollWheel';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * Scroll class.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Scroll: new dwv.ToolConfig()};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('Scroll');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm',\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323707.dcm',\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323563.dcm'\n * ]);\n * @example Example with slider\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Scroll: new dwv.ToolConfig()};\n * app.init(options);\n * // create range\n * const range = document.createElement('input');\n * range.type = 'range';\n * range.min = 0;\n * range.id = 'sliceRange';\n * document.body.appendChild(range);\n * // update app on slider change\n * range.oninput = function () {\n * const lg = app.getLayerGroupByDivId('layerGroup0');\n * const vc = lg.getActiveViewLayer().getViewController();\n * const index = vc.getCurrentIndex();\n * const values = index.getValues();\n * values[2] = this.value;\n * vc.setCurrentIndex(new dwv.Index(values));\n * }\n * // activate tool and update range max on load\n * app.addEventListener('load', function () {\n * app.setTool('Scroll');\n * const size = app.getData(0).image.getGeometry().getSize();\n * range.max = size.get(2) - 1;\n * });\n * // update slider on slice change (for ex via mouse wheel)\n * app.addEventListener('positionchange', function () {\n * const lg = app.getLayerGroupByDivId('layerGroup0');\n * const vc = lg.getActiveViewLayer().getViewController();\n * range.value = vc.getCurrentIndex().get(2);\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm',\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323707.dcm',\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323563.dcm'\n * ]);\n */\nexport class Scroll {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Scroll wheel handler.\n *\n * @type {ScrollWheel}\n */\n #scrollWhell;\n\n /**\n * Touch timer ID (created by setTimeout).\n *\n * @type {number}\n */\n #touchTimerID;\n\n /**\n * Option to show or not a value tooltip on mousemove.\n *\n * @type {boolean}\n */\n #displayTooltip = false;\n\n /**\n * Current layer group div id.\n *\n * @type {string}\n */\n #currentDivId;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n this.#scrollWhell = new ScrollWheel(app);\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n */\n #start(point, divId) {\n // optional tooltip\n this.#removeTooltipDiv();\n\n // stop viewer if playing\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n if (viewController.isPlaying()) {\n viewController.stop();\n }\n\n // start flag\n this.#started = true;\n this.#startPoint = point;\n\n // update controller position\n const planePos = viewLayer.displayToPlanePos(point);\n const position = viewController.getPositionFromPlanePoint(planePos);\n viewController.setCurrentPosition(position);\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n // optional tooltip\n if (this.#displayTooltip) {\n this.#showTooltip(point, divId);\n }\n return;\n }\n\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n\n let newPosition;\n\n // difference to last Y position\n const diffY = point.getY() - this.#startPoint.getY();\n const yMove = (Math.abs(diffY) > 15);\n // do not trigger for small moves\n if (yMove && layerGroup.canScroll()) {\n // update view controller\n if (diffY > 0) {\n newPosition = viewController.getDecrementScrollPosition();\n } else {\n newPosition = viewController.getIncrementScrollPosition();\n }\n }\n\n // difference to last X position\n const diffX = point.getX() - this.#startPoint.getX();\n const xMove = (Math.abs(diffX) > 15);\n // do not trigger for small moves\n if (xMove && layerGroup.moreThanOne(3)) {\n // update view controller\n if (diffX > 0) {\n newPosition = viewController.getIncrementPosition(3);\n } else {\n newPosition = viewController.getDecrementPosition(3);\n }\n }\n\n // set all layers if at least one can be set\n if (typeof newPosition !== 'undefined' &&\n layerGroup.isPositionInBounds(newPosition)) {\n viewController.setCurrentPosition(newPosition);\n }\n\n // reset origin point\n if (xMove || yMove) {\n this.#startPoint = point;\n }\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n // remove possible tooltip div\n this.#removeTooltipDiv();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n // long touch triggers the dblclick\n // @ts-ignore\n this.#touchTimerID = setTimeout(() => {\n this.dblclick(event);\n }, 500);\n // call start\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n // abort timer if move\n if (this.#touchTimerID !== null) {\n clearTimeout(this.#touchTimerID);\n this.#touchTimerID = null;\n }\n // call update\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n // abort timer\n if (this.#touchTimerID !== null) {\n clearTimeout(this.#touchTimerID);\n this.#touchTimerID = null;\n }\n // call mouse equivalent\n this.#finish();\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {WheelEvent} event The mouse wheel event.\n */\n wheel = (event) => {\n this.#scrollWhell.wheel(event);\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'Scroll';\n this.#app.onKeydown(event);\n };\n\n /**\n * Handle double click.\n *\n * @param {object} event The key down event.\n */\n dblclick = (event) => {\n const layerDetails = getLayerDetailsFromEvent(event);\n\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n viewController.play();\n };\n\n /**\n * Display a tooltip at the given point.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #showTooltip(point, divId) {\n // get layer group\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n this.#currentDivId = divId;\n // show new tooltip\n layerGroup.showTooltip(point);\n }\n\n /**\n * Remove the last tooltip html div.\n */\n #removeTooltipDiv() {\n if (typeof this.#currentDivId !== 'undefined') {\n const layerGroup = this.#app.getLayerGroupByDivId(this.#currentDivId);\n layerGroup.removeTooltipDiv();\n this.#currentDivId = undefined;\n }\n }\n\n /**\n * Activate the tool.\n *\n * @param {boolean} _bool The flag to activate or not.\n */\n activate(_bool) {\n // remove tooltip html when deactivating\n if (!_bool) {\n this.#removeTooltipDiv();\n }\n }\n\n /**\n * Set the tool live features: disaply tooltip.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.displayTooltip !== 'undefined') {\n this.#displayTooltip = features.displayTooltip;\n }\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n} // Scroll class\n","import {Point2D} from '../math/point';\nimport {Line} from '../math/line';\nimport {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * ZoomAndPan class.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {ZoomAndPan: new dwv.ToolConfig()};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('ZoomAndPan');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\nexport class ZoomAndPan {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Move flag: true if mouse or touch move.\n *\n * @type {boolean}\n */\n #hasMoved;\n\n /**\n * Line between input points.\n *\n * @type {Line}\n */\n #pointsLine;\n\n /**\n * PointsLine midpoint.\n *\n * @type {Point2D}\n */\n #midPoint;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n */\n #start(point) {\n this.#started = true;\n this.#startPoint = point;\n this.#hasMoved = false;\n }\n\n /**\n * Two touch start.\n *\n * @param {Point2D[]} points The start points.\n */\n #twoTouchStart = (points) => {\n this.#started = true;\n this.#startPoint = points[0];\n this.#hasMoved = false;\n // points line\n this.#pointsLine = new Line(points[0], points[1]);\n this.#midPoint = this.#pointsLine.getMidpoint();\n };\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n return;\n }\n this.#hasMoved = true;\n\n // calculate translation\n const tx = point.getX() - this.#startPoint.getX();\n const ty = point.getY() - this.#startPoint.getY();\n // apply translation\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n const planeOffset = viewLayer.displayToPlaneScale(\n new Point2D(tx, ty)\n );\n const offset3D = viewController.getOffset3DFromPlaneOffset({\n x: planeOffset.getX(),\n y: planeOffset.getY()\n });\n layerGroup.addTranslation({\n x: offset3D.getX(),\n y: offset3D.getY(),\n z: offset3D.getZ()\n });\n layerGroup.draw();\n // reset origin point\n this.#startPoint = point;\n }\n\n /**\n * Two touch update.\n *\n * @param {Point2D[]} points The update points.\n * @param {string} divId The layer group divId.\n */\n #twoTouchUpdate = (points, divId) => {\n if (!this.#started) {\n return;\n }\n this.#hasMoved = true;\n\n const newLine = new Line(points[0], points[1]);\n const lineRatio = newLine.getLength() / this.#pointsLine.getLength();\n\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n\n if (lineRatio === 1) {\n // scroll mode\n // difference to last position\n const diffY = points[0].getY() - this.#startPoint.getY();\n // do not trigger for small moves\n if (Math.abs(diffY) < 15) {\n return;\n }\n // update view controller\n if (layerGroup.canScroll()) {\n let newPosition;\n if (diffY > 0) {\n newPosition = viewController.getIncrementScrollPosition();\n } else {\n newPosition = viewController.getDecrementScrollPosition();\n }\n // set all layers if at least one can be set\n if (typeof newPosition !== 'undefined' &&\n layerGroup.isPositionInBounds(newPosition)) {\n viewController.setCurrentPosition(newPosition);\n }\n }\n } else {\n // zoom mode\n const zoom = (lineRatio - 1) / 10;\n if (Math.abs(zoom) % 0.1 <= 0.05 &&\n typeof this.#midPoint !== 'undefined') {\n const planePos = viewLayer.displayToMainPlanePos(this.#midPoint);\n const center = viewController.getPlanePositionFromPlanePoint(planePos);\n layerGroup.addScale(zoom, center);\n layerGroup.draw();\n }\n }\n };\n\n /**\n * Set the current position.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #setCurrentPosition(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n const planePos = viewLayer.displayToPlanePos(point);\n const position = viewController.getPositionFromPlanePoint(planePos);\n viewController.setCurrentPosition(position);\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n this.#start(mousePoint);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} event The mouse up event.\n */\n mouseup = (event) => {\n // update position if no move\n if (!this.#hasMoved) {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#setCurrentPosition(mousePoint, layerDetails.groupDivId);\n }\n this.#finish();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n if (touchPoints.length === 1) {\n this.#start(touchPoints[0]);\n } else if (touchPoints.length === 2) {\n this.#twoTouchStart(touchPoints);\n }\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n if (touchPoints.length === 1) {\n this.#update(touchPoints[0], layerDetails.groupDivId);\n } else if (touchPoints.length === 2) {\n this.#twoTouchUpdate(touchPoints, layerDetails.groupDivId);\n }\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} event The touch end event.\n */\n touchend = (event) => {\n // update position if no move\n if (!this.#hasMoved) {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#setCurrentPosition(mousePoint, layerDetails.groupDivId);\n }\n this.#finish();\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {object} event The mouse wheel event.\n */\n wheel = (event) => {\n // prevent default page scroll\n event.preventDefault();\n\n const step = -event.deltaY / 500;\n\n const layerDetails = getLayerDetailsFromEvent(event);\n const mousePoint = getMousePoint(event);\n\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n const planePos = viewLayer.displayToMainPlanePos(mousePoint);\n const center = viewController.getPlanePositionFromPlanePoint(planePos);\n layerGroup.addScale(step, center);\n layerGroup.draw();\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'ZoomAndPan';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} _bool The flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Set the tool live features: does nothing.\n *\n * @param {object} _features The list of features.\n */\n setFeatures(_features) {\n // does nothing\n }\n\n} // ZoomAndPan class\n","import {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {ScrollWheel} from './scrollWheel';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * Opacity class.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Opacity: new dwv.ToolConfig()};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('Opacity');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\nexport class Opacity {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Scroll wheel handler.\n *\n * @type {ScrollWheel}\n */\n #scrollWhell;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n this.#scrollWhell = new ScrollWheel(app);\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n */\n #start(point) {\n this.#started = true;\n this.#startPoint = point;\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n return;\n }\n\n // difference to last X position\n const diffX = point.getX() - this.#startPoint.getX();\n const xMove = (Math.abs(diffX) > 15);\n // do not trigger for small moves\n if (xMove) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const op = viewLayer.getOpacity();\n viewLayer.setOpacity(op + (diffX / 200));\n viewLayer.draw();\n\n // reset origin point\n this.#startPoint = point;\n }\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n this.#start(mousePoint);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n this.#start(touchPoints[0]);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {object} event The mouse wheel event.\n */\n wheel = (event) => {\n this.#scrollWhell.wheel(event);\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'Opacity';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} _bool The flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Set the tool live features: does nothing.\n *\n * @param {object} _features The list of features.\n */\n setFeatures(_features) {\n // does nothing\n }\n\n} // Opacity class\n","import {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {guid} from '../math/stats';\nimport {logger} from '../utils/logger';\nimport {\n AddAnnotationCommand,\n RemoveAnnotationCommand\n} from './drawCommands';\nimport {\n isNodeNameShape,\n} from './drawBounds';\nimport {Annotation} from '../image/annotation';\nimport {ScrollWheel} from './scrollWheel';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Style} from '../gui/style';\nimport {LayerGroup} from '../gui/layerGroup';\nimport {Point2D} from '../math/point';\nimport {DrawLayer} from '../gui/drawLayer';\nimport {DrawShapeHandler} from './drawShapeHandler';\n/* eslint-enable no-unused-vars */\n\n/**\n * Drawing tool.\n *\n * This tool is responsible for the draw of layer group structure.\n *\n * ```\n * drawLayer\n * |_ positionGroup: {name=\"position-group\", id=\"#2-0#_#3-1\"}\n * |_ shapeGroup: {name=\"{shape name}-group\", id=\"#\"}\n * |_ shape: {name=\"shape\"},\n * |_ label: {name=\"label\"},\n * |_ extra: line tick, protractor arc...\n * ```\n *\n * Discussion:\n * - posGroup > shapeGroup:\n * (pro) slice/frame display: 1 loop -\n * (cons) multi-slice shape splitted in positionGroups.\n * - shapeGroup > posGroup:\n * (pros) more logical -\n * (cons) slice/frame display: 2 loops.\n */\nexport class Draw {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Scroll wheel handler.\n *\n * @type {ScrollWheel}\n */\n #scrollWhell;\n\n /**\n * Drawing style.\n *\n * @type {Style}\n */\n #style;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #isDrawing = false;\n\n /**\n * Shape factory list.\n *\n * @type {object}\n */\n #shapeFactoryList = null;\n\n /**\n * Current shape factory.\n *\n * @type {object}\n */\n #currentFactory = null;\n\n /**\n * Current shape group.\n *\n * @type {object}\n */\n #tmpShapeGroup = null;\n\n /**\n * Shape name.\n *\n * @type {string}\n */\n #shapeName;\n\n /**\n * List of points.\n *\n * @type {Point2D[]}\n */\n #points = [];\n\n /**\n * Last selected point.\n *\n * @type {Point2D}\n */\n #lastPoint = null;\n\n /**\n * With scroll flag.\n *\n * @type {boolean}\n */\n #withScroll = true;\n\n /**\n * Black list: list of dataIds for which draw layer creation\n * is forbidden.\n */\n #blacklist = [];\n\n /**\n * Shape handler: activate listeners on existing shape.\n *\n * @type {DrawShapeHandler}\n */\n #shapeHandler;\n\n /**\n * Auto shape colour: will use defaults colours and\n * vary them according to the layer.\n *\n * @type {boolean}\n */\n #autoShapeColour = false;\n\n /**\n * Event listeners.\n */\n #listeners = {};\n\n /**\n * Flag to know if the last added point was made by mouse move.\n *\n * @type {boolean}\n */\n #lastIsMouseMovePoint = false;\n\n /**\n * Callback store to allow attach/detach.\n *\n * @type {Array}\n */\n #callbackStore = [];\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n this.#scrollWhell = new ScrollWheel(app);\n this.#shapeHandler = new DrawShapeHandler(app, this.#fireEvent);\n\n this.#style = app.getStyle();\n }\n\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n */\n #switchEditOrCreateShapeGroup(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n let drawLayer = layerGroup.getActiveDrawLayer();\n\n if (typeof drawLayer === 'undefined') {\n const viewLayer = layerGroup.getActiveViewLayer();\n const refDataId = viewLayer.getDataId();\n const refData = this.#app.getData(refDataId);\n const refMeta = refData.image.getMeta();\n const seriesInstanceUID = refMeta.SeriesInstanceUID;\n // check black list\n if (this.#blacklist.includes(seriesInstanceUID)) {\n this.#fireEvent({\n type: 'warn',\n message: 'Cannot create draw layer, data is in black list'\n });\n return;\n }\n // create new data\n const data = this.#app.createAnnotationData(refDataId);\n // render (will create draw layer)\n this.#app.addAndRenderAnnotationData(data, divId, refDataId);\n // get draw layer\n drawLayer = layerGroup.getActiveDrawLayer();\n // set the layer shape handler\n drawLayer.setShapeHandler(this.#shapeHandler);\n // set active to bind to toolboxController\n layerGroup.setActiveDrawLayerByDataId(drawLayer.getDataId());\n }\n\n // data should exist / be created\n const data = drawLayer.getDrawController().getAnnotationGroup();\n\n const stage = drawLayer.getKonvaStage();\n\n // update scale\n this.#style.setZoomScale(stage.scale());\n\n if (data.isEditable()) {\n // determine if the click happened on an existing shape or not\n const kshape = stage.getIntersection({\n x: point.getX(),\n y: point.getY()\n });\n if (kshape) {\n // select shape for edition\n this.#selectShapeGroup(drawLayer, kshape);\n } else {\n // create new shape\n this.#startShapeGroupCreation(layerGroup, point);\n }\n }\n }\n\n /**\n * Initializes the new shape creation:\n * - Updates the started variable,\n * - Gets the factory,\n * - Initializes the points array.\n *\n * @param {LayerGroup} layerGroup The layer group where the user clicks.\n * @param {Point2D} point The start point where the user clicks.\n */\n #startShapeGroupCreation(layerGroup, point) {\n // disable edition\n this.#shapeHandler.disableAndResetEditor();\n this.#setToDrawingState();\n // store point\n const viewLayer = layerGroup.getActiveViewLayer();\n this.#lastPoint = viewLayer.displayToPlanePos(point);\n this.#points.push(this.#lastPoint);\n }\n\n /**\n * Sets the variables to drawing state:\n * - Updates is drawing variable,\n * - Initializes the current factory,\n * - Resets points.\n */\n #setToDrawingState() {\n // start storing points\n this.#isDrawing = true;\n // set factory\n this.#currentFactory = new this.#shapeFactoryList[this.#shapeName]();\n // clear array\n this.#points = [];\n }\n\n /**\n * Resets the variables to not drawing state:\n * - Destroys tmp shape group,\n * - Updates is drawing variable,\n * - Resets points.\n */\n #setToNotDrawingState() {\n this.#isDrawing = false;\n this.#points = [];\n }\n\n /**\n * Selects a shape group.\n *\n * @param {DrawLayer} drawLayer The draw layer where to draw.\n * @param {Konva.Shape} kshape The shape that has been selected.\n */\n #selectShapeGroup(drawLayer, kshape) {\n const group = kshape.getParent();\n const selectedShape = group.find('.shape')[0];\n if (!(selectedShape instanceof Konva.Shape)) {\n return;\n }\n this.#shapeHandler.setEditorShape(selectedShape, drawLayer);\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #updateShapeGroupCreation(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const pos = viewLayer.displayToPlanePos(point);\n\n // draw line to current pos\n if (Math.abs(pos.getX() - this.#lastPoint.getX()) > 0 ||\n Math.abs(pos.getY() - this.#lastPoint.getY()) > 0) {\n // clear last mouse move point\n if (this.#lastIsMouseMovePoint) {\n this.#points.pop();\n }\n // current point\n this.#lastPoint = pos;\n // mark it as temporary\n this.#lastIsMouseMovePoint = true;\n // add it to the list\n this.#points.push(this.#lastPoint);\n // update points\n this.#onNewPoints(this.#points, layerGroup);\n }\n }\n\n /**\n * Finish tool interaction.\n *\n * @param {string} divId The layer group divId.\n */\n #finishShapeGroupCreation(divId) {\n // exit if no points\n if (this.#points.length === 0) {\n logger.warn('Draw mouseup but no points...');\n return;\n }\n\n // do we have all the needed points\n if (this.#points.length === this.#currentFactory.getNPoints()) {\n // store points\n const layerGroup =\n this.#app.getLayerGroupByDivId(divId);\n this.#onFinalPoints(this.#points, layerGroup);\n this.#setToNotDrawingState();\n }\n\n // reset mouse move point flag\n this.#lastIsMouseMovePoint = false;\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n // exit if not started draw\n if (this.#isDrawing) {\n return;\n }\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#switchEditOrCreateShapeGroup(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#updateShapeGroupCreation(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} event The mouse up event.\n */\n mouseup = (event) => {\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#finishShapeGroupCreation(layerDetails.groupDivId);\n };\n\n /**\n * Handle double click event: some tools use it to finish interaction.\n *\n * @param {object} event The double click event.\n */\n dblclick = (event) => {\n // only end by double click undefined NPoints\n if (this.#currentFactory &&\n typeof this.#currentFactory.getNPoints() !== 'undefined') {\n return;\n }\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n // exit if no points\n if (this.#points.length === 0) {\n logger.warn('Draw dblclick but no points...');\n return;\n }\n\n // store points\n const layerDetails = getLayerDetailsFromEvent(event);\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n this.#onFinalPoints(this.#points, layerGroup);\n this.#setToNotDrawingState();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} event The mouse out event.\n */\n mouseout = (event) => {\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#finishShapeGroupCreation(layerDetails.groupDivId);\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n // exit if not started draw\n if (this.#isDrawing) {\n return;\n }\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#switchEditOrCreateShapeGroup(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n\n const layerDetails = getLayerDetailsFromEvent(event);\n const touchPoints = getTouchPoints(event);\n\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const pos = viewLayer.displayToPlanePos(touchPoints[0]);\n\n if (Math.abs(pos.getX() - this.#lastPoint.getX()) > 0 ||\n Math.abs(pos.getY() - this.#lastPoint.getY()) > 0) {\n // clear last added point from the list (but not the first one)\n if (this.#points.length !== 1) {\n this.#points.pop();\n }\n // current point\n this.#lastPoint = pos;\n // add current one to the list\n this.#points.push(this.#lastPoint);\n // allow for anchor points\n if (this.#points.length < this.#currentFactory.getNPoints()) {\n clearTimeout(this.timer);\n this.timer = setTimeout(() => {\n this.#points.push(this.#lastPoint);\n }, this.#currentFactory.getTimeout());\n }\n // update points\n this.#onNewPoints(this.#points, layerGroup);\n }\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} event The touch end event.\n */\n touchend = (event) => {\n this.dblclick(event);\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {WheelEvent} event The mouse wheel event.\n */\n wheel = (event) => {\n if (this.#withScroll) {\n this.#scrollWhell.wheel(event);\n }\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n // call app handler if we are not in the middle of a draw\n if (!this.#isDrawing) {\n event.context = 'Draw';\n this.#app.onKeydown(event);\n }\n\n // press delete or backspace key\n const annotation = this.#shapeHandler.getEditorAnnotation();\n if ((event.key === 'Delete' ||\n event.key === 'Backspace') &&\n typeof annotation !== 'undefined') {\n const layerGroup = this.#app.getActiveLayerGroup();\n const drawLayer = layerGroup.getActiveDrawLayer();\n const drawController = drawLayer.getDrawController();\n\n // create remove annotation command\n const command = new RemoveAnnotationCommand(annotation, drawController);\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw remove\n command.execute();\n\n // reset cursor\n this.#shapeHandler.onMouseOutShapeGroup();\n }\n\n // escape key: exit shape creation\n if (event.key === 'Escape' && this.#tmpShapeGroup !== null) {\n const konvaLayer = this.#tmpShapeGroup.getLayer();\n // reset temporary shape group\n this.#tmpShapeGroup.destroy();\n this.#tmpShapeGroup = null;\n // set state\n this.#setToNotDrawingState();\n // redraw\n konvaLayer.draw();\n }\n };\n\n /**\n * Update the current draw with new points.\n *\n * @param {Point2D[]} tmpPoints The array of new points.\n * @param {LayerGroup} layerGroup The origin layer group.\n */\n #onNewPoints(tmpPoints, layerGroup) {\n // remove temporary shape draw\n if (this.#tmpShapeGroup) {\n this.#tmpShapeGroup.destroy();\n this.#tmpShapeGroup = null;\n }\n\n const drawLayer = layerGroup.getActiveDrawLayer();\n const drawController = drawLayer.getDrawController();\n const konvaLayer = drawLayer.getKonvaLayer();\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n\n // auto mode: vary shape colour with layer id\n if (this.#autoShapeColour) {\n const colours = [\n '#ffff80', '#ff80ff', '#80ffff', '#80ff80', '8080ff', 'ff8080'\n ];\n // warning: depends on layer id nomenclature\n const drawLayerId = drawLayer.getId();\n const layerId = drawLayerId.substring(drawLayerId.length - 1);\n const layerIndex = parseInt(layerId, 10) - 1;\n const colour = colours[layerIndex];\n if (typeof colour !== 'undefined') {\n this.#style.setLineColour(colour);\n }\n }\n\n // create tmp annotation\n const annotation = new Annotation();\n // use group colour if defined\n const groupColour = drawController.getAnnotationGroup().getColour();\n if (typeof groupColour !== 'undefined') {\n annotation.colour = groupColour;\n } else {\n annotation.colour = this.#style.getLineColour();\n }\n annotation.init(viewController);\n // set annotation shape\n this.#currentFactory.setAnnotationMathShape(annotation, tmpPoints);\n // create shape group\n this.#tmpShapeGroup =\n this.#currentFactory.createShapeGroup(annotation, this.#style);\n // set the label visibility\n drawLayer.setLabelVisibility(this.#tmpShapeGroup);\n\n // do not listen during creation\n const shape = this.#tmpShapeGroup.getChildren(isNodeNameShape)[0];\n shape.listening(false);\n konvaLayer.listening(false);\n // draw shape\n konvaLayer.add(this.#tmpShapeGroup);\n konvaLayer.draw();\n }\n\n /**\n * Create the final shape from a point list.\n *\n * @param {Point2D[]} finalPoints The array of points.\n * @param {LayerGroup} layerGroup The origin layer group.\n */\n #onFinalPoints(finalPoints, layerGroup) {\n // remove temporary shape draw\n // (has to be done before sending add event)\n if (this.#tmpShapeGroup) {\n this.#tmpShapeGroup.destroy();\n this.#tmpShapeGroup = null;\n }\n\n const drawLayer = layerGroup.getActiveDrawLayer();\n const konvaLayer = drawLayer.getKonvaLayer();\n const drawController = drawLayer.getDrawController();\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n\n // create final annotation\n const annotation = new Annotation();\n // use group colour if defined\n const groupColour = drawController.getAnnotationGroup().getColour();\n if (typeof groupColour !== 'undefined') {\n annotation.colour = groupColour;\n } else {\n annotation.colour = this.#style.getLineColour();\n }\n annotation.id = guid();\n annotation.init(viewController);\n // set annotation shape\n this.#currentFactory.setAnnotationMathShape(annotation, finalPoints);\n\n // create add annotation command\n const command = new AddAnnotationCommand(annotation, drawController);\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw creation\n command.execute();\n\n // re-activate layer\n konvaLayer.listening(true);\n }\n\n /**\n * Get a DrawLayer position callback.\n *\n * TODO: check need for store item removal.\n *\n * @param {DrawLayer} layer The layer to update.\n * @returns {Function} The callback.\n */\n #getPositionCallback(layer) {\n const layerId = layer.getId();\n if (typeof this.#callbackStore[layerId] === 'undefined') {\n this.#callbackStore[layerId] = () => {\n layer.activateCurrentPositionShapes(true);\n };\n }\n return this.#callbackStore[layerId];\n }\n\n /**\n * Activate the tool.\n *\n * @param {boolean} flag The flag to activate or not.\n */\n activate(flag) {\n // force cursor if deactivate\n if (!flag) {\n this.#shapeHandler.onMouseOutShapeGroup();\n }\n // update draw layers\n const drawLayers = this.#app.getDrawLayers();\n for (const drawLayer of drawLayers) {\n if (typeof drawLayer !== 'undefined') {\n drawLayer.setShapeHandler(this.#shapeHandler);\n drawLayer.activateCurrentPositionShapes(flag);\n // update on position change\n if (flag) {\n this.#app.addEventListener('positionchange',\n this.#getPositionCallback(drawLayer)\n );\n } else {\n this.#app.removeEventListener('positionchange',\n this.#getPositionCallback(drawLayer)\n );\n }\n }\n }\n }\n\n /**\n * Set the tool configuration options.\n *\n * @param {object} options The list of shape names amd classes.\n */\n setOptions(options) {\n // save the options as the shape factory list\n this.#shapeFactoryList = options;\n }\n\n /**\n * Get the type of tool options: here 'factory' since the shape\n * list contains factories to create each possible shape.\n *\n * @returns {string} The type.\n */\n getOptionsType() {\n return 'factory';\n }\n\n /**\n * Set the tool live features: shape colour and shape name.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.autoShapeColour !== 'undefined') {\n this.#autoShapeColour = features.autoShapeColour;\n }\n if (typeof features.shapeColour !== 'undefined') {\n this.#style.setLineColour(features.shapeColour);\n this.#autoShapeColour = false;\n }\n if (typeof features.shapeName !== 'undefined') {\n // check if we have it\n if (!this.hasShape(features.shapeName)) {\n throw new Error('Unknown shape: \\'' + features.shapeName + '\\'');\n }\n this.#shapeName = features.shapeName;\n }\n if (typeof features.mouseOverCursor !== 'undefined') {\n this.#shapeHandler.storeMouseOverCursor(features.mouseOverCursor);\n }\n if (typeof features.withScroll !== 'undefined') {\n this.#withScroll = features.withScroll;\n }\n if (typeof features.blacklist !== 'undefined') {\n this.#blacklist = features.blacklist;\n }\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Get the list of event names that this tool can fire.\n *\n * @returns {string[]} The list of event names.\n */\n getEventNames() {\n return [\n 'annotationupdate', 'warn'\n ];\n }\n\n /**\n * Add an event listener on the app.\n *\n * @param {string} type The event type.\n * @param {Function} listener The function associated with the provided\n * event type.\n */\n addEventListener(type, listener) {\n if (typeof this.#listeners[type] === 'undefined') {\n this.#listeners[type] = [];\n }\n this.#listeners[type].push(listener);\n }\n\n /**\n * Remove an event listener from the app.\n *\n * @param {string} type The event type.\n * @param {Function} listener The function associated with the provided\n * event type.\n */\n removeEventListener(type, listener) {\n if (typeof this.#listeners[type] === 'undefined') {\n return;\n }\n for (let i = 0; i < this.#listeners[type].length; ++i) {\n if (this.#listeners[type][i] === listener) {\n this.#listeners[type].splice(i, 1);\n }\n }\n }\n\n // Private Methods -----------------------------------------------------------\n\n /**\n * Fire an event: call all associated listeners.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n if (typeof this.#listeners[event.type] === 'undefined') {\n return;\n }\n for (let i = 0; i < this.#listeners[event.type].length; ++i) {\n this.#listeners[event.type][i](event);\n }\n };\n\n /**\n * Check if the shape is in the shape list.\n *\n * @param {string} name The name of the shape.\n * @returns {boolean} True if there is a factory for the shape.\n */\n hasShape(name) {\n return typeof this.#shapeFactoryList[name] !== 'undefined';\n }\n\n} // Draw class\n","import {Annotation} from '../image/annotation';\nimport {\n AddAnnotationCommand,\n UpdateAnnotationCommand\n} from '../tools/drawCommands';\n//import {RoiFactory} from '../tools/roi';\nimport {ROI} from '../math/roi';\nimport {guid} from '../math/stats';\nimport {Point2D} from '../math/point';\nimport {Style} from '../gui/style';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {ListenerHandler} from '../utils/listen';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {LayerGroup} from '../gui/layerGroup';\nimport {Scalar2D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * The magic wand namespace.\n *\n * Ref: {@link https://github.com/Tamersoul/magic-wand-js}.\n *\n * @external MagicWand\n */\nimport MagicWand from 'magic-wand-tool';\n\n/**\n * Floodfill painting tool.\n */\nexport class Floodfill {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Original variables from external library. Used as in the lib example.\n *\n * @type {number}\n */\n #blurRadius = 5;\n /**\n * Original variables from external library. Used as in the lib example.\n *\n * @type {number}\n */\n #simplifyTolerant = 0;\n\n /**\n * Original variables from external library. Used as in the lib example.\n *\n * @type {number}\n */\n #simplifyCount = 2000;\n\n /**\n * Canvas info.\n *\n * @type {object}\n */\n #imageInfo = null;\n\n /**\n * Object created by MagicWand lib containing border points.\n *\n * @type {object}\n */\n #mask = null;\n\n /**\n * Threshold default tolerance of the tool border.\n *\n * @type {number}\n */\n #initialthreshold = 10;\n\n /**\n * Threshold tolerance of the tool border.\n *\n * @type {number}\n */\n #currentthreshold = null;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Current annotation.\n *\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * Coordinates of the fist mousedown event.\n *\n * @type {object}\n */\n #initialpoint;\n\n /**\n * Floodfill border.\n *\n * @type {object}\n */\n #border = null;\n\n /**\n * List of parent points.\n *\n * @type {Point2D[]}\n */\n #parentPoints = [];\n\n /**\n * Assistant variable to paint border on all slices.\n *\n * @type {boolean}\n */\n #extender = false;\n\n /**\n * Drawing style.\n *\n * @type {Style}\n */\n #style = new Style();\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Set extend option for painting border on all slices.\n *\n * @param {boolean} bool The option to set.\n */\n setExtend(bool) {\n this.#extender = bool;\n }\n\n /**\n * Get extend option for painting border on all slices.\n *\n * @returns {boolean} The actual value of of the variable to use Floodfill\n * on museup.\n */\n getExtend() {\n return this.#extender;\n }\n\n /**\n * Get (x, y) coordinates referenced to the canvas.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n * @returns {Scalar2D} The coordinates as a {x,y}.\n */\n #getIndex = (point, divId) => {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const index = viewLayer.displayToPlaneIndex(point);\n return {\n x: index.get(0),\n y: index.get(1)\n };\n };\n\n /**\n * Calculate border.\n *\n * @param {object} points The input points.\n * @param {number} threshold The threshold of the floodfill.\n * @param {boolean} simple Return first points or a list.\n * @returns {Point2D[]} The parent points.\n */\n #calcBorder(points, threshold, simple) {\n\n this.#parentPoints = [];\n const image = {\n data: this.#imageInfo.data,\n width: this.#imageInfo.width,\n height: this.#imageInfo.height,\n bytes: 4\n };\n\n this.#mask = MagicWand.floodFill(image, points.x, points.y, threshold);\n this.#mask = MagicWand.gaussBlurOnlyBorder(this.#mask, this.#blurRadius);\n\n let cs = MagicWand.traceContours(this.#mask);\n cs = MagicWand.simplifyContours(\n cs, this.#simplifyTolerant, this.#simplifyCount);\n\n if (cs.length > 0 && cs[0].points[0].x) {\n if (simple) {\n return cs[0].points;\n }\n for (let j = 0, icsl = cs[0].points.length; j < icsl; j++) {\n this.#parentPoints.push(new Point2D(\n cs[0].points[j].x,\n cs[0].points[j].y\n ));\n }\n return this.#parentPoints;\n } else {\n return [];\n }\n }\n\n /**\n * Paint Floodfill.\n *\n * @param {object} point The start point.\n * @param {number} threshold The border threshold.\n * @param {LayerGroup} layerGroup The origin layer group.\n * @returns {boolean} False if no border.\n */\n #paintBorder(point, threshold, layerGroup) {\n // Calculate the border\n this.#border = this.#calcBorder(point, threshold, false);\n // Paint the border\n if (this.#border.length !== 0) {\n const drawLayer = layerGroup.getActiveDrawLayer();\n const drawController = drawLayer.getDrawController();\n\n const newMathShape = new ROI(this.#border);\n\n let command;\n if (typeof this.#annotation === 'undefined') {\n // create annotation\n this.#annotation = new Annotation();\n this.#annotation.colour = this.#style.getLineColour();\n this.#annotation.id = guid();\n\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n this.#annotation.init(viewController);\n\n this.#annotation.mathShape = newMathShape;\n command = new AddAnnotationCommand(\n this.#annotation,\n drawController\n );\n } else {\n // update annotation\n const originalMathShape = this.#annotation.mathShape;\n command = new UpdateAnnotationCommand(\n this.#annotation,\n {mathShape: originalMathShape},\n {mathShape: newMathShape},\n drawController\n );\n }\n\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw creation\n command.execute();\n }\n\n return this.#border.length !== 0;\n }\n\n /**\n * Create Floodfill in all the prev and next slices while border is found.\n *\n * @param {number} ini The first slice to extend to.\n * @param {number} end The last slice to extend to.\n * @param {object} layerGroup The origin layer group.\n */\n extend(ini, end, layerGroup) {\n //avoid errors\n if (!this.#initialpoint) {\n throw '\\'initialpoint\\' not found. User must click before use extend!';\n }\n\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n\n const pos = viewController.getCurrentIndex();\n const imageSize = viewController.getImageSize();\n const threshold = this.#currentthreshold || this.#initialthreshold;\n\n // Iterate over the next images and paint border on each slice.\n for (let i = pos.get(2),\n len = end\n ? end : imageSize.get(2);\n i < len; i++) {\n if (!this.#paintBorder(this.#initialpoint, threshold, layerGroup)) {\n break;\n }\n viewController.incrementIndex(2);\n }\n viewController.setCurrentPosition(pos);\n\n // Iterate over the prev images and paint border on each slice.\n for (let j = pos.get(2), jl = ini ? ini : 0; j > jl; j--) {\n if (!this.#paintBorder(this.#initialpoint, threshold, layerGroup)) {\n break;\n }\n viewController.decrementIndex(2);\n }\n viewController.setCurrentPosition(pos);\n }\n\n /**\n * Event fired when threshold change.\n *\n * @param {number} _value Current threshold.\n */\n onThresholdChange(_value) {\n // Defaults do nothing\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n */\n #start(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n let drawLayer = layerGroup.getActiveDrawLayer();\n\n if (typeof drawLayer === 'undefined') {\n const viewLayer = layerGroup.getActiveViewLayer();\n const refDataId = viewLayer.getDataId();\n // create new data\n const data = this.#app.createAnnotationData(refDataId);\n // render (will create draw layer)\n this.#app.addAndRenderAnnotationData(data, divId, refDataId);\n // get draw layer\n drawLayer = layerGroup.getActiveDrawLayer();\n // set active to bind to toolboxController\n layerGroup.setActiveDrawLayerByDataId(drawLayer.getDataId());\n }\n\n this.#imageInfo = viewLayer.getImageData();\n if (!this.#imageInfo) {\n logger.error('No image found');\n return;\n }\n\n // update zoom scale\n this.#style.setZoomScale(\n drawLayer.getKonvaLayer().getAbsoluteScale());\n\n this.#started = true;\n this.#initialpoint = this.#getIndex(point, divId);\n this.#paintBorder(this.#initialpoint, this.#initialthreshold, layerGroup);\n this.onThresholdChange(this.#initialthreshold);\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n return;\n }\n\n const movedpoint = this.#getIndex(point, divId);\n this.#currentthreshold = Math.round(Math.sqrt(\n Math.pow((this.#initialpoint.x - movedpoint.x), 2) +\n Math.pow((this.#initialpoint.y - movedpoint.y), 2)) / 2);\n this.#currentthreshold = this.#currentthreshold < this.#initialthreshold\n ? this.#initialthreshold\n : this.#currentthreshold - this.#initialthreshold;\n\n this.#paintBorder(\n this.#initialpoint,\n this.#currentthreshold,\n this.#app.getLayerGroupByDivId(divId)\n );\n\n this.onThresholdChange(this.#currentthreshold);\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup = (_event) => {\n this.#finish();\n // TODO: re-activate\n // if (this.#extender) {\n // const layerDetails = getLayerDetailsFromEvent(event);\n // const layerGroup =\n // this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n // this.extend(layerGroup);\n // }\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'Floodfill';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} bool The flag to activate or not.\n */\n activate(bool) {\n if (bool) {\n // init with the app window scale\n this.#style.setBaseScale(this.#app.getBaseScale());\n // set the default to the first in the list\n this.setFeatures({shapeColour: this.#style.getLineColour()});\n }\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Get the list of event names that this tool can fire.\n *\n * @returns {Array} The list of event names.\n */\n getEventNames() {\n return ['drawcreate', 'drawchange', 'drawmove', 'drawdelete'];\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n // #fireEvent = (event) => {\n // this.#listenerHandler.fireEvent(event);\n // };\n\n /**\n * Set the tool live features: shape colour.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.shapeColour !== 'undefined') {\n this.#style.setLineColour(features.shapeColour);\n }\n }\n\n} // Floodfill class\n","import {Style} from '../gui/style';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {Point2D} from '../math/point';\nimport {Path} from '../math/path';\nimport {Scissors} from '../math/scissors';\nimport {guid} from '../math/stats';\nimport {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {ListenerHandler} from '../utils/listen';\nimport {ROI} from '../math/roi';\nimport {Annotation} from '../image/annotation';\nimport {\n AddAnnotationCommand,\n UpdateAnnotationCommand\n} from '../tools/drawCommands';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * Livewire painting tool.\n */\nexport class Livewire {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Current annotation.\n *\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * Drawing style.\n *\n * @type {Style}\n */\n #style = new Style();\n\n /**\n * Path storage. Paths are stored in reverse order.\n *\n * @type {Path}\n */\n #path = new Path();\n\n /**\n * Current path storage. Paths are stored in reverse order.\n *\n * @type {Path}\n */\n #currentPath = new Path();\n\n /**\n * List of parent points.\n *\n * @type {Array}\n */\n #parentPoints = [];\n\n /**\n * Tolerance.\n *\n * @type {number}\n */\n #tolerance = 5;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Clear the parent points list.\n *\n * @param {object} imageSize The image size.\n */\n #clearParentPoints(imageSize) {\n const nrows = imageSize.get(1);\n for (let i = 0; i < nrows; ++i) {\n this.#parentPoints[i] = [];\n }\n }\n\n /**\n * Clear the stored paths.\n */\n #clearPaths() {\n this.#path = new Path();\n this.#currentPath = new Path();\n }\n\n /**\n * Scissor representation.\n *\n * @type {Scissors}\n */\n #scissors = new Scissors();\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n */\n #start(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const imageSize = viewLayer.getViewController().getImageSize();\n const index = viewLayer.displayToPlaneIndex(point);\n\n // first time\n if (!this.#started) {\n this.#started = true;\n this.#startPoint = new Point2D(index.get(0), index.get(1));\n // clear vars\n this.#clearPaths();\n this.#clearParentPoints(imageSize);\n // get draw layer\n let drawLayer = layerGroup.getActiveDrawLayer();\n if (typeof drawLayer === 'undefined') {\n const viewLayer = layerGroup.getActiveViewLayer();\n const refDataId = viewLayer.getDataId();\n // create new data\n const data = this.#app.createAnnotationData(refDataId);\n // render (will create draw layer)\n this.#app.addAndRenderAnnotationData(data, divId, refDataId);\n // get draw layer\n drawLayer = layerGroup.getActiveDrawLayer();\n // set active to bind to toolboxController\n layerGroup.setActiveDrawLayerByDataId(drawLayer.getDataId());\n }\n // update zoom scale\n this.#style.setZoomScale(\n drawLayer.getKonvaLayer().getAbsoluteScale());\n // do the training from the first point\n const p = {x: index.get(0), y: index.get(1)};\n this.#scissors.doTraining(p);\n // add the initial point to the path\n const p0 = new Point2D(index.get(0), index.get(1));\n this.#path.addPoint(p0);\n this.#path.addControlPoint(p0);\n } else {\n const diffX = Math.abs(index.get(0) - this.#startPoint.getX());\n const diffY = Math.abs(index.get(1) - this.#startPoint.getY());\n // final point: at 'tolerance' of the initial point\n if (diffX < this.#tolerance &&\n diffY < this.#tolerance) {\n // finish\n this.#finishShape();\n } else {\n // anchor point\n this.#path = this.#currentPath;\n this.#clearParentPoints(imageSize);\n const pn = {x: index.get(0), y: index.get(1)};\n this.#scissors.doTraining(pn);\n this.#path.addControlPoint(this.#currentPath.getPoint(0));\n }\n }\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n return;\n }\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const index = viewLayer.displayToPlaneIndex(point);\n\n // set the point to find the path to\n let p = {x: index.get(0), y: index.get(1)};\n this.#scissors.setPoint(p);\n // do the work\n let results = [];\n let stop = false;\n while (!this.#parentPoints[p.y][p.x] && !stop) {\n results = this.#scissors.doWork();\n\n if (results.length === 0) {\n stop = true;\n } else {\n // fill parents\n for (let i = 0; i < results.length - 1; i += 2) {\n const _p = results[i];\n const _q = results[i + 1];\n this.#parentPoints[_p.y][_p.x] = _q;\n }\n }\n }\n\n // get the path\n this.#currentPath = new Path();\n stop = false;\n while (p && !stop) {\n this.#currentPath.addPoint(new Point2D(p.x, p.y));\n if (!this.#parentPoints[p.y]) {\n stop = true;\n } else {\n if (!this.#parentPoints[p.y][p.x]) {\n stop = true;\n } else {\n p = this.#parentPoints[p.y][p.x];\n }\n }\n }\n this.#currentPath.appenPath(this.#path);\n\n const drawLayer = layerGroup.getActiveDrawLayer();\n const drawController = drawLayer.getDrawController();\n\n const newMathShape = new ROI(this.#currentPath.pointArray);\n\n let command;\n if (typeof this.#annotation === 'undefined') {\n // create annotation\n this.#annotation = new Annotation();\n this.#annotation.colour = this.#style.getLineColour();\n this.#annotation.id = guid();\n\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n this.#annotation.init(viewController);\n\n this.#annotation.mathShape = newMathShape;\n command = new AddAnnotationCommand(\n this.#annotation,\n drawController\n );\n } else {\n // update annotation\n const originalMathShape = this.#annotation.mathShape;\n command = new UpdateAnnotationCommand(\n this.#annotation,\n {mathShape: originalMathShape},\n {mathShape: newMathShape},\n drawController\n );\n }\n\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw creation\n command.execute();\n }\n\n /**\n * Finish a livewire (roi) shape.\n */\n #finishShape() {\n // set flag\n this.#started = false;\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup(_event) {\n // nothing to do\n }\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n // nothing to do\n };\n\n /**\n * Handle double click event.\n *\n * @param {object} _event The double click event.\n */\n dblclick = (_event) => {\n this.#finishShape();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n // nothing to do\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'Livewire';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} bool The flag to activate or not.\n */\n activate(bool) {\n // start scissors if displayed\n if (bool) {\n const layerGroup = this.#app.getActiveLayerGroup();\n const viewLayer = layerGroup.getActiveViewLayer();\n\n //scissors = new Scissors();\n const imageSize = viewLayer.getViewController().getImageSize();\n this.#scissors.setDimensions(\n imageSize.get(0),\n imageSize.get(1));\n this.#scissors.setData(viewLayer.getImageData().data);\n\n // init with the app window scale\n this.#style.setBaseScale(this.#app.getBaseScale());\n // set the default to the first in the list\n this.setFeatures({shapeColour: this.#style.getLineColour()});\n }\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Get the list of event names that this tool can fire.\n *\n * @returns {Array} The list of event names.\n */\n getEventNames() {\n return ['drawcreate', 'drawchange', 'drawmove', 'drawdelete'];\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n // #fireEvent = (event) => {\n // this.#listenerHandler.fireEvent(event);\n // };\n\n /**\n * Set the tool live features: shape colour.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.shapeColour !== 'undefined') {\n this.#style.setLineColour(features.shapeColour);\n }\n }\n\n} // Livewire class\n","import {Line, getPerpendicularLine, getAngle} from '../math/line';\nimport {Point2D} from '../math/point';\nimport {defaults} from '../app/defaults';\nimport {logger} from '../utils/logger';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Arrow factory.\n */\nexport class ArrowFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'arrow';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Point2D;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.referencePoints = [points[1]];\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a line shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // extras\n const extras = this.#createShapeExtras(annotation, style);\n for (const extra of extras) {\n group.add(extra);\n }\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a line shape.\n *\n * @param {Konva.Line} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const points = shape.points();\n\n // compensate for possible shape drag\n const anchors = [];\n anchors.push(getDefaultAnchor(\n points[0] + shape.x(), points[1] + shape.y(), 'begin', style\n ));\n anchors.push(getDefaultAnchor(\n points[2] + shape.x(), points[3] + shape.y(), 'end', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n // find anchors\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // math shape\n // compensate for possible shape drag\n const pointBegin = new Point2D(\n begin.x() - kline.x(),\n begin.y() - kline.y()\n );\n const pointEnd = new Point2D(\n end.x() - kline.x(),\n end.y() - kline.y()\n );\n annotation.mathShape = pointBegin;\n annotation.referencePoints = [pointEnd];\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const point = annotation.mathShape;\n const endPoint = annotation.referencePoints[0];\n const line = new Line(point, endPoint);\n\n const begin = line.getBegin();\n const newBegin = new Point2D(\n begin.getX() + translation.x,\n begin.getY() + translation.y\n );\n const end = line.getEnd();\n const newEnd = new Point2D(\n end.getX() + translation.x,\n end.getY() + translation.y\n );\n annotation.mathShape = newBegin;\n annotation.referencePoints = [newEnd];\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Point2D} The mathematical shape.\n */\n #calculateMathShape(points) {\n return points[0];\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.arrow;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Line} The konva shape.\n */\n #createShape(annotation, style) {\n const point = annotation.mathShape;\n const endPoint = annotation.referencePoints[0];\n const line = new Line(point, endPoint);\n\n // konva line\n const kshape = new Konva.Line({\n points: [\n point.getX(),\n point.getY(),\n endPoint.getX(),\n endPoint.getY()\n ],\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n\n // larger hitfunc\n const tickLen = style.applyZoomScale(10).x;\n const linePerp0 = getPerpendicularLine(line, point, tickLen);\n const linePerp1 = getPerpendicularLine(line, endPoint, tickLen);\n kshape.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(linePerp0.getBegin().getX(), linePerp0.getBegin().getY());\n context.lineTo(linePerp0.getEnd().getX(), linePerp0.getEnd().getY());\n context.lineTo(linePerp1.getEnd().getX(), linePerp1.getEnd().getY());\n context.lineTo(linePerp1.getBegin().getX(), linePerp1.getBegin().getY());\n context.closePath();\n context.fillStrokeShape(kshape);\n });\n\n return kshape;\n }\n\n /**\n * Creates the konva shape extras.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Array} The konva shape extras.\n */\n #createShapeExtras(annotation, style) {\n const point = annotation.mathShape;\n const endPoint = annotation.referencePoints[0];\n const line = new Line(point, endPoint);\n\n const beginTy = new Point2D(\n point.getX(),\n point.getY() - 10);\n const verticalLine = new Line(point, beginTy);\n const angle = getAngle(line, verticalLine);\n const angleRad = angle * Math.PI / 180;\n const radius = Math.abs(style.applyZoomScale(8).x);\n const kpoly = new Konva.RegularPolygon({\n x: point.getX() + radius * Math.sin(angleRad),\n y: point.getY() + radius * Math.cos(angleRad),\n sides: 3,\n radius: radius,\n rotation: -angle,\n fill: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape-triangle'\n });\n\n return [kpoly];\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const point = annotation.mathShape;\n return point;\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n #updateShape(annotation, anchor, style) {\n const point = annotation.mathShape;\n const endPoint = annotation.referencePoints[0];\n const line = new Line(point, endPoint);\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n\n // reset position after possible shape drag\n kline.position({x: 0, y: 0});\n // update shape\n kline.points([\n point.getX(),\n point.getY(),\n endPoint.getX(),\n endPoint.getY(),\n ]);\n\n // associated triangle shape\n const ktriangle = group.getChildren(function (node) {\n return node.name() === 'shape-triangle';\n })[0];\n if (!(ktriangle instanceof Konva.RegularPolygon)) {\n return;\n }\n // find anchors\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // update 'self' (undo case)\n switch (anchor.id()) {\n case 'begin':\n begin.x(anchor.x());\n begin.y(anchor.y());\n break;\n case 'end':\n end.x(anchor.x());\n end.y(anchor.y());\n break;\n default:\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n\n // triangle\n const beginTy = new Point2D(\n line.getBegin().getX(),\n line.getBegin().getY() - 10);\n const verticalLine = new Line(line.getBegin(), beginTy);\n const angle = getAngle(line, verticalLine);\n const angleRad = angle * Math.PI / 180;\n ktriangle.x(\n line.getBegin().getX() + ktriangle.radius() * Math.sin(angleRad));\n ktriangle.y(\n line.getBegin().getY() + ktriangle.radius() * Math.cos(angleRad));\n ktriangle.rotation(-angle);\n\n // larger hitfunc\n const tickLen = style.applyZoomScale(10).x;\n const linePerp0 = getPerpendicularLine(line, point, tickLen);\n const linePerp1 = getPerpendicularLine(line, endPoint, tickLen);\n kline.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(linePerp0.getBegin().getX(), linePerp0.getBegin().getY());\n context.lineTo(linePerp0.getEnd().getX(), linePerp0.getEnd().getY());\n context.lineTo(linePerp1.getEnd().getX(), linePerp1.getEnd().getY());\n context.lineTo(linePerp1.getBegin().getX(), linePerp1.getBegin().getY());\n context.closePath();\n context.fillStrokeShape(kline);\n });\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(_annotation, _group) {\n return;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} _group The associated group.\n */\n #updateDebugShadow(_annotation, _group) {\n // does nothing\n }\n\n} // class ArrowFactory\n","import {Circle} from '../math/circle';\nimport {Point2D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Circle factory.\n */\nexport class CircleFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'circle';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Circle;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a circle shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a circle shape.\n *\n * @param {Konva.Circle} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const centerX = shape.x();\n const centerY = shape.y();\n const radius = shape.radius();\n\n const anchors = [];\n anchors.push(getDefaultAnchor(\n centerX - radius, centerY, 'left', style\n ));\n anchors.push(getDefaultAnchor(\n centerX + radius, centerY, 'right', style\n ));\n anchors.push(getDefaultAnchor(\n centerX, centerY + radius, 'bottom', style\n ));\n anchors.push(getDefaultAnchor(\n centerX, centerY - radius, 'top', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} anchor The active anchor.\n */\n constrainAnchorMove(anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // find special points\n const left = group.getChildren(function (node) {\n return node.id() === 'left';\n })[0];\n const right = group.getChildren(function (node) {\n return node.id() === 'right';\n })[0];\n const bottom = group.getChildren(function (node) {\n return node.id() === 'bottom';\n })[0];\n const top = group.getChildren(function (node) {\n return node.id() === 'top';\n })[0];\n\n // update 'self' (undo case) and special points\n switch (anchor.id()) {\n case 'left':\n // block y\n left.y(right.y());\n break;\n case 'right':\n // block y\n right.y(left.y());\n break;\n case 'bottom':\n // block x\n bottom.x(top.x());\n break;\n case 'top':\n // block x\n top.x(bottom.x());\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // math shape\n const circle = annotation.mathShape;\n const center = new Point2D(\n circle.getCenter().getX(),\n circle.getCenter().getY()\n );\n const anchorPoint = new Point2D(anchor.x(), anchor.y());\n const newRadius = center.getDistance(anchorPoint);\n annotation.mathShape = new Circle(center, newRadius);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const circle = annotation.mathShape;\n const center = circle.getCenter();\n const newCenter = new Point2D(\n center.getX() + translation.x,\n center.getY() + translation.y\n );\n annotation.mathShape = new Circle(newCenter, circle.getRadius());\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Circle} The mathematical shape.\n */\n #calculateMathShape(points) {\n // calculate radius\n const a = Math.abs(points[0].getX() - points[1].getX());\n const b = Math.abs(points[0].getY() - points[1].getY());\n const radius = Math.round(Math.sqrt(a * a + b * b));\n // physical shape\n return new Circle(points[0], radius);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.circle;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Circle} The konva shape.\n */\n #createShape(annotation, style) {\n const circle = annotation.mathShape;\n // konva circle\n return new Konva.Circle({\n x: circle.getCenter().getX(),\n y: circle.getCenter().getY(),\n radius: circle.getRadius(),\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const circle = annotation.mathShape;\n const center = circle.getCenter();\n const radius = circle.getRadius();\n return new Point2D(\n center.getX() - radius,\n center.getY() + radius,\n );\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n const circle = annotation.mathShape;\n const center = circle.getCenter();\n const radius = circle.getRadius();\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kcircle = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kcircle instanceof Konva.Circle)) {\n return;\n }\n // update shape: just update the radius\n kcircle.radius(radius);\n\n // find anchors\n const left = group.getChildren(function (node) {\n return node.id() === 'left';\n })[0];\n const right = group.getChildren(function (node) {\n return node.id() === 'right';\n })[0];\n const bottom = group.getChildren(function (node) {\n return node.id() === 'bottom';\n })[0];\n const top = group.getChildren(function (node) {\n return node.id() === 'top';\n })[0];\n\n const swapX = right.x() < left.x() ? -1 : 1;\n const swapY = top.y() < bottom.y() ? 1 : -1;\n\n // update 'self' (undo case) and other anchors\n switch (anchor.id()) {\n case 'left':\n // update self\n left.x(anchor.x());\n // update others\n right.x(center.getX() + swapX * radius);\n bottom.y(center.getY() + radius);\n top.y(center.getY() - radius);\n break;\n case 'right':\n // update self\n right.x(anchor.x());\n // update others\n left.x(center.getX() - swapX * radius);\n bottom.y(center.getY() + radius);\n top.y(center.getY() - radius);\n break;\n case 'bottom':\n // update self\n bottom.y(anchor.y());\n // update others\n left.x(center.getX() - radius);\n right.x(center.getX() + radius);\n top.y(center.getY() - swapY * radius);\n break;\n case 'top':\n // update self\n top.y(anchor.y());\n // update others\n left.x(center.getX() - radius);\n right.x(center.getX() + radius);\n bottom.y(center.getY() + swapY * radius);\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} [group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(annotation, group) {\n const circle = annotation.mathShape;\n\n // possible group offset\n let offsetX = 0;\n let offsetY = 0;\n if (typeof group !== 'undefined') {\n offsetX = group.x();\n offsetY = group.y();\n }\n const kshadow = new Konva.Group();\n kshadow.name('shadow');\n const regions = circle.getRound();\n for (let i = 0; i < regions.length; ++i) {\n const region = regions[i];\n const minX = region[0][0];\n const minY = region[0][1];\n const maxX = region[1][0];\n const pixelLine = new Konva.Rect({\n x: minX - offsetX,\n y: minY - offsetY,\n width: maxX - minX,\n height: 1,\n fill: 'grey',\n strokeWidth: 0,\n strokeScaleEnabled: false,\n opacity: 0.3,\n name: 'shadow-element'\n });\n kshadow.add(pixelLine);\n }\n return kshadow;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} group The associated group.\n */\n #updateDebugShadow(annotation, group) {\n const kshadow = group.getChildren(function (node) {\n return node.name() === 'shadow';\n })[0];\n if (typeof kshadow !== 'undefined') {\n // remove previous\n kshadow.destroy();\n // add new\n group.add(this.#getDebugShadow(annotation, group));\n }\n }\n\n} // class CircleFactory\n","import {Ellipse} from '../math/ellipse';\nimport {Point2D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Ellipse factory.\n */\nexport class EllipseFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'ellipse';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Ellipse;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create an ellipse shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a ellipse shape.\n *\n * @param {Konva.Ellipse} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const centerX = shape.x();\n const centerY = shape.y();\n const radius = shape.radius();\n\n const anchors = [];\n anchors.push(getDefaultAnchor(\n centerX - radius.x, centerY, 'left', style\n ));\n anchors.push(getDefaultAnchor(\n centerX + radius.x, centerY, 'right', style\n ));\n anchors.push(getDefaultAnchor(\n centerX, centerY + radius.y, 'bottom', style\n ));\n anchors.push(getDefaultAnchor(\n centerX, centerY - radius.y, 'top', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} anchor The active anchor.\n */\n constrainAnchorMove(anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // find special points\n const left = group.getChildren(function (node) {\n return node.id() === 'left';\n })[0];\n const right = group.getChildren(function (node) {\n return node.id() === 'right';\n })[0];\n const bottom = group.getChildren(function (node) {\n return node.id() === 'bottom';\n })[0];\n const top = group.getChildren(function (node) {\n return node.id() === 'top';\n })[0];\n\n // update 'self' (undo case) and special points\n switch (anchor.id()) {\n case 'left':\n // block y\n left.y(right.y());\n break;\n case 'right':\n // block y\n right.y(left.y());\n break;\n case 'bottom':\n // block x\n bottom.x(top.x());\n break;\n case 'top':\n // block x\n top.x(bottom.x());\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // math shape\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n let radiusX = ellipse.getA();\n let radiusY = ellipse.getB();\n\n // update 'self' (undo case) and special points\n switch (anchor.id()) {\n case 'left':\n radiusX = center.getX() - anchor.x();\n break;\n case 'right':\n radiusX = anchor.x() - center.getX();\n break;\n case 'bottom':\n radiusY = anchor.y() - center.getY();\n break;\n case 'top':\n radiusY = center.getY() - anchor.y();\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n\n annotation.mathShape = new Ellipse(\n center, Math.abs(radiusX), Math.abs(radiusY));\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n const newCenter = new Point2D(\n center.getX() + translation.x,\n center.getY() + translation.y\n );\n annotation.mathShape = new Ellipse(\n newCenter, ellipse.getA(), ellipse.getB());\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Ellipse} The mathematical shape.\n */\n #calculateMathShape(points) {\n // calculate radius\n const a = Math.abs(points[0].getX() - points[1].getX());\n const b = Math.abs(points[0].getY() - points[1].getY());\n // physical shape\n return new Ellipse(points[0], a, b);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.ellipse;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Ellipse} The konva shape.\n */\n #createShape(annotation, style) {\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n const radius = {\n x: ellipse.getA(),\n y: ellipse.getB()\n };\n // konva circle\n return new Konva.Ellipse({\n x: center.getX(),\n y: center.getY(),\n radius: radius,\n radiusX: radius.x,\n radiusY: radius.y,\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n return new Point2D(\n center.getX() - ellipse.getA(),\n center.getY() + ellipse.getB()\n );\n }\n\n /**\n * Update shape on anchor move.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n const radiusX = ellipse.getA();\n const radiusY = ellipse.getB();\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kellipse = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kellipse instanceof Konva.Ellipse)) {\n return;\n }\n // update shape: just update radius\n kellipse.radius({\n x: radiusX,\n y: radiusY\n });\n\n // find anchors\n const left = group.getChildren(function (node) {\n return node.id() === 'left';\n })[0];\n const right = group.getChildren(function (node) {\n return node.id() === 'right';\n })[0];\n const bottom = group.getChildren(function (node) {\n return node.id() === 'bottom';\n })[0];\n const top = group.getChildren(function (node) {\n return node.id() === 'top';\n })[0];\n\n const swapX = right.x() < left.x() ? -1 : 1;\n const swapY = top.y() < bottom.y() ? 1 : -1;\n\n // update 'self' (undo case) and other anchors\n switch (anchor.id()) {\n case 'left':\n // update self\n left.x(anchor.x());\n // update others\n right.x(center.getX() + swapX * radiusX);\n bottom.y(center.getY() + radiusY);\n top.y(center.getY() - radiusY);\n break;\n case 'right':\n // update self\n right.x(anchor.x());\n // update others\n left.x(center.getX() - swapX * radiusX);\n bottom.y(center.getY() + radiusY);\n top.y(center.getY() - radiusY);\n break;\n case 'bottom':\n // update self\n bottom.y(anchor.y());\n // update others\n left.x(center.getX() - radiusX);\n right.x(center.getX() + radiusX);\n top.y(center.getY() - swapY * radiusY);\n break;\n case 'top':\n // update self\n top.y(anchor.y());\n // update others\n left.x(center.getX() - radiusX);\n right.x(center.getX() + radiusX);\n bottom.y(center.getY() + swapY * radiusY);\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} [group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(annotation, group) {\n const ellipse = annotation.mathShape;\n\n // possible group offset\n let offsetX = 0;\n let offsetY = 0;\n if (typeof group !== 'undefined') {\n offsetX = group.x();\n offsetY = group.y();\n }\n const kshadow = new Konva.Group();\n kshadow.name('shadow');\n const regions = ellipse.getRound();\n for (let i = 0; i < regions.length; ++i) {\n const region = regions[i];\n const minX = region[0][0];\n const minY = region[0][1];\n const maxX = region[1][0];\n const pixelLine = new Konva.Rect({\n x: minX - offsetX,\n y: minY - offsetY,\n width: maxX - minX,\n height: 1,\n fill: 'grey',\n strokeWidth: 0,\n strokeScaleEnabled: false,\n opacity: 0.3,\n name: 'shadow-element'\n });\n kshadow.add(pixelLine);\n }\n return kshadow;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} group The associated group.\n */\n #updateDebugShadow(annotation, group) {\n const kshadow = group.getChildren(function (node) {\n return node.name() === 'shadow';\n })[0];\n if (typeof kshadow !== 'undefined') {\n // remove previous\n kshadow.destroy();\n // add new\n group.add(this.#getDebugShadow(annotation, group));\n }\n }\n\n} // class EllipseFactory\n","import {Line, getAngle} from '../math/line';\nimport {Protractor} from '../math/protractor';\nimport {Point2D} from '../math/point';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Protractor factory.\n */\nexport class ProtractorFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'protractor';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Protractor;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 3;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 500;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a line shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n const protractor = annotation.mathShape;\n\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n\n if (protractor.getLength() === this.getNPoints()) {\n // extras\n const extras = this.#createShapeExtras(annotation, style);\n for (const extra of extras) {\n group.add(extra);\n }\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n }\n return group;\n }\n\n /**\n * Get anchors to update a line shape.\n *\n * @param {Konva.Line} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const points = shape.points();\n\n // compensate for possible shape drag\n const anchors = [];\n anchors.push(getDefaultAnchor(\n points[0] + shape.x(), points[1] + shape.y(), 'begin', style\n ));\n anchors.push(getDefaultAnchor(\n points[2] + shape.x(), points[3] + shape.y(), 'mid', style\n ));\n anchors.push(getDefaultAnchor(\n points[4] + shape.x(), points[5] + shape.y(), 'end', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n // find special points\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const mid = group.getChildren(function (node) {\n return node.id() === 'mid';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // math shape\n // compensate for possible shape drag\n const pointBegin = new Point2D(\n begin.x() - kline.x(),\n begin.y() - kline.y()\n );\n const pointMid = new Point2D(\n mid.x() - kline.x(),\n mid.y() - kline.y()\n );\n const pointEnd = new Point2D(\n end.x() - kline.x(),\n end.y() - kline.y()\n );\n annotation.mathShape = new Protractor([pointBegin, pointMid, pointEnd]);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const protractor = annotation.mathShape;\n const newPointList = [];\n for (let i = 0; i < 3; ++i) {\n newPointList.push(new Point2D(\n protractor.getPoint(i).getX() + translation.x,\n protractor.getPoint(i).getY() + translation.y\n ));\n }\n annotation.mathShape = new Protractor(newPointList);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Protractor} The mathematical shape.\n */\n #calculateMathShape(points) {\n return new Protractor(points);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.protractor;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Line} The konva shape.\n */\n #createShape(annotation, style) {\n const protractor = annotation.mathShape;\n const points = [];\n for (let i = 0; i < protractor.getLength(); ++i) {\n points.push(protractor.getPoint(i).getX());\n points.push(protractor.getPoint(i).getY());\n }\n\n // konva line\n const kshape = new Konva.Line({\n points: points,\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n\n if (protractor.getLength() === this.getNPoints()) {\n // larger hitfunc\n kshape.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(\n protractor.getPoint(0).getX(), protractor.getPoint(0).getY());\n context.lineTo(\n protractor.getPoint(1).getX(), protractor.getPoint(1).getY());\n context.lineTo(\n protractor.getPoint(2).getX(), protractor.getPoint(2).getY());\n context.closePath();\n context.fillStrokeShape(kshape);\n });\n }\n\n return kshape;\n }\n\n /**\n * Creates the konva shape extras.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Array} The konva shape extras.\n */\n #createShapeExtras(annotation, style) {\n const protractor = annotation.mathShape;\n const line0 = new Line(\n protractor.getPoint(0), protractor.getPoint(1));\n const line1 = new Line(\n protractor.getPoint(1), protractor.getPoint(2));\n\n let angle = getAngle(line0, line1);\n let inclination = line0.getInclination();\n if (angle > 180) {\n angle = 360 - angle;\n inclination += angle;\n }\n\n const radius = Math.min(line0.getLength(), line1.getLength()) * 33 / 100;\n const karc = new Konva.Arc({\n innerRadius: radius,\n outerRadius: radius,\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n angle: angle,\n rotation: -inclination,\n x: protractor.getPoint(1).getX(),\n y: protractor.getPoint(1).getY(),\n name: 'shape-arc'\n });\n\n return [karc];\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const protractor = annotation.mathShape;\n const line0 = new Line(\n protractor.getPoint(0), protractor.getPoint(1));\n const line1 = new Line(\n protractor.getPoint(1), protractor.getPoint(2));\n\n const midX =\n (line0.getMidpoint().getX() + line1.getMidpoint().getX()) / 2;\n const midY =\n (line0.getMidpoint().getY() + line1.getMidpoint().getY()) / 2;\n\n return new Point2D(\n midX,\n midY\n );\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n const protractor = annotation.mathShape;\n const line0 = new Line(\n protractor.getPoint(0), protractor.getPoint(1));\n const line1 = new Line(\n protractor.getPoint(1), protractor.getPoint(2));\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n\n // reset position after possible shape drag\n kline.position({x: 0, y: 0});\n // update shape\n kline.points([\n protractor.getPoint(0).getX(),\n protractor.getPoint(0).getY(),\n protractor.getPoint(1).getX(),\n protractor.getPoint(1).getY(),\n protractor.getPoint(2).getX(),\n protractor.getPoint(2).getY()\n ]);\n\n // associated arc\n const karc = group.getChildren(function (node) {\n return node.name() === 'shape-arc';\n })[0];\n if (!(karc instanceof Konva.Arc)) {\n return;\n }\n\n // find special points\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const mid = group.getChildren(function (node) {\n return node.id() === 'mid';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // update special points\n switch (anchor.id()) {\n case 'begin':\n begin.x(anchor.x());\n begin.y(anchor.y());\n break;\n case 'mid':\n mid.x(anchor.x());\n mid.y(anchor.y());\n break;\n case 'end':\n end.x(anchor.x());\n end.y(anchor.y());\n break;\n }\n\n // angle\n let angle = getAngle(line0, line1);\n let inclination = line0.getInclination();\n if (angle > 180) {\n angle = 360 - angle;\n inclination += angle;\n }\n\n // arc\n const radius = Math.min(line0.getLength(), line1.getLength()) * 33 / 100;\n karc.innerRadius(radius);\n karc.outerRadius(radius);\n karc.angle(angle);\n karc.rotation(-inclination);\n const arcPos = {x: mid.x(), y: mid.y()};\n karc.position(arcPos);\n\n // larger hitfunc\n kline.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(\n protractor.getPoint(0).getX(), protractor.getPoint(0).getY());\n context.lineTo(\n protractor.getPoint(1).getX(), protractor.getPoint(1).getY());\n context.lineTo(\n protractor.getPoint(2).getX(), protractor.getPoint(2).getY());\n context.closePath();\n context.fillStrokeShape(kline);\n });\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(_annotation, _group) {\n return;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} _group The associated group.\n */\n #updateDebugShadow(_annotation, _group) {\n // does nothing\n }\n\n} // class ProtractorFactory\n","import {Rectangle} from '../math/rectangle';\nimport {Point2D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Rectangle factory.\n */\nexport class RectangleFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'rectangle';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Rectangle;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a rectangle shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a rectangle shape.\n *\n * @param {Konva.Rect} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const rectX = shape.x();\n const rectY = shape.y();\n const rectWidth = shape.width();\n const rectHeight = shape.height();\n\n const anchors = [];\n anchors.push(getDefaultAnchor(\n rectX, rectY, 'topLeft', style\n ));\n anchors.push(getDefaultAnchor(\n rectX + rectWidth, rectY, 'topRight', style\n ));\n anchors.push(getDefaultAnchor(\n rectX + rectWidth, rectY + rectHeight, 'bottomRight', style\n ));\n anchors.push(getDefaultAnchor(\n rectX, rectY + rectHeight, 'bottomLeft', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // find anchors\n const topLeft = group.getChildren(function (node) {\n return node.id() === 'topLeft';\n })[0];\n const bottomRight = group.getChildren(function (node) {\n return node.id() === 'bottomRight';\n })[0];\n\n const pointTopLeft = new Point2D(\n topLeft.x(),\n topLeft.y()\n );\n const pointBottomRight = new Point2D(\n bottomRight.x(),\n bottomRight.y()\n );\n // new rect\n annotation.mathShape = new Rectangle(pointTopLeft, pointBottomRight);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const rectangle = annotation.mathShape;\n const begin = rectangle.getBegin();\n const newBegin = new Point2D(\n begin.getX() + translation.x,\n begin.getY() + translation.y\n );\n const end = rectangle.getEnd();\n const newEnd = new Point2D(\n end.getX() + translation.x,\n end.getY() + translation.y\n );\n annotation.mathShape = new Rectangle(newBegin, newEnd);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label content.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Rectangle} The mathematical shape.\n */\n #calculateMathShape(points) {\n return new Rectangle(points[0], points[1]);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.rectangle;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Rect} The konva shape.\n */\n #createShape(annotation, style) {\n const rectangle = annotation.mathShape;\n // konva rect\n return new Konva.Rect({\n x: rectangle.getBegin().getX(),\n y: rectangle.getBegin().getY(),\n width: rectangle.getWidth(),\n height: rectangle.getHeight(),\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const rectangle = annotation.mathShape;\n return new Point2D(\n rectangle.getBegin().getX(),\n rectangle.getEnd().getY(),\n );\n }\n\n /**\n * Update shape on anchor move.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n const rectangle = annotation.mathShape;\n const begin = rectangle.getBegin();\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const krect = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(krect instanceof Konva.Rect)) {\n return;\n }\n // update shape\n krect.position({\n x: begin.getX(),\n y: begin.getY()\n });\n krect.size({\n width: rectangle.getWidth(),\n height: rectangle.getHeight()\n });\n\n // find anchors\n const topLeft = group.getChildren(function (node) {\n return node.id() === 'topLeft';\n })[0];\n const topRight = group.getChildren(function (node) {\n return node.id() === 'topRight';\n })[0];\n const bottomRight = group.getChildren(function (node) {\n return node.id() === 'bottomRight';\n })[0];\n const bottomLeft = group.getChildren(function (node) {\n return node.id() === 'bottomLeft';\n })[0];\n\n // update 'self' (undo case) and other anchors\n switch (anchor.id()) {\n case 'topLeft':\n // update self\n topLeft.x(anchor.x());\n topLeft.y(anchor.y());\n // update others\n topRight.y(anchor.y());\n bottomLeft.x(anchor.x());\n break;\n case 'topRight':\n // update self\n topRight.x(anchor.x());\n topRight.y(anchor.y());\n // update others\n topLeft.y(anchor.y());\n bottomRight.x(anchor.x());\n break;\n case 'bottomRight':\n // update self\n bottomRight.x(anchor.x());\n bottomRight.y(anchor.y());\n // update others\n bottomLeft.y(anchor.y());\n topRight.x(anchor.x());\n break;\n case 'bottomLeft':\n // update self\n bottomLeft.x(anchor.x());\n bottomLeft.y(anchor.y());\n // update others\n bottomRight.y(anchor.y());\n topLeft.x(anchor.x());\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} annotation The anootation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Rect} The shadow konva rect.\n */\n #getDebugShadow(annotation, _group) {\n const rectangle = annotation.mathShape;\n const round = rectangle.getRound();\n const rWidth = round.max.getX() - round.min.getX();\n const rHeight = round.max.getY() - round.min.getY();\n return new Konva.Rect({\n x: round.min.getX(),\n y: round.min.getY(),\n width: rWidth,\n height: rHeight,\n fill: 'grey',\n strokeWidth: 0,\n strokeScaleEnabled: false,\n opacity: 0.3,\n name: 'shadow'\n });\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} group The associated group.\n */\n #updateDebugShadow(annotation, group) {\n const kshadow = group.getChildren(function (node) {\n return node.name() === 'shadow';\n })[0];\n if (typeof kshadow !== 'undefined') {\n // remove previous\n kshadow.destroy();\n // add new\n group.add(this.#getDebugShadow(annotation, group));\n }\n }\n\n} // class RectangleFactory\n","import {ROI} from '../math/roi';\nimport {Point2D} from '../math/point';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * ROI factory.\n */\nexport class RoiFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'roi';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof ROI;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number|undefined} The number of points.\n */\n getNPoints() {\n // undefined to end with double click\n return undefined;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 100;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a roi shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a roi shape.\n *\n * @param {Konva.Line} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const points = shape.points();\n\n const anchors = [];\n let index = 0;\n for (let i = 0; i < points.length; i = i + 2) {\n const px = points[i] + shape.x();\n const py = points[i + 1] + shape.y();\n anchors.push(getDefaultAnchor(\n px, py, index.toString(), style\n ));\n ++index;\n }\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kroi = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kroi instanceof Konva.Line)) {\n return;\n }\n\n // update the roi point and compensate for possible drag\n // (the anchor id is the index of the point in the main list)\n const roi = annotation.mathShape;\n const points = roi.getPoints().slice();\n const newPoint = new Point2D(\n anchor.x() - kroi.x(),\n anchor.y() - kroi.y()\n );\n const index = parseInt(anchor.id(), 10);\n points[index] = newPoint;\n\n // new math shape\n annotation.mathShape = new ROI(points);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const roi = annotation.mathShape;\n const newPoints = [];\n for (let i = 0; i < roi.getLength(); ++i) {\n newPoints.push(new Point2D(\n roi.getPoint(i).getX() + translation.x,\n roi.getPoint(i).getY() + translation.y\n ));\n }\n annotation.mathShape = new ROI(newPoints);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {ROI} The mathematical shape.\n */\n #calculateMathShape(points) {\n return new ROI(points);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.roi;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Line} The konva shape.\n */\n #createShape(annotation, style) {\n const roi = annotation.mathShape;\n // konva line\n const arr = [];\n for (let i = 0; i < roi.getLength(); ++i) {\n arr.push(roi.getPoint(i).getX());\n arr.push(roi.getPoint(i).getY());\n }\n return new Konva.Line({\n points: arr,\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape',\n closed: true\n });\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const roi = annotation.mathShape;\n return new Point2D(\n roi.getPoint(0).getX(),\n roi.getPoint(0).getY()\n );\n }\n\n /**\n * Update shape on anchor move.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kroi = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kroi instanceof Konva.Line)) {\n return;\n }\n // update the roi point and compensate for possible drag\n // (the anchor id is the index of the point in the main list)\n const points = kroi.points();\n const index = parseInt(anchor.id(), 10) * 2;\n points[index] = anchor.x() - kroi.x();\n points[index + 1] = anchor.y() - kroi.y();\n kroi.points(points);\n\n // update self\n const point = group.getChildren(function (node) {\n return node.id() === anchor.id();\n })[0];\n\n point.x(anchor.x());\n point.y(anchor.y());\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} _annotation The anootation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Line} The shadow konva line.\n */\n #getDebugShadow(_annotation, _group) {\n // does nothing\n return undefined;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} _group The associated group.\n */\n #updateDebugShadow(_annotation, _group) {\n // does nothing\n }\n\n} // class RoiFactory\n","import {Line, getPerpendicularLine} from '../math/line';\nimport {Point2D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Ruler factory.\n */\nexport class RulerFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'ruler';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Line;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a line shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // extras\n const extras = this.#createShapeExtras(annotation, style);\n for (const extra of extras) {\n group.add(extra);\n }\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a line shape.\n *\n * @param {Konva.Line} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const points = shape.points();\n\n // compensate for possible shape drag\n const anchors = [];\n anchors.push(getDefaultAnchor(\n points[0] + shape.x(), points[1] + shape.y(), 'begin', style\n ));\n anchors.push(getDefaultAnchor(\n points[2] + shape.x(), points[3] + shape.y(), 'end', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n // find anchors\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // math shape\n // compensate for possible shape drag\n const pointBegin = new Point2D(\n begin.x() - kline.x(),\n begin.y() - kline.y()\n );\n const pointEnd = new Point2D(\n end.x() - kline.x(),\n end.y() - kline.y()\n );\n annotation.mathShape = new Line(pointBegin, pointEnd);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const line = annotation.mathShape;\n const begin = line.getBegin();\n const newBegin = new Point2D(\n begin.getX() + translation.x,\n begin.getY() + translation.y\n );\n const end = line.getEnd();\n const newEnd = new Point2D(\n end.getX() + translation.x,\n end.getY() + translation.y\n );\n annotation.mathShape = new Line(newBegin, newEnd);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Line} The mathematical shape.\n */\n #calculateMathShape(points) {\n return new Line(points[0], points[1]);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.ruler;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Line} The konva shape.\n */\n #createShape(annotation, style) {\n const line = annotation.mathShape;\n\n // konva line\n const kshape = new Konva.Line({\n points: [\n line.getBegin().getX(),\n line.getBegin().getY(),\n line.getEnd().getX(),\n line.getEnd().getY()\n ],\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n\n // larger hitfunc\n const tickLen = style.applyZoomScale(10).x;\n const linePerp0 = getPerpendicularLine(line, line.getBegin(), tickLen);\n const linePerp1 = getPerpendicularLine(line, line.getEnd(), tickLen);\n kshape.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(linePerp0.getBegin().getX(), linePerp0.getBegin().getY());\n context.lineTo(linePerp0.getEnd().getX(), linePerp0.getEnd().getY());\n context.lineTo(linePerp1.getEnd().getX(), linePerp1.getEnd().getY());\n context.lineTo(linePerp1.getBegin().getX(), linePerp1.getBegin().getY());\n context.closePath();\n context.fillStrokeShape(kshape);\n });\n\n return kshape;\n }\n\n /**\n * Creates the konva shape extras.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Array} The konva shape extras.\n */\n #createShapeExtras(annotation, style) {\n const line = annotation.mathShape;\n\n const tickLen = style.applyZoomScale(10).x;\n\n // tick begin\n const linePerp0 = getPerpendicularLine(line, line.getBegin(), tickLen);\n const ktick0 = new Konva.Line({\n points: [\n linePerp0.getBegin().getX(),\n linePerp0.getBegin().getY(),\n linePerp0.getEnd().getX(),\n linePerp0.getEnd().getY()\n ],\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape-tick0'\n });\n\n // tick end\n const linePerp1 = getPerpendicularLine(line, line.getEnd(), tickLen);\n const ktick1 = new Konva.Line({\n points: [\n linePerp1.getBegin().getX(),\n linePerp1.getBegin().getY(),\n linePerp1.getEnd().getX(),\n linePerp1.getEnd().getY()\n ],\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape-tick1'\n });\n\n return [ktick0, ktick1];\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const line = annotation.mathShape;\n const begin = line.getBegin();\n const end = line.getEnd();\n // lowest point\n let res = begin;\n if (begin.getY() < end.getY()) {\n res = end;\n }\n return res;\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n #updateShape(annotation, anchor, style) {\n const line = annotation.mathShape;\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n\n // reset position after possible shape drag\n kline.position({x: 0, y: 0});\n // update shape\n kline.points([\n line.getBegin().getX(),\n line.getBegin().getY(),\n line.getEnd().getX(),\n line.getEnd().getY(),\n ]);\n\n // associated tick0\n const ktick0 = group.getChildren(function (node) {\n return node.name() === 'shape-tick0';\n })[0];\n if (!(ktick0 instanceof Konva.Line)) {\n return;\n }\n // associated tick1\n const ktick1 = group.getChildren(function (node) {\n return node.name() === 'shape-tick1';\n })[0];\n if (!(ktick1 instanceof Konva.Line)) {\n return;\n }\n // find anchors\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // update 'self' (undo case)\n switch (anchor.id()) {\n case 'begin':\n begin.x(anchor.x());\n begin.y(anchor.y());\n break;\n case 'end':\n end.x(anchor.x());\n end.y(anchor.y());\n break;\n default:\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n\n // tick\n const tickLen = style.applyZoomScale(10).x;\n const linePerp0 = getPerpendicularLine(line, line.getBegin(), tickLen);\n ktick0.position({x: 0, y: 0});\n ktick0.points([linePerp0.getBegin().getX(),\n linePerp0.getBegin().getY(),\n linePerp0.getEnd().getX(),\n linePerp0.getEnd().getY()]);\n const linePerp1 = getPerpendicularLine(line, line.getEnd(), tickLen);\n ktick1.position({x: 0, y: 0});\n ktick1.points([linePerp1.getBegin().getX(),\n linePerp1.getBegin().getY(),\n linePerp1.getEnd().getX(),\n linePerp1.getEnd().getY()]);\n\n // larger hitfunc\n kline.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(linePerp0.getBegin().getX(), linePerp0.getBegin().getY());\n context.lineTo(linePerp0.getEnd().getX(), linePerp0.getEnd().getY());\n context.lineTo(linePerp1.getEnd().getX(), linePerp1.getEnd().getY());\n context.lineTo(linePerp1.getBegin().getX(), linePerp1.getBegin().getY());\n context.closePath();\n context.fillStrokeShape(kline);\n });\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(_annotation, _group) {\n return;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} _group The associated group.\n */\n #updateDebugShadow(_annotation, _group) {\n // does nothing\n }\n\n} // class RulerFactory\n","import {logger} from '../utils/logger';\nimport {getFlags, replaceFlags} from '../utils/string';\nimport {Point} from '../math/point';\nimport {defaultToolOptions, toolOptions} from '../tools/index';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D, Point3D} from '../math/point';\nimport {ViewController} from '../app/viewController';\nimport {PlaneHelper} from './planeHelper';\n/* eslint-enable no-unused-vars */\n\n/**\n * Image annotation.\n */\nexport class Annotation {\n /**\n * The ID.\n *\n * @type {string}\n */\n id;\n\n /**\n * The reference image SOP UID.\n *\n * @type {string}\n */\n referenceSopUID;\n\n /**\n * The mathematical shape.\n *\n * @type {object}\n */\n mathShape;\n\n /**\n * Additional points used to define the annotation.\n *\n * @type {Point2D[]|undefined}\n */\n referencePoints;\n\n /**\n * The color: for example 'green', '#00ff00' or 'rgb(0,255,0)'.\n *\n * @type {string|undefined}\n */\n colour;\n\n /**\n * Annotation quantification.\n *\n * @type {object|undefined}\n */\n quantification;\n\n /**\n * Text expression. Can contain variables surrounded with '{}' that will\n * be extracted from the quantification object.\n *\n * @type {string|undefined}\n */\n textExpr;\n\n /**\n * Label position. If undefined, the default shape\n * label position will be used.\n *\n * @type {Point2D|undefined}\n */\n labelPosition;\n\n /**\n * The plane origin, the 3D position of index [0, 0, k].\n *\n * @type {Point3D|undefined}\n */\n planeOrigin;\n\n /**\n * A couple of points that help define the annotation plane.\n *\n * @type {Point3D[]|undefined}\n */\n planePoints;\n\n /**\n * Associated view controller: needed for quantification and label.\n *\n * @type {ViewController|undefined}\n */\n #viewController;\n\n /**\n * Initialise the annotation.\n *\n * @param {ViewController} viewController The associated view controller.\n */\n init(viewController) {\n if (typeof this.referenceSopUID !== 'undefined') {\n logger.debug('Cannot initialise annotation twice');\n return;\n }\n\n this.#viewController = viewController;\n // set UID\n this.referenceSopUID = viewController.getCurrentImageUid();\n // set plane origin (not saved with file)\n this.planeOrigin =\n viewController.getOriginForImageUid(this.referenceSopUID);\n // set plane points if not aquisition orientation\n // (planePoints are saved with file if present)\n if (!viewController.isAquisitionOrientation()) {\n this.planePoints = viewController.getPlanePoints(\n viewController.getCurrentScrollIndexValue()\n );\n }\n }\n\n /**\n * Check if an input view is compatible with the annotation.\n *\n * @param {PlaneHelper} planeHelper The input view to check.\n * @returns {boolean} True if compatible view.\n */\n isCompatibleView(planeHelper) {\n let res = false;\n\n // TODO: add check for referenceSopUID\n\n if (typeof this.planePoints === 'undefined') {\n // non oriented view\n if (planeHelper.isAquisitionOrientation()) {\n res = true;\n }\n } else {\n // oriented view: compare cosines (independent of slice index)\n const inputPlanePoints = planeHelper.getPlanePoints(0);\n if (inputPlanePoints[1].equals(this.planePoints[1]) &&\n inputPlanePoints[2].equals(this.planePoints[2])) {\n res = true;\n }\n }\n return res;\n }\n\n /**\n * Set the associated view controller if it is compatible.\n *\n * @param {ViewController} viewController The view controller.\n */\n setViewController(viewController) {\n // check uid\n if (!viewController.includesImageUid(this.referenceSopUID)) {\n return;\n }\n // check if same view\n if (!this.isCompatibleView(viewController.getPlaneHelper())) {\n return;\n }\n this.#viewController = viewController;\n\n // set plane origin (not saved with file)\n this.planeOrigin =\n viewController.getOriginForImageUid(this.referenceSopUID);\n }\n\n /**\n * Get the centroid of the math shape.\n *\n * @returns {Point|undefined} The 3D centroid point.\n */\n getCentroid() {\n let res;\n if (typeof this.#viewController !== 'undefined' &&\n typeof this.mathShape.getCentroid !== 'undefined') {\n // find the slice index of the annotation origin\n let origin = this.planeOrigin;\n if (typeof this.planePoints !== 'undefined') {\n origin = this.planePoints[0];\n }\n const originPoint =\n new Point([origin.getX(), origin.getY(), origin.getZ()]);\n const originIndex =\n this.#viewController.getIndexFromPosition(originPoint);\n const scrollIndex = this.#viewController.getScrollIndex();\n const k = originIndex.getValues()[scrollIndex];\n\n // shape center converted to 3D\n const planePoint = this.mathShape.getCentroid();\n res = this.#viewController.getPositionFromPlanePoint(planePoint, k);\n }\n return res;\n }\n\n /**\n * Set the annotation text expression.\n *\n * @param {Object.} labelText The list of label\n * texts indexed by modality.\n */\n setTextExpr(labelText) {\n if (typeof this.#viewController !== 'undefined') {\n const modality = this.#viewController.getModality();\n\n if (typeof labelText[modality] !== 'undefined') {\n this.textExpr = labelText[modality];\n } else {\n this.textExpr = labelText['*'];\n }\n } else {\n logger.warn('Cannot set text expr without a view controller');\n }\n }\n\n /**\n * Get the annotation label text by applying the\n * text expression on the current quantification.\n *\n * @returns {string} The resulting text.\n */\n getText() {\n return replaceFlags(this.textExpr, this.quantification);\n }\n\n /**\n * Update the annotation quantification.\n */\n updateQuantification() {\n if (typeof this.#viewController !== 'undefined' &&\n typeof this.mathShape.quantify !== 'undefined') {\n this.quantification = this.mathShape.quantify(\n this.#viewController,\n getFlags(this.textExpr));\n }\n }\n\n /**\n * Get the math shape associated draw factory.\n *\n * @returns {object} The factory.\n */\n getFactory() {\n let fac;\n // check in user provided factories\n if (typeof toolOptions.draw !== 'undefined') {\n for (const factoryName in toolOptions.draw) {\n const factory = toolOptions.draw[factoryName];\n if (factory.supports(this.mathShape)) {\n fac = new factory();\n break;\n }\n }\n }\n // check in default factories\n if (typeof fac === 'undefined') {\n for (const factoryName in defaultToolOptions.draw) {\n const factory = defaultToolOptions.draw[factoryName];\n if (factory.supports(this.mathShape)) {\n fac = new factory();\n break;\n }\n }\n }\n if (typeof fac === 'undefined') {\n logger.warn('No shape factory found for math shape');\n }\n return fac;\n }\n}\n","import {logger} from '../utils/logger';\nimport {Point2D} from '../math/point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * List of interaction event names.\n */\nexport const InteractionEventNames = [\n 'mousedown',\n 'mousemove',\n 'mouseup',\n 'mouseout',\n 'wheel',\n 'dblclick',\n 'touchstart',\n 'touchmove',\n 'touchend'\n];\n\n/**\n * Overridalbe custom UI object for client defined UI.\n */\nexport const customUI = {\n /**\n * Open a dialogue to edit roi data. Defaults to window.prompt.\n *\n * @param {Annotation} annotation The roi data.\n * @param {Function} callback The callback to launch on dialogue exit.\n */\n openRoiDialog(annotation, callback) {\n const textExpr = prompt('Label', annotation.textExpr);\n if (textExpr !== null) {\n annotation.textExpr = textExpr;\n callback(annotation);\n }\n }\n};\n\n/**\n * Get the positions (without the parent offset) of a list of touch events.\n *\n * @param {Array} touches The list of touch events.\n * @returns {Point2D[]} The list of positions of the touch events.\n */\nfunction getTouchesPositions(touches) {\n // get the touch offset from all its parents\n let offsetLeft = 0;\n let offsetTop = 0;\n if (touches.length !== 0 &&\n typeof touches[0].target !== 'undefined') {\n let offsetParent = touches[0].target.offsetParent;\n while (offsetParent) {\n if (!isNaN(offsetParent.offsetLeft)) {\n offsetLeft += offsetParent.offsetLeft;\n }\n if (!isNaN(offsetParent.offsetTop)) {\n offsetTop += offsetParent.offsetTop;\n }\n offsetParent = offsetParent.offsetParent;\n }\n } else {\n logger.debug('No touch target offset parent.');\n }\n // set its position\n const positions = [];\n for (let i = 0; i < touches.length; ++i) {\n positions.push(new Point2D(\n touches[i].pageX - offsetLeft,\n touches[i].pageY - offsetTop\n ));\n }\n return positions;\n}\n\n/**\n * Get the offsets of an input touch event.\n *\n * @param {object} event The event to get the offset from.\n * @returns {Point2D[]} The array of points.\n */\nexport function getTouchPoints(event) {\n let positions = [];\n if (typeof event.targetTouches !== 'undefined' &&\n event.targetTouches.length !== 0) {\n // see https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent/targetTouches\n positions = getTouchesPositions(event.targetTouches);\n } else if (typeof event.changedTouches !== 'undefined' &&\n event.changedTouches.length !== 0) {\n // see https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent/changedTouches\n positions = getTouchesPositions(event.changedTouches);\n }\n return positions;\n}\n\n/**\n * Get the offset of an input mouse event.\n *\n * @param {object} event The event to get the offset from.\n * @returns {Point2D} The 2D point.\n */\nexport function getMousePoint(event) {\n // offsetX/Y: the offset in the X coordinate of the mouse pointer\n // between that event and the padding edge of the target node\n // https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetX\n // https://caniuse.com/mdn-api_mouseevent_offsetx\n return new Point2D(\n event.offsetX,\n event.offsetY\n );\n}\n\n/**\n * Test if a canvas with the input size can be created.\n *\n * Ref:\n * - {@link https://github.com/ivmartel/dwv/issues/902},\n * - {@link https://github.com/jhildenbiddle/canvas-size/blob/v1.2.4/src/canvas-test.js}.\n *\n * @param {number} width The canvas width.\n * @param {number} height The canvas height.\n * @returns {boolean} True is the canvas can be created.\n */\nexport function canCreateCanvas(width, height) {\n // test canvas with input size\n const testCvs = document.createElement('canvas');\n testCvs.width = width;\n testCvs.height = height;\n // crop canvas to speed up test\n const cropCvs = document.createElement('canvas');\n cropCvs.width = 1;\n cropCvs.height = 1;\n // contexts\n const testCtx = testCvs.getContext('2d');\n const cropCtx = cropCvs.getContext('2d');\n // set data\n if (testCtx) {\n testCtx.fillRect(width - 1, height - 1, 1, 1);\n // Render the test pixel in the bottom-right corner of the\n // test canvas in the top-left of the 1x1 crop canvas. This\n // dramatically reducing the time for getImageData to complete.\n cropCtx.drawImage(testCvs, width - 1, height - 1, 1, 1, 0, 0, 1, 1);\n }\n // Verify image data (alpha component, Pass = 255, Fail = 0)\n return cropCtx && cropCtx.getImageData(0, 0, 1, 1).data[3] !== 0;\n}\n","import {Index} from '../math/index';\nimport {ListenerHandler} from '../utils/listen';\nimport {viewEventNames} from '../image/view';\nimport {ViewController} from '../app/viewController';\nimport {Point2D} from '../math/point';\nimport {\n canCreateCanvas,\n InteractionEventNames\n} from './generic';\nimport {getScaledOffset} from './layerGroup';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Vector3D} from '../math/vector';\nimport {Point, Point3D} from '../math/point';\nimport {Scalar2D, Scalar3D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * View layer.\n */\nexport class ViewLayer {\n\n /**\n * Container div.\n *\n * @type {HTMLElement}\n */\n #containerDiv;\n\n /**\n * The view controller.\n *\n * @type {ViewController}\n */\n #viewController = null;\n\n /**\n * The main display canvas.\n *\n * @type {object}\n */\n #canvas = null;\n\n /**\n * The offscreen canvas: used to store the raw, unscaled pixel data.\n *\n * @type {object}\n */\n #offscreenCanvas = null;\n\n /**\n * The associated CanvasRenderingContext2D.\n *\n * @type {object}\n */\n #context = null;\n\n /**\n * Flag to know if the current position is valid.\n *\n * @type {boolean}\n */\n #isValidPosition = true;\n\n /**\n * The image data array.\n *\n * @type {ImageData}\n */\n #imageData = null;\n\n /**\n * The layer base size as {x,y}.\n *\n * @type {Scalar2D}\n */\n #baseSize;\n\n /**\n * The layer base spacing as {x,y}.\n *\n * @type {Scalar2D}\n */\n #baseSpacing;\n\n /**\n * The layer opacity.\n *\n * @type {number}\n */\n #opacity = 1;\n\n /**\n * The layer scale.\n *\n * @type {Scalar2D}\n */\n #scale = {x: 1, y: 1};\n\n /**\n * The layer fit scale.\n *\n * @type {Scalar2D}\n */\n #fitScale = {x: 1, y: 1};\n\n /**\n * The layer flip scale.\n *\n * @type {Scalar3D}\n */\n #flipScale = {x: 1, y: 1, z: 1};\n\n /**\n * The layer offset.\n *\n * @type {Scalar2D}\n */\n #offset = {x: 0, y: 0};\n\n /**\n * The base layer offset.\n *\n * @type {Scalar2D}\n */\n #baseOffset = {x: 0, y: 0};\n\n /**\n * The view offset.\n *\n * @type {Scalar2D}\n */\n #viewOffset = {x: 0, y: 0};\n\n /**\n * The zoom offset.\n *\n * @type {Scalar2D}\n */\n #zoomOffset = {x: 0, y: 0};\n\n /**\n * The flip offset.\n *\n * @type {Scalar2D}\n */\n #flipOffset = {x: 0, y: 0};\n\n /**\n * Data update flag.\n *\n * @type {boolean}\n */\n #needsDataUpdate = null;\n\n /**\n * The associated data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Image smoothing flag.\n *\n * See: {@link https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled}.\n *\n * @type {boolean}\n */\n #imageSmoothing = false;\n\n /**\n * Layer group origin.\n *\n * @type {Point3D}\n */\n #layerGroupOrigin;\n\n /**\n * Layer group first origin.\n *\n * @type {Point3D}\n */\n #layerGroupOrigin0;\n\n /**\n * @param {HTMLElement} containerDiv The layer div, its id will be used\n * as this layer id.\n */\n constructor(containerDiv) {\n this.#containerDiv = containerDiv;\n // specific css class name\n this.#containerDiv.className += ' viewLayer';\n }\n\n /**\n * Get the associated data id.\n *\n * @returns {string} The data id.\n */\n getDataId() {\n return this.#dataId;\n }\n\n /**\n * Get the layer scale.\n *\n * @returns {Scalar2D} The scale as {x,y}.\n */\n getScale() {\n return this.#scale;\n }\n\n /**\n * Get the layer zoom offset without the fit scale.\n *\n * @returns {Scalar2D} The offset as {x,y}.\n */\n getAbsoluteZoomOffset() {\n return {\n x: this.#zoomOffset.x * this.#fitScale.x,\n y: this.#zoomOffset.y * this.#fitScale.y\n };\n }\n\n /**\n * Set the imageSmoothing flag value.\n *\n * @param {boolean} flag True to enable smoothing.\n */\n setImageSmoothing(flag) {\n this.#imageSmoothing = flag;\n }\n\n /**\n * Set the associated view.\n *\n * @param {object} view The view.\n * @param {string} dataId The associated data id.\n */\n setView(view, dataId) {\n this.#dataId = dataId;\n // local listeners\n view.addEventListener('wlchange', this.#onWLChange);\n view.addEventListener('colourmapchange', this.#onColourMapChange);\n view.addEventListener('positionchange', this.#onPositionChange);\n view.addEventListener('alphafuncchange', this.#onAlphaFuncChange);\n // view events\n for (let j = 0; j < viewEventNames.length; ++j) {\n view.addEventListener(viewEventNames[j], this.#fireEvent);\n }\n // create view controller\n this.#viewController = new ViewController(view);\n // bind layer and image\n this.bindImage();\n }\n\n /**\n * Get the view controller.\n *\n * @returns {ViewController} The controller.\n */\n getViewController() {\n return this.#viewController;\n }\n\n /**\n * Get the canvas image data.\n *\n * @returns {object} The image data.\n */\n getImageData() {\n return this.#imageData;\n }\n\n /**\n * Handle an image set event.\n *\n * @param {object} event The event.\n * @function\n */\n onimageset = (event) => {\n // event.value = [index, image]\n if (this.#dataId === event.dataid) {\n this.#viewController.setImage(event.value[0]);\n this.#setBaseSize(this.#viewController.getImageSize().get2D());\n this.#needsDataUpdate = true;\n }\n };\n\n /**\n * Bind this layer to the view image.\n */\n bindImage() {\n if (this.#viewController) {\n this.#viewController.bindImageAndLayer(this);\n }\n }\n\n /**\n * Unbind this layer to the view image.\n */\n unbindImage() {\n if (this.#viewController) {\n this.#viewController.unbindImageAndLayer(this);\n }\n }\n\n /**\n * Handle an image content change event.\n *\n * @param {object} event The event.\n * @function\n */\n onimagecontentchange = (event) => {\n // event.value = [index]\n if (this.#dataId === event.dataid) {\n this.#isValidPosition = this.#viewController.isPositionInBounds();\n // flag update and draw\n this.#needsDataUpdate = true;\n this.draw();\n }\n };\n\n /**\n * Handle an image change event.\n *\n * @param {object} event The event.\n * @function\n */\n onimagegeometrychange = (event) => {\n // event.value = [index]\n if (this.#dataId === event.dataid) {\n const vcSize = this.#viewController.getImageSize().get2D();\n if (this.#baseSize.x !== vcSize.x ||\n this.#baseSize.y !== vcSize.y) {\n // size changed, recalculate base offset\n // in case origin changed\n if (typeof this.#layerGroupOrigin !== 'undefined' &&\n typeof this.#layerGroupOrigin0 !== 'undefined') {\n const origin0 = this.#viewController.getOrigin();\n const scrollOffset = this.#layerGroupOrigin0.minus(origin0);\n const origin = this.#viewController.getOrigin(\n this.#viewController.getCurrentPosition()\n );\n const planeOffset = this.#layerGroupOrigin.minus(origin);\n this.setBaseOffset(scrollOffset, planeOffset);\n }\n // update base size\n this.#setBaseSize(vcSize);\n // flag update and draw\n this.#needsDataUpdate = true;\n this.draw();\n }\n }\n };\n\n // common layer methods [start] ---------------\n\n /**\n * Get the id of the layer.\n *\n * @returns {string} The string id.\n */\n getId() {\n return this.#containerDiv.id;\n }\n\n /**\n * Remove the HTML element from the DOM.\n */\n removeFromDOM() {\n this.#containerDiv.remove();\n }\n\n /**\n * Get the layer base size (without scale).\n *\n * @returns {Scalar2D} The size as {x,y}.\n */\n getBaseSize() {\n return this.#baseSize;\n }\n\n /**\n * Get the image world (mm) 2D size.\n *\n * @returns {Scalar2D} The 2D size as {x,y}.\n */\n getImageWorldSize() {\n return this.#viewController.getImageWorldSize();\n }\n\n /**\n * Get the layer opacity.\n *\n * @returns {number} The opacity ([0:1] range).\n */\n getOpacity() {\n return this.#opacity;\n }\n\n /**\n * Set the layer opacity.\n *\n * @param {number} alpha The opacity ([0:1] range).\n */\n setOpacity(alpha) {\n if (alpha === this.#opacity) {\n return;\n }\n\n this.#opacity = Math.min(Math.max(alpha, 0), 1);\n\n /**\n * Opacity change event.\n *\n * @event App#opacitychange\n * @type {object}\n * @property {string} type The event type.\n */\n const event = {\n type: 'opacitychange',\n value: [this.#opacity]\n };\n this.#fireEvent(event);\n }\n\n /**\n * Add a flip offset along the layer X axis.\n */\n addFlipOffsetX() {\n this.#flipOffset.x += this.#canvas.width / this.#scale.x;\n this.#offset.x += this.#flipOffset.x;\n }\n\n /**\n * Add a flip offset along the layer Y axis.\n */\n addFlipOffsetY() {\n this.#flipOffset.y += this.#canvas.height / this.#scale.y;\n this.#offset.y += this.#flipOffset.y;\n }\n\n /**\n * Flip the scale along the layer X axis.\n */\n flipScaleX() {\n this.#flipScale.x *= -1;\n }\n\n /**\n * Flip the scale along the layer Y axis.\n */\n flipScaleY() {\n this.#flipScale.y *= -1;\n }\n\n /**\n * Flip the scale along the layer Z axis.\n */\n flipScaleZ() {\n this.#flipScale.z *= -1;\n }\n\n /**\n * Set the layer scale.\n *\n * @param {Scalar3D} newScale The scale as {x,y,z}.\n * @param {Point3D} [center] The scale center.\n */\n setScale(newScale, center) {\n const helper = this.#viewController.getPlaneHelper();\n const orientedNewScale = helper.getTargetOrientedPositiveXYZ({\n x: newScale.x * this.#flipScale.x,\n y: newScale.y * this.#flipScale.y,\n z: newScale.z * this.#flipScale.z,\n });\n const finalNewScale = {\n x: this.#fitScale.x * orientedNewScale.x,\n y: this.#fitScale.y * orientedNewScale.y\n };\n\n if (Math.abs(newScale.x) === 1 &&\n Math.abs(newScale.y) === 1 &&\n Math.abs(newScale.z) === 1) {\n // reset zoom offset for scale=1\n const resetOffset = {\n x: this.#offset.x - this.#zoomOffset.x,\n y: this.#offset.y - this.#zoomOffset.y\n };\n // store new offset\n this.#zoomOffset = {x: 0, y: 0};\n this.#offset = resetOffset;\n } else {\n if (typeof center !== 'undefined') {\n let worldCenter = helper.getPlaneOffsetFromOffset3D({\n x: center.getX(),\n y: center.getY(),\n z: center.getZ()\n });\n // center was obtained with viewLayer.displayToMainPlanePos\n // compensated for baseOffset\n // TODO: justify...\n worldCenter = {\n x: worldCenter.x + this.#baseOffset.x,\n y: worldCenter.y + this.#baseOffset.y\n };\n\n const newOffset = getScaledOffset(\n this.#offset, this.#scale, finalNewScale, worldCenter);\n\n const newZoomOffset = {\n x: this.#zoomOffset.x + newOffset.x - this.#offset.x,\n y: this.#zoomOffset.y + newOffset.y - this.#offset.y\n };\n // store new offset\n this.#zoomOffset = newZoomOffset;\n this.#offset = newOffset;\n }\n }\n\n // store new scale\n this.#scale = finalNewScale;\n }\n\n /**\n * Initialise the layer scale.\n *\n * @param {Scalar3D} newScale The scale as {x,y,z}.\n * @param {Scalar2D} absoluteZoomOffset The zoom offset as {x,y}\n * without the fit scale (as provided by getAbsoluteZoomOffset).\n */\n initScale(newScale, absoluteZoomOffset) {\n const helper = this.#viewController.getPlaneHelper();\n const orientedNewScale = helper.getTargetOrientedPositiveXYZ({\n x: newScale.x * this.#flipScale.x,\n y: newScale.y * this.#flipScale.y,\n z: newScale.z * this.#flipScale.z,\n });\n const finalNewScale = {\n x: this.#fitScale.x * orientedNewScale.x,\n y: this.#fitScale.y * orientedNewScale.y\n };\n this.#scale = finalNewScale;\n\n this.#zoomOffset = {\n x: absoluteZoomOffset.x / this.#fitScale.x,\n y: absoluteZoomOffset.y / this.#fitScale.y\n };\n this.#offset = {\n x: this.#offset.x + this.#zoomOffset.x,\n y: this.#offset.y + this.#zoomOffset.y\n };\n }\n\n /**\n * Set the base layer offset. Updates the layer offset.\n *\n * @param {Vector3D} scrollOffset The scroll offset vector.\n * @param {Vector3D} planeOffset The plane offset vector.\n * @param {Point3D} [layerGroupOrigin] The layer group origin.\n * @param {Point3D} [layerGroupOrigin0] The layer group first origin.\n * @returns {boolean} True if the offset was updated.\n */\n setBaseOffset(\n scrollOffset, planeOffset,\n layerGroupOrigin, layerGroupOrigin0) {\n const helper = this.#viewController.getPlaneHelper();\n const scrollIndex = helper.getNativeScrollIndex();\n const newOffset = helper.getPlaneOffsetFromOffset3D({\n x: scrollIndex === 0 ? scrollOffset.getX() : planeOffset.getX(),\n y: scrollIndex === 1 ? scrollOffset.getY() : planeOffset.getY(),\n z: scrollIndex === 2 ? scrollOffset.getZ() : planeOffset.getZ(),\n });\n const needsUpdate = this.#baseOffset.x !== newOffset.x ||\n this.#baseOffset.y !== newOffset.y;\n // store layer group origins\n if (typeof layerGroupOrigin !== 'undefined' &&\n typeof layerGroupOrigin0 !== 'undefined') {\n this.#layerGroupOrigin = layerGroupOrigin;\n this.#layerGroupOrigin0 = layerGroupOrigin0;\n }\n // reset offset if needed\n if (needsUpdate) {\n this.#offset = {\n x: this.#offset.x - this.#baseOffset.x + newOffset.x,\n y: this.#offset.y - this.#baseOffset.y + newOffset.y\n };\n this.#baseOffset = newOffset;\n }\n return needsUpdate;\n }\n\n /**\n * Set the layer offset.\n *\n * @param {Scalar3D} newOffset The offset as {x,y,z}.\n */\n setOffset(newOffset) {\n const helper = this.#viewController.getPlaneHelper();\n const planeNewOffset = helper.getPlaneOffsetFromOffset3D(newOffset);\n this.#offset = {\n x: planeNewOffset.x +\n this.#viewOffset.x +\n this.#baseOffset.x +\n this.#zoomOffset.x +\n this.#flipOffset.x,\n y: planeNewOffset.y +\n this.#viewOffset.y +\n this.#baseOffset.y +\n this.#zoomOffset.y +\n this.#flipOffset.y\n };\n }\n\n /**\n * Transform a display position to a 2D index.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Index} The equivalent 2D index.\n */\n displayToPlaneIndex(point2D) {\n const planePos = this.displayToPlanePos(point2D);\n return new Index([\n Math.floor(planePos.getX()),\n Math.floor(planePos.getY())\n ]);\n }\n\n /**\n * Remove scale from a display position.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Point2D} The de-scaled point.\n */\n displayToPlaneScale(point2D) {\n return new Point2D(\n point2D.getX() / this.#scale.x,\n point2D.getY() / this.#scale.y\n );\n }\n\n /**\n * Get a plane position from a display position.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Point2D} The plane position.\n */\n displayToPlanePos(point2D) {\n const deScaled = this.displayToPlaneScale(point2D);\n return new Point2D(\n deScaled.getX() + this.#offset.x,\n deScaled.getY() + this.#offset.y\n );\n }\n\n /**\n * Get a display position from a plane position.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Point2D} The display position, can be individually\n * undefined if out of bounds.\n */\n planePosToDisplay(point2D) {\n let posX =\n (point2D.getX() - this.#offset.x + this.#baseOffset.x) * this.#scale.x;\n let posY =\n (point2D.getY() - this.#offset.y + this.#baseOffset.y) * this.#scale.y;\n // check if in bounds\n if (posX < 0 || posX >= this.#canvas.width) {\n posX = undefined;\n }\n if (posY < 0 || posY >= this.#canvas.height) {\n posY = undefined;\n }\n return new Point2D(posX, posY);\n }\n\n /**\n * Get a main plane position from a display position.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Point2D} The main plane position.\n */\n displayToMainPlanePos(point2D) {\n const planePos = this.displayToPlanePos(point2D);\n return new Point2D(\n planePos.getX() - this.#baseOffset.x,\n planePos.getY() - this.#baseOffset.y\n );\n }\n\n /**\n * Display the layer.\n *\n * @param {boolean} flag Whether to display the layer or not.\n */\n display(flag) {\n this.#containerDiv.style.display = flag ? '' : 'none';\n }\n\n /**\n * Check if the layer is visible.\n *\n * @returns {boolean} True if the layer is visible.\n */\n isVisible() {\n return this.#containerDiv.style.display === '';\n }\n\n /**\n * Draw the content (imageData) of the layer.\n * The imageData variable needs to be set.\n *\n * @fires App#renderstart\n * @fires App#renderend\n */\n draw() {\n // skip for non valid position\n if (!this.#isValidPosition) {\n return;\n }\n\n /**\n * Render start event.\n *\n * @event App#renderstart\n * @type {object}\n * @property {string} type The event type.\n */\n let event = {\n type: 'renderstart',\n layerid: this.getId(),\n dataid: this.getDataId()\n };\n this.#fireEvent(event);\n\n // update data if needed\n if (this.#needsDataUpdate) {\n this.#updateImageData();\n }\n\n // context opacity\n this.#context.globalAlpha = this.#opacity;\n\n // clear context\n this.clear();\n\n // draw the cached canvas on the context\n // transform takes as input a, b, c, d, e, f to create\n // the transform matrix (column-major order):\n // [ a c e ]\n // [ b d f ]\n // [ 0 0 1 ]\n this.#context.setTransform(\n this.#scale.x,\n 0,\n 0,\n this.#scale.y,\n -1 * this.#offset.x * this.#scale.x,\n -1 * this.#offset.y * this.#scale.y\n );\n\n // disable smoothing (set just before draw, could be reset by resize)\n this.#context.imageSmoothingEnabled = this.#imageSmoothing;\n // draw image\n this.#context.drawImage(this.#offscreenCanvas, 0, 0);\n\n /**\n * Render end event.\n *\n * @event App#renderend\n * @type {object}\n * @property {string} type The event type.\n */\n event = {\n type: 'renderend',\n layerid: this.getId(),\n dataid: this.getDataId()\n };\n this.#fireEvent(event);\n }\n\n /**\n * Initialise the layer: set the canvas and context.\n *\n * @param {Scalar2D} size The image size as {x,y}.\n * @param {Scalar2D} spacing The image spacing as {x,y}.\n * @param {number} alpha The initial data opacity.\n */\n initialise(size, spacing, alpha) {\n // set locals\n this.#baseSpacing = spacing;\n this.#opacity = Math.min(Math.max(alpha, 0), 1);\n\n // create canvas\n // (canvas size is set in fitToContainer)\n this.#canvas = document.createElement('canvas');\n this.#containerDiv.appendChild(this.#canvas);\n\n // check that the getContext method exists\n if (!this.#canvas.getContext) {\n alert('Error: no canvas.getContext method.');\n return;\n }\n // get the 2D context\n this.#context = this.#canvas.getContext('2d');\n if (!this.#context) {\n alert('Error: failed to get the 2D context.');\n return;\n }\n\n // off screen canvas\n this.#offscreenCanvas = document.createElement('canvas');\n\n // set base size: needs an existing context and off screen canvas\n this.#setBaseSize(size);\n\n // update data on first draw\n this.#needsDataUpdate = true;\n }\n\n /**\n * Set the base size of the layer.\n *\n * @param {Scalar2D} size The size as {x,y}.\n */\n #setBaseSize(size) {\n // check canvas creation\n if (!canCreateCanvas(size.x, size.y)) {\n throw new Error('Cannot create canvas with size ' +\n size.x + ', ' + size.y);\n }\n\n // set local\n this.#baseSize = size;\n\n // off screen canvas\n this.#offscreenCanvas.width = this.#baseSize.x;\n this.#offscreenCanvas.height = this.#baseSize.y;\n // original empty image data array\n this.#context.clearRect(0, 0, this.#baseSize.x, this.#baseSize.y);\n this.#imageData = this.#context.createImageData(\n this.#baseSize.x, this.#baseSize.y);\n }\n\n /**\n * Fit the layer to its parent container.\n *\n * @param {Scalar2D} containerSize The fit size as {x,y}.\n * @param {number} divToWorldSizeRatio The div to world size ratio.\n * @param {Scalar2D} fitOffset The fit offset as {x,y}.\n */\n fitToContainer(containerSize, divToWorldSizeRatio, fitOffset) {\n let needsDraw = false;\n\n // set canvas size if different from previous\n if (this.#canvas.width !== containerSize.x ||\n this.#canvas.height !== containerSize.y) {\n if (!canCreateCanvas(containerSize.x, containerSize.y)) {\n throw new Error('Cannot resize canvas ' +\n containerSize.x + ', ' + containerSize.y);\n }\n // canvas size change triggers canvas reset\n this.#canvas.width = containerSize.x;\n this.#canvas.height = containerSize.y;\n // update draw flag\n needsDraw = true;\n }\n\n // fit scale\n const divToImageSizeRatio = {\n x: divToWorldSizeRatio * this.#baseSpacing.x,\n y: divToWorldSizeRatio * this.#baseSpacing.y\n };\n // #scale = inputScale * fitScale * flipScale\n // flipScale does not change here, we can omit it\n // newScale = (#scale / fitScale) * newFitScale\n const newScale = {\n x: this.#scale.x * divToImageSizeRatio.x / this.#fitScale.x,\n y: this.#scale.y * divToImageSizeRatio.y / this.#fitScale.y\n };\n\n // set scales if different from previous\n if (this.#scale.x !== newScale.x ||\n this.#scale.y !== newScale.y) {\n this.#fitScale = divToImageSizeRatio;\n this.#scale = newScale;\n // update draw flag\n needsDraw = true;\n }\n\n // view offset\n const newViewOffset = {\n x: fitOffset.x / divToImageSizeRatio.x,\n y: fitOffset.y / divToImageSizeRatio.y\n };\n // flip offset\n const scaledImageSize = {\n x: containerSize.x / divToImageSizeRatio.x,\n y: containerSize.y / divToImageSizeRatio.y\n };\n const newFlipOffset = {\n x: this.#flipOffset.x !== 0 ? scaledImageSize.x : 0,\n y: this.#flipOffset.y !== 0 ? scaledImageSize.y : 0,\n };\n\n // set offsets if different from previous\n if (this.#viewOffset.x !== newViewOffset.x ||\n this.#viewOffset.y !== newViewOffset.y ||\n this.#flipOffset.x !== newFlipOffset.x ||\n this.#flipOffset.y !== newFlipOffset.y) {\n // update global offset\n this.#offset = {\n x: this.#offset.x +\n newViewOffset.x - this.#viewOffset.x +\n newFlipOffset.x - this.#flipOffset.x,\n y: this.#offset.y +\n newViewOffset.y - this.#viewOffset.y +\n newFlipOffset.y - this.#flipOffset.y,\n };\n // update private local offsets\n this.#flipOffset = newFlipOffset;\n this.#viewOffset = newViewOffset;\n // update draw flag\n needsDraw = true;\n }\n\n // draw if needed\n if (needsDraw) {\n this.draw();\n }\n }\n\n /**\n * Enable and listen to container interaction events.\n */\n bindInteraction() {\n // allow pointer events\n this.#containerDiv.style.pointerEvents = 'auto';\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n const eventName = names[i];\n const passive = eventName !== 'wheel';\n this.#containerDiv.addEventListener(\n eventName, this.#fireEvent, {passive: passive});\n }\n }\n\n /**\n * Disable and stop listening to container interaction events.\n */\n unbindInteraction() {\n // disable pointer events\n this.#containerDiv.style.pointerEvents = 'none';\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n this.#containerDiv.removeEventListener(names[i], this.#fireEvent);\n }\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n event.srclayerid = this.getId();\n event.dataid = this.#dataId;\n this.#listenerHandler.fireEvent(event);\n };\n\n // common layer methods [end] ---------------\n\n /**\n * Update the canvas image data.\n */\n #updateImageData() {\n // generate image data\n this.#viewController.generateImageData(this.#imageData);\n // pass the data to the off screen canvas\n this.#offscreenCanvas.getContext('2d').putImageData(this.#imageData, 0, 0);\n // update data flag\n this.#needsDataUpdate = false;\n }\n\n /**\n * Handle window/level change.\n *\n * @param {object} event The event fired when changing the window/level.\n */\n #onWLChange = (event) => {\n // generate and draw if no skip flag\n const skip = typeof event.skipGenerate !== 'undefined' &&\n event.skipGenerate === true;\n if (!skip) {\n this.#needsDataUpdate = true;\n this.draw();\n }\n };\n\n /**\n * Handle colour map change.\n *\n * @param {object} event The event fired when changing the colour map.\n */\n #onColourMapChange = (event) => {\n const skip = typeof event.skipGenerate !== 'undefined' &&\n event.skipGenerate === true;\n if (!skip) {\n this.#needsDataUpdate = true;\n this.draw();\n }\n };\n\n /**\n * Handle position change.\n *\n * @param {object} event The event fired when changing the position.\n */\n #onPositionChange = (event) => {\n const skip = typeof event.skipGenerate !== 'undefined' &&\n event.skipGenerate === true;\n if (!skip) {\n let valid = true;\n if (typeof event.valid !== 'undefined') {\n valid = event.valid;\n }\n // clear for non valid events\n if (!valid) {\n // clear only once\n if (this.#isValidPosition) {\n this.#isValidPosition = false;\n this.clear();\n }\n } else {\n // 3D dimensions\n const dims3D = [0, 1, 2];\n // remove scroll index\n const indexScrollIndex =\n dims3D.indexOf(this.#viewController.getScrollIndex());\n dims3D.splice(indexScrollIndex, 1);\n // remove non scroll index from diff dims\n const diffDims = event.diffDims.filter(function (item) {\n return dims3D.indexOf(item) === -1;\n });\n // update if we have something left\n if (diffDims.length !== 0 || !this.#isValidPosition) {\n // reset valid flag\n this.#isValidPosition = true;\n // reset update flag\n this.#needsDataUpdate = true;\n this.draw();\n }\n }\n }\n };\n\n /**\n * Handle alpha function change.\n *\n * @param {object} event The event fired when changing the function.\n */\n #onAlphaFuncChange = (event) => {\n const skip = typeof event.skipGenerate !== 'undefined' &&\n event.skipGenerate === true;\n if (!skip) {\n this.#needsDataUpdate = true;\n this.draw();\n }\n };\n\n /**\n * Set the current position.\n *\n * @param {Point} position The new position.\n * @param {Index} _index The new index.\n * @returns {boolean} True if the position was updated.\n */\n setCurrentPosition(position, _index) {\n return this.#viewController.setCurrentPosition(position);\n }\n\n /**\n * Clear the context.\n */\n clear() {\n // clear the context: reset the transform first\n // store the current transformation matrix\n this.#context.save();\n // use the identity matrix while clearing the canvas\n this.#context.setTransform(1, 0, 0, 1, 0, 0);\n this.#context.clearRect(0, 0, this.#canvas.width, this.#canvas.height);\n // restore the transform\n this.#context.restore();\n }\n\n} // ViewLayer class\n","import {Point, Point3D} from '../math/point';\nimport {WindowLevel} from '../image/windowLevel';\nimport {LayerGroup} from './layerGroup';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {ViewLayer} from '../gui/viewLayer';\nimport {DrawLayer} from '../gui/drawLayer';\n/* eslint-enable no-unused-vars */\n\n/**\n * Window/level binder.\n */\nexport class WindowLevelBinder {\n getEventType = function () {\n return 'wlchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n const viewLayers = layerGroup.getViewLayersByDataId(event.dataid);\n if (viewLayers.length !== 0) {\n const vc = viewLayers[0].getViewController();\n if (event.value.length === 2) {\n const wl = new WindowLevel(event.value[0], event.value[1]);\n vc.setWindowLevel(wl);\n }\n if (event.value.length === 3) {\n vc.setWindowLevelPreset(event.value[2]);\n }\n }\n };\n };\n}\n\n/**\n * Colour map binder.\n */\nexport class ColourMapBinder {\n getEventType = function () {\n return 'colourmapchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n const viewLayers = layerGroup.getViewLayersByDataId(event.dataid);\n if (viewLayers.length !== 0) {\n const vc = viewLayers[0].getViewController();\n vc.setColourMap(event.value[0]);\n }\n };\n };\n}\n\n/**\n * Position binder.\n */\nexport class PositionBinder {\n getEventType = function () {\n return 'positionchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n const pointValues = event.value[1];\n const vc = layerGroup.getActiveViewLayer().getViewController();\n // handle different number of dimensions\n const currentPos = vc.getCurrentPosition();\n const currentDims = currentPos.length();\n const inputDims = pointValues.length;\n if (inputDims !== currentDims) {\n if (inputDims === currentDims - 1) {\n // add missing dim, for ex: input 3D -> current 4D\n pointValues.push(currentPos.get(currentDims - 1));\n } else if (inputDims === currentDims + 1) {\n // remove extra dim, for ex: input 4D -> current 3D\n pointValues.pop();\n }\n }\n vc.setCurrentPosition(new Point(pointValues));\n };\n };\n}\n\n/**\n * Zoom binder.\n */\nexport class ZoomBinder {\n getEventType = function () {\n return 'zoomchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n const scale = {\n x: event.value[0],\n y: event.value[1],\n z: event.value[2]\n };\n let center;\n if (event.value.length === 6) {\n center = new Point3D(\n event.value[3],\n event.value[4],\n event.value[5]\n );\n }\n layerGroup.setScale(scale, center);\n layerGroup.draw();\n };\n };\n}\n\n/**\n * Offset binder.\n */\nexport class OffsetBinder {\n getEventType = function () {\n return 'offsetchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n layerGroup.setOffset({\n x: event.value[0],\n y: event.value[1],\n z: event.value[2]\n });\n layerGroup.draw();\n };\n };\n}\n\n/**\n * Opacity binder. Only propagates to view layers of the same data.\n */\nexport class OpacityBinder {\n getEventType = function () {\n return 'opacitychange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n // exit if no data id\n if (typeof event.dataid === 'undefined') {\n return;\n }\n // propagate to first view layer if it is not base layer\n const viewLayers = layerGroup.getViewLayersByDataId(event.dataid);\n const baseLayer = layerGroup.getBaseViewLayer();\n if (viewLayers.length !== 0 && baseLayer !== viewLayers[0]) {\n viewLayers[0].setOpacity(event.value);\n viewLayers[0].draw();\n }\n };\n };\n}\n\n/**\n * List of binders.\n */\nexport const binderList = {\n WindowLevelBinder,\n PositionBinder,\n ZoomBinder,\n OffsetBinder,\n OpacityBinder,\n ColourMapBinder\n};\n\n/**\n * Stage: controls a list of layer groups and their\n * synchronisation.\n */\nexport class Stage {\n\n /**\n * Associated layer groups.\n *\n * @type {LayerGroup[]}\n */\n #layerGroups = [];\n\n /**\n * Active layer group index.\n *\n * @type {number|undefined}\n */\n #activeLayerGroupIndex;\n\n /**\n * Image smoothing flag.\n *\n * @type {boolean}\n */\n #imageSmoothing = false;\n\n // layer group binders\n #binders = [];\n // binder callbacks\n #callbackStore = null;\n\n /**\n * Get the layer group at the given index.\n *\n * @param {number} index The index.\n * @returns {LayerGroup|undefined} The layer group.\n */\n getLayerGroup(index) {\n return this.#layerGroups[index];\n }\n\n /**\n * Get the number of layer groups that form the stage.\n *\n * @returns {number} The number of layer groups.\n */\n getNumberOfLayerGroups() {\n return this.#layerGroups.length;\n }\n\n /**\n * Get the active layer group.\n *\n * @returns {LayerGroup|undefined} The layer group.\n */\n getActiveLayerGroup() {\n return this.getLayerGroup(this.#activeLayerGroupIndex);\n }\n\n /**\n * Set the active layer group.\n *\n * @param {number} index The layer group index.\n */\n setActiveLayerGroup(index) {\n if (typeof this.getLayerGroup(index) !== 'undefined') {\n this.#activeLayerGroupIndex = index;\n } else {\n logger.warn('No layer group to set as active with index: ' +\n index);\n }\n }\n\n /**\n * Get the view layers associated to a data id.\n *\n * @param {string} dataId The data id.\n * @returns {ViewLayer[]} The layers.\n */\n getViewLayersByDataId(dataId) {\n let res = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n res = res.concat(this.#layerGroups[i].getViewLayersByDataId(dataId));\n }\n return res;\n }\n\n /**\n * Get a list of view layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a ViewLayer as input and returns a boolean. If undefined,\n * returns all view layers.\n * @returns {ViewLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getViewLayers(callbackFn) {\n let res = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n res = res.concat(this.#layerGroups[i].getViewLayers(callbackFn));\n }\n return res;\n }\n\n /**\n * Get the draw layers associated to a data id.\n *\n * @param {string} dataId The data id.\n * @returns {DrawLayer[]} The layers.\n */\n getDrawLayersByDataId(dataId) {\n let res = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n res = res.concat(this.#layerGroups[i].getDrawLayersByDataId(dataId));\n }\n return res;\n }\n\n /**\n * Get a list of draw layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a DrawLayer as input and returns a boolean. If undefined,\n * returns all draw layers.\n * @returns {DrawLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getDrawLayers(callbackFn) {\n let res = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n res = res.concat(this.#layerGroups[i].getDrawLayers(callbackFn));\n }\n return res;\n }\n\n /**\n * Add a layer group to the list.\n *\n * The new layer group will be marked as the active layer group.\n *\n * @param {object} htmlElement The HTML element of the layer group.\n * @returns {LayerGroup} The newly created layer group.\n */\n addLayerGroup(htmlElement) {\n this.#activeLayerGroupIndex = this.#layerGroups.length;\n const layerGroup = new LayerGroup(htmlElement);\n layerGroup.setImageSmoothing(this.#imageSmoothing);\n // add to storage\n const isBound = this.#callbackStore && this.#callbackStore.length !== 0;\n if (isBound) {\n this.unbindLayerGroups();\n }\n this.#layerGroups.push(layerGroup);\n if (isBound) {\n this.bindLayerGroups();\n }\n // return created group\n return layerGroup;\n }\n\n /**\n * Get a layer group from an HTML element id.\n *\n * @param {string} id The element id to find.\n * @returns {LayerGroup} The layer group.\n */\n getLayerGroupByDivId(id) {\n return this.#layerGroups.find(function (item) {\n return item.getDivId() === id;\n });\n }\n\n /**\n * Set the layer groups binders.\n *\n * @param {Array} list The list of binder objects.\n */\n setBinders(list) {\n if (typeof list === 'undefined' || list === null) {\n throw new Error('Cannot set null or undefined binders');\n }\n if (this.#binders.length !== 0) {\n this.unbindLayerGroups();\n }\n this.#binders = list.slice();\n this.bindLayerGroups();\n }\n\n /**\n * Empty the layer group list.\n */\n empty() {\n this.unbindLayerGroups();\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n this.#layerGroups[i].empty();\n }\n this.#layerGroups = [];\n this.#activeLayerGroupIndex = undefined;\n }\n\n /**\n * Remove all layers for a specific data.\n *\n * @param {string} dataId The data to remove its layers.\n */\n removeLayersByDataId(dataId) {\n for (const layerGroup of this.#layerGroups) {\n layerGroup.removeLayersByDataId(dataId);\n }\n }\n\n /**\n * Remove a layer group from this stage.\n *\n * @param {LayerGroup} layerGroup The layer group to remove.\n */\n removeLayerGroup(layerGroup) {\n // find layer\n const index = this.#layerGroups.findIndex((item) => item === layerGroup);\n if (index === -1) {\n throw new Error('Cannot find layerGroup to remove');\n }\n // unbind\n this.unbindLayerGroups();\n // empty layer group\n layerGroup.empty();\n // remove from storage\n this.#layerGroups.splice(index, 1);\n // update active index\n if (this.#activeLayerGroupIndex === index) {\n this.#activeLayerGroupIndex = undefined;\n }\n // bind\n this.bindLayerGroups();\n }\n\n /**\n * Reset the stage: calls reset on all layer groups.\n */\n reset() {\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n this.#layerGroups[i].reset();\n }\n }\n\n /**\n * Draw the stage: calls draw on all layer groups.\n */\n draw() {\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n this.#layerGroups[i].draw();\n }\n }\n\n /**\n * Fit to container: synchronise the div to world size ratio\n * of the group layers.\n */\n fitToContainer() {\n // find the minimum ratio\n let minRatio;\n const hasRatio = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n const ratio = this.#layerGroups[i].getDivToWorldSizeRatio();\n if (typeof ratio !== 'undefined') {\n hasRatio.push(i);\n if (typeof minRatio === 'undefined' || ratio < minRatio) {\n minRatio = ratio;\n }\n }\n }\n // exit if no ratio\n if (typeof minRatio === 'undefined') {\n return;\n }\n // apply min ratio to layers\n for (let j = 0; j < this.#layerGroups.length; ++j) {\n if (hasRatio.includes(j)) {\n this.#layerGroups[j].fitToContainer(minRatio);\n }\n }\n }\n\n /**\n * Bind the layer groups of the stage.\n */\n bindLayerGroups() {\n if (this.#layerGroups.length === 0 ||\n this.#layerGroups.length === 1 ||\n this.#binders.length === 0) {\n return;\n }\n // create callback store\n this.#callbackStore = new Array(this.#layerGroups.length);\n // add listeners\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n for (let j = 0; j < this.#binders.length; ++j) {\n this.#addEventListeners(i, this.#binders[j]);\n }\n }\n }\n\n /**\n * Unbind the layer groups of the stage.\n */\n unbindLayerGroups() {\n if (this.#layerGroups.length === 0 ||\n this.#layerGroups.length === 1 ||\n this.#binders.length === 0 ||\n !this.#callbackStore) {\n return;\n }\n // remove listeners\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n for (let j = 0; j < this.#binders.length; ++j) {\n this.#removeEventListeners(i, this.#binders[j]);\n }\n }\n // clear callback store\n this.#callbackStore = null;\n }\n\n /**\n * Set the imageSmoothing flag value.\n *\n * @param {boolean} flag True to enable smoothing.\n */\n setImageSmoothing(flag) {\n this.#imageSmoothing = flag;\n // set for existing layer groups\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n this.#layerGroups[i].setImageSmoothing(flag);\n }\n }\n\n /**\n * Get the binder callback function for a given layer group index.\n * The function is created if not yet stored.\n *\n * @param {object} binder The layer binder.\n * @param {number} index The index of the associated layer group.\n * @returns {Function} The binder function.\n */\n #getBinderCallback(binder, index) {\n if (typeof this.#callbackStore[index] === 'undefined') {\n this.#callbackStore[index] = [];\n }\n const store = this.#callbackStore[index];\n let binderObj = store.find(function (elem) {\n return elem.binder === binder;\n });\n if (typeof binderObj === 'undefined') {\n // create new callback object\n binderObj = {\n binder: binder,\n callback: (event) => {\n // stop listeners\n this.#removeEventListeners(index, binder);\n // apply binder\n binder.getCallback(this.#layerGroups[index])(event);\n // re-start listeners\n this.#addEventListeners(index, binder);\n }\n };\n this.#callbackStore[index].push(binderObj);\n }\n return binderObj.callback;\n }\n\n /**\n * Add event listeners for a given layer group index and binder.\n *\n * @param {number} index The index of the associated layer group.\n * @param {object} binder The layer binder.\n */\n #addEventListeners(index, binder) {\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n if (i !== index) {\n this.#layerGroups[index].addEventListener(\n binder.getEventType(),\n this.#getBinderCallback(binder, i)\n );\n }\n }\n }\n\n /**\n * Remove event listeners for a given layer group index and binder.\n *\n * @param {number} index The index of the associated layer group.\n * @param {object} binder The layer binder.\n */\n #removeEventListeners(index, binder) {\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n if (i !== index) {\n this.#layerGroups[index].removeEventListener(\n binder.getEventType(),\n this.#getBinderCallback(binder, i)\n );\n }\n }\n }\n\n} // class Stage\n","import {Index} from '../math/index';\nimport {colourNameToHex} from '../utils/colour';\nimport {WindowLevel} from '../image/windowLevel';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * State class.\n * Saves: data url/path, display info.\n *\n * History:\n * - v0.5 (dwv 0.30.0, 12/2021):\n * - store position as array,\n * - new draw position group key.\n * - v0.4 (dwv 0.29.0, 06/2021):\n * - move drawing details into meta property,\n * - remove scale center and translation, add offset.\n * - v0.3 (dwv v0.23.0, 03/2018):\n * - new drawing structure, drawings are now the full layer object and\n * using toObject to avoid saving a string representation,\n * - new details structure: simple array of objects referenced by draw ids.\n * - v0.2 (dwv v0.17.0, 12/2016):\n * - adds draw details: array [nslices][nframes] of detail objects.\n * - v0.1 (dwv v0.15.0, 07/2016):\n * - adds version,\n * - drawings: array [nslices][nframes] with all groups.\n * - initial release (dwv v0.10.0, 05/2015), no version number:\n * - content: window-center, window-width, position, scale,\n * scaleCenter, translation, drawings,\n * - drawings: array [nslices] with all groups.\n */\nexport class State {\n /**\n * The state data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * @param {string} dataId The associated data id.\n */\n constructor(dataId) {\n this.#dataId = dataId;\n }\n\n /**\n * Load an application state from JSON.\n *\n * @param {string} json The state as a JSON string.\n * @returns {object} The state object.\n */\n fromJSON(json) {\n const data = JSON.parse(json);\n let res = null;\n if (data.version === '0.1') {\n res = this.#readV01(data);\n } else if (data.version === '0.2') {\n res = this.#readV02(data);\n } else if (data.version === '0.3') {\n res = this.#readV03(data);\n } else if (data.version === '0.4') {\n res = this.#readV04(data);\n } else if (data.version === '0.5') {\n res = this.#readV05(data);\n } else {\n throw new Error('Unknown state file format version: \\'' +\n data.version + '\\'.');\n }\n return res;\n }\n\n /**\n * Load an application state from JSON.\n *\n * @param {App} app The app to apply the state to.\n * @param {object} data The state data.\n */\n apply(app, data) {\n const layerGroup = app.getActiveLayerGroup();\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n // display\n const wl = new WindowLevel(data['window-center'], data['window-width']);\n viewController.setWindowLevel(wl);\n // position is index...\n viewController.setCurrentIndex(new Index(data.position));\n // apply saved scale on top of current base one\n const baseScale = app.getActiveLayerGroup().getBaseScale();\n let scale = null;\n let offset = null;\n if (typeof data.scaleCenter !== 'undefined') {\n scale = {\n x: data.scale * baseScale.x,\n y: data.scale * baseScale.y,\n z: 1\n };\n // ---- transform translation (now) ----\n // Tx = -offset.x * scale.x\n // => offset.x = -Tx / scale.x\n // ---- transform translation (before) ----\n // origin.x = centerX - (centerX - origin.x) * (newZoomX / zoom.x);\n // (zoom.x -> initial zoom = base scale, origin.x = 0)\n // Tx = origin.x + (trans.x * zoom.x)\n const originX = data.scaleCenter.x - data.scaleCenter.x * data.scale;\n const originY = data.scaleCenter.y - data.scaleCenter.y * data.scale;\n const oldTx = originX + data.translation.x * scale.x;\n const oldTy = originY + data.translation.y * scale.y;\n offset = {\n x: -oldTx / scale.x,\n y: -oldTy / scale.y,\n z: 0\n };\n } else {\n scale = {\n x: data.scale.x * baseScale.x,\n y: data.scale.y * baseScale.y,\n z: baseScale.z\n };\n offset = {\n x: data.offset.x,\n y: data.offset.y,\n z: 0\n };\n }\n app.getActiveLayerGroup().setScale(scale);\n app.getActiveLayerGroup().setOffset(offset);\n // drawings (will draw the draw layer)\n app.setDrawings(data.drawings, data.drawingsDetails, this.#dataId);\n }\n\n /**\n * Read an application state from an Object in v0.1 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV01(data) {\n // v0.1 -> v0.2\n const v02DAndD = v01Tov02DrawingsAndDetails(data.drawings);\n // v0.2 -> v0.3, v0.4\n data.drawings = v02Tov03Drawings(v02DAndD.drawings).toObject();\n data.drawingsDetails = v03Tov04DrawingsDetails(\n v02DAndD.drawingsDetails);\n // v0.4 -> v0.5\n data = v04Tov05Data(data);\n data.drawings = v04Tov05Drawings(data.drawings);\n return data;\n }\n\n /**\n * Read an application state from an Object in v0.2 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV02(data) {\n // v0.2 -> v0.3, v0.4\n data.drawings = v02Tov03Drawings(data.drawings).toObject();\n data.drawingsDetails = v03Tov04DrawingsDetails(\n v02Tov03DrawingsDetails(data.drawingsDetails));\n // v0.4 -> v0.5\n data = v04Tov05Data(data);\n data.drawings = v04Tov05Drawings(data.drawings);\n return data;\n }\n\n /**\n * Read an application state from an Object in v0.3 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV03(data) {\n // v0.3 -> v0.4\n data.drawingsDetails = v03Tov04DrawingsDetails(data.drawingsDetails);\n // v0.4 -> v0.5\n data = v04Tov05Data(data);\n data.drawings = v04Tov05Drawings(data.drawings);\n return data;\n }\n\n /**\n * Read an application state from an Object in v0.4 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV04(data) {\n // v0.4 -> v0.5\n data = v04Tov05Data(data);\n data.drawings = v04Tov05Drawings(data.drawings);\n return data;\n }\n /**\n * Read an application state from an Object in v0.5 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV05(data) {\n return data;\n }\n\n} // State class\n\n/**\n * Convert drawings from v0.2 to v0.3:\n * - v0.2: one layer per slice/frame,\n * - v0.3: one layer, one group per slice. `setDrawing` expects the full stage.\n *\n * @param {Array} drawings An array of drawings.\n * @returns {object} The layer with the converted drawings.\n */\nfunction v02Tov03Drawings(drawings) {\n // Auxiliar variables\n let group, groupShapes, parentGroup;\n // Avoid errors when dropping multiple states\n //drawLayer.getChildren().each(function(node){\n // node.visible(false);\n //});\n\n /**\n * Get the draw group id for a given position.\n *\n * @param {Index} currentPosition The current position.\n * @returns {string} The group id.\n */\n function getDrawPositionGroupId(currentPosition) {\n const sliceNumber = currentPosition.get(2);\n const frameNumber = currentPosition.length() === 4\n ? currentPosition.get(3) : 0;\n return 'slice-' + sliceNumber + '_frame-' + frameNumber;\n }\n\n const drawLayer = new Konva.Layer({\n listening: false,\n visible: true\n });\n\n // Get the positions-groups data\n const groupDrawings = typeof drawings === 'string'\n ? JSON.parse(drawings) : drawings;\n // Iterate over each position-groups\n for (let k = 0, lenk = groupDrawings.length; k < lenk; ++k) {\n // Iterate over each frame\n for (let f = 0, lenf = groupDrawings[k].length; f < lenf; ++f) {\n groupShapes = groupDrawings[k][f];\n if (groupShapes.length !== 0) {\n // Create position-group set as visible and append it to drawLayer\n parentGroup = new Konva.Group({\n id: getDrawPositionGroupId(new Index([1, 1, k, f])),\n name: 'position-group',\n visible: false\n });\n\n // Iterate over shapes-group\n for (let g = 0, leng = groupShapes.length; g < leng; ++g) {\n // create the konva group\n group = Konva.Node.create(groupShapes[g]);\n // enforce draggable: only the shape was draggable in v0.2,\n // now the whole group is.\n group.draggable(true);\n group.getChildren().forEach(function (gnode) {\n gnode.draggable(false);\n });\n // add to position group\n parentGroup.add(group);\n }\n // add to layer\n drawLayer.add(parentGroup);\n }\n }\n }\n\n return drawLayer;\n}\n\n/**\n * Convert drawings from v0.1 to v0.2:\n * - v0.1: text on its own,\n * - v0.2: text as part of label.\n *\n * @param {Array} inputDrawings An array of drawings.\n * @returns {object} The converted drawings.\n */\nfunction v01Tov02DrawingsAndDetails(inputDrawings) {\n const newDrawings = [];\n const drawingsDetails = {};\n\n let drawGroups;\n let drawGroup;\n // loop over each slice\n for (let k = 0, lenk = inputDrawings.length; k < lenk; ++k) {\n // loop over each frame\n newDrawings[k] = [];\n for (let f = 0, lenf = inputDrawings[k].length; f < lenf; ++f) {\n // draw group\n drawGroups = inputDrawings[k][f];\n const newFrameDrawings = [];\n // Iterate over shapes-group\n for (let g = 0, leng = drawGroups.length; g < leng; ++g) {\n // create konva group from input\n drawGroup = Konva.Node.create(drawGroups[g]);\n // force visible (not set in state)\n drawGroup.visible(true);\n // label position\n let pos = {x: 0, y: 0};\n // update shape colour\n const kshape = drawGroup.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n kshape.stroke(colourNameToHex(kshape.stroke()));\n // special line case\n if (drawGroup.name() === 'line-group') {\n // update name\n drawGroup.name('ruler-group');\n // add ticks\n const ktick0 = new Konva.Line({\n points: [kshape.points()[0],\n kshape.points()[1],\n kshape.points()[0],\n kshape.points()[1]],\n name: 'shape-tick0'\n });\n drawGroup.add(ktick0);\n const ktick1 = new Konva.Line({\n points: [kshape.points()[2],\n kshape.points()[3],\n kshape.points()[2],\n kshape.points()[3]],\n name: 'shape-tick1'\n });\n drawGroup.add(ktick1);\n }\n // special protractor case: update arc name\n const karcs = drawGroup.getChildren(function (node) {\n return node.name() === 'arc';\n });\n if (karcs.length === 1) {\n karcs[0].name('shape-arc');\n }\n // get its text\n const ktexts = drawGroup.getChildren(function (node) {\n return node.name() === 'text';\n });\n // update text: move it into a label\n let ktext = new Konva.Text({\n name: 'text',\n text: ''\n });\n if (ktexts.length === 1) {\n pos.x = ktexts[0].x();\n pos.y = ktexts[0].y();\n // remove it from the group\n ktexts[0].remove();\n // use it\n ktext = ktexts[0];\n } else {\n // use shape position if no text\n if (kshape.points().length !== 0) {\n pos = {x: kshape.points()[0],\n y: kshape.points()[1]};\n }\n }\n // create new label with text and tag\n const klabel = new Konva.Label({\n x: pos.x,\n y: pos.y,\n name: 'label'\n });\n klabel.add(ktext);\n klabel.add(new Konva.Tag());\n // add label to group\n drawGroup.add(klabel);\n // add group to list\n newFrameDrawings.push(JSON.stringify(drawGroup.toObject()));\n\n // create details (v0.3 format)\n let textExpr = ktext.text();\n const txtLen = textExpr.length;\n let quant = null;\n // adapt to text with flag\n if (drawGroup.name() === 'ruler-group') {\n quant = {\n length: {\n value: parseFloat(textExpr.substring(0, txtLen - 2)),\n unit: textExpr.substring(-2)\n }\n };\n textExpr = '{length}';\n } else if (drawGroup.name() === 'ellipse-group' ||\n drawGroup.name() === 'rectangle-group') {\n quant = {\n surface: {\n value: parseFloat(textExpr.substring(0, txtLen - 3)),\n unit: textExpr.substring(-3)\n }\n };\n textExpr = '{surface}';\n } else if (drawGroup.name() === 'protractor-group' ||\n drawGroup.name() === 'rectangle-group') {\n quant = {\n angle: {\n value: parseFloat(textExpr.substring(0, txtLen - 1)),\n unit: textExpr.substring(-1)\n }\n };\n textExpr = '{angle}';\n }\n // set details\n drawingsDetails[drawGroup.id()] = {\n textExpr: textExpr,\n longText: '',\n quant: quant\n };\n\n }\n newDrawings[k].push(newFrameDrawings);\n }\n }\n\n return {drawings: newDrawings, drawingsDetails: drawingsDetails};\n}\n\n/**\n * Convert drawing details from v0.2 to v0.3:\n * - v0.2: array [nslices][nframes] with all,\n * - v0.3: simple array of objects referenced by draw ids.\n *\n * @param {Array} details An array of drawing details.\n * @returns {object} The converted drawings.\n */\nfunction v02Tov03DrawingsDetails(details) {\n const res = {};\n // Get the positions-groups data\n const groupDetails = typeof details === 'string'\n ? JSON.parse(details) : details;\n // Iterate over each position-groups\n for (let k = 0, lenk = groupDetails.length; k < lenk; ++k) {\n // Iterate over each frame\n for (let f = 0, lenf = groupDetails[k].length; f < lenf; ++f) {\n // Iterate over shapes-group\n for (let g = 0, leng = groupDetails[k][f].length; g < leng; ++g) {\n const group = groupDetails[k][f][g];\n res[group.id] = {\n textExpr: group.textExpr,\n longText: group.longText,\n quant: group.quant\n };\n }\n }\n }\n return res;\n}\n\n/**\n * Convert drawing details from v0.3 to v0.4:\n * - v0.3: properties at group root,\n * - v0.4: properties in group meta object.\n *\n * @param {Array} details An array of drawing details.\n * @returns {object} The converted drawings.\n */\nfunction v03Tov04DrawingsDetails(details) {\n const res = {};\n const keys = Object.keys(details);\n // Iterate over each position-groups\n for (let k = 0, lenk = keys.length; k < lenk; ++k) {\n const detail = details[keys[k]];\n res[keys[k]] = {\n meta: {\n textExpr: detail.textExpr,\n longText: detail.longText,\n quantification: detail.quant\n }\n };\n }\n return res;\n}\n\n/**\n * Convert drawing from v0.4 to v0.5:\n * - v0.4: position as object,\n * - v0.5: position as array.\n *\n * @param {object} data An array of drawing.\n * @returns {object} The converted drawings.\n */\nfunction v04Tov05Data(data) {\n const pos = data.position;\n data.position = [pos.i, pos.j, pos.k];\n return data;\n}\n\n/**\n * Convert drawing from v0.4 to v0.5:\n * - v0.4: draw id as 'slice-0_frame-1',\n * - v0.5: draw id as '#2-0_#3-1'.\n *\n * @param {object} inputDrawings An array of drawing.\n * @returns {object} The converted drawings.\n */\nfunction v04Tov05Drawings(inputDrawings) {\n // Iterate over each position-groups\n const posGroups = inputDrawings.children;\n for (let k = 0, lenk = posGroups.length; k < lenk; ++k) {\n const posGroup = posGroups[k];\n const id = posGroup.attrs.id;\n const ids = id.split('_');\n const sliceNumber = parseInt(ids[0].substring(6), 10); // 'slice-0'\n const frameNumber = parseInt(ids[1].substring(6), 10); // 'frame-0'\n let newId = '#2-';\n if (sliceNumber === 0 && frameNumber !== 0) {\n newId += frameNumber;\n } else {\n newId += sliceNumber;\n }\n posGroup.attrs.id = newId;\n }\n return inputDrawings;\n}\n","import {logger} from './logger';\nimport {splitKeyValueString} from './string';\n\n/**\n * Get an full object URL from a string uri.\n *\n * @param {string} uri A string representing the url.\n * @returns {URL} A URL object.\n */\nexport function getUrlFromUri(uri) {\n // add base to allow for relative urls\n // (base is not used for absolute urls)\n let base;\n if (window.location.origin !== 'null') {\n base = window.location.origin;\n }\n return new URL(uri, base);\n}\n\n/**\n * Split an input URI:\n * 'root?key0=val00&key0=val01&key1=val10' returns\n * { base : root, query : [ key0 : [val00, val01], key1 : val1 ] }\n * Returns an empty object if the input string is not correct (null, empty...)\n * or if it is not a query string (no question mark).\n *\n * @param {string} uri The string to split.\n * @returns {object} The split string.\n */\nexport function splitUri(uri) {\n // result\n const result = {};\n // check if query string\n let sepIndex = null;\n if (uri && (sepIndex = uri.indexOf('?')) !== -1) {\n // base: before the '?'\n result.base = uri.substring(0, sepIndex);\n // query : after the '?' and until possible '#'\n let hashIndex = uri.indexOf('#');\n if (hashIndex === -1) {\n hashIndex = uri.length;\n }\n const query = uri.substring(sepIndex + 1, hashIndex);\n // split key/value pairs of the query\n result.query = splitKeyValueString(query);\n }\n // return\n return result;\n}\n\n/**\n * Get the query part, split into an array, of an input URI.\n * The URI scheme is: `base?query#fragment`.\n *\n * @param {string} uri The input URI.\n * @returns {object} The query part, split into an array, of the input URI.\n */\nexport function getUriQuery(uri) {\n // split\n const parts = splitUri(uri);\n // check not empty\n if (Object.keys(parts).length === 0) {\n return null;\n }\n // return query\n return parts.query;\n}\n\n/**\n * Generic URI query decoder.\n * Supports manifest:\n * `[dwv root]?input=encodeURIComponent('[manifest file]')&type=manifest`.\n * Or encoded URI with base and key value/pairs:\n * `[dwv root]?input=encodeURIComponent([root]?key0=value0&key1=value1)`.\n *\n * @param {object} query The query part to the input URI.\n * @param {Function} callback The function to call with the decoded file urls.\n * @param {object} options Optional url request options.\n */\nexport function decodeQuery(query, callback, options) {\n // manifest\n if (query.type && query.type === 'manifest') {\n decodeManifestQuery(query, callback);\n } else {\n // default case: encoded URI with base and key/value pairs\n callback(\n decodeKeyValueUri(query.input, query.dwvReplaceMode),\n options);\n }\n}\n\n/**\n * Decode a Key/Value pair URI. If a key is repeated, the result\n * be an array of base + each key.\n *\n * @param {string} uri The URI to decode.\n * @param {string} replaceMode The key replace mode. Can be:\n * - key (default): keep the key\n * - other than key: do not use the key\n * 'file' is a special case where the '?' of the query is not kept.\n * @returns {string[]} The list of input file urls.\n */\nexport function decodeKeyValueUri(uri, replaceMode) {\n const result = [];\n\n // repeat key replace mode (default to keep key)\n let repeatKeyReplaceMode = 'key';\n if (replaceMode) {\n repeatKeyReplaceMode = replaceMode;\n }\n\n // decode input URI\n const queryUri = decodeURIComponent(uri);\n // get key/value pairs from input URI\n const inputQueryPairs = splitUri(queryUri);\n if (Object.keys(inputQueryPairs).length === 0) {\n result.push(queryUri);\n } else {\n const keys = Object.keys(inputQueryPairs.query);\n // find repeat key\n let repeatKey = null;\n for (let i = 0; i < keys.length; ++i) {\n if (inputQueryPairs.query[keys[i]] instanceof Array) {\n repeatKey = keys[i];\n break;\n }\n }\n\n if (!repeatKey) {\n result.push(queryUri);\n } else {\n const repeatList = inputQueryPairs.query[repeatKey];\n // build base uri\n let baseUrl = inputQueryPairs.base;\n // add '?' when:\n // - base is not empty\n // - the repeatKey is not 'file'\n // root/path/to/?file=0.jpg&file=1.jpg\n if (baseUrl !== '' && repeatKey !== 'file') {\n baseUrl += '?';\n }\n let gotOneArg = false;\n for (let j = 0; j < keys.length; ++j) {\n if (keys[j] !== repeatKey) {\n if (gotOneArg) {\n baseUrl += '&';\n }\n baseUrl += keys[j] + '=' + inputQueryPairs.query[keys[j]];\n gotOneArg = true;\n }\n }\n // append built urls to result\n let url;\n for (let k = 0; k < repeatList.length; ++k) {\n url = baseUrl;\n if (gotOneArg) {\n url += '&';\n }\n if (repeatKeyReplaceMode === 'key') {\n url += repeatKey + '=';\n }\n // other than 'key' mode: do nothing\n url += repeatList[k];\n result.push(url);\n }\n }\n }\n // return\n return result;\n}\n\n/**\n * Decode a manifest query.\n *\n * @external XMLHttpRequest\n * @param {object} query The manifest query: {input, nslices},\n * with input the input URI and nslices the number of slices.\n * @param {Function} callback The function to call with the decoded urls.\n */\nfunction decodeManifestQuery(query, callback) {\n let uri = '';\n if (query.input[0] === '/') {\n uri = window.location.protocol + '//' + window.location.host;\n }\n // TODO: needs to be decoded (decodeURIComponent?\n uri += query.input;\n\n /**\n * Handle error.\n *\n * @param {object} event The error event.\n */\n function onError(event) {\n logger.warn('RequestError while receiving manifest: ' +\n event.target.status);\n }\n\n /**\n * Handle load.\n *\n * @param {object} event The load event.\n */\n function onLoad(event) {\n callback(decodeManifest(event.target.responseXML, query.nslices));\n }\n\n const request = new XMLHttpRequest();\n request.open('GET', decodeURIComponent(uri), true);\n request.responseType = 'document';\n request.onload = onLoad;\n request.onerror = onError;\n request.send(null);\n}\n\n/**\n * Decode an XML manifest.\n *\n * @param {object} manifest The manifest to decode.\n * @param {number} nslices The number of slices to load.\n * @returns {string[]} The decoded manifest.\n */\nexport function decodeManifest(manifest, nslices) {\n const result = [];\n // wado url\n const wadoElement = manifest.getElementsByTagName('wado_query');\n const wadoURL = wadoElement[0].getAttribute('wadoURL');\n const rootURL = wadoURL + '?requestType=WADO&contentType=application/dicom&';\n // patient list\n const patientList = manifest.getElementsByTagName('Patient');\n if (patientList.length > 1) {\n logger.warn('More than one patient, loading first one.');\n }\n // study list\n const studyList = patientList[0].getElementsByTagName('Study');\n if (studyList.length > 1) {\n logger.warn('More than one study, loading first one.');\n }\n const studyUID = studyList[0].getAttribute('StudyInstanceUID');\n // series list\n const seriesList = studyList[0].getElementsByTagName('Series');\n if (seriesList.length > 1) {\n logger.warn('More than one series, loading first one.');\n }\n const seriesUID = seriesList[0].getAttribute('SeriesInstanceUID');\n // instance list\n const instanceList = seriesList[0].getElementsByTagName('Instance');\n // loop on instances and push links\n let max = instanceList.length;\n if (nslices < max) {\n max = nslices;\n }\n for (let i = 0; i < max; ++i) {\n const sopInstanceUID = instanceList[i].getAttribute('SOPInstanceUID');\n const link = rootURL +\n '&studyUID=' + studyUID +\n '&seriesUID=' + seriesUID +\n '&objectUID=' + sopInstanceUID;\n result.push(link);\n }\n // return\n return result;\n}\n","import {ListenerHandler} from './listen';\n\n/**\n * UndoStack class.\n */\nexport class UndoStack {\n /**\n * Array of commands.\n *\n * @type {Array}\n */\n #stack = [];\n\n /**\n * Current command index.\n *\n * @type {number}\n */\n #curCmdIndex = 0;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Get the stack size.\n *\n * @returns {number} The size of the stack.\n */\n getStackSize() {\n return this.#stack.length;\n }\n\n /**\n * Get the current stack index.\n *\n * @returns {number} The stack index.\n */\n getCurrentStackIndex() {\n return this.#curCmdIndex;\n }\n\n /**\n * Add a command to the stack.\n *\n * @param {object} cmd The command to add.\n * @fires UndoStack#undoadd\n */\n add(cmd) {\n // clear commands after current index\n this.#stack = this.#stack.slice(0, this.#curCmdIndex);\n // store command\n this.#stack.push(cmd);\n // increment index\n ++this.#curCmdIndex;\n /**\n * Command add to undo stack event.\n *\n * @event UndoStack#undoadd\n * @type {object}\n * @property {string} command The name of the command added to the\n * undo stack.\n */\n this.#fireEvent({\n type: 'undoadd',\n command: cmd.getName()\n });\n }\n\n /**\n * Remove a command to the stack.\n *\n * @param {string} name The name of the command to remove.\n * @returns {boolean} True if the command was found and removed.\n * @fires UndoStack#undoremove\n */\n remove(name) {\n let res = false;\n const hasInputName = function (element) {\n return element.getName() === name;\n };\n const index = this.#stack.findIndex(hasInputName);\n if (index !== -1) {\n // remove command\n this.#stack.splice(index, 1);\n // decrement index\n --this.#curCmdIndex;\n // result\n res = true;\n /**\n * Command remove from undo stack event.\n *\n * @event UndoStack#undoremove\n * @type {object}\n * @property {string} command The name of the command added to the\n * undo stack.\n */\n this.#fireEvent({\n type: 'undoremove',\n command: name\n });\n }\n return res;\n }\n\n /**\n * Undo the last command.\n *\n * @fires UndoStack#undo\n */\n undo() {\n // a bit inefficient...\n if (this.#curCmdIndex > 0) {\n // decrement command index\n --this.#curCmdIndex;\n // undo last command\n this.#stack[this.#curCmdIndex].undo();\n /**\n * Command undo event.\n *\n * @event UndoStack#undo\n * @type {object}\n * @property {string} command The name of the undone command.\n */\n this.#fireEvent({\n type: 'undo',\n command: this.#stack[this.#curCmdIndex].getName()\n });\n }\n }\n\n /**\n * Redo the last command.\n *\n * @fires UndoStack#redo\n */\n redo() {\n if (this.#curCmdIndex < this.#stack.length) {\n // run last command\n this.#stack[this.#curCmdIndex].execute();\n /**\n * Command redo event.\n *\n * @event UndoStack#redo\n * @type {object}\n * @property {string} command The name of the redone command.\n */\n this.#fireEvent({\n type: 'redo',\n command: this.#stack[this.#curCmdIndex].getName()\n });\n // increment command index\n ++this.#curCmdIndex;\n }\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // UndoStack class\n","import {InteractionEventNames} from '../gui/generic';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {LayerGroup} from '../gui/layerGroup';\nimport {ViewLayer} from '../gui/viewLayer';\nimport {DrawLayer} from '../gui/drawLayer';\n/* eslint-enable no-unused-vars */\n\n/**\n * Toolbox controller.\n */\nexport class ToolboxController {\n\n /**\n * List of tools to control.\n *\n * @type {object}\n */\n #toolList;\n\n /**\n * Selected tool.\n *\n * @type {object}\n */\n #selectedTool = null;\n\n /**\n * Callback store to allow attach/detach.\n *\n * @type {Array}\n */\n #callbackStore = [];\n\n /**\n * Current layers bound to tool.\n *\n * @type {object}\n */\n #boundLayers = {};\n\n /**\n * @param {object} toolList The list of tool objects.\n */\n constructor(toolList) {\n this.#toolList = toolList;\n }\n\n /**\n * Initialise.\n */\n init() {\n for (const key in this.#toolList) {\n this.#toolList[key].init();\n }\n // enable shortcuts\n this.enableShortcuts(true);\n }\n\n /**\n * Enable or disable shortcuts. The 'init' methods enables shortcuts\n * by default. Call this method after init to disable shortcuts.\n *\n * @param {boolean} flag True to enable shortcuts.\n */\n enableShortcuts(flag) {\n if (flag) {\n window.addEventListener('keydown',\n this.#getCallback('window', 'keydown'), true);\n } else {\n window.removeEventListener('keydown',\n this.#getCallback('window', 'keydown'), true);\n }\n }\n\n /**\n * Get the tool list.\n *\n * @returns {Array} The list of tool objects.\n */\n getToolList() {\n return this.#toolList;\n }\n\n /**\n * Check if a tool is in the tool list.\n *\n * @param {string} name The name to check.\n * @returns {boolean} The tool list element for the given name.\n */\n hasTool(name) {\n return typeof this.getToolList()[name] !== 'undefined';\n }\n\n /**\n * Get the selected tool.\n *\n * @returns {object} The selected tool.\n */\n getSelectedTool() {\n return this.#selectedTool;\n }\n\n /**\n * Get the selected tool event handler.\n *\n * @param {string} eventType The event type, for example\n * mousedown, touchstart...\n * @returns {Function} The event handler.\n */\n getSelectedToolEventHandler(eventType) {\n return this.getSelectedTool()[eventType];\n }\n\n /**\n * Set the selected tool.\n *\n * @param {string} name The name of the tool.\n */\n setSelectedTool(name) {\n // check if we have it\n if (!this.hasTool(name)) {\n throw new Error('Unknown tool: \\'' + name + '\\'');\n }\n // de-activate previous\n if (this.#selectedTool) {\n this.#selectedTool.activate(false);\n }\n // set internal var\n this.#selectedTool = this.#toolList[name];\n // activate new tool\n this.#selectedTool.activate(true);\n }\n\n /**\n * Set the selected tool live features.\n *\n * @param {object} list The list of features.\n */\n setToolFeatures(list) {\n if (this.getSelectedTool()) {\n this.getSelectedTool().setFeatures(list);\n }\n }\n\n /**\n * Listen to layer interaction events.\n *\n * @param {LayerGroup} layerGroup The associated layer group.\n * @param {ViewLayer|DrawLayer} layer The layer to listen to.\n */\n bindLayerGroup(layerGroup, layer) {\n const divId = layerGroup.getDivId();\n // listen to active layer changes\n layerGroup.addEventListener(\n 'activelayerchange', this.#getActiveLayerChangeHandler(divId));\n // bind the layer\n this.#internalBindLayerGroup(divId, layer);\n }\n\n /**\n * Bind a layer group to this controller.\n *\n * @param {string} layerGroupDivId The layer group div id.\n * @param {ViewLayer|DrawLayer} layer The layer.\n */\n #internalBindLayerGroup(layerGroupDivId, layer) {\n // remove from local list if preset\n if (typeof this.#boundLayers[layerGroupDivId] !== 'undefined') {\n this.#unbindLayer(this.#boundLayers[layerGroupDivId]);\n }\n // replace layer in local list\n this.#boundLayers[layerGroupDivId] = layer;\n // bind layer\n this.#bindLayer(layer);\n }\n\n /**\n * Get an active layer change handler.\n *\n * @param {string} divId The associated layer group div id.\n * @returns {Function} The event handler.\n */\n #getActiveLayerChangeHandler(divId) {\n return (event) => {\n const layer = event.value[0];\n if (typeof layer !== 'undefined') {\n this.#internalBindLayerGroup(divId, layer);\n }\n };\n }\n\n /**\n * Add canvas mouse and touch listeners to a layer.\n *\n * @param {ViewLayer|DrawLayer} layer The layer to start listening to.\n */\n #bindLayer(layer) {\n layer.bindInteraction();\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n layer.addEventListener(names[i],\n this.#getCallback(layer.getId(), names[i]));\n }\n }\n\n /**\n * Remove canvas mouse and touch listeners to a layer.\n *\n * @param {ViewLayer|DrawLayer} layer The layer to stop listening to.\n */\n #unbindLayer(layer) {\n layer.unbindInteraction();\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n layer.removeEventListener(names[i],\n this.#getCallback(layer.getId(), names[i]));\n }\n }\n\n /**\n * Mou(se) and (T)ouch event handler. This function just determines\n * the mouse/touch position relative to the canvas element.\n * It then passes it to the current tool.\n *\n * @param {string} layerId The layer id.\n * @param {string} eventType The event type.\n * @returns {object} A callback for the provided layer and event.\n */\n #getCallback(layerId, eventType) {\n if (typeof this.#callbackStore[layerId] === 'undefined') {\n this.#callbackStore[layerId] = [];\n }\n\n if (typeof this.#callbackStore[layerId][eventType] === 'undefined') {\n const applySelectedTool = (event) => {\n // make sure we have a tool\n if (this.#selectedTool) {\n const func = this.#selectedTool[event.type];\n if (func) {\n func(event);\n }\n }\n };\n // store callback\n this.#callbackStore[layerId][eventType] = applySelectedTool;\n }\n\n return this.#callbackStore[layerId][eventType];\n }\n\n} // class ToolboxController\n","/**\n * Multiple progresses handler.\n * Stores a multi dimensional list of progresses to allow to\n * calculate a global progress.\n *\n */\nexport class MultiProgressHandler {\n\n /**\n * List of progresses.\n * First dimension is a list of item for which the progress is recorded,\n * for example file names.\n * Second dimension is a list of possible progresses, for example\n * the progress of the download and the progress of the decoding.\n *\n * @type {Array}\n */\n #progresses = [];\n\n /**\n * Number of dimensions.\n *\n * @type {number}\n */\n #numberOfDimensions = 2;\n\n /**\n * Progress callback.\n *\n * @type {Function}\n */\n #callback;\n\n /**\n * @param {Function} callback The function to pass the global progress to.\n */\n constructor(callback) {\n this.#callback = callback;\n }\n\n /**\n * Set the number of dimensions.\n *\n * @param {number} num The number.\n */\n setNumberOfDimensions(num) {\n this.#numberOfDimensions = num;\n }\n\n /**\n * Set the number of data to load.\n *\n * @param {number} n The number of data to load.\n */\n setNToLoad(n) {\n for (let i = 0; i < n; ++i) {\n this.#progresses[i] = [];\n for (let j = 0; j < this.#numberOfDimensions; ++j) {\n this.#progresses[i][j] = 0;\n }\n }\n }\n\n /**\n * Handle a load progress.\n * Call the member callback with a global event.\n *\n * @param {object} event The progress event.\n */\n onprogress = (event) => {\n // check event\n if (!event.lengthComputable) {\n return;\n }\n if (typeof event.subindex === 'undefined') {\n return;\n }\n if (typeof event.index === 'undefined') {\n return;\n }\n // calculate percent\n const percent = (event.loaded * 100) / event.total;\n // set percent for index\n this.#progresses[event.index][event.subindex] = percent;\n\n // item progress\n let item = null;\n if (typeof event.item !== 'undefined') {\n item = event.item;\n } else {\n item = {\n loaded: this.#getItemProgress(event.index),\n total: 100,\n source: event.source\n };\n }\n\n // call callback with a global event\n this.#callback({\n lengthComputable: true,\n loaded: this.#getGlobalPercent(),\n total: 100,\n item: item\n });\n };\n\n /**\n * Get the item load percent.\n *\n * @param {number} index The index of the item.\n * @returns {number} The load percentage.\n */\n #getItemProgress(index) {\n let sum = 0;\n for (let j = 0; j < this.#numberOfDimensions; ++j) {\n sum += this.#progresses[index][j];\n }\n return sum / this.#numberOfDimensions;\n }\n\n /**\n * Get the global load percent including the provided one.\n *\n * @returns {number} The accumulated percentage.\n */\n #getGlobalPercent() {\n let sum = 0;\n const lenprog = this.#progresses.length;\n for (let i = 0; i < lenprog; ++i) {\n sum += this.#getItemProgress(i);\n }\n return Math.round(sum / lenprog);\n }\n\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * Create a mono progress event handler.\n *\n * @param {number} index The index of the data.\n * @param {number} subindex The sub-index of the data.\n * @returns {eventFn} A progress handler function.\n */\n getMonoProgressHandler(index, subindex) {\n return (event) => {\n event.index = index;\n event.subindex = subindex;\n this.onprogress(event);\n };\n }\n\n /**\n * Create a mono progress event handler with an undefined index.\n * Warning: The caller handles the progress index.\n *\n * @param {number} subindex The sub-index of the data.\n * @returns {eventFn} A progress handler function.\n */\n getUndefinedMonoProgressHandler(subindex) {\n return (event) => {\n event.subindex = subindex;\n this.onprogress(event);\n };\n }\n}\n","import {endsWith, getRootPath} from '../utils/string';\nimport {MultiProgressHandler} from '../utils/progress';\nimport {getFileListFromDicomDir} from '../dicom/dicomElementsWrapper';\nimport {loaderList} from './loaderList';\n\n// url content types\nexport const urlContentTypes = {\n Text: 0,\n ArrayBuffer: 1\n};\n\n/**\n * Urls loader.\n */\nexport class UrlsLoader {\n\n /**\n * Input data.\n *\n * @type {string[]}\n */\n #inputData = null;\n\n /**\n * Array of launched requests.\n *\n * @type {XMLHttpRequest[]}\n */\n #requests = [];\n\n /**\n * Data loader.\n *\n * @type {object}\n */\n #runningLoader = null;\n\n /**\n * Number of loaded data.\n *\n * @type {number}\n */\n #nLoad = 0;\n\n /**\n * Number of load end events.\n *\n * @type {number}\n */\n #nLoadend = 0;\n\n /**\n * Flag to know if the load is aborting.\n *\n * @type {boolean}\n */\n #aborting;\n\n /**\n * The default character set (optional).\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * Get the default character set.\n *\n * @returns {string} The default character set.\n */\n getDefaultCharacterSet() {\n return this.#defaultCharacterSet;\n }\n\n /**\n * Set the default character set.\n *\n * @param {string} characterSet The character set.\n */\n setDefaultCharacterSet(characterSet) {\n this.#defaultCharacterSet = characterSet;\n }\n\n /**\n * Store the current input.\n *\n * @param {string[]} data The input data.\n */\n #storeInputData(data) {\n this.#inputData = data;\n // reset counters\n this.#nLoad = 0;\n this.#nLoadend = 0;\n // reset flag\n this.#aborting = false;\n // clear storage\n this.#clearStoredRequests();\n this.#clearStoredLoader();\n }\n\n /**\n * Store a launched request.\n *\n * @param {XMLHttpRequest} request The launched request.\n */\n #storeRequest(request) {\n this.#requests.push(request);\n }\n\n /**\n * Clear the stored requests.\n *\n */\n #clearStoredRequests() {\n this.#requests = [];\n }\n\n /**\n * Store the launched loader.\n *\n * @param {object} loader The launched loader.\n */\n #storeLoader(loader) {\n this.#runningLoader = loader;\n }\n\n /**\n * Clear the stored loader.\n *\n */\n #clearStoredLoader() {\n this.#runningLoader = null;\n }\n\n /**\n * Increment the number of loaded data\n * and call onload if loaded all data.\n *\n * @param {object} _event The load data event.\n */\n #addLoad = (_event) => {\n this.#nLoad++;\n // call onload when all is loaded\n // (not using the input event since it is\n // an individual load)\n if (this.#nLoad === this.#inputData.length) {\n this.onload({\n source: this.#inputData\n });\n }\n };\n\n /**\n * Increment the counter of load end events\n * and run callbacks when all done, erroneus or not.\n *\n * @param {object} _event The load end event.\n */\n #addLoadend = (_event) => {\n this.#nLoadend++;\n // call onloadend when all is run\n // (not using the input event since it is\n // an individual load end)\n if (this.#nLoadend === this.#inputData.length) {\n this.onloadend({\n source: this.#inputData\n });\n }\n };\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * Augment a callback event with a srouce.\n *\n * @param {object} callback The callback to augment its event.\n * @param {object} source The source to add to the event.\n * @returns {eventFn} The augmented callback.\n */\n #augmentCallbackEvent(callback, source) {\n return (event) => {\n event.source = source;\n callback(event);\n };\n }\n\n /**\n * Load a list of URLs or a DICOMDIR.\n *\n * @param {string[]} data The list of urls to load.\n * @param {object} [options] Load options.\n */\n load(data, options) {\n // send start event\n this.onloadstart({\n source: data\n });\n\n // check if DICOMDIR case\n if (data.length === 1 &&\n (endsWith(data[0], 'DICOMDIR') ||\n endsWith(data[0], '.dcmdir'))) {\n this.#loadDicomDir(data[0], options);\n } else {\n this.#loadUrls(data, options);\n }\n }\n\n /**\n * Get a load handler for a data element.\n *\n * @param {object} loader The associated loader.\n * @param {string} dataElement The data element.\n * @param {number} i The index of the element.\n * @returns {eventFn} A load handler.\n */\n #getLoadHandler(loader, dataElement, i) {\n return (event) => {\n // check response status\n // https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes\n // status 200: \"OK\"; status 0: \"debug\"\n const status = event.target.status;\n if (status !== 200 && status !== 0) {\n this.onerror({\n source: dataElement,\n error: 'GET ' + event.target.responseURL +\n ' ' + event.target.status +\n ' (' + event.target.statusText + ')',\n target: event.target\n });\n this.#addLoadend();\n } else {\n loader.load(event.target.response, dataElement, i);\n }\n };\n }\n\n /**\n * Load a list of urls.\n *\n * @param {string[]} data The list of urls to load.\n * @param {object} [options] The options object, can contain:\n * - requestHeaders: an array of {name, value} to use as request headers,\n * - withCredentials: boolean xhr.withCredentials flag to pass\n * to the request,\n * - batchSize: the size of the request url batch.\n */\n #loadUrls(data, options) {\n // check input\n if (typeof data === 'undefined' || data.length === 0) {\n return;\n }\n this.#storeInputData(data);\n\n // create prgress handler\n const mproghandler = new MultiProgressHandler(this.onprogress);\n mproghandler.setNToLoad(data.length);\n\n // create loaders\n const loaders = [];\n for (let m = 0; m < loaderList.length; ++m) {\n loaders.push(new loaderList[m]());\n }\n\n // find an appropriate loader\n let dataElement = data[0];\n let loader = null;\n let foundLoader = false;\n for (let l = 0; l < loaders.length; ++l) {\n loader = loaders[l];\n if (loader.canLoadUrl(dataElement, options)) {\n foundLoader = true;\n // load options\n loader.setOptions({\n numberOfFiles: data.length,\n defaultCharacterSet: this.getDefaultCharacterSet()\n });\n // set loader callbacks\n // loader.onloadstart: nothing to do\n loader.onprogress = mproghandler.getUndefinedMonoProgressHandler(1);\n loader.onloaditem = this.onloaditem;\n loader.onload = this.#addLoad;\n loader.onloadend = this.#addLoadend;\n loader.onerror = this.onerror;\n loader.onabort = this.onabort;\n\n // store loader\n this.#storeLoader(loader);\n // exit\n break;\n }\n }\n if (!foundLoader) {\n throw new Error('No loader found for url: ' + dataElement);\n }\n\n // store last run request index\n let lastRunRequestIndex = 0;\n const requestOnLoadEnd = () => {\n // launch next in queue\n if (lastRunRequestIndex < this.#requests.length - 1 && !this.#aborting) {\n ++lastRunRequestIndex;\n this.#requests[lastRunRequestIndex].send(null);\n }\n };\n\n // loop on I/O elements\n for (let i = 0; i < data.length; ++i) {\n dataElement = data[i];\n\n // check loader\n if (!loader.canLoadUrl(dataElement, options)) {\n throw new Error('Input url of different type: ' + dataElement);\n }\n /**\n * The http request.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest}.\n *\n * @external XMLHttpRequest\n */\n const request = new XMLHttpRequest();\n request.open('GET', dataElement, true);\n\n // request options\n if (typeof options !== 'undefined') {\n // optional request headers\n if (typeof options.requestHeaders !== 'undefined') {\n const requestHeaders = options.requestHeaders;\n for (let j = 0; j < requestHeaders.length; ++j) {\n if (typeof requestHeaders[j].name !== 'undefined' &&\n typeof requestHeaders[j].value !== 'undefined') {\n request.setRequestHeader(\n requestHeaders[j].name, requestHeaders[j].value);\n }\n }\n }\n // optional withCredentials\n // https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials\n if (typeof options.withCredentials !== 'undefined') {\n request.withCredentials = options.withCredentials;\n }\n }\n\n // set request callbacks\n // request.onloadstart: nothing to do\n request.onprogress = this.#augmentCallbackEvent(\n mproghandler.getMonoProgressHandler(i, 0), dataElement);\n request.onload = this.#getLoadHandler(loader, dataElement, i);\n request.onloadend = requestOnLoadEnd;\n const errorCallback =\n this.#augmentCallbackEvent(this.onerror, dataElement);\n request.onerror = (event) => {\n this.#addLoadend();\n errorCallback(event);\n };\n const abortCallback =\n this.#augmentCallbackEvent(this.onabort, dataElement);\n request.onabort = (event) => {\n this.#addLoadend();\n abortCallback(event);\n };\n // response type (default is 'text')\n if (loader.loadUrlAs() === urlContentTypes.ArrayBuffer) {\n request.responseType = 'arraybuffer';\n }\n\n // store request\n this.#storeRequest(request);\n }\n\n // launch requests in batch\n let batchSize = this.#requests.length;\n if (typeof options !== 'undefined') {\n // optional request batch size\n if (typeof options.batchSize !== 'undefined' && batchSize !== 0) {\n batchSize = Math.min(options.batchSize, this.#requests.length);\n }\n }\n for (let r = 0; r < batchSize; ++r) {\n if (!this.#aborting) {\n lastRunRequestIndex = r;\n this.#requests[lastRunRequestIndex].send(null);\n }\n }\n }\n\n /**\n * Load a DICOMDIR.\n *\n * @param {string} dicomDirUrl The DICOMDIR url.\n * @param {object} [options] Load options.\n */\n #loadDicomDir(dicomDirUrl, options) {\n // read DICOMDIR\n const request = new XMLHttpRequest();\n request.open('GET', dicomDirUrl, true);\n request.responseType = 'arraybuffer';\n // request.onloadstart: nothing to do\n /**\n * @param {object} event The load event.\n */\n request.onload = (event) => {\n // check status\n const status = event.target.status;\n if (status !== 200 && status !== 0) {\n this.onerror({\n source: dicomDirUrl,\n error: 'GET ' + event.target.responseURL +\n ' ' + event.target.status +\n ' (' + event.target.statusText + ')',\n target: event.target\n });\n this.onloadend({});\n } else {\n // get the file list\n const list = getFileListFromDicomDir(event.target.response);\n // use the first list\n const urls = list[0][0];\n // append root url\n const rootUrl = getRootPath(dicomDirUrl);\n const fullUrls = [];\n for (let i = 0; i < urls.length; ++i) {\n fullUrls.push(rootUrl + '/' + urls[i]);\n }\n // load urls\n this.#loadUrls(fullUrls, options);\n }\n };\n request.onerror = (event) => {\n this.#augmentCallbackEvent(this.onerror, dicomDirUrl)(event);\n this.onloadend({});\n };\n request.onabort = (event) => {\n this.#augmentCallbackEvent(this.onabort, dicomDirUrl)(event);\n this.onloadend({});\n };\n // request.onloadend: nothing to do\n // send request\n request.send(null);\n }\n\n /**\n * Abort a load.\n */\n abort() {\n this.#aborting = true;\n // abort non finished requests\n for (let i = 0; i < this.#requests.length; ++i) {\n // 0: UNSENT, 1: OPENED, 2: HEADERS_RECEIVED (send()), 3: LOADING, 4: DONE\n if (this.#requests[i].readyState !== 4) {\n this.#requests[i].abort();\n }\n }\n // abort loader\n if (this.#runningLoader && this.#runningLoader.isLoading()) {\n this.#runningLoader.abort();\n }\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class UrlsLoader\n","/**\n * Thread Pool.\n *\n * Highly inspired from {@link http://www.smartjava.org/content/html5-easily-parallelize-jobs-using-web-workers-and-threadpool}.\n */\nexport class ThreadPool {\n\n /**\n * @param {number} poolSize The size of the pool.\n */\n constructor(poolSize) {\n this.poolSize = poolSize;\n // task queue\n this.taskQueue = [];\n // lsit of available threads\n this.freeThreads = [];\n // create 'poolSize' number of worker threads\n for (let i = 0; i < poolSize; ++i) {\n this.freeThreads.push(new WorkerThread(this));\n }\n // list of running threads (unsed in abort)\n this.runningThreads = [];\n }\n\n /**\n * Add a worker task to the queue.\n * Will be run when a thread is made available.\n *\n * @param {object} workerTask The task to add to the queue.\n */\n addWorkerTask(workerTask) {\n // send work start if first task\n if (this.freeThreads.length === this.poolSize) {\n this.onworkstart({type: 'work-start'});\n }\n // launch task or queue\n if (this.freeThreads.length > 0) {\n // get the first free worker thread\n const workerThread = this.freeThreads.shift();\n // add the thread to the runnning list\n this.runningThreads.push(workerThread);\n // run the input task\n workerThread.run(workerTask);\n } else {\n // no free thread, add task to queue\n this.taskQueue.push(workerTask);\n }\n }\n\n /**\n * Abort all threads.\n */\n abort() {\n // stop all threads\n this.#stop();\n // callback\n this.onabort({type: 'work-abort'});\n this.onworkend({type: 'work-end'});\n }\n\n /**\n * Handle a task end.\n *\n * @param {object} workerThread The thread to free.\n */\n onTaskEnd(workerThread) {\n // launch next task in queue or finish\n if (this.taskQueue.length > 0) {\n // get waiting task\n const workerTask = this.taskQueue.shift();\n // use input thread to run the waiting task\n workerThread.run(workerTask);\n } else {\n // stop the worker\n workerThread.stop();\n // no task to run, add to free list\n this.freeThreads.push(workerThread);\n // remove from running list\n for (let i = 0; i < this.runningThreads.length; ++i) {\n if (this.runningThreads[i].getId() === workerThread.getId()) {\n this.runningThreads.splice(i, 1);\n }\n }\n // the work is done when the queue is back to its initial size\n if (this.freeThreads.length === this.poolSize) {\n this.onwork({type: 'work'});\n this.onworkend({type: 'work-end'});\n }\n }\n }\n\n /**\n * Handle an error message from a worker.\n *\n * @param {object} event The error event.\n */\n handleWorkerError = (event) => {\n // stop all threads\n this.#stop();\n // callback\n this.onerror({error: event});\n this.onworkend({type: 'work-end'});\n };\n\n // private ----------------------------------------------------------------\n\n /**\n * Stop the pool: stop all running threads.\n *\n */\n #stop() {\n // clear tasks\n this.taskQueue = [];\n // cancel running workers\n for (let i = 0; i < this.runningThreads.length; ++i) {\n this.runningThreads[i].stop();\n }\n this.runningThreads = [];\n }\n\n\n /**\n * Handle a work start event.\n * Default does nothing.\n *\n * @param {object} _event The work start event.\n */\n onworkstart(_event) {}\n\n /**\n * Handle a work item event.\n * Default does nothing.\n *\n * @param {object} _event The work item event fired\n * when a work item ended successfully.\n */\n onworkitem(_event) {}\n\n /**\n * Handle a work event.\n * Default does nothing.\n *\n * @param {object} _event The work event fired\n * when a work ended successfully.\n */\n onwork(_event) {}\n\n /**\n * Handle a work end event.\n * Default does nothing.\n *\n * @param {object} _event The work end event fired\n * when a work has completed, successfully or not.\n */\n onworkend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // ThreadPool\n\n/**\n * Worker background task.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/Worker}.\n *\n * @external Worker\n */\n\n/**\n * Worker thread.\n */\nclass WorkerThread {\n\n /**\n * @param {object} parentPool The parent pool.\n */\n constructor(parentPool) {\n this.parentPool = parentPool;\n // thread ID\n this.id = Math.random().toString(36).substring(2, 15);\n // running task\n this.runningTask = null;\n // worker used to run task\n this.worker;\n }\n\n /**\n * Get the thread ID.\n *\n * @returns {string} The thread ID (alphanumeric).\n */\n getId() {\n return this.id;\n }\n\n /**\n * Run a worker task.\n *\n * @param {object} workerTask The task to run.\n */\n run(workerTask) {\n // store task\n this.runningTask = workerTask;\n // create a new web worker if not done yet\n if (typeof this.worker === 'undefined') {\n this.worker = new Worker(this.runningTask.script);\n // set callbacks\n this.worker.onmessage = this.onmessage;\n this.worker.onerror = this.onerror;\n }\n // launch the worker\n this.worker.postMessage(this.runningTask.startMessage);\n }\n\n /**\n * Finish a task and tell the parent.\n */\n stop() {\n // stop the worker\n if (typeof this.worker !== 'undefined') {\n this.worker.terminate();\n // force create at next run\n this.worker = undefined;\n }\n }\n\n /**\n * Message event handler.\n * For now assume we only get a single callback from a worker\n * which also indicates the end of this worker.\n *\n * @param {object} event The message event.\n */\n onmessage = (event) => {\n // augment event\n event.itemNumber = this.runningTask.info.itemNumber;\n event.numberOfItems = this.runningTask.info.numberOfItems;\n event.index = this.runningTask.info.index;\n // send event\n this.parentPool.onworkitem(event);\n // tell the parent pool the task is done\n this.parentPool.onTaskEnd(this);\n };\n\n /**\n * Error event handler.\n *\n * @param {object} event The error event.\n */\n onerror = (event) => {\n // augment event\n event.itemNumber = this.runningTask.info.itemNumber;\n event.numberOfItems = this.runningTask.info.numberOfItems;\n event.index = this.runningTask.info.index;\n // pass to parent\n this.parentPool.handleWorkerError(event);\n // stop the worker and free the thread\n this.stop();\n };\n} // class WorkerThread\n\n/**\n * Worker task.\n */\nexport class WorkerTask {\n /**\n * @param {string} script The worker script.\n * @param {object} message The data to pass to the worker.\n * @param {object} info Information object about the input data.\n */\n constructor(script, message, info) {\n // worker script\n this.script = script;\n // worker start message\n this.startMessage = message;\n // information about the work data\n this.info = info;\n }\n}\n","import {ThreadPool, WorkerTask} from '../utils/thread';\n\n/**\n * The JPEG baseline decoder.\n *\n * Ref: {@link https://github.com/mozilla/pdf.js/blob/master/src/core/jpg.js}.\n *\n * @external JpegImage\n */\n/* global JpegImage */\n// @ts-ignore\nconst hasJpegBaselineDecoder = (typeof JpegImage !== 'undefined');\n\n/**\n * The JPEG decoder namespace.\n *\n * Ref: {@link https://github.com/rii-mango/JPEGLosslessDecoderJS}.\n *\n * @external jpeg\n */\n/* global jpeg */\nconst hasJpegLosslessDecoder =\n // @ts-ignore\n (typeof jpeg !== 'undefined') && (typeof jpeg.lossless !== 'undefined');\n\n/**\n * The JPEG 2000 decoder.\n *\n * Ref: {@link https://github.com/jpambrun/jpx-medical/blob/master/jpx.js}.\n *\n * @external JpxImage\n */\n/* global JpxImage */\n// @ts-ignore\nconst hasJpeg2000Decoder = (typeof JpxImage !== 'undefined');\n\n/* global dwvdecoder */\n\n/**\n * Decoder scripts to be passed to web workers for image decoding.\n */\nexport const decoderScripts = {\n jpeg2000: '',\n 'jpeg-lossless': '',\n 'jpeg-baseline': '',\n rle: ''\n};\n\n/**\n * Asynchronous pixel buffer decoder.\n */\nclass AsynchPixelBufferDecoder {\n\n /**\n * The associated worker script.\n *\n * @type {string}\n */\n #script;\n\n /**\n * Associated thread pool.\n *\n * @type {ThreadPool}\n */\n #pool = new ThreadPool(10);\n\n /**\n * Flag to know if callbacks are set.\n *\n * @type {boolean}\n */\n #areCallbacksSet = false;\n\n /**\n * @param {string} script The path to the decoder script to be used\n * by the web worker.\n * @param {number} _numberOfData The anticipated number of data to decode.\n */\n constructor(script, _numberOfData) {\n this.#script = script;\n }\n\n /**\n * Decode a pixel buffer.\n *\n * @param {Array} pixelBuffer The pixel buffer.\n * @param {object} pixelMeta The input meta data.\n * @param {object} info Information object about the input data.\n */\n decode(pixelBuffer, pixelMeta, info) {\n if (!this.#areCallbacksSet) {\n this.#areCallbacksSet = true;\n // set event handlers\n this.#pool.onworkstart = this.ondecodestart;\n this.#pool.onworkitem = this.ondecodeditem;\n this.#pool.onwork = this.ondecoded;\n this.#pool.onworkend = this.ondecodeend;\n this.#pool.onerror = this.onerror;\n this.#pool.onabort = this.onabort;\n }\n // create worker task\n const workerTask = new WorkerTask(\n this.#script,\n {\n buffer: pixelBuffer,\n meta: pixelMeta\n },\n info\n );\n // add it the queue and run it\n this.#pool.addWorkerTask(workerTask);\n }\n\n /**\n * Abort decoding.\n */\n abort() {\n // abort the thread pool, will trigger pool.onabort\n this.#pool.abort();\n }\n\n /**\n * Handle a decode start event.\n * Default does nothing.\n *\n * @param {object} _event The decode start event.\n */\n ondecodestart(_event) {}\n\n /**\n * Handle a decode item event.\n * Default does nothing.\n *\n * @param {object} _event The decode item event fired\n * when a decode item ended successfully.\n */\n ondecodeditem(_event) {}\n\n /**\n * Handle a decode event.\n * Default does nothing.\n *\n * @param {object} _event The decode event fired\n * when a file has been decoded successfully.\n */\n ondecoded(_event) {}\n\n /**\n * Handle a decode end event.\n * Default does nothing.\n *\n * @param {object} _event The decode end event fired\n * when a file decoding has completed, successfully or not.\n */\n ondecodeend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class AsynchPixelBufferDecoder\n\n/**\n * Synchronous pixel buffer decoder.\n */\nclass SynchPixelBufferDecoder {\n\n /**\n * Name of the compression algorithm.\n *\n * @type {string}\n */\n #algoName;\n\n /**\n * Number of data.\n *\n * @type {number}\n */\n #numberOfData;\n\n /**\n * @param {string} algoName The decompression algorithm name.\n * @param {number} numberOfData The anticipated number of data to decode.\n */\n constructor(algoName, numberOfData) {\n this.#algoName = algoName;\n this.#numberOfData = numberOfData;\n }\n\n // decode count\n #decodeCount = 0;\n\n /**\n * Decode a pixel buffer.\n *\n * @param {Array} pixelBuffer The pixel buffer.\n * @param {object} pixelMeta The input meta data.\n * @param {object} info Information object about the input data.\n * @external jpeg\n * @external JpegImage\n * @external JpxImage\n */\n decode(pixelBuffer, pixelMeta, info) {\n ++this.#decodeCount;\n\n let decoder = null;\n let decodedBuffer = null;\n if (this.#algoName === 'jpeg-lossless') {\n if (!hasJpegLosslessDecoder) {\n throw new Error('No JPEG Lossless decoder provided');\n }\n // bytes per element\n const bpe = pixelMeta.bitsAllocated / 8;\n const buf = new Uint8Array(pixelBuffer);\n // @ts-ignore\n decoder = new jpeg.lossless.Decoder();\n const decoded = decoder.decode(buf.buffer, 0, buf.buffer.byteLength, bpe);\n if (pixelMeta.bitsAllocated === 8) {\n if (pixelMeta.isSigned) {\n decodedBuffer = new Int8Array(decoded.buffer);\n } else {\n decodedBuffer = new Uint8Array(decoded.buffer);\n }\n } else if (pixelMeta.bitsAllocated === 16) {\n if (pixelMeta.isSigned) {\n decodedBuffer = new Int16Array(decoded.buffer);\n } else {\n decodedBuffer = new Uint16Array(decoded.buffer);\n }\n }\n } else if (this.#algoName === 'jpeg-baseline') {\n if (!hasJpegBaselineDecoder) {\n throw new Error('No JPEG Baseline decoder provided');\n }\n // @ts-ignore\n decoder = new JpegImage();\n decoder.parse(pixelBuffer);\n decodedBuffer = decoder.getData(decoder.width, decoder.height);\n } else if (this.#algoName === 'jpeg2000') {\n if (!hasJpeg2000Decoder) {\n throw new Error('No JPEG 2000 decoder provided');\n }\n // decompress pixel buffer into Int16 image\n // @ts-ignore\n decoder = new JpxImage();\n decoder.parse(pixelBuffer);\n // set the pixel buffer\n decodedBuffer = decoder.tiles[0].items;\n } else if (this.#algoName === 'rle') {\n // decode DICOM buffer\n // @ts-ignore\n decoder = new dwvdecoder.RleDecoder();\n // set the pixel buffer\n decodedBuffer = decoder.decode(\n pixelBuffer,\n pixelMeta.bitsAllocated,\n pixelMeta.isSigned,\n pixelMeta.sliceSize,\n pixelMeta.samplesPerPixel,\n pixelMeta.planarConfiguration);\n }\n // send decode events\n this.ondecodeditem({\n data: [decodedBuffer],\n index: info.index,\n numberOfItems: info.numberOfItems,\n itemNumber: info.itemNumber\n });\n // decode end?\n if (this.#decodeCount === this.#numberOfData) {\n this.ondecoded({});\n this.ondecodeend({});\n }\n }\n\n /**\n * Abort decoding.\n */\n abort() {\n // nothing to do in the synchronous case.\n // callback\n this.onabort({});\n this.ondecodeend({});\n }\n\n /**\n * Handle a decode start event.\n * Default does nothing.\n *\n * @param {object} _event The decode start event.\n */\n ondecodestart(_event) {}\n\n /**\n * Handle a decode item event.\n * Default does nothing.\n *\n * @param {object} _event The decode item event fired\n * when a decode item ended successfully.\n */\n ondecodeditem(_event) {}\n\n /**\n * Handle a decode event.\n * Default does nothing.\n *\n * @param {object} _event The decode event fired\n * when a file has been decoded successfully.\n */\n ondecoded(_event) {}\n\n /**\n * Handle a decode end event.\n * Default does nothing.\n *\n * @param {object} _event The decode end event fired\n * when a file decoding has completed, successfully or not.\n */\n ondecodeend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class SynchPixelBufferDecoder\n\n/**\n * Decode a pixel buffer.\n *\n * If the 'decoderScripts' variable does not contain the desired,\n * algorythm the decoder will switch to the synchronous mode.\n */\nexport class PixelBufferDecoder {\n\n /**\n * Flag to know if callbacks are set.\n *\n * @type {boolean}\n */\n #areCallbacksSet = false;\n\n /**\n * Pixel decoder.\n * Defined only once.\n *\n * @type {object}\n */\n #pixelDecoder = null;\n\n /**\n * @param {string} algoName The decompression algorithm name.\n * @param {number} numberOfData The anticipated number of data to decode.\n */\n constructor(algoName, numberOfData) {\n // initialise the asynch decoder (if possible)\n if (typeof decoderScripts !== 'undefined' &&\n typeof decoderScripts[algoName] !== 'undefined') {\n this.#pixelDecoder = new AsynchPixelBufferDecoder(\n decoderScripts[algoName], numberOfData);\n } else {\n this.#pixelDecoder = new SynchPixelBufferDecoder(\n algoName, numberOfData);\n }\n }\n\n /**\n * Get data from an input buffer using a DICOM parser.\n *\n * @param {Array} pixelBuffer The input data buffer.\n * @param {object} pixelMeta The input meta data.\n * @param {object} info Information object about the input data.\n */\n decode(pixelBuffer, pixelMeta, info) {\n if (!this.#areCallbacksSet) {\n this.#areCallbacksSet = true;\n // set callbacks\n this.#pixelDecoder.ondecodestart = this.ondecodestart;\n this.#pixelDecoder.ondecodeditem = this.ondecodeditem;\n this.#pixelDecoder.ondecoded = this.ondecoded;\n this.#pixelDecoder.ondecodeend = this.ondecodeend;\n this.#pixelDecoder.onerror = this.onerror;\n this.#pixelDecoder.onabort = this.onabort;\n }\n // decode and call the callback\n this.#pixelDecoder.decode(pixelBuffer, pixelMeta, info);\n }\n\n /**\n * Abort decoding.\n */\n abort() {\n // decoder classes should define an abort\n this.#pixelDecoder.abort();\n }\n\n /**\n * Handle a decode start event.\n * Default does nothing.\n *\n * @param {object} _event The decode start event.\n */\n ondecodestart(_event) {}\n\n /**\n * Handle a decode item event.\n * Default does nothing.\n *\n * @param {object} _event The decode item event fired\n * when a decode item ended successfully.\n */\n ondecodeditem(_event) {}\n\n /**\n * Handle a decode event.\n * Default does nothing.\n *\n * @param {object} _event The decode event fired\n * when a file has been decoded successfully.\n */\n ondecoded(_event) {}\n\n /**\n * Handle a decode end event.\n * Default does nothing.\n *\n * @param {object} _event The decode end event fired\n * when a file decoding has completed, successfully or not.\n */\n ondecodeend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class PixelBufferDecoder\n","import {\n getCode,\n getDicomCodeItem\n} from './dicomCode';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\nimport {DicomCode} from './dicomCode';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n NumericValue: '0040A30A',\n FloatingPointValue: '0040A161',\n RationalNumeratorValue: '0040A162',\n RationalDenominatorValue: '0040A163',\n MeasurementUnitsCodeSequence: '004008EA'\n};\n\n/**\n * DICOM measured value: property of a numeric measurement.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.html#table_C.18.1-1}.\n */\nexport class MeasuredValue {\n /**\n * @type {number}\n */\n numericValue;\n\n /**\n * @type {number}\n */\n floatingPointValue;\n\n /**\n * @type {number}\n */\n rationalNumeratorValue;\n\n /**\n * @type {number}\n */\n rationalDenominatorValue;\n\n /**\n * @type {DicomCode}\n */\n measurementUnitsCode;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.numericValue + ' ' +\n this.measurementUnitsCode.toString();\n };\n\n};\n\n/**\n * Get a measured value object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {MeasuredValue} A measured value object.\n */\nexport function getMeasuredValue(dataElements) {\n const value = new MeasuredValue();\n\n if (typeof dataElements[TagKeys.NumericValue] !== 'undefined') {\n value.numericValue = dataElements[TagKeys.NumericValue].value[0];\n }\n if (typeof dataElements[TagKeys.FloatingPointValue] !== 'undefined') {\n value.floatingPointValue =\n dataElements[TagKeys.FloatingPointValue].value[0];\n }\n if (typeof dataElements[TagKeys.RationalNumeratorValue] !== 'undefined') {\n value.rationalNumeratorValue =\n dataElements[TagKeys.RationalNumeratorValue].value[0];\n }\n if (typeof dataElements[TagKeys.RationalDenominatorValue] !== 'undefined') {\n value.rationalDenominatorValue =\n dataElements[TagKeys.RationalDenominatorValue].value[0];\n }\n if (typeof dataElements[TagKeys.MeasurementUnitsCodeSequence] !==\n 'undefined') {\n value.measurementUnitsCode = getCode(\n dataElements[TagKeys.MeasurementUnitsCodeSequence].value[0]);\n }\n\n return value;\n};\n\n/**\n * Get a simple dicom element item from a measured value object.\n *\n * @param {MeasuredValue} value The measured value object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomMeasuredValueItem(value) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof value.measurementUnitsCode !== 'undefined') {\n item.MeasurementUnitsCodeSequence = {\n value: [getDicomCodeItem(value.measurementUnitsCode)]\n };\n }\n if (typeof value.floatingPointValue !== 'undefined') {\n item.FloatingPointValue = value.floatingPointValue;\n }\n if (typeof value.rationalNumeratorValue !== 'undefined') {\n item.RationalNumeratorValue = value.rationalNumeratorValue;\n }\n if (typeof value.rationalDenominatorValue !== 'undefined') {\n item.RationalDenominatorValue = value.rationalDenominatorValue;\n }\n if (typeof value.numericValue !== 'undefined') {\n item.NumericValue = value.numericValue;\n }\n\n // return\n return item;\n}\n","import {\n getCode,\n getDicomCodeItem\n} from './dicomCode';\nimport {\n getMeasuredValue,\n getDicomMeasuredValueItem\n} from './dicomMeasuredValue';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\nimport {MeasuredValue} from './dicomMeasuredValue';\nimport {DicomCode} from './dicomCode';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n MeasuredValueSequence: '0040A300',\n NumericValueQualifierCodeSequence: '0040A301'\n};\n\n/**\n * DICOM numeric measurement: item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.html#table_C.18.1-1}.\n */\nexport class NumericMeasurement {\n /**\n * @type {MeasuredValue}\n */\n measuredValue;\n\n /**\n * @type {DicomCode}\n */\n numericValueQualifierCode;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n let res = this.measuredValue.toString();\n if (typeof this.numericValueQualifierCode !== 'undefined') {\n res += ' ' + this.numericValueQualifierCode.toString();\n }\n return res;\n }\n};\n\n/**\n * Get a measurement object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {NumericMeasurement} A measurement object.\n */\nexport function getNumericMeasurement(dataElements) {\n const measurement = new NumericMeasurement();\n\n if (typeof dataElements[TagKeys.MeasuredValueSequence] !== 'undefined') {\n measurement.measuredValue = getMeasuredValue(\n dataElements[TagKeys.MeasuredValueSequence].value[0]);\n }\n if (typeof dataElements[TagKeys.NumericValueQualifierCodeSequence] !==\n 'undefined') {\n measurement.numericValueQualifierCode = getCode(\n dataElements[TagKeys.NumericValueQualifierCodeSequence].value[0]);\n }\n\n return measurement;\n};\n\n/**\n * Get a simple dicom element item from a measurement object.\n *\n * @param {NumericMeasurement} measurement The measurement object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomNumericMeasurementItem(measurement) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof measurement.measuredValue !== 'undefined') {\n item.MeasuredValueSequence = {\n value: [getDicomMeasuredValueItem(measurement.measuredValue)]\n };\n }\n if (typeof measurement.numericValueQualifierCode !== 'undefined') {\n item.NumericValueQualifierCodeSequence = {\n value: [getDicomCodeItem(measurement.numericValueQualifierCode)]\n };\n }\n\n // return\n return item;\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n ReferencedSOPClassUID: '00081150',\n ReferencedSOPInstanceUID: '00081155'\n};\n\n/**\n * DICOM sop instance reference.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_10.8.html#table_10-11}.\n */\nexport class SopInstanceReference {\n /**\n * @type {string}\n */\n referencedSOPClassUID;\n\n /**\n * @type {string}\n */\n referencedSOPInstanceUID;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.referencedSOPInstanceUID + ' (class: ' +\n this.referencedSOPClassUID + ')';\n };\n};\n\n/**\n * Get a SOP reference object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {SopInstanceReference} A SOP reference object.\n */\nexport function getSopInstanceReference(dataElements) {\n const ref = new SopInstanceReference();\n\n if (typeof dataElements[TagKeys.ReferencedSOPClassUID] !== 'undefined') {\n ref.referencedSOPClassUID =\n dataElements[TagKeys.ReferencedSOPClassUID].value[0];\n }\n if (typeof dataElements[TagKeys.ReferencedSOPInstanceUID] !== 'undefined') {\n ref.referencedSOPInstanceUID =\n dataElements[TagKeys.ReferencedSOPInstanceUID].value[0];\n }\n\n return ref;\n};\n\n/**\n * Get a simple dicom element item from a SOP reference object.\n *\n * @param {SopInstanceReference} ref The SOP reference object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSopInstanceReferenceItem(ref) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof ref.referencedSOPClassUID !== 'undefined') {\n item.ReferencedSOPClassUID = ref.referencedSOPClassUID;\n }\n if (typeof ref.referencedSOPInstanceUID !== 'undefined') {\n item.ReferencedSOPInstanceUID = ref.referencedSOPInstanceUID;\n }\n\n // return\n return item;\n}\n","import {\n getSopInstanceReference,\n getDicomSopInstanceReferenceItem\n} from './dicomSopInstanceReference';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n ReferencedFrameNumber: '00081160',\n ReferencedSOPSequence: '00081199',\n ReferencedSegmentNumber: '0062000B'\n};\n\n/**\n * DICOM image reference: item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.4.html#table_C.18.4-1}.\n */\nexport class ImageReference {\n /**\n * @type {object}\n */\n referencedSOPSequence;\n\n /**\n * @type {object}\n */\n referencedFrameNumber;\n\n /**\n * @type {string}\n */\n referencedSegmentNumber;\n\n /**\n * @type {string}\n */\n fiducialUID;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.referencedSOPSequence.toString();\n };\n};\n\n/**\n * Get a reference object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {ImageReference} A reference object.\n */\nexport function getImageReference(dataElements) {\n const ref = new ImageReference();\n\n if (typeof dataElements[TagKeys.ReferencedFrameNumber] !== 'undefined') {\n ref.referencedFrameNumber =\n dataElements[TagKeys.ReferencedFrameNumber].value[0];\n }\n if (typeof dataElements[TagKeys.ReferencedSOPSequence] !== 'undefined') {\n ref.referencedSOPSequence = getSopInstanceReference(\n dataElements[TagKeys.ReferencedSOPSequence].value[0]);\n }\n if (typeof dataElements[TagKeys.ReferencedSegmentNumber] !== 'undefined') {\n ref.referencedSegmentNumber =\n dataElements[TagKeys.ReferencedSegmentNumber].value[0];\n }\n\n return ref;\n};\n\n/**\n * Get a simple dicom element item from a reference object.\n *\n * @param {ImageReference} ref The reference object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomImageReferenceItem(ref) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof ref.referencedFrameNumber !== 'undefined') {\n item.ReferencedFrameNumber = ref.referencedFrameNumber;\n }\n if (typeof ref.referencedSOPSequence !== 'undefined') {\n item.ReferencedSOPSequence = {\n value: [getDicomSopInstanceReferenceItem(ref.referencedSOPSequence)]\n };\n }\n if (typeof ref.referencedSegmentNumber !== 'undefined') {\n item.ReferencedSegmentNumber =\n ref.referencedSegmentNumber;\n }\n\n // return\n return item;\n}\n","import {Point2D} from '../math/point';\nimport {Line, areOrthogonal} from '../math/line';\nimport {Protractor} from '../math/protractor';\nimport {ROI} from '../math/roi';\nimport {Circle} from '../math/circle';\nimport {Ellipse} from '../math/ellipse';\nimport {Rectangle} from '../math/rectangle';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n PixelOriginInterpretation: '00480301',\n GraphicData: '00700022',\n GraphicType: '00700023',\n FiducialUID: '0070031A'\n};\n\n/**\n * DICOM graphic types.\n */\nexport const GraphicTypes = {\n point: 'POINT',\n multipoint: 'MULTIPOINT',\n polyline: 'POLYLINE',\n circle: 'CIRCLE',\n ellipse: 'ELLIPSE'\n};\n\n/**\n * DICOM spatial coordinate (SCOORD): item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.6.html#table_C.18.6-1}.\n */\nexport class SpatialCoordinate {\n /**\n * @type {string[]}\n */\n graphicData;\n\n /**\n * @type {string}\n */\n graphicType;\n\n /**\n * @type {string}\n */\n pixelOriginInterpretation;\n\n /**\n * @type {string}\n */\n fiducialUID;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.graphicType +\n ' {' + this.graphicData + '}';\n };\n};\n\n/**\n * Get a scoord object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {SpatialCoordinate} A scoord object.\n */\nexport function getSpatialCoordinate(dataElements) {\n const scoord = new SpatialCoordinate();\n\n if (typeof dataElements[TagKeys.GraphicData] !== 'undefined') {\n scoord.graphicData = dataElements[TagKeys.GraphicData].value;\n }\n if (typeof dataElements[TagKeys.GraphicType] !== 'undefined') {\n scoord.graphicType = dataElements[TagKeys.GraphicType].value[0];\n }\n if (typeof dataElements[TagKeys.PixelOriginInterpretation] !== 'undefined') {\n scoord.pixelOriginInterpretation =\n dataElements[TagKeys.PixelOriginInterpretation].value[0];\n }\n if (typeof dataElements[TagKeys.FiducialUID] !== 'undefined') {\n scoord.fiducialUID = dataElements[TagKeys.FiducialUID].value[0];\n }\n return scoord;\n};\n\n/**\n * Get a simple dicom element item from a scoord object.\n *\n * @param {SpatialCoordinate} scoord The scoord object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSpatialCoordinateItem(scoord) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof scoord.pixelOriginInterpretation !== 'undefined') {\n item.PixelOriginInterpretation = scoord.pixelOriginInterpretation;\n }\n if (typeof scoord.graphicData !== 'undefined') {\n item.GraphicData = scoord.graphicData;\n }\n if (typeof scoord.graphicType !== 'undefined') {\n item.GraphicType = scoord.graphicType;\n }\n if (typeof scoord.fiducialUID !== 'undefined') {\n item.FiducialUID = scoord.fiducialUID;\n }\n\n // return\n return item;\n}\n\n/**\n * Get a DICOM spatial coordinate (SCOORD) from a mathematical shape.\n *\n * @param {Point2D|Line|Protractor|ROI|Circle|Ellipse|Rectangle} shape\n * The math shape.\n * @returns {SpatialCoordinate} The DICOM scoord.\n */\nexport function getScoordFromShape(shape) {\n const scoord = new SpatialCoordinate();\n\n if (shape instanceof Point2D) {\n scoord.graphicData = [\n shape.getX().toString(),\n shape.getY().toString(),\n ];\n scoord.graphicType = GraphicTypes.point;\n } else if (shape instanceof Line) {\n scoord.graphicData = [\n shape.getBegin().getX().toString(),\n shape.getBegin().getY().toString(),\n shape.getEnd().getX().toString(),\n shape.getEnd().getY().toString(),\n ];\n scoord.graphicType = GraphicTypes.polyline;\n } else if (shape instanceof Protractor) {\n scoord.graphicData = [];\n for (let i = 0; i < 3; ++i) {\n scoord.graphicData.push(shape.getPoint(i).getX().toString());\n scoord.graphicData.push(shape.getPoint(i).getY().toString());\n }\n scoord.graphicType = GraphicTypes.polyline;\n } else if (shape instanceof ROI) {\n scoord.graphicData = [];\n for (let i = 0; i < shape.getLength(); ++i) {\n scoord.graphicData.push(shape.getPoint(i).getX().toString());\n scoord.graphicData.push(shape.getPoint(i).getY().toString());\n }\n // repeat first point to close shape\n const firstPoint = shape.getPoint(0);\n scoord.graphicData.push(firstPoint.getX().toString());\n scoord.graphicData.push(firstPoint.getY().toString());\n\n scoord.graphicType = GraphicTypes.polyline;\n } else if (shape instanceof Circle) {\n const center = shape.getCenter();\n const pointPerimeter = new Point2D(\n center.getX() + shape.getRadius(), center.getY()\n );\n scoord.graphicData = [\n center.getX().toString(),\n center.getY().toString(),\n pointPerimeter.getX().toString(),\n pointPerimeter.getY().toString(),\n ];\n scoord.graphicType = GraphicTypes.circle;\n } else if (shape instanceof Ellipse) {\n const center = shape.getCenter();\n const radiusX = shape.getA();\n const radiusY = shape.getB();\n scoord.graphicData = [\n (center.getX() - radiusX).toString(),\n center.getY().toString(),\n (center.getX() + radiusX).toString(),\n center.getY().toString(),\n center.getX().toString(),\n (center.getY() - radiusY).toString(),\n center.getX().toString(),\n (center.getY() + radiusY).toString()\n ];\n scoord.graphicType = GraphicTypes.ellipse;\n } else if (shape instanceof Rectangle) {\n const begin = shape.getBegin();\n const end = shape.getEnd();\n // begin as first and last point to close shape\n scoord.graphicData = [\n begin.getX().toString(),\n begin.getY().toString(),\n begin.getX().toString(),\n end.getY().toString(),\n end.getX().toString(),\n end.getY().toString(),\n end.getX().toString(),\n begin.getY().toString(),\n begin.getX().toString(),\n begin.getY().toString()\n ];\n scoord.graphicType = GraphicTypes.polyline;\n }\n\n return scoord;\n};\n\n/**\n * Get a mathematical shape from a DICOM spatial coordinate (SCOORD).\n *\n * @param {SpatialCoordinate} scoord The DICOM scoord.\n * @returns {Point2D|Line|Protractor|ROI|Circle|Ellipse|Rectangle}\n * The math shape.\n */\nexport function getShapeFromScoord(scoord) {\n // extract points\n const dataLength = scoord.graphicData.length;\n if (dataLength % 2 !== 0) {\n throw new Error('Expecting even number of coordinates in scroord data');\n }\n const points = [];\n for (let i = 0; i < dataLength; i += 2) {\n points.push(new Point2D(\n parseFloat(scoord.graphicData[i]),\n parseFloat(scoord.graphicData[i + 1])\n ));\n }\n let isClosed = false;\n const numberOfPoints = points.length;\n if (numberOfPoints > 2) {\n const firstPoint = points[0];\n const lastPoint = points[numberOfPoints - 1];\n isClosed = firstPoint.equals(lastPoint);\n }\n\n // create math shape\n let shape;\n if (scoord.graphicType === GraphicTypes.point) {\n if (points.length !== 1) {\n throw new Error('Expecting 1 point for point');\n }\n shape = points[0];\n } else if (scoord.graphicType === GraphicTypes.circle) {\n if (points.length !== 2) {\n throw new Error('Expecting 2 points for circles');\n }\n const center = points[0];\n const pointPerimeter = points[1];\n const radius = pointPerimeter.getDistance(center);\n shape = new Circle(center, radius);\n } else if (scoord.graphicType === GraphicTypes.ellipse) {\n if (points.length !== 4) {\n throw new Error('Expecting 4 points for ellipses');\n }\n // TODO: make more generic\n const radiusX = points[0].getDistance(points[1]) / 2;\n const radiusY = points[2].getDistance(points[3]) / 2;\n const center = new Point2D(\n points[0].getX() + radiusX,\n points[0].getY()\n );\n shape = new Ellipse(center, radiusX, radiusY);\n } else if (scoord.graphicType === GraphicTypes.polyline) {\n if (!isClosed) {\n if (points.length === 2) {\n shape = new Line(points[0], points[1]);\n } else if (points.length === 3) {\n shape = new Protractor([points[0], points[1], points[2]]);\n }\n } else {\n if (points.length === 5) {\n const line0 = new Line(points[0], points[1]);\n const line1 = new Line(points[1], points[2]);\n const line2 = new Line(points[2], points[3]);\n const line3 = new Line(points[3], points[4]);\n if (areOrthogonal(line0, line1) &&\n areOrthogonal(line1, line2) &&\n areOrthogonal(line2, line3)) {\n shape = new Rectangle(points[0], points[2]);\n } else {\n // remove last=first point for closed shape\n shape = new ROI(points.slice(0, -1));\n }\n } else {\n // remove last=first point for closed shape\n shape = new ROI(points.slice(0, -1));\n }\n }\n }\n\n return shape;\n};","// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n GraphicData: '00700022',\n GraphicType: '00700023',\n ReferencedFrameofReferenceUID: '30060024',\n FiducialUID: '0070031A'\n};\n\n/**\n * DICOM spatial coordinate 3D (SCOORD3D): item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.9.html#table_C.18.9-1}.\n */\nexport class SpatialCoordinate3D {\n /**\n * @type {string[]}\n */\n graphicData;\n\n /**\n * @type {string}\n */\n graphicType;\n\n /**\n * @type {string}\n */\n referencedFrameofReferenceUID;\n\n /**\n * @type {string}\n */\n fiducialUID;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.graphicType +\n '{' + this.graphicData + '}';\n };\n};\n\n/**\n * Get a scoord3d object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {SpatialCoordinate3D} A scoord3d object.\n */\nexport function getSpatialCoordinate3D(dataElements) {\n const scoord = new SpatialCoordinate3D();\n\n if (typeof dataElements[TagKeys.GraphicData] !== 'undefined') {\n scoord.graphicData = dataElements[TagKeys.GraphicData].value;\n }\n if (typeof dataElements[TagKeys.GraphicType] !== 'undefined') {\n scoord.graphicType = dataElements[TagKeys.GraphicType].value[0];\n }\n if (typeof dataElements[TagKeys.ReferencedFrameofReferenceUID] !==\n 'undefined') {\n scoord.referencedFrameofReferenceUID =\n dataElements[TagKeys.ReferencedFrameofReferenceUID].value[0];\n }\n if (typeof dataElements[TagKeys.FiducialUID] !== 'undefined') {\n scoord.fiducialUID = dataElements[TagKeys.FiducialUID].value[0];\n }\n return scoord;\n};\n\n/**\n * Get a simple dicom element item from a scoord3d object.\n *\n * @param {SpatialCoordinate3D} scoord The scoord3d object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSpatialCoordinate3DItem(scoord) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof scoord.graphicData !== 'undefined') {\n item.GraphicData = scoord.graphicData;\n }\n if (typeof scoord.graphicType !== 'undefined') {\n item.GraphicType = scoord.graphicType;\n }\n if (typeof scoord.referencedFrameofReferenceUID !== 'undefined') {\n item.ReferencedFrameofReferenceUID =\n scoord.referencedFrameofReferenceUID;\n }\n if (typeof scoord.fiducialUID !== 'undefined') {\n item.FiducialUID = scoord.fiducialUID;\n }\n\n // return\n return item;\n}","import {\n NumericMeasurement,\n getNumericMeasurement,\n getDicomNumericMeasurementItem\n} from './dicomNumericMeasurement';\nimport {\n getCode,\n getDicomCodeItem,\n getConceptNameCode,\n getMeasurementUnitsCode\n} from './dicomCode';\nimport {\n getImageReference,\n getDicomImageReferenceItem\n} from './dicomImageReference';\nimport {\n getSopInstanceReference,\n getDicomSopInstanceReferenceItem\n} from './dicomSopInstanceReference';\nimport {\n getSpatialCoordinate,\n getDicomSpatialCoordinateItem\n} from './dicomSpatialCoordinate';\nimport {\n getSpatialCoordinate3D,\n getDicomSpatialCoordinate3DItem\n} from './dicomSpatialCoordinate3D';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\nimport {DicomCode} from './dicomCode';\nimport {MeasuredValue} from './dicomMeasuredValue';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n ReferencedSOPSequence: '00081199',\n RelationshipType: '0040A010',\n ValueType: '0040A040',\n ConceptNameCodeSequence: '0040A043',\n ConceptCodeSequence: '0040A168',\n ContentSequence: '0040A730',\n DateTime: '0040A120',\n Date: '0040A121',\n Time: '0040A122',\n UID: '0040A124',\n PersonName: '0040A123',\n TextValue: '0040A160',\n ContinuityOfContent: '0040A050'\n};\n\n/**\n * DICOM relationship types.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.17.3.2.4.html#sect_C.17.3.2.4}.\n */\nexport const RelationshipTypes = {\n contains: 'CONTAINS',\n hasProperties: 'HAS PROPERTIES',\n hasObsContext: 'HAS OBS CONTEXT',\n hasAcqContext: 'HAS ACQ CONTEXT',\n inferredFrom: 'INFERRED FROM',\n selectedFrom: 'SELECTED FROM',\n hasConceptMod: 'HAS CONCEPT MOD'\n};\n\n/**\n * DICOM value types.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.17.3.2.html#sect_C.17.3.2.1}.\n */\nexport const ValueTypes = {\n text: 'TEXT',\n num: 'NUM',\n code: 'CODE',\n date: 'DATE',\n time: 'TIME',\n datetime: 'DATETIME',\n uidref: 'UIDREF',\n pname: 'PNAME',\n composite: 'COMPOSITE',\n image: 'IMAGE',\n waveform: 'WAVEFORM',\n scoord: 'SCOORD',\n scoord3d: 'SCOORD3D',\n tcoord: 'TCOORD',\n container: 'CONTAINER',\n table: 'TABLE',\n};\n\n/**\n * DICOM value type to associated tag name.\n */\nexport const ValueTypeValueTagName = {\n TEXT: 'TextValue',\n DATE: 'Date',\n TIME: 'Time',\n DATETIME: 'DateTime',\n UIDREF: 'UID',\n PNAME: 'PersonName',\n CONTAINER: 'ContinuityOfContent',\n};\n\n/**\n * DICOM SR content: item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.17.3.html}.\n */\nexport class DicomSRContent {\n /**\n * Value type.\n *\n * @type {string}\n */\n valueType;\n /**\n * Concept name code.\n *\n * @type {DicomCode|undefined}\n */\n conceptNameCode;\n /**\n * Relationship Type.\n *\n * @type {string}\n */\n relationshipType;\n\n /**\n * Content sequence (0040,A730).\n *\n * @type {DicomSRContent[]|undefined}\n */\n contentSequence;\n\n /**\n * Value.\n *\n * @type {object}\n */\n value;\n\n /**\n * @param {string} valueType The content item value type.\n */\n constructor(valueType) {\n this.valueType = valueType;\n }\n\n /**\n * Get a string representation of this object.\n *\n * @param {string} [prefix] An optional prefix for recursive content.\n * @returns {string} The object as string.\n */\n toString(prefix) {\n if (typeof prefix === 'undefined') {\n prefix = '';\n }\n\n let res = '';\n\n if (typeof this.relationshipType !== 'undefined') {\n res += '(' + this.relationshipType + ') ';\n }\n\n res += this.valueType + ': ';\n\n if (typeof this.conceptNameCode !== 'undefined') {\n res += this.conceptNameCode.toString();\n }\n\n res += ' = ' + this.value.toString();\n\n if (typeof this.contentSequence !== 'undefined') {\n for (const item of this.contentSequence) {\n res += '\\n' + prefix + '- ' + item.toString(prefix + ' ');\n }\n }\n\n return res;\n }\n}\n\n/**\n * Check if two content item objects are equal.\n *\n * @param {DicomCode} item1 The first content item.\n * @param {DicomCode} item2 The second content item.\n * @returns {boolean} True if both content items are equal.\n */\nexport function isEqualContentItem(item1, item2) {\n return Object.keys(item1).length === Object.keys(item2).length &&\n Object.keys(item1).every(key =>\n Object.prototype.hasOwnProperty.call(item2, key) &&\n item1[key] === item2[key]\n );\n}\n\n/**\n * Get a content item object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {DicomSRContent} A content item object.\n */\nexport function getSRContent(dataElements) {\n // valueType -> ValueType (type1)\n let valueType = '';\n if (typeof dataElements[TagKeys.ValueType] !== 'undefined') {\n valueType = dataElements[TagKeys.ValueType].value[0];\n }\n\n const content = new DicomSRContent(valueType);\n\n // relationshipType -> RelationType (type1)\n if (typeof dataElements[TagKeys.RelationshipType] !== 'undefined') {\n content.relationshipType =\n dataElements[TagKeys.RelationshipType].value[0];\n }\n\n if (typeof dataElements[TagKeys.ConceptNameCodeSequence] !== 'undefined') {\n content.conceptNameCode =\n getCode(dataElements[TagKeys.ConceptNameCodeSequence].value[0]);\n }\n\n // set value acording to valueType\n // (date and time are stored as string)\n if (valueType === ValueTypes.code) {\n content.value = getCode(\n dataElements[TagKeys.ConceptCodeSequence].value[0]);\n } else if (valueType === ValueTypes.num) {\n content.value = getNumericMeasurement(dataElements);\n } else if (valueType === ValueTypes.image) {\n content.value = getImageReference(dataElements);\n } else if (valueType === ValueTypes.composite) {\n content.value = getSopInstanceReference(\n dataElements[TagKeys.ReferencedSOPSequence].value[0]\n );\n } else if (valueType === ValueTypes.scoord) {\n content.value = getSpatialCoordinate(dataElements);\n } else if (valueType === ValueTypes.scoord3d) {\n content.value = getSpatialCoordinate3D(dataElements);\n } else {\n const valueTagName = ValueTypeValueTagName[valueType];\n if (typeof valueTagName !== 'undefined') {\n content.value = dataElements[TagKeys[valueTagName]].value[0];\n } else {\n console.warn('Unsupported input ValueType: ' + valueType);\n }\n }\n\n const contentSqEl = dataElements[TagKeys.ContentSequence];\n if (typeof contentSqEl !== 'undefined') {\n content.contentSequence = [];\n for (const item of dataElements[TagKeys.ContentSequence].value) {\n content.contentSequence.push(getSRContent(item));\n }\n }\n\n return content;\n}\n\n/**\n * Get a simple dicom element item from a content item object.\n *\n * @param {DicomSRContent} content The content item object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSRContentItem(content) {\n // dicom item (tags are in ~group/element order)\n let contentItem = {};\n\n if (typeof content.relationshipType !== 'undefined') {\n contentItem.RelationshipType = content.relationshipType;\n }\n if (typeof content.valueType !== 'undefined') {\n contentItem.ValueType = content.valueType;\n }\n if (typeof content.conceptNameCode !== 'undefined') {\n contentItem.ConceptNameCodeSequence = {\n value: [getDicomCodeItem(content.conceptNameCode)]\n };\n }\n\n // set appropriate value tag (data and time are stored as string)\n if (content.valueType === 'CODE') {\n contentItem.ConceptCodeSequence = {\n value: [getDicomCodeItem(content.value)]\n };\n } else if (content.valueType === ValueTypes.num) {\n contentItem = {\n ...contentItem,\n ...getDicomNumericMeasurementItem(content.value)\n };\n } else if (content.valueType === ValueTypes.image) {\n contentItem = {\n ...contentItem,\n ...getDicomImageReferenceItem(content.value)\n };\n } else if (content.valueType === ValueTypes.composite) {\n contentItem = {\n ...contentItem,\n ...getDicomSopInstanceReferenceItem(content.value)\n };\n } else if (content.valueType === ValueTypes.scoord) {\n contentItem = {\n ...contentItem,\n ...getDicomSpatialCoordinateItem(content.value)\n };\n } else if (content.valueType === ValueTypes.scoord3d) {\n contentItem = {\n ...contentItem,\n ...getDicomSpatialCoordinate3DItem(content.value)\n };\n } else {\n const valueTagName = ValueTypeValueTagName[content.valueType];\n if (typeof valueTagName !== 'undefined') {\n contentItem[valueTagName] = content.value;\n } else {\n console.warn('Unsupported output ValueType: ' + content.valueType);\n }\n }\n\n if (typeof content.contentSequence !== 'undefined') {\n contentItem.ContentSequence = {\n value: []\n };\n for (const item of content.contentSequence) {\n contentItem.ContentSequence.value.push(getDicomSRContentItem(item));\n }\n }\n\n return contentItem;\n}\n\n/**\n * Get a DicomSRContent from a value.\n *\n * @param {string} name The value name.\n * @param {object} value The value.\n * @param {string} unit The values' unit.\n * @returns {DicomSRContent|undefined} The SR content.\n */\nexport function getSRContentFromValue(name, value, unit) {\n const conceptNameCode = getConceptNameCode(name);\n\n if (typeof conceptNameCode === 'undefined') {\n return undefined;\n }\n\n const content = new DicomSRContent(ValueTypes.num);\n content.relationshipType = RelationshipTypes.contains;\n content.conceptNameCode = conceptNameCode;\n\n const measure = new MeasuredValue();\n measure.numericValue = value;\n measure.measurementUnitsCode = getMeasurementUnitsCode(unit);\n const numMeasure = new NumericMeasurement();\n numMeasure.measuredValue = measure;\n\n content.value = numMeasure;\n\n return content;\n}","import {\n dateToDateObj,\n getDicomDate,\n dateToTimeObj,\n getDicomTime,\n} from '../dicom/dicomDate';\nimport {\n ValueTypes,\n RelationshipTypes,\n getSRContent,\n getDicomSRContentItem,\n DicomSRContent,\n getSRContentFromValue\n} from '../dicom/dicomSRContent';\nimport {\n isEqualCode,\n getPathCode,\n getMeasurementGroupCode,\n getImageRegionCode,\n getReferenceGeometryCode,\n getSourceImageCode,\n getTrackingIdentifierCode,\n getShortLabelCode,\n getReferencePointsCode,\n getColourCode,\n getQuantificationName,\n getQuantificationUnit\n} from '../dicom/dicomCode';\nimport {getElementsFromJSONTags} from '../dicom/dicomWriter';\nimport {ImageReference} from '../dicom/dicomImageReference';\nimport {SopInstanceReference} from '../dicom/dicomSopInstanceReference';\nimport {\n GraphicTypes,\n getScoordFromShape,\n getShapeFromScoord,\n SpatialCoordinate\n} from '../dicom/dicomSpatialCoordinate';\nimport {SpatialCoordinate3D} from '../dicom/dicomSpatialCoordinate3D';\nimport {guid} from '../math/stats';\nimport {logger} from '../utils/logger';\nimport {Annotation} from './annotation';\nimport {AnnotationGroup} from './annotationGroup';\nimport {Line} from '../math/line';\nimport {Point2D, Point3D} from '../math/point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from '../dicom/dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Merge two tag lists.\n *\n * @param {object} tags1 Base list, will be modified.\n * @param {object} tags2 List to merge.\n */\nfunction mergeTags(tags1, tags2) {\n const keys2 = Object.keys(tags2);\n for (const tagName2 of keys2) {\n if (tags1[tagName2] !== undefined) {\n logger.trace('Overwritting tag: ' + tagName2);\n }\n tags1[tagName2] = tags2[tagName2];\n }\n}\n\n/**\n * {@link AnnotationGroup} factory.\n */\nexport class AnnotationGroupFactory {\n\n /**\n * Possible warning created by checkElements.\n *\n * @type {string|undefined}\n */\n #warning;\n\n /**\n * Get a warning string if elements are not as expected.\n * Created by checkElements.\n *\n * @returns {string|undefined} The warning.\n */\n getWarning() {\n return this.#warning;\n }\n\n /**\n * Check dicom elements. Throws an error if not suitable.\n *\n * @param {Object} dataElements The DICOM data elements.\n * @returns {string|undefined} A possible warning.\n */\n checkElements(dataElements) {\n // reset\n this.#warning = undefined;\n\n const srContent = getSRContent(dataElements);\n if (typeof srContent.conceptNameCode !== 'undefined') {\n if (srContent.conceptNameCode.value !== getMeasurementGroupCode().value) {\n this.#warning = 'Not a measurement group';\n }\n } else {\n this.#warning = 'No root concept name code';\n }\n\n return this.#warning;\n }\n\n /**\n * Convert a DICOM SR content of type SCOORD into an annotation.\n *\n * @param {DicomSRContent} item The input SCOORD.\n * @returns {Annotation} The annotation.\n */\n #scoordToAnnotation(item) {\n const annotation = new Annotation();\n annotation.mathShape = getShapeFromScoord(item.value);\n // default\n annotation.id = guid();\n annotation.textExpr = '';\n\n for (const subItem of item.contentSequence) {\n // reference image UID\n if (subItem.valueType === ValueTypes.image &&\n subItem.relationshipType === RelationshipTypes.selectedFrom &&\n isEqualCode(subItem.conceptNameCode, getSourceImageCode())) {\n annotation.referenceSopUID =\n subItem.value.referencedSOPSequence.referencedSOPInstanceUID;\n }\n // annotation id\n if (subItem.valueType === ValueTypes.uidref &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(subItem.conceptNameCode, getTrackingIdentifierCode())) {\n annotation.id = subItem.value;\n }\n // text expr\n if (subItem.valueType === ValueTypes.text &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(subItem.conceptNameCode, getShortLabelCode())) {\n annotation.textExpr = subItem.value;\n if (typeof subItem.contentSequence !== 'undefined') {\n for (const subsubItem of subItem.contentSequence) {\n if (subsubItem.valueType === ValueTypes.scoord &&\n subsubItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(\n subsubItem.conceptNameCode, getReferencePointsCode())) {\n annotation.labelPosition = new Point2D(\n subsubItem.value.graphicData[0],\n subsubItem.value.graphicData[1]\n );\n }\n }\n }\n }\n // color\n if (subItem.valueType === ValueTypes.text &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(subItem.conceptNameCode, getColourCode())) {\n annotation.colour = subItem.value;\n }\n // reference points\n if (subItem.valueType === ValueTypes.scoord &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(subItem.conceptNameCode, getReferencePointsCode()) &&\n subItem.value.graphicType === GraphicTypes.multipoint) {\n const points = [];\n for (let i = 0; i < subItem.value.graphicData.length; i += 2) {\n points.push(new Point2D(\n subItem.value.graphicData[i],\n subItem.value.graphicData[i + 1]\n ));\n }\n annotation.referencePoints = points;\n }\n // plane points\n if (subItem.valueType === ValueTypes.scoord3d &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(\n subItem.conceptNameCode, getReferenceGeometryCode()) &&\n subItem.value.graphicType === GraphicTypes.multipoint) {\n const data = subItem.value.graphicData;\n const points = [];\n const nPoints = Math.floor(data.length / 3);\n for (let i = 0; i < nPoints; ++i) {\n const j = i * 3;\n points.push(new Point3D(data[j], data[j + 1], data[j + 2]));\n }\n annotation.planePoints = points;\n }\n // quantification\n if (subItem.valueType === ValueTypes.num &&\n subItem.relationshipType === RelationshipTypes.contains) {\n const quantifName =\n getQuantificationName(subItem.conceptNameCode);\n if (typeof quantifName === 'undefined') {\n continue;\n }\n const measuredValue = subItem.value.measuredValue;\n const quantifUnit = getQuantificationUnit(\n measuredValue.measurementUnitsCode);\n if (typeof annotation.quantification === 'undefined') {\n annotation.quantification = {};\n }\n annotation.quantification[quantifName] = {\n value: measuredValue.numericValue,\n unit: quantifUnit\n };\n }\n }\n return annotation;\n }\n\n /**\n * Get an {@link Annotation} object from the read DICOM file.\n *\n * @param {Object} dataElements The DICOM tags.\n * @returns {AnnotationGroup} A new annotation group.\n */\n create(dataElements) {\n const annotations = [];\n const srContent = getSRContent(dataElements);\n for (const item of srContent.contentSequence) {\n if (item.valueType === ValueTypes.scoord) {\n annotations.push(this.#scoordToAnnotation(item));\n }\n }\n const annotationGroup = new AnnotationGroup(annotations);\n\n const safeGet = function (key) {\n let res;\n const element = dataElements[key];\n if (typeof element !== 'undefined') {\n res = element.value[0];\n }\n return res;\n };\n\n // StudyInstanceUID\n annotationGroup.setMetaValue('StudyInstanceUID', safeGet('0020000D'));\n // Modality\n annotationGroup.setMetaValue('Modality', safeGet('00080060'));\n // patient info\n annotationGroup.setMetaValue('PatientName', safeGet('00100010'));\n annotationGroup.setMetaValue('PatientID', safeGet('00100020'));\n annotationGroup.setMetaValue('PatientBirthDate', safeGet('00100030'));\n annotationGroup.setMetaValue('PatientSex', safeGet('00100040'));\n\n // ReferencedSeriesSequence\n const element = dataElements['00081115'];\n if (typeof element !== 'undefined') {\n const seriesElement = element.value[0]['0020000E'];\n if (typeof seriesElement !== 'undefined') {\n annotationGroup.setMetaValue(\n 'ReferencedSeriesSequence', {\n value: [{\n SeriesInstanceUID: seriesElement.value[0]\n }]\n }\n );\n }\n }\n\n return annotationGroup;\n }\n\n /**\n * Convert an annotation into a DICOM SCOORD.\n *\n * @param {Annotation} annotation The input annotation.\n * @returns {DicomSRContent} An SR content of type SCOORD.\n */\n #annotationToScoord(annotation) {\n const srScoord = new DicomSRContent(ValueTypes.scoord);\n srScoord.relationshipType = RelationshipTypes.contains;\n if (annotation.mathShape instanceof Line) {\n srScoord.conceptNameCode = getPathCode();\n } else {\n srScoord.conceptNameCode = getImageRegionCode();\n }\n srScoord.value = getScoordFromShape(annotation.mathShape);\n\n const itemContentSequence = [];\n\n // reference image UID\n const srImage = new DicomSRContent(ValueTypes.image);\n srImage.relationshipType = RelationshipTypes.selectedFrom;\n srImage.conceptNameCode = getSourceImageCode();\n const sopRef = new SopInstanceReference();\n sopRef.referencedSOPClassUID = '';\n sopRef.referencedSOPInstanceUID = annotation.referenceSopUID;\n const imageRef = new ImageReference();\n imageRef.referencedSOPSequence = sopRef;\n srImage.value = imageRef;\n itemContentSequence.push(srImage);\n\n // annotation id\n const srUid = new DicomSRContent(ValueTypes.uidref);\n srUid.relationshipType = RelationshipTypes.hasProperties;\n srUid.conceptNameCode = getTrackingIdentifierCode();\n srUid.value = annotation.id;\n itemContentSequence.push(srUid);\n\n // text expr\n const shortLabel = new DicomSRContent(ValueTypes.text);\n shortLabel.relationshipType = RelationshipTypes.hasProperties;\n shortLabel.conceptNameCode = getShortLabelCode();\n shortLabel.value = annotation.textExpr;\n // label position\n if (typeof annotation.labelPosition !== 'undefined') {\n const labelPosition = new DicomSRContent(ValueTypes.scoord);\n labelPosition.relationshipType = RelationshipTypes.hasProperties;\n labelPosition.conceptNameCode = getReferencePointsCode();\n const labelPosScoord = new SpatialCoordinate();\n labelPosScoord.graphicType = GraphicTypes.point;\n const graphicData = [\n annotation.labelPosition.getX().toString(),\n annotation.labelPosition.getY().toString()\n ];\n labelPosScoord.graphicData = graphicData;\n labelPosition.value = labelPosScoord;\n\n // add position to label sequence\n shortLabel.contentSequence = [labelPosition];\n }\n itemContentSequence.push(shortLabel);\n\n // colour\n const colour = new DicomSRContent(ValueTypes.text);\n colour.relationshipType = RelationshipTypes.hasProperties;\n colour.conceptNameCode = getColourCode();\n colour.value = annotation.colour;\n itemContentSequence.push(colour);\n\n // reference points\n if (typeof annotation.referencePoints !== 'undefined') {\n const referencePoints = new DicomSRContent(ValueTypes.scoord);\n referencePoints.relationshipType = RelationshipTypes.hasProperties;\n referencePoints.conceptNameCode = getReferencePointsCode();\n const refPointsScoord = new SpatialCoordinate();\n refPointsScoord.graphicType = GraphicTypes.multipoint;\n const graphicData = [];\n for (const point of annotation.referencePoints) {\n graphicData.push(point.getX().toString());\n graphicData.push(point.getY().toString());\n }\n refPointsScoord.graphicData = graphicData;\n\n referencePoints.value = refPointsScoord;\n itemContentSequence.push(referencePoints);\n }\n\n // plane points\n if (typeof annotation.planePoints !== 'undefined') {\n const planePoints = new DicomSRContent(ValueTypes.scoord3d);\n planePoints.relationshipType = RelationshipTypes.hasProperties;\n planePoints.conceptNameCode = getReferenceGeometryCode();\n const pointsScoord = new SpatialCoordinate3D();\n pointsScoord.graphicType = GraphicTypes.multipoint;\n const graphicData = [];\n for (const planePoint of annotation.planePoints) {\n graphicData.push(planePoint.getX().toString());\n graphicData.push(planePoint.getY().toString());\n graphicData.push(planePoint.getZ().toString());\n }\n pointsScoord.graphicData = graphicData;\n\n planePoints.value = pointsScoord;\n itemContentSequence.push(planePoints);\n }\n\n // quantification\n if (typeof annotation.quantification !== 'undefined') {\n for (const key in annotation.quantification) {\n const quatifContent = getSRContentFromValue(\n key,\n annotation.quantification[key].value,\n annotation.quantification[key].unit\n );\n if (typeof quatifContent !== 'undefined') {\n itemContentSequence.push(quatifContent);\n }\n }\n }\n\n srScoord.contentSequence = itemContentSequence;\n return srScoord;\n }\n\n /**\n * Convert an annotation group into a DICOM SR object.\n *\n * @param {AnnotationGroup} annotationGroup The annotation group.\n * @param {Object} [extraTags] Optional list of extra tags.\n * @returns {Object} A list of dicom elements.\n */\n toDicom(annotationGroup, extraTags) {\n let tags = annotationGroup.getMeta();\n\n // transfer syntax: ExplicitVRLittleEndian\n tags.TransferSyntaxUID = '1.2.840.10008.1.2.1';\n // class: Basic Text SR Storage\n tags.SOPClassUID = '1.2.840.10008.5.1.4.1.1.88.11';\n tags.MediaStorageSOPClassUID = '1.2.840.10008.5.1.4.1.1.88.11';\n tags.CompletionFlag = 'PARTIAL';\n tags.VerificationFlag = 'UNVERIFIED';\n\n const now = new Date();\n tags.ContentDate = getDicomDate(dateToDateObj(now));\n tags.ContentTime = getDicomTime(dateToTimeObj(now));\n\n const contentSequence = [];\n for (const annotation of annotationGroup.getList()) {\n contentSequence.push(this.#annotationToScoord(annotation));\n }\n\n // main\n if (contentSequence.length !== 0) {\n const srContent = new DicomSRContent(ValueTypes.container);\n srContent.conceptNameCode = getMeasurementGroupCode();\n srContent.contentSequence = contentSequence;\n\n tags = {\n ...tags,\n ...getDicomSRContentItem(srContent)\n };\n }\n\n // merge extra tags if provided\n if (typeof extraTags !== 'undefined') {\n mergeTags(tags, extraTags);\n }\n\n return getElementsFromJSONTags(tags);\n }\n\n}","import {ListenerHandler} from '../utils/listen';\nimport {mergeObjects} from '../utils/operator';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from '../image/image';\nimport {AnnotationGroup} from '../image/annotationGroup';\n/* eslint-enable no-unused-vars */\n\n/**\n * DICOM data: meta and possible image.\n */\nexport class DicomData {\n /**\n * DICOM meta data.\n *\n * @type {object}\n */\n meta;\n\n /**\n * Image extracted from meta data.\n *\n * @type {Image|undefined}\n */\n image;\n /**\n * Annotattion group extracted from meta data.\n *\n * @type {AnnotationGroup|undefined}\n */\n annotationGroup;\n\n /**\n * @param {object} meta The DICOM meta data.\n */\n constructor(meta) {\n this.meta = meta;\n }\n}\n\n/*\n * DicomData controller.\n */\nexport class DataController {\n\n /**\n * List of DICOM data.\n *\n * @type {Object}\n */\n #dataList = {};\n\n /**\n * Distinct data loaded counter.\n *\n * @type {number}\n */\n #dataIdCounter = -1;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Get the next data id.\n *\n * @returns {string} The data id.\n */\n getNextDataId() {\n ++this.#dataIdCounter;\n return this.#dataIdCounter.toString();\n }\n\n /**\n * Get the list of ids in the data storage.\n *\n * @returns {string[]} The list of data ids.\n */\n getDataIds() {\n return Object.keys(this.#dataList);\n }\n\n /**\n * Reset the class: empty the data storage.\n */\n reset() {\n this.#dataList = {};\n }\n\n /**\n * Get a data at a given index.\n *\n * @param {string} dataId The data id.\n * @returns {DicomData|undefined} The DICOM data.\n */\n get(dataId) {\n return this.#dataList[dataId];\n }\n\n /**\n * Get the list of dataIds that contain the input UIDs.\n *\n * @param {string[]} uids A list of UIDs.\n * @returns {string[]} The list of dataIds that contain the UIDs.\n */\n getDataIdsFromSopUids(uids) {\n const res = [];\n // check input\n if (typeof uids === 'undefined' ||\n uids.length === 0) {\n return res;\n }\n const keys = Object.keys(this.#dataList);\n for (const key of keys) {\n if (typeof this.#dataList[key].image !== 'undefined' &&\n this.#dataList[key].image.containsImageUids(uids)) {\n res.push(key);\n }\n }\n return res;\n }\n\n /**\n * Set the image at a given index.\n *\n * @param {string} dataId The data id.\n * @param {Image} image The image to set.\n */\n setImage(dataId, image) {\n this.#dataList[dataId].image = image;\n // fire image set\n this.#fireEvent({\n type: 'dataimageset',\n value: [image],\n dataid: dataId\n });\n // listen to image change\n image.addEventListener('imagecontentchange', this.#getFireEvent(dataId));\n image.addEventListener('imagegeometrychange', this.#getFireEvent(dataId));\n }\n\n /**\n * Add a new data.\n *\n * @param {string} dataId The data id.\n * @param {DicomData} data The data.\n */\n add(dataId, data) {\n if (typeof this.#dataList[dataId] !== 'undefined') {\n throw new Error('Data id already used in storage: ' + dataId);\n }\n // store the new image\n this.#dataList[dataId] = data;\n // fire a data add event\n this.#fireEvent({\n type: 'dataadd',\n dataid: dataId\n });\n // listen to image change\n if (typeof data.image !== 'undefined') {\n data.image.addEventListener(\n 'imagecontentchange', this.#getFireEvent(dataId));\n data.image.addEventListener(\n 'imagegeometrychange', this.#getFireEvent(dataId));\n }\n if (typeof data.annotationGroup !== 'undefined') {\n data.annotationGroup.addEventListener(\n 'annotationadd', this.#getFireEvent(dataId));\n data.annotationGroup.addEventListener(\n 'annotationupdate', this.#getFireEvent(dataId));\n data.annotationGroup.addEventListener(\n 'annotationremove', this.#getFireEvent(dataId));\n }\n }\n\n /**\n * Remove a data from the list.\n *\n * @param {string} dataId The data id.\n */\n remove(dataId) {\n if (typeof this.#dataList[dataId] !== 'undefined') {\n // stop listeners\n const image = this.#dataList[dataId].image;\n if (typeof image !== 'undefined') {\n image.removeEventListener(\n 'imagecontentchange', this.#getFireEvent(dataId));\n image.removeEventListener(\n 'imagegeometrychange', this.#getFireEvent(dataId));\n }\n const annotationGroup = this.#dataList[dataId].annotationGroup;\n if (typeof annotationGroup !== 'undefined') {\n annotationGroup.removeEventListener(\n 'annotationadd', this.#getFireEvent(dataId));\n annotationGroup.removeEventListener(\n 'annotationupdate', this.#getFireEvent(dataId));\n annotationGroup.removeEventListener(\n 'annotationremove', this.#getFireEvent(dataId));\n }\n // remove data from list\n delete this.#dataList[dataId];\n // fire a data remove event\n this.#fireEvent({\n type: 'dataremove',\n dataid: dataId\n });\n }\n }\n\n /**\n * Update the current data.\n *\n * @param {string} dataId The data id.\n * @param {DicomData} data The data.\n */\n update(dataId, data) {\n if (typeof this.#dataList[dataId] === 'undefined') {\n throw new Error('Cannot find data to update: ' + dataId);\n }\n const dataToUpdate = this.#dataList[dataId];\n\n // add slice to current image\n if (typeof dataToUpdate.image !== 'undefined' &&\n typeof data.image !== 'undefined'\n ) {\n dataToUpdate.image.appendSlice(data.image);\n }\n\n // update meta data\n // TODO add time support\n let idKey = '';\n if (typeof data.meta['00020010'] !== 'undefined') {\n // dicom case, use 'InstanceNumber'\n idKey = '00200013';\n } else {\n idKey = 'imageUid';\n }\n dataToUpdate.meta = mergeObjects(\n dataToUpdate.meta,\n data.meta,\n idKey,\n 'value');\n\n // fire a data add event\n this.#fireEvent({\n type: 'dataupdate',\n dataid: dataId\n });\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n /**\n * Get a fireEvent function that adds the input data id\n * to the event value.\n *\n * @param {string} dataId The data id.\n * @returns {Function} A fireEvent function.\n */\n #getFireEvent(dataId) {\n return (event) => {\n event.dataid = dataId;\n this.#fireEvent(event);\n };\n }\n\n} // DataController class\n","import {arrayEquals} from './array';\n\n/**\n * Merge two similar objects.\n *\n * Objects need to be in the form of:\n * \n * {\n * idKey: {valueKey: [0]},\n * key0: {valueKey: [\"abc\"]},\n * key1: {valueKey: [33]}\n * }\n * .\n *\n * Merged objects will be in the form of:\n * \n * {\n * idKey: {valueKey: [0,1,2], merged: true},\n * key0: {valueKey: {\n * 0: [\"abc\"],\n * 1: [\"def\"],\n * 2: [\"ghi\"]\n * }},\n * key1: {valueKey: {\n * 0: [33],\n * 1: [44],\n * 2: [55]\n * }}\n * }\n * .\n *\n * @param {object} obj1 The first object, can be the result of a previous merge.\n * @param {object} obj2 The second object.\n * @param {string} idKey The key to use as index for duplicate values.\n * @param {string} valueKey The key to use to access object values.\n * @returns {object} The merged object.\n */\nexport function mergeObjects(obj1, obj2, idKey, valueKey) {\n const res = {};\n // check id key\n if (!idKey) {\n throw new Error('Cannot merge object with an undefined id key: ' + idKey);\n } else {\n if (!Object.prototype.hasOwnProperty.call(obj1, idKey)) {\n throw new Error('Id key not found in first object while merging: ' +\n idKey + ', obj: ' + obj1);\n }\n if (!Object.prototype.hasOwnProperty.call(obj2, idKey)) {\n throw new Error('Id key not found in second object while merging: ' +\n idKey + ', obj: ' + obj2);\n }\n }\n // check value key\n if (!valueKey) {\n throw new Error('Cannot merge object with an undefined value key: ' +\n valueKey);\n }\n\n // check if merged object\n let mergedObj1 = false;\n if (Object.prototype.hasOwnProperty.call(obj1[idKey], 'merged') &&\n obj1[idKey].merged) {\n mergedObj1 = true;\n }\n // handle the id part\n if (!Object.prototype.hasOwnProperty.call(obj1[idKey], valueKey)) {\n throw new Error('Id value not found in first object while merging: ' +\n idKey + ', valueKey: ' + valueKey + ', ojb: ' + obj1);\n }\n if (!Object.prototype.hasOwnProperty.call(obj2[idKey], valueKey)) {\n throw new Error('Id value not found in second object while merging: ' +\n idKey + ', valueKey: ' + valueKey + ', ojb: ' + obj2);\n }\n let id1 = obj1[idKey][valueKey];\n const id2 = obj2[idKey][valueKey][0];\n // update id key\n res[idKey] = obj1[idKey];\n if (mergedObj1) {\n // check if array does not include id2\n for (let k = 0; k < id1.length; ++k) {\n if (id1[k] === id2) {\n throw new Error('The first object already contains id2: ' +\n id2 + ', id1: ' + id1);\n }\n }\n res[idKey][valueKey].push(id2);\n } else {\n id1 = id1[0];\n if (id1 === id2) {\n throw new Error('Cannot merge object with same ids: ' +\n id1 + ', id2: ' + id2);\n }\n // update merge object\n res[idKey][valueKey].push(id2);\n res[idKey].merged = true;\n }\n\n // get keys\n const keys1 = Object.keys(obj1);\n // keys2 without duplicates of keys1\n const keys2 = Object.keys(obj2).filter(function (item) {\n return keys1.indexOf(item) < 0;\n });\n const keys = keys1.concat(keys2);\n\n // loop through keys\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i];\n if (key !== idKey) {\n // first\n let value1;\n let subValue1;\n if (Object.prototype.hasOwnProperty.call(obj1, key)) {\n value1 = obj1[key];\n if (Object.prototype.hasOwnProperty.call(value1, valueKey)) {\n subValue1 = value1[valueKey];\n }\n }\n // second\n let value2;\n let subValue2;\n if (Object.prototype.hasOwnProperty.call(obj2, key)) {\n value2 = obj2[key];\n if (Object.prototype.hasOwnProperty.call(value2, valueKey)) {\n subValue2 = value2[valueKey];\n }\n }\n // result value\n let value;\n // use existing to copy properties\n if (typeof value1 !== 'undefined') {\n value = value1;\n } else if (typeof value2 !== 'undefined') {\n value = value2;\n }\n // create merge object if different values\n if (!arrayEquals(subValue1, subValue2)) {\n // add to merged object or create new\n if (mergedObj1) {\n if (Array.isArray(subValue1)) {\n // merged object with repeated value\n // copy it with the index list\n value[valueKey] = {};\n for (let j = 0; j < id1.length; ++j) {\n value[valueKey][id1[j]] = subValue1;\n }\n } else {\n value[valueKey] = subValue1;\n }\n // add obj2 value\n value[valueKey][id2] = subValue2;\n } else {\n // create merge object\n const newValue = {};\n newValue[id1] = subValue1;\n newValue[id2] = subValue2;\n value[valueKey] = newValue;\n }\n }\n // store value in result object\n res[key] = value;\n }\n }\n return res;\n}\n","import {logger} from '../utils/logger';\nimport {\n DicomParser,\n getSyntaxDecompressionName\n} from '../dicom/dicomParser';\nimport {ImageFactory} from './imageFactory';\nimport {MaskFactory} from './maskFactory';\nimport {PixelBufferDecoder} from './decoder';\nimport {AnnotationGroupFactory} from './annotationGroupFactory';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from '../dicom/dataElement';\nimport {DicomData} from '../app/dataController';\n/* eslint-enable no-unused-vars */\n\n/**\n * Create a View from a DICOM buffer.\n */\nexport class DicomBufferToView {\n\n /**\n * Converter options.\n *\n * @type {object}\n */\n #options;\n\n /**\n * Set the converter options.\n *\n * @param {object} opt The input options.\n */\n setOptions(opt) {\n this.#options = opt;\n }\n\n /**\n * Pixel buffer decoder.\n * Define only once to allow optional asynchronous mode.\n *\n * @type {object}\n */\n #pixelDecoder = null;\n\n // local tmp storage\n #dicomParserStore = [];\n #finalBufferStore = [];\n #decompressedSizes = [];\n #factories = [];\n\n /**\n * Get the factory associated to input DICOM elements.\n *\n * @param {Object} elements The DICOM elements.\n * @returns {ImageFactory|MaskFactory|AnnotationGroupFactory|undefined}\n * The associated factory.\n */\n #getFactory(elements) {\n let factory;\n const modalityElement = elements['00080060'];\n if (typeof modalityElement !== 'undefined') {\n const modality = modalityElement.value[0];\n if (modality === 'SEG') {\n // mask factory for DICOM SEG\n factory = new MaskFactory();\n } else if (modality === 'SR') {\n // annotation factory for DICOM SR\n factory = new AnnotationGroupFactory();\n }\n }\n // image factory for pixel data\n if (typeof factory === 'undefined') {\n const pixelElement = elements['7FE00010'];\n if (typeof pixelElement !== 'undefined') {\n factory = new ImageFactory();\n }\n }\n return factory;\n }\n\n /**\n * Generate the data object.\n *\n * @param {number} index The data index.\n * @param {string} origin The data origin.\n */\n #generateData(index, origin) {\n const dataElements = this.#dicomParserStore[index].getDicomElements();\n const factory = this.#factories[index];\n // exit if no factory\n if (typeof factory === 'undefined') {\n return;\n }\n // create data\n try {\n const data = new DicomData(dataElements);\n if (factory instanceof AnnotationGroupFactory) {\n data.annotationGroup = factory.create(dataElements);\n } else {\n data.image = factory.create(\n dataElements,\n this.#finalBufferStore[index],\n this.#options.numberOfFiles);\n }\n // call onloaditem\n this.onloaditem({\n data: data,\n source: origin,\n warn: factory.getWarning()\n });\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n this.onloadend({\n source: origin\n });\n }\n }\n\n /**\n * Generate the image object from an uncompressed buffer.\n *\n * @param {number} index The data index.\n * @param {string} origin The data origin.\n */\n #generateImageUncompressed(index, origin) {\n // send progress\n this.onprogress({\n lengthComputable: true,\n loaded: 100,\n total: 100,\n index: index,\n source: origin\n });\n // generate image\n this.#generateData(index, origin);\n // send load events\n this.onload({\n source: origin\n });\n this.onloadend({\n source: origin\n });\n }\n\n /**\n * Generate the image object from an compressed buffer.\n *\n * @param {number} index The data index.\n * @param {Array} pixelBuffer The dicom parser.\n * @param {string} algoName The compression algorithm name.\n */\n #generateImageCompressed(index, pixelBuffer, algoName) {\n const dicomParser = this.#dicomParserStore[index];\n\n // gather pixel buffer meta data\n const bitsAllocated =\n dicomParser.getDicomElements()['00280100'].value[0];\n const pixelRepresentation =\n dicomParser.getDicomElements()['00280103'].value[0];\n const pixelMeta = {\n bitsAllocated: bitsAllocated,\n isSigned: (pixelRepresentation === 1)\n };\n const columnsElement = dicomParser.getDicomElements()['00280011'];\n const rowsElement = dicomParser.getDicomElements()['00280010'];\n if (typeof columnsElement !== 'undefined' &&\n typeof rowsElement !== 'undefined') {\n pixelMeta.sliceSize = columnsElement.value[0] * rowsElement.value[0];\n }\n const samplesPerPixelElement =\n dicomParser.getDicomElements()['00280002'];\n if (typeof samplesPerPixelElement !== 'undefined') {\n pixelMeta.samplesPerPixel = samplesPerPixelElement.value[0];\n }\n const planarConfigurationElement =\n dicomParser.getDicomElements()['00280006'];\n if (typeof planarConfigurationElement !== 'undefined') {\n pixelMeta.planarConfiguration = planarConfigurationElement.value[0];\n }\n\n const numberOfItems = pixelBuffer.length;\n\n // setup the decoder (one decoder per all converts)\n if (this.#pixelDecoder === null) {\n this.#pixelDecoder = new PixelBufferDecoder(\n algoName, numberOfItems);\n // callbacks\n // pixelDecoder.ondecodestart: nothing to do\n this.#pixelDecoder.ondecodeditem = (event) => {\n this.#onDecodedItem(event);\n // send onload and onloadend when all items have been decoded\n if (event.itemNumber + 1 === event.numberOfItems) {\n this.onload(event);\n this.onloadend(event);\n }\n };\n // pixelDecoder.ondecoded: nothing to do\n // pixelDecoder.ondecodeend: nothing to do\n this.#pixelDecoder.onerror = this.onerror;\n this.#pixelDecoder.onabort = this.onabort;\n }\n\n // launch decode\n for (let i = 0; i < numberOfItems; ++i) {\n this.#pixelDecoder.decode(pixelBuffer[i], pixelMeta,\n {\n itemNumber: i,\n numberOfItems: numberOfItems,\n index: index\n }\n );\n }\n }\n\n /**\n * Handle a decoded item event.\n *\n * @param {object} event The decoded item event.\n */\n #onDecodedItem(event) {\n // send progress\n this.onprogress({\n lengthComputable: true,\n loaded: event.itemNumber + 1,\n total: event.numberOfItems,\n index: event.index,\n source: origin\n });\n\n const dataIndex = event.index;\n\n // store decoded data\n const decodedData = event.data[0];\n if (event.numberOfItems !== 1) {\n // allocate buffer if not done yet\n if (typeof this.#decompressedSizes[dataIndex] === 'undefined') {\n this.#decompressedSizes[dataIndex] = decodedData.length;\n const fullSize = event.numberOfItems *\n this.#decompressedSizes[dataIndex];\n try {\n this.#finalBufferStore[dataIndex] =\n new decodedData.constructor(fullSize);\n } catch (error) {\n if (error instanceof RangeError) {\n const powerOf2 = Math.floor(Math.log(fullSize) / Math.log(2));\n logger.error('Cannot allocate ' +\n decodedData.constructor.name +\n ' of size: ' +\n fullSize + ' (>2^' + powerOf2 + ') for decompressed data.');\n }\n // abort\n this.#pixelDecoder.abort();\n // send events\n this.onerror({\n error: error,\n source: origin\n });\n this.onloadend({\n source: origin\n });\n // exit\n return;\n }\n }\n // hoping for all items to have the same size...\n if (decodedData.length !== this.#decompressedSizes[dataIndex]) {\n logger.warn('Unsupported varying decompressed data size: ' +\n decodedData.length + ' != ' + this.#decompressedSizes[dataIndex]);\n }\n // set buffer item data\n this.#finalBufferStore[dataIndex].set(\n decodedData, this.#decompressedSizes[dataIndex] * event.itemNumber);\n } else {\n this.#finalBufferStore[dataIndex] = decodedData;\n }\n\n // create image for the first item\n if (event.itemNumber === 0) {\n this.#generateData(dataIndex, origin);\n }\n }\n\n /**\n * Handle non image data.\n *\n * @param {number} index The data index.\n * @param {string} origin The data origin.\n */\n #handleNonImageData(index, origin) {\n this.#generateData(index, origin);\n // send load events\n this.onload({\n source: origin\n });\n this.onloadend({\n source: origin\n });\n }\n\n /**\n * Handle image data.\n *\n * @param {number} index The data index.\n * @param {string} origin The data origin.\n */\n #handleImageData(index, origin) {\n const dicomParser = this.#dicomParserStore[index];\n\n const pixelBuffer = dicomParser.getDicomElements()['7FE00010'].value;\n // help GC: discard pixel buffer from elements\n dicomParser.getDicomElements()['7FE00010'].value = [];\n this.#finalBufferStore[index] = pixelBuffer[0];\n\n // transfer syntax (always there)\n const syntax = dicomParser.getDicomElements()['00020010'].value[0];\n const algoName = getSyntaxDecompressionName(syntax);\n const needDecompression = typeof algoName !== 'undefined';\n\n if (needDecompression) {\n // generate image\n this.#generateImageCompressed(\n index,\n pixelBuffer,\n algoName);\n } else {\n this.#generateImageUncompressed(index, origin);\n }\n }\n\n /**\n * Get data from an input buffer using a DICOM parser.\n *\n * @param {ArrayBuffer} buffer The input data buffer.\n * @param {string} origin The data origin.\n * @param {number} dataIndex The data index.\n */\n convert(buffer, origin, dataIndex) {\n // start event\n this.onloadstart({\n source: origin,\n index: dataIndex\n });\n\n // DICOM parser\n const dicomParser = new DicomParser();\n\n if (typeof this.#options.defaultCharacterSet !== 'undefined') {\n dicomParser.setDefaultCharacterSet(this.#options.defaultCharacterSet);\n }\n // parse the buffer\n let factory;\n try {\n dicomParser.parse(buffer);\n // check elements\n factory = this.#getFactory(dicomParser.getDicomElements());\n if (typeof factory !== 'undefined') {\n factory.checkElements(dicomParser.getDicomElements());\n }\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n this.onloadend({\n source: origin\n });\n return;\n }\n\n // store\n this.#dicomParserStore[dataIndex] = dicomParser;\n this.#factories[dataIndex] = factory;\n\n // handle parsed data\n if (factory instanceof AnnotationGroupFactory) {\n this.#handleNonImageData(dataIndex, origin);\n } else {\n this.#handleImageData(dataIndex, origin);\n }\n }\n\n /**\n * Abort a conversion.\n */\n abort() {\n // abort decoding, will trigger pixelDecoder.onabort\n if (this.#pixelDecoder) {\n this.#pixelDecoder.abort();\n }\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class DicomBufferToView\n","import {MultiProgressHandler} from '../utils/progress';\nimport {loaderList} from './loaderList';\n\n/**\n * Memory loader.\n */\nexport class MemoryLoader {\n\n /**\n * Input data.\n *\n * @type {Array}\n */\n #inputData = null;\n\n /**\n * Data loader.\n *\n * @type {object}\n */\n #runningLoader = null;\n\n /**\n * Number of loaded data.\n *\n * @type {number}\n */\n #nLoad = 0;\n\n /**\n * Number of load end events.\n *\n * @type {number}\n */\n #nLoadend = 0;\n\n /**\n * The default character set (optional).\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * Get the default character set.\n *\n * @returns {string} The default character set.\n */\n getDefaultCharacterSet() {\n return this.#defaultCharacterSet;\n }\n\n /**\n * Set the default character set.\n *\n * @param {string} characterSet The character set.\n */\n setDefaultCharacterSet(characterSet) {\n this.#defaultCharacterSet = characterSet;\n }\n\n /**\n * Store the current input.\n *\n * @param {object} data The input data.\n */\n #storeInputData(data) {\n this.#inputData = data;\n // reset counters\n this.#nLoad = 0;\n this.#nLoadend = 0;\n // clear storage\n this.#clearStoredLoader();\n }\n\n /**\n * Store the launched loader.\n *\n * @param {object} loader The launched loader.\n */\n #storeLoader(loader) {\n this.#runningLoader = loader;\n }\n\n /**\n * Clear the stored loader.\n *\n */\n #clearStoredLoader() {\n this.#runningLoader = null;\n }\n\n /**\n * Increment the number of loaded data\n * and call onload if loaded all data.\n *\n * @param {object} _event The load data event.\n */\n #addLoad = (_event) => {\n this.#nLoad++;\n // call onload when all is loaded\n // (not using the input event since it is not the\n // general load)\n if (this.#nLoad === this.#inputData.length) {\n this.onload({\n source: this.#inputData\n });\n }\n };\n\n /**\n * Increment the counter of load end events\n * and run callbacks when all done, erroneus or not.\n *\n * @param {object} _event The load end event.\n */\n #addLoadend = (_event) => {\n this.#nLoadend++;\n // call onloadend when all is run\n // (not using the input event since it is not the\n // general load end)\n if (this.#nLoadend === this.#inputData.length) {\n this.onloadend({\n source: this.#inputData\n });\n }\n };\n\n /**\n * Load a list of buffers.\n *\n * @param {Array} data The list of buffers to load.\n */\n load(data) {\n // check input\n if (typeof data === 'undefined' || data.length === 0) {\n return;\n }\n this.#storeInputData(data);\n\n // send start event\n this.onloadstart({\n source: data\n });\n\n // create prgress handler\n const mproghandler = new MultiProgressHandler(this.onprogress);\n mproghandler.setNToLoad(data.length);\n mproghandler.setNumberOfDimensions(1);\n\n // create loaders\n const loaders = [];\n for (let m = 0; m < loaderList.length; ++m) {\n loaders.push(new loaderList[m]());\n }\n\n // find an appropriate loader\n let dataElement = data[0];\n let loader = null;\n let foundLoader = false;\n for (let l = 0; l < loaders.length; ++l) {\n loader = loaders[l];\n if (loader.canLoadMemory(dataElement)) {\n foundLoader = true;\n // load options\n loader.setOptions({\n numberOfFiles: data.length,\n defaultCharacterSet: this.getDefaultCharacterSet()\n });\n // set loader callbacks\n // loader.onloadstart: nothing to do\n loader.onprogress = mproghandler.getUndefinedMonoProgressHandler(0);\n loader.onloaditem = this.onloaditem;\n loader.onload = this.#addLoad;\n loader.onloadend = this.#addLoadend;\n loader.onerror = this.onerror;\n loader.onabort = this.onabort;\n\n // store loader\n this.#storeLoader(loader);\n // exit\n break;\n }\n }\n if (!foundLoader) {\n throw new Error('No loader found for data: ' + dataElement.filename);\n }\n\n // loop on I/O elements\n for (let i = 0; i < data.length; ++i) {\n dataElement = data[i];\n // check loader\n if (!loader.canLoadMemory(dataElement)) {\n throw new Error('Input data of different type: ' +\n dataElement.filename);\n }\n // read\n loader.load(dataElement.data, dataElement.filename, i);\n }\n }\n\n /**\n * Abort a load.\n */\n abort() {\n // abort loader\n if (this.#runningLoader && this.#runningLoader.isLoading()) {\n this.#runningLoader.abort();\n }\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class MemoryLoader\n","import {Size} from '../image/size';\nimport {Spacing} from '../image/spacing';\nimport {Geometry} from '../image/geometry';\nimport {Image} from '../image/image';\nimport {Point3D} from '../math/point';\n\n/**\n * Create a simple array buffer from an ImageData buffer.\n *\n * @param {object} imageData The ImageData taken from a context.\n * @returns {Uint8Array} The image buffer.\n */\nfunction imageDataToBuffer(imageData) {\n // remove alpha\n // TODO support passing the full image data\n const dataLen = imageData.data.length;\n const buffer = new Uint8Array((dataLen / 4) * 3);\n let j = 0;\n for (let i = 0; i < dataLen; i += 4) {\n buffer[j] = imageData.data[i];\n buffer[j + 1] = imageData.data[i + 1];\n buffer[j + 2] = imageData.data[i + 2];\n j += 3;\n }\n return buffer;\n}\n\n/**\n * Get an image from an input context imageData.\n *\n * @param {number} width The width of the coresponding image.\n * @param {number} height The height of the coresponding image.\n * @param {number} sliceIndex The slice index of the imageData.\n * @param {object} imageBuffer The image buffer.\n * @param {number} numberOfFrames The final number of frames.\n * @param {string} imageUid The image UID.\n * @returns {object} The corresponding view.\n */\nfunction getDefaultImage(\n width, height, sliceIndex,\n imageBuffer, numberOfFrames,\n imageUid) {\n // image size\n const imageSize = new Size([width, height, 1]);\n // default spacing\n // TODO: misleading...\n const imageSpacing = new Spacing([1, 1, 1]);\n // default origin\n const origin = new Point3D(0, 0, sliceIndex);\n // create image\n const geometry = new Geometry(origin, imageSize, imageSpacing);\n const image = new Image(geometry, imageBuffer, [imageUid]);\n image.setPhotometricInterpretation('RGB');\n // meta information\n const meta = {};\n meta.BitsStored = 8;\n if (typeof numberOfFrames !== 'undefined') {\n meta.numberOfFiles = numberOfFrames;\n }\n image.setMeta(meta);\n // return\n return image;\n}\n\n/**\n * Get data from an input image using a canvas.\n *\n * @param {HTMLImageElement} domImage The DOM Image,\n * an HTMLImageElement with extra info.\n * @param {string|File} origin The data origin.\n * @param {number} index The data index.\n * @returns {object} A load data event.\n */\nexport function getViewFromDOMImage(domImage, origin, index) {\n // image size\n const width = domImage.width;\n const height = domImage.height;\n\n // draw the image in the canvas in order to get its data\n const canvas = document.createElement('canvas');\n canvas.width = width;\n canvas.height = height;\n const ctx = canvas.getContext('2d');\n ctx.drawImage(domImage, 0, 0);\n // get the image data\n const imageData = ctx.getImageData(0, 0, width, height);\n\n // image properties\n const info = {};\n if (typeof origin === 'string') {\n info['origin'] = {value: origin};\n } else {\n info['fileName'] = {value: origin.name};\n info['fileType'] = {value: origin.type};\n info['fileLastModifiedDate'] = {value: origin.lastModified};\n }\n info['imageWidth'] = {value: width};\n info['imageHeight'] = {value: height};\n\n const sliceIndex = index ? index : 0;\n info['imageUid'] = {value: sliceIndex};\n\n // create view\n const imageBuffer = imageDataToBuffer(imageData);\n const image = getDefaultImage(\n width, height, sliceIndex, imageBuffer, 1, sliceIndex.toString());\n\n // return\n return {\n data: {\n image: image,\n info: info\n },\n source: origin\n };\n}\n\n/**\n * Get data from an input image using a canvas.\n *\n * @param {object} video The DOM Video, an HTMLVideoElement with extra info.\n * @param {Function} onloaditem On load callback.\n * @param {object} onload The function to call once the data is loaded.\n * @param {object} onprogress The function to call to report progress.\n * @param {object} onloadend The function to call to report load end.\n * @param {string|File} origin The data origin.\n * @param {number} dataIndex The data index.\n */\nexport function getViewFromDOMVideo(\n video, onloaditem, onload, onprogress, onloadend,\n origin, dataIndex) {\n // video size\n const width = video.videoWidth;\n const height = video.videoHeight;\n\n // default frame rate...\n const frameRate = 30;\n // number of frames\n const numberOfFrames = Math.ceil(video.duration * frameRate);\n\n // video properties\n const info = {};\n if (typeof origin === 'string') {\n info['origin'] = {value: origin};\n } else {\n info['fileName'] = {value: origin.name};\n info['fileType'] = {value: origin.type};\n info['fileLastModifiedDate'] = {value: origin.lastModified};\n }\n info['imageWidth'] = {value: width};\n info['imageHeight'] = {value: height};\n info['numberOfFrames'] = {value: numberOfFrames};\n info['imageUid'] = {value: 0};\n\n // draw the image in the canvas in order to get its data\n const canvas = document.createElement('canvas');\n canvas.width = width;\n canvas.height = height;\n const ctx = canvas.getContext('2d');\n\n // using seeked to loop through all video frames\n video.addEventListener('seeked', onseeked, false);\n\n // current frame index\n let frameIndex = 0;\n // video image\n let image = null;\n\n /**\n * Draw the context and store it as a frame.\n */\n function storeFrame() {\n // send progress\n onprogress({\n lengthComputable: true,\n loaded: frameIndex,\n total: numberOfFrames,\n index: dataIndex,\n source: origin\n });\n // draw image\n ctx.drawImage(video, 0, 0);\n // context to image buffer\n const imgBuffer = imageDataToBuffer(\n ctx.getImageData(0, 0, width, height));\n if (frameIndex === 0) {\n // create view\n image = getDefaultImage(\n width, height, 1, imgBuffer, numberOfFrames, dataIndex.toString());\n // call callback\n onloaditem({\n data: {\n image: image,\n info: info\n },\n source: origin\n });\n } else {\n image.appendFrameBuffer(imgBuffer, frameIndex);\n }\n // increment index\n ++frameIndex;\n }\n\n let nextTime = 0;\n\n /**\n * Handle seeked event.\n *\n * @param {object} event The seeked event.\n */\n function onseeked(event) {\n // store\n storeFrame();\n // set the next time\n // (not using currentTime, it seems to get offseted)\n nextTime += 1 / frameRate;\n if (nextTime <= event.target.duration) {\n this.currentTime = nextTime;\n } else {\n onload({\n source: origin\n });\n onloadend({\n source: origin\n });\n // stop listening\n video.removeEventListener('seeked', onseeked);\n }\n }\n\n // trigger the first seek\n video.currentTime = nextTime;\n}\n","import {DicomDataLoader} from './dicomDataLoader';\nimport {JSONTextLoader} from './jsonTextLoader';\nimport {MultipartLoader} from './multipartLoader';\nimport {RawImageLoader} from './rawImageLoader';\nimport {RawVideoLoader} from './rawVideoLoader';\nimport {ZipLoader} from './zipLoader';\n\nexport const loaderList = [\n DicomDataLoader,\n JSONTextLoader,\n MultipartLoader,\n RawImageLoader,\n RawVideoLoader,\n ZipLoader\n];\n","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\nimport {DicomBufferToView} from '../image/dicomBufferToView';\n\n/**\n * DICOM data loader.\n */\nexport class DicomDataLoader {\n\n /**\n * Loader options.\n *\n * @type {object}\n */\n #options = {};\n\n /**\n * Loading flag.\n *\n * @type {boolean}\n */\n #isLoading = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} opt The input options.\n */\n setOptions(opt) {\n this.#options = opt;\n }\n\n /**\n * Is the load ongoing?\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return this.#isLoading;\n }\n\n /**\n * DICOM buffer to View (asynchronous).\n *\n */\n #db2v = new DicomBufferToView();\n\n /**\n * Load data.\n *\n * @param {object} buffer The DICOM buffer.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n // setup db2v ony once\n if (!this.#isLoading) {\n // pass options\n this.#db2v.setOptions(this.#options);\n // connect handlers\n this.#db2v.onloadstart = this.onloadstart;\n this.#db2v.onprogress = this.onprogress;\n this.#db2v.onloaditem = this.onloaditem;\n this.#db2v.onload = this.onload;\n this.#db2v.onloadend = (event) => {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onloadend(event);\n };\n this.#db2v.onerror = (event) => {\n event.source = origin;\n this.onerror(event);\n };\n this.#db2v.onabort = this.onabort;\n }\n\n // set loading flag\n this.#isLoading = true;\n // convert\n this.#db2v.convert(buffer, origin, index);\n }\n\n /**\n * Abort load.\n */\n abort() {\n // reset loading flag\n this.#isLoading = false;\n // abort conversion, will trigger db2v.onabort\n this.#db2v.abort();\n }\n\n /**\n * Check if the loader can load the provided file.\n * True if one of the folowing conditions is true:\n * - the file has a 'dcm' extension,\n * - the file has no extension.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n const ext = getFileExtension(file.name);\n const hasNoExt = (ext === null);\n const hasDcmExt = (ext === 'dcm');\n return hasNoExt || hasDcmExt;\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'dicom',\n * - the `options.requestHeaders` contains a 'Accept: application/dicom',\n * - the url has a 'contentType' and it is 'application/dicom'\n * (as in wado urls),\n * - the url has no 'contentType' and no extension or the extension is 'dcm'.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'dicom') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'application/dicom' and no '+'\n const acceptValue = 'application/dicom';\n return startsWith(acceptHeader.value, acceptValue) &&\n acceptHeader.value[acceptValue.length] !== '+';\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n // extension\n const ext = getFileExtension(urlObjext.pathname);\n const hasNoExt = (ext === null);\n const hasDcmExt = (ext === 'dcm');\n // content type (for wado url)\n const contentType = urlObjext.searchParams.get('contentType');\n const hasContentType = contentType !== null &&\n typeof contentType !== 'undefined';\n const hasDicomContentType = (contentType === 'application/dicom');\n\n return hasContentType ? hasDicomContentType : (hasNoExt || hasDcmExt);\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n const contentType = mem['Content-Type'];\n if (typeof contentType !== 'undefined' &&\n contentType.startsWith('application/dicom')) {\n return true;\n }\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.ArrayBuffer;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a progress event.\n * Default does nothing.\n *\n * @param {object} _event The load progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class DicomDataLoader\n","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\n\n/**\n * JSON text loader.\n */\nexport class JSONTextLoader {\n\n /**\n * Loading flag.\n *\n * @type {boolean}\n */\n #isLoading = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing?\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return this.#isLoading;\n }\n\n /**\n * Load data.\n *\n * @param {object} text The input text.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(text, origin, index) {\n // set loading flag\n this.#isLoading = true;\n this.onloadstart({\n source: origin\n });\n\n try {\n this.onprogress({\n lengthComputable: true,\n loaded: 100,\n total: 100,\n index: index,\n source: origin\n });\n const data = {\n data: text,\n source: origin\n };\n // only expecting one item\n this.onloaditem(data);\n this.onload(data);\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n } finally {\n // reset loading flag\n this.#isLoading = false;\n this.onloadend({\n source: origin\n });\n }\n }\n\n /**\n * Abort load: pass to listeners.\n */\n abort() {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * True if the file has a 'json' extension.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n const ext = getFileExtension(file.name);\n return (ext === 'json');\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'json',\n * - the `options.requestHeaders` contains a 'Accept: application/json' or\n * 'Accept: application/dicom+json',\n * - the url has a 'json' extension.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'json') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'application/json' or 'application/dicom+json\n return startsWith(acceptHeader.value, 'application/json') ||\n startsWith(acceptHeader.value, 'application/dicom+json');\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n const ext = getFileExtension(urlObjext.pathname);\n return (ext === 'json');\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n const contentType = mem['Content-Type'];\n if (typeof contentType !== 'undefined' &&\n contentType.startsWith('application/json')) {\n return true;\n }\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.Text;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.Text;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a progress event.\n * Default does nothing.\n *\n * @param {object} _event The load progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class JSONTextLoader\n","import {startsWith} from '../utils/string';\nimport {parseMultipart} from '../utils/array';\nimport {MemoryLoader} from './memoryLoader';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\n\n/**\n * Multipart data loader.\n */\nexport class MultipartLoader {\n\n /**\n * Loading flag.\n *\n * @type {boolean}\n */\n #isLoading = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing?\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return this.#isLoading;\n }\n\n /**\n * Load data.\n *\n * @param {object} buffer The DICOM buffer.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n // send start event\n this.onloadstart({\n source: origin\n });\n // set loading flag\n this.#isLoading = true;\n\n const memoryIO = new MemoryLoader();\n // memoryIO.onloadstart: nothing to do\n memoryIO.onprogress = (progress) => {\n // add 50% to take into account the un-Multipartping\n progress.loaded = 50 + progress.loaded / 2;\n // set data index\n progress.index = index;\n this.onprogress(progress);\n };\n memoryIO.onloaditem = this.onloaditem;\n memoryIO.onload = this.onload;\n memoryIO.onloadend = (event) => {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onloadend(event);\n };\n memoryIO.onerror = this.onerror;\n memoryIO.onabort = this.onabort;\n // launch\n memoryIO.load(parseMultipart(buffer));\n }\n\n /**\n * Abort load: pass to listeners.\n */\n abort() {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * Always returns false.\n *\n * @param {File} _file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(_file) {\n return false;\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'multipart',\n * - the `options.requestHeaders` contains a 'Accept: multipart/related'.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'multipart') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'multipart/related'\n return startsWith(acceptHeader.value, 'multipart/related');\n }\n }\n }\n\n return false;\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} _mem The memory object.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadMemory(_mem) {\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.ArrayBuffer;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class MultipartLoader\n","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {getViewFromDOMImage} from '../image/domReader';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\n\n/**\n * Raw image loader.\n */\nexport class RawImageLoader {\n\n /**\n * If abort is triggered, all image.onload callbacks have to be cancelled.\n *\n * @type {boolean}\n */\n #aborted = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing? TODO...\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return true;\n }\n\n /**\n * Create a Data URI from an HTTP request response.\n *\n * @param {ArrayBuffer} response The HTTP request response.\n * @param {string} dataType The data type.\n * @returns {string} The data URI.\n */\n #createDataUri(response, dataType) {\n // image type\n let imageType = dataType;\n if (!imageType || imageType === 'jpg') {\n imageType = 'jpeg';\n }\n // create uri\n const file = new Blob([response], {type: 'image/' + imageType});\n return window.URL.createObjectURL(file);\n }\n\n /**\n * Load data.\n *\n * @param {ArrayBuffer|string} buffer The read data.\n * @param {string|File} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n this.#aborted = false;\n // create a DOM image\n const image = new Image();\n // triggered by ctx.drawImage\n image.onload = (/*event*/) => {\n try {\n if (!this.#aborted) {\n this.onprogress({\n lengthComputable: true,\n loaded: 100,\n total: 100,\n index: index,\n source: origin\n });\n const data = getViewFromDOMImage(image, origin, index);\n // only expecting one item\n this.onloaditem(data);\n this.onload(data);\n }\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n } finally {\n this.onloadend({\n source: origin\n });\n }\n };\n // storing values to pass them on\n if (typeof buffer === 'string') {\n // file case\n image.src = buffer;\n } else if (typeof origin === 'string') {\n // url case\n const ext = origin.split('.').pop().toLowerCase();\n image.src = this.#createDataUri(buffer, ext);\n }\n }\n\n /**\n * Abort load.\n */\n abort() {\n this.#aborted = true;\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * True for files with type 'image.*'.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n return (typeof file.type !== 'undefined' &&\n file.type.match('image.*') !== null);\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'rawimage',\n * - the `options.requestHeaders` contains an item\n * starting with 'Accept: image/'.\n * - the url has a 'contentType' and it is 'image/jpeg', 'image/png'\n * or 'image/gif' (as in wado urls),\n * - the url has no 'contentType' and the extension is 'jpeg', 'jpg',\n * 'png' or 'gif'.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'rawimage') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'image/'\n return startsWith(acceptHeader.value, 'image/');\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n // extension\n const ext = getFileExtension(urlObjext.pathname);\n const hasImageExt = (ext === 'jpeg') || (ext === 'jpg') ||\n (ext === 'png') || (ext === 'gif');\n // content type (for wado url)\n const contentType = urlObjext.searchParams.get('contentType');\n const hasContentType = contentType !== null &&\n typeof contentType !== 'undefined';\n const hasImageContentType = (contentType === 'image/jpeg') ||\n (contentType === 'image/png') ||\n (contentType === 'image/gif');\n\n return hasContentType ? hasImageContentType : hasImageExt;\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.DataURL;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class RawImageLoader","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {getViewFromDOMVideo} from '../image/domReader';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\n\n/**\n * Raw video loader.\n *\n * Url example (cors enabled):\n * {@link https://raw.githubusercontent.com/clappr/clappr/master/test/fixtures/SampleVideo_360x240_1mb.mp4}.\n */\nexport class RawVideoLoader {\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing? TODO...\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return true;\n }\n\n /**\n * Create a Data URI from an HTTP request response.\n *\n * @param {object} response The HTTP request response.\n * @param {string} dataType The data type.\n * @returns {string} The data URI.\n */\n #createDataUri(response, dataType) {\n // image data as string\n const bytes = new Uint8Array(response);\n let videoDataStr = '';\n for (let i = 0; i < bytes.byteLength; ++i) {\n videoDataStr += String.fromCharCode(bytes[i]);\n }\n // create uri\n const uri = 'data:video/' + dataType +\n ';base64,' + window.btoa(videoDataStr);\n return uri;\n }\n\n /**\n * Internal Data URI load.\n *\n * @param {object} buffer The read data.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n // create a DOM video\n const video = document.createElement('video');\n if (typeof origin === 'string') {\n // url case\n const ext = origin.split('.').pop().toLowerCase();\n video.src = this.#createDataUri(buffer, ext);\n } else {\n video.src = buffer;\n }\n // onload handler\n video.onloadedmetadata = (event) => {\n try {\n getViewFromDOMVideo(event.target,\n this.onloaditem, this.onload,\n this.onprogress, this.onloadend,\n origin, index);\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n this.onloadend({\n source: origin\n });\n }\n };\n }\n\n /**\n * Abort load.\n */\n abort() {\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * True for files with type 'video.*'.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n return (typeof file.type !== 'undefined' &&\n file.type.match('video.*') !== null);\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'rawvideo',\n * - the `options.requestHeaders` contains an item\n * starting with 'Accept: video/'.\n * - the url has a 'mp4', 'ogg' or 'webm' extension.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'rawvideo') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'video/'\n return startsWith(acceptHeader.value, 'video/');\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n const ext = getFileExtension(urlObjext.pathname);\n return (ext === 'mp4') ||\n (ext === 'ogg') ||\n (ext === 'webm');\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.DataURL;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class RawVideoLoader\n","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\nimport {MemoryLoader} from './memoryLoader';\n\n/**\n * The zip library.\n *\n * Ref: {@link https://github.com/Stuk/jszip}.\n *\n * @external JSZip\n */\nimport JSZip from 'jszip';\n\n/**\n * ZIP data loader.\n */\nexport class ZipLoader {\n\n /**\n * Loading flag.\n *\n * @type {boolean}\n */\n #isLoading = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing?\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return this.#isLoading;\n }\n\n #filename = '';\n #files = [];\n #zobjs = null;\n\n /**\n * JSZip.async callback.\n *\n * @param {ArrayBuffer} content Unzipped file image.\n * @param {object} origin The origin of the file.\n * @param {number} index The data index.\n */\n #zipAsyncCallback(content, origin, index) {\n this.#files.push({filename: this.#filename, data: content});\n\n // sent un-ziped progress with the data index\n // (max 50% to take into account the memory loading)\n const unzipPercent = this.#files.length * 100 / this.#zobjs.length;\n this.onprogress({\n lengthComputable: true,\n loaded: (unzipPercent / 2),\n total: 100,\n index: index,\n item: {\n loaded: unzipPercent,\n total: 100,\n source: origin\n }\n });\n\n // recursively call until we have all the files\n if (this.#files.length < this.#zobjs.length) {\n const num = this.#files.length;\n this.#filename = this.#zobjs[num].name;\n this.#zobjs[num].async('arrayBuffer').then((content) => {\n this.#zipAsyncCallback(content, origin, index);\n });\n } else {\n const memoryIO = new MemoryLoader();\n // memoryIO.onloadstart: nothing to do\n memoryIO.onprogress = (progress) => {\n // add 50% to take into account the un-zipping\n progress.loaded = 50 + progress.loaded / 2;\n // set data index\n progress.index = index;\n this.onprogress(progress);\n };\n memoryIO.onloaditem = this.onloaditem;\n memoryIO.onload = this.onload;\n memoryIO.onloadend = (event) => {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onloadend(event);\n };\n memoryIO.onerror = this.onerror;\n memoryIO.onabort = this.onabort;\n // launch\n memoryIO.load(this.#files);\n }\n }\n\n /**\n * Load data.\n *\n * @param {object} buffer The DICOM buffer.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n // send start event\n this.onloadstart({\n source: origin\n });\n // set loading flag\n this.#isLoading = true;\n\n JSZip.loadAsync(buffer).then((zip) => {\n this.#files = [];\n this.#zobjs = zip.file(/.*\\.dcm/);\n // recursively load zip files into the files array\n const num = this.#files.length;\n this.#filename = this.#zobjs[num].name;\n this.#zobjs[num].async('arrayBuffer').then((content) => {\n this.#zipAsyncCallback(content, origin, index);\n });\n });\n }\n\n /**\n * Abort load: pass to listeners.\n */\n abort() {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * True if the file has a 'zip' extension.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n const ext = getFileExtension(file.name);\n return (ext === 'zip');\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'zip',\n * - the `options.requestHeaders` contains an item\n * starting with 'Accept: application/zip'.\n * - the url has a 'zip' extension.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'zip') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'application/zip'\n return startsWith(acceptHeader.value, 'application/zip');\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n const ext = getFileExtension(urlObjext.pathname);\n return (ext === 'zip');\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n const contentType = mem['Content-Type'];\n if (typeof contentType !== 'undefined' &&\n contentType.startsWith('application/zip')) {\n return true;\n }\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.ArrayBuffer;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class ZipLoader\n","import {MultiProgressHandler} from '../utils/progress';\nimport {loaderList} from './loaderList';\n\n// file content types\nexport const fileContentTypes = {\n Text: 0,\n ArrayBuffer: 1,\n DataURL: 2\n};\n\n/**\n * Files loader.\n */\nexport class FilesLoader {\n\n /**\n * Input data.\n *\n * @type {File[]}\n */\n #inputData = null;\n\n /**\n * Array of launched file readers.\n *\n * @type {FileReader[]}\n */\n #readers = [];\n\n /**\n * Data loader.\n *\n * @type {object}\n */\n #runningLoader = null;\n\n /**\n * Number of loaded data.\n *\n * @type {number}\n */\n #nLoad = 0;\n\n /**\n * Number of load end events.\n *\n * @type {number}\n */\n #nLoadend = 0;\n\n /**\n * The default character set (optional).\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * Get the default character set.\n *\n * @returns {string} The default character set.\n */\n getDefaultCharacterSet() {\n return this.#defaultCharacterSet;\n }\n\n /**\n * Set the default character set.\n *\n * @param {string} characterSet The character set.\n */\n setDefaultCharacterSet(characterSet) {\n this.#defaultCharacterSet = characterSet;\n }\n\n /**\n * Store the current input.\n *\n * @param {File[]} data The input data.\n */\n #storeInputData(data) {\n this.#inputData = data;\n // reset counters\n this.#nLoad = 0;\n this.#nLoadend = 0;\n // clear storage\n this.#clearStoredReaders();\n this.#clearStoredLoader();\n }\n\n /**\n * Store a launched reader.\n *\n * @param {FileReader} reader The launched reader.\n */\n #storeReader(reader) {\n this.#readers.push(reader);\n }\n\n /**\n * Clear the stored readers.\n *\n */\n #clearStoredReaders() {\n this.#readers = [];\n }\n\n /**\n * Store the launched loader.\n *\n * @param {object} loader The launched loader.\n */\n #storeLoader(loader) {\n this.#runningLoader = loader;\n }\n\n /**\n * Clear the stored loader.\n *\n */\n #clearStoredLoader() {\n this.#runningLoader = null;\n }\n\n /**\n * Increment the number of loaded data\n * and call onload if loaded all data.\n *\n * @param {object} _event The load data event.\n */\n #addLoad = (_event) => {\n this.#nLoad++;\n // call onload when all is loaded\n // (not using the input event since it is\n // an individual load)\n if (this.#nLoad === this.#inputData.length) {\n this.onload({\n source: this.#inputData\n });\n }\n };\n\n /**\n * Increment the counter of load end events\n * and run callbacks when all done, erroneus or not.\n *\n * @param {object} _event The load end event.\n */\n #addLoadend = (_event) => {\n this.#nLoadend++;\n // call onloadend when all is run\n // (not using the input event since it is\n // an individual load end)\n if (this.#nLoadend === this.#inputData.length) {\n this.onloadend({\n source: this.#inputData\n });\n }\n };\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * Augment a callback event with a srouce.\n *\n * @param {object} callback The callback to augment its event.\n * @param {object} source The source to add to the event.\n * @returns {eventFn} The augmented callback.\n */\n #augmentCallbackEvent(callback, source) {\n return (event) => {\n event.source = source;\n callback(event);\n };\n }\n\n /**\n * Get a load handler for a data element.\n *\n * @param {object} loader The associated loader.\n * @param {File} dataElement The data element.\n * @param {number} i The index of the element.\n * @returns {eventFn} A load handler.\n */\n #getLoadHandler(loader, dataElement, i) {\n return (event) => {\n loader.load(event.target.result, dataElement, i);\n };\n }\n\n\n /**\n * Load a list of files.\n *\n * @param {File[]} data The list of files to load.\n */\n load(data) {\n // check input\n if (typeof data === 'undefined' || data.length === 0) {\n return;\n }\n this.#storeInputData(data);\n\n // send start event\n this.onloadstart({\n source: data\n });\n\n // create prgress handler\n const mproghandler = new MultiProgressHandler(this.onprogress);\n mproghandler.setNToLoad(data.length);\n\n // create loaders\n const loaders = [];\n for (let m = 0; m < loaderList.length; ++m) {\n loaders.push(new loaderList[m]());\n }\n\n // find an appropriate loader\n let dataElement = data[0];\n let loader = null;\n let foundLoader = false;\n for (let l = 0; l < loaders.length; ++l) {\n loader = loaders[l];\n if (loader.canLoadFile(dataElement)) {\n foundLoader = true;\n // load options\n loader.setOptions({\n numberOfFiles: data.length,\n defaultCharacterSet: this.getDefaultCharacterSet()\n });\n // set loader callbacks\n // loader.onloadstart: nothing to do\n loader.onprogress = mproghandler.getUndefinedMonoProgressHandler(1);\n loader.onloaditem = this.onloaditem;\n loader.onload = this.#addLoad;\n loader.onloadend = this.#addLoadend;\n loader.onerror = this.onerror;\n loader.onabort = this.onabort;\n\n // store loader\n this.#storeLoader(loader);\n // exit\n break;\n }\n }\n if (!foundLoader) {\n throw new Error('No loader found for file: ' + dataElement.name);\n }\n\n // loop on I/O elements\n for (let i = 0; i < data.length; ++i) {\n dataElement = data[i];\n\n // check loader\n if (!loader.canLoadFile(dataElement)) {\n throw new Error('Input file of different type: ' + dataElement);\n }\n\n /**\n * The file reader.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/FileReader}.\n *\n * @external FileReader\n */\n const reader = new FileReader();\n // store reader\n this.#storeReader(reader);\n\n // set reader callbacks\n // reader.onloadstart: nothing to do\n reader.onprogress = this.#augmentCallbackEvent(\n mproghandler.getMonoProgressHandler(i, 0), dataElement);\n reader.onload = this.#getLoadHandler(loader, dataElement, i);\n // reader.onloadend: nothing to do\n const errorCallback =\n this.#augmentCallbackEvent(this.onerror, dataElement);\n reader.onerror = (event) => {\n this.#addLoadend();\n errorCallback(event);\n };\n const abortCallback =\n this.#augmentCallbackEvent(this.onabort, dataElement);\n reader.onabort = (event) => {\n this.#addLoadend();\n abortCallback(event);\n };\n // read\n if (loader.loadFileAs() === fileContentTypes.Text) {\n reader.readAsText(dataElement);\n } else if (loader.loadFileAs() === fileContentTypes.DataURL) {\n reader.readAsDataURL(dataElement);\n } else if (loader.loadFileAs() === fileContentTypes.ArrayBuffer) {\n reader.readAsArrayBuffer(dataElement);\n }\n }\n }\n\n /**\n * Abort a load.\n */\n abort() {\n // abort readers\n for (let i = 0; i < this.#readers.length; ++i) {\n // 0: EMPTY, 1: LOADING, 2: DONE\n if (this.#readers[i].readyState === 1) {\n this.#readers[i].abort();\n }\n }\n // abort loader\n if (this.#runningLoader && this.#runningLoader.isLoading()) {\n this.#runningLoader.abort();\n }\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class FilesLoader\n","import {FilesLoader} from '../io/filesLoader';\nimport {MemoryLoader} from '../io/memoryLoader';\nimport {UrlsLoader} from '../io/urlsLoader';\n\n/**\n * Load controller.\n */\nexport class LoadController {\n\n /**\n * The default character set.\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * List of current loaders.\n *\n * @type {object}\n */\n #currentLoaders = {};\n\n /**\n * @param {string} defaultCharacterSet The default character set.\n */\n constructor(defaultCharacterSet) {\n this.#defaultCharacterSet = defaultCharacterSet;\n }\n\n /**\n * Load a list of files. Can be image files or a state file.\n *\n * @param {File[]} files The list of files to load.\n * @param {string} dataId The data Id.\n */\n loadFiles(files, dataId) {\n // has been checked for emptiness.\n const ext = files[0].name.split('.').pop().toLowerCase();\n if (ext === 'json') {\n this.#loadStateFile(files[0], dataId);\n } else {\n this.#loadImageFiles(files, dataId);\n }\n }\n\n /**\n * Load a list of URLs. Can be image files or a state file.\n *\n * @param {string[]} urls The list of urls to load.\n * @param {string} dataId The data Id.\n * @param {object} [options] The load options:\n * - requestHeaders: an array of {name, value} to use as request headers.\n * - withCredentials: credentials flag to pass to the request.\n */\n\n loadURLs(urls, dataId, options) {\n // has been checked for emptiness.\n const ext = urls[0].split('.').pop().toLowerCase();\n if (ext === 'json') {\n this.#loadStateUrl(urls[0], dataId, options);\n } else {\n this.#loadImageUrls(urls, dataId, options);\n }\n }\n\n /**\n * Load a list of ArrayBuffers.\n *\n * @param {Array} data The list of ArrayBuffers to load\n * in the form of [{name: '', filename: '', data: data}].\n * @param {string} dataId The data Id.\n */\n loadImageObject(data, dataId) {\n // create IO\n const memoryIO = new MemoryLoader();\n // load data\n this.#loadData(data, memoryIO, 'image', dataId);\n }\n\n /**\n * Get the currently loaded data ids.\n *\n * @returns {string[]} The data ids.\n */\n getLoadingDataIds() {\n return Object.keys(this.#currentLoaders);\n }\n\n /**\n * Abort an individual current loader.\n *\n * @param {string} dataId The data to stop loading.\n */\n abort(dataId) {\n if (typeof this.#currentLoaders[dataId] !== 'undefined') {\n this.#currentLoaders[dataId].loader.abort();\n delete this.#currentLoaders[dataId];\n }\n }\n\n // private ----------------------------------------------------------------\n\n /**\n * Load a list of image files.\n *\n * @param {File[]} files The list of image files to load.\n * @param {string} dataId The data Id.\n */\n #loadImageFiles(files, dataId) {\n // create IO\n const fileIO = new FilesLoader();\n fileIO.setDefaultCharacterSet(this.#defaultCharacterSet);\n // load data\n this.#loadData(files, fileIO, 'image', dataId);\n }\n\n /**\n * Load a list of image URLs.\n *\n * @param {string[]} urls The list of urls to load.\n * @param {string} [dataId] The data Id.\n * @param {object} [options] The load options:\n * - requestHeaders: an array of {name, value} to use as request headers.\n * - withCredentials: credentials flag to pass to the request.\n */\n #loadImageUrls(urls, dataId, options) {\n // create IO\n const urlIO = new UrlsLoader();\n urlIO.setDefaultCharacterSet(this.#defaultCharacterSet);\n // load data\n this.#loadData(urls, urlIO, 'image', dataId, options);\n }\n\n /**\n * Load a State file.\n *\n * @param {File} file The state file to load.\n * @param {string} dataId The data Id.\n */\n #loadStateFile(file, dataId) {\n // create IO\n const fileIO = new FilesLoader();\n // load data\n this.#loadData([file], fileIO, 'state', dataId);\n }\n\n\n /**\n * Load a State url.\n *\n * @param {string} url The state url to load.\n * @param {string} [dataId] The data Id.\n * @param {object} [options] The load options:\n * - requestHeaders: an array of {name, value} to use as request headers.\n * - withCredentials: credentials flag to pass to the request.\n */\n #loadStateUrl(url, dataId, options) {\n // create IO\n const urlIO = new UrlsLoader();\n // load data\n this.#loadData([url], urlIO, 'state', dataId, options);\n }\n\n /**\n * Load a list of data.\n *\n * @param {string[]|File[]|Array} data Array of data to load.\n * @param {object} loader The data loader.\n * @param {string} loadType The data load type: 'image' or 'state'.\n * @param {string} dataId The data id.\n * @param {object} [options] Options passed to the final loader.\n */\n #loadData(data, loader, loadType, dataId, options) {\n const eventInfo = {\n loadtype: loadType,\n dataid: dataId\n };\n\n // set callbacks\n loader.onloadstart = (event) => {\n // store loader to allow abort\n this.#currentLoaders[dataId] = {\n loader: loader,\n isFirstItem: true\n };\n // callback\n this.#augmentCallbackEvent(this.onloadstart, eventInfo)(event);\n };\n loader.onprogress = this.#augmentCallbackEvent(this.onprogress, eventInfo);\n loader.onloaditem = (event) => {\n const eventInfoItem = {\n loadtype: loadType,\n dataid: dataId\n };\n if (typeof this.#currentLoaders[dataId] !== 'undefined') {\n eventInfoItem.isfirstitem = this.#currentLoaders[dataId].isFirstItem;\n }\n // callback\n this.#augmentCallbackEvent(this.onloaditem, eventInfoItem)(event);\n // update loader\n if (typeof this.#currentLoaders[dataId] !== 'undefined' &&\n this.#currentLoaders[dataId].isFirstItem) {\n this.#currentLoaders[dataId].isFirstItem = false;\n }\n };\n loader.onload = this.#augmentCallbackEvent(this.onload, eventInfo);\n loader.onloadend = (event) => {\n // reset current loader\n delete this.#currentLoaders[dataId];\n // callback\n this.#augmentCallbackEvent(this.onloadend, eventInfo)(event);\n };\n loader.onerror = this.#augmentCallbackEvent(this.onerror, eventInfo);\n loader.onabort = this.#augmentCallbackEvent(this.onabort, eventInfo);\n // launch load\n try {\n loader.load(data, options);\n } catch (error) {\n this.onerror({\n error: error,\n dataid: dataId\n });\n this.onloadend({\n dataid: dataId\n });\n return;\n }\n }\n\n /**\n * Augment a callback event: adds loadtype to the event\n * passed to a callback.\n *\n * @param {object} callback The callback to update.\n * @param {object} info Info object to append to the event.\n * @returns {object} A function representing the modified callback.\n */\n #augmentCallbackEvent(callback, info) {\n return function (event) {\n const keys = Object.keys(info);\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i];\n event[key] = info[key];\n }\n callback(event);\n };\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when an item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class LoadController\n","import {ListenerHandler} from '../utils/listen';\nimport {getReverseOrientation} from '../dicom/dicomParser';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get a number toprecision function with the provided precision.\n *\n * @param {number} precision The precision to achieve.\n * @returns {Function} The to precision function.\n */\nfunction getNumberToPrecision(precision) {\n return function (num) {\n return Number(num).toPrecision(precision);\n };\n}\n\n/**\n * Create a default replace format from a given length.\n * For example: '{v0}, {v1}'.\n *\n * @param {number} length The length of the format.\n * @returns {string} A replace format.\n */\nfunction createDefaultReplaceFormat(length) {\n let res = '';\n for (let i = 0; i < length; ++i) {\n if (i !== 0) {\n res += ', ';\n }\n res += '{v' + i + '}';\n }\n return res;\n}\n\n/**\n * Replace flags in a input string. Flags are keywords surrounded with curly\n * braces in the form: '{v0}, {v1}'.\n *\n * @param {string} inputStr The input string.\n * @param {string[]} values An array of strings.\n * @example\n * var values = [\"a\", \"b\"];\n * var str = \"The length is: {v0}. The size is: {v1}\";\n * var res = replaceFlags(str, values);\n * // \"The length is: a. The size is: b\"\n * @returns {string} The result string.\n */\nfunction replaceFlags(inputStr, values) {\n let res = inputStr;\n for (let i = 0; i < values.length; ++i) {\n res = res.replace('{v' + i + '}', values[i]);\n }\n return res;\n}\n\n/**\n * DICOM Header overlay info.\n */\nexport class OverlayData {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Associated data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * Overlay config.\n *\n * @type {object}\n */\n #configs;\n\n /**\n * List of event used by the config.\n *\n * @type {string[]}\n */\n #eventNames = [];\n\n /**\n * Flag to know if listening to app.\n *\n * @type {boolean}\n */\n #isListening;\n\n /**\n * Overlay data.\n *\n * @type {Array}\n */\n #data = [];\n\n /**\n * Current data uid: set on pos change.\n *\n * @type {number}\n */\n #currentDataUid;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * @param {App} app The associated application.\n * @param {string} dataId The associated data id.\n * @param {object} configs The overlay config.\n */\n constructor(app, dataId, configs) {\n this.#app = app;\n this.#dataId = dataId;\n this.#configs = configs;\n\n // parse overlays to get the list of events to listen to\n const keys = Object.keys(this.#configs);\n for (let i = 0; i < keys.length; ++i) {\n const config = this.#configs[keys[i]];\n for (let j = 0; j < config.length; ++j) {\n const eventType = config[j].event;\n if (typeof eventType !== 'undefined') {\n if (!this.#eventNames.includes(eventType)) {\n this.#eventNames.push(eventType);\n }\n }\n }\n }\n // add app listeners\n this.addAppListeners();\n }\n\n /**\n * Reset the data.\n */\n reset() {\n this.#data = [];\n this.#currentDataUid = undefined;\n }\n\n /**\n * Handle a new loaded item event.\n *\n * @param {object} data The item meta data.\n */\n addItemMeta(data) {\n // create and store overlay data\n let dataUid;\n // check if dicom data (00020010: transfer syntax)\n if (typeof data['00020010'] !== 'undefined') {\n if (typeof data['00080018'] !== 'undefined') {\n // SOP instance UID\n dataUid = data['00080018'].value[0];\n } else {\n dataUid = data.length;\n }\n this.#data[dataUid] = createOverlayData(data, this.#configs);\n } else {\n // image file case\n const keys = Object.keys(data);\n for (let d = 0; d < keys.length; ++d) {\n const obj = data[keys[d]];\n if (keys[d] === 'imageUid') {\n dataUid = obj.value;\n break;\n }\n }\n this.#data[dataUid] = createOverlayDataForDom(data, this.#configs);\n }\n // store uid\n this.#currentDataUid = dataUid;\n }\n\n /**\n * Handle a changed slice event.\n *\n * @param {object} event The slicechange event.\n */\n #onSliceChange = (event) => {\n if (event.dataid !== this.#dataId) {\n return;\n }\n if (typeof event.data !== 'undefined' &&\n typeof event.data.imageUid !== 'undefined' &&\n this.#currentDataUid !== event.data.imageUid) {\n this.#currentDataUid = event.data.imageUid;\n this.#updateData(event);\n }\n };\n\n /**\n * Update the overlay data.\n *\n * @param {object} event An event defined by the overlay map and\n * registered in toggleListeners.\n */\n #updateData = (event) => {\n if (event.dataid !== this.#dataId) {\n return;\n }\n\n const sliceOverlayData = this.#data[this.#currentDataUid];\n if (typeof sliceOverlayData === 'undefined') {\n console.warn('No slice overlay data for: ' + this.#currentDataUid);\n return;\n }\n\n for (let n = 0; n < sliceOverlayData.length; ++n) {\n let text = undefined;\n if (typeof sliceOverlayData[n].tags !== 'undefined') {\n // update tags only on slice change\n if (event.type === 'positionchange') {\n text = sliceOverlayData[n].value;\n }\n } else {\n // update text if the value is an event type\n if (typeof sliceOverlayData[n].event !== 'undefined' &&\n sliceOverlayData[n].event === event.type) {\n const format = sliceOverlayData[n].format;\n let values = event.value;\n // optional number precision\n if (typeof sliceOverlayData[n].precision !== 'undefined') {\n let mapFunc = null;\n if (sliceOverlayData[n].precision === 'round') {\n mapFunc = Math.round;\n } else {\n mapFunc = getNumberToPrecision(sliceOverlayData[n].precision);\n }\n values = values.map(mapFunc);\n }\n text = replaceFlags(format, values);\n }\n }\n if (typeof text !== 'undefined') {\n sliceOverlayData[n].value = text;\n }\n }\n\n // fire valuechange for listeners\n this.#fireEvent({type: 'valuechange', data: sliceOverlayData});\n };\n\n /**\n * Is this class listening to app events.\n *\n * @returns {boolean} True is listening to app events.\n */\n isListening() {\n return this.#isListening;\n }\n\n /**\n * Toggle info listeners.\n */\n addAppListeners() {\n // listen to update tags data\n this.#app.addEventListener('positionchange', this.#onSliceChange);\n // add event listeners\n for (let i = 0; i < this.#eventNames.length; ++i) {\n this.#app.addEventListener(this.#eventNames[i], this.#updateData);\n }\n // update flag\n this.#isListening = true;\n }\n\n /**\n * Toggle info listeners.\n */\n removeAppListeners() {\n // stop listening to update tags data\n this.#app.removeEventListener('positionchange', this.#onSliceChange);\n // remove event listeners\n for (let i = 0; i < this.#eventNames.length; ++i) {\n this.#app.removeEventListener(this.#eventNames[i], this.#updateData);\n }\n // update flag\n this.#isListening = false;\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {object} callback The method associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {object} callback The method associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent(event) {\n this.#listenerHandler.fireEvent(event);\n }\n\n} // class OverlayData\n\n/**\n * Create overlay data array for a DICOM image.\n *\n * @param {object} dicomElements DICOM elements of the image.\n * @param {object} configs The overlay data configs.\n * @returns {Array} Overlay data array.\n */\nfunction createOverlayData(dicomElements, configs) {\n const overlays = [];\n let modality;\n const modElement = dicomElements['00080060'];\n if (typeof modElement !== 'undefined') {\n modality = modElement.value[0];\n } else {\n return overlays;\n }\n const config = configs[modality] || configs['*'];\n if (!config) {\n return overlays;\n }\n\n for (let n = 0; n < config.length; ++n) {\n // deep copy\n const overlay = JSON.parse(JSON.stringify(config[n]));\n\n // add tag values\n const tags = overlay.tags;\n if (typeof tags !== 'undefined' && tags.length !== 0) {\n // get values\n const values = [];\n for (let i = 0; i < tags.length; ++i) {\n const elem = dicomElements[tags[i]];\n if (typeof elem !== 'undefined') {\n values.push(dicomElements[tags[i]].value);\n } else {\n values.push('');\n }\n }\n // format\n if (typeof overlay.format === 'undefined' || overlay.format === null) {\n overlay.format = createDefaultReplaceFormat(values.length);\n }\n overlay.value = replaceFlags(overlay.format, values).trim();\n }\n\n // store\n overlays.push(overlay);\n }\n\n // (0020,0020) Patient Orientation\n const poElement = dicomElements['00200020'];\n if (typeof poElement !== 'undefined' &&\n poElement.value.length === 2\n ) {\n const po0 = poElement.value[0];\n const po1 = poElement.value[1];\n overlays.push({\n pos: 'cr', value: po0, format: '{v0}'\n });\n overlays.push({\n pos: 'cl', value: getReverseOrientation(po0), format: '{v0}'\n });\n overlays.push({\n pos: 'bc', value: po1, format: '{v0}'\n });\n overlays.push({\n pos: 'tc', value: getReverseOrientation(po1), format: '{v0}'\n });\n }\n\n return overlays;\n}\n\n/**\n * Create overlay data array for a DOM image.\n *\n * @param {object} info Meta data.\n * @param {object} configs The overlay data configs.\n * @returns {Array} Overlay data array.\n */\nfunction createOverlayDataForDom(info, configs) {\n const overlays = [];\n const config = configs.DOM;\n if (!config) {\n return overlays;\n }\n\n const infoKeys = Object.keys(info);\n\n for (let n = 0; n < config.length; ++n) {\n // deep copy\n const overlay = JSON.parse(JSON.stringify(config[n]));\n\n // add tag values\n const tags = overlay.tags;\n if (typeof tags !== 'undefined' && tags.length !== 0) {\n // get values\n const values = [];\n for (let i = 0; i < tags.length; ++i) {\n for (let j = 0; j < infoKeys.length; ++j) {\n if (tags[i] === infoKeys[j]) {\n values.push(info[infoKeys[j]].value);\n }\n }\n }\n // format\n if (typeof overlay.format === 'undefined' || overlay.format === null) {\n overlay.format = createDefaultReplaceFormat(values.length);\n }\n overlay.value = replaceFlags(overlay.format, values).trim();\n }\n\n // store\n overlays.push(overlay);\n }\n\n return overlays;\n}\n","import {viewEventNames} from '../image/view';\nimport {ViewFactory} from '../image/viewFactory';\nimport {\n getMatrixFromName,\n getOrientationStringLPS,\n Orientation\n} from '../math/orientation';\nimport {Point3D} from '../math/point';\nimport {Stage} from '../gui/stage';\nimport {Style} from '../gui/style';\nimport {\n getViewOrientation,\n getLayerDetailsFromLayerDivId\n} from '../gui/layerGroup';\nimport {ListenerHandler} from '../utils/listen';\nimport {State} from '../io/state';\nimport {logger} from '../utils/logger';\nimport {getUriQuery, decodeQuery} from '../utils/uri';\nimport {UndoStack} from '../utils/undoStack';\nimport {ToolboxController} from './toolboxController';\nimport {LoadController} from './loadController';\nimport {DataController} from './dataController';\nimport {OverlayData} from '../gui/overlayData';\nimport {\n toolList,\n defaultToolList,\n toolOptions,\n defaultToolOptions\n} from '../tools';\nimport {binderList} from '../gui/stage';\nimport {WindowLevel} from '../image/windowLevel';\nimport {PlaneHelper} from '../image/planeHelper';\nimport {AnnotationGroup} from '../image/annotationGroup';\nimport {konvaToAnnotation} from '../gui/drawLayer';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {LayerGroup} from '../gui/layerGroup';\nimport {ViewLayer} from '../gui/viewLayer';\nimport {DrawLayer} from '../gui/drawLayer';\nimport {Image} from '../image/image';\nimport {Matrix33} from '../math/matrix';\nimport {DataElement} from '../dicom/dataElement';\nimport {Scalar3D} from '../math/scalar';\nimport {DicomData} from './dataController';\n/* eslint-enable no-unused-vars */\n\n/**\n * View configuration: mainly defines the ´divId´\n * of the associated HTML div.\n */\nexport class ViewConfig {\n /**\n * Associated HTML div id.\n *\n * @type {string}\n */\n divId;\n /**\n * Optional orientation of the data; 'axial', 'coronal' or 'sagittal'.\n * If undefined, will use the data aquisition plane.\n *\n * @type {string|undefined}\n */\n orientation;\n /**\n * Optional view colour map name.\n *\n * @type {string|undefined}\n */\n colourMap;\n /**\n * Optional layer opacity; in [0, 1] range.\n *\n * @type {number|undefined}\n */\n opacity;\n /**\n * Optional layer window level preset name.\n * If present, the preset name will be used and\n * the window centre and width ignored.\n *\n * @type {string|undefined}\n */\n wlPresetName;\n /**\n * Optional layer window center.\n *\n * @type {number|undefined}\n */\n windowCenter;\n /**\n * Optional layer window width.\n *\n * @type {number|undefined}\n */\n windowWidth;\n\n /**\n * @param {string} divId The associated HTML div id.\n */\n constructor(divId) {\n this.divId = divId;\n }\n}\n\n/**\n * Tool configuration.\n */\nexport class ToolConfig {\n /**\n * Optional tool options.\n * For Draw: list of shape names.\n * For Filter: list of filter names.\n *\n * @type {string[]|undefined}\n */\n options;\n\n /**\n * @param {string[]} [options] Optional tool options.\n */\n constructor(options) {\n this.options = options;\n }\n}\n\n/**\n * Application options.\n */\nexport class AppOptions {\n /**\n * DataId indexed object containing the data view configurations.\n *\n * @type {Object|undefined}\n */\n dataViewConfigs;\n /**\n * Tool name indexed object containing individual tool configurations.\n *\n * @type {Object|undefined}\n */\n tools;\n /**\n * Optional array of layerGroup binder names.\n *\n * @type {string[]|undefined}\n */\n binders;\n /**\n * Optional boolean flag to trigger the first data render\n * after the first loaded data or not. Defaults to true.\n *\n * @type {boolean|undefined}\n */\n viewOnFirstLoadItem;\n /**\n * Optional default chraracterset string used for DICOM parsing if\n * not passed in DICOM file.\n *\n * Valid values: {@link https://developer.mozilla.org/en-US/docs/Web/API/Encoding_API/Encodings}.\n *\n * @type {string|undefined}\n */\n defaultCharacterSet;\n /**\n * Optional overlay config.\n *\n * @type {object|undefined}\n */\n overlayConfig;\n /**\n * DOM root document.\n *\n * @type {DocumentFragment}\n */\n rootDocument;\n\n /**\n * @param {Object} [dataViewConfigs] Optional dataId\n * indexed object containing the data view configurations.\n */\n constructor(dataViewConfigs) {\n this.dataViewConfigs = dataViewConfigs;\n }\n}\n\n/**\n * List of ViewConfigs indexed by dataIds.\n *\n * @typedef {Object} DataViewConfigs\n */\n\n/**\n * Main application class.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * app.init(options);\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\nexport class App {\n\n /**\n * App options.\n *\n * @type {AppOptions}\n */\n #options = null;\n\n /**\n * Data controller.\n *\n * @type {DataController}\n */\n #dataController = null;\n\n /**\n * Toolbox controller.\n *\n * @type {ToolboxController}\n */\n #toolboxController = null;\n\n /**\n * Load controller.\n *\n * @type {LoadController}\n */\n #loadController = null;\n\n /**\n * Stage.\n *\n * @type {Stage}\n */\n #stage = null;\n\n /**\n * Undo stack.\n *\n * @type {UndoStack}\n */\n #undoStack = null;\n\n /**\n * Style.\n *\n * @type {Style}\n */\n #style = new Style();\n\n // overlay datas\n #overlayDatas = {};\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Get a DicomData.\n *\n * @param {string} dataId The data id.\n * @returns {DicomData|undefined} The data.\n */\n getData(dataId) {\n return this.#dataController.get(dataId);\n }\n\n /**\n * Set the image at the given id.\n *\n * @param {string} dataId The data id.\n * @param {Image} img The associated image.\n */\n setImage(dataId, img) {\n this.#dataController.setImage(dataId, img);\n }\n\n /**\n * Add a new DicomData.\n *\n * @param {DicomData} data The new data.\n * @returns {string} The data id.\n */\n addData(data) {\n // get a new dataId\n const dataId = this.#dataController.getNextDataId();\n // add image to data controller\n this.#dataController.add(\n dataId,\n data\n );\n // optional render\n // if (this.#options.viewOnFirstLoadItem) {\n // this.render(dataId);\n // }\n // return\n return dataId;\n }\n\n /**\n * Get the meta data.\n *\n * @param {string} dataId The data id.\n * @returns {Object|undefined} The list of meta data.\n */\n getMetaData(dataId) {\n let res;\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n res = this.#dataController.get(dataId).meta;\n }\n return res;\n }\n\n /**\n * Get the list of ids in the data storage.\n *\n * @returns {string[]} The list of data ids.\n */\n getDataIds() {\n return this.#dataController.getDataIds();\n }\n\n /**\n * Get the list of dataIds that contain the input UIDs.\n *\n * @param {string[]} uids A list of UIDs.\n * @returns {string[]} The list of dataIds that contain the UIDs.\n */\n getDataIdsFromSopUids(uids) {\n return this.#dataController.getDataIdsFromSopUids(uids);\n }\n\n /**\n * Can the data (of the active view of the active layer) be scrolled?\n *\n * @returns {boolean} True if the data has a third dimension greater than one.\n * @deprecated Please use the ViewController equivalent directly instead.\n */\n canScroll() {\n const viewLayer = this.#stage.getActiveLayerGroup().getActiveViewLayer();\n const controller = viewLayer.getViewController();\n return controller.canScroll();\n }\n\n /**\n * Can window and level be applied to the data\n * (of the active view of the active layer)?\n *\n * @returns {boolean} True if the data is monochrome.\n * @deprecated Please use the ViewController equivalent directly instead.\n */\n canWindowLevel() {\n const viewLayer = this.#stage.getActiveLayerGroup().getActiveViewLayer();\n const controller = viewLayer.getViewController();\n return controller.canWindowLevel();\n }\n\n /**\n * Get the active layer group scale on top of the base scale.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getAddedScale() {\n return this.#stage.getActiveLayerGroup().getAddedScale();\n }\n\n /**\n * Get the base scale of the active layer group.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getBaseScale() {\n return this.#stage.getActiveLayerGroup().getBaseScale();\n }\n\n /**\n * Get the layer offset of the active layer group.\n *\n * @returns {Scalar3D} The offset as {x,y,z}.\n */\n getOffset() {\n return this.#stage.getActiveLayerGroup().getOffset();\n }\n\n /**\n * Get the toolbox controller.\n *\n * @returns {ToolboxController} The controller.\n */\n getToolboxController() {\n return this.#toolboxController;\n }\n\n /**\n * Get the active layer group.\n * The layer is available after the first loaded item.\n *\n * @returns {LayerGroup|undefined} The layer group.\n */\n getActiveLayerGroup() {\n return this.#stage.getActiveLayerGroup();\n }\n\n /**\n * Set the active layer group.\n *\n * @param {number} index The layer group index.\n */\n setActiveLayerGroup(index) {\n this.#stage.setActiveLayerGroup(index);\n }\n\n /**\n * Get the view layers associated to a data id.\n * The layer are available after the first loaded item.\n *\n * @param {string} dataId The data id.\n * @returns {ViewLayer[]} The layers.\n */\n getViewLayersByDataId(dataId) {\n return this.#stage.getViewLayersByDataId(dataId);\n }\n\n /**\n * Get a list of view layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a ViewLayer as input and returns a boolean. If undefined,\n * returns all view layers.\n * @returns {ViewLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getViewLayers(callbackFn) {\n return this.#stage.getViewLayers(callbackFn);\n }\n\n /**\n * Get the draw layers associated to a data id.\n * The layer are available after the first loaded item.\n *\n * @param {string} dataId The data id.\n * @returns {DrawLayer[]} The layers.\n */\n getDrawLayersByDataId(dataId) {\n return this.#stage.getDrawLayersByDataId(dataId);\n }\n\n /**\n * Get a list of draw layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a DrawLayer as input and returns a boolean. If undefined,\n * returns all draw layers.\n * @returns {DrawLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getDrawLayers(callbackFn) {\n return this.#stage.getDrawLayers(callbackFn);\n }\n\n /**\n * Get a layer group by div id.\n * The layer is available after the first loaded item.\n *\n * @param {string} divId The div id.\n * @returns {LayerGroup} The layer group.\n */\n getLayerGroupByDivId(divId) {\n return this.#stage.getLayerGroupByDivId(divId);\n }\n\n /**\n * Get the number of layer groups.\n *\n * @returns {number} The number of groups.\n */\n getNumberOfLayerGroups() {\n return this.#stage.getNumberOfLayerGroups();\n }\n\n /**\n * Get the app style.\n *\n * @returns {object} The app style.\n */\n getStyle() {\n return this.#style;\n }\n\n /**\n * Add a command to the undo stack.\n *\n * @param {object} cmd The command to add.\n * @fires UndoStack#undoadd\n * @function\n */\n addToUndoStack = (cmd) => {\n if (this.#undoStack !== null) {\n this.#undoStack.add(cmd);\n }\n };\n\n /**\n * Remove a command from the undo stack.\n *\n * @param {string} name The name of the command to remove.\n * @returns {boolean} True if the command was found and removed.\n * @fires UndoStack#undoremove\n * @function\n */\n removeFromUndoStack = (name) => {\n let res = false;\n if (this.#undoStack !== null) {\n res = this.#undoStack.remove(name);\n }\n return res;\n };\n\n /**\n * Initialise the application.\n *\n * @param {AppOptions} opt The application options.\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.viewOnFirstLoadItem = false;\n * app.init(options);\n * // render button\n * const button = document.createElement('button');\n * button.id = 'render';\n * button.disabled = true;\n * button.appendChild(document.createTextNode('render'));\n * document.body.appendChild(button);\n * app.addEventListener('load', function () {\n * const button = document.getElementById('render');\n * button.disabled = false;\n * button.onclick = function () {\n * // render data #0\n * app.render(0);\n * };\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\n init(opt) {\n // store\n this.#options = opt;\n // defaults\n if (typeof this.#options.viewOnFirstLoadItem === 'undefined') {\n this.#options.viewOnFirstLoadItem = true;\n }\n if (typeof this.#options.dataViewConfigs === 'undefined') {\n this.#options.dataViewConfigs = {};\n }\n if (typeof this.#options.rootDocument === 'undefined') {\n this.#options.rootDocument = document;\n }\n\n // undo stack\n this.#undoStack = new UndoStack();\n this.#undoStack.addEventListener('undoadd', this.#fireEvent);\n this.#undoStack.addEventListener('undo', this.#fireEvent);\n this.#undoStack.addEventListener('redo', this.#fireEvent);\n\n // tools\n if (typeof this.#options.tools !== 'undefined') {\n // setup the tool list\n const appToolList = {};\n const keys = Object.keys(this.#options.tools);\n for (let t = 0; t < keys.length; ++t) {\n const toolName = keys[t];\n // find the tool in the default tool list\n let toolClass = defaultToolList[toolName];\n // or use external one\n if (typeof toolClass === 'undefined') {\n toolClass = toolList[toolName];\n }\n if (typeof toolClass !== 'undefined') {\n // create tool instance\n appToolList[toolName] = new toolClass(this);\n // register listeners\n if (typeof appToolList[toolName].addEventListener !== 'undefined') {\n const names = appToolList[toolName].getEventNames();\n for (let j = 0; j < names.length; ++j) {\n appToolList[toolName].addEventListener(names[j], this.#fireEvent);\n }\n }\n // tool options\n const toolParams = this.#options.tools[toolName];\n if (typeof toolParams.options !== 'undefined' &&\n toolParams.options.length !== 0) {\n let type = 'raw';\n if (typeof appToolList[toolName].getOptionsType !== 'undefined') {\n type = appToolList[toolName].getOptionsType();\n }\n let appToolOptions;\n if (type === 'instance' || type === 'factory') {\n appToolOptions = {};\n for (let i = 0; i < toolParams.options.length; ++i) {\n const optionName = toolParams.options[i];\n let optionClassName = optionName;\n if (type === 'factory') {\n optionClassName += 'Factory';\n }\n const toolNamespace = toolName.charAt(0).toLowerCase() +\n toolName.slice(1);\n // find the option in the default tool list\n let optionClass =\n defaultToolOptions[toolNamespace][optionClassName];\n // or use external one\n if (typeof optionClass === 'undefined') {\n optionClass = toolOptions[toolNamespace][optionClassName];\n }\n if (typeof optionClass !== 'undefined') {\n appToolOptions[optionName] = optionClass;\n } else {\n logger.warn('Could not find option class for: ' +\n optionName);\n }\n }\n } else {\n appToolOptions = toolParams.options;\n }\n appToolList[toolName].setOptions(appToolOptions);\n }\n } else {\n logger.warn('Could not initialise unknown tool: ' + toolName);\n }\n }\n // add tools to the controller\n this.#toolboxController = new ToolboxController(appToolList);\n }\n\n // create load controller\n this.#loadController =\n new LoadController(this.#options.defaultCharacterSet);\n this.#loadController.onloadstart = this.#onloadstart;\n this.#loadController.onprogress = this.#onloadprogress;\n this.#loadController.onloaditem = this.#onloaditem;\n this.#loadController.onload = this.#onload;\n this.#loadController.onloadend = this.#onloadend;\n this.#loadController.onerror = this.#onloaderror;\n this.#loadController.onabort = this.#onloadabort;\n\n // create data controller\n this.#dataController = new DataController();\n // propagate data events\n this.#dataController.addEventListener('dataadd', this.#fireEvent);\n this.#dataController.addEventListener('dataremove', this.#fireEvent);\n this.#dataController.addEventListener('dataimageset', this.#fireEvent);\n this.#dataController.addEventListener('dataupdate', this.#fireEvent);\n // propage individual data events\n this.#dataController.addEventListener(\n 'imagecontentchange', this.#fireEvent);\n this.#dataController.addEventListener(\n 'imagegeometrychange', this.#fireEvent);\n this.#dataController.addEventListener('annotationadd', this.#fireEvent);\n this.#dataController.addEventListener('annotationupdate', this.#fireEvent);\n this.#dataController.addEventListener('annotationremove', this.#fireEvent);\n this.#dataController.addEventListener(\n 'annotationgroupeditablechange', this.#fireEvent);\n // create stage\n this.#stage = new Stage();\n if (typeof this.#options.binders !== 'undefined') {\n this.#stage.setBinders(this.#options.binders);\n }\n }\n\n /**\n * Reset the application.\n */\n reset() {\n // clear objects\n this.#stage.empty();\n this.#overlayDatas = {};\n // reset undo/redo\n if (this.#undoStack) {\n this.#undoStack = new UndoStack();\n this.#undoStack.addEventListener('undoadd', this.#fireEvent);\n this.#undoStack.addEventListener('undo', this.#fireEvent);\n this.#undoStack.addEventListener('redo', this.#fireEvent);\n }\n }\n\n /**\n * Reset the layout of the application.\n */\n resetLayout() {\n this.#stage.reset();\n this.#stage.draw();\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n // load API [begin] -------------------------------------------------------\n\n /**\n * Load a list of files. Can be image files or a state file.\n *\n * @param {File[]} files The list of files to load.\n * @fires App#loadstart\n * @fires App#loadprogress\n * @fires App#loaditem\n * @fires App#loadend\n * @fires App#error\n * @fires App#abort\n * @function\n */\n loadFiles = (files) => {\n // Get new data id\n const dataId = this.#dataController.getNextDataId();\n if (files.length === 0) {\n logger.warn('Ignoring empty input file list.');\n return;\n }\n this.#loadController.loadFiles(files, dataId);\n };\n\n /**\n * Load a list of URLs. Can be image files or a state file.\n *\n * @param {string[]} urls The list of urls to load.\n * @param {object} [options] The options object, can contain:\n * - requestHeaders: an array of {name, value} to use as request headers,\n * - withCredentials: boolean xhr.withCredentials flag to pass to the request,\n * - batchSize: the size of the request url batch.\n * @fires App#loadstart\n * @fires App#loadprogress\n * @fires App#loaditem\n * @fires App#loadend\n * @fires App#error\n * @fires App#abort\n * @function\n */\n loadURLs = (urls, options) => {\n // Get new data id\n const dataId = this.#dataController.getNextDataId();\n if (urls.length === 0) {\n logger.warn('Ignoring empty input url list.');\n return;\n }\n this.#loadController.loadURLs(urls, dataId, options);\n };\n\n /**\n * Load from an input uri.\n *\n * @param {string} uri The input uri, for example: 'window.location.href'.\n * @param {object} [options] Optional url request options.\n * @function\n */\n loadFromUri = (uri, options) => {\n const query = getUriQuery(uri);\n\n // load end callback: loads the state.\n const onLoadEnd = (/*event*/) => {\n this.removeEventListener('loadend', onLoadEnd);\n this.loadURLs([query.state]);\n };\n\n // check query\n if (query && typeof query.input !== 'undefined') {\n // optional display state\n if (typeof query.state !== 'undefined') {\n // queue after main data load\n this.addEventListener('loadend', onLoadEnd);\n }\n // load base image\n decodeQuery(query, this.loadURLs, options);\n }\n // no else to allow for empty uris\n };\n\n /**\n * Load a list of ArrayBuffers.\n *\n * @param {Array} data The list of ArrayBuffers to load\n * in the form of [{name: \"\", filename: \"\", data: data}].\n * @fires App#loadstart\n * @fires App#loadprogress\n * @fires App#loaditem\n * @fires App#loadend\n * @fires App#error\n * @fires App#abort\n * @function\n */\n loadImageObject = (data) => {\n // Get new data id\n const dataId = this.#dataController.getNextDataId();\n this.#loadController.loadImageObject(data, dataId);\n };\n\n /**\n * Abort all the current loads.\n */\n abortAllLoads() {\n const ids = this.#loadController.getLoadingDataIds();\n for (const id of ids) {\n this.abortLoad(id);\n }\n }\n\n /**\n * Abort an individual data load.\n *\n * @param {string} dataId The data to stop loading.\n */\n abortLoad(dataId) {\n // abort load\n this.#loadController.abort(dataId);\n // remove data\n this.#dataController.remove(dataId);\n // clean up stage\n this.#stage.removeLayersByDataId(dataId);\n }\n\n // load API [end] ---------------------------------------------------------\n\n /**\n * Fit the display to the data of each layer group.\n * To be called once the image is loaded.\n */\n fitToContainer() {\n this.#stage.fitToContainer();\n }\n\n /**\n * Init the Window/Level display\n * (of the active layer of the active layer group).\n *\n * @deprecated Please set the opacity of the desired view layer directly.\n */\n initWLDisplay() {\n const viewLayer = this.#stage.getActiveLayerGroup().getActiveViewLayer();\n const controller = viewLayer.getViewController();\n controller.initialise();\n }\n\n /**\n * Set the imageSmoothing flag value. Default is false.\n *\n * @param {boolean} flag True to enable smoothing.\n */\n setImageSmoothing(flag) {\n this.#stage.setImageSmoothing(flag);\n this.#stage.draw();\n }\n\n /**\n * Get the layer group configuration from a data id.\n *\n * @param {string} dataId The data id.\n * @param {boolean} [excludeStarConfig] Exclude the star config\n * (default to false).\n * @returns {ViewConfig[]} The list of associated configs.\n */\n getViewConfigs(dataId, excludeStarConfig) {\n // check options\n if (this.#options.dataViewConfigs === null ||\n typeof this.#options.dataViewConfigs === 'undefined') {\n throw new Error('No available data view configuration');\n }\n let configs = [];\n if (typeof this.#options.dataViewConfigs[dataId] !== 'undefined') {\n configs = this.#options.dataViewConfigs[dataId];\n } else if (!excludeStarConfig &&\n typeof this.#options.dataViewConfigs['*'] !== 'undefined') {\n configs = this.#options.dataViewConfigs['*'];\n }\n return configs;\n }\n\n /**\n * Get the layer group configuration for a data id and group\n * div id.\n *\n * @param {string} dataId The data id.\n * @param {string} groupDivId The layer group div id.\n * @param {boolean} [excludeStarConfig] Exclude the star config\n * (default to false).\n * @returns {ViewConfig|undefined} The associated config.\n */\n getViewConfig(dataId, groupDivId, excludeStarConfig) {\n const configs = this.getViewConfigs(dataId, excludeStarConfig);\n return configs.find(function (item) {\n return item.divId === groupDivId;\n });\n }\n\n /**\n * Get the data view config.\n * Carefull, returns a reference, do not modify without resetting.\n *\n * @returns {Object} The configuration list.\n */\n getDataViewConfigs() {\n return this.#options.dataViewConfigs;\n }\n\n /**\n * Set the data view configuration.\n * Resets the stage and recreates all the views.\n *\n * @param {Object} configs The configuration list.\n */\n setDataViewConfigs(configs) {\n // clean up\n this.#stage.empty();\n // set new\n this.#options.dataViewConfigs = configs;\n // create layer groups\n this.#createLayerGroups(configs);\n }\n\n /**\n * Add a data view config.\n *\n * @param {string} dataId The data id.\n * @param {ViewConfig} config The view configuration.\n */\n addDataViewConfig(dataId, config) {\n // add to list\n const configs = this.#options.dataViewConfigs;\n if (typeof configs[dataId] === 'undefined') {\n configs[dataId] = [];\n }\n const equalDivId = function (item) {\n return item.divId === config.divId;\n };\n const itemIndex = configs[dataId].findIndex(equalDivId);\n if (itemIndex === -1) {\n this.#options.dataViewConfigs[dataId].push(config);\n } else {\n throw new Error('Duplicate view config for data ' + dataId +\n ' and div ' + config.divId);\n }\n\n // add layer group if not done\n if (typeof this.#stage.getLayerGroupByDivId(config.divId) === 'undefined') {\n this.#createLayerGroup(config);\n }\n\n // render (will create layers)\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n this.render(dataId, [config]);\n }\n }\n\n /**\n * Remove a data view config.\n *\n * @param {string} dataId The data id.\n * @param {string} divId The div id.\n */\n removeDataViewConfig(dataId, divId) {\n // remove from list\n const configs = this.#options.dataViewConfigs;\n if (typeof configs[dataId] === 'undefined') {\n // no config for dataId\n return;\n }\n const equalDivId = function (item) {\n return item.divId === divId;\n };\n const itemIndex = configs[dataId].findIndex(equalDivId);\n if (itemIndex === -1) {\n // no config for divId\n return;\n }\n configs[dataId].splice(itemIndex, 1);\n if (configs[dataId].length === 0) {\n delete configs[dataId];\n }\n\n // data is loaded, remove view\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n const lg = this.#stage.getLayerGroupByDivId(divId);\n if (typeof lg !== 'undefined') {\n const vls = lg.getViewLayersByDataId(dataId);\n if (vls.length === 1) {\n lg.removeLayer(vls[0]);\n }\n const dls = lg.getDrawLayersByDataId(dataId);\n if (dls.length === 1) {\n lg.removeLayer(dls[0]);\n }\n if (vls.length === 0 && dls.length === 0) {\n throw new Error('Expected one layer, got none');\n }\n if (lg.getNumberOfLayers() === 0) {\n this.#stage.removeLayerGroup(lg);\n }\n }\n }\n }\n\n /**\n * Update an existing data view config.\n * Removes and re-creates the layer if found.\n *\n * @param {string} dataId The data id.\n * @param {string} divId The div id.\n * @param {ViewConfig} config The view configuration.\n */\n updateDataViewConfig(dataId, divId, config) {\n const configs = this.#options.dataViewConfigs;\n // check data id\n if (typeof configs[dataId] === 'undefined') {\n throw new Error('No config for dataId: ' + dataId);\n }\n // check div id\n const equalDivId = function (item) {\n return item.divId === divId;\n };\n const itemIndex = configs[dataId].findIndex(equalDivId);\n if (itemIndex === -1) {\n throw new Error('No config for dataId: ' +\n dataId + ' and divId: ' + divId);\n }\n // update config\n const configToUpdate = configs[dataId][itemIndex];\n for (const prop in config) {\n configToUpdate[prop] = config[prop];\n }\n\n // remove previous layers\n const lg = this.#stage.getLayerGroupByDivId(configToUpdate.divId);\n if (typeof lg !== 'undefined') {\n const vls = lg.getViewLayersByDataId(dataId);\n if (vls.length === 1) {\n lg.removeLayer(vls[0]);\n }\n const dls = lg.getDrawLayersByDataId(dataId);\n if (dls.length === 1) {\n lg.removeLayer(dls[0]);\n }\n if (vls.length === 0 && dls.length === 0) {\n throw new Error('Expected one layer, got none');\n }\n }\n\n // render (will create layer)\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n this.render(dataId, [configToUpdate]);\n }\n }\n\n /**\n * Create layer groups according to a data view config:\n * adds them to stage and binds them.\n *\n * @param {DataViewConfigs} dataViewConfigs The data view config.\n */\n #createLayerGroups(dataViewConfigs) {\n const dataKeys = Object.keys(dataViewConfigs);\n const divIds = [];\n for (let i = 0; i < dataKeys.length; ++i) {\n const viewConfigs = dataViewConfigs[dataKeys[i]];\n for (let j = 0; j < viewConfigs.length; ++j) {\n const viewConfig = viewConfigs[j];\n // view configs can contain the same divIds, avoid duplicating\n if (!divIds.includes(viewConfig.divId)) {\n this.#createLayerGroup(viewConfig);\n divIds.push(viewConfig.divId);\n }\n }\n }\n }\n\n /**\n * Create a layer group according to a view config:\n * adds it to stage and binds it.\n *\n * @param {ViewConfig} viewConfig The view config.\n */\n #createLayerGroup(viewConfig) {\n // create new layer group\n const element = this.#options.rootDocument.getElementById(viewConfig.divId);\n const layerGroup = this.#stage.addLayerGroup(element);\n // bind events\n this.#bindLayerGroupToApp(layerGroup);\n }\n\n /**\n * Set the layer groups binders.\n *\n * @param {string[]} list The list of binder names.\n */\n setLayerGroupsBinders(list) {\n // create instances\n const instances = [];\n for (let i = 0; i < list.length; ++i) {\n if (typeof binderList[list[i]] !== 'undefined') {\n instances.push(new binderList[list[i]]);\n }\n }\n // pass to stage\n this.#stage.setBinders(instances);\n }\n\n /**\n * Render the current data.\n *\n * @param {string} dataId The data id to render.\n * @param {ViewConfig[]} [viewConfigs] The list of configs to render.\n */\n render(dataId, viewConfigs) {\n if (typeof dataId === 'undefined' || dataId === null) {\n throw new Error('Cannot render without data id');\n }\n // guess data type\n const isImage =\n typeof this.getData(dataId).image !== 'undefined';\n const isMeasurement =\n typeof this.getData(dataId).annotationGroup !== 'undefined';\n\n // create layer groups if not done yet\n // (create all to allow for ratio sync)\n if (this.#stage.getNumberOfLayerGroups() === 0) {\n this.#createLayerGroups(this.#options.dataViewConfigs);\n }\n\n // use options list if non provided\n if (typeof viewConfigs === 'undefined') {\n viewConfigs = this.getViewConfigs(dataId);\n }\n\n // nothing to do if no view config\n if (viewConfigs.length === 0) {\n logger.info('Not rendering data: ' + dataId +\n ' (no data view config)');\n return;\n }\n\n // loop on configs\n for (let i = 0; i < viewConfigs.length; ++i) {\n const config = viewConfigs[i];\n const layerGroup =\n this.#stage.getLayerGroupByDivId(config.divId);\n // layer group must exist\n if (!layerGroup) {\n throw new Error('No layer group for ' + config.divId);\n }\n // create layer if needed\n // warn: needs a loaded DOM\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n if (isImage &&\n layerGroup.getViewLayersByDataId(dataId).length === 0\n ) {\n this.#addViewLayer(dataId, config);\n } else if (isMeasurement &&\n layerGroup.getDrawLayersByDataId(dataId).length === 0\n ) {\n this.addDrawLayer(dataId, config);\n }\n }\n // draw\n layerGroup.draw();\n }\n }\n\n /**\n * Zoom the layers of the active layer group.\n *\n * @param {number} step The step to add to the current zoom.\n * @param {number} cx The zoom center X coordinate.\n * @param {number} cy The zoom center Y coordinate.\n */\n zoom(step, cx, cy) {\n const layerGroup = this.#stage.getActiveLayerGroup();\n const viewController = layerGroup.getActiveViewLayer().getViewController();\n const k = viewController.getCurrentScrollPosition();\n const center = new Point3D(cx, cy, k);\n layerGroup.addScale(step, center);\n layerGroup.draw();\n }\n\n /**\n * Apply a translation to the layers of the active layer group.\n *\n * @param {number} tx The translation along X.\n * @param {number} ty The translation along Y.\n */\n translate(tx, ty) {\n const layerGroup = this.#stage.getActiveLayerGroup();\n layerGroup.addTranslation({x: tx, y: ty, z: 0});\n layerGroup.draw();\n }\n\n /**\n * Set the active view layer (of the active layer group) opacity.\n *\n * @param {number} alpha The opacity ([0:1] range).\n * @deprecated Please set the opacity of the desired view layer directly.\n */\n setOpacity(alpha) {\n const viewLayer = this.#stage.getActiveLayerGroup().getActiveViewLayer();\n viewLayer.setOpacity(alpha);\n viewLayer.draw();\n }\n\n /**\n * Set the drawings of the active layer group.\n *\n * @deprecated Please switch to DICOM SR annotations.\n * @param {Array} drawings An array of drawings.\n * @param {Array} drawingsDetails An array of drawings details.\n * @param {string} dataId The converted data id.\n */\n setDrawings(drawings, drawingsDetails, dataId) {\n const layerGroup = this.#stage.getActiveLayerGroup();\n const viewLayer = layerGroup.getActiveViewLayer();\n const refDataId = viewLayer.getDataId();\n const viewController = viewLayer.getViewController();\n\n // convert konva to annotation\n const annotations = konvaToAnnotation(drawings, drawingsDetails);\n // create data\n const data = this.createAnnotationData(refDataId);\n // add annotations to data\n for (const annotation of annotations) {\n annotation.setViewController(viewController);\n data.annotationGroup.add(annotation);\n }\n // add to data controller\n this.#dataController.add(dataId, data);\n // render\n this.render(dataId);\n }\n\n /**\n * Apply a JSON state to this app.\n *\n * @deprecated\n * @param {string} jsonState The state of the app as a JSON string.\n * @param {string} dataId The state data id.\n */\n applyJsonState(jsonState, dataId) {\n const state = new State(dataId);\n state.apply(this, state.fromJSON(jsonState));\n }\n\n // Handler Methods -----------------------------------------------------------\n\n /**\n * Handle resize: fit the display to the window.\n * To be called once the image is loaded.\n * Can be connected to a window 'resize' event.\n *\n * @function\n */\n onResize = () => {\n this.fitToContainer();\n };\n\n /**\n * Key down callback. Meant to be used in tools.\n *\n * @param {KeyboardEvent} event The key down event.\n * @fires App#keydown\n * @function\n */\n onKeydown = (event) => {\n /**\n * Key down event.\n *\n * @event App#keydown\n * @type {KeyboardEvent}\n * @property {string} type The event type: keydown.\n * @property {string} context The tool where the event originated.\n */\n this.#fireEvent(event);\n };\n\n /**\n * Key down event handler example.\n * - CRTL-Z: undo,\n * - CRTL-Y: redo,\n * - CRTL-ARROW_LEFT: next element on fourth dim,\n * - CRTL-ARROW_UP: next element on third dim,\n * - CRTL-ARROW_RIGHT: previous element on fourth dim,\n * - CRTL-ARROW_DOWN: previous element on third dim.\n *\n * Applies to the active view of the active layer group.\n *\n * @param {KeyboardEvent} event The key down event.\n * @fires UndoStack#undo\n * @fires UndoStack#redo\n * @function\n */\n defaultOnKeydown = (event) => {\n if (event.ctrlKey) {\n if (event.shiftKey) {\n const layerGroup = this.#stage.getActiveLayerGroup();\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n if (event.key === 'ArrowLeft') { // crtl-shift-arrow-left\n if (viewController.moreThanOne(3)) {\n viewController.decrementIndex(3);\n }\n } else if (event.key === 'ArrowUp') { // crtl-shift-arrow-up\n if (layerGroup.canScroll()) {\n viewController.incrementScrollIndex();\n }\n } else if (event.key === 'ArrowRight') { // crtl-shift-arrow-right\n if (layerGroup.moreThanOne(3)) {\n viewController.incrementIndex(3);\n }\n } else if (event.key === 'ArrowDown') { // crtl-shift-arrow-down\n if (layerGroup.canScroll()) {\n viewController.decrementScrollIndex();\n }\n }\n } else if (event.key === 'y') { // crtl-y\n this.#undoStack.redo();\n } else if (event.key === 'z') { // crtl-z\n this.#undoStack.undo();\n } else if (event.key === ' ') { // crtl-space\n for (let i = 0; i < this.#stage.getNumberOfLayerGroups(); ++i) {\n this.#stage.getLayerGroup(i).setShowCrosshair(\n !this.#stage.getLayerGroup(i).getShowCrosshair()\n );\n }\n }\n }\n };\n\n // Internal members shortcuts-----------------------------------------------\n\n /**\n * Reset the display.\n */\n resetDisplay() {\n this.resetLayout();\n this.initWLDisplay();\n }\n\n /**\n * Reset the app zoom.\n */\n resetZoom() {\n this.resetLayout();\n }\n\n /**\n * Set the colour map of the active view of the active layer group.\n *\n * @param {string} name The colour map name.\n * @deprecated Please use the ViewController equivalent directly instead.\n */\n setColourMap(name) {\n const viewController =\n this.#stage.getActiveLayerGroup()\n .getActiveViewLayer().getViewController();\n viewController.setColourMap(name);\n }\n\n /**\n * Set the window/level preset of the active view of the active layer group.\n *\n * @param {string} preset The window/level preset.\n * @deprecated Please use the ViewController equivalent directly instead.\n */\n setWindowLevelPreset(preset) {\n const viewController =\n this.#stage.getActiveLayerGroup()\n .getActiveViewLayer().getViewController();\n viewController.setWindowLevelPreset(preset);\n }\n\n /**\n * Set the tool.\n *\n * @param {string} tool The tool.\n */\n setTool(tool) {\n // bind tool to active layer\n for (let i = 0; i < this.#stage.getNumberOfLayerGroups(); ++i) {\n const layerGroup = this.#stage.getLayerGroup(i);\n // draw or view layer\n const isDrawTool = tool === 'Draw' ||\n tool === 'Livewire' ||\n tool === 'Floodfill';\n let layer;\n if (isDrawTool &&\n typeof layerGroup.getActiveDrawLayer() !== 'undefined') {\n layer = layerGroup.getActiveDrawLayer();\n } else {\n layer = layerGroup.getActiveViewLayer();\n }\n if (typeof layer !== 'undefined') {\n this.#toolboxController.bindLayerGroup(layerGroup, layer);\n }\n }\n\n // set toolbox tool\n this.#toolboxController.setSelectedTool(tool);\n }\n\n /**\n * Set the tool live features.\n *\n * @param {object} list The list of features.\n */\n setToolFeatures(list) {\n this.#toolboxController.setToolFeatures(list);\n }\n\n /**\n * Undo the last action.\n *\n * @fires UndoStack#undo\n */\n undo() {\n this.#undoStack.undo();\n }\n\n /**\n * Redo the last action.\n *\n * @fires UndoStack#redo\n */\n redo() {\n this.#undoStack.redo();\n }\n\n /**\n * Get the undo stack size.\n *\n * @returns {number} The size of the stack.\n */\n getStackSize() {\n return this.#undoStack.getStackSize();\n }\n\n /**\n * Get the current undo stack index.\n *\n * @returns {number} The stack index.\n */\n getCurrentStackIndex() {\n return this.#undoStack.getCurrentStackIndex();\n }\n\n /**\n * Get the overlay data for a data id.\n *\n * @param {string} dataId The data id.\n * @returns {OverlayData|undefined} The overlay data.\n */\n getOverlayData(dataId) {\n let data;\n if (typeof this.#overlayDatas !== 'undefined') {\n data = this.#overlayDatas[dataId];\n }\n return data;\n }\n\n /**\n * Toggle overlay listeners.\n *\n * @param {string} dataId The data id.\n */\n toggleOverlayListeners(dataId) {\n const data = this.getOverlayData(dataId);\n if (typeof data !== 'undefined') {\n if (data.isListening()) {\n data.removeAppListeners();\n } else {\n data.addAppListeners();\n }\n }\n }\n\n /**\n * Create new annotation data based on the data of\n * the active view layer.\n *\n * @param {string} refDataId The reference data id.\n * @returns {DicomData} The new data.\n */\n createAnnotationData(refDataId) {\n const refData = this.getData(refDataId);\n const refMeta = refData.image.getMeta();\n\n const data = new DicomData({});\n data.annotationGroup = new AnnotationGroup();\n data.annotationGroup.setMetaValue('Modality', 'SR');\n data.annotationGroup.setMetaValue(\n 'PatientID', refMeta.PatientID);\n data.annotationGroup.setMetaValue(\n 'StudyInstanceUID', refMeta.StudyInstanceUID);\n data.annotationGroup.setMetaValue(\n 'ReferencedSeriesSequence', {\n value: [{\n SeriesInstanceUID: refMeta.SeriesInstanceUID\n }]\n });\n return data;\n }\n\n /**\n * Add new data and render it with a simple new data view config.\n *\n * @param {DicomData} data The data to add.\n * @param {string} divId The div where to draw.\n * @param {string} refDataId The reference data id.\n */\n addAndRenderAnnotationData(data, divId, refDataId) {\n // add new data\n const dataId = this.addData(data);\n // add data view config based on reference data\n const refDataViewConfigs = this.getViewConfigs(refDataId);\n const refDataViewConfig = refDataViewConfigs.find(\n element => element.divId === divId);\n if (typeof refDataViewConfig === 'undefined') {\n throw new Error('No reference data view config for draw');\n }\n const drawDataViewConfig = new ViewConfig(divId);\n drawDataViewConfig.orientation = refDataViewConfig.orientation;\n this.addDataViewConfig(dataId, drawDataViewConfig);\n // render (will create draw layer)\n this.render(dataId);\n }\n\n // Private Methods -----------------------------------------------------------\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n /**\n * Data load start callback.\n *\n * @param {object} event The load start event.\n */\n #onloadstart = (event) => {\n // create overlay data\n if (typeof this.#options.overlayConfig !== 'undefined') {\n this.#overlayDatas[event.dataid] = new OverlayData(\n this, event.dataid, this.#options.overlayConfig);\n }\n /**\n * Load start event.\n *\n * @event App#loadstart\n * @type {object}\n * @property {string} type The event type: loadstart.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n */\n event.type = 'loadstart';\n this.#fireEvent(event);\n };\n\n /**\n * Data load progress callback.\n *\n * @param {object} event The progress event.\n */\n #onloadprogress = (event) => {\n /**\n * Load progress event.\n *\n * @event App#loadprogress\n * @type {object}\n * @property {string} type The event type: loadprogress.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n * @property {number} loaded The loaded percentage.\n * @property {number} total The total percentage.\n */\n event.type = 'loadprogress';\n this.#fireEvent(event);\n };\n\n /**\n * Data load callback.\n *\n * @param {object} event The load event.\n */\n #onloaditem = (event) => {\n // check event\n if (typeof event.data === 'undefined') {\n logger.error('Missing loaditem event data.');\n }\n if (typeof event.loadtype === 'undefined') {\n logger.error('Missing loaditem event load type.');\n }\n\n const isFirstLoadItem = event.isfirstitem;\n\n let eventMetaData = null;\n if (event.loadtype === 'image') {\n if (isFirstLoadItem) {\n this.#dataController.add(event.dataid, event.data);\n } else {\n this.#dataController.update(event.dataid, event.data);\n }\n eventMetaData = event.data.meta;\n } else if (event.loadtype === 'state') {\n this.applyJsonState(event.data, event.dataid);\n eventMetaData = 'state';\n }\n\n /**\n * Load item event: fired when a load item is successfull.\n *\n * @event App#loaditem\n * @type {object}\n * @property {string} type The event type: loaditem.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n * @property {object} data The loaded meta data.\n */\n this.#fireEvent({\n type: 'loaditem',\n data: eventMetaData,\n source: event.source,\n loadtype: event.loadtype,\n dataid: event.dataid,\n isfirstitem: event.isfirstitem,\n warn: event.warn\n });\n\n // update overlay data if present\n if (typeof this.#overlayDatas !== 'undefined' &&\n typeof this.#overlayDatas[event.dataid] !== 'undefined') {\n this.#overlayDatas[event.dataid].addItemMeta(eventMetaData);\n }\n\n // render if first and flag allows\n if (event.loadtype === 'image' &&\n this.getViewConfigs(event.dataid).length !== 0 &&\n isFirstLoadItem && this.#options.viewOnFirstLoadItem) {\n this.render(event.dataid);\n }\n };\n\n /**\n * Data load callback.\n *\n * @param {object} event The load event.\n */\n #onload = (event) => {\n /**\n * Load event: fired when a load finishes successfully.\n *\n * @event App#load\n * @type {object}\n * @property {string} type The event type: load.\n * @property {string} loadType The load type: image or state.\n */\n event.type = 'load';\n this.#fireEvent(event);\n };\n\n /**\n * Data load end callback.\n *\n * @param {object} event The load end event.\n */\n #onloadend = (event) => {\n /**\n * Main load end event: fired when the load finishes,\n * successfully or not.\n *\n * @event App#loadend\n * @type {object}\n * @property {string} type The event type: loadend.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n */\n event.type = 'loadend';\n this.#fireEvent(event);\n };\n\n /**\n * Data load error callback.\n *\n * @param {object} event The error event.\n */\n #onloaderror = (event) => {\n /**\n * Load error event.\n *\n * @event App#error\n * @type {object}\n * @property {string} type The event type: error.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n * @property {object} error The error.\n * @property {object} target The event target.\n */\n if (typeof event.type === 'undefined') {\n event.type = 'error';\n }\n this.#fireEvent(event);\n };\n\n /**\n * Data load abort callback.\n *\n * @param {object} event The abort event.\n */\n #onloadabort = (event) => {\n /**\n * Load abort event.\n *\n * @event App#abort\n * @type {object}\n * @property {string} type The event type: abort.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n */\n if (typeof event.type === 'undefined') {\n event.type = 'abort';\n }\n this.#fireEvent(event);\n };\n\n /**\n * Bind layer group events to app.\n *\n * @param {LayerGroup} group The layer group.\n */\n #bindLayerGroupToApp(group) {\n // propagate layer group events\n group.addEventListener('zoomchange', this.#fireEvent);\n group.addEventListener('offsetchange', this.#fireEvent);\n // propagate viewLayer events\n group.addEventListener('renderstart', this.#fireEvent);\n group.addEventListener('renderend', this.#fireEvent);\n // propagate view events\n for (let j = 0; j < viewEventNames.length; ++j) {\n group.addEventListener(viewEventNames[j], this.#fireEvent);\n }\n // propagate drawLayer events\n if (this.#toolboxController && this.#toolboxController.hasTool('Draw')) {\n group.addEventListener('drawcreate', this.#fireEvent);\n group.addEventListener('drawdelete', this.#fireEvent);\n }\n // updata data view config\n group.addEventListener('wlchange', (event) => {\n const layerDetails = getLayerDetailsFromLayerDivId(event.srclayerid);\n const groupId = layerDetails.groupDivId;\n const config = this.getViewConfig(event.dataid, groupId, true);\n if (typeof config !== 'undefined') {\n // reset previous values\n config.windowCenter = undefined;\n config.windowWidth = undefined;\n config.wlPresetName = undefined;\n // window width, center and name\n if (event.value.length === 3) {\n config.windowCenter = event.value[0];\n config.windowWidth = event.value[1];\n config.wlPresetName = event.value[2];\n }\n }\n });\n group.addEventListener('opacitychange', (event) => {\n const layerDetails = getLayerDetailsFromLayerDivId(event.srclayerid);\n const groupId = layerDetails.groupDivId;\n const config = this.getViewConfig(event.dataid, groupId, true);\n if (typeof config !== 'undefined') {\n config.opacity = event.value[0];\n }\n });\n group.addEventListener('colourmapchange', (event) => {\n const layerDetails = getLayerDetailsFromLayerDivId(event.srclayerid);\n const groupId = layerDetails.groupDivId;\n const config = this.getViewConfig(event.dataid, groupId, true);\n if (typeof config !== 'undefined') {\n config.colourMap = event.value[0];\n }\n });\n }\n\n /**\n * Add a view layer.\n *\n * @param {string} dataId The data id.\n * @param {ViewConfig} viewConfig The data view config.\n */\n #addViewLayer(dataId, viewConfig) {\n const data = this.#dataController.get(dataId);\n if (!data) {\n throw new Error('Cannot initialise layer with missing data, id: ' +\n dataId);\n }\n const layerGroup = this.#stage.getLayerGroupByDivId(viewConfig.divId);\n if (!layerGroup) {\n throw new Error('Cannot initialise layer with missing group, id: ' +\n viewConfig.divId);\n }\n const imageGeometry = data.image.getGeometry();\n\n // un-bind\n this.#stage.unbindLayerGroups();\n\n // create and setup view\n const viewFactory = new ViewFactory();\n const view = viewFactory.create(data.meta, data.image);\n const viewOrientation = getViewOrientation(\n imageGeometry.getOrientation(),\n getMatrixFromName(viewConfig.orientation)\n );\n view.setOrientation(viewOrientation);\n\n // make pixel of value 0 transparent for segmentation\n // (assuming RGB data)\n if (data.image.getMeta().Modality === 'SEG') {\n view.setAlphaFunction(function (value /*, index*/) {\n if (value[0] === 0 &&\n value[1] === 0 &&\n value[2] === 0) {\n return 0;\n } else {\n return 0xff;\n }\n });\n }\n\n // do we have more than one layer\n // (the layer has not been added to the layer group yet)\n const isBaseLayer = layerGroup.getNumberOfViewLayers() === 0;\n\n // opacity\n let opacity = 1;\n if (typeof viewConfig.opacity !== 'undefined') {\n opacity = viewConfig.opacity;\n } else {\n if (!isBaseLayer) {\n opacity = 0.5;\n }\n }\n\n // view layer\n const viewLayer = layerGroup.addViewLayer();\n viewLayer.setView(view, dataId);\n const size2D = imageGeometry.getSize(viewOrientation).get2D();\n const spacing2D = imageGeometry.getSpacing(viewOrientation).get2D();\n viewLayer.initialise(size2D, spacing2D, opacity);\n\n // view controller\n const viewController = viewLayer.getViewController();\n // window/level\n if (typeof viewConfig.wlPresetName !== 'undefined') {\n viewController.setWindowLevelPreset(viewConfig.wlPresetName);\n } else if (typeof viewConfig.windowCenter !== 'undefined' &&\n typeof viewConfig.windowWidth !== 'undefined') {\n const wl = new WindowLevel(\n viewConfig.windowCenter, viewConfig.windowWidth);\n viewController.setWindowLevel(wl);\n }\n // colour map\n if (typeof viewConfig.colourMap !== 'undefined') {\n viewController.setColourMap(viewConfig.colourMap);\n } else {\n if (!isBaseLayer) {\n if (data.image.getMeta().Modality === 'PT') {\n viewController.setColourMap('hot');\n } else {\n viewController.setColourMap('rainbow');\n }\n }\n }\n\n // listen to image set\n this.#dataController.addEventListener(\n 'dataimageset', viewLayer.onimageset);\n\n // sync layers position\n const value = [\n viewController.getCurrentIndex().getValues(),\n viewController.getCurrentPosition().getValues()\n ];\n layerGroup.updateLayersToPositionChange({\n value: value,\n srclayerid: viewLayer.getId()\n });\n\n // sync layer groups\n this.#stage.fitToContainer();\n\n // layer offset (done before scale)\n viewLayer.setOffset(layerGroup.getOffset());\n\n // get and apply flip flags\n const flipFlags = this.#getViewFlipFlags(\n imageGeometry.getOrientation(),\n viewConfig.orientation);\n this.#applyFlipFlags(flipFlags, viewLayer);\n\n // layer scale (done after possible flip)\n if (!isBaseLayer) {\n // use zoom offset of base layer\n const baseViewLayer = layerGroup.getBaseViewLayer();\n viewLayer.initScale(\n layerGroup.getScale(),\n baseViewLayer.getAbsoluteZoomOffset()\n );\n } else {\n viewLayer.setScale(layerGroup.getScale());\n }\n\n // bind\n this.#stage.bindLayerGroups();\n if (this.#toolboxController) {\n this.#toolboxController.bindLayerGroup(layerGroup, viewLayer);\n }\n\n /**\n * Add view layer event.\n *\n * @event Application#viewlayeradd\n * @type {object}\n * @property {string} type The event type.\n */\n this.#fireEvent({\n type: 'viewlayeradd',\n layerid: viewLayer.getId(),\n layergroupid: layerGroup.getDivId(),\n dataid: dataId\n });\n\n // initialise the toolbox for base\n if (isBaseLayer) {\n if (this.#toolboxController) {\n this.#toolboxController.init();\n }\n }\n }\n\n /**\n * Add a draw layer.\n *\n * @param {string} dataId The data id.\n * @param {ViewConfig} viewConfig The data view config.\n */\n addDrawLayer(dataId, viewConfig) {\n const layerGroup = this.#stage.getLayerGroupByDivId(viewConfig.divId);\n if (!layerGroup) {\n throw new Error('Cannot initialise layer with missing group, id: ' +\n viewConfig.divId);\n }\n\n // reference is the data of the view layer with the\n // same StudyInstanceUID\n const data = this.#dataController.get(dataId);\n if (!data) {\n throw new Error('Cannot initialise layer with missing data, id: ' +\n dataId);\n }\n const refSeriesSeq =\n data.annotationGroup.getMetaValue('ReferencedSeriesSequence');\n const refSeriesInstanceUID = refSeriesSeq.value[0].SeriesInstanceUID;\n const viewLayers = layerGroup.searchViewLayers({\n SeriesInstanceUID: refSeriesInstanceUID\n });\n if (viewLayers.length === 0) {\n console.warn(\n 'No loaded data that matches the measurement reference series UID');\n return;\n }\n const refViewLayer = viewLayers[0];\n const refDataId = refViewLayer.getDataId();\n\n // set annotation view controller (allows quantification)\n const refViewController = refViewLayer.getViewController();\n data.annotationGroup.setViewController(refViewController);\n\n // reference data to use as base for layer properties\n const refData = this.#dataController.get(refDataId);\n if (!refData) {\n throw new Error(\n 'Cannot initialise layer without reference data, id: ' +\n refDataId);\n }\n const imageGeometry = refData.image.getGeometry();\n\n const viewOrientation = getViewOrientation(\n imageGeometry.getOrientation(),\n getMatrixFromName(viewConfig.orientation)\n );\n const size2D = imageGeometry.getSize(viewOrientation).get2D();\n const spacing2D = imageGeometry.getSpacing(viewOrientation).get2D();\n\n const drawLayer = layerGroup.addDrawLayer();\n drawLayer.initialise(size2D, spacing2D, refViewLayer.getId());\n\n const planeHelper = new PlaneHelper(\n imageGeometry,\n viewOrientation\n );\n drawLayer.setPlaneHelper(planeHelper);\n\n // sync layers position\n const value = [\n refViewController.getCurrentIndex().getValues(),\n refViewController.getCurrentPosition().getValues()\n ];\n layerGroup.updateLayersToPositionChange({\n value: value,\n srclayerid: drawLayer.getId()\n });\n\n // sync layer groups\n this.#stage.fitToContainer();\n\n // layer offset (done before scale)\n drawLayer.setOffset(layerGroup.getOffset());\n\n // get and apply flip flags\n const flipFlags = this.#getViewFlipFlags(\n imageGeometry.getOrientation(),\n viewConfig.orientation);\n this.#applyFlipFlags(flipFlags, drawLayer);\n\n // layer scale (done after possible flip)\n // use zoom offset of ref layer\n drawLayer.initScale(\n layerGroup.getScale(),\n refViewLayer.getAbsoluteZoomOffset()\n );\n\n // add possible existing data\n drawLayer.setAnnotationGroup(\n data.annotationGroup,\n dataId,\n this.addToUndoStack);\n\n drawLayer.setCurrentPosition(\n refViewController.getCurrentPosition(),\n refViewController.getCurrentIndex()\n );\n\n /**\n * Add draw layer event.\n *\n * @event Application#drawlayeradd\n * @type {object}\n * @property {string} type The event type.\n */\n this.#fireEvent({\n type: 'drawlayeradd',\n layerid: drawLayer.getId(),\n layergroupid: layerGroup.getDivId(),\n dataid: dataId\n });\n }\n\n /**\n * Get the view flip flags: offset (x, y) and scale (x, y, z) flags.\n *\n * @param {Matrix33} imageOrientation The image orientation.\n * @param {string} viewConfigOrientation The view config orientation.\n * @returns {object} Offset and scale flip flags.\n */\n #getViewFlipFlags(imageOrientation, viewConfigOrientation) {\n // 'simple' orientation code (does not take into account angles)\n const orientationCode =\n getOrientationStringLPS(imageOrientation.asOneAndZeros());\n if (typeof orientationCode === 'undefined') {\n throw new Error('Unsupported undefined orientation code');\n }\n\n // view orientation flags\n const isViewUndefined = typeof viewConfigOrientation === 'undefined';\n const isViewAxial = !isViewUndefined &&\n viewConfigOrientation === Orientation.Axial;\n const isViewCoronal = !isViewUndefined &&\n viewConfigOrientation === Orientation.Coronal;\n const isViewSagittal = !isViewUndefined &&\n viewConfigOrientation === Orientation.Sagittal;\n\n // default flags\n const flipOffset = {\n x: false,\n y: false\n };\n const flipScale = {\n x: false,\n y: false,\n z: false\n };\n\n if (orientationCode === 'LPS') {\n // axial\n if (isViewCoronal || isViewSagittal) {\n flipScale.z = true;\n flipOffset.y = true;\n }\n } else if (orientationCode === 'LAI') {\n // axial\n if (isViewUndefined || isViewAxial) {\n flipOffset.y = true;\n } else if (isViewCoronal) {\n flipScale.z = true;\n } else if (isViewSagittal) {\n flipScale.z = true;\n flipOffset.x = true;\n }\n } else if (orientationCode === 'RPI') {\n // axial\n if (isViewUndefined || isViewAxial) {\n flipOffset.x = true;\n } else if (isViewCoronal) {\n flipScale.z = true;\n flipOffset.x = true;\n } else if (isViewSagittal) {\n flipScale.z = true;\n }\n } else if (orientationCode === 'RAS') {\n // axial\n flipOffset.x = true;\n flipOffset.y = true;\n if (isViewCoronal || isViewSagittal) {\n flipScale.z = true;\n }\n } else if (orientationCode === 'LSA') {\n // coronal\n flipOffset.y = true;\n if (isViewUndefined || isViewCoronal) {\n flipScale.z = true;\n } else if (isViewAxial) {\n flipScale.y = true;\n } else if (isViewSagittal) {\n flipOffset.x = true;\n flipScale.y = true;\n flipScale.z = true;\n }\n // } else if (orientationCode === 'LIP') { // nothing to do\n } else if (orientationCode === 'RSP') {\n // coronal\n if (isViewUndefined || isViewCoronal) {\n flipOffset.x = true;\n flipOffset.y = true;\n flipScale.x = true;\n flipScale.z = true;\n } else if (isViewAxial) {\n flipOffset.x = true;\n flipScale.x = true;\n } else if (isViewSagittal) {\n flipOffset.y = true;\n flipScale.z = true;\n }\n } else if (orientationCode === 'RIA') {\n // coronal\n flipOffset.x = true;\n if (isViewUndefined || isViewCoronal) {\n flipScale.x = true;\n } else if (isViewAxial) {\n flipOffset.y = true;\n flipScale.x = true;\n flipScale.y = true;\n } else if (isViewSagittal) {\n flipScale.y = true;\n }\n } else if (orientationCode === 'PSL') {\n // sagittal\n flipScale.z = true;\n if (isViewUndefined || isViewSagittal) {\n flipOffset.y = true;\n } else if (isViewCoronal) {\n flipOffset.y = true;\n }\n } else if (orientationCode === 'PIR') {\n // sagittal\n flipScale.z = true;\n if (isViewAxial || isViewCoronal) {\n flipOffset.x = true;\n }\n } else if (orientationCode === 'ASR') {\n // sagittal\n flipOffset.x = true;\n flipOffset.y = true;\n if (isViewUndefined || isViewSagittal) {\n flipScale.z = true;\n } else if (isViewCoronal) {\n flipScale.z = true;\n }\n } else if (orientationCode === 'AIL') {\n // sagittal\n if (isViewUndefined || isViewSagittal) {\n flipOffset.x = true;\n flipScale.z = true;\n } else if (isViewAxial) {\n flipOffset.y = true;\n } else if (isViewCoronal) {\n flipScale.z = true;\n }\n } else {\n logger.warn('Unsupported orientation code: ' +\n orientationCode + ', display could be incorrect');\n }\n\n return {\n scale: flipScale,\n offset: flipOffset\n };\n }\n\n #applyFlipFlags(flipFlags, layer) {\n if (flipFlags.offset.x) {\n layer.addFlipOffsetX();\n }\n if (flipFlags.offset.y) {\n layer.addFlipOffsetY();\n }\n if (flipFlags.scale.x) {\n layer.flipScaleX();\n }\n if (flipFlags.scale.y) {\n layer.flipScaleY();\n }\n if (flipFlags.scale.z) {\n layer.flipScaleZ();\n }\n }\n\n} // class App\n","import {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {MaskSegment} from '../dicom/dicomSegment';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mask segment helper: helps handling the segments list,\n * but does *NOT* update the associated mask (use special commands\n * for that such as DeleteSegmentCommand, ChangeSegmentColourCommand...).\n */\nexport class MaskSegmentHelper {\n\n /**\n * The associated mask.\n *\n * @type {Image}\n */\n #mask;\n\n /**\n * The segments: array of segment description.\n *\n * @type {MaskSegment[]}\n */\n #segments;\n\n /**\n * @param {Image} mask The associated mask image.\n */\n constructor(mask) {\n this.#mask = mask;\n // check segments in meta\n const meta = mask.getMeta();\n if (typeof meta.custom === 'undefined') {\n meta.custom = {};\n }\n if (typeof meta.custom.segments === 'undefined') {\n meta.custom.segments = [];\n }\n this.#segments = meta.custom.segments;\n }\n\n /**\n * Find the index of a segment in the segments list.\n *\n * @param {number} segmentNumber The number to find.\n * @returns {number} The index in the segments list, -1 if not found.\n */\n #findSegmentIndex(segmentNumber) {\n return this.#segments.findIndex(function (item) {\n return item.number === segmentNumber;\n });\n }\n\n /**\n * Check if a segment is part of the segments list.\n *\n * @param {number} segmentNumber The segment number.\n * @returns {boolean} True if the segment is included.\n */\n hasSegment(segmentNumber) {\n return this.#findSegmentIndex(segmentNumber) !== -1;\n }\n\n /**\n * Get the number of segments of the segmentation.\n *\n * @returns {number} The number of segments.\n */\n getNumberOfSegments() {\n return this.#segments.length;\n }\n\n /**\n * Check if a segment is present in a mask image.\n *\n * @param {number[]} numbers Array of segment numbers.\n * @returns {boolean[]} Array of boolean set to true\n * if the segment is present in the mask.\n */\n maskHasSegments(numbers) {\n // create values using displayValue\n const values = [];\n const unknowns = [];\n for (let i = 0; i < numbers.length; ++i) {\n const segment = this.getSegment(numbers[i]);\n if (typeof segment !== 'undefined') {\n if (typeof segment.displayValue !== 'undefined') {\n values.push(segment.displayValue);\n } else {\n values.push(segment.displayRGBValue);\n }\n } else {\n logger.warn('Unknown segment in maskHasSegments: ' + numbers[i]);\n unknowns.push(i);\n }\n }\n const res = this.#mask.hasValues(values);\n // insert unknowns as false in result\n for (let j = 0; j < unknowns.length; ++j) {\n res.splice(unknowns[j], 0, false);\n }\n return res;\n }\n\n /**\n * Get a segment from the inner segment list.\n *\n * @param {number} segmentNumber The segment number.\n * @returns {MaskSegment|undefined} The segment or undefined if not found.\n */\n getSegment(segmentNumber) {\n let segment;\n const index = this.#findSegmentIndex(segmentNumber);\n if (index !== -1) {\n segment = this.#segments[index];\n }\n return segment;\n }\n\n /**\n * Add a segment to the segments list.\n *\n * @param {MaskSegment} segment The segment to add.\n */\n addSegment(segment) {\n const index = this.#findSegmentIndex(segment.number);\n if (index === -1) {\n this.#segments.push(segment);\n } else {\n logger.warn(\n 'Not adding segment, it is allready in the segments list: ' +\n segment.number);\n }\n }\n\n /**\n * Remove a segment from the segments list.\n *\n * @param {number} segmentNumber The segment number.\n */\n removeSegment(segmentNumber) {\n const index = this.#findSegmentIndex(segmentNumber);\n if (index !== -1) {\n this.#segments.splice(index, 1);\n } else {\n logger.warn(\n 'Cannot remove segment, it is not in the segments list: ' +\n segmentNumber);\n }\n }\n\n /**\n * Update a segment of the segments list.\n *\n * @param {MaskSegment} segment The segment to update.\n */\n updateSegment(segment) {\n const index = this.#findSegmentIndex(segment.number);\n if (index !== -1) {\n this.#segments[index] = segment;\n } else {\n logger.warn(\n 'Cannot update segment, it is not in the segments list: ' +\n segment.number);\n }\n }\n\n} // class MaskSegmentHelper\n","import {MaskSegmentHelper} from './maskSegmentHelper';\nimport {BLACK} from '../utils/colour';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {MaskSegment} from '../dicom/dicomSegment';\n/* eslint-enable no-unused-vars */\n\n/**\n * Delete segment command.\n */\nexport class DeleteSegmentCommand {\n\n /**\n * The associated mask.\n *\n * @type {Image}\n */\n #mask;\n\n /**\n * The segment to remove.\n *\n * @type {MaskSegment}\n */\n #segment;\n\n /**\n * Flag to send creation events.\n *\n * @type {boolean}\n */\n #isSilent;\n\n /**\n * List of offsets.\n *\n * @type {number[]}\n */\n #offsets;\n\n /**\n * @param {Image} mask The mask image.\n * @param {MaskSegment} segment The segment to remove.\n * @param {boolean} [silent] Whether to send a creation event or not.\n */\n constructor(mask, segment, silent) {\n this.#mask = mask;\n this.#segment = segment;\n this.#isSilent = (typeof silent === 'undefined') ? false : silent;\n // list of offsets with the colour to delete\n if (typeof segment.displayRGBValue !== 'undefined') {\n this.#offsets = mask.getOffsets(segment.displayRGBValue);\n } else {\n this.#offsets = mask.getOffsets(segment.displayValue);\n }\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'Delete-segment';\n }\n\n /**\n * Check if a command is valid and can be executed.\n *\n * @returns {boolean} True if the command is valid.\n */\n isValid() {\n const segments = this.#mask.getMeta().custom.segments;\n return segments.some(segmentItem =>\n segmentItem.number === this.#segment.number\n );\n }\n\n /**\n * Execute the command.\n *\n * @fires DeleteSegmentCommand#masksegmentdelete\n */\n execute() {\n if (this.#offsets.length !== 0) {\n // remove from image\n if (typeof this.#segment.displayRGBValue !== 'undefined') {\n this.#mask.setAtOffsets(this.#offsets, BLACK);\n } else {\n this.#mask.setAtOffsets(this.#offsets, 0);\n }\n }\n\n // remove from segments\n const segHelper = new MaskSegmentHelper(this.#mask);\n segHelper.removeSegment(this.#segment.number);\n\n // callback\n if (!this.#isSilent) {\n /**\n * Segment delete event.\n *\n * @event DeleteSegmentCommand#masksegmentdelete\n * @type {object}\n * @property {number} segmentnumber The segment number.\n */\n this.onExecute({\n type: 'masksegmentdelete',\n segmentnumber: this.#segment.number\n });\n }\n }\n\n /**\n * Undo the command.\n *\n * @fires DeleteSegmentCommand#masksegmentredraw\n */\n undo() {\n if (this.#offsets.length !== 0) {\n // re-draw in image\n if (typeof this.#segment.displayRGBValue !== 'undefined') {\n this.#mask.setAtOffsets(this.#offsets, this.#segment.displayRGBValue);\n } else {\n this.#mask.setAtOffsets(this.#offsets, this.#segment.displayValue);\n }\n }\n // add back to segments\n const segHelper = new MaskSegmentHelper(this.#mask);\n segHelper.addSegment(this.#segment);\n\n // callback\n /**\n * Segment redraw event.\n *\n * @event DeleteSegmentCommand#masksegmentredraw\n * @type {object}\n * @property {number} segmentnumber The segment number.\n */\n this.onUndo({\n type: 'masksegmentredraw',\n segmentnumber: this.#segment.number\n });\n }\n\n /**\n * Handle an execute event.\n *\n * @param {object} _event The execute event with type and id.\n */\n onExecute(_event) {\n // default does nothing.\n }\n\n /**\n * Handle an undo event.\n *\n * @param {object} _event The undo event with type and id.\n */\n onUndo(_event) {\n // default does nothing.\n }\n\n} // DeleteSegmentCommand class\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {MaskSegment} from '../dicom/dicomSegment';\nimport {RGB} from '../utils/colour';\n/* eslint-enable no-unused-vars */\n\n/**\n * Change segment colour command.\n */\nexport class ChangeSegmentColourCommand {\n\n /**\n * The associated mask.\n *\n * @type {Image}\n */\n #mask;\n\n /**\n * The segment to modify.\n *\n * @type {MaskSegment}\n */\n #segment;\n\n /**\n * The new segment colour.\n *\n * @type {RGB|number}\n */\n #newColour;\n\n /**\n * The previous segment colour.\n *\n * @type {RGB|number}\n */\n #previousColour;\n\n /**\n * Flag to send creation events.\n *\n * @type {boolean}\n */\n #isSilent;\n\n /**\n * List of offsets.\n *\n * @type {number[]}\n */\n #offsets;\n\n /**\n * @param {Image} mask The mask image.\n * @param {MaskSegment} segment The segment to modify.\n * @param {RGB|number} newColour The new segment colour.\n * @param {boolean} [silent] Whether to send a creation event or not.\n */\n constructor(mask, segment, newColour, silent) {\n this.#mask = mask;\n this.#segment = segment;\n this.#newColour = newColour;\n\n this.#isSilent = (typeof silent === 'undefined') ? false : silent;\n // list of offsets with the colour to delete\n if (typeof segment.displayRGBValue !== 'undefined') {\n this.#previousColour = segment.displayRGBValue;\n } else {\n this.#previousColour = segment.displayValue;\n }\n this.#offsets = mask.getOffsets(this.#previousColour);\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'Change-segment-colour';\n }\n\n /**\n * Check if a command is valid and can be executed.\n *\n * @returns {boolean} True if the command is valid.\n */\n isValid() {\n return this.#offsets.length !== 0;\n }\n\n /**\n * Execute the command.\n *\n * @fires ChangeSegmentColourCommand#changemasksegmentcolour\n */\n execute() {\n // remove\n this.#mask.setAtOffsets(this.#offsets, this.#newColour);\n // update segment property\n if (typeof this.#newColour === 'number') {\n this.#segment.displayValue = this.#newColour;\n } else {\n this.#segment.displayRGBValue = this.#newColour;\n }\n\n // callback\n if (!this.#isSilent) {\n /**\n * Segment delete event.\n *\n * @event ChangeSegmentColourCommand#changemasksegmentcolour\n * @type {object}\n * @property {number} segmentnumber The segment number.\n */\n this.onExecute({\n type: 'changemasksegmentcolour',\n segmentnumber: this.#segment.number,\n value: [this.#newColour]\n });\n }\n }\n\n /**\n * Undo the command.\n *\n * @fires ChangeSegmentColourCommand#changemasksegmentcolour\n */\n undo() {\n // re-draw\n this.#mask.setAtOffsets(this.#offsets, this.#previousColour);\n // update segment property\n if (typeof this.#previousColour === 'number') {\n this.#segment.displayValue = this.#previousColour;\n } else {\n this.#segment.displayRGBValue = this.#previousColour;\n }\n\n // callback\n /**\n * Segment redraw event.\n *\n * @event ChangeSegmentColourCommand#changemasksegmentcolour\n * @type {object}\n * @property {number} segmentnumber The segment number.\n */\n this.onUndo({\n type: 'changemasksegmentcolour',\n segmentnumber: this.#segment.number,\n value: [this.#previousColour]\n });\n }\n\n /**\n * Handle an execute event.\n *\n * @param {object} _event The execute event with type and id.\n */\n onExecute(_event) {\n // default does nothing.\n }\n\n /**\n * Handle an undo event.\n *\n * @param {object} _event The undo event with type and id.\n */\n onUndo(_event) {\n // default does nothing.\n }\n\n} // ChangeSegmentColourCommand class\n","import {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {MaskSegment} from '../dicom/dicomSegment';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mask segment view helper: handles hidden segments.\n */\nexport class MaskSegmentViewHelper {\n\n /**\n * List of hidden segments.\n *\n * @type {MaskSegment[]}\n */\n #hiddenSegments = [];\n\n #isMonochrome;\n\n /**\n * Get the index of a segment in the hidden list.\n *\n * @param {number} segmentNumber The segment number.\n * @returns {number} The index in the array, -1 if not found.\n */\n #findHiddenIndex(segmentNumber) {\n return this.#hiddenSegments.findIndex(function (item) {\n return item.number === segmentNumber;\n });\n }\n\n /**\n * Check if a segment is in the hidden list.\n *\n * @param {number} segmentNumber The segment number.\n * @returns {boolean} True if the segment is in the list.\n */\n isHidden(segmentNumber) {\n return this.#findHiddenIndex(segmentNumber) !== -1;\n }\n\n /**\n * Add a segment to the hidden list.\n *\n * @param {MaskSegment} segment The segment to add.\n */\n addToHidden(segment) {\n if (!this.isHidden(segment.number)) {\n this.#hiddenSegments.push(segment);\n // base flag on latest added\n this.#isMonochrome = typeof segment.displayValue !== 'undefined';\n } else {\n logger.warn(\n 'Not hidding segment, it is allready in the hidden list: ' +\n segment.number);\n }\n }\n\n /**\n * Remove a segment from the hidden list.\n *\n * @param {number} segmentNumber The segment number.\n */\n removeFromHidden(segmentNumber) {\n const index = this.#findHiddenIndex(segmentNumber);\n if (index !== -1) {\n this.#hiddenSegments.splice(index, 1);\n } else {\n logger.warn(\n 'Cannot remove segment, it is not in the hidden list: ' +\n segmentNumber);\n }\n }\n\n /**\n * @callback alphaFn\n * @param {number[]|number} value The pixel value.\n * @param {number} index The values' index.\n * @returns {number} The opacity of the input value.\n */\n\n /**\n * Get the alpha function to apply hidden colors.\n *\n * @returns {alphaFn} The corresponding alpha function.\n */\n getAlphaFunc() {\n // get colours\n const hiddenColours = [];\n if (this.#isMonochrome) {\n hiddenColours[0] = 0;\n } else {\n hiddenColours[0] = {r: 0, g: 0, b: 0};\n }\n for (const segment of this.#hiddenSegments) {\n if (this.#isMonochrome) {\n hiddenColours.push(segment.displayValue);\n } else {\n hiddenColours.push(segment.displayRGBValue);\n }\n }\n\n // create alpha function\n let resultFn;\n if (this.#isMonochrome) {\n resultFn = function (value/*, index*/) {\n for (let i = 0; i < hiddenColours.length; ++i) {\n if (value === hiddenColours[i]) {\n return 0;\n }\n }\n // default\n return 255;\n };\n } else {\n resultFn = function (value/*, index*/) {\n for (let i = 0; i < hiddenColours.length; ++i) {\n if (value[0] === hiddenColours[i].r &&\n value[1] === hiddenColours[i].g &&\n value[2] === hiddenColours[i].b) {\n return 0;\n }\n }\n // default\n return 255;\n };\n }\n return resultFn;\n }\n}","/**\n * Mutable 2D scalar ({x,y}).\n */\nexport class Scalar2D {\n /**\n * X value.\n *\n * @type {number}\n */\n x;\n\n /**\n * Y value.\n *\n * @type {number}\n */\n y;\n}\n\n/**\n * Mutable 3D scalar ({x,y,z}).\n */\nexport class Scalar3D {\n /**\n * X value.\n *\n * @type {number}\n */\n x;\n\n /**\n * Y value.\n *\n * @type {number}\n */\n y;\n\n /**\n * Z value.\n *\n * @type {number}\n */\n z;\n}"],"names":["root","factory","exports","module","require","define","amd","this","__WEBPACK_EXTERNAL_MODULE__944__","__WEBPACK_EXTERNAL_MODULE__324__","__WEBPACK_EXTERNAL_MODULE__654__","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","Index","constructor","values","Error","length","every","val","isNaN","i","toString","getValues","slice","canCompare","rhs","equals","leni","compare","diffDims","push","add","getWithNew2D","j","l","lenl","ModalityLut","rsi","bitsStored","isID","Math","pow","Float32Array","apply","getRSI","getLength","getValue","offset","logger","levels","TRACE","DEBUG","INFO","WARN","ERROR","level","trace","msg","console","debug","info","warn","error","WindowLevel","center","width","defaultPresets","CT","mediastinum","lung","bone","brain","head","VoiLut","wl","getWindowLevel","c","setSignedOffset","WindowLut","modalityLut","isSigned","isDiscrete","size","getVoiLut","getModalityLut","setVoiLut","lut","getSlope","Uint8ClampedArray","floor","buildLut","func","id","invId","lut_range_max","ColourMap","red","green","blue","luts","plain","invPlain","rainbow","hot","third","hot_iron","pet","hot_metal_blue","pet_20step","RGB","g","b","BLACK","isEqualRgb","c1","c2","labToUintLab","triplet","d65","x","y","z","srgbToCielab","labFunc","res","illuminant","fy","ciexyzToCielab","invGammaFunc","rl","gl","bl","srgbToCiexyz","colourNameToHex","name","dict","Yellow","Red","White","Green","Blue","Lime","Fuchsia","Black","Vector3D","getX","getY","getZ","norm","sqrt","crossProduct","vector3D","dotProduct","isCodirectional","Number","EPSILON","REAL_WORLD_EPSILON","isSimilar","tol","abs","Matrix33","row","col","getInverse","m","m00","m01","m02","m10","m11","m12","m20","m21","m22","a1212","a2012","a0112","det","getMatrixInverse","p","str","multiply","tmp","k","getAbs","multiplyArray3D","array3D","multiplyVector3D","multiplyPoint3D","point3D","Point3D","multiplyIndex3D","index3D","getRowAbsMax","absMax","max","index","indexOf","getColAbsMax","asOneAndZeros","sign","getThirdColMajorDirection","getIdentityMat33","isIdentityMat33","mat33","Point2D","getCentroid","getDistance","point2D","dx","dy","dz","getClosest","pointList","minIndex","minDist","dist","minus","Point","get3D","values0","values1","mergeWith3D","i18n","t","props","split","mm","cm2","degree","startsWith","search","rawPos","pos","substring","endsWith","getFlags","inputStr","flags","regex","match","exec","getFileExtension","filePath","ext","pathSplit","toLowerCase","pop","test","includes","stringToUint8Array","arr","Uint8Array","charCodeAt","precisionRound","number","precision","factor","delta","round","toStringId","dims","arraySortEquals","arr0","arr1","arrayEquals","sort","element","uint8ArrayToString","String","fromCharCode","findInArraySubset","callbackFn","start","end","getFindArrayInArrayCallback","buildMultipart","parts","boundary","lineBreak","partsSize","headers","headerStr","partKeys","keys","header","byteLength","data","trailer","buffer","set","dictionary","addTagsToDictionary","group","tags","tagGroups","vr32bitVL","OB","OD","OF","OL","OV","OW","SQ","SV","UC","UN","UR","UT","UV","ox","is32bitVLVR","vr","vrCharSetString","SH","LO","ST","LT","PN","isCharSetStringVR","vrTypes","AE","AS","AT","CS","DA","DS","DT","FL","FD","IS","SL","SS","TM","UI","UL","US","transferSyntaxes","transferSyntaxKeywords","Tag","getGroup","getElement","getKey","getNameFromDictionary","getGroupName","isWithVR","isPrivate","parseInt","getVrFromDictionary","tagCompareFunction","getTagFromKey","getItemTag","isItemTag","tag","isItemDelimitationItemTag","isSequenceDelimitationItemTag","getPixelDataTag","isPixelDataTag","getTagFromDictionary","tagName","keys0","keys1","foundTag","k0","lenK0","k1","lenK1","DataElement","vl","undefinedLength","startOffset","endOffset","items","flipArrayEndianness","array","blen","u8","byteOffset","bpe","BYTES_PER_ELEMENT","DataReader","Int8Array","Int16Array","isNativeLittleEndian","isLittleEndian","DataView","readUint16","getUint16","readInt16","getInt16","readUint32","getUint32","readBigUint64","getBigUint64","readInt32","getInt32","readBigInt64","getBigInt64","readFloat32","getFloat32","readFloat64","getFloat64","readBinaryArray","bitArray","byteArrayLength","bitNumber","bitIndex","readUint8Array","readInt8Array","readUint16Array","Uint16Array","arraySize","readInt16Array","readUint32Array","Uint32Array","readUint64Array","BigUint64Array","readInt32Array","Int32Array","readInt64Array","BigInt64Array","readFloat32Array","readFloat64Array","Float64Array","readHex","toUpperCase","getCoronalMat33","Orientation","Axial","Coronal","Sagittal","getMatrixFromName","matrix","getOrientationStringLPS","v0","v1","v2","getVectorStringLPS","vector","orientation","orientationX","orientationY","orientationZ","threshold","getOrientationFromCosines","cosines","orientationMatrix","rowCosines","colCosines","normal","getDwvVersion","hasDicomPrefix","reduce","previous","current","ZWS","DefaultTextDecoder","decode","result","getReverseOrientation","ori","rlabels","L","R","A","P","H","F","rori","getOrientationName","orientMatrix","code","orientStr","getLPSGroup","isImplicitTransferSyntax","syntax","isBigEndianTransferSyntax","isJpegBaselineTransferSyntax","isJpegLosslessTransferSyntax","isJpeg2000TransferSyntax","isRleTransferSyntax","getTypedArray","bitsAllocated","pixelRepresentation","RangeError","powerOf2","log","getDataElementPrefixByteSize","isImplicit","TagKeys","DicomParser","getDefaultCharacterSet","setDefaultCharacterSet","characterSet","setDecoderCharacterSet","TextDecoder","getDicomElements","reader","implicit","itemData","item","isSeqDelim","isItemDelim","offsetTableVl","readTagRes","is32bitVL","concat","isKnownVR","pixItemData","sqEndOffset","vrType","Array","from","stream","lastIndex","trim","cleanString","raw","stri","stri1","sqBitsAllocated","sqPixelRepresentation","dataElement","subElement","elements","parse","metaReader","dataReader","magicword","metaEnd","tsElement","firstDataElement","oEightGroupLittleEndian","vr0","vr1","guessTransferSyntax","isReadSupportedTransferSyntax","getTransferSyntaxName","charSetTerm","label","getUtfLabel","numberOfFrames","pixItems","nItemPerFrame","newPixItems","f","newBuffer","fragOffset","ListenerHandler","type","callback","remove","nFound","splice","fireEvent","event","stack","range","dataAccessor","maxIter","increment","blockMaxIter","blockIncrement","reverse1","reverse2","nextIndex","finalBlockIncrement","mainCount","blockCount","next","done","getIteratorValues","iterator","ival","getSliceIterator","image","position","isRescaled","viewOrientation","getGeometry","getSize","dirMax2Index","posValues","posStart","map","indexToOffset","getRescaledValueAtOffset","getValueAtOffset","ncols","nrows","nslices","sliceSize","getDimSize","ncomp","getNumberOfComponents","isPlanar","getPlanarConfiguration","getRange","iters","r0","r1","r2","range3d","rangeObj","dirMax0","dirMax2","simpleRange","componentIncrement","nextIndex1","nextIndex2","simpleRange3d","colourRange","colours","nextColourIndex","colour","RescaleSlopeAndIntercept","slope","intercept","getIntercept","Size","moreThanOne","dimension","canScroll3D","canScroll","getTotalSize","isInBounds","dirs","offsetToIndex","off","dimSize","get2D","Statistics","min","mean","stdDev","median","p25","p75","getStats","includesFullStatsFlags","stats","getBasicStats","getPercentile","getFullStats","sum","sumSqr","variance","ratio","i0","guid","random","NumberRange","Spacing","Geometry","origin","spacing","time","getInitialTime","getCurrentTotalNumberOfSlices","count","hasSlicesAtTime","getCurrentNumberOfSlicesBeforeTime","getOrigin","getOrigins","includesOrigin","getOrientedArray3D","geoSliceSpacing","origins","spacings","origin1","origin2","sliceSpacing","getSliceGeometrySpacing","getSpacing","orientedValues","getRealSpacing","getOrientation","getSliceIndex","point","localOrigins","closestOriginIndex","closestOrigin","pointDir","appendOrigin","equalToOrigin","find","appendFrame","sizeValues","spacingValues","isIndexInBounds","worldToIndex","indexToWorld","orientedPoint3D","pointToWorld","worldToPoint","getDeOrientedArray3D","padZeroTwoDigit","getDate","daValue","monthBeginIndex","dayBeginIndex","year","monthIndex","day","getTime","tmValue","tmHours","tmMinutes","tmSeconds","tmFracSecondsStr","hours","minutes","seconds","milliseconds","dateToDateObj","date","getFullYear","getMonth","dateToTimeObj","getHours","getMinutes","getSeconds","getDicomDate","dateObj","getDicomTime","getImage2DSize","rows","columns","getSpacingFromMeasure","dataElements","pixelSpacing","parseFloat","checkTag","warning","TagValueExtractor","_elements","ImageFactory","getWarning","checkElements","modality","suvFactor","patWeight","patWeightEl","decayedDose","seriesDateObj","totalDose","halfLife","radioStart","radioInfoSq","totalDoseStr","totalDoseEl","halfLifeStr","halfLifeEl","radioStartDateTimeEl","radioStartDateObj","radioStartTimeObj","radioStartDateTime","dtValue","dateDataElement","dtDate","timeDataElement","getDateTime","Date","seriesTimeObj","scanStart","acqDateEl","acqTimeEl","acqDateObj","acqTimeObj","acqDate","frameRefTime","frameRefTimeElStr","frameRefTimeEl","actualFrameDuration","actualFrameDurationElStr","actualFrameDurationEl","decayConstant","decayDuringFrame","offsetSeconds","exp","decayTime","getDecayedDose","getSuvFactor","create","pixelBuffer","numberOfFiles","size2D","numberOfFramesEl","rowSpacing","columnSpacing","getPixelSpacing","jpeg2000","jpegBase","jpegLoss","imagePositionPatient","slicePosition","imageOrientationPatient","getOrientationMatrix","geometry","sopInstanceUid","siu","samplesPerPixel","spp","bufferSize","Image","photometricInterpretation","photo","setPhotometricInterpretation","planarConfiguration","setPlanarConfiguration","rescaleSlope","rescaleIntercept","meta","Modality","isPetWithSuv","intensityFactor","setRescaleSlopeAndIntercept","safeGet","TransferSyntaxUID","MediaStorageSOPClassUID","SOPClassUID","ImageType","SamplesPerPixel","PhotometricInterpretation","PixelRepresentation","BitsAllocated","BitsStored","HighBit","StudyDate","StudyTime","StudyInstanceUID","StudyID","SeriesInstanceUID","SeriesNumber","ReferringPhysicianName","PatientName","PatientID","PatientBirthDate","PatientSex","Manufacturer","ManufacturerModelName","DeviceSerialNumber","SoftwareVersions","ImageOrientationPatient","FrameOfReferenceUID","IsSigned","pixelUnit","unit","getPixelUnit","windowPresets","windowCenter","windowWidth","windowCWExplanation","getPhotometricInterpretation","redLutElement","greenLutElement","blueLutElement","redLut","greenLut","blueLut","descriptor","doScale","descSize","vlSize","scaleTo8","clone","recommendedDisplayFrameRate","RecommendedDisplayFrameRate","setMeta","DataWriter","writeUint8","setUint8","writeInt8","setInt8","writeUint16","setUint16","writeInt16","setInt16","writeUint32","setUint32","writeUint64","setBigUint64","writeInt32","setInt32","writeInt64","setBigInt64","writeFloat32","setFloat32","writeFloat64","setFloat64","writeHex","writeBinaryArray","byte","len","writeUint8Array","writeInt8Array","writeUint16Array","writeInt16Array","writeUint32Array","writeUint64Array","writeInt32Array","writeInt64Array","writeFloat32Array","writeFloat64Array","_uidCount","WriterRule","action","writerActions","copy","clear","replace","getUID","prefix","getDwvUIDPrefix","uid","datePart","toISOString","countPart","nonTagLength","tagNumber","isEven","isStringVr","uint8ArrayPush","newArr","DefaultTextEncoder","encode","DicomWriter","default","setUseUnVrForPrivateSq","flag","setFixUnknownVR","setRules","rules","addMissingTags","rule","tagKey","isKey","useSpecialTextEncoder","TextEncoder","getElementToWrite","groupName","writer","itemTag","subItem","itemElement","itemDelimElement","hexString","hexString1","hexString2","atValue","diff","message","finalValue","initialArray","initialArrayLength","arrayLength","flattenendArrayLength","flattenedArray","indexFlattenedArray","flattenArrayOfTypedArrays","isTagWithVR","undefinedLengthSequence","undefinedLengthItem","seqDelimElement","getBuffer","isBigEndian","oldscs","totalSize","localSize","metaElements","rawElements","metaLength","fmiglTag","fmivTag","icUIDTag","ivnTag","missingTags","originalElement","checkAndFixUnknownVR","fmiv","getDataElement","fmivSize","icUID","icUIDSize","icUIDValue","ivn","ivnSize","ivnValue","elemSortFunc","fmigl","fmiglSize","ArrayBuffer","metaWriter","dataWriter","lenj","metaOffset","lenk","newItems","oldItemElements","newItemElements","subSize","itemKeys","itemKey","padStr","pad","getVrPad","join","padOBValue","isTypedArrayVr","isArray","itemPrefixSize","getBpeForVrType","dictVr","getUint8ToVrValue","getElementsFromJSONTags","simpleTags","simpleTag","CodeValue","CodingSchemeDesignator","CodeMeaning","LongCodeValue","URNCodeValue","DicomCode","meaning","longValue","urnValue","schemeDesignator","isEqualCode","code1","code2","getCode","getDicomCodeItem","DcmCodes","SctCodes","UcumCodes","deg","getDicomCode","scheme","getMeasurementGroupCode","getReferenceGeometryCode","getSourceImageCode","getTrackingIdentifierCode","getShortLabelCode","getReferencePointsCode","getColourCode","QuantificationName2DictItem","angle","surface","height","radius","stddev","getQuantificationName","propKey","QuantificationUnit2UcumKey","HU","MGML","ED","PCT","CNTS","NONE","CM2","CM2ML","PCNT","CPS","BQML","MGMINML","UMOLMINML","MLMING","MLG","UMOLML","PROPCNTS","PROPCPS","MLMINML","MLML","GML","SUV","getQuantificationUnit","ucumKey","MaskSegment","algorithmType","algorithmName","displayValue","displayRGBValue","propertyTypeCode","propertyCategoryCode","trackingUid","trackingId","getSegment","segment","cielabElement","rgb","gammaFunc","ciexyzToSrgb","invLabFunc","l0","cielabToCiexyz","cielabToSrgb","getDicomSegmentItem","algoType","segmentItem","SegmentNumber","SegmentLabel","SegmentAlgorithmType","SegmentAlgorithmName","cieLab","RecommendedDisplayCIELabValue","RecommendedDisplayGrayscaleValue","SegmentedPropertyCategoryCodeSequence","SegmentedPropertyTypeCodeSequence","TrackingID","TrackingUID","DicomSegmentFrameInfo","dimIndex","imagePosPat","derivationImages","refSegmentNumber","getSegmentFrameInfo","derivationImageSq","sourceImages","sourceImageSq","sourceImage","referencedSOPClassUID","referencedSOPInstanceUID","segmentIdSq","frameInfo","framePlaneOrientationSeq","frameImageOrientation","framePixelMeasuresSeq","frameSpacing","getDicomSegmentFrameInfoItem","FrameContentSequence","DimensionIndexValues","PlanePositionSequence","ImagePositionPatient","SegmentIdentificationSequence","ReferencedSegmentNumber","sourceImgPurposeOfReferenceCode","segDerivationCode","derivationImageItems","derivationImage","PurposeOfReferenceCodeSequence","ReferencedSOPClassUID","ReferencedSOPInstanceUID","DerivationCodeSequence","SourceImageSequence","DerivationImageSequence","equalPosPat","pos1","pos2","JSON","stringify","tagDefinition","tagValue","enum","createRoiSliceBuffers","segments","sliceOffset","numberOfComponents","getPixelValue","equalValues","inputOffset","buffers","pixelValue","number2","RequiredDicomSegTags","getDefaultDicomSegJson","reqTag","MaskFactory","_dicomElements","frames","framesElem","orgSq","orgUID","indices","indexSqElem","indexSq","indexPointer","indexOrg","DimensionOrganizationUID","DimensionIndexPointer","DimensionDescriptionLabel","organizations","getDimensionOrganization","segSequence","storeAsRGB","sharedFunctionalGroupsSeq","funcGroup0","planeOrientationSeq","pixelMeasuresSeq","includesPosPat","some","arrVal","findIndexPosPat","findIndex","perFrameFuncGroupSequence","frameInfos","framePosPats","ii","invOrientation","p1","p2","getComparePosPat","point3DFromArray","frameOrigins","tmpGeometry","isAboveEpsilon","posPats","sliceIndex","frameOrigin","distPrevious","numberOfSlices","uids","getFindSegmentFunc","mul","fill","frameOffset","frameSegment","SeriesDate","SeriesTime","DimensionOrganizationSequence","DimensionIndexSequence","custom","SOPInstanceUID","frameOfReferenceUID","lossyImageCompression","LossyImageCompression","toDicom","extraTags","getMeta","Rows","Columns","now","ContentDate","ContentTime","segmentItems","SegmentSequence","SharedFunctionalGroupsSequence","PlaneOrientationSequence","PixelMeasuresSequence","SpacingBetweenSlices","PixelSpacing","roiBuffers","key0","createRoiBuffers","finalBuffers","referencedSOPs","number40","number4","key1","posPat","posPatArray","sourceIndex","getImageUid","NumberOfFrames","frameInfosTag","PerFrameFunctionalGroupsSequence","refSeriesTag","ReferencedInstanceSequence","ReferencedSeriesSequence","tags1","tags2","keys2","tagName2","mergeTags","dicomElements","pixVl","de","createImage","createMaskImage","imageUids","getSecondaryOffset","getOriginForImageUid","uidIndex","includesImageUid","containsImageUids","itemArr1","arrayContains","canQuantify","canWindowLevel","isMonochrome","nFiles","getRescaleSlopeAndIntercept","isConstantRSI","inRsi","isIdentityRSI","interp","config","getOffsets","bufferValue","offsets","equal","hasValues","finalValues","equalFunc","getEqualCallback","valuesToFind","indicesToRemove","v","clonedBuffer","tmpBuffer","appendSlice","rhsSize","rhsRange","getDataRange","rhsResRange","getRescaledDataRange","resRange","timeId","isNewFrame","volumeGeometry","sliceGeometry","fullBufferSize","fullSliceIndex","indexOffset","maxOffset","subarray","numberOfImages","rhsPresets","pkey","rhsPreset","windowPreset","perslice","appendFrameBuffer","frameBuffer","frameIndex","frameSize","calculateDataRange","calculateRescaledDataRange","getHistogram","calculateHistogram","dataRange","rescaledDataRange","histogram","addEventListener","removeEventListener","setAtOffsets","setAtOffsetsAndGetOriginals","offsetsLists","originalColoursLists","previousColour","originalColours","currentColour","setAtOffsetsWithIterator","getValueAtIndex","getRescaledValue","getRescaledValueAtIndex","resmin","resmax","rmin","rmax","rvalue","histo","convolute2D","weights","newImage","imgSize","dimOffset","convoluteBuffer","componentOffset","wOff","wOff00","wOff0x","wOff0n","wOffx0","wOffxn","wOffn0","wOffnx","wOffnn","pixelOffset","newValue","wOffFinal","wi","transform","operator","compose","ViewFactory","view","View","setColourMap","minmax","preset","setWindowPresets","init","viewEventNames","createView","getCurrentIndex","setCurrentIndex","getImage","setImage","inImage","setOrientation","setInitialIndex","getPlaybackMilliseconds","_value","_index","getAlphaFunction","setAlphaFunction","currentIndex","sliceWl","setWindowLevel","setWindowLevelPresetById","voiLut","voiLutWl","getWindowPresets","getWindowPresetsNames","presets","addWindowPresets","getCurrentWindowPresetName","getColourMap","getCurrentPosition","getCurrentImageUid","isPositionInBounds","getScrollIndex","originIndex","setCurrentPosition","silent","valid","minLen","maxLen","posEvent","imageUid","pixValue","isNewWl","isNewName","manual","wc","ww","skipGenerate","setWindowLevelPreset","getWindowLevelMinMax","setWindowLevelMinMax","generateImageData","photoInterpretation","alphaFunc","windowLut","colourMap","pxValue","generateImageDataMonochrome","is16BitsStored","to8","generateImageDataPaletteColor","generateImageDataRgb","cb","cr","generateImageDataYbrFull","isAquisitionOrientation","PlaneHelper","imageGeometry","imageOrientation","targetOrientation","getTargetOrientation","getOffset3DFromPlaneOffset","offset2D","planeOffset","getTargetDeOrientedVector3D","getPlaneOffsetFromOffset3D","offset3D","getTargetOrientedVector3D","planeVector","getTargetDeOrientedPoint3D","planePoint","getImageOrientedVector3D","getImageOrientedPoint3D","getImageDeOrientedVector3D","getImageDeOrientedPoint3D","getPositionFromPlanePoint","getPlanePoints","getTargetOrientedPositiveXYZ","getNativeScrollIndex","ViewController","getPlaneHelper","isMask","initialise","getModality","getWindowLevelPresetsNames","addWindowLevelPresets","isPlaying","getCurrentOrientedIndex","getCurrentScrollIndexValue","getCurrentScrollPosition","scrollIndex","img","get2DSpacing","getRescaledImageValue","sliceValues","sliceOrigin","getImageRegionValues","rescaled","iter","rangeNumberOfColumns","regionSize","regionOffset","regionElementCount","rangeRegion","getRegionSliceIterator","getImageVariableRegionValues","regions","offsetRegions","region","regionIndex","regionCount","rangeRegions","getVariableRegionSliceIterator","canQuantifyImage","getImageSize","dim","getImageWorldSize","getImageRescaledDataRange","equalImageMeta","imageMeta","metaKeys","metaKey","getPlanePositionFromPosition","getIndexFromPosition","getPlanePositionFromPlanePoint","incr","getIncrementPosition","getDecrementPosition","getIncrementScrollPosition","getDecrementScrollPosition","incrementIndex","decrementIndex","decrementScrollIndex","incrementScrollIndex","play","window","setInterval","canDoMore","stop","clearInterval","setViewAlphaFunction","bindImageAndLayer","viewLayer","onimagecontentchange","onimagegeometrychange","unbindImageAndLayer","ScrollSum","getSum","wheelDeltaY","deltaY","getSpinY","isTick","ScrollWheel","app","wheel","up","preventDefault","layerDetails","getLayerDetailsFromEvent","layerGroup","getLayerGroupByDivId","groupDivId","viewController","getActiveViewLayer","getViewController","newPosition","Line","begin","getBegin","getEnd","getDeltaX","getDeltaY","getWorldLength","spacing2D","wlen","dxs","dys","getMidpoint","getInclination","atan2","PI","quantify","quant","getAngle","line0","line1","dx0","dy0","dx1","dy1","dot","areOrthogonal","getPerpendicularLine","line","beginX","beginY","endX","endY","AnnotationGroup","list","getList","isEditable","setEditable","getColour","setColour","annotation","update","propKeys","setViewController","updateQuantification","hasMeta","getMetaValue","setMetaValue","DrawController","getAnnotation","getAnnotationGroup","isAnnotationGroupEditable","setAnnotationGroupEditable","addAnnotation","updateAnnotation","removeAnnotation","removeAnnotationWithCommand","exeCallback","command","RemoveAnnotationCommand","execute","updateAnnotationWithCommand","originalProps","newProps","UpdateAnnotationCommand","removeAllAnnotationsWithCommand","hasAnnotationMeta","setAnnotationMeta","Style","getFontFamily","getFontSize","getStrokeWidth","getTextColour","getLineColour","setLineColour","setBaseScale","scale","setZoomScale","getBaseScale","getZoomScale","applyZoomScale","getShadowOffset","getTagOpacity","getTextPadding","getFontStr","getLineHeight","getScaledFontSize","getScaledStrokeWidth","getShadowLineColour","hexColour","hexStr","isNodeNameLabel","node","isNodeNameShape","isPositionNode","isNodeWithId","getDefaultAnchor","style","absRadius","Konva","stroke","strokeWidth","strokeScaleEnabled","radiusX","radiusY","dragOnTop","draggable","visible","boundNodePosition","changed","Rectangle","getSurface","getWorldSurface","mulABC","getRealWidth","getRealHeight","getWidth","getHeight","getRound","quantif","ROI","points","getPoint","getPoints","addPoint","addPoints","cx","cy","pi","pi1","ai","a1","Protractor","_viewController","_flags","Ellipse","centre","getCenter","getA","getB","centerX","centerY","radiusRatio","rySquare","maxY","transX","getEllipseIndices","dir","centerValues","radiusI","radiusJ","radiusJ2","di","dj","jmax","jmin","imax","imin","Circle","getRadius","rSquare","DrawShapeEditor","eventCallback","setShape","inshape","drawLayer","getFactory","getShape","isActive","enable","getLayer","draw","disable","reset","resetAnchors","getParent","forEach","anchor","setAnchorsActive","anchors","getAnchors","getStyle","on","cancelBubble","mathShape","referencePoints","target","stageSize","validateAnchorPosition","getBaseSize","constrainAnchorMove","updateAnnotationOnAnchorMove","updateShapeGroupOnAnchorMove","getDrawController","addToUndoStack","dataid","getDataId","moveToTop","DrawTrash","createTrashIcon","trashLine1","trashLine2","activate","stage","getKonvaStage","konvaLayer","getKonvaLayer","invscale","changeChildrenColourOnTrashHover","eventPosition","shapeGroup","originalShapeColour","isOverTrash","changeGroupChildrenColour","getChildren","tshape","trashHalfWidth","scaleX","trashHalfHeight","scaleY","DrawShapeHandler","setEditorShape","shape","drawController","getEditorShapeGroup","getEditorAnnotation","disableAndResetEditor","storeMouseOverCursor","cursor","document","body","opacity","onMouseOutShapeGroup","addShapeListeners","dragStartPos","previousPos","originalLabelPosition","children","labelWithDefaultPosition","labelPosition","child","move","anchorMin","minX","minY","getAnchorMin","validateGroupPosition","updateAnnotationOnTranslation","updateLabelContent","mousePoint","getMousePoint","evt","eventPos","translation","newLabelPosition","originalTextExpr","textExpr","customUI","openRoiDialog","newTextExpr","removeShapeListeners","DrawLayer","containerDiv","className","setShapeHandler","handler","getReferenceLayerId","getLayers","setPlaneHelper","helper","getId","removeFromDOM","getOpacity","setOpacity","alpha","addFlipOffsetX","addFlipOffsetY","flipScaleX","flipScaleY","flipScaleZ","setScale","newScale","orientedNewScale","finalNewScale","resetOffset","worldCenter","newOffset","getScaledOffset","newZoomOffset","initScale","absoluteZoomOffset","setOffset","planeNewOffset","setBaseOffset","scrollOffset","needsUpdate","display","isVisible","refLayerId","container","listening","getContent","setAttribute","setAnnotationGroup","annotationGroup","dataId","activateCurrentPositionShapes","AddAnnotationCommand","allPosGroups","posGroup","shapeGroups","getCurrentPosGroup","planePoints","planeOrigin","posGroupId","layerChildren","posChildren","isCompatibleView","createShapeGroup","setLabelVisibility","fitToContainer","containerSize","divToWorldSizeRatio","fitOffset","divToImageSizeRatio","newViewOffset","scaledImageSize","newFlipOffset","isAnnotationVisible","setAnnotationVisibility","setLabelsVisibility","posGroups","getText","text","deleteDraw","_id","_exeCallback","deleteDraws","getNumberOfDraws","bindInteraction","pointerEvents","names","InteractionEventNames","unbindInteraction","scrollIndexValue","findOne","srclayerid","ratioX","ratioY","labels","getName","undo","originaProps","Path","inputPointArray","inputControlPointIndexArray","pointArray","controlPointIndexArray","isControlPoint","addControlPoint","newPointArray","appenPath","other","oldSize","indexArray","BucketQueue","bits","cost_functor","bucketCount","mask","loc","cost","buckets","buildArray","bucket","getBucket","ret","isEmpty","newSize","__twothirdpi","gradUnitVector","gradX","gradY","px","py","out","oy","gvm","Scissors","curPoint","searchGranBits","searchGran","pointsPerPost","greyscale","laplace","gradient","parents","working","trained","trainingPoints","edgeWidth","trainingLength","edgeGran","edgeTraining","gradPointsNeeded","gradGran","gradTraining","insideGran","insideTraining","outsideGran","outsideTraining","getTrainingIdx","granularity","getTrainedEdge","edge","getTrainedGrad","grad","getTrainedInside","inside","getTrainedOutside","outside","setWorking","setDimensions","setData","gradMagnitude","lap","computeGreyscale","computeLaplace","computeGradient","computeGradX","computeGradY","sides","guv","ix","iy","computeSides","findTrainingPoints","resetTraining","doTraining","calculateTraining","addInStaticGrad","input","output","maxVal","idx","gaussianBlur","have","need","gradDirection","qx","qy","__dgpuv","__gdquv","dp","dq","SQRT1_2","acos","adj","sx","sy","ex","ey","setPoint","sp","visited","MAX_VALUE","pq","doWork","timeout","pointCount","newPoints","adjList","q","pqCost","defaults","labelText","arrow","circle","ellipse","protractor","rectangle","roi","ruler","LabelFactory","positionGetter","getPosition","ktext","fontSize","fontFamily","padding","shadowColor","shadowOffset","setText","klabel","updatePosition","updateContent","Threshold","getMin","setMin","getMax","setMax","setOriginalImage","getOriginalImage","imageMin","Sharpen","Sobel","RunFilterCommand","filter","render","onExecute","onUndo","_event","toolList","toolOptions","defaultToolList","divId","diffX","diffY","pixelToIntensity","WindowLevelValues","mousedown","mousemove","mouseup","mouseout","touchstart","touchPoints","getTouchPoints","touchmove","touchend","dblclick","displayToPlaneIndex","getData","keydown","context","onKeydown","_bool","setFeatures","_features","Scroll","planePos","displayToPlanePos","yMove","xMove","setTimeout","clearTimeout","showTooltip","removeTooltipDiv","features","displayTooltip","ZoomAndPan","tx","ty","displayToPlaneScale","addTranslation","#twoTouchUpdate","lineRatio","zoom","displayToMainPlanePos","addScale","step","Opacity","op","Draw","getActiveDrawLayer","refDataId","seriesInstanceUID","createAnnotationData","addAndRenderAnnotationData","setActiveDrawLayerByDataId","kshape","getIntersection","selectedShape","getNPoints","timer","getTimeout","getActiveLayerGroup","destroy","tmpPoints","drawLayerId","layerId","Annotation","groupColour","setAnnotationMathShape","finalPoints","layer","drawLayers","getDrawLayers","setOptions","options","getOptionsType","autoShapeColour","shapeColour","shapeName","hasShape","mouseOverCursor","withScroll","blacklist","getEventNames","listener","Filter","bool","getSelectedFilter","filterName","hasFilter","run","args","runArgs","getFilterList","Floodfill","setExtend","getExtend","#getIndex","simple","bytes","MagicWand","cs","icsl","newMathShape","originalMathShape","extend","ini","imageSize","jl","onThresholdChange","getImageData","getAbsoluteScale","movedpoint","Livewire","pn","p0","results","_p","_q","defaultToolOptions","ArrowFactory","supports","setTextExpr","extras","extra","_anchor","kline","pointBegin","pointEnd","endPoint","newBegin","newEnd","_style","tickLen","linePerp0","linePerp1","hitFunc","beginPath","moveTo","lineTo","closePath","fillStrokeShape","beginTy","angleRad","sin","cos","rotation","ktriangle","verticalLine","_annotation","_group","CircleFactory","left","right","bottom","top","anchorPoint","newRadius","newCenter","kcircle","swapX","swapY","offsetX","offsetY","kshadow","maxX","pixelLine","EllipseFactory","kellipse","ProtractorFactory","mid","pointMid","newPointList","inclination","innerRadius","outerRadius","midX","midY","karc","arcPos","RectangleFactory","rectX","rectY","rectWidth","rectHeight","topLeft","bottomRight","pointTopLeft","pointBottomRight","krect","topRight","bottomLeft","rWidth","rHeight","RoiFactory","kroi","newPoint","closed","RulerFactory","ktick0","ktick1","ThresholdFilter","SobelFilter","SharpenFilter","referenceSopUID","quantification","planeHelper","inputPlanePoints","originPoint","valueObj","valueStr","toPrecision","replaceFlags","fac","factoryName","prompt","getTouchesPositions","touches","offsetLeft","offsetTop","offsetParent","positions","pageX","pageY","targetTouches","changedTouches","canCreateCanvas","testCvs","createElement","cropCvs","testCtx","getContext","cropCtx","fillRect","drawImage","ViewLayer","getScale","getAbsoluteZoomOffset","setImageSmoothing","setView","bindImage","onimageset","unbindImage","vcSize","origin0","layerGroupOrigin","layerGroupOrigin0","deScaled","planePosToDisplay","posX","posY","layerid","globalAlpha","setTransform","imageSmoothingEnabled","appendChild","alert","clearRect","createImageData","needsDraw","eventName","passive","putImageData","dims3D","indexScrollIndex","save","restore","getLayerDetailsFromLayerDivId","idString","layerIndex","layerDiv","closest","getViewOrientation","indexCenter","LayerGroup","getShowCrosshair","setShowCrosshair","getDivId","getAddedScale","getOffset","getNumberOfLayers","getViewLayers","someViewLayer","hasOne","getNumberOfViewLayers","tmpLayer","getBaseViewLayer","baseLayer","getViewLayersByDataId","searchViewLayers","getViewDataIndices","getDrawLayersByDataId","setActiveViewLayer","setActiveViewLayerByDataId","setActiveDrawLayer","addViewLayer","viewLayerIndex","div","append","addDrawLayer","updateLayersToPositionChange","empty","getElementsByClassName","removeLayersByDataId","removeLayer","displayPos","lineH","offsetWidth","lineV","offsetHeight","span","createTextNode","viewLayerOffsets","baseViewLayerOrigin0","baseViewLayerOrigin","hasSetOffset","vc","scrollDiff","planeDiff","scroll","plane","refOffsets","hasSetPos","getDivToWorldSizeRatio","maxWorldSize","getMaxWorldSize","maxSize","scaleStep","binderList","WindowLevelBinder","getEventType","getCallback","viewLayers","PositionBinder","pointValues","currentPos","currentDims","inputDims","ZoomBinder","OffsetBinder","OpacityBinder","ColourMapBinder","Stage","getLayerGroup","getNumberOfLayerGroups","setActiveLayerGroup","addLayerGroup","htmlElement","isBound","unbindLayerGroups","bindLayerGroups","setBinders","removeLayerGroup","minRatio","hasRatio","binder","binderObj","elem","State","fromJSON","json","version","baseScale","scaleCenter","originX","originY","oldTx","oldTy","setDrawings","drawings","drawingsDetails","v02DAndD","inputDrawings","newDrawings","drawGroups","drawGroup","lenf","newFrameDrawings","leng","karcs","ktexts","toObject","txtLen","longText","v01Tov02DrawingsAndDetails","v02Tov03Drawings","v03Tov04DrawingsDetails","v04Tov05Data","v04Tov05Drawings","details","groupDetails","v02Tov03DrawingsDetails","groupShapes","parentGroup","groupDrawings","currentPosition","gnode","detail","ids","attrs","sliceNumber","frameNumber","newId","getUrlFromUri","uri","base","location","URL","splitUri","sepIndex","hashIndex","query","pairs","pair","splitKeyValueString","UndoStack","getStackSize","getCurrentStackIndex","cmd","redo","ToolboxController","enableShortcuts","getToolList","hasTool","getSelectedTool","getSelectedToolEventHandler","eventType","setSelectedTool","setToolFeatures","bindLayerGroup","layerGroupDivId","applySelectedTool","MultiProgressHandler","setNumberOfDimensions","num","setNToLoad","onprogress","lengthComputable","subindex","percent","loaded","total","source","lenprog","getMonoProgressHandler","getUndefinedMonoProgressHandler","UrlsLoader","request","loader","onload","onloadend","load","onloadstart","status","onerror","responseURL","statusText","response","mproghandler","loaders","loaderList","foundLoader","canLoadUrl","defaultCharacterSet","onloaditem","onabort","lastRunRequestIndex","requestOnLoadEnd","send","XMLHttpRequest","open","requestHeaders","setRequestHeader","withCredentials","errorCallback","abortCallback","loadUrlAs","responseType","batchSize","dicomDirUrl","urls","parser","dirSeq","records","series","study","recType","refFileIds","getFileListFromDicomDir","rootUrl","fullUrls","abort","readyState","isLoading","ThreadPool","poolSize","taskQueue","freeThreads","WorkerThread","runningThreads","addWorkerTask","workerTask","onworkstart","workerThread","shift","onworkend","onTaskEnd","onwork","handleWorkerError","onworkitem","parentPool","runningTask","worker","Worker","script","onmessage","postMessage","startMessage","terminate","itemNumber","numberOfItems","WorkerTask","hasJpegBaselineDecoder","JpegImage","hasJpegLosslessDecoder","jpeg","lossless","hasJpeg2000Decoder","JpxImage","decoderScripts","rle","AsynchPixelBufferDecoder","_numberOfData","pixelMeta","ondecodestart","ondecodeditem","ondecoded","ondecodeend","SynchPixelBufferDecoder","algoName","numberOfData","decoder","decodedBuffer","buf","Decoder","decoded","tiles","dwvdecoder","RleDecoder","PixelBufferDecoder","NumericValue","FloatingPointValue","RationalNumeratorValue","RationalDenominatorValue","MeasurementUnitsCodeSequence","MeasuredValue","numericValue","floatingPointValue","rationalNumeratorValue","rationalDenominatorValue","measurementUnitsCode","getDicomMeasuredValueItem","MeasuredValueSequence","NumericValueQualifierCodeSequence","NumericMeasurement","measuredValue","numericValueQualifierCode","getDicomNumericMeasurementItem","measurement","SopInstanceReference","getSopInstanceReference","ref","getDicomSopInstanceReferenceItem","ReferencedFrameNumber","ReferencedSOPSequence","ImageReference","referencedSOPSequence","referencedFrameNumber","referencedSegmentNumber","fiducialUID","getDicomImageReferenceItem","PixelOriginInterpretation","GraphicData","GraphicType","FiducialUID","GraphicTypes","SpatialCoordinate","graphicData","graphicType","pixelOriginInterpretation","getDicomSpatialCoordinateItem","scoord","ReferencedFrameofReferenceUID","SpatialCoordinate3D","referencedFrameofReferenceUID","getDicomSpatialCoordinate3DItem","RelationshipType","ValueType","ConceptNameCodeSequence","ConceptCodeSequence","ContentSequence","DateTime","Time","UID","PersonName","TextValue","ContinuityOfContent","RelationshipTypes","ValueTypes","datetime","uidref","pname","composite","waveform","scoord3d","tcoord","table","ValueTypeValueTagName","TEXT","DATE","TIME","DATETIME","UIDREF","PNAME","CONTAINER","DicomSRContent","valueType","conceptNameCode","relationshipType","contentSequence","getSRContent","content","getMeasuredValue","getNumericMeasurement","getImageReference","getSpatialCoordinate","getSpatialCoordinate3D","valueTagName","getDicomSRContentItem","contentItem","getSRContentFromValue","getConceptNameCode","measure","getMeasurementUnitsCode","numMeasure","AnnotationGroupFactory","srContent","dataLength","isClosed","numberOfPoints","firstPoint","lastPoint","line2","line3","getShapeFromScoord","subsubItem","nPoints","quantifName","quantifUnit","annotations","seriesElement","srScoord","pointPerimeter","getScoordFromShape","itemContentSequence","srImage","sopRef","imageRef","srUid","shortLabel","labelPosScoord","refPointsScoord","pointsScoord","quatifContent","CompletionFlag","VerificationFlag","DicomData","DataController","getNextDataId","getDataIds","getDataIdsFromSopUids","dataToUpdate","idKey","obj1","obj2","valueKey","mergedObj1","merged","id1","id2","value1","subValue1","value2","subValue2","mergeObjects","DicomBufferToView","opt","modalityElement","dicomParser","columnsElement","rowsElement","samplesPerPixelElement","planarConfigurationElement","dataIndex","decodedData","fullSize","algo","getSyntaxDecompressionName","convert","MemoryLoader","canLoadMemory","filename","imageDataToBuffer","imageData","dataLen","getDefaultImage","imageBuffer","imageSpacing","canLoadFile","file","url","forceLoader","isNameAccept","acceptHeader","acceptValue","urlObjext","pathname","hasNoExt","hasDcmExt","contentType","searchParams","mem","tmpFile","File","loadFileAs","fileContentTypes","_opt","Text","memoryIO","progress","u8Array","partHeaderEndCb","partHeaderEndIndex","lines","boundaryStr","boundaryCb","boundaryLen","nextBoundaryIndex","part","partHeaderLines","semiColonIndex","dataBeginIndex","dataEndIndex","parseMultipart","_file","_mem","dataType","imageType","Blob","createObjectURL","domImage","canvas","ctx","lastModified","getViewFromDOMImage","src","hasImageExt","DataURL","videoDataStr","btoa","video","onloadedmetadata","videoWidth","videoHeight","ceil","duration","onseeked","imgBuffer","storeFrame","nextTime","currentTime","getViewFromDOMVideo","unzipPercent","async","then","JSZip","zip","FilesLoader","FileReader","readAsText","readAsDataURL","readAsArrayBuffer","LoadController","loadFiles","files","loadURLs","loadImageObject","getLoadingDataIds","fileIO","urlIO","loadType","eventInfo","loadtype","isFirstItem","eventInfoItem","isfirstitem","getNumberToPrecision","createDefaultReplaceFormat","OverlayData","configs","addAppListeners","addItemMeta","dataUid","overlays","modElement","overlay","format","poElement","po0","po1","createOverlayData","DOM","infoKeys","createOverlayDataForDom","sliceOverlayData","mapFunc","isListening","removeAppListeners","ViewConfig","wlPresetName","ToolConfig","AppOptions","dataViewConfigs","tools","binders","viewOnFirstLoadItem","overlayConfig","rootDocument","App","addData","getMetaData","getToolboxController","removeFromUndoStack","appToolList","toolName","toolClass","toolParams","appToolOptions","optionName","optionClassName","toolNamespace","charAt","optionClass","resetLayout","loadFromUri","getUriQuery","onLoadEnd","state","protocol","host","decodeURIComponent","manifest","rootURL","getElementsByTagName","getAttribute","patientList","studyList","studyUID","seriesList","seriesUID","instanceList","link","decodeManifest","responseXML","decodeManifestQuery","replaceMode","repeatKeyReplaceMode","queryUri","inputQueryPairs","repeatKey","repeatList","baseUrl","gotOneArg","decodeKeyValueUri","dwvReplaceMode","decodeQuery","abortAllLoads","abortLoad","initWLDisplay","getViewConfigs","excludeStarConfig","getViewConfig","getDataViewConfigs","setDataViewConfigs","addDataViewConfig","removeDataViewConfig","itemIndex","lg","vls","dls","updateDataViewConfig","configToUpdate","dataKeys","divIds","viewConfigs","viewConfig","getElementById","setLayerGroupsBinders","instances","isImage","isMeasurement","translate","statePosGroups","statePosKids","stateGroup","pointsArray","absPosition","absolutePosition","konvaToAnnotation","applyJsonState","jsonState","onResize","defaultOnKeydown","ctrlKey","shiftKey","resetDisplay","resetZoom","setTool","tool","getOverlayData","toggleOverlayListeners","refMeta","refDataViewConfig","drawDataViewConfig","isFirstLoadItem","eventMetaData","groupId","isBaseLayer","flipFlags","baseViewLayer","layergroupid","refSeriesInstanceUID","refViewLayer","refViewController","refData","viewConfigOrientation","orientationCode","isViewUndefined","isViewAxial","isViewCoronal","isViewSagittal","flipOffset","flipScale","MaskSegmentHelper","segmentNumber","hasSegment","getNumberOfSegments","maskHasSegments","numbers","unknowns","addSegment","removeSegment","updateSegment","DeleteSegmentCommand","isValid","segmentnumber","ChangeSegmentColourCommand","newColour","MaskSegmentViewHelper","isHidden","addToHidden","removeFromHidden","getAlphaFunc","hiddenColours","resultFn","Scalar2D","Scalar3D"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"dwv.min.js","mappings":"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AK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAC35BD,MAAO,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,EAAG,EAAG,GACllCD,IAAK,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,G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,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAC1sCC,MAAO,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAC58BC,KAAM,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,MAM12BQ,IAAK,CACHV,IAAK,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAC1kCC,MAAO,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAC9lCC,KAAM,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,MAMrpCS,eAAgB,CACdX,IAAK,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAC7iCC,MAAO,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAC19BC,KAAM,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,MAMxmCU,WAAY,CACVZ,IAAK,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KACpnCC,MAAO,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAC3lCC,KAAM,CAAC,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,GAAI,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EAAG,EA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","sources":["webpack://dwv/webpack/universalModuleDefinition","webpack://dwv/external umd {\"root\":\"JSZip\",\"commonjs\":\"jszip\",\"commonjs2\":\"jszip\",\"amd\":\"jszip\"}","webpack://dwv/external umd {\"root\":\"Konva\",\"commonjs\":\"konva\",\"commonjs2\":\"konva\",\"amd\":\"konva\"}","webpack://dwv/external umd {\"root\":\"MagicWand\",\"commonjs\":\"magic-wand-tool\",\"commonjs2\":\"magic-wand-tool\",\"amd\":\"konmagic-wand-tool\"}","webpack://dwv/webpack/bootstrap","webpack://dwv/webpack/runtime/compat get default export","webpack://dwv/webpack/runtime/define property getters","webpack://dwv/webpack/runtime/hasOwnProperty shorthand","webpack://dwv/webpack/runtime/make namespace object","webpack://dwv/./src/math/index.js","webpack://dwv/./src/image/modalityLut.js","webpack://dwv/./src/utils/logger.js","webpack://dwv/./src/image/windowLevel.js","webpack://dwv/./src/image/voiLut.js","webpack://dwv/./src/image/windowLut.js","webpack://dwv/./src/image/luts.js","webpack://dwv/./src/utils/colour.js","webpack://dwv/./src/math/vector.js","webpack://dwv/./src/math/matrix.js","webpack://dwv/./src/math/point.js","webpack://dwv/./src/utils/i18n.js","webpack://dwv/./src/utils/string.js","webpack://dwv/./src/utils/array.js","webpack://dwv/./src/dicom/dictionary.js","webpack://dwv/./src/dicom/dicomTag.js","webpack://dwv/./src/dicom/dataElement.js","webpack://dwv/./src/dicom/dataReader.js","webpack://dwv/./src/dicom/dicomParser.js","webpack://dwv/./src/utils/listen.js","webpack://dwv/./src/image/iterator.js","webpack://dwv/./src/image/rsi.js","webpack://dwv/./src/image/size.js","webpack://dwv/./src/math/stats.js","webpack://dwv/./src/image/spacing.js","webpack://dwv/./src/image/geometry.js","webpack://dwv/./src/dicom/dicomDate.js","webpack://dwv/./src/math/orientation.js","webpack://dwv/./src/dicom/dicomElementsWrapper.js","webpack://dwv/./src/image/imageFactory.js","webpack://dwv/./src/dicom/dataWriter.js","webpack://dwv/./src/dicom/dicomWriter.js","webpack://dwv/./src/dicom/dicomCode.js","webpack://dwv/./src/dicom/dicomSegment.js","webpack://dwv/./src/dicom/dicomSegmentFrameInfo.js","webpack://dwv/./src/image/maskFactory.js","webpack://dwv/./src/image/image.js","webpack://dwv/./src/image/viewFactory.js","webpack://dwv/./src/image/view.js","webpack://dwv/./src/image/viewMonochrome.js","webpack://dwv/./src/image/viewPaletteColor.js","webpack://dwv/./src/image/viewRgb.js","webpack://dwv/./src/image/viewYbrFull.js","webpack://dwv/./src/image/planeHelper.js","webpack://dwv/./src/app/viewController.js","webpack://dwv/./src/tools/scrollWheel.js","webpack://dwv/./src/math/line.js","webpack://dwv/./src/image/annotationGroup.js","webpack://dwv/./src/app/drawController.js","webpack://dwv/./src/gui/style.js","webpack://dwv/./src/tools/drawBounds.js","webpack://dwv/./src/math/rectangle.js","webpack://dwv/./src/math/roi.js","webpack://dwv/./src/math/protractor.js","webpack://dwv/./src/math/ellipse.js","webpack://dwv/./src/math/circle.js","webpack://dwv/./src/tools/drawShapeEditor.js","webpack://dwv/./src/tools/drawTrash.js","webpack://dwv/./src/tools/drawShapeHandler.js","webpack://dwv/./src/gui/drawLayer.js","webpack://dwv/./src/tools/drawCommands.js","webpack://dwv/./src/math/path.js","webpack://dwv/./src/math/bucketQueue.js","webpack://dwv/./src/math/scissors.js","webpack://dwv/./src/app/defaults.js","webpack://dwv/./src/tools/labelFactory.js","webpack://dwv/./src/image/filter.js","webpack://dwv/./src/tools/filter.js","webpack://dwv/./src/tools/index.js","webpack://dwv/./src/tools/windowLevel.js","webpack://dwv/./src/tools/scroll.js","webpack://dwv/./src/tools/zoomPan.js","webpack://dwv/./src/tools/opacity.js","webpack://dwv/./src/tools/draw.js","webpack://dwv/./src/tools/floodfill.js","webpack://dwv/./src/tools/livewire.js","webpack://dwv/./src/tools/arrow.js","webpack://dwv/./src/tools/circle.js","webpack://dwv/./src/tools/ellipse.js","webpack://dwv/./src/tools/protractor.js","webpack://dwv/./src/tools/rectangle.js","webpack://dwv/./src/tools/roi.js","webpack://dwv/./src/tools/ruler.js","webpack://dwv/./src/image/annotation.js","webpack://dwv/./src/gui/generic.js","webpack://dwv/./src/gui/viewLayer.js","webpack://dwv/./src/gui/layerGroup.js","webpack://dwv/./src/gui/stage.js","webpack://dwv/./src/io/state.js","webpack://dwv/./src/utils/uri.js","webpack://dwv/./src/utils/undoStack.js","webpack://dwv/./src/app/toolboxController.js","webpack://dwv/./src/utils/progress.js","webpack://dwv/./src/io/urlsLoader.js","webpack://dwv/./src/utils/thread.js","webpack://dwv/./src/image/decoder.js","webpack://dwv/./src/dicom/dicomMeasuredValue.js","webpack://dwv/./src/dicom/dicomNumericMeasurement.js","webpack://dwv/./src/dicom/dicomSopInstanceReference.js","webpack://dwv/./src/dicom/dicomImageReference.js","webpack://dwv/./src/dicom/dicomSpatialCoordinate.js","webpack://dwv/./src/dicom/dicomSpatialCoordinate3D.js","webpack://dwv/./src/dicom/dicomSRContent.js","webpack://dwv/./src/image/annotationGroupFactory.js","webpack://dwv/./src/app/dataController.js","webpack://dwv/./src/utils/operator.js","webpack://dwv/./src/image/dicomBufferToView.js","webpack://dwv/./src/io/memoryLoader.js","webpack://dwv/./src/image/domReader.js","webpack://dwv/./src/io/loaderList.js","webpack://dwv/./src/io/dicomDataLoader.js","webpack://dwv/./src/io/jsonTextLoader.js","webpack://dwv/./src/io/multipartLoader.js","webpack://dwv/./src/io/rawImageLoader.js","webpack://dwv/./src/io/rawVideoLoader.js","webpack://dwv/./src/io/zipLoader.js","webpack://dwv/./src/io/filesLoader.js","webpack://dwv/./src/app/loadController.js","webpack://dwv/./src/gui/overlayData.js","webpack://dwv/./src/app/application.js","webpack://dwv/./src/image/maskSegmentHelper.js","webpack://dwv/./src/image/deleteSegmentCommand.js","webpack://dwv/./src/image/changeSegmentColourCommand.js","webpack://dwv/./src/image/maskSegmentViewHelper.js","webpack://dwv/./src/math/scalar.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"konva\"), require(\"magic-wand-tool\"), require(\"jszip\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"konva\", \"konmagic-wand-tool\", \"jszip\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"dwv\"] = factory(require(\"konva\"), require(\"magic-wand-tool\"), require(\"jszip\"));\n\telse\n\t\troot[\"dwv\"] = factory(root[\"Konva\"], root[\"MagicWand\"], root[\"JSZip\"]);\n})(this, function(__WEBPACK_EXTERNAL_MODULE__944__, __WEBPACK_EXTERNAL_MODULE__324__, __WEBPACK_EXTERNAL_MODULE__654__) {\nreturn ","module.exports = __WEBPACK_EXTERNAL_MODULE__654__;","module.exports = __WEBPACK_EXTERNAL_MODULE__944__;","module.exports = __WEBPACK_EXTERNAL_MODULE__324__;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","/**\n * Immutable index.\n * Warning: the input array is NOT cloned, modifying it will\n * modify the index values.\n */\nexport class Index {\n\n /**\n * Index values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * @param {number[]} values The index values.\n */\n constructor(values) {\n if (!values || typeof values === 'undefined') {\n throw new Error('Cannot create index with no values.');\n }\n if (values.length === 0) {\n throw new Error('Cannot create index with empty values.');\n }\n const valueCheck = function (val) {\n return !isNaN(val);\n };\n if (!values.every(valueCheck)) {\n throw new Error('Cannot create index with non number values.');\n }\n this.#values = values;\n }\n\n /**\n * Get the index value at the given array index.\n *\n * @param {number} i The index to get.\n * @returns {number|undefined} The value or undefined if not in range.\n */\n get(i) {\n return this.#values[i];\n }\n\n /**\n * Get the length of the index.\n *\n * @returns {number} The length.\n */\n length() {\n return this.#values.length;\n }\n\n /**\n * Get a string representation of the Index.\n *\n * @returns {string} The Index as a string.\n */\n toString() {\n return '(' + this.#values.toString() + ')';\n }\n\n /**\n * Get the values of this index.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return this.#values.slice();\n }\n\n /**\n * Check if the input index can be compared to this one.\n *\n * @param {Index} rhs The index to compare to.\n * @returns {boolean} True if both indices are comparable.\n */\n canCompare(rhs) {\n // check input\n if (!rhs) {\n return false;\n }\n // check length\n if (this.length() !== rhs.length()) {\n return false;\n }\n // seems ok!\n return true;\n }\n\n /**\n * Check for Index equality.\n *\n * @param {Index} rhs The index to compare to.\n * @returns {boolean} True if both indices are equal.\n */\n equals(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return false;\n }\n // check values\n for (let i = 0, leni = this.length(); i < leni; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Compare indices and return different dimensions.\n *\n * @param {Index} rhs The index to compare to.\n * @returns {number[]} The list of different dimensions.\n */\n compare(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return null;\n }\n // check values\n const diffDims = [];\n for (let i = 0, leni = this.length(); i < leni; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n diffDims.push(i);\n }\n }\n return diffDims;\n }\n\n /**\n * Add another index to this one.\n *\n * @param {Index} rhs The index to add.\n * @returns {Index} The index representing the sum of both indices.\n */\n add(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return null;\n }\n // add values\n const values = [];\n for (let i = 0, leni = this.length(); i < leni; ++i) {\n values.push(this.get(i) + rhs.get(i));\n }\n // seems ok!\n return new Index(values);\n }\n\n /**\n * Get the current index with a new 2D base.\n *\n * @param {number} i The new 0 index.\n * @param {number} j The new 1 index.\n * @returns {Index} The new index.\n */\n getWithNew2D(i, j) {\n const values = [i, j];\n for (let l = 2, lenl = this.length(); l < lenl; ++l) {\n values.push(this.get(l));\n }\n return new Index(values);\n }\n\n} // Index class\n\n/**\n * Get an index with values set to 0 and the input size.\n *\n * @param {number} size The size of the index.\n * @returns {Index} The zero index.\n */\nexport function getZeroIndex(size) {\n const values = new Array(size);\n values.fill(0);\n return new Index(values);\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {RescaleSlopeAndIntercept} from './rsi';\n/* eslint-enable no-unused-vars */\n\n/**\n * Modality LUT class: compensates for any modality-specific presentation.\n * Typically consists of a rescale slope and intercept to\n * rescale the data range.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.11.html}.\n */\nexport class ModalityLut {\n\n /**\n * The rescale slope.\n *\n * @type {RescaleSlopeAndIntercept}\n */\n #rsi;\n\n /**\n * Is the RSI an identity one.\n *\n * @type {boolean}\n */\n #isIdRsi;\n\n /**\n * The size of the LUT array.\n *\n * @type {number}\n */\n #length;\n\n /**\n * The internal LUT array.\n *\n * @type {Float32Array}\n */\n #lut;\n\n /**\n * @param {RescaleSlopeAndIntercept} rsi The rescale slope and intercept.\n * @param {number} bitsStored The number of bits used to store the data.\n */\n constructor(rsi, bitsStored) {\n this.#rsi = rsi;\n this.#isIdRsi = rsi.isID();\n\n this.#length = Math.pow(2, bitsStored);\n\n // create lut if not identity RSI\n if (!this.#isIdRsi) {\n this.#lut = new Float32Array(this.#length);\n for (let i = 0; i < this.#length; ++i) {\n this.#lut[i] = this.#rsi.apply(i);\n }\n }\n }\n\n /**\n * Get the Rescale Slope and Intercept (RSI).\n *\n * @returns {RescaleSlopeAndIntercept} The rescale slope and intercept object.\n */\n getRSI() {\n return this.#rsi;\n }\n\n /**\n * Get the length of the LUT array.\n *\n * @returns {number} The length of the LUT array.\n */\n getLength() {\n return this.#length;\n }\n\n /**\n * Get the value of the LUT at the given offset.\n *\n * @param {number} offset The input offset in [0,2^bitsStored] range\n * or full range for ID rescale.\n * @returns {number} The float32 value of the LUT at the given offset.\n */\n getValue(offset) {\n return this.#isIdRsi ? offset : this.#lut[offset];\n }\n\n} // class ModalityLut\n","export const logger = {\n /**\n * Available log levels.\n * Note: need to activate verbose level in\n * Chrome console to see DEBUG messages.\n */\n levels: {\n TRACE: 0,\n DEBUG: 1,\n INFO: 2,\n WARN: 3,\n ERROR: 4\n },\n\n /**\n * Logger level: default to WARN.\n */\n level: 3,\n\n /**\n * Log a trace message.\n *\n * @param {string} msg The message to log.\n */\n trace: function (msg) {\n if (this.level <= this.levels.TRACE) {\n console.trace(msg);\n }\n },\n\n /**\n * Log a debug message.\n * Careful: depends on console settings.\n *\n * @param {string} msg The message to log.\n */\n debug: function (msg) {\n if (this.level <= this.levels.DEBUG) {\n console.debug(msg);\n }\n },\n\n /**\n * Log an info message.\n *\n * @param {string} msg The message to log.\n */\n info: function (msg) {\n if (this.level <= this.levels.INFO) {\n console.info(msg);\n }\n },\n\n /**\n * Log a warn message.\n *\n * @param {string} msg The message to log.\n */\n warn: function (msg) {\n if (this.level <= this.levels.WARN) {\n console.warn(msg);\n }\n },\n\n /**\n * Log an error message.\n *\n * @param {string} msg The message to log.\n */\n error: function (msg) {\n if (this.level <= this.levels.ERROR) {\n console.error(msg);\n }\n }\n\n}; // logger\n","import {logger} from '../utils/logger';\n\n/**\n * Minimum window width value.\n *\n * Ref: {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.11.2.html#sect_C.11.2.1.2}.\n */\nconst minWindowWidth = 1;\n\n/**\n * Validate an input window width.\n *\n * @param {number} value The value to test.\n * @returns {number} A valid window width.\n */\nexport function validateWindowWidth(value) {\n return value < minWindowWidth ? minWindowWidth : value;\n}\n\n/**\n * Window and Level also known as window width and center.\n */\nexport class WindowLevel {\n /**\n * The window center.\n *\n * @type {number}\n */\n center;\n\n /**\n * The window width.\n *\n * @type {number}\n */\n width;\n\n /**\n * @param {number} center The window center.\n * @param {number} width The window width.\n */\n constructor(center, width) {\n // check width\n if (width < minWindowWidth) {\n logger.warn('Using minimum window width since input is not valid: ' +\n width);\n width = minWindowWidth;\n }\n this.center = center;\n this.width = width;\n }\n\n /**\n * Check for equality.\n *\n * @param {WindowLevel} rhs The other object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n typeof rhs !== 'undefined' &&\n this.center === rhs.center &&\n this.width === rhs.width;\n }\n\n} // WindowLevel class\n\n/**\n * List of default window level presets.\n *\n * @type {Object.>}\n */\nexport const defaultPresets = {\n CT: {\n mediastinum: new WindowLevel(40, 400),\n lung: new WindowLevel(-500, 1500),\n bone: new WindowLevel(500, 2000),\n brain: new WindowLevel(40, 80),\n head: new WindowLevel(90, 350)\n }\n};\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {WindowLevel} from './windowLevel';\n/* eslint-enable no-unused-vars */\n\n/**\n * VOI (Values of Interest) LUT class: apply window centre and width.\n *\n * ```\n * if (x <= c - 0.5 - (w-1)/2) then y = ymin\n * else if (x > c - 0.5 + (w-1)/2) then y = ymax\n * else y = ((x - (c - 0.5)) / (w-1) + 0.5) * (ymax - ymin) + ymin\n * ```\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.11.2.html}.\n */\nexport class VoiLut {\n\n /**\n * The window and level.\n *\n * @type {WindowLevel}\n */\n #windowLevel;\n\n /**\n * Signed data offset. Defaults to 0.\n *\n * @type {number}\n */\n #signedOffset = 0;\n\n /**\n * Output value minimum. Defaults to 0.\n *\n * @type {number}\n */\n #ymin = 0;\n\n /**\n * Output value maximum. Defaults to 255.\n *\n * @type {number}\n */\n #ymax = 255;\n\n /**\n * Input value minimum (calculated).\n *\n * @type {number}\n */\n #xmin = null;\n\n /**\n * Input value maximum (calculated).\n *\n * @type {number}\n */\n #xmax = null;\n\n /**\n * Window level equation slope (calculated).\n *\n * @type {number}\n */\n #slope = null;\n\n /**\n * Window level equation intercept (calculated).\n *\n * @type {number}\n */\n #inter = null;\n\n /**\n * @param {WindowLevel} wl The window center and width.\n */\n constructor(wl) {\n this.#windowLevel = wl;\n this.#init();\n }\n\n /**\n * Get the window and level.\n *\n * @returns {WindowLevel} The window center and width.\n */\n getWindowLevel() {\n return this.#windowLevel;\n }\n\n /**\n * Initialise members. Called at construction.\n *\n */\n #init() {\n const center = this.#windowLevel.center;\n const width = this.#windowLevel.width;\n const c = center + this.#signedOffset;\n // from the standard\n this.#xmin = c - 0.5 - ((width - 1) / 2);\n this.#xmax = c - 0.5 + ((width - 1) / 2);\n // develop the equation:\n // y = ( ( x - (c - 0.5) ) / (w-1) + 0.5 ) * (ymax - ymin) + ymin\n // y = ( x / (w-1) ) * (ymax - ymin) +\n // ( -(c - 0.5) / (w-1) + 0.5 ) * (ymax - ymin) + ymin\n this.#slope = (this.#ymax - this.#ymin) / (width - 1);\n this.#inter = (-(c - 0.5) / (width - 1) + 0.5) *\n (this.#ymax - this.#ymin) + this.#ymin;\n }\n\n /**\n * Set the signed offset.\n *\n * @param {number} offset The signed data offset,\n * typically: slope * ( size / 2).\n */\n setSignedOffset(offset) {\n this.#signedOffset = offset;\n // re-initialise\n this.#init();\n }\n\n /**\n * Apply the window level on an input value.\n *\n * @param {number} value The value to rescale as an integer.\n * @returns {number} The leveled value, in the\n * [ymin, ymax] range (default [0,255]).\n */\n apply(value) {\n if (value <= this.#xmin) {\n return this.#ymin;\n } else if (value > this.#xmax) {\n return this.#ymax;\n } else {\n return (value * this.#slope) + this.#inter;\n }\n }\n\n} // class VoiLut\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {ModalityLut} from './modalityLut';\nimport {VoiLut} from './voiLut';\n/* eslint-enable no-unused-vars */\n\n/**\n * Window LUT class: combines a modality LUT and a VOI LUT.\n */\nexport class WindowLut {\n\n /**\n * The modality LUT.\n *\n * @type {ModalityLut}\n */\n #modalityLut;\n\n /**\n * The VOI LUT.\n *\n * @type {VoiLut}\n */\n #voiLut;\n\n /**\n * The internal LUT array: Uint8ClampedArray clamps between 0 and 255.\n *\n * @type {Uint8ClampedArray}\n */\n #lut;\n\n /**\n * Shift for signed data.\n *\n * @type {number}\n */\n #signedShift = 0;\n\n /**\n * Is the RSI discrete.\n *\n * @type {boolean}\n */\n #isDiscrete = true;\n\n /**\n * Construct a window LUT object, VOI LUT is set with\n * the 'setVoiLut' method.\n *\n * @param {ModalityLut} modalityLut The associated rescale LUT.\n * @param {boolean} isSigned Flag to know if the data is signed or not.\n * @param {boolean} isDiscrete Flag to know if the input data is discrete.\n */\n constructor(modalityLut, isSigned, isDiscrete) {\n this.#modalityLut = modalityLut;\n\n if (isSigned) {\n const size = this.#modalityLut.getLength();\n this.#signedShift = size / 2;\n } else {\n this.#signedShift = 0;\n }\n\n this.#isDiscrete = isDiscrete;\n }\n\n /**\n * Get the VOI LUT.\n *\n * @returns {VoiLut} The VOI LUT.\n */\n getVoiLut() {\n return this.#voiLut;\n }\n\n /**\n * Get the modality LUT.\n *\n * @returns {ModalityLut} The modality LUT.\n */\n getModalityLut() {\n return this.#modalityLut;\n }\n\n /**\n * Set the VOI LUT.\n *\n * @param {VoiLut} lut The VOI LUT.\n */\n setVoiLut(lut) {\n // store the window values\n this.#voiLut = lut;\n\n // possible signed shift (LUT indices are positive)\n this.#voiLut.setSignedOffset(\n this.#modalityLut.getRSI().getSlope() * this.#signedShift);\n\n // create lut if not continous\n if (this.#isDiscrete) {\n const size = this.#modalityLut.getLength();\n // use clamped array (polyfilled in env.js)\n this.#lut = new Uint8ClampedArray(size);\n // by default WindowLevel returns a value in the [0,255] range\n // this is ok with regular Arrays and ClampedArray.\n for (let i = 0; i < size; ++i) {\n this.#lut[i] = this.#voiLut.apply(this.#modalityLut.getValue(i));\n }\n }\n }\n\n /**\n * Get the value of the LUT at the given offset.\n *\n * @param {number} offset The input offset in [0,2^bitsStored] range\n * for discrete data or full range for non discrete.\n * @returns {number} The integer value (default [0,255]) of the LUT\n * at the given offset.\n */\n getValue(offset) {\n if (this.#isDiscrete) {\n return this.#lut[offset + this.#signedShift];\n } else {\n return Math.floor(this.#voiLut.apply(offset + this.#signedShift));\n }\n }\n\n} // class WindowLut\n","/**\n * Lookup tables for image colour display.\n */\n\nconst lut_range_max = 256;\n\n/**\n * Build a LUT of size lut_range_max.\n *\n * @param {Function} func The i to lut function.\n * @returns {number[]} The LUT.\n */\nfunction buildLut(func) {\n const lut = [];\n for (let i = 0; i < lut_range_max; ++i) {\n lut.push(func(i));\n }\n return lut;\n}\n\n/**\n * Ramp to lut_range_max minus one on the first third values.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction toMaxFirstThird(i) {\n const val = i * 3;\n if (val > lut_range_max - 1) {\n return lut_range_max - 1;\n }\n return val;\n}\n\n/**\n * Ramp to lut_range_max minus one on the second third values,\n * otherwise return 0 for the first third and\n * lut_range_max minus one for the last third.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction toMaxSecondThird(i) {\n const third = lut_range_max / 3;\n let val = 0;\n if (i >= third) {\n val = (i - third) * 3;\n if (val > lut_range_max - 1) {\n return lut_range_max - 1;\n }\n }\n return val;\n}\n\n/**\n * Ramp to lut_range_max minus one on the last third values,\n * otherwise return 0.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction toMaxThirdThird(i) {\n const third = lut_range_max / 3;\n let val = 0;\n if (i >= 2 * third) {\n val = (i - 2 * third) * 3;\n if (val > lut_range_max - 1) {\n return lut_range_max - 1;\n }\n }\n return val;\n}\n\n/**\n * Identity, returns i.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction id(i) {\n return i;\n}\n\n/**\n * Returns lut_range_max minus one minus i.\n *\n * @param {number} i The input index.\n * @returns {number} The lut value.\n */\nfunction invId(i) {\n return (lut_range_max - 1) - i;\n}\n\n/**\n * Colour map: red, green and blue components\n * to associate with intensity values.\n */\nexport class ColourMap {\n /**\n * Red component: 256 values in the [0, 255] range.\n *\n * @type {number[]}\n */\n red;\n /**\n * Green component: 256 values in the [0, 255] range.\n *\n * @type {number[]}\n */\n green;\n /**\n * Blue component: 256 values in the [0, 255] range.\n *\n * @type {number[]}\n */\n blue;\n\n /**\n * @param {number[]} red Red component.\n * @param {number[]} green Green component.\n * @param {number[]} blue Blue component.\n */\n constructor(red, green, blue) {\n this.red = red;\n this.green = green;\n this.blue = blue;\n }\n}\n\n/**\n * List of available lookup tables (lut).\n *\n * @type {Object}\n */\nexport const luts = {\n // plain\n plain: {\n red: buildLut(id),\n green: buildLut(id),\n blue: buildLut(id)\n },\n\n // inverse plain\n invPlain: {\n red: buildLut(invId),\n green: buildLut(invId),\n blue: buildLut(invId)\n },\n\n // rainbow\n /* eslint-disable @stylistic/js/max-len */\n rainbow: {\n blue: [0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228, 232, 236, 240, 244, 248, 252, 255, 247, 239, 231, 223, 215, 207, 199, 191, 183, 175, 167, 159, 151, 143, 135, 127, 119, 111, 103, 95, 87, 79, 71, 63, 55, 47, 39, 31, 23, 15, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],\n green: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 192, 200, 208, 216, 224, 232, 240, 248, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 251, 249, 247, 245, 243, 241, 239, 237, 235, 233, 231, 229, 227, 225, 223, 221, 219, 217, 215, 213, 211, 209, 207, 205, 203, 201, 199, 197, 195, 193, 192, 189, 186, 183, 180, 177, 174, 171, 168, 165, 162, 159, 156, 153, 150, 147, 144, 141, 138, 135, 132, 129, 126, 123, 120, 117, 114, 111, 108, 105, 102, 99, 96, 93, 90, 87, 84, 81, 78, 75, 72, 69, 66, 63, 60, 57, 54, 51, 48, 45, 42, 39, 36, 33, 30, 27, 24, 21, 18, 15, 12, 9, 6, 3],\n red: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 62, 60, 58, 56, 54, 52, 50, 48, 46, 44, 42, 40, 38, 36, 34, 32, 30, 28, 26, 24, 22, 20, 18, 16, 14, 12, 10, 8, 6, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228, 232, 236, 240, 244, 248, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]\n },\n /* eslint-enable @stylistic/js/max-len */\n\n // hot\n hot: {\n red: buildLut(toMaxFirstThird),\n green: buildLut(toMaxSecondThird),\n blue: buildLut(toMaxThirdThird)\n },\n\n // hot iron\n /* eslint-disable @stylistic/js/max-len */\n hot_iron: {\n red: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n green: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 255],\n blue: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152, 156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228, 232, 236, 240, 244, 248, 252, 255]\n },\n /* eslint-enable @stylistic/js/max-len */\n\n // pet\n /* eslint-disable @stylistic/js/max-len */\n pet: {\n red: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 171, 173, 175, 177, 179, 181, 183, 185, 187, 189, 191, 193, 195, 197, 199, 201, 203, 205, 207, 209, 211, 213, 215, 217, 219, 221, 223, 225, 227, 229, 231, 233, 235, 237, 239, 241, 243, 245, 247, 249, 251, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n green: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 128, 126, 124, 122, 120, 118, 116, 114, 112, 110, 108, 106, 104, 102, 100, 98, 96, 94, 92, 90, 88, 86, 84, 82, 80, 78, 76, 74, 72, 70, 68, 66, 64, 63, 61, 59, 57, 55, 53, 51, 49, 47, 45, 43, 41, 39, 37, 35, 33, 31, 29, 27, 25, 23, 21, 19, 17, 15, 13, 11, 9, 7, 5, 3, 1, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 255],\n blue: [0, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155, 157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181, 183, 185, 187, 189, 191, 193, 195, 197, 199, 201, 203, 205, 207, 209, 211, 213, 215, 217, 219, 221, 223, 225, 227, 229, 231, 233, 235, 237, 239, 241, 243, 245, 247, 249, 251, 253, 255, 252, 248, 244, 240, 236, 232, 228, 224, 220, 216, 212, 208, 204, 200, 196, 192, 188, 184, 180, 176, 172, 168, 164, 160, 156, 152, 148, 144, 140, 136, 132, 128, 124, 120, 116, 112, 108, 104, 100, 96, 92, 88, 84, 80, 76, 72, 68, 64, 60, 56, 52, 48, 44, 40, 36, 32, 28, 24, 20, 16, 12, 8, 4, 0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 85, 89, 93, 97, 101, 105, 109, 113, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 170, 174, 178, 182, 186, 190, 194, 198, 202, 206, 210, 214, 218, 222, 226, 230, 234, 238, 242, 246, 250, 255]\n },\n /* eslint-enable @stylistic/js/max-len */\n\n // hot metal blue\n /* eslint-disable @stylistic/js/max-len */\n hot_metal_blue: {\n red: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 6, 9, 12, 15, 18, 21, 24, 26, 29, 32, 35, 38, 41, 44, 47, 50, 52, 55, 57, 59, 62, 64, 66, 69, 71, 74, 76, 78, 81, 83, 85, 88, 90, 93, 96, 99, 102, 105, 108, 111, 114, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 158, 161, 164, 166, 169, 172, 175, 178, 181, 184, 187, 190, 194, 198, 201, 205, 209, 213, 217, 221, 224, 228, 232, 236, 240, 244, 247, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n green: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 6, 8, 9, 11, 13, 15, 17, 19, 21, 23, 24, 26, 28, 30, 32, 34, 36, 38, 40, 41, 43, 45, 47, 49, 51, 53, 55, 56, 58, 60, 62, 64, 66, 68, 70, 72, 73, 75, 77, 79, 81, 83, 85, 87, 88, 90, 92, 94, 96, 98, 100, 102, 104, 105, 107, 109, 111, 113, 115, 117, 119, 120, 122, 124, 126, 128, 130, 132, 134, 136, 137, 139, 141, 143, 145, 147, 149, 151, 152, 154, 156, 158, 160, 162, 164, 166, 168, 169, 171, 173, 175, 177, 179, 181, 183, 184, 186, 188, 190, 192, 194, 196, 198, 200, 201, 203, 205, 207, 209, 211, 213, 215, 216, 218, 220, 222, 224, 226, 228, 229, 231, 233, 235, 237, 239, 240, 242, 244, 246, 248, 250, 251, 253, 255],\n blue: [0, 2, 4, 6, 8, 10, 12, 14, 16, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155, 157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181, 183, 184, 186, 188, 190, 192, 194, 196, 198, 200, 197, 194, 191, 188, 185, 182, 179, 176, 174, 171, 168, 165, 162, 159, 156, 153, 150, 144, 138, 132, 126, 121, 115, 109, 103, 97, 91, 85, 79, 74, 68, 62, 56, 50, 47, 44, 41, 38, 35, 32, 29, 26, 24, 21, 18, 15, 12, 9, 6, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 6, 9, 12, 15, 18, 21, 24, 26, 29, 32, 35, 38, 41, 44, 47, 50, 53, 56, 59, 62, 65, 68, 71, 74, 76, 79, 82, 85, 88, 91, 94, 97, 100, 103, 106, 109, 112, 115, 118, 121, 124, 126, 129, 132, 135, 138, 141, 144, 147, 150, 153, 156, 159, 162, 165, 168, 171, 174, 176, 179, 182, 185, 188, 191, 194, 197, 200, 203, 206, 210, 213, 216, 219, 223, 226, 229, 232, 236, 239, 242, 245, 249, 252, 255]\n },\n /* eslint-enable @stylistic/js/max-len */\n\n // pet 20 step\n /* eslint-disable @stylistic/js/max-len */\n pet_20step: {\n red: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n green: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],\n blue: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 176, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]\n }\n /* eslint-enable @stylistic/js/max-len */\n};\n","// example implementation: dcmtk/dcmiod/libsrc/cielabutil.cc\n// https://github.com/DCMTK/dcmtk/blob/DCMTK-3.6.6/dcmiod/libsrc/cielabutil.cc\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Scalar3D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * RGB colour class.\n */\nexport class RGB {\n /**\n * Red component.\n *\n * @type {number}\n */\n r;\n /**\n * Green component.\n *\n * @type {number}\n */\n g;\n /**\n * Blue component.\n *\n * @type {number}\n */\n b;\n /**\n * @param {number} r Red component.\n * @param {number} g Green component.\n * @param {number} b Blue component.\n */\n constructor(r, g, b) {\n this.r = r;\n this.g = g;\n this.b = b;\n }\n}\n\n// black rgb\nexport const BLACK = {r: 0, g: 0, b: 0};\n\n/**\n * Check if two rgb objects are equal.\n *\n * @param {RGB} c1 The first colour.\n * @param {RGB} c2 The second colour.\n * @returns {boolean} True if both colour are equal.\n */\nexport function isEqualRgb(c1, c2) {\n return c1 !== null &&\n c2 !== null &&\n typeof c1 !== 'undefined' &&\n typeof c2 !== 'undefined' &&\n c1.r === c2.r &&\n c1.g === c2.g &&\n c1.b === c2.b;\n}\n\n/**\n * Convert YBR to RGB.\n *\n * Ref:\n * - {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.7.6.3.html#sect_C.7.6.3.1.2},\n * - {@link https://en.wikipedia.org/wiki/YCbCr#JPEG_conversion}.\n *\n * @param {number} y The Y component.\n * @param {number} cb The Cb component.\n * @param {number} cr The Cr component.\n * @returns {RGB} RGB equivalent as {r,g,b}.\n */\nexport function ybrToRgb(y, cb, cr) {\n return {\n r: y + 1.402 * (cr - 128),\n g: y - 0.34414 * (cb - 128) - 0.71414 * (cr - 128),\n b: y + 1.772 * (cb - 128)\n };\n}\n\n/**\n * Convert a hex color into RGB.\n *\n * @param {string} hexStr The hex color as '#ab01ef'.\n * @returns {RGB} The RGB values as {r,g,b}.\n */\nexport function hexToRgb(hexStr) {\n return {\n r: parseInt(hexStr.substring(1, 3), 16),\n g: parseInt(hexStr.substring(3, 5), 16),\n b: parseInt(hexStr.substring(5, 7), 16)\n };\n}\n\n/**\n * Convert RGB to its hex equivalent.\n *\n * @param {RGB} rgb The RGB object as {r,g,b}.\n * @returns {string} A string representing the hex color as '#ab01ef'.\n */\nexport function rgbToHex(rgb) {\n return '#' +\n ((1 << 24) + (rgb.r << 16) + (rgb.g << 8) + rgb.b).toString(16).slice(1);\n}\n\n/**\n * Get the brightness of a RGB colour: calculates\n * the luma (Y) of the YIQ colour space.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/YIQ#From_RGB_to_YIQ}.\n *\n * @param {RGB} rgb RGB triplet.\n * @returns {number} The brightness ([0,1]).\n */\nexport function getBrightness(rgb) {\n // 0.001172549 = 0.299 / 255\n // 0.002301961 = 0.587 / 255\n // 0.000447059 = 0.114 / 255\n return rgb.r * 0.001172549 +\n rgb.g * 0.002301961 +\n rgb.b * 0.000447059;\n}\n\n/**\n * Check if a colour given in hexadecimal format is dark.\n *\n * @param {string} hexColour The colour (as '#ab01ef').\n * @returns {boolean} True if the colour is dark (brightness < 0.5).\n */\nexport function isDarkColour(hexColour) {\n return getBrightness(hexToRgb(hexColour)) < 0.5;\n}\n\n/**\n * Get the shadow colour of an input colour.\n *\n * @param {string} hexColour The colour (as '#ab01ef').\n * @returns {string} The shadow colour (white or black).\n */\nexport function getShadowColour(hexColour) {\n return isDarkColour(hexColour) ? '#fff' : '#000';\n}\n\n/**\n * Unsigned int CIE LAB value ([0, 65535]) to CIE LAB value\n * (L: [0, 100], a: [-128, 127], b: [-128, 127]).\n *\n * @param {object} triplet CIE LAB triplet as {l,a,b} with unsigned range.\n * @returns {object} CIE LAB triplet as {l,a,b} with CIE LAB range.\n */\nexport function uintLabToLab(triplet) {\n // 0.001525902 = 100 / 65535\n // 0.003891051 = 255 / 65535\n return {\n l: 0.001525902 * triplet.l,\n a: 0.003891051 * triplet.a - 128,\n b: 0.003891051 * triplet.b - 128,\n };\n}\n\n/**\n * CIE LAB value (L: [0, 100], a: [-128, 127], b: [-128, 127]) to\n * unsigned int CIE LAB ([0, 65535]).\n *\n * @param {object} triplet CIE XYZ triplet as {l,a,b} with CIE LAB range.\n * @returns {object} CIE LAB triplet as {l,a,b} with unsigned range.\n */\nexport function labToUintLab(triplet) {\n // 655.35 = 65535 / 100\n // aUint = (a + 128) * 65535 / 255\n // 257 = 65535 / 255\n // 32896 = 257 * 128\n return {\n l: 655.35 * triplet.l,\n a: 257 * triplet.a + 32896,\n b: 257 * triplet.b + 32896,\n };\n}\n\n/**\n * CIE Standard Illuminant D65, standard 2° observer.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/Illuminant_D65}.\n */\nconst d65 = {\n x: 95.0489,\n y: 100,\n z: 108.884\n};\n\n/**\n * Convert CIE LAB to CIE XYZ (standard illuminant D65, 2degree 1931).\n *\n * Ref: {@link https://en.wikipedia.org/wiki/CIELAB_color_space#From_CIELAB_to_CIEXYZ}.\n *\n * @param {object} triplet CIE LAB triplet as {l,a,b}.\n * @returns {Scalar3D} CIE XYZ triplet as {x,y,z}.\n */\nexport function cielabToCiexyz(triplet) {\n /**\n * Apply the inverse lab function.\n *\n * @param {number} x The input value.\n * @returns {number} The result.\n */\n function invLabFunc(x) {\n let res = null;\n // delta = 6 / 29 = 0.206896552\n if (x > 0.206896552) {\n res = Math.pow(x, 3);\n } else {\n // 0.128418549 = 3 * delta^2\n // 0.017712903 = 3 * delta^2 * (4 / 29)\n res = 0.128418549 * x - 0.017712903;\n }\n return res;\n }\n\n const illuminant = d65;\n const l0 = (triplet.l + 16) / 116;\n\n return {\n x: illuminant.x * invLabFunc(l0 + triplet.a / 500),\n y: illuminant.y * invLabFunc(l0),\n z: illuminant.z * invLabFunc(l0 - triplet.b / 200)\n };\n}\n\n/**\n * Convert CIE XYZ to CIE LAB (standard illuminant D65, 2degree 1931).\n *\n * Ref: {@link https://en.wikipedia.org/wiki/CIELAB_color_space#From_CIEXYZ_to_CIELAB}.\n *\n * @param {Scalar3D} triplet CIE XYZ triplet as {x,y,z}.\n * @returns {object} CIE LAB triplet as {l,a,b}.\n */\nexport function ciexyzToCielab(triplet) {\n /**\n * Apply the lab function.\n *\n * @param {number} x The input value.\n * @returns {number} The result.\n */\n function labFunc(x) {\n let res = null;\n // delta = 6 / 29 = 0.206896552\n // delta^3 = 0.008856452\n if (x > 0.008856452) {\n res = Math.pow(x, 0.333333333);\n } else {\n // 7.787037037 = 1 / 3 * delta^2\n // 0.137931034 = 4 / 29\n res = 7.787037037 * x + 0.137931034;\n }\n return res;\n }\n\n const illuminant = d65;\n const fy = labFunc(triplet.y / illuminant.y);\n\n return {\n l: 116 * fy - 16,\n a: 500 * (labFunc(triplet.x / illuminant.x) - fy),\n b: 200 * (fy - labFunc(triplet.z / illuminant.z))\n };\n}\n\n/**\n * Convert CIE XYZ to sRGB.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB}.\n *\n * @param {Scalar3D} triplet CIE XYZ triplet as {x,y,z}.\n * @returns {RGB} 'sRGB' triplet as {r,g,b}.\n */\nexport function ciexyzToSrgb(triplet) {\n /**\n * Apply the gamma function.\n *\n * @param {number} x The input value.\n * @returns {number} The result.\n */\n function gammaFunc(x) {\n let res = null;\n if (x <= 0.0031308) {\n res = 12.92 * x;\n } else {\n // 0.416666667 = 1 / 2.4\n res = 1.055 * Math.pow(x, 0.416666667) - 0.055;\n }\n // clip [0,1]\n return Math.min(1, Math.max(0, res));\n }\n\n const x = triplet.x / 100;\n const y = triplet.y / 100;\n const z = triplet.z / 100;\n\n return {\n r: Math.round(255 * gammaFunc(3.2406 * x - 1.5372 * y - 0.4986 * z)),\n g: Math.round(255 * gammaFunc(-0.9689 * x + 1.8758 * y + 0.0415 * z)),\n b: Math.round(255 * gammaFunc(0.0557 * x - 0.2040 * y + 1.0570 * z))\n };\n}\n\n/**\n * Convert sRGB to CIE XYZ.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/SRGB#From_sRGB_to_CIE_XYZ}.\n *\n * @param {RGB} triplet 'sRGB' triplet as {r,g,b}.\n * @returns {Scalar3D} CIE XYZ triplet as {x,y,z}.\n */\nexport function srgbToCiexyz(triplet) {\n /**\n * Apply the inverse gamma function.\n *\n * @param {number} x The input value.\n * @returns {number} The result.\n */\n function invGammaFunc(x) {\n let res = null;\n if (x <= 0.04045) {\n res = x / 12.92;\n } else {\n res = Math.pow((x + 0.055) / 1.055, 2.4);\n }\n return res;\n }\n\n const rl = invGammaFunc(triplet.r / 255);\n const gl = invGammaFunc(triplet.g / 255);\n const bl = invGammaFunc(triplet.b / 255);\n\n return {\n x: 100 * (0.4124 * rl + 0.3576 * gl + 0.1805 * bl),\n y: 100 * (0.2126 * rl + 0.7152 * gl + 0.0722 * bl),\n z: 100 * (0.0193 * rl + 0.1192 * gl + 0.9505 * bl)\n };\n}\n\n/**\n * Convert CIE LAB to sRGB (standard illuminant D65).\n *\n * @param {object} triplet CIE LAB triplet as {l,a,b}.\n * @returns {RGB} 'sRGB' triplet as {r,g,b}.\n */\nexport function cielabToSrgb(triplet) {\n return ciexyzToSrgb(cielabToCiexyz(triplet));\n}\n\n/**\n * Convert sRGB to CIE LAB (standard illuminant D65).\n *\n * @param {RGB} triplet 'sRGB' triplet as {r,g,b}.\n * @returns {object} CIE LAB triplet as {l,a,b}.\n */\nexport function srgbToCielab(triplet) {\n return ciexyzToCielab(srgbToCiexyz(triplet));\n}\n\n/**\n * Get the hex code of a string colour for a colour used in pre dwv v0.17.\n *\n * @param {string} name The name of a colour.\n * @returns {string} The hex representing the colour.\n */\nexport function colourNameToHex(name) {\n // default colours used in dwv version < 0.17\n const dict = {\n Yellow: '#ffff00',\n Red: '#ff0000',\n White: '#ffffff',\n Green: '#008000',\n Blue: '#0000ff',\n Lime: '#00ff00',\n Fuchsia: '#ff00ff',\n Black: '#000000'\n };\n let res = '#ffff00';\n if (typeof dict[name] !== 'undefined') {\n res = dict[name];\n }\n return res;\n}\n","/**\n * Immutable 3D vector.\n */\nexport class Vector3D {\n\n /**\n * X coordinate.\n *\n * @type {number}\n */\n #x;\n\n /**\n * Y coordinate.\n *\n * @type {number}\n */\n #y;\n\n /**\n * Z coordinate.\n *\n * @type {number}\n */\n #z;\n\n /**\n * @param {number} x The X component of the vector.\n * @param {number} y The Y component of the vector.\n * @param {number} z The Z component of the vector.\n */\n constructor(x, y, z) {\n this.#x = x;\n this.#y = y;\n this.#z = z;\n }\n\n /**\n * Get the X component of the vector.\n *\n * @returns {number} The X component of the vector.\n */\n getX() {\n return this.#x;\n }\n\n /**\n * Get the Y component of the vector.\n *\n * @returns {number} The Y component of the vector.\n */\n getY() {\n return this.#y;\n }\n\n /**\n * Get the Z component of the vector.\n *\n * @returns {number} The Z component of the vector.\n */\n getZ() {\n return this.#z;\n }\n\n /**\n * Check for Vector3D equality.\n *\n * @param {Vector3D} rhs The other vector to compare to.\n * @returns {boolean} True if both vectors are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.#x === rhs.getX() &&\n this.#y === rhs.getY() &&\n this.#z === rhs.getZ();\n }\n\n /**\n * Get a string representation of the Vector3D.\n *\n * @returns {string} The vector as a string.\n */\n toString() {\n return '(' + this.#x +\n ', ' + this.#y +\n ', ' + this.#z + ')';\n }\n\n /**\n * Get the norm of the vector.\n *\n * @returns {number} The norm.\n */\n norm() {\n return Math.sqrt(\n (this.#x * this.#x) +\n (this.#y * this.#y) +\n (this.#z * this.#z)\n );\n }\n\n /**\n * Get the cross product with another Vector3D, ie the\n * vector that is perpendicular to both a and b.\n * If both vectors are parallel, the cross product is a zero vector.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/Cross_product}.\n *\n * @param {Vector3D} vector3D The input vector.\n * @returns {Vector3D} The result vector.\n */\n crossProduct(vector3D) {\n return new Vector3D(\n (this.#y * vector3D.getZ()) - (vector3D.getY() * this.#z),\n (this.#z * vector3D.getX()) - (vector3D.getZ() * this.#x),\n (this.#x * vector3D.getY()) - (vector3D.getX() * this.#y));\n }\n\n /**\n * Get the dot product with another Vector3D.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/Dot_product}.\n *\n * @param {Vector3D} vector3D The input vector.\n * @returns {number} The dot product.\n */\n dotProduct(vector3D) {\n return (this.#x * vector3D.getX()) +\n (this.#y * vector3D.getY()) +\n (this.#z * vector3D.getZ());\n }\n\n /**\n * Is this vector codirectional to an input one.\n *\n * @param {Vector3D} vector3D The vector to test.\n * @returns {boolean} True if codirectional, false is opposite.\n */\n isCodirectional(vector3D) {\n // a.dot(b) = ||a|| * ||b|| * cos(theta)\n // (https://en.wikipedia.org/wiki/Dot_product#Geometric_definition)\n // -> the sign of the dot product depends on the cosinus of\n // the angle between the vectors\n // -> >0 => vectors are codirectional\n // -> <0 => vectors are opposite\n return this.dotProduct(vector3D) > 0;\n }\n\n} // Vector3D class","import {Vector3D} from './vector';\nimport {Point3D} from './point';\nimport {Index} from './index';\nimport {logger} from '../utils/logger';\n\n// Number.EPSILON is difference between 1 and the smallest\n// floating point number greater than 1\n// -> ~2e-16\n// BIG_EPSILON -> ~2e-12\nexport const BIG_EPSILON = Number.EPSILON * 1e4;\n// 'real world', for example when comparing positions\nexport const REAL_WORLD_EPSILON = 1e-4;\n\n/**\n * Check if two numbers are similar.\n *\n * @param {number} a The first number.\n * @param {number} b The second number.\n * @param {number} tol The comparison tolerance,\n * default to Number.EPSILON.\n * @returns {boolean} True if similar.\n */\nexport function isSimilar(a, b, tol) {\n if (typeof tol === 'undefined') {\n tol = Number.EPSILON;\n }\n return Math.abs(a - b) < tol;\n}\n\n/**\n * Immutable 3x3 Matrix.\n */\nexport class Matrix33 {\n\n /**\n * Matrix values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * Matrix inverse, calculated at first ask.\n *\n * @type {Matrix33}\n */\n #inverse;\n\n /**\n * @param {number[]} values Row-major ordered 9 values.\n */\n constructor(values) {\n this.#values = values;\n }\n\n /**\n * Get a value of the matrix.\n *\n * @param {number} row The row at wich to get the value.\n * @param {number} col The column at wich to get the value.\n * @returns {number|undefined} The value at the position.\n */\n get(row, col) {\n return this.#values[row * 3 + col];\n }\n\n /**\n * Get the inverse of this matrix.\n *\n * @returns {Matrix33|undefined} The inverse matrix or undefined\n * if the determinant is zero.\n */\n getInverse() {\n if (typeof this.#inverse === 'undefined') {\n this.#inverse = getMatrixInverse(this);\n }\n return this.#inverse;\n }\n\n /**\n * Check for Matrix33 equality.\n *\n * @param {Matrix33} rhs The other matrix to compare to.\n * @param {number} [p] A numeric expression for the precision to use in check\n * (ex: 0.001). Defaults to Number.EPSILON if not provided.\n * @returns {boolean} True if both matrices are equal.\n */\n equals(rhs, p) {\n // TODO: add type check\n // check values\n for (let i = 0; i < 3; ++i) {\n for (let j = 0; j < 3; ++j) {\n if (!isSimilar(this.get(i, j), rhs.get(i, j), p)) {\n return false;\n }\n }\n }\n return true;\n }\n\n /**\n * Get a string representation of the Matrix33.\n *\n * @returns {string} The matrix as a string.\n */\n toString() {\n let str = '[';\n for (let i = 0; i < 3; ++i) {\n if (i !== 0) {\n str += ', \\n ';\n }\n for (let j = 0; j < 3; ++j) {\n if (j !== 0) {\n str += ', ';\n }\n str += this.get(i, j);\n }\n }\n str += ']';\n return str;\n }\n\n /**\n * Multiply this matrix by another.\n *\n * @param {Matrix33} rhs The matrix to multiply by.\n * @returns {Matrix33} The product matrix.\n */\n multiply(rhs) {\n const values = [];\n for (let i = 0; i < 3; ++i) {\n for (let j = 0; j < 3; ++j) {\n let tmp = 0;\n for (let k = 0; k < 3; ++k) {\n tmp += this.get(i, k) * rhs.get(k, j);\n }\n values.push(tmp);\n }\n }\n return new Matrix33(values);\n }\n\n /**\n * Get the absolute value of this matrix.\n *\n * @returns {Matrix33} The result matrix.\n */\n getAbs() {\n const values = [];\n for (let i = 0; i < 3; ++i) {\n for (let j = 0; j < 3; ++j) {\n values.push(Math.abs(this.get(i, j)));\n }\n }\n return new Matrix33(values);\n }\n\n /**\n * Multiply this matrix by a 3D array.\n *\n * @param {number[]} array3D The input 3D array.\n * @returns {number[]} The result 3D array.\n */\n multiplyArray3D(array3D) {\n if (array3D.length !== 3) {\n throw new Error('Cannot multiply 3x3 matrix with non 3D array: ' +\n array3D.length);\n }\n const values = [];\n for (let i = 0; i < 3; ++i) {\n let tmp = 0;\n for (let j = 0; j < 3; ++j) {\n tmp += this.get(i, j) * array3D[j];\n }\n values.push(tmp);\n }\n return values;\n }\n\n /**\n * Multiply this matrix by a 3D vector.\n *\n * @param {Vector3D} vector3D The input 3D vector.\n * @returns {Vector3D} The result 3D vector.\n */\n multiplyVector3D(vector3D) {\n const array3D = this.multiplyArray3D(\n [vector3D.getX(), vector3D.getY(), vector3D.getZ()]\n );\n return new Vector3D(array3D[0], array3D[1], array3D[2]);\n }\n\n /**\n * Multiply this matrix by a 3D point.\n *\n * @param {Point3D} point3D The input 3D point.\n * @returns {Point3D} The result 3D point.\n */\n multiplyPoint3D(point3D) {\n const array3D = this.multiplyArray3D(\n [point3D.getX(), point3D.getY(), point3D.getZ()]\n );\n return new Point3D(array3D[0], array3D[1], array3D[2]);\n }\n\n /**\n * Multiply this matrix by a 3D index.\n *\n * @param {Index} index3D The input 3D index.\n * @returns {Index} The result 3D index.\n */\n multiplyIndex3D(index3D) {\n const array3D = this.multiplyArray3D(index3D.getValues());\n return new Index(array3D);\n }\n\n /**\n * Get the index of the maximum in absolute value of a row.\n *\n * @param {number} row The row to get the maximum from.\n * @returns {object} The {value,index} of the maximum.\n */\n getRowAbsMax(row) {\n const values = [\n Math.abs(this.get(row, 0)),\n Math.abs(this.get(row, 1)),\n Math.abs(this.get(row, 2))\n ];\n const absMax = Math.max.apply(null, values);\n const index = values.indexOf(absMax);\n return {\n value: this.get(row, index),\n index: index\n };\n }\n\n /**\n * Get the index of the maximum in absolute value of a column.\n *\n * @param {number} col The column to get the maximum from.\n * @returns {object} The {value,index} of the maximum.\n */\n getColAbsMax(col) {\n const values = [\n Math.abs(this.get(0, col)),\n Math.abs(this.get(1, col)),\n Math.abs(this.get(2, col))\n ];\n const absMax = Math.max.apply(null, values);\n const index = values.indexOf(absMax);\n return {\n value: this.get(index, col),\n index: index\n };\n }\n\n /**\n * Get this matrix with only zero and +/- ones instead of the maximum.\n *\n * @returns {Matrix33} The simplified matrix.\n */\n asOneAndZeros() {\n const res = [];\n for (let j = 0; j < 3; ++j) {\n const max = this.getRowAbsMax(j);\n const sign = max.value > 0 ? 1 : -1;\n for (let i = 0; i < 3; ++i) {\n if (i === max.index) {\n res.push(1 * sign);\n } else {\n res.push(0);\n }\n }\n }\n return new Matrix33(res);\n }\n\n /**\n * Get the third column direction index of an orientation matrix.\n *\n * @returns {number} The index of the absolute maximum of the last column.\n */\n getThirdColMajorDirection() {\n return this.getColAbsMax(2).index;\n }\n\n} // Matrix33\n\n/**\n * Get the inverse of an input 3*3 matrix.\n *\n * Ref:\n * - {@link https://en.wikipedia.org/wiki/Invertible_matrix#Inversion_of_3_%C3%97_3_matrices},\n * - {@link https://github.com/willnode/N-Matrix-Programmer}.\n *\n * @param {Matrix33} m The input matrix.\n * @returns {Matrix33|undefined} The inverse matrix or undefined\n * if the determinant is zero.\n */\nfunction getMatrixInverse(m) {\n const m00 = m.get(0, 0);\n const m01 = m.get(0, 1);\n const m02 = m.get(0, 2);\n const m10 = m.get(1, 0);\n const m11 = m.get(1, 1);\n const m12 = m.get(1, 2);\n const m20 = m.get(2, 0);\n const m21 = m.get(2, 1);\n const m22 = m.get(2, 2);\n\n const a1212 = m11 * m22 - m12 * m21;\n const a2012 = m12 * m20 - m10 * m22;\n const a0112 = m10 * m21 - m11 * m20;\n\n let det = m00 * a1212 + m01 * a2012 + m02 * a0112;\n if (det === 0) {\n logger.warn('Cannot invert 3*3 matrix with zero determinant.');\n return undefined;\n }\n det = 1 / det;\n\n const values = [\n det * a1212,\n det * (m02 * m21 - m01 * m22),\n det * (m01 * m12 - m02 * m11),\n det * a2012,\n det * (m00 * m22 - m02 * m20),\n det * (m02 * m10 - m00 * m12),\n det * a0112,\n det * (m01 * m20 - m00 * m21),\n det * (m00 * m11 - m01 * m10)\n ];\n\n return new Matrix33(values);\n}\n\n/**\n * Create a 3x3 identity matrix.\n *\n * @returns {Matrix33} The identity matrix.\n */\nexport function getIdentityMat33() {\n /* eslint-disable @stylistic/js/array-element-newline */\n return new Matrix33([\n 1, 0, 0,\n 0, 1, 0,\n 0, 0, 1\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n}\n\n/**\n * Check if a matrix is a 3x3 identity matrix.\n *\n * @param {Matrix33} mat33 The matrix to test.\n * @returns {boolean} True if identity.\n */\nexport function isIdentityMat33(mat33) {\n return mat33.equals(getIdentityMat33());\n}\n","import {isSimilar} from './matrix';\nimport {Vector3D} from './vector';\n\n/**\n * Immutable 2D point.\n */\nexport class Point2D {\n\n /**\n * X position.\n *\n * @type {number}\n */\n #x;\n\n /**\n * Y position.\n *\n * @type {number}\n */\n #y;\n\n /**\n * @param {number} x The X coordinate for the point.\n * @param {number} y The Y coordinate for the point.\n */\n constructor(x, y) {\n this.#x = x;\n this.#y = y;\n }\n\n /**\n * Get the X position of the point.\n *\n * @returns {number} The X position of the point.\n */\n getX() {\n return this.#x;\n }\n\n /**\n * Get the Y position of the point.\n *\n * @returns {number} The Y position of the point.\n */\n getY() {\n return this.#y;\n }\n\n /**\n * Get the values of this point.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return [this.#x, this.#y];\n }\n\n /**\n * Get the centroid of the point, ie itself.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n return this;\n }\n\n /**\n * Check for Point2D equality.\n *\n * @param {Point2D} rhs The other point to compare to.\n * @returns {boolean} True if both points are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n typeof rhs !== 'undefined' &&\n this.#x === rhs.getX() &&\n this.#y === rhs.getY();\n }\n\n /**\n * Get a string representation of the Point2D.\n *\n * @returns {string} The point as a string.\n */\n toString() {\n return '(' + this.#x + ', ' + this.#y + ')';\n }\n\n /**\n * Get the distance to another Point2D.\n *\n * @param {Point2D} point2D The input point.\n * @returns {number} Ths distance to the input point.\n */\n getDistance(point2D) {\n const dx = this.#x - point2D.getX();\n const dy = this.#y - point2D.getY();\n return Math.sqrt(dx * dx + dy * dy);\n }\n\n} // Point2D class\n\n/**\n * Immutable 3D point.\n */\nexport class Point3D {\n\n /**\n * X position.\n *\n * @type {number}\n */\n #x;\n\n /**\n * Y position.\n *\n * @type {number}\n */\n #y;\n\n /**\n * Z position.\n *\n * @type {number}\n */\n #z;\n\n /**\n * @param {number} x The X coordinate for the point.\n * @param {number} y The Y coordinate for the point.\n * @param {number} z The Z coordinate for the point.\n */\n constructor(x, y, z) {\n this.#x = x;\n this.#y = y;\n this.#z = z;\n }\n\n /**\n * Get the X position of the point.\n *\n * @returns {number} The X position of the point.\n */\n getX() {\n return this.#x;\n }\n\n /**\n * Get the Y position of the point.\n *\n * @returns {number} The Y position of the point.\n */\n getY() {\n return this.#y;\n }\n\n /**\n * Get the Z position of the point.\n *\n * @returns {number} The Z position of the point.\n */\n getZ() {\n return this.#z;\n }\n\n /**\n * Get the values of this point.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return [this.#x, this.#y, this.#z];\n }\n\n /**\n * Check for Point3D equality.\n *\n * @param {Point3D} rhs The other point to compare to.\n * @returns {boolean} True if both points are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.#x === rhs.getX() &&\n this.#y === rhs.getY() &&\n this.#z === rhs.getZ();\n }\n\n /**\n * Check for Point3D similarity.\n *\n * @param {Point3D} rhs The other point to compare to.\n * @param {number} tol Optional comparison tolerance,\n * default to Number.EPSILON.\n * @returns {boolean} True if both points are equal.\n */\n isSimilar(rhs, tol) {\n return rhs !== null &&\n isSimilar(this.#x, rhs.getX(), tol) &&\n isSimilar(this.#y, rhs.getY(), tol) &&\n isSimilar(this.#z, rhs.getZ(), tol);\n }\n\n /**\n * Get a string representation of the Point3D.\n *\n * @returns {string} The point as a string.\n */\n toString() {\n return '(' + this.#x +\n ', ' + this.#y +\n ', ' + this.#z + ')';\n }\n\n /**\n * Get the distance to another Point3D.\n *\n * @param {Point3D} point3D The input point.\n * @returns {number} Ths distance to the input point.\n */\n getDistance(point3D) {\n return Math.sqrt(this.#getSquaredDistance(point3D));\n }\n\n /**\n * Get the square of the distance between this and\n * an input point. Used for sorting.\n *\n * @param {Point3D} point3D The input point.\n * @returns {number} The square of the distance.\n */\n #getSquaredDistance(point3D) {\n const dx = this.#x - point3D.getX();\n const dy = this.#y - point3D.getY();\n const dz = this.#z - point3D.getZ();\n return dx * dx + dy * dy + dz * dz;\n }\n\n /**\n * Get the closest point to this in a Point3D list.\n *\n * @param {Point3D[]} pointList The list to check.\n * @returns {number} The index of the closest point in the input list.\n */\n getClosest(pointList) {\n let minIndex = 0;\n // the order between squared distances and distances is the same\n let minDist = this.#getSquaredDistance(pointList[minIndex]);\n for (let i = 0; i < pointList.length; ++i) {\n const dist = this.#getSquaredDistance(pointList[i]);\n if (dist < minDist) {\n minIndex = i;\n minDist = dist;\n }\n }\n return minIndex;\n }\n\n /**\n * Get the difference to another Point3D.\n *\n * @param {Point3D} point3D The input point.\n * @returns {Vector3D} The 3D vector from the input point to this one.\n */\n minus(point3D) {\n return new Vector3D(\n (this.#x - point3D.getX()),\n (this.#y - point3D.getY()),\n (this.#z - point3D.getZ()));\n }\n\n} // Point3D class\n\n/**\n * Get an array find callback for an equal input point.\n *\n * @param {Point3D} point The point to compare to.\n * @returns {Function} A function that compares, using `equals`,\n * its input point to the one given as input to this function.\n */\nexport function getEqualPoint3DFunction(point) {\n return function (element) {\n return element.equals(point);\n };\n}\n\n/**\n * Immutable point.\n * Warning: the input array is NOT cloned, modifying it will\n * modify the point values.\n */\nexport class Point {\n\n /**\n * Point values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * @param {number[]} values The point values.\n */\n constructor(values) {\n if (!values || typeof values === 'undefined') {\n throw new Error('Cannot create point with no values.');\n }\n if (values.length === 0) {\n throw new Error('Cannot create point with empty values.');\n }\n const valueCheck = function (val) {\n return !isNaN(val);\n };\n if (!values.every(valueCheck)) {\n throw new Error('Cannot create point with non number values.');\n }\n this.#values = values;\n }\n\n /**\n * Get the point value at the given array index.\n *\n * @param {number} i The index to get.\n * @returns {number} The value.\n */\n get(i) {\n return this.#values[i];\n }\n\n /**\n * Get the length of the point.\n *\n * @returns {number} The length.\n */\n length() {\n return this.#values.length;\n }\n\n /**\n * Get a string representation of the point.\n *\n * @returns {string} The point as a string.\n */\n toString() {\n return '(' + this.#values.toString() + ')';\n }\n\n /**\n * Get the values of this point.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return this.#values.slice();\n }\n\n /**\n * Check if the input point can be compared to this one.\n *\n * @param {Point} rhs The point to compare to.\n * @returns {boolean} True if both points are comparable.\n */\n canCompare(rhs) {\n // check input\n if (!rhs) {\n return false;\n }\n // check length\n if (this.length() !== rhs.length()) {\n return false;\n }\n // seems ok!\n return true;\n }\n\n /**\n * Check for Point equality.\n *\n * @param {Point} rhs The point to compare to.\n * @returns {boolean} True if both points are equal.\n */\n equals(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return false;\n }\n // check values\n for (let i = 0, leni = this.length(); i < leni; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Compare points and return different dimensions.\n *\n * @param {Point} rhs The point to compare to.\n * @returns {number[]} The list of different dimensions.\n */\n compare(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return null;\n }\n // check values\n const diffDims = [];\n for (let i = 0, leni = this.length(); i < leni; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n diffDims.push(i);\n }\n }\n return diffDims;\n }\n\n /**\n * Get the 3D part of this point.\n *\n * @returns {Point3D} The Point3D.\n */\n get3D() {\n return new Point3D(this.get(0), this.get(1), this.get(2));\n }\n\n /**\n * Add another point to this one.\n *\n * @param {Point} rhs The point to add.\n * @returns {Point} The point representing the sum of both points.\n */\n add(rhs) {\n // check if can compare\n if (!this.canCompare(rhs)) {\n return null;\n }\n const values = [];\n const values0 = this.getValues();\n const values1 = rhs.getValues();\n for (let i = 0; i < values0.length; ++i) {\n values.push(values0[i] + values1[i]);\n }\n return new Point(values);\n }\n\n /**\n * Merge this point with a Point3D to create a new point.\n *\n * @param {Point3D} rhs The Point3D to merge with.\n * @returns {Point} The merge result.\n */\n mergeWith3D(rhs) {\n const values = this.getValues();\n values[0] = rhs.getX();\n values[1] = rhs.getY();\n values[2] = rhs.getZ();\n return new Point(values);\n }\n\n} // Point class\n","/**\n * Namespace for translation function\n * (in a namespace to allow for override from client).\n */\nexport const i18n = {\n\n /**\n * Get the translated text.\n *\n * @param {string} key The key to the text entry.\n * @returns {string|undefined} The translated text.\n */\n t(key) {\n let res = key;\n const props = key.split('.');\n // defaut units look like 'unit.cm2'\n if (props.length === 2 &&\n props[0] === 'unit') {\n const units = {\n mm: 'mm',\n cm2: 'cm²',\n degree: '°'\n };\n res = units[props[1]];\n }\n return res;\n }\n\n};\n","\nimport {i18n} from './i18n';\n\n/**\n * Capitalise the first letter of a string.\n *\n * @param {string} string The string to capitalise the first letter.\n * @returns {string} The new string.\n */\nexport function capitaliseFirstLetter(string) {\n let res = string;\n if (string) {\n res = string.charAt(0).toUpperCase() + string.slice(1);\n }\n return res;\n}\n\n/**\n * Check if a string starts with the input element.\n *\n * @param {string} str The input string.\n * @param {string} search The searched start.\n * @param {number} [rawPos] The position in this string at which to begin\n * searching for searchString. Defaults to 0.\n * @returns {boolean} True if the input string starts with the searched string.\n */\nexport function startsWith(str, search, rawPos) {\n if (typeof str === 'undefined' || str === null ||\n typeof search === 'undefined' || search === null) {\n return false;\n }\n const pos = rawPos > 0 ? rawPos | 0 : 0;\n return str.substring(pos, pos + search.length) === search;\n}\n\n/**\n * Check if a string ends with the input element.\n *\n * @param {string} str The input string.\n * @param {string} search The searched ending.\n * @returns {boolean} True if the input string ends with the searched string.\n */\nexport function endsWith(str, search) {\n if (typeof str === 'undefined' || str === null ||\n typeof search === 'undefined' || search === null) {\n return false;\n }\n return str.substring(str.length - search.length) === search;\n}\n\n/**\n * Split key/value string: `key0=val00&key0=val01&key1=val10\n * will return `{key0 : [val00, val01], key1 : val1}`.\n *\n * @param {string} inputStr The string to split.\n * @returns {object} The split string.\n */\nexport function splitKeyValueString(inputStr) {\n // result\n const result = {};\n // check input string\n if (inputStr) {\n // split key/value pairs\n const pairs = inputStr.split('&');\n for (let i = 0; i < pairs.length; ++i) {\n const pair = pairs[i].split('=');\n // if the key does not exist, create it\n if (!result[pair[0]]) {\n result[pair[0]] = pair[1];\n } else {\n // make it an array\n if (!(result[pair[0]] instanceof Array)) {\n result[pair[0]] = [result[pair[0]]];\n }\n result[pair[0]].push(pair[1]);\n }\n }\n }\n return result;\n}\n\n/**\n * Get flags from an input string. Flags are words surrounded with curly\n * braces.\n *\n * @param {string} inputStr The input string.\n * @returns {string[]} An array of found flags.\n */\nexport function getFlags(inputStr) {\n const flags = [];\n // check input string\n if (inputStr === null || typeof inputStr === 'undefined') {\n return flags;\n }\n\n // word surrounded by curly braces\n const regex = /{(\\w+)}/g;\n\n let match = regex.exec(inputStr);\n while (match) {\n flags.push(match[1]); // first matching group\n match = regex.exec(inputStr);\n }\n return flags;\n}\n\n/**\n * Replace flags in a input string. Flags are keywords surrounded with curly\n * braces.\n *\n * @param {string} inputStr The input string.\n * @param {object} values A object of {value, unit}.\n * @returns {string} The result string.\n */\nexport function replaceFlags(inputStr, values) {\n let res = '';\n // check input string\n if (inputStr === null || typeof inputStr === 'undefined') {\n return res;\n }\n res = inputStr;\n // check values\n if (values === null || typeof values === 'undefined') {\n return res;\n }\n\n // loop through flags\n const keys = getFlags(inputStr);\n for (let i = 0; i < keys.length; ++i) {\n const valueObj = values[keys[i]];\n if (valueObj !== null && typeof valueObj !== 'undefined' &&\n valueObj.value !== null && typeof valueObj.value !== 'undefined') {\n // value string\n let valueStr = valueObj.value.toPrecision(4);\n // add unit if available\n // space or no space? Yes apart from degree...\n // check: https://en.wikipedia.org/wiki/Space_(punctuation)#Spaces_and_unit_symbols\n if (valueObj.unit !== null &&\n typeof valueObj.unit !== 'undefined' &&\n valueObj.unit.length !== 0) {\n if (valueObj.unit !== 'unit.degree') {\n valueStr += ' ';\n }\n valueStr += i18n.t(valueObj.unit);\n }\n // flag to replace\n const flag = '{' + keys[i] + '}';\n // replace\n res = res.replace(flag, valueStr);\n }\n }\n // return\n return res;\n}\n\n/**\n * Get the root of an input path.\n * Splits using `/` as separator.\n *\n * @param {string} path The input path.\n * @returns {string} The input path without its last part.\n */\nexport function getRootPath(path) {\n return path.split('/').slice(0, -1).join('/');\n}\n\n/**\n * Get a file extension: anything after the last dot.\n * File name starting with a dot are discarded.\n * Extensions are expected to contain at least one letter.\n *\n * @param {string} filePath The file path containing the file name.\n * @returns {string} The lower case file extension or null for none.\n */\nexport function getFileExtension(filePath) {\n let ext = null;\n if (typeof filePath !== 'undefined' &&\n filePath !== null &&\n filePath[0] !== '.') {\n const pathSplit = filePath.toLowerCase().split('.');\n if (pathSplit.length !== 1) {\n ext = pathSplit.pop();\n // extension should contain at least one letter and no slash\n const regExp = /[a-z]/;\n if (!regExp.test(ext) || ext.includes('/')) {\n ext = null;\n }\n }\n }\n return ext;\n}\n\n/**\n * Convert a string to a Uint8Array.\n *\n * @param {string} str The string to convert.\n * @returns {Uint8Array} The Uint8Array.\n */\nexport function stringToUint8Array(str) {\n const arr = new Uint8Array(str.length);\n for (let i = 0, leni = str.length; i < leni; i++) {\n arr[i] = str.charCodeAt(i);\n }\n return arr;\n}\n\n/**\n * Round a float number to a given precision.\n *\n * Inspired from {@link https://stackoverflow.com/a/49729715/3639892}.\n *\n * Can be a solution to not have trailing zero as when\n * using toFixed or toPrecision.\n * '+number.toFixed(precision)' does not pass all the tests...\n *\n * @param {number} number The number to round.\n * @param {number} precision The rounding precision.\n * @returns {number} The rounded number.\n */\nexport function precisionRound(number, precision) {\n const factor = Math.pow(10, precision);\n const delta = 0.01 / factor; // fixes precisionRound(1.005, 2)\n return Math.round(number * factor + delta) / factor;\n}\n","import {stringToUint8Array} from './string';\n\n/**\n * Get a string id from array values in the form of: '#0-1_#1-2'.\n *\n * @param {Array} arr The input array.\n * @param {number[]} [dims] Optional list of dimensions to use.\n * @returns {string} The string id.\n */\nexport function toStringId(arr, dims) {\n // use all dims if not as input\n if (typeof dims === 'undefined') {\n dims = [];\n for (let i = 0; i < arr.length; ++i) {\n dims.push(i);\n }\n }\n // check dims\n for (let i = 0; i < dims.length; ++i) {\n if (dims[i] >= arr.length) {\n throw new Error('Non valid dimension for toStringId');\n }\n }\n // build string\n let res = '';\n for (let i = 0; i < dims.length; ++i) {\n if (i !== 0) {\n res += '_';\n }\n res += '#' + dims[i] + '-' + arr[dims[i]];\n }\n return res;\n}\n\n/**\n * Get an array from an id string in the form of: '#0-1_#1-2'\n * (result of toStringId).\n *\n * @param {string} inputStr The input string.\n * @returns {Array} The corresponding array (minimum size is 3D).\n */\nexport function getArrayFromStringId(inputStr) {\n // split ids\n const strIds = inputStr.split('_');\n // get the size of the index (minimum 3)\n let numberOfDims = 3;\n let dim;\n for (let i = 0; i < strIds.length; ++i) {\n // expecting dim < 10\n dim = parseInt(strIds[i].substring(1, 2), 10);\n // dim is zero based\n if (dim + 1 > numberOfDims) {\n numberOfDims = dim + 1;\n }\n }\n // default values\n const values = new Array(numberOfDims);\n values.fill(0);\n // get other values from the input string\n for (let j = 0; j < strIds.length; ++j) {\n // expecting dim < 10\n dim = parseInt(strIds[j].substring(1, 2), 10);\n const value = parseInt(strIds[j].substring(3), 10);\n values[dim] = value;\n }\n\n return values;\n}\n\n/**\n * Check if the first input array contains all the\n * elements of the second input array.\n *\n * @param {string[]} arr0 The test array.\n * @param {string[]} arr1 The elements to check in the first array.\n * @returns {boolean} True if all the elements of arr1 are included in arr0.\n */\nexport function arrayContains(arr0, arr1) {\n // check input\n if (arr0 === null ||\n arr1 === null ||\n typeof arr0 === 'undefined' ||\n typeof arr1 === 'undefined') {\n return false;\n }\n if (arr0.length === 0 ||\n arr1.length === 0 ||\n arr1.length > arr0.length) {\n return false;\n }\n // check values\n for (const itemArr1 of arr1) {\n if (!arr0.includes(itemArr1)) {\n return false;\n }\n }\n return true;\n}\n\n/**\n * Check for array equality after sorting.\n *\n * @param {Array} arr0 First array.\n * @param {Array} arr1 Second array.\n * @returns {boolean} True if both array are defined and contain same values.\n */\nexport function arraySortEquals(arr0, arr1) {\n if (arr0 === null ||\n arr1 === null ||\n typeof arr0 === 'undefined' ||\n typeof arr1 === 'undefined') {\n return false;\n }\n const arr0sorted = arr0.slice().sort();\n const arr1sorted = arr1.slice().sort();\n return arrayEquals(arr0sorted, arr1sorted);\n}\n\n/**\n * Check for array equality.\n *\n * @param {Array} arr0 First array.\n * @param {Array} arr1 Second array.\n * @returns {boolean} True if both array are defined and contain same values.\n */\nexport function arrayEquals(arr0, arr1) {\n if (arr0 === null ||\n arr1 === null ||\n typeof arr0 === 'undefined' ||\n typeof arr1 === 'undefined') {\n return false;\n }\n if (arr0.length !== arr1.length) {\n return false;\n }\n return arr0.every(function (element, index) {\n return element === arr1[index];\n });\n}\n\n/**\n * Convert a Uint8Array to a string.\n *\n * @param {Uint8Array} arr The array to convert.\n * @returns {string} The array as string.\n */\nexport function uint8ArrayToString(arr) {\n return String.fromCharCode.apply(String, arr);\n}\n\n/**\n * Array find in a subset of the input array.\n * Equivalent to: `arr.slice(start, end).find(callbackFn)`.\n *\n * @param {Uint8Array} arr The input array to search.\n * @param {Function} callbackFn The find function.\n * @param {number|undefined} start The array start index.\n * @param {number|undefined} [end] The array end index.\n * @returns {number|undefined} The index where the element was found.\n */\nexport function findInArraySubset(arr, callbackFn, start, end) {\n // check inputs\n if (typeof start === 'undefined' ||\n start < 0 ||\n start >= arr.length\n ) {\n start = 0;\n }\n if (typeof end === 'undefined' ||\n end <= start ||\n end > arr.length) {\n end = arr.length;\n }\n // run\n for (let i = start; i < end; ++i) {\n if (callbackFn(arr[i], i, arr)) {\n return i;\n }\n }\n return undefined;\n}\n\n/**\n * Get a find in array callback.\n *\n * @param {Uint8Array} arr1 The array to find.\n * @returns {Function} The find callback function.\n */\nexport function getFindArrayInArrayCallback(arr1) {\n return function (element, index, arr0) {\n for (let i = 0; i < arr1.length; ++i) {\n if (arr0[index + i] !== arr1[i]) {\n return false;\n }\n }\n return true;\n };\n}\n\n/**\n * Extract each element of a multipart ArrayBuffer.\n *\n * Ref: {@link https://en.wikipedia.org/wiki/MIME#Multipart_messages}.\n *\n * @param {ArrayBuffer} arr The multipart array.\n * @returns {Array} The multipart parts as an array of object as\n * {'Content-Type', ..., data} (depending on header tags).\n */\nexport function parseMultipart(arr) {\n const u8Array = new Uint8Array(arr);\n\n const parts = [];\n // check input\n if (u8Array.length === 0) {\n return parts;\n }\n\n // \\r\\n\\r\\n\n const doubleReturnNew = new Uint8Array([0x0d, 0x0a, 0x0d, 0x0a]);\n const partHeaderEndCb = getFindArrayInArrayCallback(doubleReturnNew);\n\n // look for boundary in first part header\n let partHeaderEndIndex = findInArraySubset(\n u8Array, partHeaderEndCb, 0\n );\n if (typeof partHeaderEndIndex === 'undefined') {\n throw new Error('Can\\'t find the end of the first multipart header');\n }\n const firstPartHeader = u8Array.slice(0, partHeaderEndIndex);\n // switch to string to use split\n const lines = uint8ArrayToString(firstPartHeader).split('\\r\\n');\n // boundary should start with '--'\n let boundaryStr;\n for (let i = 0; i < lines.length; ++i) {\n if (lines[i][0] === '-' && lines[i][1] === '-') {\n boundaryStr = lines[i];\n break;\n }\n }\n if (typeof boundaryStr === 'undefined') {\n throw new Error('Can\\'t find the boundary between multi-parts');\n }\n const boundary = stringToUint8Array(boundaryStr);\n const boundaryCb = getFindArrayInArrayCallback(boundary);\n const boundaryLen = boundaryStr.length;\n\n // skip mime header\n let nextBoundaryIndex = findInArraySubset(\n u8Array, boundaryCb, 0\n );\n\n // loop through content\n while (typeof partHeaderEndIndex !== 'undefined') {\n const part = {};\n\n // header\n const partHeader = u8Array.slice(\n nextBoundaryIndex + boundaryLen, partHeaderEndIndex);\n // split into object\n const partHeaderLines =\n uint8ArrayToString(partHeader).split('\\r\\n');\n for (let l = 0; l < partHeaderLines.length; ++l) {\n const line = partHeaderLines[l];\n const semiColonIndex = line.indexOf(':');\n if (semiColonIndex !== -1) {\n const key = line.substring(0, semiColonIndex).trim();\n const val = line.substring(semiColonIndex + 1).trim();\n part[key] = val;\n }\n }\n\n // find next boundary\n nextBoundaryIndex = findInArraySubset(\n u8Array, boundaryCb, partHeaderEndIndex\n );\n // exit if none\n if (typeof nextBoundaryIndex === 'undefined') {\n break;\n }\n\n // get part\n // partHeaderEndIndex plus the size of the '\\r\\n\\r\\n' separator\n const dataBeginIndex = partHeaderEndIndex + 4;\n // nextBoundaryIndex minus the previous '\\r\\n'\n const dataEndIndex = nextBoundaryIndex - 2;\n if (dataBeginIndex < dataEndIndex) {\n part.data = u8Array.slice(dataBeginIndex, dataEndIndex).buffer;\n } else {\n part.data = new Uint8Array();\n }\n\n // store part\n parts.push(part);\n\n // find next part header end\n partHeaderEndIndex = findInArraySubset(\n u8Array, partHeaderEndCb,\n nextBoundaryIndex + boundaryLen\n );\n }\n\n return parts;\n}\n\n/**\n * Build a multipart message.\n *\n * Ref:\n * - {@link https://en.wikipedia.org/wiki/MIME#Multipart_messages},\n * - {@link https://hg.orthanc-server.com/orthanc-dicomweb/file/tip/Resources/Samples/JavaScript/stow-rs.js}.\n *\n * @param {Array} parts The message parts as an array of object containing\n * content headers and messages as the data property (as returned by parse).\n * @param {string} boundary The message boundary.\n * @returns {Uint8Array} The full multipart message.\n */\nexport function buildMultipart(parts, boundary) {\n const lineBreak = '\\r\\n';\n // build headers and calculate size\n let partsSize = 0;\n const headers = [];\n for (let i = 0; i < parts.length; ++i) {\n let headerStr = '';\n if (i !== 0) {\n headerStr += lineBreak;\n }\n headerStr += '--' + boundary + lineBreak;\n const partKeys = Object.keys(parts[i]);\n for (let k = 0; k < partKeys.length; ++k) {\n const key = partKeys[k];\n if (key !== 'data') {\n headerStr += key + ': ' + parts[i][key] + lineBreak;\n }\n }\n headerStr += lineBreak;\n const header = stringToUint8Array(headerStr);\n headers.push(header);\n partsSize += header.byteLength + parts[i].data.byteLength;\n }\n // build trailer\n const trailerStr = lineBreak + '--' + boundary + '--' + lineBreak;\n const trailer = stringToUint8Array(trailerStr);\n\n // final buffer\n const buffer = new Uint8Array(partsSize + trailer.byteLength);\n let offset = 0;\n // concatenate parts\n for (let j = 0; j < parts.length; ++j) {\n buffer.set(headers[j], offset);\n offset += headers[j].byteLength;\n buffer.set(new Uint8Array(parts[j].data), offset);\n offset += parts[j].data.byteLength;\n }\n // end buffer with trailer\n buffer.set(trailer, offset);\n\n // return\n return buffer;\n}\n","/* eslint-disable @stylistic/js/quote-props */\n/* eslint @stylistic/js/max-len:0 */\n\n/**\n * DICOM tag dictionary 2022a.\n * Generated using xml standard conversion from {@link https://github.com/ivmartel/dcmStdToJs} v0.1.0.\n *\n * Conversion changes:\n * - (vr) 'See Note' -> 'NONE',\n * - (vr) 'OB or OW' -> 'ox',\n * - (vr) 'US or SS' -> 'xs',\n * - (vr) 'US or OW' -> 'xx',\n * - (vr) 'US or SS or OW' -> 'xs',\n * - added 'GenericGroupLength' element to each group.\n *\n * Local changes:\n * - tag numbers with 'xx' were replaced with '00', 'xxx' with '001' and\n * 'xxxx' with '0004'.\n *\n * @type {Object>}\n */\nexport const dictionary = {\n '0000': {\n '0000': ['UL', '1', 'CommandGroupLength'],\n '0001': ['UL', '1', 'CommandLengthToEnd'],\n '0002': ['UI', '1', 'AffectedSOPClassUID'],\n '0003': ['UI', '1', 'RequestedSOPClassUID'],\n '0010': ['SH', '1', 'CommandRecognitionCode'],\n '0100': ['US', '1', 'CommandField'],\n '0110': ['US', '1', 'MessageID'],\n '0120': ['US', '1', 'MessageIDBeingRespondedTo'],\n '0200': ['AE', '1', 'Initiator'],\n '0300': ['AE', '1', 'Receiver'],\n '0400': ['AE', '1', 'FindLocation'],\n '0600': ['AE', '1', 'MoveDestination'],\n '0700': ['US', '1', 'Priority'],\n '0800': ['US', '1', 'CommandDataSetType'],\n '0850': ['US', '1', 'NumberOfMatches'],\n '0860': ['US', '1', 'ResponseSequenceNumber'],\n '0900': ['US', '1', 'Status'],\n '0901': ['AT', '1-n', 'OffendingElement'],\n '0902': ['LO', '1', 'ErrorComment'],\n '0903': ['US', '1', 'ErrorID'],\n '1000': ['UI', '1', 'AffectedSOPInstanceUID'],\n '1001': ['UI', '1', 'RequestedSOPInstanceUID'],\n '1002': ['US', '1', 'EventTypeID'],\n '1005': ['AT', '1-n', 'AttributeIdentifierList'],\n '1008': ['US', '1', 'ActionTypeID'],\n '1020': ['US', '1', 'NumberOfRemainingSuboperations'],\n '1021': ['US', '1', 'NumberOfCompletedSuboperations'],\n '1022': ['US', '1', 'NumberOfFailedSuboperations'],\n '1023': ['US', '1', 'NumberOfWarningSuboperations'],\n '1030': ['AE', '1', 'MoveOriginatorApplicationEntityTitle'],\n '1031': ['US', '1', 'MoveOriginatorMessageID'],\n '4000': ['LT', '1', 'DialogReceiver'],\n '4010': ['LT', '1', 'TerminalType'],\n '5010': ['SH', '1', 'MessageSetID'],\n '5020': ['SH', '1', 'EndMessageID'],\n '5110': ['LT', '1', 'DisplayFormat'],\n '5120': ['LT', '1', 'PagePositionID'],\n '5130': ['CS', '1', 'TextFormatID'],\n '5140': ['CS', '1', 'NormalReverse'],\n '5150': ['CS', '1', 'AddGrayScale'],\n '5160': ['CS', '1', 'Borders'],\n '5170': ['IS', '1', 'Copies'],\n '5180': ['CS', '1', 'CommandMagnificationType'],\n '5190': ['CS', '1', 'Erase'],\n '51A0': ['CS', '1', 'Print'],\n '51B0': ['US', '1-n', 'Overlays']\n },\n '0002': {\n '0000': ['UL', '1', 'FileMetaInformationGroupLength'],\n '0001': ['OB', '1', 'FileMetaInformationVersion'],\n '0002': ['UI', '1', 'MediaStorageSOPClassUID'],\n '0003': ['UI', '1', 'MediaStorageSOPInstanceUID'],\n '0010': ['UI', '1', 'TransferSyntaxUID'],\n '0012': ['UI', '1', 'ImplementationClassUID'],\n '0013': ['SH', '1', 'ImplementationVersionName'],\n '0016': ['AE', '1', 'SourceApplicationEntityTitle'],\n '0017': ['AE', '1', 'SendingApplicationEntityTitle'],\n '0018': ['AE', '1', 'ReceivingApplicationEntityTitle'],\n '0026': ['UR', '1', 'SourcePresentationAddress'],\n '0027': ['UR', '1', 'SendingPresentationAddress'],\n '0028': ['UR', '1', 'ReceivingPresentationAddress'],\n '0031': ['OB', '1', 'RTVMetaInformationVersion'],\n '0032': ['UI', '1', 'RTVCommunicationSOPClassUID'],\n '0033': ['UI', '1', 'RTVCommunicationSOPInstanceUID'],\n '0035': ['OB', '1', 'RTVSourceIdentifier'],\n '0036': ['OB', '1', 'RTVFlowIdentifier'],\n '0037': ['UL', '1', 'RTVFlowRTPSamplingRate'],\n '0038': ['FD', '1', 'RTVFlowActualFrameDuration'],\n '0100': ['UI', '1', 'PrivateInformationCreatorUID'],\n '0102': ['OB', '1', 'PrivateInformation']\n },\n '0004': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '1130': ['CS', '1', 'FileSetID'],\n '1141': ['CS', '1-8', 'FileSetDescriptorFileID'],\n '1142': ['CS', '1', 'SpecificCharacterSetOfFileSetDescriptorFile'],\n '1200': ['UL', '1', 'OffsetOfTheFirstDirectoryRecordOfTheRootDirectoryEntity'],\n '1202': ['UL', '1', 'OffsetOfTheLastDirectoryRecordOfTheRootDirectoryEntity'],\n '1212': ['US', '1', 'FileSetConsistencyFlag'],\n '1220': ['SQ', '1', 'DirectoryRecordSequence'],\n '1400': ['UL', '1', 'OffsetOfTheNextDirectoryRecord'],\n '1410': ['US', '1', 'RecordInUseFlag'],\n '1420': ['UL', '1', 'OffsetOfReferencedLowerLevelDirectoryEntity'],\n '1430': ['CS', '1', 'DirectoryRecordType'],\n '1432': ['UI', '1', 'PrivateRecordUID'],\n '1500': ['CS', '1-8', 'ReferencedFileID'],\n '1504': ['UL', '1', 'MRDRDirectoryRecordOffset'],\n '1510': ['UI', '1', 'ReferencedSOPClassUIDInFile'],\n '1511': ['UI', '1', 'ReferencedSOPInstanceUIDInFile'],\n '1512': ['UI', '1', 'ReferencedTransferSyntaxUIDInFile'],\n '151A': ['UI', '1-n', 'ReferencedRelatedGeneralSOPClassUIDInFile'],\n '1600': ['UL', '1', 'NumberOfReferences']\n },\n '0008': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['UL', '1', 'LengthToEnd'],\n '0005': ['CS', '1-n', 'SpecificCharacterSet'],\n '0006': ['SQ', '1', 'LanguageCodeSequence'],\n '0008': ['CS', '2-n', 'ImageType'],\n '0010': ['SH', '1', 'RecognitionCode'],\n '0012': ['DA', '1', 'InstanceCreationDate'],\n '0013': ['TM', '1', 'InstanceCreationTime'],\n '0014': ['UI', '1', 'InstanceCreatorUID'],\n '0015': ['DT', '1', 'InstanceCoercionDateTime'],\n '0016': ['UI', '1', 'SOPClassUID'],\n '0018': ['UI', '1', 'SOPInstanceUID'],\n '001A': ['UI', '1-n', 'RelatedGeneralSOPClassUID'],\n '001B': ['UI', '1', 'OriginalSpecializedSOPClassUID'],\n '0020': ['DA', '1', 'StudyDate'],\n '0021': ['DA', '1', 'SeriesDate'],\n '0022': ['DA', '1', 'AcquisitionDate'],\n '0023': ['DA', '1', 'ContentDate'],\n '0024': ['DA', '1', 'OverlayDate'],\n '0025': ['DA', '1', 'CurveDate'],\n '002A': ['DT', '1', 'AcquisitionDateTime'],\n '0030': ['TM', '1', 'StudyTime'],\n '0031': ['TM', '1', 'SeriesTime'],\n '0032': ['TM', '1', 'AcquisitionTime'],\n '0033': ['TM', '1', 'ContentTime'],\n '0034': ['TM', '1', 'OverlayTime'],\n '0035': ['TM', '1', 'CurveTime'],\n '0040': ['US', '1', 'DataSetType'],\n '0041': ['LO', '1', 'DataSetSubtype'],\n '0042': ['CS', '1', 'NuclearMedicineSeriesType'],\n '0050': ['SH', '1', 'AccessionNumber'],\n '0051': ['SQ', '1', 'IssuerOfAccessionNumberSequence'],\n '0052': ['CS', '1', 'QueryRetrieveLevel'],\n '0053': ['CS', '1', 'QueryRetrieveView'],\n '0054': ['AE', '1-n', 'RetrieveAETitle'],\n '0055': ['AE', '1', 'StationAETitle'],\n '0056': ['CS', '1', 'InstanceAvailability'],\n '0058': ['UI', '1-n', 'FailedSOPInstanceUIDList'],\n '0060': ['CS', '1', 'Modality'],\n '0061': ['CS', '1-n', 'ModalitiesInStudy'],\n '0062': ['UI', '1-n', 'SOPClassesInStudy'],\n '0063': ['SQ', '1', 'AnatomicRegionsInStudyCodeSequence'],\n '0064': ['CS', '1', 'ConversionType'],\n '0068': ['CS', '1', 'PresentationIntentType'],\n '0070': ['LO', '1', 'Manufacturer'],\n '0080': ['LO', '1', 'InstitutionName'],\n '0081': ['ST', '1', 'InstitutionAddress'],\n '0082': ['SQ', '1', 'InstitutionCodeSequence'],\n '0090': ['PN', '1', 'ReferringPhysicianName'],\n '0092': ['ST', '1', 'ReferringPhysicianAddress'],\n '0094': ['SH', '1-n', 'ReferringPhysicianTelephoneNumbers'],\n '0096': ['SQ', '1', 'ReferringPhysicianIdentificationSequence'],\n '009C': ['PN', '1-n', 'ConsultingPhysicianName'],\n '009D': ['SQ', '1', 'ConsultingPhysicianIdentificationSequence'],\n '0100': ['SH', '1', 'CodeValue'],\n '0101': ['LO', '1', 'ExtendedCodeValue'],\n '0102': ['SH', '1', 'CodingSchemeDesignator'],\n '0103': ['SH', '1', 'CodingSchemeVersion'],\n '0104': ['LO', '1', 'CodeMeaning'],\n '0105': ['CS', '1', 'MappingResource'],\n '0106': ['DT', '1', 'ContextGroupVersion'],\n '0107': ['DT', '1', 'ContextGroupLocalVersion'],\n '0108': ['LT', '1', 'ExtendedCodeMeaning'],\n '0109': ['SQ', '1', 'CodingSchemeResourcesSequence'],\n '010A': ['CS', '1', 'CodingSchemeURLType'],\n '010B': ['CS', '1', 'ContextGroupExtensionFlag'],\n '010C': ['UI', '1', 'CodingSchemeUID'],\n '010D': ['UI', '1', 'ContextGroupExtensionCreatorUID'],\n '010E': ['UR', '1', 'CodingSchemeURL'],\n '010F': ['CS', '1', 'ContextIdentifier'],\n '0110': ['SQ', '1', 'CodingSchemeIdentificationSequence'],\n '0112': ['LO', '1', 'CodingSchemeRegistry'],\n '0114': ['ST', '1', 'CodingSchemeExternalID'],\n '0115': ['ST', '1', 'CodingSchemeName'],\n '0116': ['ST', '1', 'CodingSchemeResponsibleOrganization'],\n '0117': ['UI', '1', 'ContextUID'],\n '0118': ['UI', '1', 'MappingResourceUID'],\n '0119': ['UC', '1', 'LongCodeValue'],\n '0120': ['UR', '1', 'URNCodeValue'],\n '0121': ['SQ', '1', 'EquivalentCodeSequence'],\n '0122': ['LO', '1', 'MappingResourceName'],\n '0123': ['SQ', '1', 'ContextGroupIdentificationSequence'],\n '0124': ['SQ', '1', 'MappingResourceIdentificationSequence'],\n '0201': ['SH', '1', 'TimezoneOffsetFromUTC'],\n '0202': ['', '', ''],\n '0220': ['SQ', '1', 'ResponsibleGroupCodeSequence'],\n '0221': ['CS', '1', 'EquipmentModality'],\n '0222': ['LO', '1', 'ManufacturerRelatedModelGroup'],\n '0300': ['SQ', '1', 'PrivateDataElementCharacteristicsSequence'],\n '0301': ['US', '1', 'PrivateGroupReference'],\n '0302': ['LO', '1', 'PrivateCreatorReference'],\n '0303': ['CS', '1', 'BlockIdentifyingInformationStatus'],\n '0304': ['US', '1-n', 'NonidentifyingPrivateElements'],\n '0305': ['SQ', '1', 'DeidentificationActionSequence'],\n '0306': ['US', '1-n', 'IdentifyingPrivateElements'],\n '0307': ['CS', '1', 'DeidentificationAction'],\n '0308': ['US', '1', 'PrivateDataElement'],\n '0309': ['UL', '1-3', 'PrivateDataElementValueMultiplicity'],\n '030A': ['CS', '1', 'PrivateDataElementValueRepresentation'],\n '030B': ['UL', '1-2', 'PrivateDataElementNumberOfItems'],\n '030C': ['UC', '1', 'PrivateDataElementName'],\n '030D': ['UC', '1', 'PrivateDataElementKeyword'],\n '030E': ['UT', '1', 'PrivateDataElementDescription'],\n '030F': ['UT', '1', 'PrivateDataElementEncoding'],\n '0310': ['SQ', '1', 'PrivateDataElementDefinitionSequence'],\n '1000': ['AE', '1', 'NetworkID'],\n '1010': ['SH', '1', 'StationName'],\n '1030': ['LO', '1', 'StudyDescription'],\n '1032': ['SQ', '1', 'ProcedureCodeSequence'],\n '103E': ['LO', '1', 'SeriesDescription'],\n '103F': ['SQ', '1', 'SeriesDescriptionCodeSequence'],\n '1040': ['LO', '1', 'InstitutionalDepartmentName'],\n '1041': ['SQ', '1', 'InstitutionalDepartmentTypeCodeSequence'],\n '1048': ['PN', '1-n', 'PhysiciansOfRecord'],\n '1049': ['SQ', '1', 'PhysiciansOfRecordIdentificationSequence'],\n '1050': ['PN', '1-n', 'PerformingPhysicianName'],\n '1052': ['SQ', '1', 'PerformingPhysicianIdentificationSequence'],\n '1060': ['PN', '1-n', 'NameOfPhysiciansReadingStudy'],\n '1062': ['SQ', '1', 'PhysiciansReadingStudyIdentificationSequence'],\n '1070': ['PN', '1-n', 'OperatorsName'],\n '1072': ['SQ', '1', 'OperatorIdentificationSequence'],\n '1080': ['LO', '1-n', 'AdmittingDiagnosesDescription'],\n '1084': ['SQ', '1', 'AdmittingDiagnosesCodeSequence'],\n '1090': ['LO', '1', 'ManufacturerModelName'],\n '1100': ['SQ', '1', 'ReferencedResultsSequence'],\n '1110': ['SQ', '1', 'ReferencedStudySequence'],\n '1111': ['SQ', '1', 'ReferencedPerformedProcedureStepSequence'],\n '1115': ['SQ', '1', 'ReferencedSeriesSequence'],\n '1120': ['SQ', '1', 'ReferencedPatientSequence'],\n '1125': ['SQ', '1', 'ReferencedVisitSequence'],\n '1130': ['SQ', '1', 'ReferencedOverlaySequence'],\n '1134': ['SQ', '1', 'ReferencedStereometricInstanceSequence'],\n '113A': ['SQ', '1', 'ReferencedWaveformSequence'],\n '1140': ['SQ', '1', 'ReferencedImageSequence'],\n '1145': ['SQ', '1', 'ReferencedCurveSequence'],\n '114A': ['SQ', '1', 'ReferencedInstanceSequence'],\n '114B': ['SQ', '1', 'ReferencedRealWorldValueMappingInstanceSequence'],\n '1150': ['UI', '1', 'ReferencedSOPClassUID'],\n '1155': ['UI', '1', 'ReferencedSOPInstanceUID'],\n '1156': ['SQ', '1', 'DefinitionSourceSequence'],\n '115A': ['UI', '1-n', 'SOPClassesSupported'],\n '1160': ['IS', '1-n', 'ReferencedFrameNumber'],\n '1161': ['UL', '1-n', 'SimpleFrameList'],\n '1162': ['UL', '3-3n', 'CalculatedFrameList'],\n '1163': ['FD', '2', 'TimeRange'],\n '1164': ['SQ', '1', 'FrameExtractionSequence'],\n '1167': ['UI', '1', 'MultiFrameSourceSOPInstanceUID'],\n '1190': ['UR', '1', 'RetrieveURL'],\n '1195': ['UI', '1', 'TransactionUID'],\n '1196': ['US', '1', 'WarningReason'],\n '1197': ['US', '1', 'FailureReason'],\n '1198': ['SQ', '1', 'FailedSOPSequence'],\n '1199': ['SQ', '1', 'ReferencedSOPSequence'],\n '119A': ['SQ', '1', 'OtherFailuresSequence'],\n '1200': ['SQ', '1', 'StudiesContainingOtherReferencedInstancesSequence'],\n '1250': ['SQ', '1', 'RelatedSeriesSequence'],\n '2110': ['CS', '1', 'LossyImageCompressionRetired'],\n '2111': ['ST', '1', 'DerivationDescription'],\n '2112': ['SQ', '1', 'SourceImageSequence'],\n '2120': ['SH', '1', 'StageName'],\n '2122': ['IS', '1', 'StageNumber'],\n '2124': ['IS', '1', 'NumberOfStages'],\n '2127': ['SH', '1', 'ViewName'],\n '2128': ['IS', '1', 'ViewNumber'],\n '2129': ['IS', '1', 'NumberOfEventTimers'],\n '212A': ['IS', '1', 'NumberOfViewsInStage'],\n '2130': ['DS', '1-n', 'EventElapsedTimes'],\n '2132': ['LO', '1-n', 'EventTimerNames'],\n '2133': ['SQ', '1', 'EventTimerSequence'],\n '2134': ['FD', '1', 'EventTimeOffset'],\n '2135': ['SQ', '1', 'EventCodeSequence'],\n '2142': ['IS', '1', 'StartTrim'],\n '2143': ['IS', '1', 'StopTrim'],\n '2144': ['IS', '1', 'RecommendedDisplayFrameRate'],\n '2200': ['CS', '1', 'TransducerPosition'],\n '2204': ['CS', '1', 'TransducerOrientation'],\n '2208': ['CS', '1', 'AnatomicStructure'],\n '2218': ['SQ', '1', 'AnatomicRegionSequence'],\n '2220': ['SQ', '1', 'AnatomicRegionModifierSequence'],\n '2228': ['SQ', '1', 'PrimaryAnatomicStructureSequence'],\n '2229': ['SQ', '1', 'AnatomicStructureSpaceOrRegionSequence'],\n '2230': ['SQ', '1', 'PrimaryAnatomicStructureModifierSequence'],\n '2240': ['SQ', '1', 'TransducerPositionSequence'],\n '2242': ['SQ', '1', 'TransducerPositionModifierSequence'],\n '2244': ['SQ', '1', 'TransducerOrientationSequence'],\n '2246': ['SQ', '1', 'TransducerOrientationModifierSequence'],\n '2251': ['SQ', '1', 'AnatomicStructureSpaceOrRegionCodeSequenceTrial'],\n '2253': ['SQ', '1', 'AnatomicPortalOfEntranceCodeSequenceTrial'],\n '2255': ['SQ', '1', 'AnatomicApproachDirectionCodeSequenceTrial'],\n '2256': ['ST', '1', 'AnatomicPerspectiveDescriptionTrial'],\n '2257': ['SQ', '1', 'AnatomicPerspectiveCodeSequenceTrial'],\n '2258': ['ST', '1', 'AnatomicLocationOfExaminingInstrumentDescriptionTrial'],\n '2259': ['SQ', '1', 'AnatomicLocationOfExaminingInstrumentCodeSequenceTrial'],\n '225A': ['SQ', '1', 'AnatomicStructureSpaceOrRegionModifierCodeSequenceTrial'],\n '225C': ['SQ', '1', 'OnAxisBackgroundAnatomicStructureCodeSequenceTrial'],\n '3001': ['SQ', '1', 'AlternateRepresentationSequence'],\n '3002': ['UI', '1-n', 'AvailableTransferSyntaxUID'],\n '3010': ['UI', '1-n', 'IrradiationEventUID'],\n '3011': ['SQ', '1', 'SourceIrradiationEventSequence'],\n '3012': ['UI', '1', 'RadiopharmaceuticalAdministrationEventUID'],\n '4000': ['LT', '1', 'IdentifyingComments'],\n '9007': ['CS', '4', 'FrameType'],\n '9092': ['SQ', '1', 'ReferencedImageEvidenceSequence'],\n '9121': ['SQ', '1', 'ReferencedRawDataSequence'],\n '9123': ['UI', '1', 'CreatorVersionUID'],\n '9124': ['SQ', '1', 'DerivationImageSequence'],\n '9154': ['SQ', '1', 'SourceImageEvidenceSequence'],\n '9205': ['CS', '1', 'PixelPresentation'],\n '9206': ['CS', '1', 'VolumetricProperties'],\n '9207': ['CS', '1', 'VolumeBasedCalculationTechnique'],\n '9208': ['CS', '1', 'ComplexImageComponent'],\n '9209': ['CS', '1', 'AcquisitionContrast'],\n '9215': ['SQ', '1', 'DerivationCodeSequence'],\n '9237': ['SQ', '1', 'ReferencedPresentationStateSequence'],\n '9410': ['SQ', '1', 'ReferencedOtherPlaneSequence'],\n '9458': ['SQ', '1', 'FrameDisplaySequence'],\n '9459': ['FL', '1', 'RecommendedDisplayFrameRateInFloat'],\n '9460': ['CS', '1', 'SkipFrameRangeFlag']\n },\n '0010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['PN', '1', 'PatientName'],\n '0020': ['LO', '1', 'PatientID'],\n '0021': ['LO', '1', 'IssuerOfPatientID'],\n '0022': ['CS', '1', 'TypeOfPatientID'],\n '0024': ['SQ', '1', 'IssuerOfPatientIDQualifiersSequence'],\n '0026': ['SQ', '1', 'SourcePatientGroupIdentificationSequence'],\n '0027': ['SQ', '1', 'GroupOfPatientsIdentificationSequence'],\n '0028': ['US', '3', 'SubjectRelativePositionInImage'],\n '0030': ['DA', '1', 'PatientBirthDate'],\n '0032': ['TM', '1', 'PatientBirthTime'],\n '0033': ['LO', '1', 'PatientBirthDateInAlternativeCalendar'],\n '0034': ['LO', '1', 'PatientDeathDateInAlternativeCalendar'],\n '0035': ['CS', '1', 'PatientAlternativeCalendar'],\n '0040': ['CS', '1', 'PatientSex'],\n '0050': ['SQ', '1', 'PatientInsurancePlanCodeSequence'],\n '0101': ['SQ', '1', 'PatientPrimaryLanguageCodeSequence'],\n '0102': ['SQ', '1', 'PatientPrimaryLanguageModifierCodeSequence'],\n '0200': ['CS', '1', 'QualityControlSubject'],\n '0201': ['SQ', '1', 'QualityControlSubjectTypeCodeSequence'],\n '0212': ['UC', '1', 'StrainDescription'],\n '0213': ['LO', '1', 'StrainNomenclature'],\n '0214': ['LO', '1', 'StrainStockNumber'],\n '0215': ['SQ', '1', 'StrainSourceRegistryCodeSequence'],\n '0216': ['SQ', '1', 'StrainStockSequence'],\n '0217': ['LO', '1', 'StrainSource'],\n '0218': ['UT', '1', 'StrainAdditionalInformation'],\n '0219': ['SQ', '1', 'StrainCodeSequence'],\n '0221': ['SQ', '1', 'GeneticModificationsSequence'],\n '0222': ['UC', '1', 'GeneticModificationsDescription'],\n '0223': ['LO', '1', 'GeneticModificationsNomenclature'],\n '0229': ['SQ', '1', 'GeneticModificationsCodeSequence'],\n '1000': ['LO', '1-n', 'OtherPatientIDs'],\n '1001': ['PN', '1-n', 'OtherPatientNames'],\n '1002': ['SQ', '1', 'OtherPatientIDsSequence'],\n '1005': ['PN', '1', 'PatientBirthName'],\n '1010': ['AS', '1', 'PatientAge'],\n '1020': ['DS', '1', 'PatientSize'],\n '1021': ['SQ', '1', 'PatientSizeCodeSequence'],\n '1022': ['DS', '1', 'PatientBodyMassIndex'],\n '1023': ['DS', '1', 'MeasuredAPDimension'],\n '1024': ['DS', '1', 'MeasuredLateralDimension'],\n '1030': ['DS', '1', 'PatientWeight'],\n '1040': ['LO', '1', 'PatientAddress'],\n '1050': ['LO', '1-n', 'InsurancePlanIdentification'],\n '1060': ['PN', '1', 'PatientMotherBirthName'],\n '1080': ['LO', '1', 'MilitaryRank'],\n '1081': ['LO', '1', 'BranchOfService'],\n '1090': ['LO', '1', 'MedicalRecordLocator'],\n '1100': ['SQ', '1', 'ReferencedPatientPhotoSequence'],\n '2000': ['LO', '1-n', 'MedicalAlerts'],\n '2110': ['LO', '1-n', 'Allergies'],\n '2150': ['LO', '1', 'CountryOfResidence'],\n '2152': ['LO', '1', 'RegionOfResidence'],\n '2154': ['SH', '1-n', 'PatientTelephoneNumbers'],\n '2155': ['LT', '1', 'PatientTelecomInformation'],\n '2160': ['SH', '1', 'EthnicGroup'],\n '2180': ['SH', '1', 'Occupation'],\n '21A0': ['CS', '1', 'SmokingStatus'],\n '21B0': ['LT', '1', 'AdditionalPatientHistory'],\n '21C0': ['US', '1', 'PregnancyStatus'],\n '21D0': ['DA', '1', 'LastMenstrualDate'],\n '21F0': ['LO', '1', 'PatientReligiousPreference'],\n '2201': ['LO', '1', 'PatientSpeciesDescription'],\n '2202': ['SQ', '1', 'PatientSpeciesCodeSequence'],\n '2203': ['CS', '1', 'PatientSexNeutered'],\n '2210': ['CS', '1', 'AnatomicalOrientationType'],\n '2292': ['LO', '1', 'PatientBreedDescription'],\n '2293': ['SQ', '1', 'PatientBreedCodeSequence'],\n '2294': ['SQ', '1', 'BreedRegistrationSequence'],\n '2295': ['LO', '1', 'BreedRegistrationNumber'],\n '2296': ['SQ', '1', 'BreedRegistryCodeSequence'],\n '2297': ['PN', '1', 'ResponsiblePerson'],\n '2298': ['CS', '1', 'ResponsiblePersonRole'],\n '2299': ['LO', '1', 'ResponsibleOrganization'],\n '4000': ['LT', '1', 'PatientComments'],\n '9431': ['FL', '1', 'ExaminedBodyThickness']\n },\n '0012': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['LO', '1', 'ClinicalTrialSponsorName'],\n '0020': ['LO', '1', 'ClinicalTrialProtocolID'],\n '0021': ['LO', '1', 'ClinicalTrialProtocolName'],\n '0030': ['LO', '1', 'ClinicalTrialSiteID'],\n '0031': ['LO', '1', 'ClinicalTrialSiteName'],\n '0040': ['LO', '1', 'ClinicalTrialSubjectID'],\n '0042': ['LO', '1', 'ClinicalTrialSubjectReadingID'],\n '0050': ['LO', '1', 'ClinicalTrialTimePointID'],\n '0051': ['ST', '1', 'ClinicalTrialTimePointDescription'],\n '0052': ['FD', '1', 'LongitudinalTemporalOffsetFromEvent'],\n '0053': ['CS', '1', 'LongitudinalTemporalEventType'],\n '0060': ['LO', '1', 'ClinicalTrialCoordinatingCenterName'],\n '0062': ['CS', '1', 'PatientIdentityRemoved'],\n '0063': ['LO', '1-n', 'DeidentificationMethod'],\n '0064': ['SQ', '1', 'DeidentificationMethodCodeSequence'],\n '0071': ['LO', '1', 'ClinicalTrialSeriesID'],\n '0072': ['LO', '1', 'ClinicalTrialSeriesDescription'],\n '0081': ['LO', '1', 'ClinicalTrialProtocolEthicsCommitteeName'],\n '0082': ['LO', '1', 'ClinicalTrialProtocolEthicsCommitteeApprovalNumber'],\n '0083': ['SQ', '1', 'ConsentForClinicalTrialUseSequence'],\n '0084': ['CS', '1', 'DistributionType'],\n '0085': ['CS', '1', 'ConsentForDistributionFlag'],\n '0086': ['DA', '1', 'EthicsCommitteeApprovalEffectivenessStartDate'],\n '0087': ['DA', '1', 'EthicsCommitteeApprovalEffectivenessEndDate']\n },\n '0014': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0023': ['ST', '1', 'CADFileFormat'],\n '0024': ['ST', '1', 'ComponentReferenceSystem'],\n '0025': ['ST', '1', 'ComponentManufacturingProcedure'],\n '0028': ['ST', '1', 'ComponentManufacturer'],\n '0030': ['DS', '1-n', 'MaterialThickness'],\n '0032': ['DS', '1-n', 'MaterialPipeDiameter'],\n '0034': ['DS', '1-n', 'MaterialIsolationDiameter'],\n '0042': ['ST', '1', 'MaterialGrade'],\n '0044': ['ST', '1', 'MaterialPropertiesDescription'],\n '0045': ['ST', '1', 'MaterialPropertiesFileFormatRetired'],\n '0046': ['LT', '1', 'MaterialNotes'],\n '0050': ['CS', '1', 'ComponentShape'],\n '0052': ['CS', '1', 'CurvatureType'],\n '0054': ['DS', '1', 'OuterDiameter'],\n '0056': ['DS', '1', 'InnerDiameter'],\n '0100': ['LO', '1-n', 'ComponentWelderIDs'],\n '0101': ['CS', '1', 'SecondaryApprovalStatus'],\n '0102': ['DA', '1', 'SecondaryReviewDate'],\n '0103': ['TM', '1', 'SecondaryReviewTime'],\n '0104': ['PN', '1', 'SecondaryReviewerName'],\n '0105': ['ST', '1', 'RepairID'],\n '0106': ['SQ', '1', 'MultipleComponentApprovalSequence'],\n '0107': ['CS', '1-n', 'OtherApprovalStatus'],\n '0108': ['CS', '1-n', 'OtherSecondaryApprovalStatus'],\n '1010': ['ST', '1', 'ActualEnvironmentalConditions'],\n '1020': ['DA', '1', 'ExpiryDate'],\n '1040': ['ST', '1', 'EnvironmentalConditions'],\n '2002': ['SQ', '1', 'EvaluatorSequence'],\n '2004': ['IS', '1', 'EvaluatorNumber'],\n '2006': ['PN', '1', 'EvaluatorName'],\n '2008': ['IS', '1', 'EvaluationAttempt'],\n '2012': ['SQ', '1', 'IndicationSequence'],\n '2014': ['IS', '1', 'IndicationNumber'],\n '2016': ['SH', '1', 'IndicationLabel'],\n '2018': ['ST', '1', 'IndicationDescription'],\n '201A': ['CS', '1-n', 'IndicationType'],\n '201C': ['CS', '1', 'IndicationDisposition'],\n '201E': ['SQ', '1', 'IndicationROISequence'],\n '2030': ['SQ', '1', 'IndicationPhysicalPropertySequence'],\n '2032': ['SH', '1', 'PropertyLabel'],\n '2202': ['IS', '1', 'CoordinateSystemNumberOfAxes'],\n '2204': ['SQ', '1', 'CoordinateSystemAxesSequence'],\n '2206': ['ST', '1', 'CoordinateSystemAxisDescription'],\n '2208': ['CS', '1', 'CoordinateSystemDataSetMapping'],\n '220A': ['IS', '1', 'CoordinateSystemAxisNumber'],\n '220C': ['CS', '1', 'CoordinateSystemAxisType'],\n '220E': ['CS', '1', 'CoordinateSystemAxisUnits'],\n '2210': ['OB', '1', 'CoordinateSystemAxisValues'],\n '2220': ['SQ', '1', 'CoordinateSystemTransformSequence'],\n '2222': ['ST', '1', 'TransformDescription'],\n '2224': ['IS', '1', 'TransformNumberOfAxes'],\n '2226': ['IS', '1-n', 'TransformOrderOfAxes'],\n '2228': ['CS', '1', 'TransformedAxisUnits'],\n '222A': ['DS', '1-n', 'CoordinateSystemTransformRotationAndScaleMatrix'],\n '222C': ['DS', '1-n', 'CoordinateSystemTransformTranslationMatrix'],\n '3011': ['DS', '1', 'InternalDetectorFrameTime'],\n '3012': ['DS', '1', 'NumberOfFramesIntegrated'],\n '3020': ['SQ', '1', 'DetectorTemperatureSequence'],\n '3022': ['ST', '1', 'SensorName'],\n '3024': ['DS', '1', 'HorizontalOffsetOfSensor'],\n '3026': ['DS', '1', 'VerticalOffsetOfSensor'],\n '3028': ['DS', '1', 'SensorTemperature'],\n '3040': ['SQ', '1', 'DarkCurrentSequence'],\n '3050': ['ox', '1', 'DarkCurrentCounts'],\n '3060': ['SQ', '1', 'GainCorrectionReferenceSequence'],\n '3070': ['ox', '1', 'AirCounts'],\n '3071': ['DS', '1', 'KVUsedInGainCalibration'],\n '3072': ['DS', '1', 'MAUsedInGainCalibration'],\n '3073': ['DS', '1', 'NumberOfFramesUsedForIntegration'],\n '3074': ['LO', '1', 'FilterMaterialUsedInGainCalibration'],\n '3075': ['DS', '1', 'FilterThicknessUsedInGainCalibration'],\n '3076': ['DA', '1', 'DateOfGainCalibration'],\n '3077': ['TM', '1', 'TimeOfGainCalibration'],\n '3080': ['OB', '1', 'BadPixelImage'],\n '3099': ['LT', '1', 'CalibrationNotes'],\n '3100': ['LT', '1', 'LinearityCorrectionTechnique'],\n '3101': ['LT', '1', 'BeamHardeningCorrectionTechnique'],\n '4002': ['SQ', '1', 'PulserEquipmentSequence'],\n '4004': ['CS', '1', 'PulserType'],\n '4006': ['LT', '1', 'PulserNotes'],\n '4008': ['SQ', '1', 'ReceiverEquipmentSequence'],\n '400A': ['CS', '1', 'AmplifierType'],\n '400C': ['LT', '1', 'ReceiverNotes'],\n '400E': ['SQ', '1', 'PreAmplifierEquipmentSequence'],\n '400F': ['LT', '1', 'PreAmplifierNotes'],\n '4010': ['SQ', '1', 'TransmitTransducerSequence'],\n '4011': ['SQ', '1', 'ReceiveTransducerSequence'],\n '4012': ['US', '1', 'NumberOfElements'],\n '4013': ['CS', '1', 'ElementShape'],\n '4014': ['DS', '1', 'ElementDimensionA'],\n '4015': ['DS', '1', 'ElementDimensionB'],\n '4016': ['DS', '1', 'ElementPitchA'],\n '4017': ['DS', '1', 'MeasuredBeamDimensionA'],\n '4018': ['DS', '1', 'MeasuredBeamDimensionB'],\n '4019': ['DS', '1', 'LocationOfMeasuredBeamDiameter'],\n '401A': ['DS', '1', 'NominalFrequency'],\n '401B': ['DS', '1', 'MeasuredCenterFrequency'],\n '401C': ['DS', '1', 'MeasuredBandwidth'],\n '401D': ['DS', '1', 'ElementPitchB'],\n '4020': ['SQ', '1', 'PulserSettingsSequence'],\n '4022': ['DS', '1', 'PulseWidth'],\n '4024': ['DS', '1', 'ExcitationFrequency'],\n '4026': ['CS', '1', 'ModulationType'],\n '4028': ['DS', '1', 'Damping'],\n '4030': ['SQ', '1', 'ReceiverSettingsSequence'],\n '4031': ['DS', '1', 'AcquiredSoundpathLength'],\n '4032': ['CS', '1', 'AcquisitionCompressionType'],\n '4033': ['IS', '1', 'AcquisitionSampleSize'],\n '4034': ['DS', '1', 'RectifierSmoothing'],\n '4035': ['SQ', '1', 'DACSequence'],\n '4036': ['CS', '1', 'DACType'],\n '4038': ['DS', '1-n', 'DACGainPoints'],\n '403A': ['DS', '1-n', 'DACTimePoints'],\n '403C': ['DS', '1-n', 'DACAmplitude'],\n '4040': ['SQ', '1', 'PreAmplifierSettingsSequence'],\n '4050': ['SQ', '1', 'TransmitTransducerSettingsSequence'],\n '4051': ['SQ', '1', 'ReceiveTransducerSettingsSequence'],\n '4052': ['DS', '1', 'IncidentAngle'],\n '4054': ['ST', '1', 'CouplingTechnique'],\n '4056': ['ST', '1', 'CouplingMedium'],\n '4057': ['DS', '1', 'CouplingVelocity'],\n '4058': ['DS', '1', 'ProbeCenterLocationX'],\n '4059': ['DS', '1', 'ProbeCenterLocationZ'],\n '405A': ['DS', '1', 'SoundPathLength'],\n '405C': ['ST', '1', 'DelayLawIdentifier'],\n '4060': ['SQ', '1', 'GateSettingsSequence'],\n '4062': ['DS', '1', 'GateThreshold'],\n '4064': ['DS', '1', 'VelocityOfSound'],\n '4070': ['SQ', '1', 'CalibrationSettingsSequence'],\n '4072': ['ST', '1', 'CalibrationProcedure'],\n '4074': ['SH', '1', 'ProcedureVersion'],\n '4076': ['DA', '1', 'ProcedureCreationDate'],\n '4078': ['DA', '1', 'ProcedureExpirationDate'],\n '407A': ['DA', '1', 'ProcedureLastModifiedDate'],\n '407C': ['TM', '1-n', 'CalibrationTime'],\n '407E': ['DA', '1-n', 'CalibrationDate'],\n '4080': ['SQ', '1', 'ProbeDriveEquipmentSequence'],\n '4081': ['CS', '1', 'DriveType'],\n '4082': ['LT', '1', 'ProbeDriveNotes'],\n '4083': ['SQ', '1', 'DriveProbeSequence'],\n '4084': ['DS', '1', 'ProbeInductance'],\n '4085': ['DS', '1', 'ProbeResistance'],\n '4086': ['SQ', '1', 'ReceiveProbeSequence'],\n '4087': ['SQ', '1', 'ProbeDriveSettingsSequence'],\n '4088': ['DS', '1', 'BridgeResistors'],\n '4089': ['DS', '1', 'ProbeOrientationAngle'],\n '408B': ['DS', '1', 'UserSelectedGainY'],\n '408C': ['DS', '1', 'UserSelectedPhase'],\n '408D': ['DS', '1', 'UserSelectedOffsetX'],\n '408E': ['DS', '1', 'UserSelectedOffsetY'],\n '4091': ['SQ', '1', 'ChannelSettingsSequence'],\n '4092': ['DS', '1', 'ChannelThreshold'],\n '409A': ['SQ', '1', 'ScannerSettingsSequence'],\n '409B': ['ST', '1', 'ScanProcedure'],\n '409C': ['DS', '1', 'TranslationRateX'],\n '409D': ['DS', '1', 'TranslationRateY'],\n '409F': ['DS', '1', 'ChannelOverlap'],\n '40A0': ['LO', '1-n', 'ImageQualityIndicatorType'],\n '40A1': ['LO', '1-n', 'ImageQualityIndicatorMaterial'],\n '40A2': ['LO', '1-n', 'ImageQualityIndicatorSize'],\n '5002': ['IS', '1', 'LINACEnergy'],\n '5004': ['IS', '1', 'LINACOutput'],\n '5100': ['US', '1', 'ActiveAperture'],\n '5101': ['DS', '1', 'TotalAperture'],\n '5102': ['DS', '1', 'ApertureElevation'],\n '5103': ['DS', '1', 'MainLobeAngle'],\n '5104': ['DS', '1', 'MainRoofAngle'],\n '5105': ['CS', '1', 'ConnectorType'],\n '5106': ['SH', '1', 'WedgeModelNumber'],\n '5107': ['DS', '1', 'WedgeAngleFloat'],\n '5108': ['DS', '1', 'WedgeRoofAngle'],\n '5109': ['CS', '1', 'WedgeElement1Position'],\n '510A': ['DS', '1', 'WedgeMaterialVelocity'],\n '510B': ['SH', '1', 'WedgeMaterial'],\n '510C': ['DS', '1', 'WedgeOffsetZ'],\n '510D': ['DS', '1', 'WedgeOriginOffsetX'],\n '510E': ['DS', '1', 'WedgeTimeDelay'],\n '510F': ['SH', '1', 'WedgeName'],\n '5110': ['SH', '1', 'WedgeManufacturerName'],\n '5111': ['LO', '1', 'WedgeDescription'],\n '5112': ['DS', '1', 'NominalBeamAngle'],\n '5113': ['DS', '1', 'WedgeOffsetX'],\n '5114': ['DS', '1', 'WedgeOffsetY'],\n '5115': ['DS', '1', 'WedgeTotalLength'],\n '5116': ['DS', '1', 'WedgeInContactLength'],\n '5117': ['DS', '1', 'WedgeFrontGap'],\n '5118': ['DS', '1', 'WedgeTotalHeight'],\n '5119': ['DS', '1', 'WedgeFrontHeight'],\n '511A': ['DS', '1', 'WedgeRearHeight'],\n '511B': ['DS', '1', 'WedgeTotalWidth'],\n '511C': ['DS', '1', 'WedgeInContactWidth'],\n '511D': ['DS', '1', 'WedgeChamferHeight'],\n '511E': ['CS', '1', 'WedgeCurve'],\n '511F': ['DS', '1', 'RadiusAlongWedge']\n },\n '0016': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['DS', '1', 'WhitePoint'],\n '0002': ['DS', '3', 'PrimaryChromaticities'],\n '0003': ['UT', '1', 'BatteryLevel'],\n '0004': ['DS', '1', 'ExposureTimeInSeconds'],\n '0005': ['DS', '1', 'FNumber'],\n '0006': ['IS', '1', 'OECFRows'],\n '0007': ['IS', '1', 'OECFColumns'],\n '0008': ['UC', '1-n', 'OECFColumnNames'],\n '0009': ['DS', '1-n', 'OECFValues'],\n '000A': ['IS', '1', 'SpatialFrequencyResponseRows'],\n '000B': ['IS', '1', 'SpatialFrequencyResponseColumns'],\n '000C': ['UC', '1-n', 'SpatialFrequencyResponseColumnNames'],\n '000D': ['DS', '1-n', 'SpatialFrequencyResponseValues'],\n '000E': ['IS', '1', 'ColorFilterArrayPatternRows'],\n '000F': ['IS', '1', 'ColorFilterArrayPatternColumns'],\n '0010': ['DS', '1-n', 'ColorFilterArrayPatternValues'],\n '0011': ['US', '1', 'FlashFiringStatus'],\n '0012': ['US', '1', 'FlashReturnStatus'],\n '0013': ['US', '1', 'FlashMode'],\n '0014': ['US', '1', 'FlashFunctionPresent'],\n '0015': ['US', '1', 'FlashRedEyeMode'],\n '0016': ['US', '1', 'ExposureProgram'],\n '0017': ['UT', '1', 'SpectralSensitivity'],\n '0018': ['IS', '1', 'PhotographicSensitivity'],\n '0019': ['IS', '1', 'SelfTimerMode'],\n '001A': ['US', '1', 'SensitivityType'],\n '001B': ['IS', '1', 'StandardOutputSensitivity'],\n '001C': ['IS', '1', 'RecommendedExposureIndex'],\n '001D': ['IS', '1', 'ISOSpeed'],\n '001E': ['IS', '1', 'ISOSpeedLatitudeyyy'],\n '001F': ['IS', '1', 'ISOSpeedLatitudezzz'],\n '0020': ['UT', '1', 'EXIFVersion'],\n '0021': ['DS', '1', 'ShutterSpeedValue'],\n '0022': ['DS', '1', 'ApertureValue'],\n '0023': ['DS', '1', 'BrightnessValue'],\n '0024': ['DS', '1', 'ExposureBiasValue'],\n '0025': ['DS', '1', 'MaxApertureValue'],\n '0026': ['DS', '1', 'SubjectDistance'],\n '0027': ['US', '1', 'MeteringMode'],\n '0028': ['US', '1', 'LightSource'],\n '0029': ['DS', '1', 'FocalLength'],\n '002A': ['IS', '2-4', 'SubjectArea'],\n '002B': ['OB', '1', 'MakerNote'],\n '0030': ['DS', '1', 'Temperature'],\n '0031': ['DS', '1', 'Humidity'],\n '0032': ['DS', '1', 'Pressure'],\n '0033': ['DS', '1', 'WaterDepth'],\n '0034': ['DS', '1', 'Acceleration'],\n '0035': ['DS', '1', 'CameraElevationAngle'],\n '0036': ['DS', '1-2', 'FlashEnergy'],\n '0037': ['IS', '2', 'SubjectLocation'],\n '0038': ['DS', '1', 'PhotographicExposureIndex'],\n '0039': ['US', '1', 'SensingMethod'],\n '003A': ['US', '1', 'FileSource'],\n '003B': ['US', '1', 'SceneType'],\n '0041': ['US', '1', 'CustomRendered'],\n '0042': ['US', '1', 'ExposureMode'],\n '0043': ['US', '1', 'WhiteBalance'],\n '0044': ['DS', '1', 'DigitalZoomRatio'],\n '0045': ['IS', '1', 'FocalLengthIn35mmFilm'],\n '0046': ['US', '1', 'SceneCaptureType'],\n '0047': ['US', '1', 'GainControl'],\n '0048': ['US', '1', 'Contrast'],\n '0049': ['US', '1', 'Saturation'],\n '004A': ['US', '1', 'Sharpness'],\n '004B': ['OB', '1', 'DeviceSettingDescription'],\n '004C': ['US', '1', 'SubjectDistanceRange'],\n '004D': ['UT', '1', 'CameraOwnerName'],\n '004E': ['DS', '4', 'LensSpecification'],\n '004F': ['UT', '1', 'LensMake'],\n '0050': ['UT', '1', 'LensModel'],\n '0051': ['UT', '1', 'LensSerialNumber'],\n '0061': ['CS', '1', 'InteroperabilityIndex'],\n '0062': ['OB', '1', 'InteroperabilityVersion'],\n '0070': ['OB', '1', 'GPSVersionID'],\n '0071': ['CS', '1', 'GPSLatitudeRef'],\n '0072': ['DS', '3', 'GPSLatitude'],\n '0073': ['CS', '1', 'GPSLongitudeRef'],\n '0074': ['DS', '3', 'GPSLongitude'],\n '0075': ['US', '1', 'GPSAltitudeRef'],\n '0076': ['DS', '1', 'GPSAltitude'],\n '0077': ['DT', '1', 'GPSTimeStamp'],\n '0078': ['UT', '1', 'GPSSatellites'],\n '0079': ['CS', '1', 'GPSStatus'],\n '007A': ['CS', '1', 'GPSMeasureMode'],\n '007B': ['DS', '1', 'GPSDOP'],\n '007C': ['CS', '1', 'GPSSpeedRef'],\n '007D': ['DS', '1', 'GPSSpeed'],\n '007E': ['CS', '1', 'GPSTrackRef'],\n '007F': ['DS', '1', 'GPSTrack'],\n '0080': ['CS', '1', 'GPSImgDirectionRef'],\n '0081': ['DS', '1', 'GPSImgDirection'],\n '0082': ['UT', '1', 'GPSMapDatum'],\n '0083': ['CS', '1', 'GPSDestLatitudeRef'],\n '0084': ['DS', '3', 'GPSDestLatitude'],\n '0085': ['CS', '1', 'GPSDestLongitudeRef'],\n '0086': ['DS', '3', 'GPSDestLongitude'],\n '0087': ['CS', '1', 'GPSDestBearingRef'],\n '0088': ['DS', '1', 'GPSDestBearing'],\n '0089': ['CS', '1', 'GPSDestDistanceRef'],\n '008A': ['DS', '1', 'GPSDestDistance'],\n '008B': ['OB', '1', 'GPSProcessingMethod'],\n '008C': ['OB', '1', 'GPSAreaInformation'],\n '008D': ['DT', '1', 'GPSDateStamp'],\n '008E': ['IS', '1', 'GPSDifferential'],\n '1001': ['CS', '1', 'LightSourcePolarization'],\n '1002': ['DS', '1', 'EmitterColorTemperature'],\n '1003': ['CS', '1', 'ContactMethod'],\n '1004': ['CS', '1-n', 'ImmersionMedia'],\n '1005': ['DS', '1', 'OpticalMagnificationFactor']\n },\n '0018': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['LO', '1', 'ContrastBolusAgent'],\n '0012': ['SQ', '1', 'ContrastBolusAgentSequence'],\n '0013': ['FL', '1', 'ContrastBolusT1Relaxivity'],\n '0014': ['SQ', '1', 'ContrastBolusAdministrationRouteSequence'],\n '0015': ['CS', '1', 'BodyPartExamined'],\n '0020': ['CS', '1-n', 'ScanningSequence'],\n '0021': ['CS', '1-n', 'SequenceVariant'],\n '0022': ['CS', '1-n', 'ScanOptions'],\n '0023': ['CS', '1', 'MRAcquisitionType'],\n '0024': ['SH', '1', 'SequenceName'],\n '0025': ['CS', '1', 'AngioFlag'],\n '0026': ['SQ', '1', 'InterventionDrugInformationSequence'],\n '0027': ['TM', '1', 'InterventionDrugStopTime'],\n '0028': ['DS', '1', 'InterventionDrugDose'],\n '0029': ['SQ', '1', 'InterventionDrugCodeSequence'],\n '002A': ['SQ', '1', 'AdditionalDrugSequence'],\n '0030': ['LO', '1-n', 'Radionuclide'],\n '0031': ['LO', '1', 'Radiopharmaceutical'],\n '0032': ['DS', '1', 'EnergyWindowCenterline'],\n '0033': ['DS', '1-n', 'EnergyWindowTotalWidth'],\n '0034': ['LO', '1', 'InterventionDrugName'],\n '0035': ['TM', '1', 'InterventionDrugStartTime'],\n '0036': ['SQ', '1', 'InterventionSequence'],\n '0037': ['CS', '1', 'TherapyType'],\n '0038': ['CS', '1', 'InterventionStatus'],\n '0039': ['CS', '1', 'TherapyDescription'],\n '003A': ['ST', '1', 'InterventionDescription'],\n '0040': ['IS', '1', 'CineRate'],\n '0042': ['CS', '1', 'InitialCineRunState'],\n '0050': ['DS', '1', 'SliceThickness'],\n '0060': ['DS', '1', 'KVP'],\n '0061': ['DS', '1', ''],\n '0070': ['IS', '1', 'CountsAccumulated'],\n '0071': ['CS', '1', 'AcquisitionTerminationCondition'],\n '0072': ['DS', '1', 'EffectiveDuration'],\n '0073': ['CS', '1', 'AcquisitionStartCondition'],\n '0074': ['IS', '1', 'AcquisitionStartConditionData'],\n '0075': ['IS', '1', 'AcquisitionTerminationConditionData'],\n '0080': ['DS', '1', 'RepetitionTime'],\n '0081': ['DS', '1', 'EchoTime'],\n '0082': ['DS', '1', 'InversionTime'],\n '0083': ['DS', '1', 'NumberOfAverages'],\n '0084': ['DS', '1', 'ImagingFrequency'],\n '0085': ['SH', '1', 'ImagedNucleus'],\n '0086': ['IS', '1-n', 'EchoNumbers'],\n '0087': ['DS', '1', 'MagneticFieldStrength'],\n '0088': ['DS', '1', 'SpacingBetweenSlices'],\n '0089': ['IS', '1', 'NumberOfPhaseEncodingSteps'],\n '0090': ['DS', '1', 'DataCollectionDiameter'],\n '0091': ['IS', '1', 'EchoTrainLength'],\n '0093': ['DS', '1', 'PercentSampling'],\n '0094': ['DS', '1', 'PercentPhaseFieldOfView'],\n '0095': ['DS', '1', 'PixelBandwidth'],\n '1000': ['LO', '1', 'DeviceSerialNumber'],\n '1002': ['UI', '1', 'DeviceUID'],\n '1003': ['LO', '1', 'DeviceID'],\n '1004': ['LO', '1', 'PlateID'],\n '1005': ['LO', '1', 'GeneratorID'],\n '1006': ['LO', '1', 'GridID'],\n '1007': ['LO', '1', 'CassetteID'],\n '1008': ['LO', '1', 'GantryID'],\n '1009': ['UT', '1', 'UniqueDeviceIdentifier'],\n '100A': ['SQ', '1', 'UDISequence'],\n '100B': ['UI', '1-n', 'ManufacturerDeviceClassUID'],\n '1010': ['LO', '1', 'SecondaryCaptureDeviceID'],\n '1011': ['LO', '1', 'HardcopyCreationDeviceID'],\n '1012': ['DA', '1', 'DateOfSecondaryCapture'],\n '1014': ['TM', '1', 'TimeOfSecondaryCapture'],\n '1016': ['LO', '1', 'SecondaryCaptureDeviceManufacturer'],\n '1017': ['LO', '1', 'HardcopyDeviceManufacturer'],\n '1018': ['LO', '1', 'SecondaryCaptureDeviceManufacturerModelName'],\n '1019': ['LO', '1-n', 'SecondaryCaptureDeviceSoftwareVersions'],\n '101A': ['LO', '1-n', 'HardcopyDeviceSoftwareVersion'],\n '101B': ['LO', '1', 'HardcopyDeviceManufacturerModelName'],\n '1020': ['LO', '1-n', 'SoftwareVersions'],\n '1022': ['SH', '1', 'VideoImageFormatAcquired'],\n '1023': ['LO', '1', 'DigitalImageFormatAcquired'],\n '1030': ['LO', '1', 'ProtocolName'],\n '1040': ['LO', '1', 'ContrastBolusRoute'],\n '1041': ['DS', '1', 'ContrastBolusVolume'],\n '1042': ['TM', '1', 'ContrastBolusStartTime'],\n '1043': ['TM', '1', 'ContrastBolusStopTime'],\n '1044': ['DS', '1', 'ContrastBolusTotalDose'],\n '1045': ['IS', '1', 'SyringeCounts'],\n '1046': ['DS', '1-n', 'ContrastFlowRate'],\n '1047': ['DS', '1-n', 'ContrastFlowDuration'],\n '1048': ['CS', '1', 'ContrastBolusIngredient'],\n '1049': ['DS', '1', 'ContrastBolusIngredientConcentration'],\n '1050': ['DS', '1', 'SpatialResolution'],\n '1060': ['DS', '1', 'TriggerTime'],\n '1061': ['LO', '1', 'TriggerSourceOrType'],\n '1062': ['IS', '1', 'NominalInterval'],\n '1063': ['DS', '1', 'FrameTime'],\n '1064': ['LO', '1', 'CardiacFramingType'],\n '1065': ['DS', '1-n', 'FrameTimeVector'],\n '1066': ['DS', '1', 'FrameDelay'],\n '1067': ['DS', '1', 'ImageTriggerDelay'],\n '1068': ['DS', '1', 'MultiplexGroupTimeOffset'],\n '1069': ['DS', '1', 'TriggerTimeOffset'],\n '106A': ['CS', '1', 'SynchronizationTrigger'],\n '106C': ['US', '2', 'SynchronizationChannel'],\n '106E': ['UL', '1', 'TriggerSamplePosition'],\n '1070': ['LO', '1', 'RadiopharmaceuticalRoute'],\n '1071': ['DS', '1', 'RadiopharmaceuticalVolume'],\n '1072': ['TM', '1', 'RadiopharmaceuticalStartTime'],\n '1073': ['TM', '1', 'RadiopharmaceuticalStopTime'],\n '1074': ['DS', '1', 'RadionuclideTotalDose'],\n '1075': ['DS', '1', 'RadionuclideHalfLife'],\n '1076': ['DS', '1', 'RadionuclidePositronFraction'],\n '1077': ['DS', '1', 'RadiopharmaceuticalSpecificActivity'],\n '1078': ['DT', '1', 'RadiopharmaceuticalStartDateTime'],\n '1079': ['DT', '1', 'RadiopharmaceuticalStopDateTime'],\n '1080': ['CS', '1', 'BeatRejectionFlag'],\n '1081': ['IS', '1', 'LowRRValue'],\n '1082': ['IS', '1', 'HighRRValue'],\n '1083': ['IS', '1', 'IntervalsAcquired'],\n '1084': ['IS', '1', 'IntervalsRejected'],\n '1085': ['LO', '1', 'PVCRejection'],\n '1086': ['IS', '1', 'SkipBeats'],\n '1088': ['IS', '1', 'HeartRate'],\n '1090': ['IS', '1', 'CardiacNumberOfImages'],\n '1094': ['IS', '1', 'TriggerWindow'],\n '1100': ['DS', '1', 'ReconstructionDiameter'],\n '1110': ['DS', '1', 'DistanceSourceToDetector'],\n '1111': ['DS', '1', 'DistanceSourceToPatient'],\n '1114': ['DS', '1', 'EstimatedRadiographicMagnificationFactor'],\n '1120': ['DS', '1', 'GantryDetectorTilt'],\n '1121': ['DS', '1', 'GantryDetectorSlew'],\n '1130': ['DS', '1', 'TableHeight'],\n '1131': ['DS', '1', 'TableTraverse'],\n '1134': ['CS', '1', 'TableMotion'],\n '1135': ['DS', '1-n', 'TableVerticalIncrement'],\n '1136': ['DS', '1-n', 'TableLateralIncrement'],\n '1137': ['DS', '1-n', 'TableLongitudinalIncrement'],\n '1138': ['DS', '1', 'TableAngle'],\n '113A': ['CS', '1', 'TableType'],\n '1140': ['CS', '1', 'RotationDirection'],\n '1141': ['DS', '1', 'AngularPosition'],\n '1142': ['DS', '1-n', 'RadialPosition'],\n '1143': ['DS', '1', 'ScanArc'],\n '1144': ['DS', '1', 'AngularStep'],\n '1145': ['DS', '1', 'CenterOfRotationOffset'],\n '1146': ['DS', '1-n', 'RotationOffset'],\n '1147': ['CS', '1', 'FieldOfViewShape'],\n '1149': ['IS', '1-2', 'FieldOfViewDimensions'],\n '1150': ['IS', '1', 'ExposureTime'],\n '1151': ['IS', '1', 'XRayTubeCurrent'],\n '1152': ['IS', '1', 'Exposure'],\n '1153': ['IS', '1', 'ExposureInuAs'],\n '1154': ['DS', '1', 'AveragePulseWidth'],\n '1155': ['CS', '1', 'RadiationSetting'],\n '1156': ['CS', '1', 'RectificationType'],\n '115A': ['CS', '1', 'RadiationMode'],\n '115E': ['DS', '1', 'ImageAndFluoroscopyAreaDoseProduct'],\n '1160': ['SH', '1', 'FilterType'],\n '1161': ['LO', '1-n', 'TypeOfFilters'],\n '1162': ['DS', '1', 'IntensifierSize'],\n '1164': ['DS', '2', 'ImagerPixelSpacing'],\n '1166': ['CS', '1-n', 'Grid'],\n '1170': ['IS', '1', 'GeneratorPower'],\n '1180': ['SH', '1', 'CollimatorGridName'],\n '1181': ['CS', '1', 'CollimatorType'],\n '1182': ['IS', '1-2', 'FocalDistance'],\n '1183': ['DS', '1-2', 'XFocusCenter'],\n '1184': ['DS', '1-2', 'YFocusCenter'],\n '1190': ['DS', '1-n', 'FocalSpots'],\n '1191': ['CS', '1', 'AnodeTargetMaterial'],\n '11A0': ['DS', '1', 'BodyPartThickness'],\n '11A2': ['DS', '1', 'CompressionForce'],\n '11A3': ['DS', '1', 'CompressionPressure'],\n '11A4': ['LO', '1', 'PaddleDescription'],\n '11A5': ['DS', '1', 'CompressionContactArea'],\n '11B0': ['LO', '1', 'AcquisitionMode'],\n '11B1': ['LO', '1', 'DoseModeName'],\n '11B2': ['CS', '1', 'AcquiredSubtractionMaskFlag'],\n '11B3': ['CS', '1', 'FluoroscopyPersistenceFlag'],\n '11B4': ['CS', '1', 'FluoroscopyLastImageHoldPersistenceFlag'],\n '11B5': ['IS', '1', 'UpperLimitNumberOfPersistentFluoroscopyFrames'],\n '11B6': ['CS', '1', 'ContrastBolusAutoInjectionTriggerFlag'],\n '11B7': ['FD', '1', 'ContrastBolusInjectionDelay'],\n '11B8': ['SQ', '1', 'XAAcquisitionPhaseDetailsSequence'],\n '11B9': ['FD', '1', 'XAAcquisitionFrameRate'],\n '11BA': ['SQ', '1', 'XAPlaneDetailsSequence'],\n '11BB': ['LO', '1', 'AcquisitionFieldOfViewLabel'],\n '11BC': ['SQ', '1', 'XRayFilterDetailsSequence'],\n '11BD': ['FD', '1', 'XAAcquisitionDuration'],\n '11BE': ['CS', '1', 'ReconstructionPipelineType'],\n '11BF': ['SQ', '1', 'ImageFilterDetailsSequence'],\n '11C0': ['CS', '1', 'AppliedMaskSubtractionFlag'],\n '11C1': ['SQ', '1', 'RequestedSeriesDescriptionCodeSequence'],\n '1200': ['DA', '1-n', 'DateOfLastCalibration'],\n '1201': ['TM', '1-n', 'TimeOfLastCalibration'],\n '1202': ['DT', '1', 'DateTimeOfLastCalibration'],\n '1203': ['DT', '1', 'CalibrationDateTime'],\n '1210': ['SH', '1-n', 'ConvolutionKernel'],\n '1240': ['IS', '1-n', 'UpperLowerPixelValues'],\n '1242': ['IS', '1', 'ActualFrameDuration'],\n '1243': ['IS', '1', 'CountRate'],\n '1244': ['US', '1', 'PreferredPlaybackSequencing'],\n '1250': ['SH', '1', 'ReceiveCoilName'],\n '1251': ['SH', '1', 'TransmitCoilName'],\n '1260': ['SH', '1', 'PlateType'],\n '1261': ['LO', '1', 'PhosphorType'],\n '1271': ['FD', '1', 'WaterEquivalentDiameter'],\n '1272': ['SQ', '1', 'WaterEquivalentDiameterCalculationMethodCodeSequence'],\n '1300': ['DS', '1', 'ScanVelocity'],\n '1301': ['CS', '1-n', 'WholeBodyTechnique'],\n '1302': ['IS', '1', 'ScanLength'],\n '1310': ['US', '4', 'AcquisitionMatrix'],\n '1312': ['CS', '1', 'InPlanePhaseEncodingDirection'],\n '1314': ['DS', '1', 'FlipAngle'],\n '1315': ['CS', '1', 'VariableFlipAngleFlag'],\n '1316': ['DS', '1', 'SAR'],\n '1318': ['DS', '1', 'dBdt'],\n '1320': ['FL', '1', 'B1rms'],\n '1400': ['LO', '1', 'AcquisitionDeviceProcessingDescription'],\n '1401': ['LO', '1', 'AcquisitionDeviceProcessingCode'],\n '1402': ['CS', '1', 'CassetteOrientation'],\n '1403': ['CS', '1', 'CassetteSize'],\n '1404': ['US', '1', 'ExposuresOnPlate'],\n '1405': ['IS', '1', 'RelativeXRayExposure'],\n '1411': ['DS', '1', 'ExposureIndex'],\n '1412': ['DS', '1', 'TargetExposureIndex'],\n '1413': ['DS', '1', 'DeviationIndex'],\n '1450': ['DS', '1', 'ColumnAngulation'],\n '1460': ['DS', '1', 'TomoLayerHeight'],\n '1470': ['DS', '1', 'TomoAngle'],\n '1480': ['DS', '1', 'TomoTime'],\n '1490': ['CS', '1', 'TomoType'],\n '1491': ['CS', '1', 'TomoClass'],\n '1495': ['IS', '1', 'NumberOfTomosynthesisSourceImages'],\n '1500': ['CS', '1', 'PositionerMotion'],\n '1508': ['CS', '1', 'PositionerType'],\n '1510': ['DS', '1', 'PositionerPrimaryAngle'],\n '1511': ['DS', '1', 'PositionerSecondaryAngle'],\n '1520': ['DS', '1-n', 'PositionerPrimaryAngleIncrement'],\n '1521': ['DS', '1-n', 'PositionerSecondaryAngleIncrement'],\n '1530': ['DS', '1', 'DetectorPrimaryAngle'],\n '1531': ['DS', '1', 'DetectorSecondaryAngle'],\n '1600': ['CS', '1-3', 'ShutterShape'],\n '1602': ['IS', '1', 'ShutterLeftVerticalEdge'],\n '1604': ['IS', '1', 'ShutterRightVerticalEdge'],\n '1606': ['IS', '1', 'ShutterUpperHorizontalEdge'],\n '1608': ['IS', '1', 'ShutterLowerHorizontalEdge'],\n '1610': ['IS', '2', 'CenterOfCircularShutter'],\n '1612': ['IS', '1', 'RadiusOfCircularShutter'],\n '1620': ['IS', '2-2n', 'VerticesOfThePolygonalShutter'],\n '1622': ['US', '1', 'ShutterPresentationValue'],\n '1623': ['US', '1', 'ShutterOverlayGroup'],\n '1624': ['US', '3', 'ShutterPresentationColorCIELabValue'],\n '1630': ['CS', '1', 'OutlineShapeType'],\n '1631': ['FD', '1', 'OutlineLeftVerticalEdge'],\n '1632': ['FD', '1', 'OutlineRightVerticalEdge'],\n '1633': ['FD', '1', 'OutlineUpperHorizontalEdge'],\n '1634': ['FD', '1', 'OutlineLowerHorizontalEdge'],\n '1635': ['FD', '2', 'CenterOfCircularOutline'],\n '1636': ['FD', '1', 'DiameterOfCircularOutline'],\n '1637': ['UL', '1', 'NumberOfPolygonalVertices'],\n '1638': ['OF', '1', 'VerticesOfThePolygonalOutline'],\n '1700': ['CS', '1-3', 'CollimatorShape'],\n '1702': ['IS', '1', 'CollimatorLeftVerticalEdge'],\n '1704': ['IS', '1', 'CollimatorRightVerticalEdge'],\n '1706': ['IS', '1', 'CollimatorUpperHorizontalEdge'],\n '1708': ['IS', '1', 'CollimatorLowerHorizontalEdge'],\n '1710': ['IS', '2', 'CenterOfCircularCollimator'],\n '1712': ['IS', '1', 'RadiusOfCircularCollimator'],\n '1720': ['IS', '2-2n', 'VerticesOfThePolygonalCollimator'],\n '1800': ['CS', '1', 'AcquisitionTimeSynchronized'],\n '1801': ['SH', '1', 'TimeSource'],\n '1802': ['CS', '1', 'TimeDistributionProtocol'],\n '1803': ['LO', '1', 'NTPSourceAddress'],\n '2001': ['IS', '1-n', 'PageNumberVector'],\n '2002': ['SH', '1-n', 'FrameLabelVector'],\n '2003': ['DS', '1-n', 'FramePrimaryAngleVector'],\n '2004': ['DS', '1-n', 'FrameSecondaryAngleVector'],\n '2005': ['DS', '1-n', 'SliceLocationVector'],\n '2006': ['SH', '1-n', 'DisplayWindowLabelVector'],\n '2010': ['DS', '2', 'NominalScannedPixelSpacing'],\n '2020': ['CS', '1', 'DigitizingDeviceTransportDirection'],\n '2030': ['DS', '1', 'RotationOfScannedFilm'],\n '2041': ['SQ', '1', 'BiopsyTargetSequence'],\n '2042': ['UI', '1', 'TargetUID'],\n '2043': ['FL', '2', 'LocalizingCursorPosition'],\n '2044': ['FL', '3', 'CalculatedTargetPosition'],\n '2045': ['SH', '1', 'TargetLabel'],\n '2046': ['FL', '1', 'DisplayedZValue'],\n '3100': ['CS', '1', 'IVUSAcquisition'],\n '3101': ['DS', '1', 'IVUSPullbackRate'],\n '3102': ['DS', '1', 'IVUSGatedRate'],\n '3103': ['IS', '1', 'IVUSPullbackStartFrameNumber'],\n '3104': ['IS', '1', 'IVUSPullbackStopFrameNumber'],\n '3105': ['IS', '1-n', 'LesionNumber'],\n '4000': ['LT', '1', 'AcquisitionComments'],\n '5000': ['SH', '1-n', 'OutputPower'],\n '5010': ['LO', '1-n', 'TransducerData'],\n '5011': ['SQ', '1', 'TransducerIdentificationSequence'],\n '5012': ['DS', '1', 'FocusDepth'],\n '5020': ['LO', '1', 'ProcessingFunction'],\n '5021': ['LO', '1', 'PostprocessingFunction'],\n '5022': ['DS', '1', 'MechanicalIndex'],\n '5024': ['DS', '1', 'BoneThermalIndex'],\n '5026': ['DS', '1', 'CranialThermalIndex'],\n '5027': ['DS', '1', 'SoftTissueThermalIndex'],\n '5028': ['DS', '1', 'SoftTissueFocusThermalIndex'],\n '5029': ['DS', '1', 'SoftTissueSurfaceThermalIndex'],\n '5030': ['DS', '1', 'DynamicRange'],\n '5040': ['DS', '1', 'TotalGain'],\n '5050': ['IS', '1', 'DepthOfScanField'],\n '5100': ['CS', '1', 'PatientPosition'],\n '5101': ['CS', '1', 'ViewPosition'],\n '5104': ['SQ', '1', 'ProjectionEponymousNameCodeSequence'],\n '5210': ['DS', '6', 'ImageTransformationMatrix'],\n '5212': ['DS', '3', 'ImageTranslationVector'],\n '6000': ['DS', '1', 'Sensitivity'],\n '6011': ['SQ', '1', 'SequenceOfUltrasoundRegions'],\n '6012': ['US', '1', 'RegionSpatialFormat'],\n '6014': ['US', '1', 'RegionDataType'],\n '6016': ['UL', '1', 'RegionFlags'],\n '6018': ['UL', '1', 'RegionLocationMinX0'],\n '601A': ['UL', '1', 'RegionLocationMinY0'],\n '601C': ['UL', '1', 'RegionLocationMaxX1'],\n '601E': ['UL', '1', 'RegionLocationMaxY1'],\n '6020': ['SL', '1', 'ReferencePixelX0'],\n '6022': ['SL', '1', 'ReferencePixelY0'],\n '6024': ['US', '1', 'PhysicalUnitsXDirection'],\n '6026': ['US', '1', 'PhysicalUnitsYDirection'],\n '6028': ['FD', '1', 'ReferencePixelPhysicalValueX'],\n '602A': ['FD', '1', 'ReferencePixelPhysicalValueY'],\n '602C': ['FD', '1', 'PhysicalDeltaX'],\n '602E': ['FD', '1', 'PhysicalDeltaY'],\n '6030': ['UL', '1', 'TransducerFrequency'],\n '6031': ['CS', '1', 'TransducerType'],\n '6032': ['UL', '1', 'PulseRepetitionFrequency'],\n '6034': ['FD', '1', 'DopplerCorrectionAngle'],\n '6036': ['FD', '1', 'SteeringAngle'],\n '6038': ['UL', '1', 'DopplerSampleVolumeXPositionRetired'],\n '6039': ['SL', '1', 'DopplerSampleVolumeXPosition'],\n '603A': ['UL', '1', 'DopplerSampleVolumeYPositionRetired'],\n '603B': ['SL', '1', 'DopplerSampleVolumeYPosition'],\n '603C': ['UL', '1', 'TMLinePositionX0Retired'],\n '603D': ['SL', '1', 'TMLinePositionX0'],\n '603E': ['UL', '1', 'TMLinePositionY0Retired'],\n '603F': ['SL', '1', 'TMLinePositionY0'],\n '6040': ['UL', '1', 'TMLinePositionX1Retired'],\n '6041': ['SL', '1', 'TMLinePositionX1'],\n '6042': ['UL', '1', 'TMLinePositionY1Retired'],\n '6043': ['SL', '1', 'TMLinePositionY1'],\n '6044': ['US', '1', 'PixelComponentOrganization'],\n '6046': ['UL', '1', 'PixelComponentMask'],\n '6048': ['UL', '1', 'PixelComponentRangeStart'],\n '604A': ['UL', '1', 'PixelComponentRangeStop'],\n '604C': ['US', '1', 'PixelComponentPhysicalUnits'],\n '604E': ['US', '1', 'PixelComponentDataType'],\n '6050': ['UL', '1', 'NumberOfTableBreakPoints'],\n '6052': ['UL', '1-n', 'TableOfXBreakPoints'],\n '6054': ['FD', '1-n', 'TableOfYBreakPoints'],\n '6056': ['UL', '1', 'NumberOfTableEntries'],\n '6058': ['UL', '1-n', 'TableOfPixelValues'],\n '605A': ['FL', '1-n', 'TableOfParameterValues'],\n '6060': ['FL', '1-n', 'RWaveTimeVector'],\n '6070': ['US', '1', 'ActiveImageAreaOverlayGroup'],\n '7000': ['CS', '1', 'DetectorConditionsNominalFlag'],\n '7001': ['DS', '1', 'DetectorTemperature'],\n '7004': ['CS', '1', 'DetectorType'],\n '7005': ['CS', '1', 'DetectorConfiguration'],\n '7006': ['LT', '1', 'DetectorDescription'],\n '7008': ['LT', '1', 'DetectorMode'],\n '700A': ['SH', '1', 'DetectorID'],\n '700C': ['DA', '1', 'DateOfLastDetectorCalibration'],\n '700E': ['TM', '1', 'TimeOfLastDetectorCalibration'],\n '7010': ['IS', '1', 'ExposuresOnDetectorSinceLastCalibration'],\n '7011': ['IS', '1', 'ExposuresOnDetectorSinceManufactured'],\n '7012': ['DS', '1', 'DetectorTimeSinceLastExposure'],\n '7014': ['DS', '1', 'DetectorActiveTime'],\n '7016': ['DS', '1', 'DetectorActivationOffsetFromExposure'],\n '701A': ['DS', '2', 'DetectorBinning'],\n '7020': ['DS', '2', 'DetectorElementPhysicalSize'],\n '7022': ['DS', '2', 'DetectorElementSpacing'],\n '7024': ['CS', '1', 'DetectorActiveShape'],\n '7026': ['DS', '1-2', 'DetectorActiveDimensions'],\n '7028': ['DS', '2', 'DetectorActiveOrigin'],\n '702A': ['LO', '1', 'DetectorManufacturerName'],\n '702B': ['LO', '1', 'DetectorManufacturerModelName'],\n '7030': ['DS', '2', 'FieldOfViewOrigin'],\n '7032': ['DS', '1', 'FieldOfViewRotation'],\n '7034': ['CS', '1', 'FieldOfViewHorizontalFlip'],\n '7036': ['FL', '2', 'PixelDataAreaOriginRelativeToFOV'],\n '7038': ['FL', '1', 'PixelDataAreaRotationAngleRelativeToFOV'],\n '7040': ['LT', '1', 'GridAbsorbingMaterial'],\n '7041': ['LT', '1', 'GridSpacingMaterial'],\n '7042': ['DS', '1', 'GridThickness'],\n '7044': ['DS', '1', 'GridPitch'],\n '7046': ['IS', '2', 'GridAspectRatio'],\n '7048': ['DS', '1', 'GridPeriod'],\n '704C': ['DS', '1', 'GridFocalDistance'],\n '7050': ['CS', '1-n', 'FilterMaterial'],\n '7052': ['DS', '1-n', 'FilterThicknessMinimum'],\n '7054': ['DS', '1-n', 'FilterThicknessMaximum'],\n '7056': ['FL', '1-n', 'FilterBeamPathLengthMinimum'],\n '7058': ['FL', '1-n', 'FilterBeamPathLengthMaximum'],\n '7060': ['CS', '1', 'ExposureControlMode'],\n '7062': ['LT', '1', 'ExposureControlModeDescription'],\n '7064': ['CS', '1', 'ExposureStatus'],\n '7065': ['DS', '1', 'PhototimerSetting'],\n '8150': ['DS', '1', 'ExposureTimeInuS'],\n '8151': ['DS', '1', 'XRayTubeCurrentInuA'],\n '9004': ['CS', '1', 'ContentQualification'],\n '9005': ['SH', '1', 'PulseSequenceName'],\n '9006': ['SQ', '1', 'MRImagingModifierSequence'],\n '9008': ['CS', '1', 'EchoPulseSequence'],\n '9009': ['CS', '1', 'InversionRecovery'],\n '9010': ['CS', '1', 'FlowCompensation'],\n '9011': ['CS', '1', 'MultipleSpinEcho'],\n '9012': ['CS', '1', 'MultiPlanarExcitation'],\n '9014': ['CS', '1', 'PhaseContrast'],\n '9015': ['CS', '1', 'TimeOfFlightContrast'],\n '9016': ['CS', '1', 'Spoiling'],\n '9017': ['CS', '1', 'SteadyStatePulseSequence'],\n '9018': ['CS', '1', 'EchoPlanarPulseSequence'],\n '9019': ['FD', '1', 'TagAngleFirstAxis'],\n '9020': ['CS', '1', 'MagnetizationTransfer'],\n '9021': ['CS', '1', 'T2Preparation'],\n '9022': ['CS', '1', 'BloodSignalNulling'],\n '9024': ['CS', '1', 'SaturationRecovery'],\n '9025': ['CS', '1', 'SpectrallySelectedSuppression'],\n '9026': ['CS', '1', 'SpectrallySelectedExcitation'],\n '9027': ['CS', '1', 'SpatialPresaturation'],\n '9028': ['CS', '1', 'Tagging'],\n '9029': ['CS', '1', 'OversamplingPhase'],\n '9030': ['FD', '1', 'TagSpacingFirstDimension'],\n '9032': ['CS', '1', 'GeometryOfKSpaceTraversal'],\n '9033': ['CS', '1', 'SegmentedKSpaceTraversal'],\n '9034': ['CS', '1', 'RectilinearPhaseEncodeReordering'],\n '9035': ['FD', '1', 'TagThickness'],\n '9036': ['CS', '1', 'PartialFourierDirection'],\n '9037': ['CS', '1', 'CardiacSynchronizationTechnique'],\n '9041': ['LO', '1', 'ReceiveCoilManufacturerName'],\n '9042': ['SQ', '1', 'MRReceiveCoilSequence'],\n '9043': ['CS', '1', 'ReceiveCoilType'],\n '9044': ['CS', '1', 'QuadratureReceiveCoil'],\n '9045': ['SQ', '1', 'MultiCoilDefinitionSequence'],\n '9046': ['LO', '1', 'MultiCoilConfiguration'],\n '9047': ['SH', '1', 'MultiCoilElementName'],\n '9048': ['CS', '1', 'MultiCoilElementUsed'],\n '9049': ['SQ', '1', 'MRTransmitCoilSequence'],\n '9050': ['LO', '1', 'TransmitCoilManufacturerName'],\n '9051': ['CS', '1', 'TransmitCoilType'],\n '9052': ['FD', '1-2', 'SpectralWidth'],\n '9053': ['FD', '1-2', 'ChemicalShiftReference'],\n '9054': ['CS', '1', 'VolumeLocalizationTechnique'],\n '9058': ['US', '1', 'MRAcquisitionFrequencyEncodingSteps'],\n '9059': ['CS', '1', 'Decoupling'],\n '9060': ['CS', '1-2', 'DecoupledNucleus'],\n '9061': ['FD', '1-2', 'DecouplingFrequency'],\n '9062': ['CS', '1', 'DecouplingMethod'],\n '9063': ['FD', '1-2', 'DecouplingChemicalShiftReference'],\n '9064': ['CS', '1', 'KSpaceFiltering'],\n '9065': ['CS', '1-2', 'TimeDomainFiltering'],\n '9066': ['US', '1-2', 'NumberOfZeroFills'],\n '9067': ['CS', '1', 'BaselineCorrection'],\n '9069': ['FD', '1', 'ParallelReductionFactorInPlane'],\n '9070': ['FD', '1', 'CardiacRRIntervalSpecified'],\n '9073': ['FD', '1', 'AcquisitionDuration'],\n '9074': ['DT', '1', 'FrameAcquisitionDateTime'],\n '9075': ['CS', '1', 'DiffusionDirectionality'],\n '9076': ['SQ', '1', 'DiffusionGradientDirectionSequence'],\n '9077': ['CS', '1', 'ParallelAcquisition'],\n '9078': ['CS', '1', 'ParallelAcquisitionTechnique'],\n '9079': ['FD', '1-n', 'InversionTimes'],\n '9080': ['ST', '1', 'MetaboliteMapDescription'],\n '9081': ['CS', '1', 'PartialFourier'],\n '9082': ['FD', '1', 'EffectiveEchoTime'],\n '9083': ['SQ', '1', 'MetaboliteMapCodeSequence'],\n '9084': ['SQ', '1', 'ChemicalShiftSequence'],\n '9085': ['CS', '1', 'CardiacSignalSource'],\n '9087': ['FD', '1', 'DiffusionBValue'],\n '9089': ['FD', '3', 'DiffusionGradientOrientation'],\n '9090': ['FD', '3', 'VelocityEncodingDirection'],\n '9091': ['FD', '1', 'VelocityEncodingMinimumValue'],\n '9092': ['SQ', '1', 'VelocityEncodingAcquisitionSequence'],\n '9093': ['US', '1', 'NumberOfKSpaceTrajectories'],\n '9094': ['CS', '1', 'CoverageOfKSpace'],\n '9095': ['UL', '1', 'SpectroscopyAcquisitionPhaseRows'],\n '9096': ['FD', '1', 'ParallelReductionFactorInPlaneRetired'],\n '9098': ['FD', '1-2', 'TransmitterFrequency'],\n '9100': ['CS', '1-2', 'ResonantNucleus'],\n '9101': ['CS', '1', 'FrequencyCorrection'],\n '9103': ['SQ', '1', 'MRSpectroscopyFOVGeometrySequence'],\n '9104': ['FD', '1', 'SlabThickness'],\n '9105': ['FD', '3', 'SlabOrientation'],\n '9106': ['FD', '3', 'MidSlabPosition'],\n '9107': ['SQ', '1', 'MRSpatialSaturationSequence'],\n '9112': ['SQ', '1', 'MRTimingAndRelatedParametersSequence'],\n '9114': ['SQ', '1', 'MREchoSequence'],\n '9115': ['SQ', '1', 'MRModifierSequence'],\n '9117': ['SQ', '1', 'MRDiffusionSequence'],\n '9118': ['SQ', '1', 'CardiacSynchronizationSequence'],\n '9119': ['SQ', '1', 'MRAveragesSequence'],\n '9125': ['SQ', '1', 'MRFOVGeometrySequence'],\n '9126': ['SQ', '1', 'VolumeLocalizationSequence'],\n '9127': ['UL', '1', 'SpectroscopyAcquisitionDataColumns'],\n '9147': ['CS', '1', 'DiffusionAnisotropyType'],\n '9151': ['DT', '1', 'FrameReferenceDateTime'],\n '9152': ['SQ', '1', 'MRMetaboliteMapSequence'],\n '9155': ['FD', '1', 'ParallelReductionFactorOutOfPlane'],\n '9159': ['UL', '1', 'SpectroscopyAcquisitionOutOfPlanePhaseSteps'],\n '9166': ['CS', '1', 'BulkMotionStatus'],\n '9168': ['FD', '1', 'ParallelReductionFactorSecondInPlane'],\n '9169': ['CS', '1', 'CardiacBeatRejectionTechnique'],\n '9170': ['CS', '1', 'RespiratoryMotionCompensationTechnique'],\n '9171': ['CS', '1', 'RespiratorySignalSource'],\n '9172': ['CS', '1', 'BulkMotionCompensationTechnique'],\n '9173': ['CS', '1', 'BulkMotionSignalSource'],\n '9174': ['CS', '1', 'ApplicableSafetyStandardAgency'],\n '9175': ['LO', '1', 'ApplicableSafetyStandardDescription'],\n '9176': ['SQ', '1', 'OperatingModeSequence'],\n '9177': ['CS', '1', 'OperatingModeType'],\n '9178': ['CS', '1', 'OperatingMode'],\n '9179': ['CS', '1', 'SpecificAbsorptionRateDefinition'],\n '9180': ['CS', '1', 'GradientOutputType'],\n '9181': ['FD', '1', 'SpecificAbsorptionRateValue'],\n '9182': ['FD', '1', 'GradientOutput'],\n '9183': ['CS', '1', 'FlowCompensationDirection'],\n '9184': ['FD', '1', 'TaggingDelay'],\n '9185': ['ST', '1', 'RespiratoryMotionCompensationTechniqueDescription'],\n '9186': ['SH', '1', 'RespiratorySignalSourceID'],\n '9195': ['FD', '1', 'ChemicalShiftMinimumIntegrationLimitInHz'],\n '9196': ['FD', '1', 'ChemicalShiftMaximumIntegrationLimitInHz'],\n '9197': ['SQ', '1', 'MRVelocityEncodingSequence'],\n '9198': ['CS', '1', 'FirstOrderPhaseCorrection'],\n '9199': ['CS', '1', 'WaterReferencedPhaseCorrection'],\n '9200': ['CS', '1', 'MRSpectroscopyAcquisitionType'],\n '9214': ['CS', '1', 'RespiratoryCyclePosition'],\n '9217': ['FD', '1', 'VelocityEncodingMaximumValue'],\n '9218': ['FD', '1', 'TagSpacingSecondDimension'],\n '9219': ['SS', '1', 'TagAngleSecondAxis'],\n '9220': ['FD', '1', 'FrameAcquisitionDuration'],\n '9226': ['SQ', '1', 'MRImageFrameTypeSequence'],\n '9227': ['SQ', '1', 'MRSpectroscopyFrameTypeSequence'],\n '9231': ['US', '1', 'MRAcquisitionPhaseEncodingStepsInPlane'],\n '9232': ['US', '1', 'MRAcquisitionPhaseEncodingStepsOutOfPlane'],\n '9234': ['UL', '1', 'SpectroscopyAcquisitionPhaseColumns'],\n '9236': ['CS', '1', 'CardiacCyclePosition'],\n '9239': ['SQ', '1', 'SpecificAbsorptionRateSequence'],\n '9240': ['US', '1', 'RFEchoTrainLength'],\n '9241': ['US', '1', 'GradientEchoTrainLength'],\n '9250': ['CS', '1', 'ArterialSpinLabelingContrast'],\n '9251': ['SQ', '1', 'MRArterialSpinLabelingSequence'],\n '9252': ['LO', '1', 'ASLTechniqueDescription'],\n '9253': ['US', '1', 'ASLSlabNumber'],\n '9254': ['FD', '1', 'ASLSlabThickness'],\n '9255': ['FD', '3', 'ASLSlabOrientation'],\n '9256': ['FD', '3', 'ASLMidSlabPosition'],\n '9257': ['CS', '1', 'ASLContext'],\n '9258': ['UL', '1', 'ASLPulseTrainDuration'],\n '9259': ['CS', '1', 'ASLCrusherFlag'],\n '925A': ['FD', '1', 'ASLCrusherFlowLimit'],\n '925B': ['LO', '1', 'ASLCrusherDescription'],\n '925C': ['CS', '1', 'ASLBolusCutoffFlag'],\n '925D': ['SQ', '1', 'ASLBolusCutoffTimingSequence'],\n '925E': ['LO', '1', 'ASLBolusCutoffTechnique'],\n '925F': ['UL', '1', 'ASLBolusCutoffDelayTime'],\n '9260': ['SQ', '1', 'ASLSlabSequence'],\n '9295': ['FD', '1', 'ChemicalShiftMinimumIntegrationLimitInppm'],\n '9296': ['FD', '1', 'ChemicalShiftMaximumIntegrationLimitInppm'],\n '9297': ['CS', '1', 'WaterReferenceAcquisition'],\n '9298': ['IS', '1', 'EchoPeakPosition'],\n '9301': ['SQ', '1', 'CTAcquisitionTypeSequence'],\n '9302': ['CS', '1', 'AcquisitionType'],\n '9303': ['FD', '1', 'TubeAngle'],\n '9304': ['SQ', '1', 'CTAcquisitionDetailsSequence'],\n '9305': ['FD', '1', 'RevolutionTime'],\n '9306': ['FD', '1', 'SingleCollimationWidth'],\n '9307': ['FD', '1', 'TotalCollimationWidth'],\n '9308': ['SQ', '1', 'CTTableDynamicsSequence'],\n '9309': ['FD', '1', 'TableSpeed'],\n '9310': ['FD', '1', 'TableFeedPerRotation'],\n '9311': ['FD', '1', 'SpiralPitchFactor'],\n '9312': ['SQ', '1', 'CTGeometrySequence'],\n '9313': ['FD', '3', 'DataCollectionCenterPatient'],\n '9314': ['SQ', '1', 'CTReconstructionSequence'],\n '9315': ['CS', '1', 'ReconstructionAlgorithm'],\n '9316': ['CS', '1', 'ConvolutionKernelGroup'],\n '9317': ['FD', '2', 'ReconstructionFieldOfView'],\n '9318': ['FD', '3', 'ReconstructionTargetCenterPatient'],\n '9319': ['FD', '1', 'ReconstructionAngle'],\n '9320': ['SH', '1', 'ImageFilter'],\n '9321': ['SQ', '1', 'CTExposureSequence'],\n '9322': ['FD', '2', 'ReconstructionPixelSpacing'],\n '9323': ['CS', '1-n', 'ExposureModulationType'],\n '9324': ['FD', '1', 'EstimatedDoseSaving'],\n '9325': ['SQ', '1', 'CTXRayDetailsSequence'],\n '9326': ['SQ', '1', 'CTPositionSequence'],\n '9327': ['FD', '1', 'TablePosition'],\n '9328': ['FD', '1', 'ExposureTimeInms'],\n '9329': ['SQ', '1', 'CTImageFrameTypeSequence'],\n '9330': ['FD', '1', 'XRayTubeCurrentInmA'],\n '9332': ['FD', '1', 'ExposureInmAs'],\n '9333': ['CS', '1', 'ConstantVolumeFlag'],\n '9334': ['CS', '1', 'FluoroscopyFlag'],\n '9335': ['FD', '1', 'DistanceSourceToDataCollectionCenter'],\n '9337': ['US', '1', 'ContrastBolusAgentNumber'],\n '9338': ['SQ', '1', 'ContrastBolusIngredientCodeSequence'],\n '9340': ['SQ', '1', 'ContrastAdministrationProfileSequence'],\n '9341': ['SQ', '1', 'ContrastBolusUsageSequence'],\n '9342': ['CS', '1', 'ContrastBolusAgentAdministered'],\n '9343': ['CS', '1', 'ContrastBolusAgentDetected'],\n '9344': ['CS', '1', 'ContrastBolusAgentPhase'],\n '9345': ['FD', '1', 'CTDIvol'],\n '9346': ['SQ', '1', 'CTDIPhantomTypeCodeSequence'],\n '9351': ['FL', '1', 'CalciumScoringMassFactorPatient'],\n '9352': ['FL', '3', 'CalciumScoringMassFactorDevice'],\n '9353': ['FL', '1', 'EnergyWeightingFactor'],\n '9360': ['SQ', '1', 'CTAdditionalXRaySourceSequence'],\n '9361': ['CS', '1', 'MultienergyCTAcquisition'],\n '9362': ['SQ', '1', 'MultienergyCTAcquisitionSequence'],\n '9363': ['SQ', '1', 'MultienergyCTProcessingSequence'],\n '9364': ['SQ', '1', 'MultienergyCTCharacteristicsSequence'],\n '9365': ['SQ', '1', 'MultienergyCTXRaySourceSequence'],\n '9366': ['US', '1', 'XRaySourceIndex'],\n '9367': ['UC', '1', 'XRaySourceID'],\n '9368': ['CS', '1', 'MultienergySourceTechnique'],\n '9369': ['DT', '1', 'SourceStartDateTime'],\n '936A': ['DT', '1', 'SourceEndDateTime'],\n '936B': ['US', '1', 'SwitchingPhaseNumber'],\n '936C': ['DS', '1', 'SwitchingPhaseNominalDuration'],\n '936D': ['DS', '1', 'SwitchingPhaseTransitionDuration'],\n '936E': ['DS', '1', 'EffectiveBinEnergy'],\n '936F': ['SQ', '1', 'MultienergyCTXRayDetectorSequence'],\n '9370': ['US', '1', 'XRayDetectorIndex'],\n '9371': ['UC', '1', 'XRayDetectorID'],\n '9372': ['CS', '1', 'MultienergyDetectorType'],\n '9373': ['ST', '1', 'XRayDetectorLabel'],\n '9374': ['DS', '1', 'NominalMaxEnergy'],\n '9375': ['DS', '1', 'NominalMinEnergy'],\n '9376': ['US', '1-n', 'ReferencedXRayDetectorIndex'],\n '9377': ['US', '1-n', 'ReferencedXRaySourceIndex'],\n '9378': ['US', '1-n', 'ReferencedPathIndex'],\n '9379': ['SQ', '1', 'MultienergyCTPathSequence'],\n '937A': ['US', '1', 'MultienergyCTPathIndex'],\n '937B': ['UT', '1', 'MultienergyAcquisitionDescription'],\n '937C': ['FD', '1', 'MonoenergeticEnergyEquivalent'],\n '937D': ['SQ', '1', 'MaterialCodeSequence'],\n '937E': ['CS', '1', 'DecompositionMethod'],\n '937F': ['UT', '1', 'DecompositionDescription'],\n '9380': ['SQ', '1', 'DecompositionAlgorithmIdentificationSequence'],\n '9381': ['SQ', '1', 'DecompositionMaterialSequence'],\n '9382': ['SQ', '1', 'MaterialAttenuationSequence'],\n '9383': ['DS', '1', 'PhotonEnergy'],\n '9384': ['DS', '1', 'XRayMassAttenuationCoefficient'],\n '9401': ['SQ', '1', 'ProjectionPixelCalibrationSequence'],\n '9402': ['FL', '1', 'DistanceSourceToIsocenter'],\n '9403': ['FL', '1', 'DistanceObjectToTableTop'],\n '9404': ['FL', '2', 'ObjectPixelSpacingInCenterOfBeam'],\n '9405': ['SQ', '1', 'PositionerPositionSequence'],\n '9406': ['SQ', '1', 'TablePositionSequence'],\n '9407': ['SQ', '1', 'CollimatorShapeSequence'],\n '9410': ['CS', '1', 'PlanesInAcquisition'],\n '9412': ['SQ', '1', 'XAXRFFrameCharacteristicsSequence'],\n '9417': ['SQ', '1', 'FrameAcquisitionSequence'],\n '9420': ['CS', '1', 'XRayReceptorType'],\n '9423': ['LO', '1', 'AcquisitionProtocolName'],\n '9424': ['LT', '1', 'AcquisitionProtocolDescription'],\n '9425': ['CS', '1', 'ContrastBolusIngredientOpaque'],\n '9426': ['FL', '1', 'DistanceReceptorPlaneToDetectorHousing'],\n '9427': ['CS', '1', 'IntensifierActiveShape'],\n '9428': ['FL', '1-2', 'IntensifierActiveDimensions'],\n '9429': ['FL', '2', 'PhysicalDetectorSize'],\n '9430': ['FL', '2', 'PositionOfIsocenterProjection'],\n '9432': ['SQ', '1', 'FieldOfViewSequence'],\n '9433': ['LO', '1', 'FieldOfViewDescription'],\n '9434': ['SQ', '1', 'ExposureControlSensingRegionsSequence'],\n '9435': ['CS', '1', 'ExposureControlSensingRegionShape'],\n '9436': ['SS', '1', 'ExposureControlSensingRegionLeftVerticalEdge'],\n '9437': ['SS', '1', 'ExposureControlSensingRegionRightVerticalEdge'],\n '9438': ['SS', '1', 'ExposureControlSensingRegionUpperHorizontalEdge'],\n '9439': ['SS', '1', 'ExposureControlSensingRegionLowerHorizontalEdge'],\n '9440': ['SS', '2', 'CenterOfCircularExposureControlSensingRegion'],\n '9441': ['US', '1', 'RadiusOfCircularExposureControlSensingRegion'],\n '9442': ['SS', '2-n', 'VerticesOfThePolygonalExposureControlSensingRegion'],\n '9445': ['', '', ''],\n '9447': ['FL', '1', 'ColumnAngulationPatient'],\n '9449': ['FL', '1', 'BeamAngle'],\n '9451': ['SQ', '1', 'FrameDetectorParametersSequence'],\n '9452': ['FL', '1', 'CalculatedAnatomyThickness'],\n '9455': ['SQ', '1', 'CalibrationSequence'],\n '9456': ['SQ', '1', 'ObjectThicknessSequence'],\n '9457': ['CS', '1', 'PlaneIdentification'],\n '9461': ['FL', '1-2', 'FieldOfViewDimensionsInFloat'],\n '9462': ['SQ', '1', 'IsocenterReferenceSystemSequence'],\n '9463': ['FL', '1', 'PositionerIsocenterPrimaryAngle'],\n '9464': ['FL', '1', 'PositionerIsocenterSecondaryAngle'],\n '9465': ['FL', '1', 'PositionerIsocenterDetectorRotationAngle'],\n '9466': ['FL', '1', 'TableXPositionToIsocenter'],\n '9467': ['FL', '1', 'TableYPositionToIsocenter'],\n '9468': ['FL', '1', 'TableZPositionToIsocenter'],\n '9469': ['FL', '1', 'TableHorizontalRotationAngle'],\n '9470': ['FL', '1', 'TableHeadTiltAngle'],\n '9471': ['FL', '1', 'TableCradleTiltAngle'],\n '9472': ['SQ', '1', 'FrameDisplayShutterSequence'],\n '9473': ['FL', '1', 'AcquiredImageAreaDoseProduct'],\n '9474': ['CS', '1', 'CArmPositionerTabletopRelationship'],\n '9476': ['SQ', '1', 'XRayGeometrySequence'],\n '9477': ['SQ', '1', 'IrradiationEventIdentificationSequence'],\n '9504': ['SQ', '1', 'XRay3DFrameTypeSequence'],\n '9506': ['SQ', '1', 'ContributingSourcesSequence'],\n '9507': ['SQ', '1', 'XRay3DAcquisitionSequence'],\n '9508': ['FL', '1', 'PrimaryPositionerScanArc'],\n '9509': ['FL', '1', 'SecondaryPositionerScanArc'],\n '9510': ['FL', '1', 'PrimaryPositionerScanStartAngle'],\n '9511': ['FL', '1', 'SecondaryPositionerScanStartAngle'],\n '9514': ['FL', '1', 'PrimaryPositionerIncrement'],\n '9515': ['FL', '1', 'SecondaryPositionerIncrement'],\n '9516': ['DT', '1', 'StartAcquisitionDateTime'],\n '9517': ['DT', '1', 'EndAcquisitionDateTime'],\n '9518': ['SS', '1', 'PrimaryPositionerIncrementSign'],\n '9519': ['SS', '1', 'SecondaryPositionerIncrementSign'],\n '9524': ['LO', '1', 'ApplicationName'],\n '9525': ['LO', '1', 'ApplicationVersion'],\n '9526': ['LO', '1', 'ApplicationManufacturer'],\n '9527': ['CS', '1', 'AlgorithmType'],\n '9528': ['LO', '1', 'AlgorithmDescription'],\n '9530': ['SQ', '1', 'XRay3DReconstructionSequence'],\n '9531': ['LO', '1', 'ReconstructionDescription'],\n '9538': ['SQ', '1', 'PerProjectionAcquisitionSequence'],\n '9541': ['SQ', '1', 'DetectorPositionSequence'],\n '9542': ['SQ', '1', 'XRayAcquisitionDoseSequence'],\n '9543': ['FD', '1', 'XRaySourceIsocenterPrimaryAngle'],\n '9544': ['FD', '1', 'XRaySourceIsocenterSecondaryAngle'],\n '9545': ['FD', '1', 'BreastSupportIsocenterPrimaryAngle'],\n '9546': ['FD', '1', 'BreastSupportIsocenterSecondaryAngle'],\n '9547': ['FD', '1', 'BreastSupportXPositionToIsocenter'],\n '9548': ['FD', '1', 'BreastSupportYPositionToIsocenter'],\n '9549': ['FD', '1', 'BreastSupportZPositionToIsocenter'],\n '9550': ['FD', '1', 'DetectorIsocenterPrimaryAngle'],\n '9551': ['FD', '1', 'DetectorIsocenterSecondaryAngle'],\n '9552': ['FD', '1', 'DetectorXPositionToIsocenter'],\n '9553': ['FD', '1', 'DetectorYPositionToIsocenter'],\n '9554': ['FD', '1', 'DetectorZPositionToIsocenter'],\n '9555': ['SQ', '1', 'XRayGridSequence'],\n '9556': ['SQ', '1', 'XRayFilterSequence'],\n '9557': ['FD', '3', 'DetectorActiveAreaTLHCPosition'],\n '9558': ['FD', '6', 'DetectorActiveAreaOrientation'],\n '9559': ['CS', '1', 'PositionerPrimaryAngleDirection'],\n '9601': ['SQ', '1', 'DiffusionBMatrixSequence'],\n '9602': ['FD', '1', 'DiffusionBValueXX'],\n '9603': ['FD', '1', 'DiffusionBValueXY'],\n '9604': ['FD', '1', 'DiffusionBValueXZ'],\n '9605': ['FD', '1', 'DiffusionBValueYY'],\n '9606': ['FD', '1', 'DiffusionBValueYZ'],\n '9607': ['FD', '1', 'DiffusionBValueZZ'],\n '9621': ['SQ', '1', 'FunctionalMRSequence'],\n '9622': ['CS', '1', 'FunctionalSettlingPhaseFramesPresent'],\n '9623': ['DT', '1', 'FunctionalSyncPulse'],\n '9624': ['CS', '1', 'SettlingPhaseFrame'],\n '9701': ['DT', '1', 'DecayCorrectionDateTime'],\n '9715': ['FD', '1', 'StartDensityThreshold'],\n '9716': ['FD', '1', 'StartRelativeDensityDifferenceThreshold'],\n '9717': ['FD', '1', 'StartCardiacTriggerCountThreshold'],\n '9718': ['FD', '1', 'StartRespiratoryTriggerCountThreshold'],\n '9719': ['FD', '1', 'TerminationCountsThreshold'],\n '9720': ['FD', '1', 'TerminationDensityThreshold'],\n '9721': ['FD', '1', 'TerminationRelativeDensityThreshold'],\n '9722': ['FD', '1', 'TerminationTimeThreshold'],\n '9723': ['FD', '1', 'TerminationCardiacTriggerCountThreshold'],\n '9724': ['FD', '1', 'TerminationRespiratoryTriggerCountThreshold'],\n '9725': ['CS', '1', 'DetectorGeometry'],\n '9726': ['FD', '1', 'TransverseDetectorSeparation'],\n '9727': ['FD', '1', 'AxialDetectorDimension'],\n '9729': ['US', '1', 'RadiopharmaceuticalAgentNumber'],\n '9732': ['SQ', '1', 'PETFrameAcquisitionSequence'],\n '9733': ['SQ', '1', 'PETDetectorMotionDetailsSequence'],\n '9734': ['SQ', '1', 'PETTableDynamicsSequence'],\n '9735': ['SQ', '1', 'PETPositionSequence'],\n '9736': ['SQ', '1', 'PETFrameCorrectionFactorsSequence'],\n '9737': ['SQ', '1', 'RadiopharmaceuticalUsageSequence'],\n '9738': ['CS', '1', 'AttenuationCorrectionSource'],\n '9739': ['US', '1', 'NumberOfIterations'],\n '9740': ['US', '1', 'NumberOfSubsets'],\n '9749': ['SQ', '1', 'PETReconstructionSequence'],\n '9751': ['SQ', '1', 'PETFrameTypeSequence'],\n '9755': ['CS', '1', 'TimeOfFlightInformationUsed'],\n '9756': ['CS', '1', 'ReconstructionType'],\n '9758': ['CS', '1', 'DecayCorrected'],\n '9759': ['CS', '1', 'AttenuationCorrected'],\n '9760': ['CS', '1', 'ScatterCorrected'],\n '9761': ['CS', '1', 'DeadTimeCorrected'],\n '9762': ['CS', '1', 'GantryMotionCorrected'],\n '9763': ['CS', '1', 'PatientMotionCorrected'],\n '9764': ['CS', '1', 'CountLossNormalizationCorrected'],\n '9765': ['CS', '1', 'RandomsCorrected'],\n '9766': ['CS', '1', 'NonUniformRadialSamplingCorrected'],\n '9767': ['CS', '1', 'SensitivityCalibrated'],\n '9768': ['CS', '1', 'DetectorNormalizationCorrection'],\n '9769': ['CS', '1', 'IterativeReconstructionMethod'],\n '9770': ['CS', '1', 'AttenuationCorrectionTemporalRelationship'],\n '9771': ['SQ', '1', 'PatientPhysiologicalStateSequence'],\n '9772': ['SQ', '1', 'PatientPhysiologicalStateCodeSequence'],\n '9801': ['FD', '1-n', 'DepthsOfFocus'],\n '9803': ['SQ', '1', 'ExcludedIntervalsSequence'],\n '9804': ['DT', '1', 'ExclusionStartDateTime'],\n '9805': ['FD', '1', 'ExclusionDuration'],\n '9806': ['SQ', '1', 'USImageDescriptionSequence'],\n '9807': ['SQ', '1', 'ImageDataTypeSequence'],\n '9808': ['CS', '1', 'DataType'],\n '9809': ['SQ', '1', 'TransducerScanPatternCodeSequence'],\n '980B': ['CS', '1', 'AliasedDataType'],\n '980C': ['CS', '1', 'PositionMeasuringDeviceUsed'],\n '980D': ['SQ', '1', 'TransducerGeometryCodeSequence'],\n '980E': ['SQ', '1', 'TransducerBeamSteeringCodeSequence'],\n '980F': ['SQ', '1', 'TransducerApplicationCodeSequence'],\n '9810': ['xs', '1', 'ZeroVelocityPixelValue'],\n '9900': ['LO', '1', 'ReferenceLocationLabel'],\n '9901': ['UT', '1', 'ReferenceLocationDescription'],\n '9902': ['SQ', '1', 'ReferenceBasisCodeSequence'],\n '9903': ['SQ', '1', 'ReferenceGeometryCodeSequence'],\n '9904': ['DS', '1', 'OffsetDistance'],\n '9905': ['CS', '1', 'OffsetDirection'],\n '9906': ['SQ', '1', 'PotentialScheduledProtocolCodeSequence'],\n '9907': ['SQ', '1', 'PotentialRequestedProcedureCodeSequence'],\n '9908': ['UC', '1-n', 'PotentialReasonsForProcedure'],\n '9909': ['SQ', '1', 'PotentialReasonsForProcedureCodeSequence'],\n '990A': ['UC', '1-n', 'PotentialDiagnosticTasks'],\n '990B': ['SQ', '1', 'ContraindicationsCodeSequence'],\n '990C': ['SQ', '1', 'ReferencedDefinedProtocolSequence'],\n '990D': ['SQ', '1', 'ReferencedPerformedProtocolSequence'],\n '990E': ['SQ', '1', 'PredecessorProtocolSequence'],\n '990F': ['UT', '1', 'ProtocolPlanningInformation'],\n '9910': ['UT', '1', 'ProtocolDesignRationale'],\n '9911': ['SQ', '1', 'PatientSpecificationSequence'],\n '9912': ['SQ', '1', 'ModelSpecificationSequence'],\n '9913': ['SQ', '1', 'ParametersSpecificationSequence'],\n '9914': ['SQ', '1', 'InstructionSequence'],\n '9915': ['US', '1', 'InstructionIndex'],\n '9916': ['LO', '1', 'InstructionText'],\n '9917': ['UT', '1', 'InstructionDescription'],\n '9918': ['CS', '1', 'InstructionPerformedFlag'],\n '9919': ['DT', '1', 'InstructionPerformedDateTime'],\n '991A': ['UT', '1', 'InstructionPerformanceComment'],\n '991B': ['SQ', '1', 'PatientPositioningInstructionSequence'],\n '991C': ['SQ', '1', 'PositioningMethodCodeSequence'],\n '991D': ['SQ', '1', 'PositioningLandmarkSequence'],\n '991E': ['UI', '1', 'TargetFrameOfReferenceUID'],\n '991F': ['SQ', '1', 'AcquisitionProtocolElementSpecificationSequence'],\n '9920': ['SQ', '1', 'AcquisitionProtocolElementSequence'],\n '9921': ['US', '1', 'ProtocolElementNumber'],\n '9922': ['LO', '1', 'ProtocolElementName'],\n '9923': ['UT', '1', 'ProtocolElementCharacteristicsSummary'],\n '9924': ['UT', '1', 'ProtocolElementPurpose'],\n '9930': ['CS', '1', 'AcquisitionMotion'],\n '9931': ['SQ', '1', 'AcquisitionStartLocationSequence'],\n '9932': ['SQ', '1', 'AcquisitionEndLocationSequence'],\n '9933': ['SQ', '1', 'ReconstructionProtocolElementSpecificationSequence'],\n '9934': ['SQ', '1', 'ReconstructionProtocolElementSequence'],\n '9935': ['SQ', '1', 'StorageProtocolElementSpecificationSequence'],\n '9936': ['SQ', '1', 'StorageProtocolElementSequence'],\n '9937': ['LO', '1', 'RequestedSeriesDescription'],\n '9938': ['US', '1-n', 'SourceAcquisitionProtocolElementNumber'],\n '9939': ['US', '1-n', 'SourceAcquisitionBeamNumber'],\n '993A': ['US', '1-n', 'SourceReconstructionProtocolElementNumber'],\n '993B': ['SQ', '1', 'ReconstructionStartLocationSequence'],\n '993C': ['SQ', '1', 'ReconstructionEndLocationSequence'],\n '993D': ['SQ', '1', 'ReconstructionAlgorithmSequence'],\n '993E': ['SQ', '1', 'ReconstructionTargetCenterLocationSequence'],\n '9941': ['UT', '1', 'ImageFilterDescription'],\n '9942': ['FD', '1', 'CTDIvolNotificationTrigger'],\n '9943': ['FD', '1', 'DLPNotificationTrigger'],\n '9944': ['CS', '1', 'AutoKVPSelectionType'],\n '9945': ['FD', '1', 'AutoKVPUpperBound'],\n '9946': ['FD', '1', 'AutoKVPLowerBound'],\n '9947': ['CS', '1', 'ProtocolDefinedPatientPosition'],\n 'A001': ['SQ', '1', 'ContributingEquipmentSequence'],\n 'A002': ['DT', '1', 'ContributionDateTime'],\n 'A003': ['ST', '1', 'ContributionDescription']\n },\n '0020': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '000D': ['UI', '1', 'StudyInstanceUID'],\n '000E': ['UI', '1', 'SeriesInstanceUID'],\n '0010': ['SH', '1', 'StudyID'],\n '0011': ['IS', '1', 'SeriesNumber'],\n '0012': ['IS', '1', 'AcquisitionNumber'],\n '0013': ['IS', '1', 'InstanceNumber'],\n '0014': ['IS', '1', 'IsotopeNumber'],\n '0015': ['IS', '1', 'PhaseNumber'],\n '0016': ['IS', '1', 'IntervalNumber'],\n '0017': ['IS', '1', 'TimeSlotNumber'],\n '0018': ['IS', '1', 'AngleNumber'],\n '0019': ['IS', '1', 'ItemNumber'],\n '0020': ['CS', '2', 'PatientOrientation'],\n '0022': ['IS', '1', 'OverlayNumber'],\n '0024': ['IS', '1', 'CurveNumber'],\n '0026': ['IS', '1', 'LUTNumber'],\n '0030': ['DS', '3', 'ImagePosition'],\n '0032': ['DS', '3', 'ImagePositionPatient'],\n '0035': ['DS', '6', 'ImageOrientation'],\n '0037': ['DS', '6', 'ImageOrientationPatient'],\n '0050': ['DS', '1', 'Location'],\n '0052': ['UI', '1', 'FrameOfReferenceUID'],\n '0060': ['CS', '1', 'Laterality'],\n '0062': ['CS', '1', 'ImageLaterality'],\n '0070': ['LO', '1', 'ImageGeometryType'],\n '0080': ['CS', '1-n', 'MaskingImage'],\n '00AA': ['IS', '1', 'ReportNumber'],\n '0100': ['IS', '1', 'TemporalPositionIdentifier'],\n '0105': ['IS', '1', 'NumberOfTemporalPositions'],\n '0110': ['DS', '1', 'TemporalResolution'],\n '0200': ['UI', '1', 'SynchronizationFrameOfReferenceUID'],\n '0242': ['UI', '1', 'SOPInstanceUIDOfConcatenationSource'],\n '1000': ['IS', '1', 'SeriesInStudy'],\n '1001': ['IS', '1', 'AcquisitionsInSeries'],\n '1002': ['IS', '1', 'ImagesInAcquisition'],\n '1003': ['IS', '1', 'ImagesInSeries'],\n '1004': ['IS', '1', 'AcquisitionsInStudy'],\n '1005': ['IS', '1', 'ImagesInStudy'],\n '1020': ['LO', '1-n', 'Reference'],\n '103F': ['LO', '1', 'TargetPositionReferenceIndicator'],\n '1040': ['LO', '1', 'PositionReferenceIndicator'],\n '1041': ['DS', '1', 'SliceLocation'],\n '1070': ['IS', '1-n', 'OtherStudyNumbers'],\n '1200': ['IS', '1', 'NumberOfPatientRelatedStudies'],\n '1202': ['IS', '1', 'NumberOfPatientRelatedSeries'],\n '1204': ['IS', '1', 'NumberOfPatientRelatedInstances'],\n '1206': ['IS', '1', 'NumberOfStudyRelatedSeries'],\n '1208': ['IS', '1', 'NumberOfStudyRelatedInstances'],\n '1209': ['IS', '1', 'NumberOfSeriesRelatedInstances'],\n '3100': ['CS', '1-n', 'SourceImageIDs'],\n '3401': ['CS', '1', 'ModifyingDeviceID'],\n '3402': ['CS', '1', 'ModifiedImageID'],\n '3403': ['DA', '1', 'ModifiedImageDate'],\n '3404': ['LO', '1', 'ModifyingDeviceManufacturer'],\n '3405': ['TM', '1', 'ModifiedImageTime'],\n '3406': ['LO', '1', 'ModifiedImageDescription'],\n '4000': ['LT', '1', 'ImageComments'],\n '5000': ['AT', '1-n', 'OriginalImageIdentification'],\n '5002': ['LO', '1-n', 'OriginalImageIdentificationNomenclature'],\n '9056': ['SH', '1', 'StackID'],\n '9057': ['UL', '1', 'InStackPositionNumber'],\n '9071': ['SQ', '1', 'FrameAnatomySequence'],\n '9072': ['CS', '1', 'FrameLaterality'],\n '9111': ['SQ', '1', 'FrameContentSequence'],\n '9113': ['SQ', '1', 'PlanePositionSequence'],\n '9116': ['SQ', '1', 'PlaneOrientationSequence'],\n '9128': ['UL', '1', 'TemporalPositionIndex'],\n '9153': ['FD', '1', 'NominalCardiacTriggerDelayTime'],\n '9154': ['FL', '1', 'NominalCardiacTriggerTimePriorToRPeak'],\n '9155': ['FL', '1', 'ActualCardiacTriggerTimePriorToRPeak'],\n '9156': ['US', '1', 'FrameAcquisitionNumber'],\n '9157': ['UL', '1-n', 'DimensionIndexValues'],\n '9158': ['LT', '1', 'FrameComments'],\n '9161': ['UI', '1', 'ConcatenationUID'],\n '9162': ['US', '1', 'InConcatenationNumber'],\n '9163': ['US', '1', 'InConcatenationTotalNumber'],\n '9164': ['UI', '1', 'DimensionOrganizationUID'],\n '9165': ['AT', '1', 'DimensionIndexPointer'],\n '9167': ['AT', '1', 'FunctionalGroupPointer'],\n '9170': ['SQ', '1', 'UnassignedSharedConvertedAttributesSequence'],\n '9171': ['SQ', '1', 'UnassignedPerFrameConvertedAttributesSequence'],\n '9172': ['SQ', '1', 'ConversionSourceAttributesSequence'],\n '9213': ['LO', '1', 'DimensionIndexPrivateCreator'],\n '9221': ['SQ', '1', 'DimensionOrganizationSequence'],\n '9222': ['SQ', '1', 'DimensionIndexSequence'],\n '9228': ['UL', '1', 'ConcatenationFrameOffsetNumber'],\n '9238': ['LO', '1', 'FunctionalGroupPrivateCreator'],\n '9241': ['FL', '1', 'NominalPercentageOfCardiacPhase'],\n '9245': ['FL', '1', 'NominalPercentageOfRespiratoryPhase'],\n '9246': ['FL', '1', 'StartingRespiratoryAmplitude'],\n '9247': ['CS', '1', 'StartingRespiratoryPhase'],\n '9248': ['FL', '1', 'EndingRespiratoryAmplitude'],\n '9249': ['CS', '1', 'EndingRespiratoryPhase'],\n '9250': ['CS', '1', 'RespiratoryTriggerType'],\n '9251': ['FD', '1', 'RRIntervalTimeNominal'],\n '9252': ['FD', '1', 'ActualCardiacTriggerDelayTime'],\n '9253': ['SQ', '1', 'RespiratorySynchronizationSequence'],\n '9254': ['FD', '1', 'RespiratoryIntervalTime'],\n '9255': ['FD', '1', 'NominalRespiratoryTriggerDelayTime'],\n '9256': ['FD', '1', 'RespiratoryTriggerDelayThreshold'],\n '9257': ['FD', '1', 'ActualRespiratoryTriggerDelayTime'],\n '9301': ['FD', '3', 'ImagePositionVolume'],\n '9302': ['FD', '6', 'ImageOrientationVolume'],\n '9307': ['CS', '1', 'UltrasoundAcquisitionGeometry'],\n '9308': ['FD', '3', 'ApexPosition'],\n '9309': ['FD', '16', 'VolumeToTransducerMappingMatrix'],\n '930A': ['FD', '16', 'VolumeToTableMappingMatrix'],\n '930B': ['CS', '1', 'VolumeToTransducerRelationship'],\n '930C': ['CS', '1', 'PatientFrameOfReferenceSource'],\n '930D': ['FD', '1', 'TemporalPositionTimeOffset'],\n '930E': ['SQ', '1', 'PlanePositionVolumeSequence'],\n '930F': ['SQ', '1', 'PlaneOrientationVolumeSequence'],\n '9310': ['SQ', '1', 'TemporalPositionSequence'],\n '9311': ['CS', '1', 'DimensionOrganizationType'],\n '9312': ['UI', '1', 'VolumeFrameOfReferenceUID'],\n '9313': ['UI', '1', 'TableFrameOfReferenceUID'],\n '9421': ['LO', '1', 'DimensionDescriptionLabel'],\n '9450': ['SQ', '1', 'PatientOrientationInFrameSequence'],\n '9453': ['LO', '1', 'FrameLabel'],\n '9518': ['US', '1-n', 'AcquisitionIndex'],\n '9529': ['SQ', '1', 'ContributingSOPInstancesReferenceSequence'],\n '9536': ['US', '1', 'ReconstructionIndex']\n },\n '0022': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['US', '1', 'LightPathFilterPassThroughWavelength'],\n '0002': ['US', '2', 'LightPathFilterPassBand'],\n '0003': ['US', '1', 'ImagePathFilterPassThroughWavelength'],\n '0004': ['US', '2', 'ImagePathFilterPassBand'],\n '0005': ['CS', '1', 'PatientEyeMovementCommanded'],\n '0006': ['SQ', '1', 'PatientEyeMovementCommandCodeSequence'],\n '0007': ['FL', '1', 'SphericalLensPower'],\n '0008': ['FL', '1', 'CylinderLensPower'],\n '0009': ['FL', '1', 'CylinderAxis'],\n '000A': ['FL', '1', 'EmmetropicMagnification'],\n '000B': ['FL', '1', 'IntraOcularPressure'],\n '000C': ['FL', '1', 'HorizontalFieldOfView'],\n '000D': ['CS', '1', 'PupilDilated'],\n '000E': ['FL', '1', 'DegreeOfDilation'],\n '0010': ['FL', '1', 'StereoBaselineAngle'],\n '0011': ['FL', '1', 'StereoBaselineDisplacement'],\n '0012': ['FL', '1', 'StereoHorizontalPixelOffset'],\n '0013': ['FL', '1', 'StereoVerticalPixelOffset'],\n '0014': ['FL', '1', 'StereoRotation'],\n '0015': ['SQ', '1', 'AcquisitionDeviceTypeCodeSequence'],\n '0016': ['SQ', '1', 'IlluminationTypeCodeSequence'],\n '0017': ['SQ', '1', 'LightPathFilterTypeStackCodeSequence'],\n '0018': ['SQ', '1', 'ImagePathFilterTypeStackCodeSequence'],\n '0019': ['SQ', '1', 'LensesCodeSequence'],\n '001A': ['SQ', '1', 'ChannelDescriptionCodeSequence'],\n '001B': ['SQ', '1', 'RefractiveStateSequence'],\n '001C': ['SQ', '1', 'MydriaticAgentCodeSequence'],\n '001D': ['SQ', '1', 'RelativeImagePositionCodeSequence'],\n '001E': ['FL', '1', 'CameraAngleOfView'],\n '0020': ['SQ', '1', 'StereoPairsSequence'],\n '0021': ['SQ', '1', 'LeftImageSequence'],\n '0022': ['SQ', '1', 'RightImageSequence'],\n '0028': ['CS', '1', 'StereoPairsPresent'],\n '0030': ['FL', '1', 'AxialLengthOfTheEye'],\n '0031': ['SQ', '1', 'OphthalmicFrameLocationSequence'],\n '0032': ['FL', '2-2n', 'ReferenceCoordinates'],\n '0035': ['FL', '1', 'DepthSpatialResolution'],\n '0036': ['FL', '1', 'MaximumDepthDistortion'],\n '0037': ['FL', '1', 'AlongScanSpatialResolution'],\n '0038': ['FL', '1', 'MaximumAlongScanDistortion'],\n '0039': ['CS', '1', 'OphthalmicImageOrientation'],\n '0041': ['FL', '1', 'DepthOfTransverseImage'],\n '0042': ['SQ', '1', 'MydriaticAgentConcentrationUnitsSequence'],\n '0048': ['FL', '1', 'AcrossScanSpatialResolution'],\n '0049': ['FL', '1', 'MaximumAcrossScanDistortion'],\n '004E': ['DS', '1', 'MydriaticAgentConcentration'],\n '0055': ['FL', '1', 'IlluminationWaveLength'],\n '0056': ['FL', '1', 'IlluminationPower'],\n '0057': ['FL', '1', 'IlluminationBandwidth'],\n '0058': ['SQ', '1', 'MydriaticAgentSequence'],\n '1007': ['SQ', '1', 'OphthalmicAxialMeasurementsRightEyeSequence'],\n '1008': ['SQ', '1', 'OphthalmicAxialMeasurementsLeftEyeSequence'],\n '1009': ['CS', '1', 'OphthalmicAxialMeasurementsDeviceType'],\n '1010': ['CS', '1', 'OphthalmicAxialLengthMeasurementsType'],\n '1012': ['SQ', '1', 'OphthalmicAxialLengthSequence'],\n '1019': ['FL', '1', 'OphthalmicAxialLength'],\n '1024': ['SQ', '1', 'LensStatusCodeSequence'],\n '1025': ['SQ', '1', 'VitreousStatusCodeSequence'],\n '1028': ['SQ', '1', 'IOLFormulaCodeSequence'],\n '1029': ['LO', '1', 'IOLFormulaDetail'],\n '1033': ['FL', '1', 'KeratometerIndex'],\n '1035': ['SQ', '1', 'SourceOfOphthalmicAxialLengthCodeSequence'],\n '1036': ['SQ', '1', 'SourceOfCornealSizeDataCodeSequence'],\n '1037': ['FL', '1', 'TargetRefraction'],\n '1039': ['CS', '1', 'RefractiveProcedureOccurred'],\n '1040': ['SQ', '1', 'RefractiveSurgeryTypeCodeSequence'],\n '1044': ['SQ', '1', 'OphthalmicUltrasoundMethodCodeSequence'],\n '1045': ['SQ', '1', 'SurgicallyInducedAstigmatismSequence'],\n '1046': ['CS', '1', 'TypeOfOpticalCorrection'],\n '1047': ['SQ', '1', 'ToricIOLPowerSequence'],\n '1048': ['SQ', '1', 'PredictedToricErrorSequence'],\n '1049': ['CS', '1', 'PreSelectedForImplantation'],\n '104A': ['SQ', '1', 'ToricIOLPowerForExactEmmetropiaSequence'],\n '104B': ['SQ', '1', 'ToricIOLPowerForExactTargetRefractionSequence'],\n '1050': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsSequence'],\n '1053': ['FL', '1', 'IOLPower'],\n '1054': ['FL', '1', 'PredictedRefractiveError'],\n '1059': ['FL', '1', 'OphthalmicAxialLengthVelocity'],\n '1065': ['LO', '1', 'LensStatusDescription'],\n '1066': ['LO', '1', 'VitreousStatusDescription'],\n '1090': ['SQ', '1', 'IOLPowerSequence'],\n '1092': ['SQ', '1', 'LensConstantSequence'],\n '1093': ['LO', '1', 'IOLManufacturer'],\n '1094': ['LO', '1', 'LensConstantDescription'],\n '1095': ['LO', '1', 'ImplantName'],\n '1096': ['SQ', '1', 'KeratometryMeasurementTypeCodeSequence'],\n '1097': ['LO', '1', 'ImplantPartNumber'],\n '1100': ['SQ', '1', 'ReferencedOphthalmicAxialMeasurementsSequence'],\n '1101': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsSegmentNameCodeSequence'],\n '1103': ['SQ', '1', 'RefractiveErrorBeforeRefractiveSurgeryCodeSequence'],\n '1121': ['FL', '1', 'IOLPowerForExactEmmetropia'],\n '1122': ['FL', '1', 'IOLPowerForExactTargetRefraction'],\n '1125': ['SQ', '1', 'AnteriorChamberDepthDefinitionCodeSequence'],\n '1127': ['SQ', '1', 'LensThicknessSequence'],\n '1128': ['SQ', '1', 'AnteriorChamberDepthSequence'],\n '112A': ['SQ', '1', 'CalculationCommentSequence'],\n '112B': ['CS', '1', 'CalculationCommentType'],\n '112C': ['LT', '1', 'CalculationComment'],\n '1130': ['FL', '1', 'LensThickness'],\n '1131': ['FL', '1', 'AnteriorChamberDepth'],\n '1132': ['SQ', '1', 'SourceOfLensThicknessDataCodeSequence'],\n '1133': ['SQ', '1', 'SourceOfAnteriorChamberDepthDataCodeSequence'],\n '1134': ['SQ', '1', 'SourceOfRefractiveMeasurementsSequence'],\n '1135': ['SQ', '1', 'SourceOfRefractiveMeasurementsCodeSequence'],\n '1140': ['CS', '1', 'OphthalmicAxialLengthMeasurementModified'],\n '1150': ['SQ', '1', 'OphthalmicAxialLengthDataSourceCodeSequence'],\n '1153': ['SQ', '1', 'OphthalmicAxialLengthAcquisitionMethodCodeSequence'],\n '1155': ['FL', '1', 'SignalToNoiseRatio'],\n '1159': ['LO', '1', 'OphthalmicAxialLengthDataSourceDescription'],\n '1210': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsTotalLengthSequence'],\n '1211': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsSegmentalLengthSequence'],\n '1212': ['SQ', '1', 'OphthalmicAxialLengthMeasurementsLengthSummationSequence'],\n '1220': ['SQ', '1', 'UltrasoundOphthalmicAxialLengthMeasurementsSequence'],\n '1225': ['SQ', '1', 'OpticalOphthalmicAxialLengthMeasurementsSequence'],\n '1230': ['SQ', '1', 'UltrasoundSelectedOphthalmicAxialLengthSequence'],\n '1250': ['SQ', '1', 'OphthalmicAxialLengthSelectionMethodCodeSequence'],\n '1255': ['SQ', '1', 'OpticalSelectedOphthalmicAxialLengthSequence'],\n '1257': ['SQ', '1', 'SelectedSegmentalOphthalmicAxialLengthSequence'],\n '1260': ['SQ', '1', 'SelectedTotalOphthalmicAxialLengthSequence'],\n '1262': ['SQ', '1', 'OphthalmicAxialLengthQualityMetricSequence'],\n '1265': ['SQ', '1', 'OphthalmicAxialLengthQualityMetricTypeCodeSequence'],\n '1273': ['LO', '1', 'OphthalmicAxialLengthQualityMetricTypeDescription'],\n '1300': ['SQ', '1', 'IntraocularLensCalculationsRightEyeSequence'],\n '1310': ['SQ', '1', 'IntraocularLensCalculationsLeftEyeSequence'],\n '1330': ['SQ', '1', 'ReferencedOphthalmicAxialLengthMeasurementQCImageSequence'],\n '1415': ['CS', '1', 'OphthalmicMappingDeviceType'],\n '1420': ['SQ', '1', 'AcquisitionMethodCodeSequence'],\n '1423': ['SQ', '1', 'AcquisitionMethodAlgorithmSequence'],\n '1436': ['SQ', '1', 'OphthalmicThicknessMapTypeCodeSequence'],\n '1443': ['SQ', '1', 'OphthalmicThicknessMappingNormalsSequence'],\n '1445': ['SQ', '1', 'RetinalThicknessDefinitionCodeSequence'],\n '1450': ['SQ', '1', 'PixelValueMappingToCodedConceptSequence'],\n '1452': ['xs', '1', 'MappedPixelValue'],\n '1454': ['LO', '1', 'PixelValueMappingExplanation'],\n '1458': ['SQ', '1', 'OphthalmicThicknessMapQualityThresholdSequence'],\n '1460': ['FL', '1', 'OphthalmicThicknessMapThresholdQualityRating'],\n '1463': ['FL', '2', 'AnatomicStructureReferencePoint'],\n '1465': ['SQ', '1', 'RegistrationToLocalizerSequence'],\n '1466': ['CS', '1', 'RegisteredLocalizerUnits'],\n '1467': ['FL', '2', 'RegisteredLocalizerTopLeftHandCorner'],\n '1468': ['FL', '2', 'RegisteredLocalizerBottomRightHandCorner'],\n '1470': ['SQ', '1', 'OphthalmicThicknessMapQualityRatingSequence'],\n '1472': ['SQ', '1', 'RelevantOPTAttributesSequence'],\n '1512': ['SQ', '1', 'TransformationMethodCodeSequence'],\n '1513': ['SQ', '1', 'TransformationAlgorithmSequence'],\n '1515': ['CS', '1', 'OphthalmicAxialLengthMethod'],\n '1517': ['FL', '1', 'OphthalmicFOV'],\n '1518': ['SQ', '1', 'TwoDimensionalToThreeDimensionalMapSequence'],\n '1525': ['SQ', '1', 'WideFieldOphthalmicPhotographyQualityRatingSequence'],\n '1526': ['SQ', '1', 'WideFieldOphthalmicPhotographyQualityThresholdSequence'],\n '1527': ['FL', '1', 'WideFieldOphthalmicPhotographyThresholdQualityRating'],\n '1528': ['FL', '1', 'XCoordinatesCenterPixelViewAngle'],\n '1529': ['FL', '1', 'YCoordinatesCenterPixelViewAngle'],\n '1530': ['UL', '1', 'NumberOfMapPoints'],\n '1531': ['OF', '1', 'TwoDimensionalToThreeDimensionalMapData'],\n '1612': ['SQ', '1', 'DerivationAlgorithmSequence'],\n '1615': ['SQ', '1', 'OphthalmicImageTypeCodeSequence'],\n '1616': ['LO', '1', 'OphthalmicImageTypeDescription'],\n '1618': ['SQ', '1', 'ScanPatternTypeCodeSequence'],\n '1620': ['SQ', '1', 'ReferencedSurfaceMeshIdentificationSequence'],\n '1622': ['CS', '1', 'OphthalmicVolumetricPropertiesFlag'],\n '1624': ['FL', '1', 'OphthalmicAnatomicReferencePointXCoordinate'],\n '1626': ['FL', '1', 'OphthalmicAnatomicReferencePointYCoordinate'],\n '1628': ['SQ', '1', 'OphthalmicEnFaceImageQualityRatingSequence'],\n '1630': ['DS', '1', 'QualityThreshold'],\n '1640': ['SQ', '1', 'OCTBscanAnalysisAcquisitionParametersSequence'],\n '1642': ['UL', '1', 'NumberOfBscansPerFrame'],\n '1643': ['FL', '1', 'BscanSlabThickness'],\n '1644': ['FL', '1', 'DistanceBetweenBscanSlabs'],\n '1645': ['FL', '1', 'BscanCycleTime'],\n '1646': ['FL', '1-n', 'BscanCycleTimeVector'],\n '1649': ['FL', '1', 'AscanRate'],\n '1650': ['FL', '1', 'BscanRate'],\n '1658': ['UL', '1', 'SurfaceMeshZPixelOffset']\n },\n '0024': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['FL', '1', 'VisualFieldHorizontalExtent'],\n '0011': ['FL', '1', 'VisualFieldVerticalExtent'],\n '0012': ['CS', '1', 'VisualFieldShape'],\n '0016': ['SQ', '1', 'ScreeningTestModeCodeSequence'],\n '0018': ['FL', '1', 'MaximumStimulusLuminance'],\n '0020': ['FL', '1', 'BackgroundLuminance'],\n '0021': ['SQ', '1', 'StimulusColorCodeSequence'],\n '0024': ['SQ', '1', 'BackgroundIlluminationColorCodeSequence'],\n '0025': ['FL', '1', 'StimulusArea'],\n '0028': ['FL', '1', 'StimulusPresentationTime'],\n '0032': ['SQ', '1', 'FixationSequence'],\n '0033': ['SQ', '1', 'FixationMonitoringCodeSequence'],\n '0034': ['SQ', '1', 'VisualFieldCatchTrialSequence'],\n '0035': ['US', '1', 'FixationCheckedQuantity'],\n '0036': ['US', '1', 'PatientNotProperlyFixatedQuantity'],\n '0037': ['CS', '1', 'PresentedVisualStimuliDataFlag'],\n '0038': ['US', '1', 'NumberOfVisualStimuli'],\n '0039': ['CS', '1', 'ExcessiveFixationLossesDataFlag'],\n '0040': ['CS', '1', 'ExcessiveFixationLosses'],\n '0042': ['US', '1', 'StimuliRetestingQuantity'],\n '0044': ['LT', '1', 'CommentsOnPatientPerformanceOfVisualField'],\n '0045': ['CS', '1', 'FalseNegativesEstimateFlag'],\n '0046': ['FL', '1', 'FalseNegativesEstimate'],\n '0048': ['US', '1', 'NegativeCatchTrialsQuantity'],\n '0050': ['US', '1', 'FalseNegativesQuantity'],\n '0051': ['CS', '1', 'ExcessiveFalseNegativesDataFlag'],\n '0052': ['CS', '1', 'ExcessiveFalseNegatives'],\n '0053': ['CS', '1', 'FalsePositivesEstimateFlag'],\n '0054': ['FL', '1', 'FalsePositivesEstimate'],\n '0055': ['CS', '1', 'CatchTrialsDataFlag'],\n '0056': ['US', '1', 'PositiveCatchTrialsQuantity'],\n '0057': ['CS', '1', 'TestPointNormalsDataFlag'],\n '0058': ['SQ', '1', 'TestPointNormalsSequence'],\n '0059': ['CS', '1', 'GlobalDeviationProbabilityNormalsFlag'],\n '0060': ['US', '1', 'FalsePositivesQuantity'],\n '0061': ['CS', '1', 'ExcessiveFalsePositivesDataFlag'],\n '0062': ['CS', '1', 'ExcessiveFalsePositives'],\n '0063': ['CS', '1', 'VisualFieldTestNormalsFlag'],\n '0064': ['SQ', '1', 'ResultsNormalsSequence'],\n '0065': ['SQ', '1', 'AgeCorrectedSensitivityDeviationAlgorithmSequence'],\n '0066': ['FL', '1', 'GlobalDeviationFromNormal'],\n '0067': ['SQ', '1', 'GeneralizedDefectSensitivityDeviationAlgorithmSequence'],\n '0068': ['FL', '1', 'LocalizedDeviationFromNormal'],\n '0069': ['LO', '1', 'PatientReliabilityIndicator'],\n '0070': ['FL', '1', 'VisualFieldMeanSensitivity'],\n '0071': ['FL', '1', 'GlobalDeviationProbability'],\n '0072': ['CS', '1', 'LocalDeviationProbabilityNormalsFlag'],\n '0073': ['FL', '1', 'LocalizedDeviationProbability'],\n '0074': ['CS', '1', 'ShortTermFluctuationCalculated'],\n '0075': ['FL', '1', 'ShortTermFluctuation'],\n '0076': ['CS', '1', 'ShortTermFluctuationProbabilityCalculated'],\n '0077': ['FL', '1', 'ShortTermFluctuationProbability'],\n '0078': ['CS', '1', 'CorrectedLocalizedDeviationFromNormalCalculated'],\n '0079': ['FL', '1', 'CorrectedLocalizedDeviationFromNormal'],\n '0080': ['CS', '1', 'CorrectedLocalizedDeviationFromNormalProbabilityCalculated'],\n '0081': ['FL', '1', 'CorrectedLocalizedDeviationFromNormalProbability'],\n '0083': ['SQ', '1', 'GlobalDeviationProbabilitySequence'],\n '0085': ['SQ', '1', 'LocalizedDeviationProbabilitySequence'],\n '0086': ['CS', '1', 'FovealSensitivityMeasured'],\n '0087': ['FL', '1', 'FovealSensitivity'],\n '0088': ['FL', '1', 'VisualFieldTestDuration'],\n '0089': ['SQ', '1', 'VisualFieldTestPointSequence'],\n '0090': ['FL', '1', 'VisualFieldTestPointXCoordinate'],\n '0091': ['FL', '1', 'VisualFieldTestPointYCoordinate'],\n '0092': ['FL', '1', 'AgeCorrectedSensitivityDeviationValue'],\n '0093': ['CS', '1', 'StimulusResults'],\n '0094': ['FL', '1', 'SensitivityValue'],\n '0095': ['CS', '1', 'RetestStimulusSeen'],\n '0096': ['FL', '1', 'RetestSensitivityValue'],\n '0097': ['SQ', '1', 'VisualFieldTestPointNormalsSequence'],\n '0098': ['FL', '1', 'QuantifiedDefect'],\n '0100': ['FL', '1', 'AgeCorrectedSensitivityDeviationProbabilityValue'],\n '0102': ['CS', '1', 'GeneralizedDefectCorrectedSensitivityDeviationFlag'],\n '0103': ['FL', '1', 'GeneralizedDefectCorrectedSensitivityDeviationValue'],\n '0104': ['FL', '1', 'GeneralizedDefectCorrectedSensitivityDeviationProbabilityValue'],\n '0105': ['FL', '1', 'MinimumSensitivityValue'],\n '0106': ['CS', '1', 'BlindSpotLocalized'],\n '0107': ['FL', '1', 'BlindSpotXCoordinate'],\n '0108': ['FL', '1', 'BlindSpotYCoordinate'],\n '0110': ['SQ', '1', 'VisualAcuityMeasurementSequence'],\n '0112': ['SQ', '1', 'RefractiveParametersUsedOnPatientSequence'],\n '0113': ['CS', '1', 'MeasurementLaterality'],\n '0114': ['SQ', '1', 'OphthalmicPatientClinicalInformationLeftEyeSequence'],\n '0115': ['SQ', '1', 'OphthalmicPatientClinicalInformationRightEyeSequence'],\n '0117': ['CS', '1', 'FovealPointNormativeDataFlag'],\n '0118': ['FL', '1', 'FovealPointProbabilityValue'],\n '0120': ['CS', '1', 'ScreeningBaselineMeasured'],\n '0122': ['SQ', '1', 'ScreeningBaselineMeasuredSequence'],\n '0124': ['CS', '1', 'ScreeningBaselineType'],\n '0126': ['FL', '1', 'ScreeningBaselineValue'],\n '0202': ['LO', '1', 'AlgorithmSource'],\n '0306': ['LO', '1', 'DataSetName'],\n '0307': ['LO', '1', 'DataSetVersion'],\n '0308': ['LO', '1', 'DataSetSource'],\n '0309': ['LO', '1', 'DataSetDescription'],\n '0317': ['SQ', '1', 'VisualFieldTestReliabilityGlobalIndexSequence'],\n '0320': ['SQ', '1', 'VisualFieldGlobalResultsIndexSequence'],\n '0325': ['SQ', '1', 'DataObservationSequence'],\n '0338': ['CS', '1', 'IndexNormalsFlag'],\n '0341': ['FL', '1', 'IndexProbability'],\n '0344': ['SQ', '1', 'IndexProbabilitySequence']\n },\n '0028': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['US', '1', 'SamplesPerPixel'],\n '0003': ['US', '1', 'SamplesPerPixelUsed'],\n '0004': ['CS', '1', 'PhotometricInterpretation'],\n '0005': ['US', '1', 'ImageDimensions'],\n '0006': ['US', '1', 'PlanarConfiguration'],\n '0008': ['IS', '1', 'NumberOfFrames'],\n '0009': ['AT', '1-n', 'FrameIncrementPointer'],\n '000A': ['AT', '1-n', 'FrameDimensionPointer'],\n '0010': ['US', '1', 'Rows'],\n '0011': ['US', '1', 'Columns'],\n '0012': ['US', '1', 'Planes'],\n '0014': ['US', '1', 'UltrasoundColorDataPresent'],\n '0020': ['', '', ''],\n '0030': ['DS', '2', 'PixelSpacing'],\n '0031': ['DS', '2', 'ZoomFactor'],\n '0032': ['DS', '2', 'ZoomCenter'],\n '0034': ['IS', '2', 'PixelAspectRatio'],\n '0040': ['CS', '1', 'ImageFormat'],\n '0050': ['LO', '1-n', 'ManipulatedImage'],\n '0051': ['CS', '1-n', 'CorrectedImage'],\n '005F': ['LO', '1', 'CompressionRecognitionCode'],\n '0060': ['CS', '1', 'CompressionCode'],\n '0061': ['SH', '1', 'CompressionOriginator'],\n '0062': ['LO', '1', 'CompressionLabel'],\n '0063': ['SH', '1', 'CompressionDescription'],\n '0065': ['CS', '1-n', 'CompressionSequence'],\n '0066': ['AT', '1-n', 'CompressionStepPointers'],\n '0068': ['US', '1', 'RepeatInterval'],\n '0069': ['US', '1', 'BitsGrouped'],\n '0070': ['US', '1-n', 'PerimeterTable'],\n '0071': ['xs', '1', 'PerimeterValue'],\n '0080': ['US', '1', 'PredictorRows'],\n '0081': ['US', '1', 'PredictorColumns'],\n '0082': ['US', '1-n', 'PredictorConstants'],\n '0090': ['CS', '1', 'BlockedPixels'],\n '0091': ['US', '1', 'BlockRows'],\n '0092': ['US', '1', 'BlockColumns'],\n '0093': ['US', '1', 'RowOverlap'],\n '0094': ['US', '1', 'ColumnOverlap'],\n '0100': ['US', '1', 'BitsAllocated'],\n '0101': ['US', '1', 'BitsStored'],\n '0102': ['US', '1', 'HighBit'],\n '0103': ['US', '1', 'PixelRepresentation'],\n '0104': ['xs', '1', 'SmallestValidPixelValue'],\n '0105': ['xs', '1', 'LargestValidPixelValue'],\n '0106': ['xs', '1', 'SmallestImagePixelValue'],\n '0107': ['xs', '1', 'LargestImagePixelValue'],\n '0108': ['xs', '1', 'SmallestPixelValueInSeries'],\n '0109': ['xs', '1', 'LargestPixelValueInSeries'],\n '0110': ['xs', '1', 'SmallestImagePixelValueInPlane'],\n '0111': ['xs', '1', 'LargestImagePixelValueInPlane'],\n '0120': ['xs', '1', 'PixelPaddingValue'],\n '0121': ['xs', '1', 'PixelPaddingRangeLimit'],\n '0122': ['FL', '1', 'FloatPixelPaddingValue'],\n '0123': ['FD', '1', 'DoubleFloatPixelPaddingValue'],\n '0124': ['FL', '1', 'FloatPixelPaddingRangeLimit'],\n '0125': ['FD', '1', 'DoubleFloatPixelPaddingRangeLimit'],\n '0200': ['US', '1', 'ImageLocation'],\n '0300': ['CS', '1', 'QualityControlImage'],\n '0301': ['CS', '1', 'BurnedInAnnotation'],\n '0302': ['CS', '1', 'RecognizableVisualFeatures'],\n '0303': ['CS', '1', 'LongitudinalTemporalInformationModified'],\n '0304': ['UI', '1', 'ReferencedColorPaletteInstanceUID'],\n '0400': ['LO', '1', 'TransformLabel'],\n '0401': ['LO', '1', 'TransformVersionNumber'],\n '0402': ['US', '1', 'NumberOfTransformSteps'],\n '0403': ['LO', '1-n', 'SequenceOfCompressedData'],\n '0404': ['AT', '1-n', 'DetailsOfCoefficients'],\n '04x0': ['US', '1', 'RowsForNthOrderCoefficients'],\n '04x1': ['US', '1', 'ColumnsForNthOrderCoefficients'],\n '04x2': ['LO', '1-n', 'CoefficientCoding'],\n '04x3': ['AT', '1-n', 'CoefficientCodingPointers'],\n '0700': ['LO', '1', 'DCTLabel'],\n '0701': ['CS', '1-n', 'DataBlockDescription'],\n '0702': ['AT', '1-n', 'DataBlock'],\n '0710': ['US', '1', 'NormalizationFactorFormat'],\n '0720': ['US', '1', 'ZonalMapNumberFormat'],\n '0721': ['AT', '1-n', 'ZonalMapLocation'],\n '0722': ['US', '1', 'ZonalMapFormat'],\n '0730': ['US', '1', 'AdaptiveMapFormat'],\n '0740': ['US', '1', 'CodeNumberFormat'],\n '08x0': ['CS', '1-n', 'CodeLabel'],\n '08x2': ['US', '1', 'NumberOfTables'],\n '08x3': ['AT', '1-n', 'CodeTableLocation'],\n '08x4': ['US', '1', 'BitsForCodeWord'],\n '08x8': ['AT', '1-n', 'ImageDataLocation'],\n '0A02': ['CS', '1', 'PixelSpacingCalibrationType'],\n '0A04': ['LO', '1', 'PixelSpacingCalibrationDescription'],\n '1040': ['CS', '1', 'PixelIntensityRelationship'],\n '1041': ['SS', '1', 'PixelIntensityRelationshipSign'],\n '1050': ['DS', '1-n', 'WindowCenter'],\n '1051': ['DS', '1-n', 'WindowWidth'],\n '1052': ['DS', '1', 'RescaleIntercept'],\n '1053': ['DS', '1', 'RescaleSlope'],\n '1054': ['LO', '1', 'RescaleType'],\n '1055': ['LO', '1-n', 'WindowCenterWidthExplanation'],\n '1056': ['CS', '1', 'VOILUTFunction'],\n '1080': ['CS', '1', 'GrayScale'],\n '1090': ['CS', '1', 'RecommendedViewingMode'],\n '1100': ['xs', '3', 'GrayLookupTableDescriptor'],\n '1101': ['xs', '3', 'RedPaletteColorLookupTableDescriptor'],\n '1102': ['xs', '3', 'GreenPaletteColorLookupTableDescriptor'],\n '1103': ['xs', '3', 'BluePaletteColorLookupTableDescriptor'],\n '1104': ['US', '3', 'AlphaPaletteColorLookupTableDescriptor'],\n '1111': ['xs', '4', 'LargeRedPaletteColorLookupTableDescriptor'],\n '1112': ['xs', '4', 'LargeGreenPaletteColorLookupTableDescriptor'],\n '1113': ['xs', '4', 'LargeBluePaletteColorLookupTableDescriptor'],\n '1199': ['UI', '1', 'PaletteColorLookupTableUID'],\n '1200': ['xs', '1-n or 1', 'GrayLookupTableData'],\n '1201': ['OW', '1', 'RedPaletteColorLookupTableData'],\n '1202': ['OW', '1', 'GreenPaletteColorLookupTableData'],\n '1203': ['OW', '1', 'BluePaletteColorLookupTableData'],\n '1204': ['OW', '1', 'AlphaPaletteColorLookupTableData'],\n '1211': ['OW', '1', 'LargeRedPaletteColorLookupTableData'],\n '1212': ['OW', '1', 'LargeGreenPaletteColorLookupTableData'],\n '1213': ['OW', '1', 'LargeBluePaletteColorLookupTableData'],\n '1214': ['UI', '1', 'LargePaletteColorLookupTableUID'],\n '1221': ['OW', '1', 'SegmentedRedPaletteColorLookupTableData'],\n '1222': ['OW', '1', 'SegmentedGreenPaletteColorLookupTableData'],\n '1223': ['OW', '1', 'SegmentedBluePaletteColorLookupTableData'],\n '1224': ['OW', '1', 'SegmentedAlphaPaletteColorLookupTableData'],\n '1230': ['SQ', '1', 'StoredValueColorRangeSequence'],\n '1231': ['FD', '1', 'MinimumStoredValueMapped'],\n '1232': ['FD', '1', 'MaximumStoredValueMapped'],\n '1300': ['CS', '1', 'BreastImplantPresent'],\n '1350': ['CS', '1', 'PartialView'],\n '1351': ['ST', '1', 'PartialViewDescription'],\n '1352': ['SQ', '1', 'PartialViewCodeSequence'],\n '135A': ['CS', '1', 'SpatialLocationsPreserved'],\n '1401': ['SQ', '1', 'DataFrameAssignmentSequence'],\n '1402': ['CS', '1', 'DataPathAssignment'],\n '1403': ['US', '1', 'BitsMappedToColorLookupTable'],\n '1404': ['SQ', '1', 'BlendingLUT1Sequence'],\n '1405': ['CS', '1', 'BlendingLUT1TransferFunction'],\n '1406': ['FD', '1', 'BlendingWeightConstant'],\n '1407': ['US', '3', 'BlendingLookupTableDescriptor'],\n '1408': ['OW', '1', 'BlendingLookupTableData'],\n '140B': ['SQ', '1', 'EnhancedPaletteColorLookupTableSequence'],\n '140C': ['SQ', '1', 'BlendingLUT2Sequence'],\n '140D': ['CS', '1', 'BlendingLUT2TransferFunction'],\n '140E': ['CS', '1', 'DataPathID'],\n '140F': ['CS', '1', 'RGBLUTTransferFunction'],\n '1410': ['CS', '1', 'AlphaLUTTransferFunction'],\n '2000': ['OB', '1', 'ICCProfile'],\n '2002': ['CS', '1', 'ColorSpace'],\n '2110': ['CS', '1', 'LossyImageCompression'],\n '2112': ['DS', '1-n', 'LossyImageCompressionRatio'],\n '2114': ['CS', '1-n', 'LossyImageCompressionMethod'],\n '3000': ['SQ', '1', 'ModalityLUTSequence'],\n '3002': ['xs', '3', 'LUTDescriptor'],\n '3003': ['LO', '1', 'LUTExplanation'],\n '3004': ['LO', '1', 'ModalityLUTType'],\n '3006': ['xx', '1-n or 1', 'LUTData'],\n '3010': ['SQ', '1', 'VOILUTSequence'],\n '3110': ['SQ', '1', 'SoftcopyVOILUTSequence'],\n '4000': ['LT', '1', 'ImagePresentationComments'],\n '5000': ['SQ', '1', 'BiPlaneAcquisitionSequence'],\n '6010': ['US', '1', 'RepresentativeFrameNumber'],\n '6020': ['US', '1-n', 'FrameNumbersOfInterest'],\n '6022': ['LO', '1-n', 'FrameOfInterestDescription'],\n '6023': ['CS', '1-n', 'FrameOfInterestType'],\n '6030': ['US', '1-n', 'MaskPointers'],\n '6040': ['US', '1-n', 'RWavePointer'],\n '6100': ['SQ', '1', 'MaskSubtractionSequence'],\n '6101': ['CS', '1', 'MaskOperation'],\n '6102': ['US', '2-2n', 'ApplicableFrameRange'],\n '6110': ['US', '1-n', 'MaskFrameNumbers'],\n '6112': ['US', '1', 'ContrastFrameAveraging'],\n '6114': ['FL', '2', 'MaskSubPixelShift'],\n '6120': ['SS', '1', 'TIDOffset'],\n '6190': ['ST', '1', 'MaskOperationExplanation'],\n '7000': ['SQ', '1', 'EquipmentAdministratorSequence'],\n '7001': ['US', '1', 'NumberOfDisplaySubsystems'],\n '7002': ['US', '1', 'CurrentConfigurationID'],\n '7003': ['US', '1', 'DisplaySubsystemID'],\n '7004': ['SH', '1', 'DisplaySubsystemName'],\n '7005': ['LO', '1', 'DisplaySubsystemDescription'],\n '7006': ['CS', '1', 'SystemStatus'],\n '7007': ['LO', '1', 'SystemStatusComment'],\n '7008': ['SQ', '1', 'TargetLuminanceCharacteristicsSequence'],\n '7009': ['US', '1', 'LuminanceCharacteristicsID'],\n '700A': ['SQ', '1', 'DisplaySubsystemConfigurationSequence'],\n '700B': ['US', '1', 'ConfigurationID'],\n '700C': ['SH', '1', 'ConfigurationName'],\n '700D': ['LO', '1', 'ConfigurationDescription'],\n '700E': ['US', '1', 'ReferencedTargetLuminanceCharacteristicsID'],\n '700F': ['SQ', '1', 'QAResultsSequence'],\n '7010': ['SQ', '1', 'DisplaySubsystemQAResultsSequence'],\n '7011': ['SQ', '1', 'ConfigurationQAResultsSequence'],\n '7012': ['SQ', '1', 'MeasurementEquipmentSequence'],\n '7013': ['CS', '1-n', 'MeasurementFunctions'],\n '7014': ['CS', '1', 'MeasurementEquipmentType'],\n '7015': ['SQ', '1', 'VisualEvaluationResultSequence'],\n '7016': ['SQ', '1', 'DisplayCalibrationResultSequence'],\n '7017': ['US', '1', 'DDLValue'],\n '7018': ['FL', '2', 'CIExyWhitePoint'],\n '7019': ['CS', '1', 'DisplayFunctionType'],\n '701A': ['FL', '1', 'GammaValue'],\n '701B': ['US', '1', 'NumberOfLuminancePoints'],\n '701C': ['SQ', '1', 'LuminanceResponseSequence'],\n '701D': ['FL', '1', 'TargetMinimumLuminance'],\n '701E': ['FL', '1', 'TargetMaximumLuminance'],\n '701F': ['FL', '1', 'LuminanceValue'],\n '7020': ['LO', '1', 'LuminanceResponseDescription'],\n '7021': ['CS', '1', 'WhitePointFlag'],\n '7022': ['SQ', '1', 'DisplayDeviceTypeCodeSequence'],\n '7023': ['SQ', '1', 'DisplaySubsystemSequence'],\n '7024': ['SQ', '1', 'LuminanceResultSequence'],\n '7025': ['CS', '1', 'AmbientLightValueSource'],\n '7026': ['CS', '1-n', 'MeasuredCharacteristics'],\n '7027': ['SQ', '1', 'LuminanceUniformityResultSequence'],\n '7028': ['SQ', '1', 'VisualEvaluationTestSequence'],\n '7029': ['CS', '1', 'TestResult'],\n '702A': ['LO', '1', 'TestResultComment'],\n '702B': ['CS', '1', 'TestImageValidation'],\n '702C': ['SQ', '1', 'TestPatternCodeSequence'],\n '702D': ['SQ', '1', 'MeasurementPatternCodeSequence'],\n '702E': ['SQ', '1', 'VisualEvaluationMethodCodeSequence'],\n '7FE0': ['UR', '1', 'PixelDataProviderURL'],\n '9001': ['UL', '1', 'DataPointRows'],\n '9002': ['UL', '1', 'DataPointColumns'],\n '9003': ['CS', '1', 'SignalDomainColumns'],\n '9099': ['US', '1', 'LargestMonochromePixelValue'],\n '9108': ['CS', '1', 'DataRepresentation'],\n '9110': ['SQ', '1', 'PixelMeasuresSequence'],\n '9132': ['SQ', '1', 'FrameVOILUTSequence'],\n '9145': ['SQ', '1', 'PixelValueTransformationSequence'],\n '9235': ['CS', '1', 'SignalDomainRows'],\n '9411': ['FL', '1', 'DisplayFilterPercentage'],\n '9415': ['SQ', '1', 'FramePixelShiftSequence'],\n '9416': ['US', '1', 'SubtractionItemID'],\n '9422': ['SQ', '1', 'PixelIntensityRelationshipLUTSequence'],\n '9443': ['SQ', '1', 'FramePixelDataPropertiesSequence'],\n '9444': ['CS', '1', 'GeometricalProperties'],\n '9445': ['FL', '1', 'GeometricMaximumDistortion'],\n '9446': ['CS', '1-n', 'ImageProcessingApplied'],\n '9454': ['CS', '1', 'MaskSelectionMode'],\n '9474': ['CS', '1', 'LUTFunction'],\n '9478': ['FL', '1', 'MaskVisibilityPercentage'],\n '9501': ['SQ', '1', 'PixelShiftSequence'],\n '9502': ['SQ', '1', 'RegionPixelShiftSequence'],\n '9503': ['SS', '2-2n', 'VerticesOfTheRegion'],\n '9505': ['SQ', '1', 'MultiFramePresentationSequence'],\n '9506': ['US', '2-2n', 'PixelShiftFrameRange'],\n '9507': ['US', '2-2n', 'LUTFrameRange'],\n '9520': ['DS', '16', 'ImageToEquipmentMappingMatrix'],\n '9537': ['CS', '1', 'EquipmentCoordinateSystemIdentification']\n },\n '0032': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '000A': ['CS', '1', 'StudyStatusID'],\n '000C': ['CS', '1', 'StudyPriorityID'],\n '0012': ['LO', '1', 'StudyIDIssuer'],\n '0032': ['DA', '1', 'StudyVerifiedDate'],\n '0033': ['TM', '1', 'StudyVerifiedTime'],\n '0034': ['DA', '1', 'StudyReadDate'],\n '0035': ['TM', '1', 'StudyReadTime'],\n '1000': ['DA', '1', 'ScheduledStudyStartDate'],\n '1001': ['TM', '1', 'ScheduledStudyStartTime'],\n '1010': ['DA', '1', 'ScheduledStudyStopDate'],\n '1011': ['TM', '1', 'ScheduledStudyStopTime'],\n '1020': ['LO', '1', 'ScheduledStudyLocation'],\n '1021': ['AE', '1-n', 'ScheduledStudyLocationAETitle'],\n '1030': ['LO', '1', 'ReasonForStudy'],\n '1031': ['SQ', '1', 'RequestingPhysicianIdentificationSequence'],\n '1032': ['PN', '1', 'RequestingPhysician'],\n '1033': ['LO', '1', 'RequestingService'],\n '1034': ['SQ', '1', 'RequestingServiceCodeSequence'],\n '1040': ['DA', '1', 'StudyArrivalDate'],\n '1041': ['TM', '1', 'StudyArrivalTime'],\n '1050': ['DA', '1', 'StudyCompletionDate'],\n '1051': ['TM', '1', 'StudyCompletionTime'],\n '1055': ['CS', '1', 'StudyComponentStatusID'],\n '1060': ['LO', '1', 'RequestedProcedureDescription'],\n '1064': ['SQ', '1', 'RequestedProcedureCodeSequence'],\n '1065': ['SQ', '1', 'RequestedLateralityCodeSequence'],\n '1066': ['UT', '1', 'ReasonForVisit'],\n '1067': ['SQ', '1', 'ReasonForVisitCodeSequence'],\n '1070': ['LO', '1', 'RequestedContrastAgent'],\n '4000': ['LT', '1', 'StudyComments']\n },\n '0034': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'FlowIdentifierSequence'],\n '0002': ['OB', '1', 'FlowIdentifier'],\n '0003': ['UI', '1', 'FlowTransferSyntaxUID'],\n '0004': ['UL', '1', 'FlowRTPSamplingRate'],\n '0005': ['OB', '1', 'SourceIdentifier'],\n '0007': ['OB', '1', 'FrameOriginTimestamp'],\n '0008': ['CS', '1', 'IncludesImagingSubject'],\n '0009': ['SQ', '1', 'FrameUsefulnessGroupSequence'],\n '000A': ['SQ', '1', 'RealTimeBulkDataFlowSequence'],\n '000B': ['SQ', '1', 'CameraPositionGroupSequence'],\n '000C': ['CS', '1', 'IncludesInformation'],\n '000D': ['SQ', '1', 'TimeOfFrameGroupSequence']\n },\n '0038': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0004': ['SQ', '1', 'ReferencedPatientAliasSequence'],\n '0008': ['CS', '1', 'VisitStatusID'],\n '0010': ['LO', '1', 'AdmissionID'],\n '0011': ['LO', '1', 'IssuerOfAdmissionID'],\n '0014': ['SQ', '1', 'IssuerOfAdmissionIDSequence'],\n '0016': ['LO', '1', 'RouteOfAdmissions'],\n '001A': ['DA', '1', 'ScheduledAdmissionDate'],\n '001B': ['TM', '1', 'ScheduledAdmissionTime'],\n '001C': ['DA', '1', 'ScheduledDischargeDate'],\n '001D': ['TM', '1', 'ScheduledDischargeTime'],\n '001E': ['LO', '1', 'ScheduledPatientInstitutionResidence'],\n '0020': ['DA', '1', 'AdmittingDate'],\n '0021': ['TM', '1', 'AdmittingTime'],\n '0030': ['DA', '1', 'DischargeDate'],\n '0032': ['TM', '1', 'DischargeTime'],\n '0040': ['LO', '1', 'DischargeDiagnosisDescription'],\n '0044': ['SQ', '1', 'DischargeDiagnosisCodeSequence'],\n '0050': ['LO', '1', 'SpecialNeeds'],\n '0060': ['LO', '1', 'ServiceEpisodeID'],\n '0061': ['LO', '1', 'IssuerOfServiceEpisodeID'],\n '0062': ['LO', '1', 'ServiceEpisodeDescription'],\n '0064': ['SQ', '1', 'IssuerOfServiceEpisodeIDSequence'],\n '0100': ['SQ', '1', 'PertinentDocumentsSequence'],\n '0101': ['SQ', '1', 'PertinentResourcesSequence'],\n '0102': ['LO', '1', 'ResourceDescription'],\n '0300': ['LO', '1', 'CurrentPatientLocation'],\n '0400': ['LO', '1', 'PatientInstitutionResidence'],\n '0500': ['LO', '1', 'PatientState'],\n '0502': ['SQ', '1', 'PatientClinicalTrialParticipationSequence'],\n '4000': ['LT', '1', 'VisitComments']\n },\n '003A': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0004': ['CS', '1', 'WaveformOriginality'],\n '0005': ['US', '1', 'NumberOfWaveformChannels'],\n '0010': ['UL', '1', 'NumberOfWaveformSamples'],\n '001A': ['DS', '1', 'SamplingFrequency'],\n '0020': ['SH', '1', 'MultiplexGroupLabel'],\n '0200': ['SQ', '1', 'ChannelDefinitionSequence'],\n '0202': ['IS', '1', 'WaveformChannelNumber'],\n '0203': ['SH', '1', 'ChannelLabel'],\n '0205': ['CS', '1-n', 'ChannelStatus'],\n '0208': ['SQ', '1', 'ChannelSourceSequence'],\n '0209': ['SQ', '1', 'ChannelSourceModifiersSequence'],\n '020A': ['SQ', '1', 'SourceWaveformSequence'],\n '020C': ['LO', '1', 'ChannelDerivationDescription'],\n '0210': ['DS', '1', 'ChannelSensitivity'],\n '0211': ['SQ', '1', 'ChannelSensitivityUnitsSequence'],\n '0212': ['DS', '1', 'ChannelSensitivityCorrectionFactor'],\n '0213': ['DS', '1', 'ChannelBaseline'],\n '0214': ['DS', '1', 'ChannelTimeSkew'],\n '0215': ['DS', '1', 'ChannelSampleSkew'],\n '0218': ['DS', '1', 'ChannelOffset'],\n '021A': ['US', '1', 'WaveformBitsStored'],\n '0220': ['DS', '1', 'FilterLowFrequency'],\n '0221': ['DS', '1', 'FilterHighFrequency'],\n '0222': ['DS', '1', 'NotchFilterFrequency'],\n '0223': ['DS', '1', 'NotchFilterBandwidth'],\n '0230': ['FL', '1', 'WaveformDataDisplayScale'],\n '0231': ['US', '3', 'WaveformDisplayBackgroundCIELabValue'],\n '0240': ['SQ', '1', 'WaveformPresentationGroupSequence'],\n '0241': ['US', '1', 'PresentationGroupNumber'],\n '0242': ['SQ', '1', 'ChannelDisplaySequence'],\n '0244': ['US', '3', 'ChannelRecommendedDisplayCIELabValue'],\n '0245': ['FL', '1', 'ChannelPosition'],\n '0246': ['CS', '1', 'DisplayShadingFlag'],\n '0247': ['FL', '1', 'FractionalChannelDisplayScale'],\n '0248': ['FL', '1', 'AbsoluteChannelDisplayScale'],\n '0300': ['SQ', '1', 'MultiplexedAudioChannelsDescriptionCodeSequence'],\n '0301': ['IS', '1', 'ChannelIdentificationCode'],\n '0302': ['CS', '1', 'ChannelMode'],\n '0310': ['UI', '1', 'MultiplexGroupUID'],\n '0311': ['DS', '1', 'PowerlineFrequency'],\n '0312': ['SQ', '1', 'ChannelImpedanceSequence'],\n '0313': ['DS', '1', 'ImpedanceValue'],\n '0314': ['DT', '1', 'ImpedanceMeasurementDateTime'],\n '0315': ['DS', '1', 'ImpedanceMeasurementFrequency'],\n '0316': ['CS', '1', 'ImpedanceMeasurementCurrentType']\n },\n '0040': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['AE', '1-n', 'ScheduledStationAETitle'],\n '0002': ['DA', '1', 'ScheduledProcedureStepStartDate'],\n '0003': ['TM', '1', 'ScheduledProcedureStepStartTime'],\n '0004': ['DA', '1', 'ScheduledProcedureStepEndDate'],\n '0005': ['TM', '1', 'ScheduledProcedureStepEndTime'],\n '0006': ['PN', '1', 'ScheduledPerformingPhysicianName'],\n '0007': ['LO', '1', 'ScheduledProcedureStepDescription'],\n '0008': ['SQ', '1', 'ScheduledProtocolCodeSequence'],\n '0009': ['SH', '1', 'ScheduledProcedureStepID'],\n '000A': ['SQ', '1', 'StageCodeSequence'],\n '000B': ['SQ', '1', 'ScheduledPerformingPhysicianIdentificationSequence'],\n '0010': ['SH', '1-n', 'ScheduledStationName'],\n '0011': ['SH', '1', 'ScheduledProcedureStepLocation'],\n '0012': ['LO', '1', 'PreMedication'],\n '0020': ['CS', '1', 'ScheduledProcedureStepStatus'],\n '0026': ['SQ', '1', 'OrderPlacerIdentifierSequence'],\n '0027': ['SQ', '1', 'OrderFillerIdentifierSequence'],\n '0031': ['UT', '1', 'LocalNamespaceEntityID'],\n '0032': ['UT', '1', 'UniversalEntityID'],\n '0033': ['CS', '1', 'UniversalEntityIDType'],\n '0035': ['CS', '1', 'IdentifierTypeCode'],\n '0036': ['SQ', '1', 'AssigningFacilitySequence'],\n '0039': ['SQ', '1', 'AssigningJurisdictionCodeSequence'],\n '003A': ['SQ', '1', 'AssigningAgencyOrDepartmentCodeSequence'],\n '0100': ['SQ', '1', 'ScheduledProcedureStepSequence'],\n '0220': ['SQ', '1', 'ReferencedNonImageCompositeSOPInstanceSequence'],\n '0241': ['AE', '1', 'PerformedStationAETitle'],\n '0242': ['SH', '1', 'PerformedStationName'],\n '0243': ['SH', '1', 'PerformedLocation'],\n '0244': ['DA', '1', 'PerformedProcedureStepStartDate'],\n '0245': ['TM', '1', 'PerformedProcedureStepStartTime'],\n '0250': ['DA', '1', 'PerformedProcedureStepEndDate'],\n '0251': ['TM', '1', 'PerformedProcedureStepEndTime'],\n '0252': ['CS', '1', 'PerformedProcedureStepStatus'],\n '0253': ['SH', '1', 'PerformedProcedureStepID'],\n '0254': ['LO', '1', 'PerformedProcedureStepDescription'],\n '0255': ['LO', '1', 'PerformedProcedureTypeDescription'],\n '0260': ['SQ', '1', 'PerformedProtocolCodeSequence'],\n '0261': ['CS', '1', 'PerformedProtocolType'],\n '0270': ['SQ', '1', 'ScheduledStepAttributesSequence'],\n '0275': ['SQ', '1', 'RequestAttributesSequence'],\n '0280': ['ST', '1', 'CommentsOnThePerformedProcedureStep'],\n '0281': ['SQ', '1', 'PerformedProcedureStepDiscontinuationReasonCodeSequence'],\n '0293': ['SQ', '1', 'QuantitySequence'],\n '0294': ['DS', '1', 'Quantity'],\n '0295': ['SQ', '1', 'MeasuringUnitsSequence'],\n '0296': ['SQ', '1', 'BillingItemSequence'],\n '0300': ['US', '1', 'TotalTimeOfFluoroscopy'],\n '0301': ['US', '1', 'TotalNumberOfExposures'],\n '0302': ['US', '1', 'EntranceDose'],\n '0303': ['US', '1-2', 'ExposedArea'],\n '0306': ['DS', '1', 'DistanceSourceToEntrance'],\n '0307': ['DS', '1', 'DistanceSourceToSupport'],\n '030E': ['SQ', '1', 'ExposureDoseSequence'],\n '0310': ['ST', '1', 'CommentsOnRadiationDose'],\n '0312': ['DS', '1', 'XRayOutput'],\n '0314': ['DS', '1', 'HalfValueLayer'],\n '0316': ['DS', '1', 'OrganDose'],\n '0318': ['CS', '1', 'OrganExposed'],\n '0320': ['SQ', '1', 'BillingProcedureStepSequence'],\n '0321': ['SQ', '1', 'FilmConsumptionSequence'],\n '0324': ['SQ', '1', 'BillingSuppliesAndDevicesSequence'],\n '0330': ['SQ', '1', 'ReferencedProcedureStepSequence'],\n '0340': ['SQ', '1', 'PerformedSeriesSequence'],\n '0400': ['LT', '1', 'CommentsOnTheScheduledProcedureStep'],\n '0440': ['SQ', '1', 'ProtocolContextSequence'],\n '0441': ['SQ', '1', 'ContentItemModifierSequence'],\n '0500': ['SQ', '1', 'ScheduledSpecimenSequence'],\n '050A': ['LO', '1', 'SpecimenAccessionNumber'],\n '0512': ['LO', '1', 'ContainerIdentifier'],\n '0513': ['SQ', '1', 'IssuerOfTheContainerIdentifierSequence'],\n '0515': ['SQ', '1', 'AlternateContainerIdentifierSequence'],\n '0518': ['SQ', '1', 'ContainerTypeCodeSequence'],\n '051A': ['LO', '1', 'ContainerDescription'],\n '0520': ['SQ', '1', 'ContainerComponentSequence'],\n '0550': ['SQ', '1', 'SpecimenSequence'],\n '0551': ['LO', '1', 'SpecimenIdentifier'],\n '0552': ['SQ', '1', 'SpecimenDescriptionSequenceTrial'],\n '0553': ['ST', '1', 'SpecimenDescriptionTrial'],\n '0554': ['UI', '1', 'SpecimenUID'],\n '0555': ['SQ', '1', 'AcquisitionContextSequence'],\n '0556': ['ST', '1', 'AcquisitionContextDescription'],\n '0560': ['SQ', '1', 'SpecimenDescriptionSequence'],\n '0562': ['SQ', '1', 'IssuerOfTheSpecimenIdentifierSequence'],\n '059A': ['SQ', '1', 'SpecimenTypeCodeSequence'],\n '0600': ['LO', '1', 'SpecimenShortDescription'],\n '0602': ['UT', '1', 'SpecimenDetailedDescription'],\n '0610': ['SQ', '1', 'SpecimenPreparationSequence'],\n '0612': ['SQ', '1', 'SpecimenPreparationStepContentItemSequence'],\n '0620': ['SQ', '1', 'SpecimenLocalizationContentItemSequence'],\n '06FA': ['LO', '1', 'SlideIdentifier'],\n '0710': ['SQ', '1', 'WholeSlideMicroscopyImageFrameTypeSequence'],\n '071A': ['SQ', '1', 'ImageCenterPointCoordinatesSequence'],\n '072A': ['DS', '1', 'XOffsetInSlideCoordinateSystem'],\n '073A': ['DS', '1', 'YOffsetInSlideCoordinateSystem'],\n '074A': ['DS', '1', 'ZOffsetInSlideCoordinateSystem'],\n '08D8': ['SQ', '1', 'PixelSpacingSequence'],\n '08DA': ['SQ', '1', 'CoordinateSystemAxisCodeSequence'],\n '08EA': ['SQ', '1', 'MeasurementUnitsCodeSequence'],\n '09F8': ['SQ', '1', 'VitalStainCodeSequenceTrial'],\n '1001': ['SH', '1', 'RequestedProcedureID'],\n '1002': ['LO', '1', 'ReasonForTheRequestedProcedure'],\n '1003': ['SH', '1', 'RequestedProcedurePriority'],\n '1004': ['LO', '1', 'PatientTransportArrangements'],\n '1005': ['LO', '1', 'RequestedProcedureLocation'],\n '1006': ['SH', '1', 'PlacerOrderNumberProcedure'],\n '1007': ['SH', '1', 'FillerOrderNumberProcedure'],\n '1008': ['LO', '1', 'ConfidentialityCode'],\n '1009': ['SH', '1', 'ReportingPriority'],\n '100A': ['SQ', '1', 'ReasonForRequestedProcedureCodeSequence'],\n '1010': ['PN', '1-n', 'NamesOfIntendedRecipientsOfResults'],\n '1011': ['SQ', '1', 'IntendedRecipientsOfResultsIdentificationSequence'],\n '1012': ['SQ', '1', 'ReasonForPerformedProcedureCodeSequence'],\n '1060': ['LO', '1', 'RequestedProcedureDescriptionTrial'],\n '1101': ['SQ', '1', 'PersonIdentificationCodeSequence'],\n '1102': ['ST', '1', 'PersonAddress'],\n '1103': ['LO', '1-n', 'PersonTelephoneNumbers'],\n '1104': ['LT', '1', 'PersonTelecomInformation'],\n '1400': ['LT', '1', 'RequestedProcedureComments'],\n '2001': ['LO', '1', 'ReasonForTheImagingServiceRequest'],\n '2004': ['DA', '1', 'IssueDateOfImagingServiceRequest'],\n '2005': ['TM', '1', 'IssueTimeOfImagingServiceRequest'],\n '2006': ['SH', '1', 'PlacerOrderNumberImagingServiceRequestRetired'],\n '2007': ['SH', '1', 'FillerOrderNumberImagingServiceRequestRetired'],\n '2008': ['PN', '1', 'OrderEnteredBy'],\n '2009': ['SH', '1', 'OrderEntererLocation'],\n '2010': ['SH', '1', 'OrderCallbackPhoneNumber'],\n '2011': ['LT', '1', 'OrderCallbackTelecomInformation'],\n '2016': ['LO', '1', 'PlacerOrderNumberImagingServiceRequest'],\n '2017': ['LO', '1', 'FillerOrderNumberImagingServiceRequest'],\n '2400': ['LT', '1', 'ImagingServiceRequestComments'],\n '3001': ['LO', '1', 'ConfidentialityConstraintOnPatientDataDescription'],\n '4001': ['CS', '1', 'GeneralPurposeScheduledProcedureStepStatus'],\n '4002': ['CS', '1', 'GeneralPurposePerformedProcedureStepStatus'],\n '4003': ['CS', '1', 'GeneralPurposeScheduledProcedureStepPriority'],\n '4004': ['SQ', '1', 'ScheduledProcessingApplicationsCodeSequence'],\n '4005': ['DT', '1', 'ScheduledProcedureStepStartDateTime'],\n '4006': ['CS', '1', 'MultipleCopiesFlag'],\n '4007': ['SQ', '1', 'PerformedProcessingApplicationsCodeSequence'],\n '4008': ['DT', '1', 'ScheduledProcedureStepExpirationDateTime'],\n '4009': ['SQ', '1', 'HumanPerformerCodeSequence'],\n '4010': ['DT', '1', 'ScheduledProcedureStepModificationDateTime'],\n '4011': ['DT', '1', 'ExpectedCompletionDateTime'],\n '4015': ['SQ', '1', 'ResultingGeneralPurposePerformedProcedureStepsSequence'],\n '4016': ['SQ', '1', 'ReferencedGeneralPurposeScheduledProcedureStepSequence'],\n '4018': ['SQ', '1', 'ScheduledWorkitemCodeSequence'],\n '4019': ['SQ', '1', 'PerformedWorkitemCodeSequence'],\n '4020': ['CS', '1', 'InputAvailabilityFlag'],\n '4021': ['SQ', '1', 'InputInformationSequence'],\n '4022': ['SQ', '1', 'RelevantInformationSequence'],\n '4023': ['UI', '1', 'ReferencedGeneralPurposeScheduledProcedureStepTransactionUID'],\n '4025': ['SQ', '1', 'ScheduledStationNameCodeSequence'],\n '4026': ['SQ', '1', 'ScheduledStationClassCodeSequence'],\n '4027': ['SQ', '1', 'ScheduledStationGeographicLocationCodeSequence'],\n '4028': ['SQ', '1', 'PerformedStationNameCodeSequence'],\n '4029': ['SQ', '1', 'PerformedStationClassCodeSequence'],\n '4030': ['SQ', '1', 'PerformedStationGeographicLocationCodeSequence'],\n '4031': ['SQ', '1', 'RequestedSubsequentWorkitemCodeSequence'],\n '4032': ['SQ', '1', 'NonDICOMOutputCodeSequence'],\n '4033': ['SQ', '1', 'OutputInformationSequence'],\n '4034': ['SQ', '1', 'ScheduledHumanPerformersSequence'],\n '4035': ['SQ', '1', 'ActualHumanPerformersSequence'],\n '4036': ['LO', '1', 'HumanPerformerOrganization'],\n '4037': ['PN', '1', 'HumanPerformerName'],\n '4040': ['CS', '1', 'RawDataHandling'],\n '4041': ['CS', '1', 'InputReadinessState'],\n '4050': ['DT', '1', 'PerformedProcedureStepStartDateTime'],\n '4051': ['DT', '1', 'PerformedProcedureStepEndDateTime'],\n '4052': ['DT', '1', 'ProcedureStepCancellationDateTime'],\n '4070': ['SQ', '1', 'OutputDestinationSequence'],\n '4071': ['SQ', '1', 'DICOMStorageSequence'],\n '4072': ['SQ', '1', 'STOWRSStorageSequence'],\n '4073': ['UR', '1', 'StorageURL'],\n '4074': ['SQ', '1', 'XDSStorageSequence'],\n '8302': ['DS', '1', 'EntranceDoseInmGy'],\n '8303': ['CS', '1', 'EntranceDoseDerivation'],\n '9092': ['SQ', '1', 'ParametricMapFrameTypeSequence'],\n '9094': ['SQ', '1', 'ReferencedImageRealWorldValueMappingSequence'],\n '9096': ['SQ', '1', 'RealWorldValueMappingSequence'],\n '9098': ['SQ', '1', 'PixelValueMappingCodeSequence'],\n '9210': ['SH', '1', 'LUTLabel'],\n '9211': ['xs', '1', 'RealWorldValueLastValueMapped'],\n '9212': ['FD', '1-n', 'RealWorldValueLUTData'],\n '9213': ['FD', '1', 'DoubleFloatRealWorldValueLastValueMapped'],\n '9214': ['FD', '1', 'DoubleFloatRealWorldValueFirstValueMapped'],\n '9216': ['xs', '1', 'RealWorldValueFirstValueMapped'],\n '9220': ['SQ', '1', 'QuantityDefinitionSequence'],\n '9224': ['FD', '1', 'RealWorldValueIntercept'],\n '9225': ['FD', '1', 'RealWorldValueSlope'],\n 'A007': ['CS', '1', 'FindingsFlagTrial'],\n 'A010': ['CS', '1', 'RelationshipType'],\n 'A020': ['SQ', '1', 'FindingsSequenceTrial'],\n 'A021': ['UI', '1', 'FindingsGroupUIDTrial'],\n 'A022': ['UI', '1', 'ReferencedFindingsGroupUIDTrial'],\n 'A023': ['DA', '1', 'FindingsGroupRecordingDateTrial'],\n 'A024': ['TM', '1', 'FindingsGroupRecordingTimeTrial'],\n 'A026': ['SQ', '1', 'FindingsSourceCategoryCodeSequenceTrial'],\n 'A027': ['LO', '1', 'VerifyingOrganization'],\n 'A028': ['SQ', '1', 'DocumentingOrganizationIdentifierCodeSequenceTrial'],\n 'A030': ['DT', '1', 'VerificationDateTime'],\n 'A032': ['DT', '1', 'ObservationDateTime'],\n 'A033': ['DT', '1', 'ObservationStartDateTime'],\n 'A040': ['CS', '1', 'ValueType'],\n 'A043': ['SQ', '1', 'ConceptNameCodeSequence'],\n 'A047': ['LO', '1', 'MeasurementPrecisionDescriptionTrial'],\n 'A050': ['CS', '1', 'ContinuityOfContent'],\n 'A057': ['CS', '1-n', 'UrgencyOrPriorityAlertsTrial'],\n 'A060': ['LO', '1', 'SequencingIndicatorTrial'],\n 'A066': ['SQ', '1', 'DocumentIdentifierCodeSequenceTrial'],\n 'A067': ['PN', '1', 'DocumentAuthorTrial'],\n 'A068': ['SQ', '1', 'DocumentAuthorIdentifierCodeSequenceTrial'],\n 'A070': ['SQ', '1', 'IdentifierCodeSequenceTrial'],\n 'A073': ['SQ', '1', 'VerifyingObserverSequence'],\n 'A074': ['OB', '1', 'ObjectBinaryIdentifierTrial'],\n 'A075': ['PN', '1', 'VerifyingObserverName'],\n 'A076': ['SQ', '1', 'DocumentingObserverIdentifierCodeSequenceTrial'],\n 'A078': ['SQ', '1', 'AuthorObserverSequence'],\n 'A07A': ['SQ', '1', 'ParticipantSequence'],\n 'A07C': ['SQ', '1', 'CustodialOrganizationSequence'],\n 'A080': ['CS', '1', 'ParticipationType'],\n 'A082': ['DT', '1', 'ParticipationDateTime'],\n 'A084': ['CS', '1', 'ObserverType'],\n 'A085': ['SQ', '1', 'ProcedureIdentifierCodeSequenceTrial'],\n 'A088': ['SQ', '1', 'VerifyingObserverIdentificationCodeSequence'],\n 'A089': ['OB', '1', 'ObjectDirectoryBinaryIdentifierTrial'],\n 'A090': ['SQ', '1', 'EquivalentCDADocumentSequence'],\n 'A0B0': ['US', '2-2n', 'ReferencedWaveformChannels'],\n 'A110': ['DA', '1', 'DateOfDocumentOrVerbalTransactionTrial'],\n 'A112': ['TM', '1', 'TimeOfDocumentCreationOrVerbalTransactionTrial'],\n 'A120': ['DT', '1', 'DateTime'],\n 'A121': ['DA', '1', 'Date'],\n 'A122': ['TM', '1', 'Time'],\n 'A123': ['PN', '1', 'PersonName'],\n 'A124': ['UI', '1', 'UID'],\n 'A125': ['CS', '2', 'ReportStatusIDTrial'],\n 'A130': ['CS', '1', 'TemporalRangeType'],\n 'A132': ['UL', '1-n', 'ReferencedSamplePositions'],\n 'A136': ['US', '1-n', 'ReferencedFrameNumbers'],\n 'A138': ['DS', '1-n', 'ReferencedTimeOffsets'],\n 'A13A': ['DT', '1-n', 'ReferencedDateTime'],\n 'A160': ['UT', '1', 'TextValue'],\n 'A161': ['FD', '1-n', 'FloatingPointValue'],\n 'A162': ['SL', '1-n', 'RationalNumeratorValue'],\n 'A163': ['UL', '1-n', 'RationalDenominatorValue'],\n 'A167': ['SQ', '1', 'ObservationCategoryCodeSequenceTrial'],\n 'A168': ['SQ', '1', 'ConceptCodeSequence'],\n 'A16A': ['ST', '1', 'BibliographicCitationTrial'],\n 'A170': ['SQ', '1', 'PurposeOfReferenceCodeSequence'],\n 'A171': ['UI', '1', 'ObservationUID'],\n 'A172': ['UI', '1', 'ReferencedObservationUIDTrial'],\n 'A173': ['CS', '1', 'ReferencedObservationClassTrial'],\n 'A174': ['CS', '1', 'ReferencedObjectObservationClassTrial'],\n 'A180': ['US', '1', 'AnnotationGroupNumber'],\n 'A192': ['DA', '1', 'ObservationDateTrial'],\n 'A193': ['TM', '1', 'ObservationTimeTrial'],\n 'A194': ['CS', '1', 'MeasurementAutomationTrial'],\n 'A195': ['SQ', '1', 'ModifierCodeSequence'],\n 'A224': ['ST', '1', 'IdentificationDescriptionTrial'],\n 'A290': ['CS', '1', 'CoordinatesSetGeometricTypeTrial'],\n 'A296': ['SQ', '1', 'AlgorithmCodeSequenceTrial'],\n 'A297': ['ST', '1', 'AlgorithmDescriptionTrial'],\n 'A29A': ['SL', '2-2n', 'PixelCoordinatesSetTrial'],\n 'A300': ['SQ', '1', 'MeasuredValueSequence'],\n 'A301': ['SQ', '1', 'NumericValueQualifierCodeSequence'],\n 'A307': ['PN', '1', 'CurrentObserverTrial'],\n 'A30A': ['DS', '1-n', 'NumericValue'],\n 'A313': ['SQ', '1', 'ReferencedAccessionSequenceTrial'],\n 'A33A': ['ST', '1', 'ReportStatusCommentTrial'],\n 'A340': ['SQ', '1', 'ProcedureContextSequenceTrial'],\n 'A352': ['PN', '1', 'VerbalSourceTrial'],\n 'A353': ['ST', '1', 'AddressTrial'],\n 'A354': ['LO', '1', 'TelephoneNumberTrial'],\n 'A358': ['SQ', '1', 'VerbalSourceIdentifierCodeSequenceTrial'],\n 'A360': ['SQ', '1', 'PredecessorDocumentsSequence'],\n 'A370': ['SQ', '1', 'ReferencedRequestSequence'],\n 'A372': ['SQ', '1', 'PerformedProcedureCodeSequence'],\n 'A375': ['SQ', '1', 'CurrentRequestedProcedureEvidenceSequence'],\n 'A380': ['SQ', '1', 'ReportDetailSequenceTrial'],\n 'A385': ['SQ', '1', 'PertinentOtherEvidenceSequence'],\n 'A390': ['SQ', '1', 'HL7StructuredDocumentReferenceSequence'],\n 'A402': ['UI', '1', 'ObservationSubjectUIDTrial'],\n 'A403': ['CS', '1', 'ObservationSubjectClassTrial'],\n 'A404': ['SQ', '1', 'ObservationSubjectTypeCodeSequenceTrial'],\n 'A491': ['CS', '1', 'CompletionFlag'],\n 'A492': ['LO', '1', 'CompletionFlagDescription'],\n 'A493': ['CS', '1', 'VerificationFlag'],\n 'A494': ['CS', '1', 'ArchiveRequested'],\n 'A496': ['CS', '1', 'PreliminaryFlag'],\n 'A504': ['SQ', '1', 'ContentTemplateSequence'],\n 'A525': ['SQ', '1', 'IdenticalDocumentsSequence'],\n 'A600': ['CS', '1', 'ObservationSubjectContextFlagTrial'],\n 'A601': ['CS', '1', 'ObserverContextFlagTrial'],\n 'A603': ['CS', '1', 'ProcedureContextFlagTrial'],\n 'A730': ['SQ', '1', 'ContentSequence'],\n 'A731': ['SQ', '1', 'RelationshipSequenceTrial'],\n 'A732': ['SQ', '1', 'RelationshipTypeCodeSequenceTrial'],\n 'A744': ['SQ', '1', 'LanguageCodeSequenceTrial'],\n 'A801': ['SQ', '1', 'TabulatedValuesSequence'],\n 'A802': ['UL', '1', 'NumberOfTableRows'],\n 'A803': ['UL', '1', 'NumberOfTableColumns'],\n 'A804': ['UL', '1', 'TableRowNumber'],\n 'A805': ['UL', '1', 'TableColumnNumber'],\n 'A806': ['SQ', '1', 'TableRowDefinitionSequence'],\n 'A807': ['SQ', '1', 'TableColumnDefinitionSequence'],\n 'A808': ['SQ', '1', 'CellValuesSequence'],\n 'A992': ['ST', '1', 'UniformResourceLocatorTrial'],\n 'B020': ['SQ', '1', 'WaveformAnnotationSequence'],\n 'DB00': ['CS', '1', 'TemplateIdentifier'],\n 'DB06': ['DT', '1', 'TemplateVersion'],\n 'DB07': ['DT', '1', 'TemplateLocalVersion'],\n 'DB0B': ['CS', '1', 'TemplateExtensionFlag'],\n 'DB0C': ['UI', '1', 'TemplateExtensionOrganizationUID'],\n 'DB0D': ['UI', '1', 'TemplateExtensionCreatorUID'],\n 'DB73': ['UL', '1-n', 'ReferencedContentItemIdentifier'],\n 'E001': ['ST', '1', 'HL7InstanceIdentifier'],\n 'E004': ['DT', '1', 'HL7DocumentEffectiveTime'],\n 'E006': ['SQ', '1', 'HL7DocumentTypeCodeSequence'],\n 'E008': ['SQ', '1', 'DocumentClassCodeSequence'],\n 'E010': ['UR', '1', 'RetrieveURI'],\n 'E011': ['UI', '1', 'RetrieveLocationUID'],\n 'E020': ['CS', '1', 'TypeOfInstances'],\n 'E021': ['SQ', '1', 'DICOMRetrievalSequence'],\n 'E022': ['SQ', '1', 'DICOMMediaRetrievalSequence'],\n 'E023': ['SQ', '1', 'WADORetrievalSequence'],\n 'E024': ['SQ', '1', 'XDSRetrievalSequence'],\n 'E025': ['SQ', '1', 'WADORSRetrievalSequence'],\n 'E030': ['UI', '1', 'RepositoryUniqueID'],\n 'E031': ['UI', '1', 'HomeCommunityID']\n },\n '0042': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['ST', '1', 'DocumentTitle'],\n '0011': ['OB', '1', 'EncapsulatedDocument'],\n '0012': ['LO', '1', 'MIMETypeOfEncapsulatedDocument'],\n '0013': ['SQ', '1', 'SourceInstanceSequence'],\n '0014': ['LO', '1-n', 'ListOfMIMETypes'],\n '0015': ['UL', '1', 'EncapsulatedDocumentLength']\n },\n '0044': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['ST', '1', 'ProductPackageIdentifier'],\n '0002': ['CS', '1', 'SubstanceAdministrationApproval'],\n '0003': ['LT', '1', 'ApprovalStatusFurtherDescription'],\n '0004': ['DT', '1', 'ApprovalStatusDateTime'],\n '0007': ['SQ', '1', 'ProductTypeCodeSequence'],\n '0008': ['LO', '1-n', 'ProductName'],\n '0009': ['LT', '1', 'ProductDescription'],\n '000A': ['LO', '1', 'ProductLotIdentifier'],\n '000B': ['DT', '1', 'ProductExpirationDateTime'],\n '0010': ['DT', '1', 'SubstanceAdministrationDateTime'],\n '0011': ['LO', '1', 'SubstanceAdministrationNotes'],\n '0012': ['LO', '1', 'SubstanceAdministrationDeviceID'],\n '0013': ['SQ', '1', 'ProductParameterSequence'],\n '0019': ['SQ', '1', 'SubstanceAdministrationParameterSequence'],\n '0100': ['SQ', '1', 'ApprovalSequence'],\n '0101': ['SQ', '1', 'AssertionCodeSequence'],\n '0102': ['UI', '1', 'AssertionUID'],\n '0103': ['SQ', '1', 'AsserterIdentificationSequence'],\n '0104': ['DT', '1', 'AssertionDateTime'],\n '0105': ['DT', '1', 'AssertionExpirationDateTime'],\n '0106': ['UT', '1', 'AssertionComments'],\n '0107': ['SQ', '1', 'RelatedAssertionSequence'],\n '0108': ['UI', '1', 'ReferencedAssertionUID'],\n '0109': ['SQ', '1', 'ApprovalSubjectSequence'],\n '010A': ['SQ', '1', 'OrganizationalRoleCodeSequence']\n },\n '0046': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0012': ['LO', '1', 'LensDescription'],\n '0014': ['SQ', '1', 'RightLensSequence'],\n '0015': ['SQ', '1', 'LeftLensSequence'],\n '0016': ['SQ', '1', 'UnspecifiedLateralityLensSequence'],\n '0018': ['SQ', '1', 'CylinderSequence'],\n '0028': ['SQ', '1', 'PrismSequence'],\n '0030': ['FD', '1', 'HorizontalPrismPower'],\n '0032': ['CS', '1', 'HorizontalPrismBase'],\n '0034': ['FD', '1', 'VerticalPrismPower'],\n '0036': ['CS', '1', 'VerticalPrismBase'],\n '0038': ['CS', '1', 'LensSegmentType'],\n '0040': ['FD', '1', 'OpticalTransmittance'],\n '0042': ['FD', '1', 'ChannelWidth'],\n '0044': ['FD', '1', 'PupilSize'],\n '0046': ['FD', '1', 'CornealSize'],\n '0047': ['SQ', '1', 'CornealSizeSequence'],\n '0050': ['SQ', '1', 'AutorefractionRightEyeSequence'],\n '0052': ['SQ', '1', 'AutorefractionLeftEyeSequence'],\n '0060': ['FD', '1', 'DistancePupillaryDistance'],\n '0062': ['FD', '1', 'NearPupillaryDistance'],\n '0063': ['FD', '1', 'IntermediatePupillaryDistance'],\n '0064': ['FD', '1', 'OtherPupillaryDistance'],\n '0070': ['SQ', '1', 'KeratometryRightEyeSequence'],\n '0071': ['SQ', '1', 'KeratometryLeftEyeSequence'],\n '0074': ['SQ', '1', 'SteepKeratometricAxisSequence'],\n '0075': ['FD', '1', 'RadiusOfCurvature'],\n '0076': ['FD', '1', 'KeratometricPower'],\n '0077': ['FD', '1', 'KeratometricAxis'],\n '0080': ['SQ', '1', 'FlatKeratometricAxisSequence'],\n '0092': ['CS', '1', 'BackgroundColor'],\n '0094': ['CS', '1', 'Optotype'],\n '0095': ['CS', '1', 'OptotypePresentation'],\n '0097': ['SQ', '1', 'SubjectiveRefractionRightEyeSequence'],\n '0098': ['SQ', '1', 'SubjectiveRefractionLeftEyeSequence'],\n '0100': ['SQ', '1', 'AddNearSequence'],\n '0101': ['SQ', '1', 'AddIntermediateSequence'],\n '0102': ['SQ', '1', 'AddOtherSequence'],\n '0104': ['FD', '1', 'AddPower'],\n '0106': ['FD', '1', 'ViewingDistance'],\n '0110': ['SQ', '1', 'CorneaMeasurementsSequence'],\n '0111': ['SQ', '1', 'SourceOfCorneaMeasurementDataCodeSequence'],\n '0112': ['SQ', '1', 'SteepCornealAxisSequence'],\n '0113': ['SQ', '1', 'FlatCornealAxisSequence'],\n '0114': ['FD', '1', 'CornealPower'],\n '0115': ['FD', '1', 'CornealAxis'],\n '0116': ['SQ', '1', 'CorneaMeasurementMethodCodeSequence'],\n '0117': ['FL', '1', 'RefractiveIndexOfCornea'],\n '0118': ['FL', '1', 'RefractiveIndexOfAqueousHumor'],\n '0121': ['SQ', '1', 'VisualAcuityTypeCodeSequence'],\n '0122': ['SQ', '1', 'VisualAcuityRightEyeSequence'],\n '0123': ['SQ', '1', 'VisualAcuityLeftEyeSequence'],\n '0124': ['SQ', '1', 'VisualAcuityBothEyesOpenSequence'],\n '0125': ['CS', '1', 'ViewingDistanceType'],\n '0135': ['SS', '2', 'VisualAcuityModifiers'],\n '0137': ['FD', '1', 'DecimalVisualAcuity'],\n '0139': ['LO', '1', 'OptotypeDetailedDefinition'],\n '0145': ['SQ', '1', 'ReferencedRefractiveMeasurementsSequence'],\n '0146': ['FD', '1', 'SpherePower'],\n '0147': ['FD', '1', 'CylinderPower'],\n '0201': ['CS', '1', 'CornealTopographySurface'],\n '0202': ['FL', '2', 'CornealVertexLocation'],\n '0203': ['FL', '1', 'PupilCentroidXCoordinate'],\n '0204': ['FL', '1', 'PupilCentroidYCoordinate'],\n '0205': ['FL', '1', 'EquivalentPupilRadius'],\n '0207': ['SQ', '1', 'CornealTopographyMapTypeCodeSequence'],\n '0208': ['IS', '2-2n', 'VerticesOfTheOutlineOfPupil'],\n '0210': ['SQ', '1', 'CornealTopographyMappingNormalsSequence'],\n '0211': ['SQ', '1', 'MaximumCornealCurvatureSequence'],\n '0212': ['FL', '1', 'MaximumCornealCurvature'],\n '0213': ['FL', '2', 'MaximumCornealCurvatureLocation'],\n '0215': ['SQ', '1', 'MinimumKeratometricSequence'],\n '0218': ['SQ', '1', 'SimulatedKeratometricCylinderSequence'],\n '0220': ['FL', '1', 'AverageCornealPower'],\n '0224': ['FL', '1', 'CornealISValue'],\n '0227': ['FL', '1', 'AnalyzedArea'],\n '0230': ['FL', '1', 'SurfaceRegularityIndex'],\n '0232': ['FL', '1', 'SurfaceAsymmetryIndex'],\n '0234': ['FL', '1', 'CornealEccentricityIndex'],\n '0236': ['FL', '1', 'KeratoconusPredictionIndex'],\n '0238': ['FL', '1', 'DecimalPotentialVisualAcuity'],\n '0242': ['CS', '1', 'CornealTopographyMapQualityEvaluation'],\n '0244': ['SQ', '1', 'SourceImageCornealProcessedDataSequence'],\n '0247': ['FL', '3', 'CornealPointLocation'],\n '0248': ['CS', '1', 'CornealPointEstimated'],\n '0249': ['FL', '1', 'AxialPower'],\n '0250': ['FL', '1', 'TangentialPower'],\n '0251': ['FL', '1', 'RefractivePower'],\n '0252': ['FL', '1', 'RelativeElevation'],\n '0253': ['FL', '1', 'CornealWavefront']\n },\n '0048': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['FL', '1', 'ImagedVolumeWidth'],\n '0002': ['FL', '1', 'ImagedVolumeHeight'],\n '0003': ['FL', '1', 'ImagedVolumeDepth'],\n '0006': ['UL', '1', 'TotalPixelMatrixColumns'],\n '0007': ['UL', '1', 'TotalPixelMatrixRows'],\n '0008': ['SQ', '1', 'TotalPixelMatrixOriginSequence'],\n '0010': ['CS', '1', 'SpecimenLabelInImage'],\n '0011': ['CS', '1', 'FocusMethod'],\n '0012': ['CS', '1', 'ExtendedDepthOfField'],\n '0013': ['US', '1', 'NumberOfFocalPlanes'],\n '0014': ['FL', '1', 'DistanceBetweenFocalPlanes'],\n '0015': ['US', '3', 'RecommendedAbsentPixelCIELabValue'],\n '0100': ['SQ', '1', 'IlluminatorTypeCodeSequence'],\n '0102': ['DS', '6', 'ImageOrientationSlide'],\n '0105': ['SQ', '1', 'OpticalPathSequence'],\n '0106': ['SH', '1', 'OpticalPathIdentifier'],\n '0107': ['ST', '1', 'OpticalPathDescription'],\n '0108': ['SQ', '1', 'IlluminationColorCodeSequence'],\n '0110': ['SQ', '1', 'SpecimenReferenceSequence'],\n '0111': ['DS', '1', 'CondenserLensPower'],\n '0112': ['DS', '1', 'ObjectiveLensPower'],\n '0113': ['DS', '1', 'ObjectiveLensNumericalAperture'],\n '0120': ['SQ', '1', 'PaletteColorLookupTableSequence'],\n '0200': ['SQ', '1', 'ReferencedImageNavigationSequence'],\n '0201': ['US', '2', 'TopLeftHandCornerOfLocalizerArea'],\n '0202': ['US', '2', 'BottomRightHandCornerOfLocalizerArea'],\n '0207': ['SQ', '1', 'OpticalPathIdentificationSequence'],\n '021A': ['SQ', '1', 'PlanePositionSlideSequence'],\n '021E': ['SL', '1', 'ColumnPositionInTotalImagePixelMatrix'],\n '021F': ['SL', '1', 'RowPositionInTotalImagePixelMatrix'],\n '0301': ['CS', '1', 'PixelOriginInterpretation'],\n '0302': ['UL', '1', 'NumberOfOpticalPaths'],\n '0303': ['UL', '1', 'TotalPixelMatrixFocalPlanes']\n },\n '0050': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0004': ['CS', '1', 'CalibrationImage'],\n '0010': ['SQ', '1', 'DeviceSequence'],\n '0012': ['SQ', '1', 'ContainerComponentTypeCodeSequence'],\n '0013': ['FD', '1', 'ContainerComponentThickness'],\n '0014': ['DS', '1', 'DeviceLength'],\n '0015': ['FD', '1', 'ContainerComponentWidth'],\n '0016': ['DS', '1', 'DeviceDiameter'],\n '0017': ['CS', '1', 'DeviceDiameterUnits'],\n '0018': ['DS', '1', 'DeviceVolume'],\n '0019': ['DS', '1', 'InterMarkerDistance'],\n '001A': ['CS', '1', 'ContainerComponentMaterial'],\n '001B': ['LO', '1', 'ContainerComponentID'],\n '001C': ['FD', '1', 'ContainerComponentLength'],\n '001D': ['FD', '1', 'ContainerComponentDiameter'],\n '001E': ['LO', '1', 'ContainerComponentDescription'],\n '0020': ['LO', '1', 'DeviceDescription'],\n '0021': ['ST', '1', 'LongDeviceDescription']\n },\n '0052': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['FL', '1', 'ContrastBolusIngredientPercentByVolume'],\n '0002': ['FD', '1', 'OCTFocalDistance'],\n '0003': ['FD', '1', 'BeamSpotSize'],\n '0004': ['FD', '1', 'EffectiveRefractiveIndex'],\n '0006': ['CS', '1', 'OCTAcquisitionDomain'],\n '0007': ['FD', '1', 'OCTOpticalCenterWavelength'],\n '0008': ['FD', '1', 'AxialResolution'],\n '0009': ['FD', '1', 'RangingDepth'],\n '0011': ['FD', '1', 'ALineRate'],\n '0012': ['US', '1', 'ALinesPerFrame'],\n '0013': ['FD', '1', 'CatheterRotationalRate'],\n '0014': ['FD', '1', 'ALinePixelSpacing'],\n '0016': ['SQ', '1', 'ModeOfPercutaneousAccessSequence'],\n '0025': ['SQ', '1', 'IntravascularOCTFrameTypeSequence'],\n '0026': ['CS', '1', 'OCTZOffsetApplied'],\n '0027': ['SQ', '1', 'IntravascularFrameContentSequence'],\n '0028': ['FD', '1', 'IntravascularLongitudinalDistance'],\n '0029': ['SQ', '1', 'IntravascularOCTFrameContentSequence'],\n '0030': ['SS', '1', 'OCTZOffsetCorrection'],\n '0031': ['CS', '1', 'CatheterDirectionOfRotation'],\n '0033': ['FD', '1', 'SeamLineLocation'],\n '0034': ['FD', '1', 'FirstALineLocation'],\n '0036': ['US', '1', 'SeamLineIndex'],\n '0038': ['US', '1', 'NumberOfPaddedALines'],\n '0039': ['CS', '1', 'InterpolationType'],\n '003A': ['CS', '1', 'RefractiveIndexApplied']\n },\n '0054': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '1-n', 'EnergyWindowVector'],\n '0011': ['US', '1', 'NumberOfEnergyWindows'],\n '0012': ['SQ', '1', 'EnergyWindowInformationSequence'],\n '0013': ['SQ', '1', 'EnergyWindowRangeSequence'],\n '0014': ['DS', '1', 'EnergyWindowLowerLimit'],\n '0015': ['DS', '1', 'EnergyWindowUpperLimit'],\n '0016': ['SQ', '1', 'RadiopharmaceuticalInformationSequence'],\n '0017': ['IS', '1', 'ResidualSyringeCounts'],\n '0018': ['SH', '1', 'EnergyWindowName'],\n '0020': ['US', '1-n', 'DetectorVector'],\n '0021': ['US', '1', 'NumberOfDetectors'],\n '0022': ['SQ', '1', 'DetectorInformationSequence'],\n '0030': ['US', '1-n', 'PhaseVector'],\n '0031': ['US', '1', 'NumberOfPhases'],\n '0032': ['SQ', '1', 'PhaseInformationSequence'],\n '0033': ['US', '1', 'NumberOfFramesInPhase'],\n '0036': ['IS', '1', 'PhaseDelay'],\n '0038': ['IS', '1', 'PauseBetweenFrames'],\n '0039': ['CS', '1', 'PhaseDescription'],\n '0050': ['US', '1-n', 'RotationVector'],\n '0051': ['US', '1', 'NumberOfRotations'],\n '0052': ['SQ', '1', 'RotationInformationSequence'],\n '0053': ['US', '1', 'NumberOfFramesInRotation'],\n '0060': ['US', '1-n', 'RRIntervalVector'],\n '0061': ['US', '1', 'NumberOfRRIntervals'],\n '0062': ['SQ', '1', 'GatedInformationSequence'],\n '0063': ['SQ', '1', 'DataInformationSequence'],\n '0070': ['US', '1-n', 'TimeSlotVector'],\n '0071': ['US', '1', 'NumberOfTimeSlots'],\n '0072': ['SQ', '1', 'TimeSlotInformationSequence'],\n '0073': ['DS', '1', 'TimeSlotTime'],\n '0080': ['US', '1-n', 'SliceVector'],\n '0081': ['US', '1', 'NumberOfSlices'],\n '0090': ['US', '1-n', 'AngularViewVector'],\n '0100': ['US', '1-n', 'TimeSliceVector'],\n '0101': ['US', '1', 'NumberOfTimeSlices'],\n '0200': ['DS', '1', 'StartAngle'],\n '0202': ['CS', '1', 'TypeOfDetectorMotion'],\n '0210': ['IS', '1-n', 'TriggerVector'],\n '0211': ['US', '1', 'NumberOfTriggersInPhase'],\n '0220': ['SQ', '1', 'ViewCodeSequence'],\n '0222': ['SQ', '1', 'ViewModifierCodeSequence'],\n '0300': ['SQ', '1', 'RadionuclideCodeSequence'],\n '0302': ['SQ', '1', 'AdministrationRouteCodeSequence'],\n '0304': ['SQ', '1', 'RadiopharmaceuticalCodeSequence'],\n '0306': ['SQ', '1', 'CalibrationDataSequence'],\n '0308': ['US', '1', 'EnergyWindowNumber'],\n '0400': ['SH', '1', 'ImageID'],\n '0410': ['SQ', '1', 'PatientOrientationCodeSequence'],\n '0412': ['SQ', '1', 'PatientOrientationModifierCodeSequence'],\n '0414': ['SQ', '1', 'PatientGantryRelationshipCodeSequence'],\n '0500': ['CS', '1', 'SliceProgressionDirection'],\n '0501': ['CS', '1', 'ScanProgressionDirection'],\n '1000': ['CS', '2', 'SeriesType'],\n '1001': ['CS', '1', 'Units'],\n '1002': ['CS', '1', 'CountsSource'],\n '1004': ['CS', '1', 'ReprojectionMethod'],\n '1006': ['CS', '1', 'SUVType'],\n '1100': ['CS', '1', 'RandomsCorrectionMethod'],\n '1101': ['LO', '1', 'AttenuationCorrectionMethod'],\n '1102': ['CS', '1', 'DecayCorrection'],\n '1103': ['LO', '1', 'ReconstructionMethod'],\n '1104': ['LO', '1', 'DetectorLinesOfResponseUsed'],\n '1105': ['LO', '1', 'ScatterCorrectionMethod'],\n '1200': ['DS', '1', 'AxialAcceptance'],\n '1201': ['IS', '2', 'AxialMash'],\n '1202': ['IS', '1', 'TransverseMash'],\n '1203': ['DS', '2', 'DetectorElementSize'],\n '1210': ['DS', '1', 'CoincidenceWindowWidth'],\n '1220': ['CS', '1-n', 'SecondaryCountsType'],\n '1300': ['DS', '1', 'FrameReferenceTime'],\n '1310': ['IS', '1', 'PrimaryPromptsCountsAccumulated'],\n '1311': ['IS', '1-n', 'SecondaryCountsAccumulated'],\n '1320': ['DS', '1', 'SliceSensitivityFactor'],\n '1321': ['DS', '1', 'DecayFactor'],\n '1322': ['DS', '1', 'DoseCalibrationFactor'],\n '1323': ['DS', '1', 'ScatterFractionFactor'],\n '1324': ['DS', '1', 'DeadTimeFactor'],\n '1330': ['US', '1', 'ImageIndex'],\n '1400': ['CS', '1-n', 'CountsIncluded'],\n '1401': ['CS', '1', 'DeadTimeCorrectionFlag']\n },\n '0060': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '3000': ['SQ', '1', 'HistogramSequence'],\n '3002': ['US', '1', 'HistogramNumberOfBins'],\n '3004': ['xs', '1', 'HistogramFirstBinValue'],\n '3006': ['xs', '1', 'HistogramLastBinValue'],\n '3008': ['US', '1', 'HistogramBinWidth'],\n '3010': ['LO', '1', 'HistogramExplanation'],\n '3020': ['UL', '1-n', 'HistogramData']\n },\n '0062': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'SegmentationType'],\n '0002': ['SQ', '1', 'SegmentSequence'],\n '0003': ['SQ', '1', 'SegmentedPropertyCategoryCodeSequence'],\n '0004': ['US', '1', 'SegmentNumber'],\n '0005': ['LO', '1', 'SegmentLabel'],\n '0006': ['ST', '1', 'SegmentDescription'],\n '0007': ['SQ', '1', 'SegmentationAlgorithmIdentificationSequence'],\n '0008': ['CS', '1', 'SegmentAlgorithmType'],\n '0009': ['LO', '1-n', 'SegmentAlgorithmName'],\n '000A': ['SQ', '1', 'SegmentIdentificationSequence'],\n '000B': ['US', '1-n', 'ReferencedSegmentNumber'],\n '000C': ['US', '1', 'RecommendedDisplayGrayscaleValue'],\n '000D': ['US', '3', 'RecommendedDisplayCIELabValue'],\n '000E': ['US', '1', 'MaximumFractionalValue'],\n '000F': ['SQ', '1', 'SegmentedPropertyTypeCodeSequence'],\n '0010': ['CS', '1', 'SegmentationFractionalType'],\n '0011': ['SQ', '1', 'SegmentedPropertyTypeModifierCodeSequence'],\n '0012': ['SQ', '1', 'UsedSegmentsSequence'],\n '0013': ['CS', '1', 'SegmentsOverlap'],\n '0020': ['UT', '1', 'TrackingID'],\n '0021': ['UI', '1', 'TrackingUID']\n },\n '0064': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SQ', '1', 'DeformableRegistrationSequence'],\n '0003': ['UI', '1', 'SourceFrameOfReferenceUID'],\n '0005': ['SQ', '1', 'DeformableRegistrationGridSequence'],\n '0007': ['UL', '3', 'GridDimensions'],\n '0008': ['FD', '3', 'GridResolution'],\n '0009': ['OF', '1', 'VectorGridData'],\n '000F': ['SQ', '1', 'PreDeformationMatrixRegistrationSequence'],\n '0010': ['SQ', '1', 'PostDeformationMatrixRegistrationSequence']\n },\n '0066': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['UL', '1', 'NumberOfSurfaces'],\n '0002': ['SQ', '1', 'SurfaceSequence'],\n '0003': ['UL', '1', 'SurfaceNumber'],\n '0004': ['LT', '1', 'SurfaceComments'],\n '0009': ['CS', '1', 'SurfaceProcessing'],\n '000A': ['FL', '1', 'SurfaceProcessingRatio'],\n '000B': ['LO', '1', 'SurfaceProcessingDescription'],\n '000C': ['FL', '1', 'RecommendedPresentationOpacity'],\n '000D': ['CS', '1', 'RecommendedPresentationType'],\n '000E': ['CS', '1', 'FiniteVolume'],\n '0010': ['CS', '1', 'Manifold'],\n '0011': ['SQ', '1', 'SurfacePointsSequence'],\n '0012': ['SQ', '1', 'SurfacePointsNormalsSequence'],\n '0013': ['SQ', '1', 'SurfaceMeshPrimitivesSequence'],\n '0015': ['UL', '1', 'NumberOfSurfacePoints'],\n '0016': ['OF', '1', 'PointCoordinatesData'],\n '0017': ['FL', '3', 'PointPositionAccuracy'],\n '0018': ['FL', '1', 'MeanPointDistance'],\n '0019': ['FL', '1', 'MaximumPointDistance'],\n '001A': ['FL', '6', 'PointsBoundingBoxCoordinates'],\n '001B': ['FL', '3', 'AxisOfRotation'],\n '001C': ['FL', '3', 'CenterOfRotation'],\n '001E': ['UL', '1', 'NumberOfVectors'],\n '001F': ['US', '1', 'VectorDimensionality'],\n '0020': ['FL', '1-n', 'VectorAccuracy'],\n '0021': ['OF', '1', 'VectorCoordinateData'],\n '0022': ['OD', '1', 'DoublePointCoordinatesData'],\n '0023': ['OW', '1', 'TrianglePointIndexList'],\n '0024': ['OW', '1', 'EdgePointIndexList'],\n '0025': ['OW', '1', 'VertexPointIndexList'],\n '0026': ['SQ', '1', 'TriangleStripSequence'],\n '0027': ['SQ', '1', 'TriangleFanSequence'],\n '0028': ['SQ', '1', 'LineSequence'],\n '0029': ['OW', '1', 'PrimitivePointIndexList'],\n '002A': ['UL', '1', 'SurfaceCount'],\n '002B': ['SQ', '1', 'ReferencedSurfaceSequence'],\n '002C': ['UL', '1', 'ReferencedSurfaceNumber'],\n '002D': ['SQ', '1', 'SegmentSurfaceGenerationAlgorithmIdentificationSequence'],\n '002E': ['SQ', '1', 'SegmentSurfaceSourceInstanceSequence'],\n '002F': ['SQ', '1', 'AlgorithmFamilyCodeSequence'],\n '0030': ['SQ', '1', 'AlgorithmNameCodeSequence'],\n '0031': ['LO', '1', 'AlgorithmVersion'],\n '0032': ['LT', '1', 'AlgorithmParameters'],\n '0034': ['SQ', '1', 'FacetSequence'],\n '0035': ['SQ', '1', 'SurfaceProcessingAlgorithmIdentificationSequence'],\n '0036': ['LO', '1', 'AlgorithmName'],\n '0037': ['FL', '1', 'RecommendedPointRadius'],\n '0038': ['FL', '1', 'RecommendedLineThickness'],\n '0040': ['OL', '1', 'LongPrimitivePointIndexList'],\n '0041': ['OL', '1', 'LongTrianglePointIndexList'],\n '0042': ['OL', '1', 'LongEdgePointIndexList'],\n '0043': ['OL', '1', 'LongVertexPointIndexList'],\n '0101': ['SQ', '1', 'TrackSetSequence'],\n '0102': ['SQ', '1', 'TrackSequence'],\n '0103': ['OW', '1', 'RecommendedDisplayCIELabValueList'],\n '0104': ['SQ', '1', 'TrackingAlgorithmIdentificationSequence'],\n '0105': ['UL', '1', 'TrackSetNumber'],\n '0106': ['LO', '1', 'TrackSetLabel'],\n '0107': ['UT', '1', 'TrackSetDescription'],\n '0108': ['SQ', '1', 'TrackSetAnatomicalTypeCodeSequence'],\n '0121': ['SQ', '1', 'MeasurementsSequence'],\n '0124': ['SQ', '1', 'TrackSetStatisticsSequence'],\n '0125': ['OF', '1', 'FloatingPointValues'],\n '0129': ['OL', '1', 'TrackPointIndexList'],\n '0130': ['SQ', '1', 'TrackStatisticsSequence'],\n '0132': ['SQ', '1', 'MeasurementValuesSequence'],\n '0133': ['SQ', '1', 'DiffusionAcquisitionCodeSequence'],\n '0134': ['SQ', '1', 'DiffusionModelCodeSequence']\n },\n '0068': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '6210': ['LO', '1', 'ImplantSize'],\n '6221': ['LO', '1', 'ImplantTemplateVersion'],\n '6222': ['SQ', '1', 'ReplacedImplantTemplateSequence'],\n '6223': ['CS', '1', 'ImplantType'],\n '6224': ['SQ', '1', 'DerivationImplantTemplateSequence'],\n '6225': ['SQ', '1', 'OriginalImplantTemplateSequence'],\n '6226': ['DT', '1', 'EffectiveDateTime'],\n '6230': ['SQ', '1', 'ImplantTargetAnatomySequence'],\n '6260': ['SQ', '1', 'InformationFromManufacturerSequence'],\n '6265': ['SQ', '1', 'NotificationFromManufacturerSequence'],\n '6270': ['DT', '1', 'InformationIssueDateTime'],\n '6280': ['ST', '1', 'InformationSummary'],\n '62A0': ['SQ', '1', 'ImplantRegulatoryDisapprovalCodeSequence'],\n '62A5': ['FD', '1', 'OverallTemplateSpatialTolerance'],\n '62C0': ['SQ', '1', 'HPGLDocumentSequence'],\n '62D0': ['US', '1', 'HPGLDocumentID'],\n '62D5': ['LO', '1', 'HPGLDocumentLabel'],\n '62E0': ['SQ', '1', 'ViewOrientationCodeSequence'],\n '62F0': ['SQ', '1', 'ViewOrientationModifierCodeSequence'],\n '62F2': ['FD', '1', 'HPGLDocumentScaling'],\n '6300': ['OB', '1', 'HPGLDocument'],\n '6310': ['US', '1', 'HPGLContourPenNumber'],\n '6320': ['SQ', '1', 'HPGLPenSequence'],\n '6330': ['US', '1', 'HPGLPenNumber'],\n '6340': ['LO', '1', 'HPGLPenLabel'],\n '6345': ['ST', '1', 'HPGLPenDescription'],\n '6346': ['FD', '2', 'RecommendedRotationPoint'],\n '6347': ['FD', '4', 'BoundingRectangle'],\n '6350': ['US', '1-n', 'ImplantTemplate3DModelSurfaceNumber'],\n '6360': ['SQ', '1', 'SurfaceModelDescriptionSequence'],\n '6380': ['LO', '1', 'SurfaceModelLabel'],\n '6390': ['FD', '1', 'SurfaceModelScalingFactor'],\n '63A0': ['SQ', '1', 'MaterialsCodeSequence'],\n '63A4': ['SQ', '1', 'CoatingMaterialsCodeSequence'],\n '63A8': ['SQ', '1', 'ImplantTypeCodeSequence'],\n '63AC': ['SQ', '1', 'FixationMethodCodeSequence'],\n '63B0': ['SQ', '1', 'MatingFeatureSetsSequence'],\n '63C0': ['US', '1', 'MatingFeatureSetID'],\n '63D0': ['LO', '1', 'MatingFeatureSetLabel'],\n '63E0': ['SQ', '1', 'MatingFeatureSequence'],\n '63F0': ['US', '1', 'MatingFeatureID'],\n '6400': ['SQ', '1', 'MatingFeatureDegreeOfFreedomSequence'],\n '6410': ['US', '1', 'DegreeOfFreedomID'],\n '6420': ['CS', '1', 'DegreeOfFreedomType'],\n '6430': ['SQ', '1', 'TwoDMatingFeatureCoordinatesSequence'],\n '6440': ['US', '1', 'ReferencedHPGLDocumentID'],\n '6450': ['FD', '2', 'TwoDMatingPoint'],\n '6460': ['FD', '4', 'TwoDMatingAxes'],\n '6470': ['SQ', '1', 'TwoDDegreeOfFreedomSequence'],\n '6490': ['FD', '3', 'ThreeDDegreeOfFreedomAxis'],\n '64A0': ['FD', '2', 'RangeOfFreedom'],\n '64C0': ['FD', '3', 'ThreeDMatingPoint'],\n '64D0': ['FD', '9', 'ThreeDMatingAxes'],\n '64F0': ['FD', '3', 'TwoDDegreeOfFreedomAxis'],\n '6500': ['SQ', '1', 'PlanningLandmarkPointSequence'],\n '6510': ['SQ', '1', 'PlanningLandmarkLineSequence'],\n '6520': ['SQ', '1', 'PlanningLandmarkPlaneSequence'],\n '6530': ['US', '1', 'PlanningLandmarkID'],\n '6540': ['LO', '1', 'PlanningLandmarkDescription'],\n '6545': ['SQ', '1', 'PlanningLandmarkIdentificationCodeSequence'],\n '6550': ['SQ', '1', 'TwoDPointCoordinatesSequence'],\n '6560': ['FD', '2', 'TwoDPointCoordinates'],\n '6590': ['FD', '3', 'ThreeDPointCoordinates'],\n '65A0': ['SQ', '1', 'TwoDLineCoordinatesSequence'],\n '65B0': ['FD', '4', 'TwoDLineCoordinates'],\n '65D0': ['FD', '6', 'ThreeDLineCoordinates'],\n '65E0': ['SQ', '1', 'TwoDPlaneCoordinatesSequence'],\n '65F0': ['FD', '4', 'TwoDPlaneIntersection'],\n '6610': ['FD', '3', 'ThreeDPlaneOrigin'],\n '6620': ['FD', '3', 'ThreeDPlaneNormal'],\n '7001': ['CS', '1', 'ModelModification'],\n '7002': ['CS', '1', 'ModelMirroring'],\n '7003': ['SQ', '1', 'ModelUsageCodeSequence'],\n '7004': ['UI', '1', 'ModelGroupUID'],\n '7005': ['UR', '1', 'RelativeURIReferenceWithinEncapsulatedDocument']\n },\n '006A': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'AnnotationCoordinateType'],\n '0002': ['SQ', '1', 'AnnotationGroupSequence'],\n '0003': ['UI', '1', 'AnnotationGroupUID'],\n '0005': ['LO', '1', 'AnnotationGroupLabel'],\n '0006': ['UT', '1', 'AnnotationGroupDescription'],\n '0007': ['CS', '1', 'AnnotationGroupGenerationType'],\n '0008': ['SQ', '1', 'AnnotationGroupAlgorithmIdentificationSequence'],\n '0009': ['SQ', '1', 'AnnotationPropertyCategoryCodeSequence'],\n '000A': ['SQ', '1', 'AnnotationPropertyTypeCodeSequence'],\n '000B': ['SQ', '1', 'AnnotationPropertyTypeModifierCodeSequence'],\n '000C': ['UL', '1', 'NumberOfAnnotations'],\n '000D': ['CS', '1', 'AnnotationAppliesToAllOpticalPaths'],\n '000E': ['SH', '1-n', 'ReferencedOpticalPathIdentifier'],\n '000F': ['CS', '1', 'AnnotationAppliesToAllZPlanes'],\n '0010': ['FD', '1-n', 'CommonZCoordinateValue'],\n '0011': ['OL', '1', 'AnnotationIndexList']\n },\n '0070': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'GraphicAnnotationSequence'],\n '0002': ['CS', '1', 'GraphicLayer'],\n '0003': ['CS', '1', 'BoundingBoxAnnotationUnits'],\n '0004': ['CS', '1', 'AnchorPointAnnotationUnits'],\n '0005': ['CS', '1', 'GraphicAnnotationUnits'],\n '0006': ['ST', '1', 'UnformattedTextValue'],\n '0008': ['SQ', '1', 'TextObjectSequence'],\n '0009': ['SQ', '1', 'GraphicObjectSequence'],\n '0010': ['FL', '2', 'BoundingBoxTopLeftHandCorner'],\n '0011': ['FL', '2', 'BoundingBoxBottomRightHandCorner'],\n '0012': ['CS', '1', 'BoundingBoxTextHorizontalJustification'],\n '0014': ['FL', '2', 'AnchorPoint'],\n '0015': ['CS', '1', 'AnchorPointVisibility'],\n '0020': ['US', '1', 'GraphicDimensions'],\n '0021': ['US', '1', 'NumberOfGraphicPoints'],\n '0022': ['FL', '2-n', 'GraphicData'],\n '0023': ['CS', '1', 'GraphicType'],\n '0024': ['CS', '1', 'GraphicFilled'],\n '0040': ['IS', '1', 'ImageRotationRetired'],\n '0041': ['CS', '1', 'ImageHorizontalFlip'],\n '0042': ['US', '1', 'ImageRotation'],\n '0050': ['US', '2', 'DisplayedAreaTopLeftHandCornerTrial'],\n '0051': ['US', '2', 'DisplayedAreaBottomRightHandCornerTrial'],\n '0052': ['SL', '2', 'DisplayedAreaTopLeftHandCorner'],\n '0053': ['SL', '2', 'DisplayedAreaBottomRightHandCorner'],\n '005A': ['SQ', '1', 'DisplayedAreaSelectionSequence'],\n '0060': ['SQ', '1', 'GraphicLayerSequence'],\n '0062': ['IS', '1', 'GraphicLayerOrder'],\n '0066': ['US', '1', 'GraphicLayerRecommendedDisplayGrayscaleValue'],\n '0067': ['US', '3', 'GraphicLayerRecommendedDisplayRGBValue'],\n '0068': ['LO', '1', 'GraphicLayerDescription'],\n '0080': ['CS', '1', 'ContentLabel'],\n '0081': ['LO', '1', 'ContentDescription'],\n '0082': ['DA', '1', 'PresentationCreationDate'],\n '0083': ['TM', '1', 'PresentationCreationTime'],\n '0084': ['PN', '1', 'ContentCreatorName'],\n '0086': ['SQ', '1', 'ContentCreatorIdentificationCodeSequence'],\n '0087': ['SQ', '1', 'AlternateContentDescriptionSequence'],\n '0100': ['CS', '1', 'PresentationSizeMode'],\n '0101': ['DS', '2', 'PresentationPixelSpacing'],\n '0102': ['IS', '2', 'PresentationPixelAspectRatio'],\n '0103': ['FL', '1', 'PresentationPixelMagnificationRatio'],\n '0207': ['LO', '1', 'GraphicGroupLabel'],\n '0208': ['ST', '1', 'GraphicGroupDescription'],\n '0209': ['SQ', '1', 'CompoundGraphicSequence'],\n '0226': ['UL', '1', 'CompoundGraphicInstanceID'],\n '0227': ['LO', '1', 'FontName'],\n '0228': ['CS', '1', 'FontNameType'],\n '0229': ['LO', '1', 'CSSFontName'],\n '0230': ['FD', '1', 'RotationAngle'],\n '0231': ['SQ', '1', 'TextStyleSequence'],\n '0232': ['SQ', '1', 'LineStyleSequence'],\n '0233': ['SQ', '1', 'FillStyleSequence'],\n '0234': ['SQ', '1', 'GraphicGroupSequence'],\n '0241': ['US', '3', 'TextColorCIELabValue'],\n '0242': ['CS', '1', 'HorizontalAlignment'],\n '0243': ['CS', '1', 'VerticalAlignment'],\n '0244': ['CS', '1', 'ShadowStyle'],\n '0245': ['FL', '1', 'ShadowOffsetX'],\n '0246': ['FL', '1', 'ShadowOffsetY'],\n '0247': ['US', '3', 'ShadowColorCIELabValue'],\n '0248': ['CS', '1', 'Underlined'],\n '0249': ['CS', '1', 'Bold'],\n '0250': ['CS', '1', 'Italic'],\n '0251': ['US', '3', 'PatternOnColorCIELabValue'],\n '0252': ['US', '3', 'PatternOffColorCIELabValue'],\n '0253': ['FL', '1', 'LineThickness'],\n '0254': ['CS', '1', 'LineDashingStyle'],\n '0255': ['UL', '1', 'LinePattern'],\n '0256': ['OB', '1', 'FillPattern'],\n '0257': ['CS', '1', 'FillMode'],\n '0258': ['FL', '1', 'ShadowOpacity'],\n '0261': ['FL', '1', 'GapLength'],\n '0262': ['FL', '1', 'DiameterOfVisibility'],\n '0273': ['FL', '2', 'RotationPoint'],\n '0274': ['CS', '1', 'TickAlignment'],\n '0278': ['CS', '1', 'ShowTickLabel'],\n '0279': ['CS', '1', 'TickLabelAlignment'],\n '0282': ['CS', '1', 'CompoundGraphicUnits'],\n '0284': ['FL', '1', 'PatternOnOpacity'],\n '0285': ['FL', '1', 'PatternOffOpacity'],\n '0287': ['SQ', '1', 'MajorTicksSequence'],\n '0288': ['FL', '1', 'TickPosition'],\n '0289': ['SH', '1', 'TickLabel'],\n '0294': ['CS', '1', 'CompoundGraphicType'],\n '0295': ['UL', '1', 'GraphicGroupID'],\n '0306': ['CS', '1', 'ShapeType'],\n '0308': ['SQ', '1', 'RegistrationSequence'],\n '0309': ['SQ', '1', 'MatrixRegistrationSequence'],\n '030A': ['SQ', '1', 'MatrixSequence'],\n '030B': ['FD', '16', 'FrameOfReferenceToDisplayedCoordinateSystemTransformationMatrix'],\n '030C': ['CS', '1', 'FrameOfReferenceTransformationMatrixType'],\n '030D': ['SQ', '1', 'RegistrationTypeCodeSequence'],\n '030F': ['ST', '1', 'FiducialDescription'],\n '0310': ['SH', '1', 'FiducialIdentifier'],\n '0311': ['SQ', '1', 'FiducialIdentifierCodeSequence'],\n '0312': ['FD', '1', 'ContourUncertaintyRadius'],\n '0314': ['SQ', '1', 'UsedFiducialsSequence'],\n '0318': ['SQ', '1', 'GraphicCoordinatesDataSequence'],\n '031A': ['UI', '1', 'FiducialUID'],\n '031B': ['UI', '1', 'ReferencedFiducialUID'],\n '031C': ['SQ', '1', 'FiducialSetSequence'],\n '031E': ['SQ', '1', 'FiducialSequence'],\n '031F': ['SQ', '1', 'FiducialsPropertyCategoryCodeSequence'],\n '0401': ['US', '3', 'GraphicLayerRecommendedDisplayCIELabValue'],\n '0402': ['SQ', '1', 'BlendingSequence'],\n '0403': ['FL', '1', 'RelativeOpacity'],\n '0404': ['SQ', '1', 'ReferencedSpatialRegistrationSequence'],\n '0405': ['CS', '1', 'BlendingPosition'],\n '1101': ['UI', '1', 'PresentationDisplayCollectionUID'],\n '1102': ['UI', '1', 'PresentationSequenceCollectionUID'],\n '1103': ['US', '1', 'PresentationSequencePositionIndex'],\n '1104': ['SQ', '1', 'RenderedImageReferenceSequence'],\n '1201': ['SQ', '1', 'VolumetricPresentationStateInputSequence'],\n '1202': ['CS', '1', 'PresentationInputType'],\n '1203': ['US', '1', 'InputSequencePositionIndex'],\n '1204': ['CS', '1', 'Crop'],\n '1205': ['US', '1-n', 'CroppingSpecificationIndex'],\n '1206': ['CS', '1', 'CompositingMethod'],\n '1207': ['US', '1', 'VolumetricPresentationInputNumber'],\n '1208': ['CS', '1', 'ImageVolumeGeometry'],\n '1209': ['UI', '1', 'VolumetricPresentationInputSetUID'],\n '120A': ['SQ', '1', 'VolumetricPresentationInputSetSequence'],\n '120B': ['CS', '1', 'GlobalCrop'],\n '120C': ['US', '1-n', 'GlobalCroppingSpecificationIndex'],\n '120D': ['CS', '1', 'RenderingMethod'],\n '1301': ['SQ', '1', 'VolumeCroppingSequence'],\n '1302': ['CS', '1', 'VolumeCroppingMethod'],\n '1303': ['FD', '6', 'BoundingBoxCrop'],\n '1304': ['SQ', '1', 'ObliqueCroppingPlaneSequence'],\n '1305': ['FD', '4', 'Plane'],\n '1306': ['FD', '3', 'PlaneNormal'],\n '1309': ['US', '1', 'CroppingSpecificationNumber'],\n '1501': ['CS', '1', 'MultiPlanarReconstructionStyle'],\n '1502': ['CS', '1', 'MPRThicknessType'],\n '1503': ['FD', '1', 'MPRSlabThickness'],\n '1505': ['FD', '3', 'MPRTopLeftHandCorner'],\n '1507': ['FD', '3', 'MPRViewWidthDirection'],\n '1508': ['FD', '1', 'MPRViewWidth'],\n '150C': ['UL', '1', 'NumberOfVolumetricCurvePoints'],\n '150D': ['OD', '1', 'VolumetricCurvePoints'],\n '1511': ['FD', '3', 'MPRViewHeightDirection'],\n '1512': ['FD', '1', 'MPRViewHeight'],\n '1602': ['CS', '1', 'RenderProjection'],\n '1603': ['FD', '3', 'ViewpointPosition'],\n '1604': ['FD', '3', 'ViewpointLookAtPoint'],\n '1605': ['FD', '3', 'ViewpointUpDirection'],\n '1606': ['FD', '6', 'RenderFieldOfView'],\n '1607': ['FD', '1', 'SamplingStepSize'],\n '1701': ['CS', '1', 'ShadingStyle'],\n '1702': ['FD', '1', 'AmbientReflectionIntensity'],\n '1703': ['FD', '3', 'LightDirection'],\n '1704': ['FD', '1', 'DiffuseReflectionIntensity'],\n '1705': ['FD', '1', 'SpecularReflectionIntensity'],\n '1706': ['FD', '1', 'Shininess'],\n '1801': ['SQ', '1', 'PresentationStateClassificationComponentSequence'],\n '1802': ['CS', '1', 'ComponentType'],\n '1803': ['SQ', '1', 'ComponentInputSequence'],\n '1804': ['US', '1', 'VolumetricPresentationInputIndex'],\n '1805': ['SQ', '1', 'PresentationStateCompositorComponentSequence'],\n '1806': ['SQ', '1', 'WeightingTransferFunctionSequence'],\n '1807': ['US', '3', 'WeightingLookupTableDescriptor'],\n '1808': ['OB', '1', 'WeightingLookupTableData'],\n '1901': ['SQ', '1', 'VolumetricAnnotationSequence'],\n '1903': ['SQ', '1', 'ReferencedStructuredContextSequence'],\n '1904': ['UI', '1', 'ReferencedContentItem'],\n '1905': ['SQ', '1', 'VolumetricPresentationInputAnnotationSequence'],\n '1907': ['CS', '1', 'AnnotationClipping'],\n '1A01': ['CS', '1', 'PresentationAnimationStyle'],\n '1A03': ['FD', '1', 'RecommendedAnimationRate'],\n '1A04': ['SQ', '1', 'AnimationCurveSequence'],\n '1A05': ['FD', '1', 'AnimationStepSize'],\n '1A06': ['FD', '1', 'SwivelRange'],\n '1A07': ['OD', '1', 'VolumetricCurveUpDirections'],\n '1A08': ['SQ', '1', 'VolumeStreamSequence'],\n '1A09': ['LO', '1', 'RGBATransferFunctionDescription'],\n '1B01': ['SQ', '1', 'AdvancedBlendingSequence'],\n '1B02': ['US', '1', 'BlendingInputNumber'],\n '1B03': ['SQ', '1', 'BlendingDisplayInputSequence'],\n '1B04': ['SQ', '1', 'BlendingDisplaySequence'],\n '1B06': ['CS', '1', 'BlendingMode'],\n '1B07': ['CS', '1', 'TimeSeriesBlending'],\n '1B08': ['CS', '1', 'GeometryForDisplay'],\n '1B11': ['SQ', '1', 'ThresholdSequence'],\n '1B12': ['SQ', '1', 'ThresholdValueSequence'],\n '1B13': ['CS', '1', 'ThresholdType'],\n '1B14': ['FD', '1', 'ThresholdValue']\n },\n '0072': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SH', '1', 'HangingProtocolName'],\n '0004': ['LO', '1', 'HangingProtocolDescription'],\n '0006': ['CS', '1', 'HangingProtocolLevel'],\n '0008': ['LO', '1', 'HangingProtocolCreator'],\n '000A': ['DT', '1', 'HangingProtocolCreationDateTime'],\n '000C': ['SQ', '1', 'HangingProtocolDefinitionSequence'],\n '000E': ['SQ', '1', 'HangingProtocolUserIdentificationCodeSequence'],\n '0010': ['LO', '1', 'HangingProtocolUserGroupName'],\n '0012': ['SQ', '1', 'SourceHangingProtocolSequence'],\n '0014': ['US', '1', 'NumberOfPriorsReferenced'],\n '0020': ['SQ', '1', 'ImageSetsSequence'],\n '0022': ['SQ', '1', 'ImageSetSelectorSequence'],\n '0024': ['CS', '1', 'ImageSetSelectorUsageFlag'],\n '0026': ['AT', '1', 'SelectorAttribute'],\n '0028': ['US', '1', 'SelectorValueNumber'],\n '0030': ['SQ', '1', 'TimeBasedImageSetsSequence'],\n '0032': ['US', '1', 'ImageSetNumber'],\n '0034': ['CS', '1', 'ImageSetSelectorCategory'],\n '0038': ['US', '2', 'RelativeTime'],\n '003A': ['CS', '1', 'RelativeTimeUnits'],\n '003C': ['SS', '2', 'AbstractPriorValue'],\n '003E': ['SQ', '1', 'AbstractPriorCodeSequence'],\n '0040': ['LO', '1', 'ImageSetLabel'],\n '0050': ['CS', '1', 'SelectorAttributeVR'],\n '0052': ['AT', '1-n', 'SelectorSequencePointer'],\n '0054': ['LO', '1-n', 'SelectorSequencePointerPrivateCreator'],\n '0056': ['LO', '1', 'SelectorAttributePrivateCreator'],\n '005E': ['AE', '1-n', 'SelectorAEValue'],\n '005F': ['AS', '1-n', 'SelectorASValue'],\n '0060': ['AT', '1-n', 'SelectorATValue'],\n '0061': ['DA', '1-n', 'SelectorDAValue'],\n '0062': ['CS', '1-n', 'SelectorCSValue'],\n '0063': ['DT', '1-n', 'SelectorDTValue'],\n '0064': ['IS', '1-n', 'SelectorISValue'],\n '0065': ['OB', '1', 'SelectorOBValue'],\n '0066': ['LO', '1-n', 'SelectorLOValue'],\n '0067': ['OF', '1', 'SelectorOFValue'],\n '0068': ['LT', '1', 'SelectorLTValue'],\n '0069': ['OW', '1', 'SelectorOWValue'],\n '006A': ['PN', '1-n', 'SelectorPNValue'],\n '006B': ['TM', '1-n', 'SelectorTMValue'],\n '006C': ['SH', '1-n', 'SelectorSHValue'],\n '006D': ['UN', '1', 'SelectorUNValue'],\n '006E': ['ST', '1', 'SelectorSTValue'],\n '006F': ['UC', '1-n', 'SelectorUCValue'],\n '0070': ['UT', '1', 'SelectorUTValue'],\n '0071': ['UR', '1', 'SelectorURValue'],\n '0072': ['DS', '1-n', 'SelectorDSValue'],\n '0073': ['OD', '1', 'SelectorODValue'],\n '0074': ['FD', '1-n', 'SelectorFDValue'],\n '0075': ['OL', '1', 'SelectorOLValue'],\n '0076': ['FL', '1-n', 'SelectorFLValue'],\n '0078': ['UL', '1-n', 'SelectorULValue'],\n '007A': ['US', '1-n', 'SelectorUSValue'],\n '007C': ['SL', '1-n', 'SelectorSLValue'],\n '007E': ['SS', '1-n', 'SelectorSSValue'],\n '007F': ['UI', '1-n', 'SelectorUIValue'],\n '0080': ['SQ', '1', 'SelectorCodeSequenceValue'],\n '0081': ['OV', '1', 'SelectorOVValue'],\n '0082': ['SV', '1-n', 'SelectorSVValue'],\n '0083': ['UV', '1-n', 'SelectorUVValue'],\n '0100': ['US', '1', 'NumberOfScreens'],\n '0102': ['SQ', '1', 'NominalScreenDefinitionSequence'],\n '0104': ['US', '1', 'NumberOfVerticalPixels'],\n '0106': ['US', '1', 'NumberOfHorizontalPixels'],\n '0108': ['FD', '4', 'DisplayEnvironmentSpatialPosition'],\n '010A': ['US', '1', 'ScreenMinimumGrayscaleBitDepth'],\n '010C': ['US', '1', 'ScreenMinimumColorBitDepth'],\n '010E': ['US', '1', 'ApplicationMaximumRepaintTime'],\n '0200': ['SQ', '1', 'DisplaySetsSequence'],\n '0202': ['US', '1', 'DisplaySetNumber'],\n '0203': ['LO', '1', 'DisplaySetLabel'],\n '0204': ['US', '1', 'DisplaySetPresentationGroup'],\n '0206': ['LO', '1', 'DisplaySetPresentationGroupDescription'],\n '0208': ['CS', '1', 'PartialDataDisplayHandling'],\n '0210': ['SQ', '1', 'SynchronizedScrollingSequence'],\n '0212': ['US', '2-n', 'DisplaySetScrollingGroup'],\n '0214': ['SQ', '1', 'NavigationIndicatorSequence'],\n '0216': ['US', '1', 'NavigationDisplaySet'],\n '0218': ['US', '1-n', 'ReferenceDisplaySets'],\n '0300': ['SQ', '1', 'ImageBoxesSequence'],\n '0302': ['US', '1', 'ImageBoxNumber'],\n '0304': ['CS', '1', 'ImageBoxLayoutType'],\n '0306': ['US', '1', 'ImageBoxTileHorizontalDimension'],\n '0308': ['US', '1', 'ImageBoxTileVerticalDimension'],\n '0310': ['CS', '1', 'ImageBoxScrollDirection'],\n '0312': ['CS', '1', 'ImageBoxSmallScrollType'],\n '0314': ['US', '1', 'ImageBoxSmallScrollAmount'],\n '0316': ['CS', '1', 'ImageBoxLargeScrollType'],\n '0318': ['US', '1', 'ImageBoxLargeScrollAmount'],\n '0320': ['US', '1', 'ImageBoxOverlapPriority'],\n '0330': ['FD', '1', 'CineRelativeToRealTime'],\n '0400': ['SQ', '1', 'FilterOperationsSequence'],\n '0402': ['CS', '1', 'FilterByCategory'],\n '0404': ['CS', '1', 'FilterByAttributePresence'],\n '0406': ['CS', '1', 'FilterByOperator'],\n '0420': ['US', '3', 'StructuredDisplayBackgroundCIELabValue'],\n '0421': ['US', '3', 'EmptyImageBoxCIELabValue'],\n '0422': ['SQ', '1', 'StructuredDisplayImageBoxSequence'],\n '0424': ['SQ', '1', 'StructuredDisplayTextBoxSequence'],\n '0427': ['SQ', '1', 'ReferencedFirstFrameSequence'],\n '0430': ['SQ', '1', 'ImageBoxSynchronizationSequence'],\n '0432': ['US', '2-n', 'SynchronizedImageBoxList'],\n '0434': ['CS', '1', 'TypeOfSynchronization'],\n '0500': ['CS', '1', 'BlendingOperationType'],\n '0510': ['CS', '1', 'ReformattingOperationType'],\n '0512': ['FD', '1', 'ReformattingThickness'],\n '0514': ['FD', '1', 'ReformattingInterval'],\n '0516': ['CS', '1', 'ReformattingOperationInitialViewDirection'],\n '0520': ['CS', '1-n', 'ThreeDRenderingType'],\n '0600': ['SQ', '1', 'SortingOperationsSequence'],\n '0602': ['CS', '1', 'SortByCategory'],\n '0604': ['CS', '1', 'SortingDirection'],\n '0700': ['CS', '2', 'DisplaySetPatientOrientation'],\n '0702': ['CS', '1', 'VOIType'],\n '0704': ['CS', '1', 'PseudoColorType'],\n '0705': ['SQ', '1', 'PseudoColorPaletteInstanceReferenceSequence'],\n '0706': ['CS', '1', 'ShowGrayscaleInverted'],\n '0710': ['CS', '1', 'ShowImageTrueSizeFlag'],\n '0712': ['CS', '1', 'ShowGraphicAnnotationFlag'],\n '0714': ['CS', '1', 'ShowPatientDemographicsFlag'],\n '0716': ['CS', '1', 'ShowAcquisitionTechniquesFlag'],\n '0717': ['CS', '1', 'DisplaySetHorizontalJustification'],\n '0718': ['CS', '1', 'DisplaySetVerticalJustification']\n },\n '0074': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0120': ['FD', '1', 'ContinuationStartMeterset'],\n '0121': ['FD', '1', 'ContinuationEndMeterset'],\n '1000': ['CS', '1', 'ProcedureStepState'],\n '1002': ['SQ', '1', 'ProcedureStepProgressInformationSequence'],\n '1004': ['DS', '1', 'ProcedureStepProgress'],\n '1006': ['ST', '1', 'ProcedureStepProgressDescription'],\n '1007': ['SQ', '1', 'ProcedureStepProgressParametersSequence'],\n '1008': ['SQ', '1', 'ProcedureStepCommunicationsURISequence'],\n '100A': ['UR', '1', 'ContactURI'],\n '100C': ['LO', '1', 'ContactDisplayName'],\n '100E': ['SQ', '1', 'ProcedureStepDiscontinuationReasonCodeSequence'],\n '1020': ['SQ', '1', 'BeamTaskSequence'],\n '1022': ['CS', '1', 'BeamTaskType'],\n '1024': ['IS', '1', 'BeamOrderIndexTrial'],\n '1025': ['CS', '1', 'AutosequenceFlag'],\n '1026': ['FD', '1', 'TableTopVerticalAdjustedPosition'],\n '1027': ['FD', '1', 'TableTopLongitudinalAdjustedPosition'],\n '1028': ['FD', '1', 'TableTopLateralAdjustedPosition'],\n '102A': ['FD', '1', 'PatientSupportAdjustedAngle'],\n '102B': ['FD', '1', 'TableTopEccentricAdjustedAngle'],\n '102C': ['FD', '1', 'TableTopPitchAdjustedAngle'],\n '102D': ['FD', '1', 'TableTopRollAdjustedAngle'],\n '1030': ['SQ', '1', 'DeliveryVerificationImageSequence'],\n '1032': ['CS', '1', 'VerificationImageTiming'],\n '1034': ['CS', '1', 'DoubleExposureFlag'],\n '1036': ['CS', '1', 'DoubleExposureOrdering'],\n '1038': ['DS', '1', 'DoubleExposureMetersetTrial'],\n '103A': ['DS', '4', 'DoubleExposureFieldDeltaTrial'],\n '1040': ['SQ', '1', 'RelatedReferenceRTImageSequence'],\n '1042': ['SQ', '1', 'GeneralMachineVerificationSequence'],\n '1044': ['SQ', '1', 'ConventionalMachineVerificationSequence'],\n '1046': ['SQ', '1', 'IonMachineVerificationSequence'],\n '1048': ['SQ', '1', 'FailedAttributesSequence'],\n '104A': ['SQ', '1', 'OverriddenAttributesSequence'],\n '104C': ['SQ', '1', 'ConventionalControlPointVerificationSequence'],\n '104E': ['SQ', '1', 'IonControlPointVerificationSequence'],\n '1050': ['SQ', '1', 'AttributeOccurrenceSequence'],\n '1052': ['AT', '1', 'AttributeOccurrencePointer'],\n '1054': ['UL', '1', 'AttributeItemSelector'],\n '1056': ['LO', '1', 'AttributeOccurrencePrivateCreator'],\n '1057': ['IS', '1-n', 'SelectorSequencePointerItems'],\n '1200': ['CS', '1', 'ScheduledProcedureStepPriority'],\n '1202': ['LO', '1', 'WorklistLabel'],\n '1204': ['LO', '1', 'ProcedureStepLabel'],\n '1210': ['SQ', '1', 'ScheduledProcessingParametersSequence'],\n '1212': ['SQ', '1', 'PerformedProcessingParametersSequence'],\n '1216': ['SQ', '1', 'UnifiedProcedureStepPerformedProcedureSequence'],\n '1220': ['SQ', '1', 'RelatedProcedureStepSequence'],\n '1222': ['LO', '1', 'ProcedureStepRelationshipType'],\n '1224': ['SQ', '1', 'ReplacedProcedureStepSequence'],\n '1230': ['LO', '1', 'DeletionLock'],\n '1234': ['AE', '1', 'ReceivingAE'],\n '1236': ['AE', '1', 'RequestingAE'],\n '1238': ['LT', '1', 'ReasonForCancellation'],\n '1242': ['CS', '1', 'SCPStatus'],\n '1244': ['CS', '1', 'SubscriptionListStatus'],\n '1246': ['CS', '1', 'UnifiedProcedureStepListStatus'],\n '1324': ['UL', '1', 'BeamOrderIndex'],\n '1338': ['FD', '1', 'DoubleExposureMeterset'],\n '133A': ['FD', '4', 'DoubleExposureFieldDelta'],\n '1401': ['SQ', '1', 'BrachyTaskSequence'],\n '1402': ['DS', '1', 'ContinuationStartTotalReferenceAirKerma'],\n '1403': ['DS', '1', 'ContinuationEndTotalReferenceAirKerma'],\n '1404': ['IS', '1', 'ContinuationPulseNumber'],\n '1405': ['SQ', '1', 'ChannelDeliveryOrderSequence'],\n '1406': ['IS', '1', 'ReferencedChannelNumber'],\n '1407': ['DS', '1', 'StartCumulativeTimeWeight'],\n '1408': ['DS', '1', 'EndCumulativeTimeWeight'],\n '1409': ['SQ', '1', 'OmittedChannelSequence'],\n '140A': ['CS', '1', 'ReasonForChannelOmission'],\n '140B': ['LO', '1', 'ReasonForChannelOmissionDescription'],\n '140C': ['IS', '1', 'ChannelDeliveryOrderIndex'],\n '140D': ['SQ', '1', 'ChannelDeliveryContinuationSequence'],\n '140E': ['SQ', '1', 'OmittedApplicationSetupSequence']\n },\n '0076': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['LO', '1', 'ImplantAssemblyTemplateName'],\n '0003': ['LO', '1', 'ImplantAssemblyTemplateIssuer'],\n '0006': ['LO', '1', 'ImplantAssemblyTemplateVersion'],\n '0008': ['SQ', '1', 'ReplacedImplantAssemblyTemplateSequence'],\n '000A': ['CS', '1', 'ImplantAssemblyTemplateType'],\n '000C': ['SQ', '1', 'OriginalImplantAssemblyTemplateSequence'],\n '000E': ['SQ', '1', 'DerivationImplantAssemblyTemplateSequence'],\n '0010': ['SQ', '1', 'ImplantAssemblyTemplateTargetAnatomySequence'],\n '0020': ['SQ', '1', 'ProcedureTypeCodeSequence'],\n '0030': ['LO', '1', 'SurgicalTechnique'],\n '0032': ['SQ', '1', 'ComponentTypesSequence'],\n '0034': ['SQ', '1', 'ComponentTypeCodeSequence'],\n '0036': ['CS', '1', 'ExclusiveComponentType'],\n '0038': ['CS', '1', 'MandatoryComponentType'],\n '0040': ['SQ', '1', 'ComponentSequence'],\n '0055': ['US', '1', 'ComponentID'],\n '0060': ['SQ', '1', 'ComponentAssemblySequence'],\n '0070': ['US', '1', 'Component1ReferencedID'],\n '0080': ['US', '1', 'Component1ReferencedMatingFeatureSetID'],\n '0090': ['US', '1', 'Component1ReferencedMatingFeatureID'],\n '00A0': ['US', '1', 'Component2ReferencedID'],\n '00B0': ['US', '1', 'Component2ReferencedMatingFeatureSetID'],\n '00C0': ['US', '1', 'Component2ReferencedMatingFeatureID']\n },\n '0078': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['LO', '1', 'ImplantTemplateGroupName'],\n '0010': ['ST', '1', 'ImplantTemplateGroupDescription'],\n '0020': ['LO', '1', 'ImplantTemplateGroupIssuer'],\n '0024': ['LO', '1', 'ImplantTemplateGroupVersion'],\n '0026': ['SQ', '1', 'ReplacedImplantTemplateGroupSequence'],\n '0028': ['SQ', '1', 'ImplantTemplateGroupTargetAnatomySequence'],\n '002A': ['SQ', '1', 'ImplantTemplateGroupMembersSequence'],\n '002E': ['US', '1', 'ImplantTemplateGroupMemberID'],\n '0050': ['FD', '3', 'ThreeDImplantTemplateGroupMemberMatchingPoint'],\n '0060': ['FD', '9', 'ThreeDImplantTemplateGroupMemberMatchingAxes'],\n '0070': ['SQ', '1', 'ImplantTemplateGroupMemberMatching2DCoordinatesSequence'],\n '0090': ['FD', '2', 'TwoDImplantTemplateGroupMemberMatchingPoint'],\n '00A0': ['FD', '4', 'TwoDImplantTemplateGroupMemberMatchingAxes'],\n '00B0': ['SQ', '1', 'ImplantTemplateGroupVariationDimensionSequence'],\n '00B2': ['LO', '1', 'ImplantTemplateGroupVariationDimensionName'],\n '00B4': ['SQ', '1', 'ImplantTemplateGroupVariationDimensionRankSequence'],\n '00B6': ['US', '1', 'ReferencedImplantTemplateGroupMemberID'],\n '00B8': ['US', '1', 'ImplantTemplateGroupVariationDimensionRank']\n },\n '0080': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'SurfaceScanAcquisitionTypeCodeSequence'],\n '0002': ['SQ', '1', 'SurfaceScanModeCodeSequence'],\n '0003': ['SQ', '1', 'RegistrationMethodCodeSequence'],\n '0004': ['FD', '1', 'ShotDurationTime'],\n '0005': ['FD', '1', 'ShotOffsetTime'],\n '0006': ['US', '1-n', 'SurfacePointPresentationValueData'],\n '0007': ['US', '3-3n', 'SurfacePointColorCIELabValueData'],\n '0008': ['SQ', '1', 'UVMappingSequence'],\n '0009': ['SH', '1', 'TextureLabel'],\n '0010': ['OF', '1', 'UValueData'],\n '0011': ['OF', '1', 'VValueData'],\n '0012': ['SQ', '1', 'ReferencedTextureSequence'],\n '0013': ['SQ', '1', 'ReferencedSurfaceDataSequence']\n },\n '0082': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'AssessmentSummary'],\n '0003': ['UT', '1', 'AssessmentSummaryDescription'],\n '0004': ['SQ', '1', 'AssessedSOPInstanceSequence'],\n '0005': ['SQ', '1', 'ReferencedComparisonSOPInstanceSequence'],\n '0006': ['UL', '1', 'NumberOfAssessmentObservations'],\n '0007': ['SQ', '1', 'AssessmentObservationsSequence'],\n '0008': ['CS', '1', 'ObservationSignificance'],\n '000A': ['UT', '1', 'ObservationDescription'],\n '000C': ['SQ', '1', 'StructuredConstraintObservationSequence'],\n '0010': ['SQ', '1', 'AssessedAttributeValueSequence'],\n '0016': ['LO', '1', 'AssessmentSetID'],\n '0017': ['SQ', '1', 'AssessmentRequesterSequence'],\n '0018': ['LO', '1', 'SelectorAttributeName'],\n '0019': ['LO', '1', 'SelectorAttributeKeyword'],\n '0021': ['SQ', '1', 'AssessmentTypeCodeSequence'],\n '0022': ['SQ', '1', 'ObservationBasisCodeSequence'],\n '0023': ['LO', '1', 'AssessmentLabel'],\n '0032': ['CS', '1', 'ConstraintType'],\n '0033': ['UT', '1', 'SpecificationSelectionGuidance'],\n '0034': ['SQ', '1', 'ConstraintValueSequence'],\n '0035': ['SQ', '1', 'RecommendedDefaultValueSequence'],\n '0036': ['CS', '1', 'ConstraintViolationSignificance'],\n '0037': ['UT', '1', 'ConstraintViolationCondition'],\n '0038': ['CS', '1', 'ModifiableConstraintFlag']\n },\n '0088': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0130': ['SH', '1', 'StorageMediaFileSetID'],\n '0140': ['UI', '1', 'StorageMediaFileSetUID'],\n '0200': ['SQ', '1', 'IconImageSequence'],\n '0904': ['LO', '1', 'TopicTitle'],\n '0906': ['ST', '1', 'TopicSubject'],\n '0910': ['LO', '1', 'TopicAuthor'],\n '0912': ['LO', '1-32', 'TopicKeywords']\n },\n '0100': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0410': ['CS', '1', 'SOPInstanceStatus'],\n '0420': ['DT', '1', 'SOPAuthorizationDateTime'],\n '0424': ['LT', '1', 'SOPAuthorizationComment'],\n '0426': ['LO', '1', 'AuthorizationEquipmentCertificationNumber']\n },\n '0400': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0005': ['US', '1', 'MACIDNumber'],\n '0010': ['UI', '1', 'MACCalculationTransferSyntaxUID'],\n '0015': ['CS', '1', 'MACAlgorithm'],\n '0020': ['AT', '1-n', 'DataElementsSigned'],\n '0100': ['UI', '1', 'DigitalSignatureUID'],\n '0105': ['DT', '1', 'DigitalSignatureDateTime'],\n '0110': ['CS', '1', 'CertificateType'],\n '0115': ['OB', '1', 'CertificateOfSigner'],\n '0120': ['OB', '1', 'Signature'],\n '0305': ['CS', '1', 'CertifiedTimestampType'],\n '0310': ['OB', '1', 'CertifiedTimestamp'],\n '0315': ['FL', '1', ''],\n '0401': ['SQ', '1', 'DigitalSignaturePurposeCodeSequence'],\n '0402': ['SQ', '1', 'ReferencedDigitalSignatureSequence'],\n '0403': ['SQ', '1', 'ReferencedSOPInstanceMACSequence'],\n '0404': ['OB', '1', 'MAC'],\n '0500': ['SQ', '1', 'EncryptedAttributesSequence'],\n '0510': ['UI', '1', 'EncryptedContentTransferSyntaxUID'],\n '0520': ['OB', '1', 'EncryptedContent'],\n '0550': ['SQ', '1', 'ModifiedAttributesSequence'],\n '0551': ['SQ', '1', 'NonconformingModifiedAttributesSequence'],\n '0552': ['OB', '1', 'NonconformingDataElementValue'],\n '0561': ['SQ', '1', 'OriginalAttributesSequence'],\n '0562': ['DT', '1', 'AttributeModificationDateTime'],\n '0563': ['LO', '1', 'ModifyingSystem'],\n '0564': ['LO', '1', 'SourceOfPreviousValues'],\n '0565': ['CS', '1', 'ReasonForTheAttributeModification'],\n '0600': ['CS', '1', 'InstanceOriginStatus']\n },\n '1000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '3', 'EscapeTriplet'],\n '0011': ['US', '3', 'RunLengthTriplet'],\n '0012': ['US', '1', 'HuffmanTableSize'],\n '0013': ['US', '3', 'HuffmanTableTriplet'],\n '0014': ['US', '1', 'ShiftTableSize'],\n '0015': ['US', '3', 'ShiftTableTriplet']\n },\n '1010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0004': ['US', '1-n', 'ZonalMap']\n },\n '2000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['IS', '1', 'NumberOfCopies'],\n '001E': ['SQ', '1', 'PrinterConfigurationSequence'],\n '0020': ['CS', '1', 'PrintPriority'],\n '0030': ['CS', '1', 'MediumType'],\n '0040': ['CS', '1', 'FilmDestination'],\n '0050': ['LO', '1', 'FilmSessionLabel'],\n '0060': ['IS', '1', 'MemoryAllocation'],\n '0061': ['IS', '1', 'MaximumMemoryAllocation'],\n '0062': ['CS', '1', 'ColorImagePrintingFlag'],\n '0063': ['CS', '1', 'CollationFlag'],\n '0065': ['CS', '1', 'AnnotationFlag'],\n '0067': ['CS', '1', 'ImageOverlayFlag'],\n '0069': ['CS', '1', 'PresentationLUTFlag'],\n '006A': ['CS', '1', 'ImageBoxPresentationLUTFlag'],\n '00A0': ['US', '1', 'MemoryBitDepth'],\n '00A1': ['US', '1', 'PrintingBitDepth'],\n '00A2': ['SQ', '1', 'MediaInstalledSequence'],\n '00A4': ['SQ', '1', 'OtherMediaAvailableSequence'],\n '00A8': ['SQ', '1', 'SupportedImageDisplayFormatsSequence'],\n '0500': ['SQ', '1', 'ReferencedFilmBoxSequence'],\n '0510': ['SQ', '1', 'ReferencedStoredPrintSequence']\n },\n '2010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['ST', '1', 'ImageDisplayFormat'],\n '0030': ['CS', '1', 'AnnotationDisplayFormatID'],\n '0040': ['CS', '1', 'FilmOrientation'],\n '0050': ['CS', '1', 'FilmSizeID'],\n '0052': ['CS', '1', 'PrinterResolutionID'],\n '0054': ['CS', '1', 'DefaultPrinterResolutionID'],\n '0060': ['CS', '1', 'MagnificationType'],\n '0080': ['CS', '1', 'SmoothingType'],\n '00A6': ['CS', '1', 'DefaultMagnificationType'],\n '00A7': ['CS', '1-n', 'OtherMagnificationTypesAvailable'],\n '00A8': ['CS', '1', 'DefaultSmoothingType'],\n '00A9': ['CS', '1-n', 'OtherSmoothingTypesAvailable'],\n '0100': ['CS', '1', 'BorderDensity'],\n '0110': ['CS', '1', 'EmptyImageDensity'],\n '0120': ['US', '1', 'MinDensity'],\n '0130': ['US', '1', 'MaxDensity'],\n '0140': ['CS', '1', 'Trim'],\n '0150': ['ST', '1', 'ConfigurationInformation'],\n '0152': ['LT', '1', 'ConfigurationInformationDescription'],\n '0154': ['IS', '1', 'MaximumCollatedFilms'],\n '015E': ['US', '1', 'Illumination'],\n '0160': ['US', '1', 'ReflectedAmbientLight'],\n '0376': ['DS', '2', 'PrinterPixelSpacing'],\n '0500': ['SQ', '1', 'ReferencedFilmSessionSequence'],\n '0510': ['SQ', '1', 'ReferencedImageBoxSequence'],\n '0520': ['SQ', '1', 'ReferencedBasicAnnotationBoxSequence']\n },\n '2020': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '1', 'ImageBoxPosition'],\n '0020': ['CS', '1', 'Polarity'],\n '0030': ['DS', '1', 'RequestedImageSize'],\n '0040': ['CS', '1', 'RequestedDecimateCropBehavior'],\n '0050': ['CS', '1', 'RequestedResolutionID'],\n '00A0': ['CS', '1', 'RequestedImageSizeFlag'],\n '00A2': ['CS', '1', 'DecimateCropResult'],\n '0110': ['SQ', '1', 'BasicGrayscaleImageSequence'],\n '0111': ['SQ', '1', 'BasicColorImageSequence'],\n '0130': ['SQ', '1', 'ReferencedImageOverlayBoxSequence'],\n '0140': ['SQ', '1', 'ReferencedVOILUTBoxSequence']\n },\n '2030': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '1', 'AnnotationPosition'],\n '0020': ['LO', '1', 'TextString']\n },\n '2040': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SQ', '1', 'ReferencedOverlayPlaneSequence'],\n '0011': ['US', '1-99', 'ReferencedOverlayPlaneGroups'],\n '0020': ['SQ', '1', 'OverlayPixelDataSequence'],\n '0060': ['CS', '1', 'OverlayMagnificationType'],\n '0070': ['CS', '1', 'OverlaySmoothingType'],\n '0072': ['CS', '1', 'OverlayOrImageMagnification'],\n '0074': ['US', '1', 'MagnifyToNumberOfColumns'],\n '0080': ['CS', '1', 'OverlayForegroundDensity'],\n '0082': ['CS', '1', 'OverlayBackgroundDensity'],\n '0090': ['CS', '1', 'OverlayMode'],\n '0100': ['CS', '1', 'ThresholdDensity'],\n '0500': ['SQ', '1', 'ReferencedImageBoxSequenceRetired']\n },\n '2050': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SQ', '1', 'PresentationLUTSequence'],\n '0020': ['CS', '1', 'PresentationLUTShape'],\n '0500': ['SQ', '1', 'ReferencedPresentationLUTSequence']\n },\n '2100': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SH', '1', 'PrintJobID'],\n '0020': ['CS', '1', 'ExecutionStatus'],\n '0030': ['CS', '1', 'ExecutionStatusInfo'],\n '0040': ['DA', '1', 'CreationDate'],\n '0050': ['TM', '1', 'CreationTime'],\n '0070': ['AE', '1', 'Originator'],\n '0140': ['AE', '1', 'DestinationAE'],\n '0160': ['SH', '1', 'OwnerID'],\n '0170': ['IS', '1', 'NumberOfFilms'],\n '0500': ['SQ', '1', 'ReferencedPrintJobSequencePullStoredPrint']\n },\n '2110': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['CS', '1', 'PrinterStatus'],\n '0020': ['CS', '1', 'PrinterStatusInfo'],\n '0030': ['LO', '1', 'PrinterName'],\n '0099': ['SH', '1', 'PrintQueueID']\n },\n '2120': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['CS', '1', 'QueueStatus'],\n '0050': ['SQ', '1', 'PrintJobDescriptionSequence'],\n '0070': ['SQ', '1', 'ReferencedPrintJobSequence']\n },\n '2130': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SQ', '1', 'PrintManagementCapabilitiesSequence'],\n '0015': ['SQ', '1', 'PrinterCharacteristicsSequence'],\n '0030': ['SQ', '1', 'FilmBoxContentSequence'],\n '0040': ['SQ', '1', 'ImageBoxContentSequence'],\n '0050': ['SQ', '1', 'AnnotationContentSequence'],\n '0060': ['SQ', '1', 'ImageOverlayBoxContentSequence'],\n '0080': ['SQ', '1', 'PresentationLUTContentSequence'],\n '00A0': ['SQ', '1', 'ProposedStudySequence'],\n '00C0': ['SQ', '1', 'OriginalImageSequence']\n },\n '2200': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'LabelUsingInformationExtractedFromInstances'],\n '0002': ['UT', '1', 'LabelText'],\n '0003': ['CS', '1', 'LabelStyleSelection'],\n '0004': ['LT', '1', 'MediaDisposition'],\n '0005': ['LT', '1', 'BarcodeValue'],\n '0006': ['CS', '1', 'BarcodeSymbology'],\n '0007': ['CS', '1', 'AllowMediaSplitting'],\n '0008': ['CS', '1', 'IncludeNonDICOMObjects'],\n '0009': ['CS', '1', 'IncludeDisplayApplication'],\n '000A': ['CS', '1', 'PreserveCompositeInstancesAfterMediaCreation'],\n '000B': ['US', '1', 'TotalNumberOfPiecesOfMediaCreated'],\n '000C': ['LO', '1', 'RequestedMediaApplicationProfile'],\n '000D': ['SQ', '1', 'ReferencedStorageMediaSequence'],\n '000E': ['AT', '1-n', 'FailureAttributes'],\n '000F': ['CS', '1', 'AllowLossyCompression'],\n '0020': ['CS', '1', 'RequestPriority']\n },\n '3002': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SH', '1', 'RTImageLabel'],\n '0003': ['LO', '1', 'RTImageName'],\n '0004': ['ST', '1', 'RTImageDescription'],\n '000A': ['CS', '1', 'ReportedValuesOrigin'],\n '000C': ['CS', '1', 'RTImagePlane'],\n '000D': ['DS', '3', 'XRayImageReceptorTranslation'],\n '000E': ['DS', '1', 'XRayImageReceptorAngle'],\n '0010': ['DS', '6', 'RTImageOrientation'],\n '0011': ['DS', '2', 'ImagePlanePixelSpacing'],\n '0012': ['DS', '2', 'RTImagePosition'],\n '0020': ['SH', '1', 'RadiationMachineName'],\n '0022': ['DS', '1', 'RadiationMachineSAD'],\n '0024': ['DS', '1', 'RadiationMachineSSD'],\n '0026': ['DS', '1', 'RTImageSID'],\n '0028': ['DS', '1', 'SourceToReferenceObjectDistance'],\n '0029': ['IS', '1', 'FractionNumber'],\n '0030': ['SQ', '1', 'ExposureSequence'],\n '0032': ['DS', '1', 'MetersetExposure'],\n '0034': ['DS', '4', 'DiaphragmPosition'],\n '0040': ['SQ', '1', 'FluenceMapSequence'],\n '0041': ['CS', '1', 'FluenceDataSource'],\n '0042': ['DS', '1', 'FluenceDataScale'],\n '0050': ['SQ', '1', 'PrimaryFluenceModeSequence'],\n '0051': ['CS', '1', 'FluenceMode'],\n '0052': ['SH', '1', 'FluenceModeID']\n },\n '3004': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'DVHType'],\n '0002': ['CS', '1', 'DoseUnits'],\n '0004': ['CS', '1', 'DoseType'],\n '0005': ['CS', '1', 'SpatialTransformOfDose'],\n '0006': ['LO', '1', 'DoseComment'],\n '0008': ['DS', '3', 'NormalizationPoint'],\n '000A': ['CS', '1', 'DoseSummationType'],\n '000C': ['DS', '2-n', 'GridFrameOffsetVector'],\n '000E': ['DS', '1', 'DoseGridScaling'],\n '0010': ['SQ', '1', 'RTDoseROISequence'],\n '0012': ['DS', '1', 'DoseValue'],\n '0014': ['CS', '1-3', 'TissueHeterogeneityCorrection'],\n '0040': ['DS', '3', 'DVHNormalizationPoint'],\n '0042': ['DS', '1', 'DVHNormalizationDoseValue'],\n '0050': ['SQ', '1', 'DVHSequence'],\n '0052': ['DS', '1', 'DVHDoseScaling'],\n '0054': ['CS', '1', 'DVHVolumeUnits'],\n '0056': ['IS', '1', 'DVHNumberOfBins'],\n '0058': ['DS', '2-2n', 'DVHData'],\n '0060': ['SQ', '1', 'DVHReferencedROISequence'],\n '0062': ['CS', '1', 'DVHROIContributionType'],\n '0070': ['DS', '1', 'DVHMinimumDose'],\n '0072': ['DS', '1', 'DVHMaximumDose'],\n '0074': ['DS', '1', 'DVHMeanDose']\n },\n '3006': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SH', '1', 'StructureSetLabel'],\n '0004': ['LO', '1', 'StructureSetName'],\n '0006': ['ST', '1', 'StructureSetDescription'],\n '0008': ['DA', '1', 'StructureSetDate'],\n '0009': ['TM', '1', 'StructureSetTime'],\n '0010': ['SQ', '1', 'ReferencedFrameOfReferenceSequence'],\n '0012': ['SQ', '1', 'RTReferencedStudySequence'],\n '0014': ['SQ', '1', 'RTReferencedSeriesSequence'],\n '0016': ['SQ', '1', 'ContourImageSequence'],\n '0018': ['SQ', '1', 'PredecessorStructureSetSequence'],\n '0020': ['SQ', '1', 'StructureSetROISequence'],\n '0022': ['IS', '1', 'ROINumber'],\n '0024': ['UI', '1', 'ReferencedFrameOfReferenceUID'],\n '0026': ['LO', '1', 'ROIName'],\n '0028': ['ST', '1', 'ROIDescription'],\n '002A': ['IS', '3', 'ROIDisplayColor'],\n '002C': ['DS', '1', 'ROIVolume'],\n '0030': ['SQ', '1', 'RTRelatedROISequence'],\n '0033': ['CS', '1', 'RTROIRelationship'],\n '0036': ['CS', '1', 'ROIGenerationAlgorithm'],\n '0037': ['SQ', '1', 'ROIDerivationAlgorithmIdentificationSequence'],\n '0038': ['LO', '1', 'ROIGenerationDescription'],\n '0039': ['SQ', '1', 'ROIContourSequence'],\n '0040': ['SQ', '1', 'ContourSequence'],\n '0042': ['CS', '1', 'ContourGeometricType'],\n '0044': ['DS', '1', 'ContourSlabThickness'],\n '0045': ['DS', '3', 'ContourOffsetVector'],\n '0046': ['IS', '1', 'NumberOfContourPoints'],\n '0048': ['IS', '1', 'ContourNumber'],\n '0049': ['IS', '1-n', 'AttachedContours'],\n '004A': ['SQ', '1', 'SourcePixelPlanesCharacteristicsSequence'],\n '0050': ['DS', '3-3n', 'ContourData'],\n '0080': ['SQ', '1', 'RTROIObservationsSequence'],\n '0082': ['IS', '1', 'ObservationNumber'],\n '0084': ['IS', '1', 'ReferencedROINumber'],\n '0085': ['SH', '1', 'ROIObservationLabel'],\n '0086': ['SQ', '1', 'RTROIIdentificationCodeSequence'],\n '0088': ['ST', '1', 'ROIObservationDescription'],\n '00A0': ['SQ', '1', 'RelatedRTROIObservationsSequence'],\n '00A4': ['CS', '1', 'RTROIInterpretedType'],\n '00A6': ['PN', '1', 'ROIInterpreter'],\n '00B0': ['SQ', '1', 'ROIPhysicalPropertiesSequence'],\n '00B2': ['CS', '1', 'ROIPhysicalProperty'],\n '00B4': ['DS', '1', 'ROIPhysicalPropertyValue'],\n '00B6': ['SQ', '1', 'ROIElementalCompositionSequence'],\n '00B7': ['US', '1', 'ROIElementalCompositionAtomicNumber'],\n '00B8': ['FL', '1', 'ROIElementalCompositionAtomicMassFraction'],\n '00B9': ['SQ', '1', 'AdditionalRTROIIdentificationCodeSequence'],\n '00C0': ['SQ', '1', 'FrameOfReferenceRelationshipSequence'],\n '00C2': ['UI', '1', 'RelatedFrameOfReferenceUID'],\n '00C4': ['CS', '1', 'FrameOfReferenceTransformationType'],\n '00C6': ['DS', '16', 'FrameOfReferenceTransformationMatrix'],\n '00C8': ['LO', '1', 'FrameOfReferenceTransformationComment'],\n '00C9': ['SQ', '1', 'PatientLocationCoordinatesSequence'],\n '00CA': ['SQ', '1', 'PatientLocationCoordinatesCodeSequence'],\n '00CB': ['SQ', '1', 'PatientSupportPositionSequence']\n },\n '3008': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['SQ', '1', 'MeasuredDoseReferenceSequence'],\n '0012': ['ST', '1', 'MeasuredDoseDescription'],\n '0014': ['CS', '1', 'MeasuredDoseType'],\n '0016': ['DS', '1', 'MeasuredDoseValue'],\n '0020': ['SQ', '1', 'TreatmentSessionBeamSequence'],\n '0021': ['SQ', '1', 'TreatmentSessionIonBeamSequence'],\n '0022': ['IS', '1', 'CurrentFractionNumber'],\n '0024': ['DA', '1', 'TreatmentControlPointDate'],\n '0025': ['TM', '1', 'TreatmentControlPointTime'],\n '002A': ['CS', '1', 'TreatmentTerminationStatus'],\n '002B': ['SH', '1', 'TreatmentTerminationCode'],\n '002C': ['CS', '1', 'TreatmentVerificationStatus'],\n '0030': ['SQ', '1', 'ReferencedTreatmentRecordSequence'],\n '0032': ['DS', '1', 'SpecifiedPrimaryMeterset'],\n '0033': ['DS', '1', 'SpecifiedSecondaryMeterset'],\n '0036': ['DS', '1', 'DeliveredPrimaryMeterset'],\n '0037': ['DS', '1', 'DeliveredSecondaryMeterset'],\n '003A': ['DS', '1', 'SpecifiedTreatmentTime'],\n '003B': ['DS', '1', 'DeliveredTreatmentTime'],\n '0040': ['SQ', '1', 'ControlPointDeliverySequence'],\n '0041': ['SQ', '1', 'IonControlPointDeliverySequence'],\n '0042': ['DS', '1', 'SpecifiedMeterset'],\n '0044': ['DS', '1', 'DeliveredMeterset'],\n '0045': ['FL', '1', 'MetersetRateSet'],\n '0046': ['FL', '1', 'MetersetRateDelivered'],\n '0047': ['FL', '1-n', 'ScanSpotMetersetsDelivered'],\n '0048': ['DS', '1', 'DoseRateDelivered'],\n '0050': ['SQ', '1', 'TreatmentSummaryCalculatedDoseReferenceSequence'],\n '0052': ['DS', '1', 'CumulativeDoseToDoseReference'],\n '0054': ['DA', '1', 'FirstTreatmentDate'],\n '0056': ['DA', '1', 'MostRecentTreatmentDate'],\n '005A': ['IS', '1', 'NumberOfFractionsDelivered'],\n '0060': ['SQ', '1', 'OverrideSequence'],\n '0061': ['AT', '1', 'ParameterSequencePointer'],\n '0062': ['AT', '1', 'OverrideParameterPointer'],\n '0063': ['IS', '1', 'ParameterItemIndex'],\n '0064': ['IS', '1', 'MeasuredDoseReferenceNumber'],\n '0065': ['AT', '1', 'ParameterPointer'],\n '0066': ['ST', '1', 'OverrideReason'],\n '0067': ['US', '1', 'ParameterValueNumber'],\n '0068': ['SQ', '1', 'CorrectedParameterSequence'],\n '006A': ['FL', '1', 'CorrectionValue'],\n '0070': ['SQ', '1', 'CalculatedDoseReferenceSequence'],\n '0072': ['IS', '1', 'CalculatedDoseReferenceNumber'],\n '0074': ['ST', '1', 'CalculatedDoseReferenceDescription'],\n '0076': ['DS', '1', 'CalculatedDoseReferenceDoseValue'],\n '0078': ['DS', '1', 'StartMeterset'],\n '007A': ['DS', '1', 'EndMeterset'],\n '0080': ['SQ', '1', 'ReferencedMeasuredDoseReferenceSequence'],\n '0082': ['IS', '1', 'ReferencedMeasuredDoseReferenceNumber'],\n '0090': ['SQ', '1', 'ReferencedCalculatedDoseReferenceSequence'],\n '0092': ['IS', '1', 'ReferencedCalculatedDoseReferenceNumber'],\n '00A0': ['SQ', '1', 'BeamLimitingDeviceLeafPairsSequence'],\n '00B0': ['SQ', '1', 'RecordedWedgeSequence'],\n '00C0': ['SQ', '1', 'RecordedCompensatorSequence'],\n '00D0': ['SQ', '1', 'RecordedBlockSequence'],\n '00D1': ['SQ', '1', 'RecordedBlockSlabSequence'],\n '00E0': ['SQ', '1', 'TreatmentSummaryMeasuredDoseReferenceSequence'],\n '00F0': ['SQ', '1', 'RecordedSnoutSequence'],\n '00F2': ['SQ', '1', 'RecordedRangeShifterSequence'],\n '00F4': ['SQ', '1', 'RecordedLateralSpreadingDeviceSequence'],\n '00F6': ['SQ', '1', 'RecordedRangeModulatorSequence'],\n '0100': ['SQ', '1', 'RecordedSourceSequence'],\n '0105': ['LO', '1', 'SourceSerialNumber'],\n '0110': ['SQ', '1', 'TreatmentSessionApplicationSetupSequence'],\n '0116': ['CS', '1', 'ApplicationSetupCheck'],\n '0120': ['SQ', '1', 'RecordedBrachyAccessoryDeviceSequence'],\n '0122': ['IS', '1', 'ReferencedBrachyAccessoryDeviceNumber'],\n '0130': ['SQ', '1', 'RecordedChannelSequence'],\n '0132': ['DS', '1', 'SpecifiedChannelTotalTime'],\n '0134': ['DS', '1', 'DeliveredChannelTotalTime'],\n '0136': ['IS', '1', 'SpecifiedNumberOfPulses'],\n '0138': ['IS', '1', 'DeliveredNumberOfPulses'],\n '013A': ['DS', '1', 'SpecifiedPulseRepetitionInterval'],\n '013C': ['DS', '1', 'DeliveredPulseRepetitionInterval'],\n '0140': ['SQ', '1', 'RecordedSourceApplicatorSequence'],\n '0142': ['IS', '1', 'ReferencedSourceApplicatorNumber'],\n '0150': ['SQ', '1', 'RecordedChannelShieldSequence'],\n '0152': ['IS', '1', 'ReferencedChannelShieldNumber'],\n '0160': ['SQ', '1', 'BrachyControlPointDeliveredSequence'],\n '0162': ['DA', '1', 'SafePositionExitDate'],\n '0164': ['TM', '1', 'SafePositionExitTime'],\n '0166': ['DA', '1', 'SafePositionReturnDate'],\n '0168': ['TM', '1', 'SafePositionReturnTime'],\n '0171': ['SQ', '1', 'PulseSpecificBrachyControlPointDeliveredSequence'],\n '0172': ['US', '1', 'PulseNumber'],\n '0173': ['SQ', '1', 'BrachyPulseControlPointDeliveredSequence'],\n '0200': ['CS', '1', 'CurrentTreatmentStatus'],\n '0202': ['ST', '1', 'TreatmentStatusComment'],\n '0220': ['SQ', '1', 'FractionGroupSummarySequence'],\n '0223': ['IS', '1', 'ReferencedFractionNumber'],\n '0224': ['CS', '1', 'FractionGroupType'],\n '0230': ['CS', '1', 'BeamStopperPosition'],\n '0240': ['SQ', '1', 'FractionStatusSummarySequence'],\n '0250': ['DA', '1', 'TreatmentDate'],\n '0251': ['TM', '1', 'TreatmentTime']\n },\n '300A': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SH', '1', 'RTPlanLabel'],\n '0003': ['LO', '1', 'RTPlanName'],\n '0004': ['ST', '1', 'RTPlanDescription'],\n '0006': ['DA', '1', 'RTPlanDate'],\n '0007': ['TM', '1', 'RTPlanTime'],\n '0009': ['LO', '1-n', 'TreatmentProtocols'],\n '000A': ['CS', '1', 'PlanIntent'],\n '000B': ['LO', '1-n', 'TreatmentSites'],\n '000C': ['CS', '1', 'RTPlanGeometry'],\n '000E': ['ST', '1', 'PrescriptionDescription'],\n '0010': ['SQ', '1', 'DoseReferenceSequence'],\n '0012': ['IS', '1', 'DoseReferenceNumber'],\n '0013': ['UI', '1', 'DoseReferenceUID'],\n '0014': ['CS', '1', 'DoseReferenceStructureType'],\n '0015': ['CS', '1', 'NominalBeamEnergyUnit'],\n '0016': ['LO', '1', 'DoseReferenceDescription'],\n '0018': ['DS', '3', 'DoseReferencePointCoordinates'],\n '001A': ['DS', '1', 'NominalPriorDose'],\n '0020': ['CS', '1', 'DoseReferenceType'],\n '0021': ['DS', '1', 'ConstraintWeight'],\n '0022': ['DS', '1', 'DeliveryWarningDose'],\n '0023': ['DS', '1', 'DeliveryMaximumDose'],\n '0025': ['DS', '1', 'TargetMinimumDose'],\n '0026': ['DS', '1', 'TargetPrescriptionDose'],\n '0027': ['DS', '1', 'TargetMaximumDose'],\n '0028': ['DS', '1', 'TargetUnderdoseVolumeFraction'],\n '002A': ['DS', '1', 'OrganAtRiskFullVolumeDose'],\n '002B': ['DS', '1', 'OrganAtRiskLimitDose'],\n '002C': ['DS', '1', 'OrganAtRiskMaximumDose'],\n '002D': ['DS', '1', 'OrganAtRiskOverdoseVolumeFraction'],\n '0040': ['SQ', '1', 'ToleranceTableSequence'],\n '0042': ['IS', '1', 'ToleranceTableNumber'],\n '0043': ['SH', '1', 'ToleranceTableLabel'],\n '0044': ['DS', '1', 'GantryAngleTolerance'],\n '0046': ['DS', '1', 'BeamLimitingDeviceAngleTolerance'],\n '0048': ['SQ', '1', 'BeamLimitingDeviceToleranceSequence'],\n '004A': ['DS', '1', 'BeamLimitingDevicePositionTolerance'],\n '004B': ['FL', '1', 'SnoutPositionTolerance'],\n '004C': ['DS', '1', 'PatientSupportAngleTolerance'],\n '004E': ['DS', '1', 'TableTopEccentricAngleTolerance'],\n '004F': ['FL', '1', 'TableTopPitchAngleTolerance'],\n '0050': ['FL', '1', 'TableTopRollAngleTolerance'],\n '0051': ['DS', '1', 'TableTopVerticalPositionTolerance'],\n '0052': ['DS', '1', 'TableTopLongitudinalPositionTolerance'],\n '0053': ['DS', '1', 'TableTopLateralPositionTolerance'],\n '0055': ['CS', '1', 'RTPlanRelationship'],\n '0070': ['SQ', '1', 'FractionGroupSequence'],\n '0071': ['IS', '1', 'FractionGroupNumber'],\n '0072': ['LO', '1', 'FractionGroupDescription'],\n '0078': ['IS', '1', 'NumberOfFractionsPlanned'],\n '0079': ['IS', '1', 'NumberOfFractionPatternDigitsPerDay'],\n '007A': ['IS', '1', 'RepeatFractionCycleLength'],\n '007B': ['LT', '1', 'FractionPattern'],\n '0080': ['IS', '1', 'NumberOfBeams'],\n '0082': ['DS', '3', 'BeamDoseSpecificationPoint'],\n '0083': ['UI', '1', 'ReferencedDoseReferenceUID'],\n '0084': ['DS', '1', 'BeamDose'],\n '0086': ['DS', '1', 'BeamMeterset'],\n '0088': ['FL', '1', 'BeamDosePointDepth'],\n '0089': ['FL', '1', 'BeamDosePointEquivalentDepth'],\n '008A': ['FL', '1', 'BeamDosePointSSD'],\n '008B': ['CS', '1', 'BeamDoseMeaning'],\n '008C': ['SQ', '1', 'BeamDoseVerificationControlPointSequence'],\n '008D': ['FL', '1', 'AverageBeamDosePointDepth'],\n '008E': ['FL', '1', 'AverageBeamDosePointEquivalentDepth'],\n '008F': ['FL', '1', 'AverageBeamDosePointSSD'],\n '0090': ['CS', '1', 'BeamDoseType'],\n '0091': ['DS', '1', 'AlternateBeamDose'],\n '0092': ['CS', '1', 'AlternateBeamDoseType'],\n '0093': ['CS', '1', 'DepthValueAveragingFlag'],\n '0094': ['DS', '1', 'BeamDosePointSourceToExternalContourDistance'],\n '00A0': ['IS', '1', 'NumberOfBrachyApplicationSetups'],\n '00A2': ['DS', '3', 'BrachyApplicationSetupDoseSpecificationPoint'],\n '00A4': ['DS', '1', 'BrachyApplicationSetupDose'],\n '00B0': ['SQ', '1', 'BeamSequence'],\n '00B2': ['SH', '1', 'TreatmentMachineName'],\n '00B3': ['CS', '1', 'PrimaryDosimeterUnit'],\n '00B4': ['DS', '1', 'SourceAxisDistance'],\n '00B6': ['SQ', '1', 'BeamLimitingDeviceSequence'],\n '00B8': ['CS', '1', 'RTBeamLimitingDeviceType'],\n '00BA': ['DS', '1', 'SourceToBeamLimitingDeviceDistance'],\n '00BB': ['FL', '1', 'IsocenterToBeamLimitingDeviceDistance'],\n '00BC': ['IS', '1', 'NumberOfLeafJawPairs'],\n '00BE': ['DS', '3-n', 'LeafPositionBoundaries'],\n '00C0': ['IS', '1', 'BeamNumber'],\n '00C2': ['LO', '1', 'BeamName'],\n '00C3': ['ST', '1', 'BeamDescription'],\n '00C4': ['CS', '1', 'BeamType'],\n '00C5': ['FD', '1', 'BeamDeliveryDurationLimit'],\n '00C6': ['CS', '1', 'RadiationType'],\n '00C7': ['CS', '1', 'HighDoseTechniqueType'],\n '00C8': ['IS', '1', 'ReferenceImageNumber'],\n '00CA': ['SQ', '1', 'PlannedVerificationImageSequence'],\n '00CC': ['LO', '1-n', 'ImagingDeviceSpecificAcquisitionParameters'],\n '00CE': ['CS', '1', 'TreatmentDeliveryType'],\n '00D0': ['IS', '1', 'NumberOfWedges'],\n '00D1': ['SQ', '1', 'WedgeSequence'],\n '00D2': ['IS', '1', 'WedgeNumber'],\n '00D3': ['CS', '1', 'WedgeType'],\n '00D4': ['SH', '1', 'WedgeID'],\n '00D5': ['IS', '1', 'WedgeAngle'],\n '00D6': ['DS', '1', 'WedgeFactor'],\n '00D7': ['FL', '1', 'TotalWedgeTrayWaterEquivalentThickness'],\n '00D8': ['DS', '1', 'WedgeOrientation'],\n '00D9': ['FL', '1', 'IsocenterToWedgeTrayDistance'],\n '00DA': ['DS', '1', 'SourceToWedgeTrayDistance'],\n '00DB': ['FL', '1', 'WedgeThinEdgePosition'],\n '00DC': ['SH', '1', 'BolusID'],\n '00DD': ['ST', '1', 'BolusDescription'],\n '00DE': ['DS', '1', 'EffectiveWedgeAngle'],\n '00E0': ['IS', '1', 'NumberOfCompensators'],\n '00E1': ['SH', '1', 'MaterialID'],\n '00E2': ['DS', '1', 'TotalCompensatorTrayFactor'],\n '00E3': ['SQ', '1', 'CompensatorSequence'],\n '00E4': ['IS', '1', 'CompensatorNumber'],\n '00E5': ['SH', '1', 'CompensatorID'],\n '00E6': ['DS', '1', 'SourceToCompensatorTrayDistance'],\n '00E7': ['IS', '1', 'CompensatorRows'],\n '00E8': ['IS', '1', 'CompensatorColumns'],\n '00E9': ['DS', '2', 'CompensatorPixelSpacing'],\n '00EA': ['DS', '2', 'CompensatorPosition'],\n '00EB': ['DS', '1-n', 'CompensatorTransmissionData'],\n '00EC': ['DS', '1-n', 'CompensatorThicknessData'],\n '00ED': ['IS', '1', 'NumberOfBoli'],\n '00EE': ['CS', '1', 'CompensatorType'],\n '00EF': ['SH', '1', 'CompensatorTrayID'],\n '00F0': ['IS', '1', 'NumberOfBlocks'],\n '00F2': ['DS', '1', 'TotalBlockTrayFactor'],\n '00F3': ['FL', '1', 'TotalBlockTrayWaterEquivalentThickness'],\n '00F4': ['SQ', '1', 'BlockSequence'],\n '00F5': ['SH', '1', 'BlockTrayID'],\n '00F6': ['DS', '1', 'SourceToBlockTrayDistance'],\n '00F7': ['FL', '1', 'IsocenterToBlockTrayDistance'],\n '00F8': ['CS', '1', 'BlockType'],\n '00F9': ['LO', '1', 'AccessoryCode'],\n '00FA': ['CS', '1', 'BlockDivergence'],\n '00FB': ['CS', '1', 'BlockMountingPosition'],\n '00FC': ['IS', '1', 'BlockNumber'],\n '00FE': ['LO', '1', 'BlockName'],\n '0100': ['DS', '1', 'BlockThickness'],\n '0102': ['DS', '1', 'BlockTransmission'],\n '0104': ['IS', '1', 'BlockNumberOfPoints'],\n '0106': ['DS', '2-2n', 'BlockData'],\n '0107': ['SQ', '1', 'ApplicatorSequence'],\n '0108': ['SH', '1', 'ApplicatorID'],\n '0109': ['CS', '1', 'ApplicatorType'],\n '010A': ['LO', '1', 'ApplicatorDescription'],\n '010C': ['DS', '1', 'CumulativeDoseReferenceCoefficient'],\n '010E': ['DS', '1', 'FinalCumulativeMetersetWeight'],\n '0110': ['IS', '1', 'NumberOfControlPoints'],\n '0111': ['SQ', '1', 'ControlPointSequence'],\n '0112': ['IS', '1', 'ControlPointIndex'],\n '0114': ['DS', '1', 'NominalBeamEnergy'],\n '0115': ['DS', '1', 'DoseRateSet'],\n '0116': ['SQ', '1', 'WedgePositionSequence'],\n '0118': ['CS', '1', 'WedgePosition'],\n '011A': ['SQ', '1', 'BeamLimitingDevicePositionSequence'],\n '011C': ['DS', '2-2n', 'LeafJawPositions'],\n '011E': ['DS', '1', 'GantryAngle'],\n '011F': ['CS', '1', 'GantryRotationDirection'],\n '0120': ['DS', '1', 'BeamLimitingDeviceAngle'],\n '0121': ['CS', '1', 'BeamLimitingDeviceRotationDirection'],\n '0122': ['DS', '1', 'PatientSupportAngle'],\n '0123': ['CS', '1', 'PatientSupportRotationDirection'],\n '0124': ['DS', '1', 'TableTopEccentricAxisDistance'],\n '0125': ['DS', '1', 'TableTopEccentricAngle'],\n '0126': ['CS', '1', 'TableTopEccentricRotationDirection'],\n '0128': ['DS', '1', 'TableTopVerticalPosition'],\n '0129': ['DS', '1', 'TableTopLongitudinalPosition'],\n '012A': ['DS', '1', 'TableTopLateralPosition'],\n '012C': ['DS', '3', 'IsocenterPosition'],\n '012E': ['DS', '3', 'SurfaceEntryPoint'],\n '0130': ['DS', '1', 'SourceToSurfaceDistance'],\n '0131': ['FL', '1', 'AverageBeamDosePointSourceToExternalContourDistance'],\n '0132': ['FL', '1', 'SourceToExternalContourDistance'],\n '0133': ['FL', '3', 'ExternalContourEntryPoint'],\n '0134': ['DS', '1', 'CumulativeMetersetWeight'],\n '0140': ['FL', '1', 'TableTopPitchAngle'],\n '0142': ['CS', '1', 'TableTopPitchRotationDirection'],\n '0144': ['FL', '1', 'TableTopRollAngle'],\n '0146': ['CS', '1', 'TableTopRollRotationDirection'],\n '0148': ['FL', '1', 'HeadFixationAngle'],\n '014A': ['FL', '1', 'GantryPitchAngle'],\n '014C': ['CS', '1', 'GantryPitchRotationDirection'],\n '014E': ['FL', '1', 'GantryPitchAngleTolerance'],\n '0150': ['CS', '1', 'FixationEye'],\n '0151': ['DS', '1', 'ChairHeadFramePosition'],\n '0152': ['DS', '1', 'HeadFixationAngleTolerance'],\n '0153': ['DS', '1', 'ChairHeadFramePositionTolerance'],\n '0154': ['DS', '1', 'FixationLightAzimuthalAngleTolerance'],\n '0155': ['DS', '1', 'FixationLightPolarAngleTolerance'],\n '0180': ['SQ', '1', 'PatientSetupSequence'],\n '0182': ['IS', '1', 'PatientSetupNumber'],\n '0183': ['LO', '1', 'PatientSetupLabel'],\n '0184': ['LO', '1', 'PatientAdditionalPosition'],\n '0190': ['SQ', '1', 'FixationDeviceSequence'],\n '0192': ['CS', '1', 'FixationDeviceType'],\n '0194': ['SH', '1', 'FixationDeviceLabel'],\n '0196': ['ST', '1', 'FixationDeviceDescription'],\n '0198': ['SH', '1', 'FixationDevicePosition'],\n '0199': ['FL', '1', 'FixationDevicePitchAngle'],\n '019A': ['FL', '1', 'FixationDeviceRollAngle'],\n '01A0': ['SQ', '1', 'ShieldingDeviceSequence'],\n '01A2': ['CS', '1', 'ShieldingDeviceType'],\n '01A4': ['SH', '1', 'ShieldingDeviceLabel'],\n '01A6': ['ST', '1', 'ShieldingDeviceDescription'],\n '01A8': ['SH', '1', 'ShieldingDevicePosition'],\n '01B0': ['CS', '1', 'SetupTechnique'],\n '01B2': ['ST', '1', 'SetupTechniqueDescription'],\n '01B4': ['SQ', '1', 'SetupDeviceSequence'],\n '01B6': ['CS', '1', 'SetupDeviceType'],\n '01B8': ['SH', '1', 'SetupDeviceLabel'],\n '01BA': ['ST', '1', 'SetupDeviceDescription'],\n '01BC': ['DS', '1', 'SetupDeviceParameter'],\n '01D0': ['ST', '1', 'SetupReferenceDescription'],\n '01D2': ['DS', '1', 'TableTopVerticalSetupDisplacement'],\n '01D4': ['DS', '1', 'TableTopLongitudinalSetupDisplacement'],\n '01D6': ['DS', '1', 'TableTopLateralSetupDisplacement'],\n '0200': ['CS', '1', 'BrachyTreatmentTechnique'],\n '0202': ['CS', '1', 'BrachyTreatmentType'],\n '0206': ['SQ', '1', 'TreatmentMachineSequence'],\n '0210': ['SQ', '1', 'SourceSequence'],\n '0212': ['IS', '1', 'SourceNumber'],\n '0214': ['CS', '1', 'SourceType'],\n '0216': ['LO', '1', 'SourceManufacturer'],\n '0218': ['DS', '1', 'ActiveSourceDiameter'],\n '021A': ['DS', '1', 'ActiveSourceLength'],\n '021B': ['SH', '1', 'SourceModelID'],\n '021C': ['LO', '1', 'SourceDescription'],\n '0222': ['DS', '1', 'SourceEncapsulationNominalThickness'],\n '0224': ['DS', '1', 'SourceEncapsulationNominalTransmission'],\n '0226': ['LO', '1', 'SourceIsotopeName'],\n '0228': ['DS', '1', 'SourceIsotopeHalfLife'],\n '0229': ['CS', '1', 'SourceStrengthUnits'],\n '022A': ['DS', '1', 'ReferenceAirKermaRate'],\n '022B': ['DS', '1', 'SourceStrength'],\n '022C': ['DA', '1', 'SourceStrengthReferenceDate'],\n '022E': ['TM', '1', 'SourceStrengthReferenceTime'],\n '0230': ['SQ', '1', 'ApplicationSetupSequence'],\n '0232': ['CS', '1', 'ApplicationSetupType'],\n '0234': ['IS', '1', 'ApplicationSetupNumber'],\n '0236': ['LO', '1', 'ApplicationSetupName'],\n '0238': ['LO', '1', 'ApplicationSetupManufacturer'],\n '0240': ['IS', '1', 'TemplateNumber'],\n '0242': ['SH', '1', 'TemplateType'],\n '0244': ['LO', '1', 'TemplateName'],\n '0250': ['DS', '1', 'TotalReferenceAirKerma'],\n '0260': ['SQ', '1', 'BrachyAccessoryDeviceSequence'],\n '0262': ['IS', '1', 'BrachyAccessoryDeviceNumber'],\n '0263': ['SH', '1', 'BrachyAccessoryDeviceID'],\n '0264': ['CS', '1', 'BrachyAccessoryDeviceType'],\n '0266': ['LO', '1', 'BrachyAccessoryDeviceName'],\n '026A': ['DS', '1', 'BrachyAccessoryDeviceNominalThickness'],\n '026C': ['DS', '1', 'BrachyAccessoryDeviceNominalTransmission'],\n '0271': ['DS', '1', 'ChannelEffectiveLength'],\n '0272': ['DS', '1', 'ChannelInnerLength'],\n '0273': ['SH', '1', 'AfterloaderChannelID'],\n '0274': ['DS', '1', 'SourceApplicatorTipLength'],\n '0280': ['SQ', '1', 'ChannelSequence'],\n '0282': ['IS', '1', 'ChannelNumber'],\n '0284': ['DS', '1', 'ChannelLength'],\n '0286': ['DS', '1', 'ChannelTotalTime'],\n '0288': ['CS', '1', 'SourceMovementType'],\n '028A': ['IS', '1', 'NumberOfPulses'],\n '028C': ['DS', '1', 'PulseRepetitionInterval'],\n '0290': ['IS', '1', 'SourceApplicatorNumber'],\n '0291': ['SH', '1', 'SourceApplicatorID'],\n '0292': ['CS', '1', 'SourceApplicatorType'],\n '0294': ['LO', '1', 'SourceApplicatorName'],\n '0296': ['DS', '1', 'SourceApplicatorLength'],\n '0298': ['LO', '1', 'SourceApplicatorManufacturer'],\n '029C': ['DS', '1', 'SourceApplicatorWallNominalThickness'],\n '029E': ['DS', '1', 'SourceApplicatorWallNominalTransmission'],\n '02A0': ['DS', '1', 'SourceApplicatorStepSize'],\n '02A1': ['IS', '1', 'ApplicatorShapeReferencedROINumber'],\n '02A2': ['IS', '1', 'TransferTubeNumber'],\n '02A4': ['DS', '1', 'TransferTubeLength'],\n '02B0': ['SQ', '1', 'ChannelShieldSequence'],\n '02B2': ['IS', '1', 'ChannelShieldNumber'],\n '02B3': ['SH', '1', 'ChannelShieldID'],\n '02B4': ['LO', '1', 'ChannelShieldName'],\n '02B8': ['DS', '1', 'ChannelShieldNominalThickness'],\n '02BA': ['DS', '1', 'ChannelShieldNominalTransmission'],\n '02C8': ['DS', '1', 'FinalCumulativeTimeWeight'],\n '02D0': ['SQ', '1', 'BrachyControlPointSequence'],\n '02D2': ['DS', '1', 'ControlPointRelativePosition'],\n '02D4': ['DS', '3', 'ControlPoint3DPosition'],\n '02D6': ['DS', '1', 'CumulativeTimeWeight'],\n '02E0': ['CS', '1', 'CompensatorDivergence'],\n '02E1': ['CS', '1', 'CompensatorMountingPosition'],\n '02E2': ['DS', '1-n', 'SourceToCompensatorDistance'],\n '02E3': ['FL', '1', 'TotalCompensatorTrayWaterEquivalentThickness'],\n '02E4': ['FL', '1', 'IsocenterToCompensatorTrayDistance'],\n '02E5': ['FL', '1', 'CompensatorColumnOffset'],\n '02E6': ['FL', '1-n', 'IsocenterToCompensatorDistances'],\n '02E7': ['FL', '1', 'CompensatorRelativeStoppingPowerRatio'],\n '02E8': ['FL', '1', 'CompensatorMillingToolDiameter'],\n '02EA': ['SQ', '1', 'IonRangeCompensatorSequence'],\n '02EB': ['LT', '1', 'CompensatorDescription'],\n '0302': ['IS', '1', 'RadiationMassNumber'],\n '0304': ['IS', '1', 'RadiationAtomicNumber'],\n '0306': ['SS', '1', 'RadiationChargeState'],\n '0308': ['CS', '1', 'ScanMode'],\n '0309': ['CS', '1', 'ModulatedScanModeType'],\n '030A': ['FL', '2', 'VirtualSourceAxisDistances'],\n '030C': ['SQ', '1', 'SnoutSequence'],\n '030D': ['FL', '1', 'SnoutPosition'],\n '030F': ['SH', '1', 'SnoutID'],\n '0312': ['IS', '1', 'NumberOfRangeShifters'],\n '0314': ['SQ', '1', 'RangeShifterSequence'],\n '0316': ['IS', '1', 'RangeShifterNumber'],\n '0318': ['SH', '1', 'RangeShifterID'],\n '0320': ['CS', '1', 'RangeShifterType'],\n '0322': ['LO', '1', 'RangeShifterDescription'],\n '0330': ['IS', '1', 'NumberOfLateralSpreadingDevices'],\n '0332': ['SQ', '1', 'LateralSpreadingDeviceSequence'],\n '0334': ['IS', '1', 'LateralSpreadingDeviceNumber'],\n '0336': ['SH', '1', 'LateralSpreadingDeviceID'],\n '0338': ['CS', '1', 'LateralSpreadingDeviceType'],\n '033A': ['LO', '1', 'LateralSpreadingDeviceDescription'],\n '033C': ['FL', '1', 'LateralSpreadingDeviceWaterEquivalentThickness'],\n '0340': ['IS', '1', 'NumberOfRangeModulators'],\n '0342': ['SQ', '1', 'RangeModulatorSequence'],\n '0344': ['IS', '1', 'RangeModulatorNumber'],\n '0346': ['SH', '1', 'RangeModulatorID'],\n '0348': ['CS', '1', 'RangeModulatorType'],\n '034A': ['LO', '1', 'RangeModulatorDescription'],\n '034C': ['SH', '1', 'BeamCurrentModulationID'],\n '0350': ['CS', '1', 'PatientSupportType'],\n '0352': ['SH', '1', 'PatientSupportID'],\n '0354': ['LO', '1', 'PatientSupportAccessoryCode'],\n '0355': ['LO', '1', 'TrayAccessoryCode'],\n '0356': ['FL', '1', 'FixationLightAzimuthalAngle'],\n '0358': ['FL', '1', 'FixationLightPolarAngle'],\n '035A': ['FL', '1', 'MetersetRate'],\n '0360': ['SQ', '1', 'RangeShifterSettingsSequence'],\n '0362': ['LO', '1', 'RangeShifterSetting'],\n '0364': ['FL', '1', 'IsocenterToRangeShifterDistance'],\n '0366': ['FL', '1', 'RangeShifterWaterEquivalentThickness'],\n '0370': ['SQ', '1', 'LateralSpreadingDeviceSettingsSequence'],\n '0372': ['LO', '1', 'LateralSpreadingDeviceSetting'],\n '0374': ['FL', '1', 'IsocenterToLateralSpreadingDeviceDistance'],\n '0380': ['SQ', '1', 'RangeModulatorSettingsSequence'],\n '0382': ['FL', '1', 'RangeModulatorGatingStartValue'],\n '0384': ['FL', '1', 'RangeModulatorGatingStopValue'],\n '0386': ['FL', '1', 'RangeModulatorGatingStartWaterEquivalentThickness'],\n '0388': ['FL', '1', 'RangeModulatorGatingStopWaterEquivalentThickness'],\n '038A': ['FL', '1', 'IsocenterToRangeModulatorDistance'],\n '038F': ['FL', '1-n', 'ScanSpotTimeOffset'],\n '0390': ['SH', '1', 'ScanSpotTuneID'],\n '0391': ['IS', '1-n', 'ScanSpotPrescribedIndices'],\n '0392': ['IS', '1', 'NumberOfScanSpotPositions'],\n '0393': ['CS', '1', 'ScanSpotReordered'],\n '0394': ['FL', '1-n', 'ScanSpotPositionMap'],\n '0395': ['CS', '1', 'ScanSpotReorderingAllowed'],\n '0396': ['FL', '1-n', 'ScanSpotMetersetWeights'],\n '0398': ['FL', '2', 'ScanningSpotSize'],\n '0399': ['FL', '2-2n', 'ScanSpotSizesDelivered'],\n '039A': ['IS', '1', 'NumberOfPaintings'],\n '03A0': ['SQ', '1', 'IonToleranceTableSequence'],\n '03A2': ['SQ', '1', 'IonBeamSequence'],\n '03A4': ['SQ', '1', 'IonBeamLimitingDeviceSequence'],\n '03A6': ['SQ', '1', 'IonBlockSequence'],\n '03A8': ['SQ', '1', 'IonControlPointSequence'],\n '03AA': ['SQ', '1', 'IonWedgeSequence'],\n '03AC': ['SQ', '1', 'IonWedgePositionSequence'],\n '0401': ['SQ', '1', 'ReferencedSetupImageSequence'],\n '0402': ['ST', '1', 'SetupImageComment'],\n '0410': ['SQ', '1', 'MotionSynchronizationSequence'],\n '0412': ['FL', '3', 'ControlPointOrientation'],\n '0420': ['SQ', '1', 'GeneralAccessorySequence'],\n '0421': ['SH', '1', 'GeneralAccessoryID'],\n '0422': ['ST', '1', 'GeneralAccessoryDescription'],\n '0423': ['CS', '1', 'GeneralAccessoryType'],\n '0424': ['IS', '1', 'GeneralAccessoryNumber'],\n '0425': ['FL', '1', 'SourceToGeneralAccessoryDistance'],\n '0426': ['DS', '1', 'IsocenterToGeneralAccessoryDistance'],\n '0431': ['SQ', '1', 'ApplicatorGeometrySequence'],\n '0432': ['CS', '1', 'ApplicatorApertureShape'],\n '0433': ['FL', '1', 'ApplicatorOpening'],\n '0434': ['FL', '1', 'ApplicatorOpeningX'],\n '0435': ['FL', '1', 'ApplicatorOpeningY'],\n '0436': ['FL', '1', 'SourceToApplicatorMountingPositionDistance'],\n '0440': ['IS', '1', 'NumberOfBlockSlabItems'],\n '0441': ['SQ', '1', 'BlockSlabSequence'],\n '0442': ['DS', '1', 'BlockSlabThickness'],\n '0443': ['US', '1', 'BlockSlabNumber'],\n '0450': ['SQ', '1', 'DeviceMotionControlSequence'],\n '0451': ['CS', '1', 'DeviceMotionExecutionMode'],\n '0452': ['CS', '1', 'DeviceMotionObservationMode'],\n '0453': ['SQ', '1', 'DeviceMotionParameterCodeSequence'],\n '0501': ['FL', '1', 'DistalDepthFraction'],\n '0502': ['FL', '1', 'DistalDepth'],\n '0503': ['FL', '2', 'NominalRangeModulationFractions'],\n '0504': ['FL', '2', 'NominalRangeModulatedRegionDepths'],\n '0505': ['SQ', '1', 'DepthDoseParametersSequence'],\n '0506': ['SQ', '1', 'DeliveredDepthDoseParametersSequence'],\n '0507': ['FL', '1', 'DeliveredDistalDepthFraction'],\n '0508': ['FL', '1', 'DeliveredDistalDepth'],\n '0509': ['FL', '2', 'DeliveredNominalRangeModulationFractions'],\n '0510': ['FL', '2', 'DeliveredNominalRangeModulatedRegionDepths'],\n '0511': ['CS', '1', 'DeliveredReferenceDoseDefinition'],\n '0512': ['CS', '1', 'ReferenceDoseDefinition'],\n '0600': ['US', '1', 'RTControlPointIndex'],\n '0601': ['US', '1', 'RadiationGenerationModeIndex'],\n '0602': ['US', '1', 'ReferencedDefinedDeviceIndex'],\n '0603': ['US', '1', 'RadiationDoseIdentificationIndex'],\n '0604': ['US', '1', 'NumberOfRTControlPoints'],\n '0605': ['US', '1', 'ReferencedRadiationGenerationModeIndex'],\n '0606': ['US', '1', 'TreatmentPositionIndex'],\n '0607': ['US', '1', 'ReferencedDeviceIndex'],\n '0608': ['LO', '1', 'TreatmentPositionGroupLabel'],\n '0609': ['UI', '1', 'TreatmentPositionGroupUID'],\n '060A': ['SQ', '1', 'TreatmentPositionGroupSequence'],\n '060B': ['US', '1', 'ReferencedTreatmentPositionIndex'],\n '060C': ['US', '1', 'ReferencedRadiationDoseIdentificationIndex'],\n '060D': ['FD', '1', 'RTAccessoryHolderWaterEquivalentThickness'],\n '060E': ['US', '1', 'ReferencedRTAccessoryHolderDeviceIndex'],\n '060F': ['CS', '1', 'RTAccessoryHolderSlotExistenceFlag'],\n '0610': ['SQ', '1', 'RTAccessoryHolderSlotSequence'],\n '0611': ['LO', '1', 'RTAccessoryHolderSlotID'],\n '0612': ['FD', '1', 'RTAccessoryHolderSlotDistance'],\n '0613': ['FD', '1', 'RTAccessorySlotDistance'],\n '0614': ['SQ', '1', 'RTAccessoryHolderDefinitionSequence'],\n '0615': ['LO', '1', 'RTAccessoryDeviceSlotID'],\n '0616': ['SQ', '1', 'RTRadiationSequence'],\n '0617': ['SQ', '1', 'RadiationDoseSequence'],\n '0618': ['SQ', '1', 'RadiationDoseIdentificationSequence'],\n '0619': ['LO', '1', 'RadiationDoseIdentificationLabel'],\n '061A': ['CS', '1', 'ReferenceDoseType'],\n '061B': ['CS', '1', 'PrimaryDoseValueIndicator'],\n '061C': ['SQ', '1', 'DoseValuesSequence'],\n '061D': ['CS', '1-n', 'DoseValuePurpose'],\n '061E': ['FD', '3', 'ReferenceDosePointCoordinates'],\n '061F': ['SQ', '1', 'RadiationDoseValuesParametersSequence'],\n '0620': ['SQ', '1', 'MetersetToDoseMappingSequence'],\n '0621': ['SQ', '1', 'ExpectedInVivoMeasurementValuesSequence'],\n '0622': ['US', '1', 'ExpectedInVivoMeasurementValueIndex'],\n '0623': ['LO', '1', 'RadiationDoseInVivoMeasurementLabel'],\n '0624': ['FD', '2', 'RadiationDoseCentralAxisDisplacement'],\n '0625': ['FD', '1', 'RadiationDoseValue'],\n '0626': ['FD', '1', 'RadiationDoseSourceToSkinDistance'],\n '0627': ['FD', '3', 'RadiationDoseMeasurementPointCoordinates'],\n '0628': ['FD', '1', 'RadiationDoseSourceToExternalContourDistance'],\n '0629': ['SQ', '1', 'RTToleranceSetSequence'],\n '062A': ['LO', '1', 'RTToleranceSetLabel'],\n '062B': ['SQ', '1', 'AttributeToleranceValuesSequence'],\n '062C': ['FD', '1', 'ToleranceValue'],\n '062D': ['SQ', '1', 'PatientSupportPositionToleranceSequence'],\n '062E': ['FD', '1', 'TreatmentTimeLimit'],\n '062F': ['SQ', '1', 'CArmPhotonElectronControlPointSequence'],\n '0630': ['SQ', '1', 'ReferencedRTRadiationSequence'],\n '0631': ['SQ', '1', 'ReferencedRTInstanceSequence'],\n '0632': ['SQ', '1', 'ReferencedRTPatientSetupSequence'],\n '0634': ['FD', '1', 'SourceToPatientSurfaceDistance'],\n '0635': ['SQ', '1', 'TreatmentMachineSpecialModeCodeSequence'],\n '0636': ['US', '1', 'IntendedNumberOfFractions'],\n '0637': ['CS', '1', 'RTRadiationSetIntent'],\n '0638': ['CS', '1', 'RTRadiationPhysicalAndGeometricContentDetailFlag'],\n '0639': ['CS', '1', 'RTRecordFlag'],\n '063A': ['SQ', '1', 'TreatmentDeviceIdentificationSequence'],\n '063B': ['SQ', '1', 'ReferencedRTPhysicianIntentSequence'],\n '063C': ['FD', '1', 'CumulativeMeterset'],\n '063D': ['FD', '1', 'DeliveryRate'],\n '063E': ['SQ', '1', 'DeliveryRateUnitSequence'],\n '063F': ['SQ', '1', 'TreatmentPositionSequence'],\n '0640': ['FD', '1', 'RadiationSourceAxisDistance'],\n '0641': ['US', '1', 'NumberOfRTBeamLimitingDevices'],\n '0642': ['FD', '1', 'RTBeamLimitingDeviceProximalDistance'],\n '0643': ['FD', '1', 'RTBeamLimitingDeviceDistalDistance'],\n '0644': ['SQ', '1', 'ParallelRTBeamDelimiterDeviceOrientationLabelCodeSequence'],\n '0645': ['FD', '1', 'BeamModifierOrientationAngle'],\n '0646': ['SQ', '1', 'FixedRTBeamDelimiterDeviceSequence'],\n '0647': ['SQ', '1', 'ParallelRTBeamDelimiterDeviceSequence'],\n '0648': ['US', '1', 'NumberOfParallelRTBeamDelimiters'],\n '0649': ['FD', '2-n', 'ParallelRTBeamDelimiterBoundaries'],\n '064A': ['FD', '2-n', 'ParallelRTBeamDelimiterPositions'],\n '064B': ['FD', '2', 'RTBeamLimitingDeviceOffset'],\n '064C': ['SQ', '1', 'RTBeamDelimiterGeometrySequence'],\n '064D': ['SQ', '1', 'RTBeamLimitingDeviceDefinitionSequence'],\n '064E': ['CS', '1', 'ParallelRTBeamDelimiterOpeningMode'],\n '064F': ['CS', '1-n', 'ParallelRTBeamDelimiterLeafMountingSide'],\n '0650': ['UI', '1', 'PatientSetupUID'],\n '0651': ['SQ', '1', 'WedgeDefinitionSequence'],\n '0652': ['FD', '1', 'RadiationBeamWedgeAngle'],\n '0653': ['FD', '1', 'RadiationBeamWedgeThinEdgeDistance'],\n '0654': ['FD', '1', 'RadiationBeamEffectiveWedgeAngle'],\n '0655': ['US', '1', 'NumberOfWedgePositions'],\n '0656': ['SQ', '1', 'RTBeamLimitingDeviceOpeningSequence'],\n '0657': ['US', '1', 'NumberOfRTBeamLimitingDeviceOpenings'],\n '0658': ['SQ', '1', 'RadiationDosimeterUnitSequence'],\n '0659': ['SQ', '1', 'RTDeviceDistanceReferenceLocationCodeSequence'],\n '065A': ['SQ', '1', 'RadiationDeviceConfigurationAndCommissioningKeySequence'],\n '065B': ['SQ', '1', 'PatientSupportPositionParameterSequence'],\n '065C': ['CS', '1', 'PatientSupportPositionSpecificationMethod'],\n '065D': ['SQ', '1', 'PatientSupportPositionDeviceParameterSequence'],\n '065E': ['US', '1', 'DeviceOrderIndex'],\n '065F': ['US', '1', 'PatientSupportPositionParameterOrderIndex'],\n '0660': ['SQ', '1', 'PatientSupportPositionDeviceToleranceSequence'],\n '0661': ['US', '1', 'PatientSupportPositionToleranceOrderIndex'],\n '0662': ['SQ', '1', 'CompensatorDefinitionSequence'],\n '0663': ['CS', '1', 'CompensatorMapOrientation'],\n '0664': ['OF', '1', 'CompensatorProximalThicknessMap'],\n '0665': ['OF', '1', 'CompensatorDistalThicknessMap'],\n '0666': ['FD', '1', 'CompensatorBasePlaneOffset'],\n '0667': ['SQ', '1', 'CompensatorShapeFabricationCodeSequence'],\n '0668': ['SQ', '1', 'CompensatorShapeSequence'],\n '0669': ['FD', '1', 'RadiationBeamCompensatorMillingToolDiameter'],\n '066A': ['SQ', '1', 'BlockDefinitionSequence'],\n '066B': ['OF', '1', 'BlockEdgeData'],\n '066C': ['CS', '1', 'BlockOrientation'],\n '066D': ['FD', '1', 'RadiationBeamBlockThickness'],\n '066E': ['FD', '1', 'RadiationBeamBlockSlabThickness'],\n '066F': ['SQ', '1', 'BlockEdgeDataSequence'],\n '0670': ['US', '1', 'NumberOfRTAccessoryHolders'],\n '0671': ['SQ', '1', 'GeneralAccessoryDefinitionSequence'],\n '0672': ['US', '1', 'NumberOfGeneralAccessories'],\n '0673': ['SQ', '1', 'BolusDefinitionSequence'],\n '0674': ['US', '1', 'NumberOfBoluses'],\n '0675': ['UI', '1', 'EquipmentFrameOfReferenceUID'],\n '0676': ['ST', '1', 'EquipmentFrameOfReferenceDescription'],\n '0677': ['SQ', '1', 'EquipmentReferencePointCoordinatesSequence'],\n '0678': ['SQ', '1', 'EquipmentReferencePointCodeSequence'],\n '0679': ['FD', '1', 'RTBeamLimitingDeviceAngle'],\n '067A': ['FD', '1', 'SourceRollAngle'],\n '067B': ['SQ', '1', 'RadiationGenerationModeSequence'],\n '067C': ['SH', '1', 'RadiationGenerationModeLabel'],\n '067D': ['ST', '1', 'RadiationGenerationModeDescription'],\n '067E': ['SQ', '1', 'RadiationGenerationModeMachineCodeSequence'],\n '067F': ['SQ', '1', 'RadiationTypeCodeSequence'],\n '0680': ['DS', '1', 'NominalEnergy'],\n '0681': ['DS', '1', 'MinimumNominalEnergy'],\n '0682': ['DS', '1', 'MaximumNominalEnergy'],\n '0683': ['SQ', '1', 'RadiationFluenceModifierCodeSequence'],\n '0684': ['SQ', '1', 'EnergyUnitCodeSequence'],\n '0685': ['US', '1', 'NumberOfRadiationGenerationModes'],\n '0686': ['SQ', '1', 'PatientSupportDevicesSequence'],\n '0687': ['US', '1', 'NumberOfPatientSupportDevices'],\n '0688': ['FD', '1', 'RTBeamModifierDefinitionDistance'],\n '0689': ['SQ', '1', 'BeamAreaLimitSequence'],\n '068A': ['SQ', '1', 'ReferencedRTPrescriptionSequence'],\n '0700': ['UI', '1', 'TreatmentSessionUID'],\n '0701': ['CS', '1', 'RTRadiationUsage'],\n '0702': ['SQ', '1', 'ReferencedRTRadiationSetSequence'],\n '0703': ['SQ', '1', 'ReferencedRTRadiationRecordSequence'],\n '0704': ['US', '1', 'RTRadiationSetDeliveryNumber'],\n '0705': ['US', '1', 'ClinicalFractionNumber'],\n '0706': ['CS', '1', 'RTTreatmentFractionCompletionStatus'],\n '0707': ['CS', '1', 'RTRadiationSetUsage'],\n '0708': ['CS', '1', 'TreatmentDeliveryContinuationFlag'],\n '0709': ['CS', '1', 'TreatmentRecordContentOrigin'],\n '0714': ['CS', '1', 'RTTreatmentTerminationStatus'],\n '0715': ['SQ', '1', 'RTTreatmentTerminationReasonCodeSequence'],\n '0716': ['SQ', '1', 'MachineSpecificTreatmentTerminationCodeSequence'],\n '0722': ['SQ', '1', 'RTRadiationSalvageRecordControlPointSequence'],\n '0723': ['CS', '1', 'StartingMetersetValueKnownFlag'],\n '0730': ['ST', '1', 'TreatmentTerminationDescription'],\n '0731': ['SQ', '1', 'TreatmentToleranceViolationSequence'],\n '0732': ['CS', '1', 'TreatmentToleranceViolationCategory'],\n '0733': ['SQ', '1', 'TreatmentToleranceViolationAttributeSequence'],\n '0734': ['ST', '1', 'TreatmentToleranceViolationDescription'],\n '0735': ['ST', '1', 'TreatmentToleranceViolationIdentification'],\n '0736': ['DT', '1', 'TreatmentToleranceViolationDateTime'],\n '073A': ['DT', '1', 'RecordedRTControlPointDateTime'],\n '073B': ['US', '1', 'ReferencedRadiationRTControlPointIndex'],\n '073E': ['SQ', '1', 'AlternateValueSequence'],\n '073F': ['SQ', '1', 'ConfirmationSequence'],\n '0740': ['SQ', '1', 'InterlockSequence'],\n '0741': ['DT', '1', 'InterlockDateTime'],\n '0742': ['ST', '1', 'InterlockDescription'],\n '0743': ['SQ', '1', 'InterlockOriginatingDeviceSequence'],\n '0744': ['SQ', '1', 'InterlockCodeSequence'],\n '0745': ['SQ', '1', 'InterlockResolutionCodeSequence'],\n '0746': ['SQ', '1', 'InterlockResolutionUserSequence'],\n '0760': ['DT', '1', 'OverrideDateTime'],\n '0761': ['SQ', '1', 'TreatmentToleranceViolationTypeCodeSequence'],\n '0762': ['SQ', '1', 'TreatmentToleranceViolationCauseCodeSequence'],\n '0772': ['SQ', '1', 'MeasuredMetersetToDoseMappingSequence'],\n '0773': ['US', '1', 'ReferencedExpectedInVivoMeasurementValueIndex'],\n '0774': ['SQ', '1', 'DoseMeasurementDeviceCodeSequence'],\n '0780': ['SQ', '1', 'AdditionalParameterRecordingInstanceSequence'],\n '0782': ['US', '1', ''],\n '0783': ['ST', '1', 'InterlockOriginDescription'],\n '0784': ['SQ', '1', 'RTPatientPositionScopeSequence'],\n '0785': ['UI', '1', 'ReferencedTreatmentPositionGroupUID'],\n '0786': ['US', '1', 'RadiationOrderIndex'],\n '0787': ['SQ', '1', 'OmittedRadiationSequence'],\n '0788': ['SQ', '1', 'ReasonForOmissionCodeSequence'],\n '0789': ['SQ', '1', 'RTDeliveryStartPatientPositionSequence'],\n '078A': ['SQ', '1', 'RTTreatmentPreparationPatientPositionSequence'],\n '078B': ['SQ', '1', 'ReferencedRTTreatmentPreparationSequence'],\n '078C': ['SQ', '1', 'ReferencedPatientSetupPhotoSequence'],\n '078D': ['SQ', '1', 'PatientTreatmentPreparationMethodCodeSequence'],\n '078E': ['LT', '1', 'PatientTreatmentPreparationProcedureParameterDescription'],\n '078F': ['SQ', '1', 'PatientTreatmentPreparationDeviceSequence'],\n '0790': ['SQ', '1', 'PatientTreatmentPreparationProcedureSequence'],\n '0791': ['SQ', '1', 'PatientTreatmentPreparationProcedureCodeSequence'],\n '0792': ['LT', '1', 'PatientTreatmentPreparationMethodDescription'],\n '0793': ['SQ', '1', 'PatientTreatmentPreparationProcedureParameterSequence'],\n '0794': ['LT', '1', 'PatientSetupPhotoDescription'],\n '0795': ['US', '1', 'PatientTreatmentPreparationProcedureIndex'],\n '0796': ['US', '1', 'ReferencedPatientSetupProcedureIndex'],\n '0797': ['SQ', '1', 'RTRadiationTaskSequence'],\n '0798': ['SQ', '1', 'RTPatientPositionDisplacementSequence'],\n '0799': ['SQ', '1', 'RTPatientPositionSequence'],\n '079A': ['LO', '1', 'DisplacementReferenceLabel'],\n '079B': ['FD', '16', 'DisplacementMatrix'],\n '079C': ['SQ', '1', 'PatientSupportDisplacementSequence'],\n '079D': ['SQ', '1', 'DisplacementReferenceLocationCodeSequence'],\n '079E': ['CS', '1', 'RTRadiationSetDeliveryUsage']\n },\n '300C': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['SQ', '1', 'ReferencedRTPlanSequence'],\n '0004': ['SQ', '1', 'ReferencedBeamSequence'],\n '0006': ['IS', '1', 'ReferencedBeamNumber'],\n '0007': ['IS', '1', 'ReferencedReferenceImageNumber'],\n '0008': ['DS', '1', 'StartCumulativeMetersetWeight'],\n '0009': ['DS', '1', 'EndCumulativeMetersetWeight'],\n '000A': ['SQ', '1', 'ReferencedBrachyApplicationSetupSequence'],\n '000C': ['IS', '1', 'ReferencedBrachyApplicationSetupNumber'],\n '000E': ['IS', '1', 'ReferencedSourceNumber'],\n '0020': ['SQ', '1', 'ReferencedFractionGroupSequence'],\n '0022': ['IS', '1', 'ReferencedFractionGroupNumber'],\n '0040': ['SQ', '1', 'ReferencedVerificationImageSequence'],\n '0042': ['SQ', '1', 'ReferencedReferenceImageSequence'],\n '0050': ['SQ', '1', 'ReferencedDoseReferenceSequence'],\n '0051': ['IS', '1', 'ReferencedDoseReferenceNumber'],\n '0055': ['SQ', '1', 'BrachyReferencedDoseReferenceSequence'],\n '0060': ['SQ', '1', 'ReferencedStructureSetSequence'],\n '006A': ['IS', '1', 'ReferencedPatientSetupNumber'],\n '0080': ['SQ', '1', 'ReferencedDoseSequence'],\n '00A0': ['IS', '1', 'ReferencedToleranceTableNumber'],\n '00B0': ['SQ', '1', 'ReferencedBolusSequence'],\n '00C0': ['IS', '1', 'ReferencedWedgeNumber'],\n '00D0': ['IS', '1', 'ReferencedCompensatorNumber'],\n '00E0': ['IS', '1', 'ReferencedBlockNumber'],\n '00F0': ['IS', '1', 'ReferencedControlPointIndex'],\n '00F2': ['SQ', '1', 'ReferencedControlPointSequence'],\n '00F4': ['IS', '1', 'ReferencedStartControlPointIndex'],\n '00F6': ['IS', '1', 'ReferencedStopControlPointIndex'],\n '0100': ['IS', '1', 'ReferencedRangeShifterNumber'],\n '0102': ['IS', '1', 'ReferencedLateralSpreadingDeviceNumber'],\n '0104': ['IS', '1', 'ReferencedRangeModulatorNumber'],\n '0111': ['SQ', '1', 'OmittedBeamTaskSequence'],\n '0112': ['CS', '1', 'ReasonForOmission'],\n '0113': ['LO', '1', 'ReasonForOmissionDescription'],\n '0114': ['SQ', '1', 'PrescriptionOverviewSequence'],\n '0115': ['FL', '1', 'TotalPrescriptionDose'],\n '0116': ['SQ', '1', 'PlanOverviewSequence'],\n '0117': ['US', '1', 'PlanOverviewIndex'],\n '0118': ['US', '1', 'ReferencedPlanOverviewIndex'],\n '0119': ['US', '1', 'NumberOfFractionsIncluded'],\n '0120': ['SQ', '1', 'DoseCalibrationConditionsSequence'],\n '0121': ['FD', '1', 'AbsorbedDoseToMetersetRatio'],\n '0122': ['FD', '2', 'DelineatedRadiationFieldSize'],\n '0123': ['CS', '1', 'DoseCalibrationConditionsVerifiedFlag'],\n '0124': ['FD', '1', 'CalibrationReferencePointDepth'],\n '0125': ['SQ', '1', 'GatingBeamHoldTransitionSequence'],\n '0126': ['CS', '1', 'BeamHoldTransition'],\n '0127': ['DT', '1', 'BeamHoldTransitionDateTime'],\n '0128': ['SQ', '1', 'BeamHoldOriginatingDeviceSequence']\n },\n '300E': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0002': ['CS', '1', 'ApprovalStatus'],\n '0004': ['DA', '1', 'ReviewDate'],\n '0005': ['TM', '1', 'ReviewTime'],\n '0008': ['PN', '1', 'ReviewerName']\n },\n '3010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'RadiobiologicalDoseEffectSequence'],\n '0002': ['CS', '1', 'RadiobiologicalDoseEffectFlag'],\n '0003': ['SQ', '1', 'EffectiveDoseCalculationMethodCategoryCodeSequence'],\n '0004': ['SQ', '1', 'EffectiveDoseCalculationMethodCodeSequence'],\n '0005': ['LO', '1', 'EffectiveDoseCalculationMethodDescription'],\n '0006': ['UI', '1', 'ConceptualVolumeUID'],\n '0007': ['SQ', '1', 'OriginatingSOPInstanceReferenceSequence'],\n '0008': ['SQ', '1', 'ConceptualVolumeConstituentSequence'],\n '0009': ['SQ', '1', 'EquivalentConceptualVolumeInstanceReferenceSequence'],\n '000A': ['SQ', '1', 'EquivalentConceptualVolumesSequence'],\n '000B': ['UI', '1', 'ReferencedConceptualVolumeUID'],\n '000C': ['UT', '1', 'ConceptualVolumeCombinationExpression'],\n '000D': ['US', '1', 'ConceptualVolumeConstituentIndex'],\n '000E': ['CS', '1', 'ConceptualVolumeCombinationFlag'],\n '000F': ['ST', '1', 'ConceptualVolumeCombinationDescription'],\n '0010': ['CS', '1', 'ConceptualVolumeSegmentationDefinedFlag'],\n '0011': ['SQ', '1', 'ConceptualVolumeSegmentationReferenceSequence'],\n '0012': ['SQ', '1', 'ConceptualVolumeConstituentSegmentationReferenceSequence'],\n '0013': ['UI', '1', 'ConstituentConceptualVolumeUID'],\n '0014': ['SQ', '1', 'DerivationConceptualVolumeSequence'],\n '0015': ['UI', '1', 'SourceConceptualVolumeUID'],\n '0016': ['SQ', '1', 'ConceptualVolumeDerivationAlgorithmSequence'],\n '0017': ['ST', '1', 'ConceptualVolumeDescription'],\n '0018': ['SQ', '1', 'SourceConceptualVolumeSequence'],\n '0019': ['SQ', '1', 'AuthorIdentificationSequence'],\n '001A': ['LO', '1', 'ManufacturerModelVersion'],\n '001B': ['UC', '1', 'DeviceAlternateIdentifier'],\n '001C': ['CS', '1', 'DeviceAlternateIdentifierType'],\n '001D': ['LT', '1', 'DeviceAlternateIdentifierFormat'],\n '001E': ['LO', '1', 'SegmentationCreationTemplateLabel'],\n '001F': ['UI', '1', 'SegmentationTemplateUID'],\n '0020': ['US', '1', 'ReferencedSegmentReferenceIndex'],\n '0021': ['SQ', '1', 'SegmentReferenceSequence'],\n '0022': ['US', '1', 'SegmentReferenceIndex'],\n '0023': ['SQ', '1', 'DirectSegmentReferenceSequence'],\n '0024': ['SQ', '1', 'CombinationSegmentReferenceSequence'],\n '0025': ['SQ', '1', 'ConceptualVolumeSequence'],\n '0026': ['SQ', '1', 'SegmentedRTAccessoryDeviceSequence'],\n '0027': ['SQ', '1', 'SegmentCharacteristicsSequence'],\n '0028': ['SQ', '1', 'RelatedSegmentCharacteristicsSequence'],\n '0029': ['US', '1', 'SegmentCharacteristicsPrecedence'],\n '002A': ['SQ', '1', 'RTSegmentAnnotationSequence'],\n '002B': ['SQ', '1', 'SegmentAnnotationCategoryCodeSequence'],\n '002C': ['SQ', '1', 'SegmentAnnotationTypeCodeSequence'],\n '002D': ['LO', '1', 'DeviceLabel'],\n '002E': ['SQ', '1', 'DeviceTypeCodeSequence'],\n '002F': ['SQ', '1', 'SegmentAnnotationTypeModifierCodeSequence'],\n '0030': ['SQ', '1', 'PatientEquipmentRelationshipCodeSequence'],\n '0031': ['UI', '1', 'ReferencedFiducialsUID'],\n '0032': ['SQ', '1', 'PatientTreatmentOrientationSequence'],\n '0033': ['SH', '1', 'UserContentLabel'],\n '0034': ['LO', '1', 'UserContentLongLabel'],\n '0035': ['SH', '1', 'EntityLabel'],\n '0036': ['LO', '1', 'EntityName'],\n '0037': ['ST', '1', 'EntityDescription'],\n '0038': ['LO', '1', 'EntityLongLabel'],\n '0039': ['US', '1', 'DeviceIndex'],\n '003A': ['US', '1', 'RTTreatmentPhaseIndex'],\n '003B': ['UI', '1', 'RTTreatmentPhaseUID'],\n '003C': ['US', '1', 'RTPrescriptionIndex'],\n '003D': ['US', '1', 'RTSegmentAnnotationIndex'],\n '003E': ['US', '1', 'BasisRTTreatmentPhaseIndex'],\n '003F': ['US', '1', 'RelatedRTTreatmentPhaseIndex'],\n '0040': ['US', '1', 'ReferencedRTTreatmentPhaseIndex'],\n '0041': ['US', '1', 'ReferencedRTPrescriptionIndex'],\n '0042': ['US', '1', 'ReferencedParentRTPrescriptionIndex'],\n '0043': ['ST', '1', 'ManufacturerDeviceIdentifier'],\n '0044': ['SQ', '1', 'InstanceLevelReferencedPerformedProcedureStepSequence'],\n '0045': ['CS', '1', 'RTTreatmentPhaseIntentPresenceFlag'],\n '0046': ['CS', '1', 'RadiotherapyTreatmentType'],\n '0047': ['CS', '1-n', 'TeletherapyRadiationType'],\n '0048': ['CS', '1-n', 'BrachytherapySourceType'],\n '0049': ['SQ', '1', 'ReferencedRTTreatmentPhaseSequence'],\n '004A': ['SQ', '1', 'ReferencedDirectSegmentInstanceSequence'],\n '004B': ['SQ', '1', 'IntendedRTTreatmentPhaseSequence'],\n '004C': ['DA', '1', 'IntendedPhaseStartDate'],\n '004D': ['DA', '1', 'IntendedPhaseEndDate'],\n '004E': ['SQ', '1', 'RTTreatmentPhaseIntervalSequence'],\n '004F': ['CS', '1', 'TemporalRelationshipIntervalAnchor'],\n '0050': ['FD', '1', 'MinimumNumberOfIntervalDays'],\n '0051': ['FD', '1', 'MaximumNumberOfIntervalDays'],\n '0052': ['UI', '1-n', 'PertinentSOPClassesInStudy'],\n '0053': ['UI', '1-n', 'PertinentSOPClassesInSeries'],\n '0054': ['LO', '1', 'RTPrescriptionLabel'],\n '0055': ['SQ', '1', 'RTPhysicianIntentPredecessorSequence'],\n '0056': ['LO', '1', 'RTTreatmentApproachLabel'],\n '0057': ['SQ', '1', 'RTPhysicianIntentSequence'],\n '0058': ['US', '1', 'RTPhysicianIntentIndex'],\n '0059': ['CS', '1', 'RTTreatmentIntentType'],\n '005A': ['UT', '1', 'RTPhysicianIntentNarrative'],\n '005B': ['SQ', '1', 'RTProtocolCodeSequence'],\n '005C': ['ST', '1', 'ReasonForSuperseding'],\n '005D': ['SQ', '1', 'RTDiagnosisCodeSequence'],\n '005E': ['US', '1', 'ReferencedRTPhysicianIntentIndex'],\n '005F': ['SQ', '1', 'RTPhysicianIntentInputInstanceSequence'],\n '0060': ['SQ', '1', 'RTAnatomicPrescriptionSequence'],\n '0061': ['UT', '1', 'PriorTreatmentDoseDescription'],\n '0062': ['SQ', '1', 'PriorTreatmentReferenceSequence'],\n '0063': ['CS', '1', 'DosimetricObjectiveEvaluationScope'],\n '0064': ['SQ', '1', 'TherapeuticRoleCategoryCodeSequence'],\n '0065': ['SQ', '1', 'TherapeuticRoleTypeCodeSequence'],\n '0066': ['US', '1', 'ConceptualVolumeOptimizationPrecedence'],\n '0067': ['SQ', '1', 'ConceptualVolumeCategoryCodeSequence'],\n '0068': ['CS', '1', 'ConceptualVolumeBlockingConstraint'],\n '0069': ['SQ', '1', 'ConceptualVolumeTypeCodeSequence'],\n '006A': ['SQ', '1', 'ConceptualVolumeTypeModifierCodeSequence'],\n '006B': ['SQ', '1', 'RTPrescriptionSequence'],\n '006C': ['SQ', '1', 'DosimetricObjectiveSequence'],\n '006D': ['SQ', '1', 'DosimetricObjectiveTypeCodeSequence'],\n '006E': ['UI', '1', 'DosimetricObjectiveUID'],\n '006F': ['UI', '1', 'ReferencedDosimetricObjectiveUID'],\n '0070': ['SQ', '1', 'DosimetricObjectiveParameterSequence'],\n '0071': ['SQ', '1', 'ReferencedDosimetricObjectivesSequence'],\n '0073': ['CS', '1', 'AbsoluteDosimetricObjectiveFlag'],\n '0074': ['FD', '1', 'DosimetricObjectiveWeight'],\n '0075': ['CS', '1', 'DosimetricObjectivePurpose'],\n '0076': ['SQ', '1', 'PlanningInputInformationSequence'],\n '0077': ['LO', '1', 'TreatmentSite'],\n '0078': ['SQ', '1', 'TreatmentSiteCodeSequence'],\n '0079': ['SQ', '1', 'FractionPatternSequence'],\n '007A': ['UT', '1', 'TreatmentTechniqueNotes'],\n '007B': ['UT', '1', 'PrescriptionNotes'],\n '007C': ['IS', '1', 'NumberOfIntervalFractions'],\n '007D': ['US', '1', 'NumberOfFractions'],\n '007E': ['US', '1', 'IntendedDeliveryDuration'],\n '007F': ['UT', '1', 'FractionationNotes'],\n '0080': ['SQ', '1', 'RTTreatmentTechniqueCodeSequence'],\n '0081': ['SQ', '1', 'PrescriptionNotesSequence'],\n '0082': ['SQ', '1', 'FractionBasedRelationshipSequence'],\n '0083': ['CS', '1', 'FractionBasedRelationshipIntervalAnchor'],\n '0084': ['FD', '1', 'MinimumHoursBetweenFractions'],\n '0085': ['TM', '1-n', 'IntendedFractionStartTime'],\n '0086': ['LT', '1', 'IntendedStartDayOfWeek'],\n '0087': ['SQ', '1', 'WeekdayFractionPatternSequence'],\n '0088': ['SQ', '1', 'DeliveryTimeStructureCodeSequence'],\n '0089': ['SQ', '1', 'TreatmentSiteModifierCodeSequence'],\n '0090': ['CS', '1', 'RoboticBaseLocationIndicator'],\n '0091': ['SQ', '1', 'RoboticPathNodeSetCodeSequence'],\n '0092': ['UL', '1', 'RoboticNodeIdentifier'],\n '0093': ['FD', '3', 'RTTreatmentSourceCoordinates'],\n '0094': ['FD', '1', 'RadiationSourceCoordinateSystemYawAngle'],\n '0095': ['FD', '1', 'RadiationSourceCoordinateSystemRollAngle'],\n '0096': ['FD', '1', 'RadiationSourceCoordinateSystemPitchAngle'],\n '0097': ['SQ', '1', 'RoboticPathControlPointSequence'],\n '0098': ['SQ', '1', 'TomotherapeuticControlPointSequence'],\n '0099': ['FD', '1-n', 'TomotherapeuticLeafOpenDurations'],\n '009A': ['FD', '1-n', 'TomotherapeuticLeafInitialClosedDurations']\n },\n '4000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['LT', '1', 'Arbitrary'],\n '4000': ['LT', '1', 'TextComments']\n },\n '4008': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0040': ['SH', '1', 'ResultsID'],\n '0042': ['LO', '1', 'ResultsIDIssuer'],\n '0050': ['SQ', '1', 'ReferencedInterpretationSequence'],\n '00FF': ['CS', '1', 'ReportProductionStatusTrial'],\n '0100': ['DA', '1', 'InterpretationRecordedDate'],\n '0101': ['TM', '1', 'InterpretationRecordedTime'],\n '0102': ['PN', '1', 'InterpretationRecorder'],\n '0103': ['LO', '1', 'ReferenceToRecordedSound'],\n '0108': ['DA', '1', 'InterpretationTranscriptionDate'],\n '0109': ['TM', '1', 'InterpretationTranscriptionTime'],\n '010A': ['PN', '1', 'InterpretationTranscriber'],\n '010B': ['ST', '1', 'InterpretationText'],\n '010C': ['PN', '1', 'InterpretationAuthor'],\n '0111': ['SQ', '1', 'InterpretationApproverSequence'],\n '0112': ['DA', '1', 'InterpretationApprovalDate'],\n '0113': ['TM', '1', 'InterpretationApprovalTime'],\n '0114': ['PN', '1', 'PhysicianApprovingInterpretation'],\n '0115': ['LT', '1', 'InterpretationDiagnosisDescription'],\n '0117': ['SQ', '1', 'InterpretationDiagnosisCodeSequence'],\n '0118': ['SQ', '1', 'ResultsDistributionListSequence'],\n '0119': ['PN', '1', 'DistributionName'],\n '011A': ['LO', '1', 'DistributionAddress'],\n '0200': ['SH', '1', 'InterpretationID'],\n '0202': ['LO', '1', 'InterpretationIDIssuer'],\n '0210': ['CS', '1', 'InterpretationTypeID'],\n '0212': ['CS', '1', 'InterpretationStatusID'],\n '0300': ['ST', '1', 'Impressions'],\n '4000': ['ST', '1', 'ResultsComments']\n },\n '4010': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['CS', '1', 'LowEnergyDetectors'],\n '0002': ['CS', '1', 'HighEnergyDetectors'],\n '0004': ['SQ', '1', 'DetectorGeometrySequence'],\n '1001': ['SQ', '1', 'ThreatROIVoxelSequence'],\n '1004': ['FL', '3', 'ThreatROIBase'],\n '1005': ['FL', '3', 'ThreatROIExtents'],\n '1006': ['OB', '1', 'ThreatROIBitmap'],\n '1007': ['SH', '1', 'RouteSegmentID'],\n '1008': ['CS', '1', 'GantryType'],\n '1009': ['CS', '1', 'OOIOwnerType'],\n '100A': ['SQ', '1', 'RouteSegmentSequence'],\n '1010': ['US', '1', 'PotentialThreatObjectID'],\n '1011': ['SQ', '1', 'ThreatSequence'],\n '1012': ['CS', '1', 'ThreatCategory'],\n '1013': ['LT', '1', 'ThreatCategoryDescription'],\n '1014': ['CS', '1', 'ATDAbilityAssessment'],\n '1015': ['CS', '1', 'ATDAssessmentFlag'],\n '1016': ['FL', '1', 'ATDAssessmentProbability'],\n '1017': ['FL', '1', 'Mass'],\n '1018': ['FL', '1', 'Density'],\n '1019': ['FL', '1', 'ZEffective'],\n '101A': ['SH', '1', 'BoardingPassID'],\n '101B': ['FL', '3', 'CenterOfMass'],\n '101C': ['FL', '3', 'CenterOfPTO'],\n '101D': ['FL', '6-n', 'BoundingPolygon'],\n '101E': ['SH', '1', 'RouteSegmentStartLocationID'],\n '101F': ['SH', '1', 'RouteSegmentEndLocationID'],\n '1020': ['CS', '1', 'RouteSegmentLocationIDType'],\n '1021': ['CS', '1-n', 'AbortReason'],\n '1023': ['FL', '1', 'VolumeOfPTO'],\n '1024': ['CS', '1', 'AbortFlag'],\n '1025': ['DT', '1', 'RouteSegmentStartTime'],\n '1026': ['DT', '1', 'RouteSegmentEndTime'],\n '1027': ['CS', '1', 'TDRType'],\n '1028': ['CS', '1', 'InternationalRouteSegment'],\n '1029': ['LO', '1-n', 'ThreatDetectionAlgorithmAndVersion'],\n '102A': ['SH', '1', 'AssignedLocation'],\n '102B': ['DT', '1', 'AlarmDecisionTime'],\n '1031': ['CS', '1', 'AlarmDecision'],\n '1033': ['US', '1', 'NumberOfTotalObjects'],\n '1034': ['US', '1', 'NumberOfAlarmObjects'],\n '1037': ['SQ', '1', 'PTORepresentationSequence'],\n '1038': ['SQ', '1', 'ATDAssessmentSequence'],\n '1039': ['CS', '1', 'TIPType'],\n '103A': ['CS', '1', 'DICOSVersion'],\n '1041': ['DT', '1', 'OOIOwnerCreationTime'],\n '1042': ['CS', '1', 'OOIType'],\n '1043': ['FL', '3', 'OOISize'],\n '1044': ['CS', '1', 'AcquisitionStatus'],\n '1045': ['SQ', '1', 'BasisMaterialsCodeSequence'],\n '1046': ['CS', '1', 'PhantomType'],\n '1047': ['SQ', '1', 'OOIOwnerSequence'],\n '1048': ['CS', '1', 'ScanType'],\n '1051': ['LO', '1', 'ItineraryID'],\n '1052': ['SH', '1', 'ItineraryIDType'],\n '1053': ['LO', '1', 'ItineraryIDAssigningAuthority'],\n '1054': ['SH', '1', 'RouteID'],\n '1055': ['SH', '1', 'RouteIDAssigningAuthority'],\n '1056': ['CS', '1', 'InboundArrivalType'],\n '1058': ['SH', '1', 'CarrierID'],\n '1059': ['CS', '1', 'CarrierIDAssigningAuthority'],\n '1060': ['FL', '3', 'SourceOrientation'],\n '1061': ['FL', '3', 'SourcePosition'],\n '1062': ['FL', '1', 'BeltHeight'],\n '1064': ['SQ', '1', 'AlgorithmRoutingCodeSequence'],\n '1067': ['CS', '1', 'TransportClassification'],\n '1068': ['LT', '1', 'OOITypeDescriptor'],\n '1069': ['FL', '1', 'TotalProcessingTime'],\n '106C': ['OB', '1', 'DetectorCalibrationData'],\n '106D': ['CS', '1', 'AdditionalScreeningPerformed'],\n '106E': ['CS', '1', 'AdditionalInspectionSelectionCriteria'],\n '106F': ['SQ', '1', 'AdditionalInspectionMethodSequence'],\n '1070': ['CS', '1', 'AITDeviceType'],\n '1071': ['SQ', '1', 'QRMeasurementsSequence'],\n '1072': ['SQ', '1', 'TargetMaterialSequence'],\n '1073': ['FD', '1', 'SNRThreshold'],\n '1075': ['DS', '1', 'ImageScaleRepresentation'],\n '1076': ['SQ', '1', 'ReferencedPTOSequence'],\n '1077': ['SQ', '1', 'ReferencedTDRInstanceSequence'],\n '1078': ['ST', '1', 'PTOLocationDescription'],\n '1079': ['SQ', '1', 'AnomalyLocatorIndicatorSequence'],\n '107A': ['FL', '3', 'AnomalyLocatorIndicator'],\n '107B': ['SQ', '1', 'PTORegionSequence'],\n '107C': ['CS', '1', 'InspectionSelectionCriteria'],\n '107D': ['SQ', '1', 'SecondaryInspectionMethodSequence'],\n '107E': ['DS', '6', 'PRCSToRCSOrientation']\n },\n '4FFE': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['SQ', '1', 'MACParametersSequence']\n },\n '5000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0005': ['US', '1', 'CurveDimensions'],\n '0010': ['US', '1', 'NumberOfPoints'],\n '0020': ['CS', '1', 'TypeOfData'],\n '0022': ['LO', '1', 'CurveDescription'],\n '0030': ['SH', '1-n', 'AxisUnits'],\n '0040': ['SH', '1-n', 'AxisLabels'],\n '0103': ['US', '1', 'DataValueRepresentation'],\n '0104': ['US', '1-n', 'MinimumCoordinateValue'],\n '0105': ['US', '1-n', 'MaximumCoordinateValue'],\n '0106': ['SH', '1-n', 'CurveRange'],\n '0110': ['US', '1-n', 'CurveDataDescriptor'],\n '0112': ['US', '1-n', 'CoordinateStartValue'],\n '0114': ['US', '1-n', 'CoordinateStepValue'],\n '1001': ['CS', '1', 'CurveActivationLayer'],\n '2000': ['US', '1', 'AudioType'],\n '2002': ['US', '1', 'AudioSampleFormat'],\n '2004': ['US', '1', 'NumberOfChannels'],\n '2006': ['UL', '1', 'NumberOfSamples'],\n '2008': ['UL', '1', 'SampleRate'],\n '200A': ['UL', '1', 'TotalTime'],\n '200C': ['ox', '1', 'AudioSampleData'],\n '200E': ['LT', '1', 'AudioComments'],\n '2500': ['LO', '1', 'CurveLabel'],\n '2600': ['SQ', '1', 'CurveReferencedOverlaySequence'],\n '2610': ['US', '1', 'CurveReferencedOverlayGroup'],\n '3000': ['ox', '1', 'CurveData']\n },\n '5200': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '9229': ['SQ', '1', 'SharedFunctionalGroupsSequence'],\n '9230': ['SQ', '1', 'PerFrameFunctionalGroupsSequence']\n },\n '5400': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0100': ['SQ', '1', 'WaveformSequence'],\n '0110': ['ox', '1', 'ChannelMinimumValue'],\n '0112': ['ox', '1', 'ChannelMaximumValue'],\n '1004': ['US', '1', 'WaveformBitsAllocated'],\n '1006': ['CS', '1', 'WaveformSampleInterpretation'],\n '100A': ['ox', '1', 'WaveformPaddingValue'],\n '1010': ['ox', '1', 'WaveformData']\n },\n '5600': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['OF', '1', 'FirstOrderPhaseCorrectionAngle'],\n '0020': ['OF', '1', 'SpectroscopyData']\n },\n '6000': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['US', '1', 'OverlayRows'],\n '0011': ['US', '1', 'OverlayColumns'],\n '0012': ['US', '1', 'OverlayPlanes'],\n '0015': ['IS', '1', 'NumberOfFramesInOverlay'],\n '0022': ['LO', '1', 'OverlayDescription'],\n '0040': ['CS', '1', 'OverlayType'],\n '0045': ['LO', '1', 'OverlaySubtype'],\n '0050': ['SS', '2', 'OverlayOrigin'],\n '0051': ['US', '1', 'ImageFrameOrigin'],\n '0052': ['US', '1', 'OverlayPlaneOrigin'],\n '0060': ['CS', '1', 'OverlayCompressionCode'],\n '0061': ['SH', '1', 'OverlayCompressionOriginator'],\n '0062': ['SH', '1', 'OverlayCompressionLabel'],\n '0063': ['CS', '1', 'OverlayCompressionDescription'],\n '0066': ['AT', '1-n', 'OverlayCompressionStepPointers'],\n '0068': ['US', '1', 'OverlayRepeatInterval'],\n '0069': ['US', '1', 'OverlayBitsGrouped'],\n '0100': ['US', '1', 'OverlayBitsAllocated'],\n '0102': ['US', '1', 'OverlayBitPosition'],\n '0110': ['CS', '1', 'OverlayFormat'],\n '0200': ['US', '1', 'OverlayLocation'],\n '0800': ['CS', '1-n', 'OverlayCodeLabel'],\n '0802': ['US', '1', 'OverlayNumberOfTables'],\n '0803': ['AT', '1-n', 'OverlayCodeTableLocation'],\n '0804': ['US', '1', 'OverlayBitsForCodeWord'],\n '1001': ['CS', '1', 'OverlayActivationLayer'],\n '1100': ['US', '1', 'OverlayDescriptorGray'],\n '1101': ['US', '1', 'OverlayDescriptorRed'],\n '1102': ['US', '1', 'OverlayDescriptorGreen'],\n '1103': ['US', '1', 'OverlayDescriptorBlue'],\n '1200': ['US', '1-n', 'OverlaysGray'],\n '1201': ['US', '1-n', 'OverlaysRed'],\n '1202': ['US', '1-n', 'OverlaysGreen'],\n '1203': ['US', '1-n', 'OverlaysBlue'],\n '1301': ['IS', '1', 'ROIArea'],\n '1302': ['DS', '1', 'ROIMean'],\n '1303': ['DS', '1', 'ROIStandardDeviation'],\n '1500': ['LO', '1', 'OverlayLabel'],\n '3000': ['ox', '1', 'OverlayData'],\n '4000': ['LT', '1', 'OverlayComments']\n },\n '7F00': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0010': ['ox', '1', 'VariablePixelData'],\n '0011': ['US', '1', 'VariableNextDataGroup'],\n '0020': ['OW', '1', 'VariableCoefficientsSDVN'],\n '0030': ['OW', '1', 'VariableCoefficientsSDHN'],\n '0040': ['OW', '1', 'VariableCoefficientsSDDN']\n },\n '7FE0': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n '0001': ['OV', '1', 'ExtendedOffsetTable'],\n '0002': ['OV', '1', 'ExtendedOffsetTableLengths'],\n '0008': ['OF', '1', 'FloatPixelData'],\n '0009': ['OD', '1', 'DoubleFloatPixelData'],\n '0010': ['ox', '1', 'PixelData'],\n '0020': ['OW', '1', 'CoefficientsSDVN'],\n '0030': ['OW', '1', 'CoefficientsSDHN'],\n '0040': ['OW', '1', 'CoefficientsSDDN']\n },\n 'FFFA': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n 'FFFA': ['SQ', '1', 'DigitalSignaturesSequence']\n },\n 'FFFC': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n 'FFFC': ['OB', '1', 'DataSetTrailingPadding']\n },\n 'FFFE': {\n '0000': ['UL', '1', 'GenericGroupLength'],\n 'E000': ['NONE', '1', 'Item'],\n 'E00D': ['NONE', '1', 'ItemDelimitationItem'],\n 'E0DD': ['NONE', '1', 'SequenceDelimitationItem']\n }\n}; // Dictionary\n\n/**\n * Add tags to the dictionary.\n *\n * @param {string} group The group key.\n * @param {Object} tags The tags to add as an\n * object indexed by element key with values as:\n * [VR, multiplicity, TagName] (all strings).\n */\nexport function addTagsToDictionary(group, tags) {\n // TODO: add checks!\n dictionary[group] = tags;\n}\n\n/**\n * Tag groups: key to name pairs.\n * Copied from gdcm-2.6.1\\Source\\DataDictionary\\GroupName.dic\n * -> removed duplicates (commented).\n *\n * @type {Object}\n */\nexport const tagGroups = {\n '0000': 'Command',\n '0002': 'Meta Element',\n '0004': 'File Set',\n //'0004': 'Directory',\n '0008': 'Identifying',\n '0009': 'SPI Identifying',\n '0010': 'Patient',\n '0012': 'Clinical Trial',\n '0018': 'Acquisition',\n '0019': 'SPI Acquisition',\n '0020': 'Image',\n '0021': 'SPI Image',\n '0022': 'Ophtalmology',\n '0028': 'Image Presentation',\n '0032': 'Study',\n '0038': 'Visit',\n '003A': 'Waveform',\n '0040': 'Procedure',\n //'0040': ''Modality Worklist',\n '0042': 'Encapsulated Document',\n '0050': 'Device Informations',\n //'0050': 'XRay Angio Device',\n '0054': 'Nuclear Medicine',\n '0060': 'Histogram',\n '0070': 'Presentation State',\n '0072': 'Hanging Protocol',\n '0088': 'Storage',\n //'0088': 'Medicine',\n '0100': 'Authorization',\n '0400': 'Digital Signature',\n '1000': 'Code Table',\n '1010': 'Zonal Map',\n '2000': 'Film Session',\n '2010': 'Film Box',\n '2020': 'Image Box',\n '2030': 'Annotation',\n '2040': 'Overlay Box',\n '2050': 'Presentation LUT',\n '2100': 'Print Job',\n '2110': 'Printer',\n '2120': 'Queue',\n '2130': 'Print Content',\n '2200': 'Media Creation',\n '3002': 'RT Image',\n '3004': 'RT Dose',\n '3006': 'RT StructureSet',\n '3008': 'RT Treatment',\n '300A': 'RT Plan',\n '300C': 'RT Relationship',\n '300E': 'RT Approval',\n '4000': 'Text',\n '4008': 'Results',\n '4FFE': 'MAC Parameters',\n '5000': 'Curve',\n '5002': 'Curve',\n '5004': 'Curve',\n '5006': 'Curve',\n '5008': 'Curve',\n '500A': 'Curve',\n '500C': 'Curve',\n '500E': 'Curve',\n '5400': 'Waveform Data',\n '6000': 'Overlays',\n '6002': 'Overlays',\n '6004': 'Overlays',\n '6008': 'Overlays',\n '600A': 'Overlays',\n '600C': 'Overlays',\n '600E': 'Overlays',\n 'FFFC': 'Generic',\n '7FE0': 'Pixel Data',\n 'FFFF': 'Unknown'\n};\n\n/**\n * List of Value Representation (VR) with 32bit Value Length (VL).\n *\n * Added locally used 'ox'.\n * See {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_7.html#table_7.1-1}.\n *\n * @type {Object}\n */\nconst vr32bitVL = {\n OB: true,\n OD: true,\n OF: true,\n OL: true,\n OV: true,\n OW: true,\n SQ: true,\n SV: true,\n UC: true,\n UN: true,\n UR: true,\n UT: true,\n UV: true,\n ox: true\n};\n\n/**\n * Does the input Value Representation (VR) have a 32bit Value Length (VL).\n *\n * @param {string} vr The data Value Representation (VR).\n * @returns {boolean} True if this VR has a 32-bit VL.\n */\nexport function is32bitVLVR(vr) {\n return typeof vr32bitVL[vr] !== 'undefined';\n}\n\n/**\n * List of string VR with extended or replaced default character repertoire defined in\n * Specific Character Set (0008,0005).\n *\n * See {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_6.html#sect_6.1.2.2}.\n *\n * @type {Object}\n */\nconst vrCharSetString = {\n SH: true,\n LO: true,\n UC: true,\n ST: true,\n LT: true,\n UT: true,\n PN: true\n};\n\n/**\n * Does the input Value Representation (VR) have an special character repertoire.\n *\n * @param {string} vr The data VR.\n * @returns {boolean} True if this VR has a special char set.\n */\nexport function isCharSetStringVR(vr) {\n return typeof vrCharSetString[vr] !== 'undefined';\n}\n\n/**\n * VR equivalent javascript types.\n *\n * See {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_6.2.html#table_6.2-1}.\n *\n * @type {Object}\n */\nexport const vrTypes = {\n AE: 'string',\n AS: 'string',\n AT: undefined,\n CS: 'string',\n DA: 'string',\n DS: 'string',\n DT: 'string',\n FL: 'Float32',\n FD: 'Float64',\n IS: 'string',\n LO: 'string',\n LT: 'string',\n OB: 'Uint8',\n OD: 'Uint64',\n OF: 'Uint32',\n OL: 'Uint32',\n OV: 'Uint64',\n OW: 'Uint16',\n PN: 'string',\n SH: 'string',\n SL: 'Int32',\n SQ: undefined,\n SS: 'Int16',\n ST: 'string',\n SV: 'Int64',\n TM: 'string',\n UC: 'string',\n UI: 'string',\n UL: 'Uint32',\n UN: 'Uint8',\n UR: 'string',\n US: 'Uint16',\n UT: 'string',\n UV: 'Uint64'\n};\n\n/**\n * Transfer syntaxes.\n *\n * See {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part06/chapter_A.html#table_A-1}.\n *\n * @type {Object}\n */\nexport const transferSyntaxes = {\n '1.2.840.10008.1.2': 'Implicit VR Little Endian',\n '1.2.840.10008.1.2.1': 'Explicit VR Little Endian',\n '1.2.840.10008.1.2.1.98': 'Encapsulated Uncompressed Explicit VR Little Endian',\n '1.2.840.10008.1.2.1.99': 'Deflated Explicit VR Little Endian',\n '1.2.840.10008.1.2.2': 'Explicit VR Big Endian (Retired)',\n '1.2.840.10008.1.2.4.50': 'JPEG Baseline (Process 1)',\n '1.2.840.10008.1.2.4.51': 'JPEG Extended (Process 2 & 4)',\n '1.2.840.10008.1.2.4.52': 'JPEG Extended (Process 3 & 5) (Retired)',\n '1.2.840.10008.1.2.4.53': 'JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8) (Retired)',\n '1.2.840.10008.1.2.4.54': 'JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9) (Retired)',\n '1.2.840.10008.1.2.4.55': 'JPEG Full Progression, Non-Hierarchical (Process 10 & 12) (Retired)',\n '1.2.840.10008.1.2.4.56': 'JPEG Full Progression, Non-Hierarchical (Process 11 & 13) (Retired)',\n '1.2.840.10008.1.2.4.57': 'JPEG Lossless, Non-Hierarchical (Process 14)',\n '1.2.840.10008.1.2.4.58': 'JPEG Lossless, Non-Hierarchical (Process 15) (Retired)',\n '1.2.840.10008.1.2.4.59': 'JPEG Extended, Hierarchical (Process 16 & 18) (Retired)',\n '1.2.840.10008.1.2.4.60': 'JPEG Extended, Hierarchical (Process 17 & 19) (Retired)',\n '1.2.840.10008.1.2.4.61': 'JPEG Spectral Selection, Hierarchical (Process 20 & 22) (Retired)',\n '1.2.840.10008.1.2.4.62': 'JPEG Spectral Selection, Hierarchical (Process 21 & 23) (Retired)',\n '1.2.840.10008.1.2.4.63': 'JPEG Full Progression, Hierarchical (Process 24 & 26) (Retired)',\n '1.2.840.10008.1.2.4.64': 'JPEG Full Progression, Hierarchical (Process 25 & 27) (Retired)',\n '1.2.840.10008.1.2.4.65': 'JPEG Lossless, Hierarchical (Process 28) (Retired)',\n '1.2.840.10008.1.2.4.66': 'JPEG Lossless, Hierarchical (Process 29) (Retired)',\n '1.2.840.10008.1.2.4.70': 'JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])',\n '1.2.840.10008.1.2.4.80': 'JPEG-LS Lossless Image Compression',\n '1.2.840.10008.1.2.4.81': 'JPEG-LS Lossy (Near-Lossless) Image Compression',\n '1.2.840.10008.1.2.4.90': 'JPEG 2000 Image Compression (Lossless Only)',\n '1.2.840.10008.1.2.4.91': 'JPEG 2000 Image Compression',\n '1.2.840.10008.1.2.4.92': 'JPEG 2000 Part 2 Multi-component Image Compression (Lossless Only)',\n '1.2.840.10008.1.2.4.93': 'JPEG 2000 Part 2 Multi-component Image Compression',\n '1.2.840.10008.1.2.4.94': 'JPIP Referenced',\n '1.2.840.10008.1.2.4.95': 'JPIP Referenced Deflate',\n '1.2.840.10008.1.2.4.100': 'MPEG2 Main Profile / Main Level',\n '1.2.840.10008.1.2.4.101': 'MPEG2 Main Profile / High Level',\n '1.2.840.10008.1.2.4.102': 'MPEG-4 AVC/H.264 High Profile / Level 4.1',\n '1.2.840.10008.1.2.4.103': 'MPEG-4 AVC/H.264 BD-compatible High Profile / Level 4.1',\n '1.2.840.10008.1.2.4.104': 'MPEG-4 AVC/H.264 High Profile / Level 4.2 For 2D Video',\n '1.2.840.10008.1.2.4.105': 'MPEG-4 AVC/H.264 High Profile / Level 4.2 For 3D Video',\n '1.2.840.10008.1.2.4.106': 'MPEG-4 AVC/H.264 Stereo High Profile / Level 4.2',\n '1.2.840.10008.1.2.4.107': 'HEVC/H.265 Main Profile / Level 5.1',\n '1.2.840.10008.1.2.4.108': 'HEVC/H.265 Main 10 Profile / Level 5.1',\n '1.2.840.10008.1.2.5': 'RLE Lossless',\n '1.2.840.10008.1.2.6.1': 'RFC 2557 MIME encapsulation (Retired)',\n '1.2.840.10008.1.2.6.2': 'XML Encoding (Retired)',\n '1.2.840.10008.1.2.7.1': 'SMPTE ST 2110-20 Uncompressed Progressive Active Video',\n '1.2.840.10008.1.2.7.2': 'SMPTE ST 2110-20 Uncompressed Interlaced Active Video',\n '1.2.840.10008.1.2.7.3': 'SMPTE ST 2110-30 PCM Digital Audio',\n '1.2.840.10008.1.20': 'Papyrus 3 Implicit VR Little Endian (Retired)'\n};\n\n/**\n * Transfer syntaxes indexed by keyword.\n *\n * @type {Object}\n */\nexport const transferSyntaxKeywords = {\n ImplicitVRLittleEndian: '1.2.840.10008.1.2',\n ExplicitVRLittleEndian: '1.2.840.10008.1.2.1',\n EncapsulatedUncompressedExplicitVRLittleEndian: '1.2.840.10008.1.2.1.98',\n DeflatedExplicitVRLittleEndian: '1.2.840.10008.1.2.1.99',\n ExplicitVRBigEndian: '1.2.840.10008.1.2.2',\n JPEGBaseline8Bit: '1.2.840.10008.1.2.4.50',\n JPEGExtended12Bit: '1.2.840.10008.1.2.4.51',\n JPEGExtended35: '1.2.840.10008.1.2.4.52',\n JPEGSpectralSelectionNonHierarchical68: '1.2.840.10008.1.2.4.53',\n JPEGSpectralSelectionNonHierarchical79: '1.2.840.10008.1.2.4.54',\n JPEGFullProgressionNonHierarchical1012: '1.2.840.10008.1.2.4.55',\n JPEGFullProgressionNonHierarchical1113: '1.2.840.10008.1.2.4.56',\n JPEGLossless: '1.2.840.10008.1.2.4.57',\n JPEGLosslessNonHierarchical15: '1.2.840.10008.1.2.4.58',\n JPEGExtendedHierarchical1618: '1.2.840.10008.1.2.4.59',\n JPEGExtendedHierarchical1719: '1.2.840.10008.1.2.4.60',\n JPEGSpectralSelectionHierarchical2022: '1.2.840.10008.1.2.4.61',\n JPEGSpectralSelectionHierarchical2123: '1.2.840.10008.1.2.4.62',\n JPEGFullProgressionHierarchical2426: '1.2.840.10008.1.2.4.63',\n JPEGFullProgressionHierarchical2527: '1.2.840.10008.1.2.4.64',\n JPEGLosslessHierarchical28: '1.2.840.10008.1.2.4.65',\n JPEGLosslessHierarchical29: '1.2.840.10008.1.2.4.66',\n JPEGLosslessSV1: '1.2.840.10008.1.2.4.70',\n JPEGLSLossless: '1.2.840.10008.1.2.4.80',\n JPEGLSNearLossless: '1.2.840.10008.1.2.4.81',\n JPEG2000Lossless: '1.2.840.10008.1.2.4.90',\n JPEG2000: '1.2.840.10008.1.2.4.91',\n JPEG2000MCLossless: '1.2.840.10008.1.2.4.92',\n JPEG2000MC: '1.2.840.10008.1.2.4.93',\n JPIPReferenced: '1.2.840.10008.1.2.4.94',\n JPIPReferencedDeflate: '1.2.840.10008.1.2.4.95',\n MPEG2MPML: '1.2.840.10008.1.2.4.100',\n MPEG2MPHL: '1.2.840.10008.1.2.4.101',\n MPEG4HP41: '1.2.840.10008.1.2.4.102',\n MPEG4HP41BD: '1.2.840.10008.1.2.4.103',\n MPEG4HP422D: '1.2.840.10008.1.2.4.104',\n MPEG4HP423D: '1.2.840.10008.1.2.4.105',\n MPEG4HP42STEREO: '1.2.840.10008.1.2.4.106',\n HEVCMP51: '1.2.840.10008.1.2.4.107',\n HEVCM10P51: '1.2.840.10008.1.2.4.108',\n RLELossless: '1.2.840.10008.1.2.5',\n RFC2557MIMEEncapsulation: '1.2.840.10008.1.2.6.1',\n XMLEncoding: '1.2.840.10008.1.2.6.2',\n SMPTEST211020UncompressedProgressiveActiveVideo: '1.2.840.10008.1.2.7.1',\n SMPTEST211020UncompressedInterlacedActiveVideo: '1.2.840.10008.1.2.7.2',\n SMPTEST211030PCMDigitalAudio: '1.2.840.10008.1.2.7.3',\n Papyrus3ImplicitVRLittleEndian: '1.2.840.10008.1.20'\n};\n","import {\n dictionary,\n tagGroups\n} from './dictionary';\n\n/**\n * Immutable tag.\n */\nexport class Tag {\n\n /**\n * The tag group.\n *\n * @type {string}\n */\n #group;\n\n /**\n * The tag element.\n *\n * @type {string}\n */\n #element;\n\n /**\n * @param {string} group The tag group as '####'.\n * @param {string} element The tag element as '####'.\n */\n constructor(group, element) {\n if (!group || typeof group === 'undefined') {\n throw new Error('Cannot create tag with no group.');\n }\n if (group.length !== 4) {\n throw new Error('Cannot create tag with badly sized group: ' + group);\n }\n if (!element || typeof element === 'undefined') {\n throw new Error('Cannot create tag with no element.');\n }\n if (element.length !== 4) {\n throw new Error('Cannot create tag with badly sized element: ' + element);\n }\n this.#group = group;\n this.#element = element;\n }\n\n /**\n * Get the tag group.\n *\n * @returns {string} The tag group.\n */\n getGroup() {\n return this.#group;\n }\n\n /**\n * Get the tag element.\n *\n * @returns {string} The tag element.\n */\n getElement() {\n return this.#element;\n }\n\n /**\n * Get as string representation of the tag: 'key: name'.\n *\n * @returns {string} A string representing the tag.\n */\n toString() {\n return this.getKey() + ': ' + this.getNameFromDictionary();\n }\n\n /**\n * Check for Tag equality.\n *\n * @param {Tag} rhs The other tag to compare to.\n * @returns {boolean} True if both tags are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n typeof rhs !== 'undefined' &&\n this.#group === rhs.getGroup() &&\n this.#element === rhs.getElement();\n }\n\n /**\n * Get the group-element key used to store DICOM elements.\n *\n * @returns {string} The key as '########'.\n */\n getKey() {\n return this.#group + this.#element;\n }\n\n /**\n * Get the group name as defined in TagGroups.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return tagGroups[this.#group];\n }\n\n /**\n * Does this tag have a VR.\n * Basically not the Item, ItemDelimitationItem nor\n * SequenceDelimitationItem tags.\n *\n * @returns {boolean} True if this tag has a VR.\n */\n isWithVR() {\n return !(this.#group === 'FFFE' &&\n (this.#element === 'E000' ||\n this.#element === 'E00D' ||\n this.#element === 'E0DD')\n );\n }\n\n /**\n * Is the tag group a private tag group ?\n *\n * See: {@link http://dicom.nema.org/medical/dicom/2022a/output/html/part05.html#sect_7.8}.\n *\n * @returns {boolean} True if the tag group is private,\n * ie if its group is an odd number.\n */\n isPrivate() {\n return parseInt(this.#group, 16) % 2 === 1;\n }\n\n /**\n * Get the tag info from the dicom dictionary.\n *\n * @returns {string[]|undefined} The info as [vr, multiplicity, name].\n */\n #getInfoFromDictionary() {\n let info;\n if (typeof dictionary[this.#group] !== 'undefined' &&\n typeof dictionary[this.#group][this.#element] !==\n 'undefined') {\n info = dictionary[this.#group][this.#element];\n }\n return info;\n }\n\n /**\n * Get the tag Value Representation (VR) from the dicom dictionary.\n *\n * @returns {string|undefined} The VR.\n */\n getVrFromDictionary() {\n let vr;\n const info = this.#getInfoFromDictionary();\n if (typeof info !== 'undefined') {\n vr = info[0];\n }\n return vr;\n }\n\n /**\n * Get the tag name from the dicom dictionary.\n *\n * @returns {string|undefined} The VR.\n */\n getNameFromDictionary() {\n let name;\n const info = this.#getInfoFromDictionary();\n if (typeof info !== 'undefined') {\n name = info[2];\n }\n return name;\n }\n\n} // Tag class\n\n/**\n * Tag compare function.\n *\n * @param {Tag} a The first tag.\n * @param {Tag} b The second tag.\n * @returns {number} The result of the tag comparison,\n * positive for b before a, negative for a before b and\n * zero to keep same order.\n */\nexport function tagCompareFunction(a, b) {\n // first by group\n let res = parseInt(a.getGroup(), 16) - parseInt(b.getGroup(), 16);\n if (res === 0) {\n // by element if same group\n res = parseInt(a.getElement(), 16) - parseInt(b.getElement(), 16);\n }\n return res;\n}\n\n/**\n * Split a group-element key used to store DICOM elements.\n *\n * @param {string} key The key in form \"00280102\" as generated by tag::getKey.\n * @returns {Tag} The DICOM tag.\n */\nexport function getTagFromKey(key) {\n if (!key || typeof key === 'undefined') {\n throw new Error('Cannot create tag with no key.');\n }\n if (key.length !== 8) {\n throw new Error('Cannot create tag with badly sized key: ' + key);\n }\n return new Tag(key.substring(0, 4), key.substring(4, 8));\n}\n\n/**\n * Get the TransferSyntaxUID Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getTransferSyntaxUIDTag() {\n return new Tag('0002', '0010');\n}\n\n/**\n * Get the FileMetaInformationGroupLength Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getFileMetaInformationGroupLengthTag() {\n return new Tag('0002', '0000');\n}\n\n/**\n * Is the input tag the FileMetaInformationGroupLength Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isFileMetaInformationGroupLengthTag(tag) {\n return tag.equals(getFileMetaInformationGroupLengthTag());\n}\n\n/**\n * Get the Item Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getItemTag() {\n return new Tag('FFFE', 'E000');\n}\n\n/**\n * Is the input tag the Item Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isItemTag(tag) {\n // faster than tag.equals(getItemTag());\n return tag.getKey() === 'FFFEE000';\n}\n\n/**\n * Get the ItemDelimitationItem Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getItemDelimitationItemTag() {\n return new Tag('FFFE', 'E00D');\n}\n\n/**\n * Is the input tag the ItemDelimitationItem Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isItemDelimitationItemTag(tag) {\n // faster than tag.equals(getItemDelimitationItemTag());\n return tag.getKey() === 'FFFEE00D';\n}\n\n/**\n * Get the SequenceDelimitationItem Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getSequenceDelimitationItemTag() {\n return new Tag('FFFE', 'E0DD');\n}\n\n/**\n * Is the input tag the SequenceDelimitationItem Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isSequenceDelimitationItemTag(tag) {\n // faster than tag.equals(getSequenceDelimitationItemTag());\n return tag.getKey() === 'FFFEE0DD';\n}\n\n/**\n * Get the PixelData Tag.\n *\n * @returns {Tag} The tag.\n */\nexport function getPixelDataTag() {\n return new Tag('7FE0', '0010');\n}\n\n/**\n * Is the input tag the PixelData Tag.\n *\n * @param {Tag} tag The tag to test.\n * @returns {boolean} True if the asked tag.\n */\nexport function isPixelDataTag(tag) {\n // faster than tag.equals(getPixelDataTag());\n return tag.getKey() === '7FE00010';\n}\n\n/**\n * Get a tag from the dictionary using a tag string name.\n *\n * @param {string} tagName The tag string name.\n * @returns {Tag|undefined} The tag object or null if not found.\n */\nexport function getTagFromDictionary(tagName) {\n if (typeof tagName === 'undefined' || tagName === null) {\n return null;\n }\n let group = null;\n let element = null;\n const dict = dictionary;\n const keys0 = Object.keys(dict);\n let keys1 = null;\n let foundTag = false;\n // search through dictionary\n for (let k0 = 0, lenK0 = keys0.length; k0 < lenK0; ++k0) {\n group = keys0[k0];\n keys1 = Object.keys(dict[group]);\n for (let k1 = 0, lenK1 = keys1.length; k1 < lenK1; ++k1) {\n element = keys1[k1];\n if (dict[group][element][2] === tagName) {\n foundTag = true;\n break;\n }\n }\n if (foundTag) {\n break;\n }\n }\n let tag;\n if (foundTag) {\n tag = new Tag(group, element);\n }\n return tag;\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Tag} from './dicomTag';\n/* eslint-enable no-unused-vars */\n\n/**\n * DICOM data element.\n */\nexport class DataElement {\n /**\n * The element Value Representation.\n *\n * @type {string}\n */\n vr;\n /**\n * The element value.\n *\n * @type {Array}\n */\n value;\n\n // [start] internal values\n // only present during parsing or writing otherwise not set\n\n /**\n * The element dicom tag.\n *\n * @type {Tag}\n */\n tag;\n\n /**\n * The element Value Length.\n *\n * @type {number}\n */\n vl;\n\n /**\n * Flag to know if defined or undefined sequence length.\n *\n * @type {boolean}\n */\n undefinedLength;\n\n /**\n * The element start offset.\n *\n * @type {number}\n */\n startOffset;\n\n /**\n * The element end offset.\n *\n * @type {number}\n */\n endOffset;\n\n /**\n * The sequence items.\n *\n * @type {Array}\n */\n items;\n\n // [end] internal values\n\n /**\n * @param {string} vr The element VR (Value Representation).\n */\n constructor(vr) {\n this.vr = vr;\n }\n}","/**\n * Is the Native endianness Little Endian.\n *\n * @returns {boolean} True if little endian.\n */\nexport function isNativeLittleEndian() {\n return new Int8Array(new Int16Array([1]).buffer)[0] > 0;\n}\n\n/**\n * Flip an array's endianness.\n * Inspired from [DataStream.js]{@link https://github.com/kig/DataStream.js}.\n *\n * @param {object} array The array to flip (modified).\n */\nfunction flipArrayEndianness(array) {\n const blen = array.byteLength;\n const u8 = new Uint8Array(array.buffer, array.byteOffset, blen);\n const bpe = array.BYTES_PER_ELEMENT;\n let tmp;\n for (let i = 0; i < blen; i += bpe) {\n for (let j = i + bpe - 1, k = i; j > k; j--, k++) {\n tmp = u8[k];\n u8[k] = u8[j];\n u8[j] = tmp;\n }\n }\n}\n\n/**\n * Data reader.\n */\nexport class DataReader {\n\n /**\n * The input buffer.\n *\n * @type {ArrayBuffer}\n */\n #buffer;\n\n /**\n * Is the endianness Little Endian.\n *\n * @type {boolean}\n */\n #isLittleEndian = true;\n\n /**\n * Is the Native endianness Little Endian.\n *\n * @type {boolean}\n */\n #isNativeLittleEndian = isNativeLittleEndian();\n\n /**\n * Flag to know if the TypedArray data needs flipping.\n *\n * @type {boolean}\n */\n #needFlip;\n\n /**\n * The main data view.\n *\n * @type {DataView}\n */\n #view;\n\n /**\n * @param {ArrayBuffer} buffer The input array buffer.\n * @param {boolean} [isLittleEndian] Flag to tell if the data is little\n * or big endian (default: true).\n */\n constructor(buffer, isLittleEndian) {\n this.#buffer = buffer;\n // Set endian flag if not defined.\n if (typeof isLittleEndian !== 'undefined') {\n this.#isLittleEndian = isLittleEndian;\n }\n this.#needFlip = (this.#isLittleEndian !== this.#isNativeLittleEndian);\n this.#view = new DataView(buffer);\n }\n\n /**\n * Read Uint16 (2 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readUint16(byteOffset) {\n return this.#view.getUint16(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Int16 (2 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readInt16(byteOffset) {\n return this.#view.getInt16(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Uint32 (4 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readUint32(byteOffset) {\n return this.#view.getUint32(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read BigUint64 (8 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {bigint} The read data.\n */\n readBigUint64(byteOffset) {\n return this.#view.getBigUint64(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Int32 (4 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readInt32(byteOffset) {\n return this.#view.getInt32(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read BigInt64 (8 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {bigint} The read data.\n */\n readBigInt64(byteOffset) {\n return this.#view.getBigInt64(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Float32 (4 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readFloat32(byteOffset) {\n return this.#view.getFloat32(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read Float64 (8 bytes) data.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {number} The read data.\n */\n readFloat64(byteOffset) {\n return this.#view.getFloat64(byteOffset, this.#isLittleEndian);\n }\n\n /**\n * Read binary (0/1) array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Uint8Array} The read data.\n */\n readBinaryArray(byteOffset, size) {\n // input\n const bitArray = new Uint8Array(this.#buffer, byteOffset, size);\n // result\n const byteArrayLength = 8 * bitArray.length;\n const data = new Uint8Array(byteArrayLength);\n let bitNumber = 0;\n let bitIndex = 0;\n for (let i = 0; i < byteArrayLength; ++i) {\n bitNumber = i % 8;\n bitIndex = Math.floor(i / 8);\n // see https://stackoverflow.com/questions/4854207/get-a-specific-bit-from-byte/4854257\n // @ts-ignore\n data[i] = 255 * ((bitArray[bitIndex] & (1 << bitNumber)) !== 0);\n }\n return data;\n }\n\n /**\n * Read Uint8 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Uint8Array} The read data.\n */\n readUint8Array(byteOffset, size) {\n return new Uint8Array(this.#buffer, byteOffset, size);\n }\n\n /**\n * Read Int8 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Int8Array} The read data.\n */\n readInt8Array(byteOffset, size) {\n return new Int8Array(this.#buffer, byteOffset, size);\n }\n\n /**\n * Read Uint16 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Uint16Array} The read data.\n */\n readUint16Array(byteOffset, size) {\n const bpe = Uint16Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Uint16Array.BYTES_PER_ELEMENT (=2)\n if (byteOffset % bpe === 0) {\n data = new Uint16Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Uint16Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readUint16(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Int16 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Int16Array} The read data.\n */\n readInt16Array(byteOffset, size) {\n const bpe = Int16Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Int16Array.BYTES_PER_ELEMENT (=2)\n if (byteOffset % bpe === 0) {\n data = new Int16Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Int16Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readInt16(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Uint32 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Uint32Array} The read data.\n */\n readUint32Array(byteOffset, size) {\n const bpe = Uint32Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Uint32Array.BYTES_PER_ELEMENT (=4)\n if (byteOffset % bpe === 0) {\n data = new Uint32Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Uint32Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readUint32(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Uint64 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {BigUint64Array} The read data.\n */\n readUint64Array(byteOffset, size) {\n const bpe = BigUint64Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of BigUint64Array.BYTES_PER_ELEMENT (=8)\n if (byteOffset % bpe === 0) {\n data = new BigUint64Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new BigUint64Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readBigUint64(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Int32 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Int32Array} The read data.\n */\n readInt32Array(byteOffset, size) {\n const bpe = Int32Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Int32Array.BYTES_PER_ELEMENT (=4)\n if (byteOffset % bpe === 0) {\n data = new Int32Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Int32Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readInt32(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Int64 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {BigInt64Array} The read data.\n */\n readInt64Array(byteOffset, size) {\n const bpe = BigInt64Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of BigInt64Array.BYTES_PER_ELEMENT (=8)\n if (byteOffset % bpe === 0) {\n data = new BigInt64Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new BigInt64Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readBigInt64(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Float32 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Float32Array} The read data.\n */\n readFloat32Array(byteOffset, size) {\n const bpe = Float32Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Float32Array.BYTES_PER_ELEMENT (=4)\n if (byteOffset % bpe === 0) {\n data = new Float32Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Float32Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readFloat32(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read Float64 array.\n *\n * @param {number} byteOffset The offset to start reading from.\n * @param {number} size The size of the array.\n * @returns {Float64Array} The read data.\n */\n readFloat64Array(byteOffset, size) {\n const bpe = Float64Array.BYTES_PER_ELEMENT;\n const arraySize = size / bpe;\n let data = null;\n // byteOffset should be a multiple of Float64Array.BYTES_PER_ELEMENT (=8)\n if (byteOffset % bpe === 0) {\n data = new Float64Array(this.#buffer, byteOffset, arraySize);\n if (this.#needFlip) {\n flipArrayEndianness(data);\n }\n } else {\n data = new Float64Array(arraySize);\n let index = byteOffset;\n for (let i = 0; i < arraySize; ++i) {\n data[i] = this.readFloat64(index);\n index += bpe;\n }\n }\n return data;\n }\n\n /**\n * Read data as an hexadecimal string of length 4 (no '0x' prefix).\n *\n * @param {number} byteOffset The offset to start reading from.\n * @returns {string} The read data ('####').\n */\n readHex(byteOffset) {\n // read and convert to hex string\n const str = this.readUint16(byteOffset).toString(16);\n // return padded\n return '0000'.substring(0, 4 - str.length) + str.toUpperCase();\n }\n\n} // class DataReader\n","import {\n Tag,\n getTransferSyntaxUIDTag,\n isSequenceDelimitationItemTag,\n isItemDelimitationItemTag,\n isPixelDataTag\n} from './dicomTag';\nimport {\n is32bitVLVR,\n isCharSetStringVR,\n transferSyntaxes,\n transferSyntaxKeywords,\n vrTypes,\n} from './dictionary';\nimport {DataElement} from './dataElement';\nimport {DataReader} from './dataReader';\nimport {logger} from '../utils/logger';\n\n/**\n * List of DICOM data elements indexed via a 8 character string formed from\n * the group and element numbers.\n *\n * @typedef {Object} DataElements\n */\n\n/**\n * Get the version of the library.\n *\n * @returns {string} The version of the library.\n */\nexport function getDwvVersion() {\n return '0.34.0-beta.19';\n}\n\n/**\n * Check that an input buffer includes the DICOM prefix 'DICM'\n * after the 128 bytes preamble.\n *\n * Ref: [DICOM File Meta]{@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part10/chapter_7.html#sect_7.1}.\n *\n * @param {ArrayBuffer} buffer The buffer to check.\n * @returns {boolean} True if the buffer includes the prefix.\n */\nexport function hasDicomPrefix(buffer) {\n // check size: typed array constructor will throw RangeError if\n // byteOffset + length * TypedArray.BYTES_PER_ELEMENT > buffer.byteLength\n if (buffer.byteLength < 132) {\n return false;\n }\n const prefixArray = new Uint8Array(buffer, 128, 4);\n const stringReducer = function (previous, current) {\n return previous += String.fromCharCode(current);\n };\n return prefixArray.reduce(stringReducer, '') === 'DICM';\n}\n\n// Zero-width space (u200B)\n// @ts-ignore\nconst ZWS = String.fromCharCode('u200B');\n\n/**\n * Clean string: remove zero-width space ending and trim.\n * Warning: no tests are done on the input, will fail if\n * null or undefined or not string.\n * Exported for tests only.\n *\n * @param {string} inputStr The string to clean.\n * @returns {string} The cleaned string.\n */\nexport function cleanString(inputStr) {\n let res = inputStr;\n // get rid of ending zero-width space\n const lastIndex = inputStr.length - 1;\n if (inputStr[lastIndex] === ZWS) {\n res = inputStr.substring(0, lastIndex);\n }\n // trim spaces\n res = res.trim();\n // return\n return res;\n}\n\n/**\n * Get the utfLabel (used by the TextDecoder) from a character set term.\n *\n * References:\n * - DICOM [Value Encoding]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_6.html},\n * - DICOM [Specific Character Set]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.12.html#sect_C.12.1.1.2},\n * - [TextDecoder#Parameters]{@link https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder/TextDecoder#Parameters}.\n *\n * @param {string} charSetTerm The DICOM character set.\n * @returns {string} The corresponding UTF label.\n */\nfunction getUtfLabel(charSetTerm) {\n let label = 'utf-8';\n if (charSetTerm === 'ISO_IR 100') {\n label = 'iso-8859-1';\n } else if (charSetTerm === 'ISO_IR 101') {\n label = 'iso-8859-2';\n } else if (charSetTerm === 'ISO_IR 109') {\n label = 'iso-8859-3';\n } else if (charSetTerm === 'ISO_IR 110') {\n label = 'iso-8859-4';\n } else if (charSetTerm === 'ISO_IR 144') {\n label = 'iso-8859-5';\n } else if (charSetTerm === 'ISO_IR 127') {\n label = 'iso-8859-6';\n } else if (charSetTerm === 'ISO_IR 126') {\n label = 'iso-8859-7';\n } else if (charSetTerm === 'ISO_IR 138') {\n label = 'iso-8859-8';\n } else if (charSetTerm === 'ISO_IR 148') {\n label = 'iso-8859-9';\n } else if (charSetTerm === 'ISO_IR 13') {\n label = 'shift-jis';\n } else if (charSetTerm === 'ISO_IR 166') {\n label = 'iso-8859-11';\n } else if (charSetTerm === 'ISO 2022 IR 87') {\n label = 'iso-2022-jp';\n } else if (charSetTerm === 'ISO 2022 IR 149') {\n // not supported by TextDecoder when it says it should...\n //label = \"iso-2022-kr\";\n } else if (charSetTerm === 'ISO 2022 IR 58') {\n // not supported by TextDecoder...\n //label = \"iso-2022-cn\";\n } else if (charSetTerm === 'ISO_IR 192') {\n label = 'utf-8';\n } else if (charSetTerm === 'GB18030') {\n label = 'gb18030';\n } else if (charSetTerm === 'GB2312') {\n label = 'gb2312';\n } else if (charSetTerm === 'GBK') {\n label = 'chinese';\n }\n return label;\n}\n\n/**\n * Default text decoder.\n */\nclass DefaultTextDecoder {\n /**\n * Decode an input string buffer.\n *\n * @param {Uint8Array} buffer The buffer to decode.\n * @returns {string} The decoded string.\n */\n decode(buffer) {\n let result = '';\n for (let i = 0, leni = buffer.length; i < leni; ++i) {\n result += String.fromCharCode(buffer[i]);\n }\n return result;\n }\n}\n\n/**\n * Get patient orientation label in the reverse direction.\n *\n * @param {string} ori Patient Orientation value.\n * @returns {string} Reverse Orientation Label.\n */\nexport function getReverseOrientation(ori) {\n if (!ori) {\n return null;\n }\n // reverse labels\n const rlabels = {\n L: 'R',\n R: 'L',\n A: 'P',\n P: 'A',\n H: 'F',\n F: 'H'\n };\n\n let rori = '';\n for (let n = 0; n < ori.length; n++) {\n const o = ori.substring(n, n + 1);\n const r = rlabels[o];\n if (r) {\n rori += r;\n }\n }\n // return\n return rori;\n}\n\n/**\n * Tell if a given syntax is an implicit one (element with no VR).\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if an implicit syntax.\n */\nexport function isImplicitTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.ImplicitVRLittleEndian;\n}\n\n/**\n * Tell if a given syntax is a big endian syntax.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a big endian syntax.\n */\nexport function isBigEndianTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.ExplicitVRBigEndian;\n}\n\n/**\n * Tell if a given syntax is a JPEG baseline one.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a jpeg baseline syntax.\n */\nexport function isJpegBaselineTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.JPEGBaseline8Bit ||\n syntax === transferSyntaxKeywords.JPEGExtended12Bit;\n}\n\n/**\n * Tell if a given syntax is a JPEG Lossless one.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a jpeg lossless syntax.\n */\nexport function isJpegLosslessTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.JPEGLossless ||\n syntax === transferSyntaxKeywords.JPEGLosslessSV1;\n}\n\n/**\n * Tell if a given syntax is a JPEG 2000 one.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a jpeg 2000 syntax.\n */\nexport function isJpeg2000TransferSyntax(syntax) {\n return syntax.match(/1.2.840.10008.1.2.4.9/) !== null;\n}\n\n/**\n * Tell if a given syntax is a RLE (Run-length encoding) one.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a RLE syntax.\n */\nfunction isRleTransferSyntax(syntax) {\n return syntax === transferSyntaxKeywords.RLELossless;\n}\n\n/**\n * Tell if a given syntax needs decompression.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {string|undefined} The name of the decompression algorithm.\n */\nexport function getSyntaxDecompressionName(syntax) {\n let algo;\n if (isJpeg2000TransferSyntax(syntax)) {\n algo = 'jpeg2000';\n } else if (isJpegBaselineTransferSyntax(syntax)) {\n algo = 'jpeg-baseline';\n } else if (isJpegLosslessTransferSyntax(syntax)) {\n algo = 'jpeg-lossless';\n } else if (isRleTransferSyntax(syntax)) {\n algo = 'rle';\n }\n return algo;\n}\n\n/**\n * Tell if a given syntax is supported for reading.\n *\n * @param {string} syntax The transfer syntax to test.\n * @returns {boolean} True if a supported syntax.\n */\nfunction isReadSupportedTransferSyntax(syntax) {\n return (syntax === transferSyntaxKeywords.ImplicitVRLittleEndian ||\n syntax === transferSyntaxKeywords.ExplicitVRLittleEndian ||\n syntax === transferSyntaxKeywords.ExplicitVRBigEndian ||\n isJpegBaselineTransferSyntax(syntax) ||\n isJpegLosslessTransferSyntax(syntax) ||\n isJpeg2000TransferSyntax(syntax) ||\n isRleTransferSyntax(syntax));\n}\n\n/**\n * Get a transfer syntax name from its UID.\n *\n * @param {string} syntax The transfer syntax UID value.\n * @returns {string} The transfer syntax name.\n */\nexport function getTransferSyntaxName(syntax) {\n let name = 'Unknown';\n if (typeof transferSyntaxes[syntax] !== 'undefined') {\n name = transferSyntaxes[syntax];\n }\n return name;\n}\n\n/**\n * Guess the transfer syntax from the first data element.\n *\n * See {@link https://github.com/ivmartel/dwv/issues/188}\n * (Allow to load DICOM with no DICM preamble) for more details.\n *\n * @param {DataElement} firstDataElement The first data element\n * of the DICOM header.\n * @returns {DataElement} The transfer syntax data element.\n */\nfunction guessTransferSyntax(firstDataElement) {\n const oEightGroupBigEndian = '0800';\n const oEightGroupLittleEndian = '0008';\n // check that group is 0008\n const group = firstDataElement.tag.getGroup();\n if (group !== oEightGroupBigEndian &&\n group !== oEightGroupLittleEndian) {\n throw new Error(\n 'Not a valid DICOM file (no magic DICM word found' +\n ' and first element not in 0008 group)'\n );\n }\n // reasonable assumption: 2 uppercase characters => explicit vr\n const vr = firstDataElement.vr;\n const vr0 = vr.charCodeAt(0);\n const vr1 = vr.charCodeAt(1);\n const implicit = (vr0 >= 65 && vr0 <= 90 && vr1 >= 65 && vr1 <= 90)\n ? false : true;\n // guess transfer syntax\n let syntax = null;\n if (group === oEightGroupLittleEndian) {\n if (implicit) {\n syntax = transferSyntaxKeywords.ImplicitVRLittleEndian;\n } else {\n syntax = transferSyntaxKeywords.ExplicitVRLittleEndian;\n }\n } else {\n if (implicit) {\n // ImplicitVRBigEndian: impossible\n throw new Error(\n 'Not a valid DICOM file (no magic DICM word found' +\n 'and implicit VR big endian detected)'\n );\n } else {\n syntax = transferSyntaxKeywords.ExplicitVRBigEndian;\n }\n }\n // set transfer syntax data element\n const dataElement = new DataElement('UI');\n dataElement.tag = getTransferSyntaxUIDTag();\n dataElement.value = [syntax];\n dataElement.vl = dataElement.value[0].length;\n dataElement.startOffset = firstDataElement.startOffset;\n dataElement.endOffset = dataElement.startOffset + dataElement.vl;\n\n return dataElement;\n}\n\n/**\n * Get the appropriate TypedArray in function of arguments.\n *\n * @param {number} bitsAllocated The number of bites used to store\n * the data: [8, 16, 32].\n * @param {number} pixelRepresentation The pixel representation,\n * 0:unsigned;1:signed.\n * @param {number} size The size of the new array.\n * @returns {Uint8Array|Int8Array|Uint16Array|Int16Array|Uint32Array|Int32Array}\n * The good typed array.\n */\nexport function getTypedArray(bitsAllocated, pixelRepresentation, size) {\n let res = null;\n try {\n if (bitsAllocated === 1 || bitsAllocated === 8) {\n if (pixelRepresentation === 0) {\n res = new Uint8Array(size);\n } else {\n res = new Int8Array(size);\n }\n } else if (bitsAllocated === 16) {\n if (pixelRepresentation === 0) {\n res = new Uint16Array(size);\n } else {\n res = new Int16Array(size);\n }\n } else if (bitsAllocated === 32) {\n if (pixelRepresentation === 0) {\n res = new Uint32Array(size);\n } else {\n res = new Int32Array(size);\n }\n }\n } catch (error) {\n if (error instanceof RangeError) {\n const powerOf2 = Math.floor(Math.log(size) / Math.log(2));\n logger.error('Cannot allocate array of size: ' +\n size + ' (>2^' + powerOf2 + ').');\n }\n }\n return res;\n}\n\n/**\n * Get the number of bytes occupied by a data element prefix,\n * (without its value).\n *\n * WARNING: this is valid for tags with a VR, if not sure use\n * the 'isTagWithVR' function first.\n *\n * Reference:\n * - [Data Element explicit]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_7.html#table_7.1-1},\n * - [Data Element implicit]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_7.5.2.html#table_7.5-1}.\n *\n * ```\n * | Tag | VR | VL | Value |\n * | 4 | 2 | 2 | X | -> regular explicit: 8 + X\n * | 4 | 2+2 | 4 | X | -> 32bit VL: 12 + X\n *\n * | Tag | VL | Value |\n * | 4 | 4 | X | -> implicit (32bit VL): 8 + X\n *\n * | Tag | Len | Value |\n * | 4 | 4 | X | -> item: 8 + X\n * ```\n *\n * @param {string} vr The Value Representation of the element.\n * @param {boolean} isImplicit Does the data use implicit VR?\n * @returns {number} The size of the element prefix.\n */\nexport function getDataElementPrefixByteSize(vr, isImplicit) {\n return isImplicit ? 8 : is32bitVLVR(vr) ? 12 : 8;\n}\n\n/**\n * Is the input VR a known VR.\n *\n * @param {string} vr The vr to test.\n * @returns {boolean} True if known.\n */\nfunction isKnownVR(vr) {\n const extraVrTypes = ['NONE', 'ox', 'xx', 'xs'];\n const knownTypes = Object.keys(vrTypes).concat(extraVrTypes);\n return knownTypes.includes(vr);\n}\n\n/**\n * Small list of used tag keys.\n */\nconst TagKeys = {\n TransferSyntax: '00020010',\n SpecificCharacterSet: '00080005',\n NumberOfFrames: '00280008',\n BitsAllocated: '00280100',\n PixelRepresentation: '00280103',\n PixelData: '7FE00010'\n};\n\n/**\n * DicomParser class.\n *\n * @example\n * // XMLHttpRequest onload callback\n * const onload = function (event) {\n * // setup the dicom parser\n * const dicomParser = new dwv.DicomParser();\n * // parse the buffer\n * dicomParser.parse(event.target.response);\n * // get the dicom tags\n * const tags = dicomParser.getDicomElements();\n * // display the modality\n * const div = document.getElementById('dwv');\n * div.appendChild(document.createTextNode(\n * 'Modality: ' + tags['00080060'].value[0]\n * ));\n * };\n * // DICOM file request\n * const request = new XMLHttpRequest();\n * const url = 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm';\n * request.open('GET', url);\n * request.responseType = 'arraybuffer';\n * request.onload = onload;\n * request.send();\n */\nexport class DicomParser {\n\n /**\n * The list of DICOM elements.\n *\n * @type {DataElements}\n */\n #dataElements = {};\n\n /**\n * Default character set (optional).\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * Default text decoder.\n *\n * @type {DefaultTextDecoder}\n */\n #defaultTextDecoder = new DefaultTextDecoder();\n\n /**\n * Special text decoder.\n *\n * @type {DefaultTextDecoder|TextDecoder}\n */\n #textDecoder = this.#defaultTextDecoder;\n\n /**\n * Decode an input string buffer using the default text decoder.\n *\n * @param {Uint8Array} buffer The buffer to decode.\n * @returns {string} The decoded string.\n */\n #decodeString(buffer) {\n return this.#defaultTextDecoder.decode(buffer);\n }\n\n /**\n * Decode an input string buffer using the 'special' text decoder.\n *\n * @param {Uint8Array} buffer The buffer to decode.\n * @returns {string} The decoded string.\n */\n #decodeSpecialString(buffer) {\n return this.#textDecoder.decode(buffer);\n }\n\n /**\n * Get the default character set.\n *\n * @returns {string} The default character set.\n */\n getDefaultCharacterSet() {\n return this.#defaultCharacterSet;\n }\n\n /**\n * Set the default character set.\n *\n * @param {string} characterSet The input character set.\n */\n setDefaultCharacterSet(characterSet) {\n this.#defaultCharacterSet = characterSet;\n }\n\n /**\n * Set the text decoder character set.\n *\n * @param {string} characterSet The input character set.\n */\n setDecoderCharacterSet(characterSet) {\n /**\n * The text decoder.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder}.\n *\n * @external TextDecoder\n */\n this.#textDecoder = new TextDecoder(characterSet);\n }\n\n // not using type DataElements since the typedef is not exported with the API\n\n /**\n * Get the DICOM data elements.\n *\n * @returns {Object} The data elements.\n */\n getDicomElements() {\n return this.#dataElements;\n }\n\n /**\n * Read a DICOM tag.\n *\n * @param {DataReader} reader The raw data reader.\n * @param {number} offset The offset where to start to read.\n * @returns {object} An object containing the tag and the end offset.\n */\n #readTag(reader, offset) {\n // group\n const group = reader.readHex(offset);\n offset += Uint16Array.BYTES_PER_ELEMENT;\n // element\n const element = reader.readHex(offset);\n offset += Uint16Array.BYTES_PER_ELEMENT;\n // return\n return {\n tag: new Tag(group, element),\n endOffset: offset\n };\n }\n\n /**\n * Read an item data element.\n *\n * @param {DataReader} reader The raw data reader.\n * @param {number} offset The offset where to start to read.\n * @param {boolean} implicit Is the DICOM VR implicit?\n * @returns {object} The item data as a list of data elements.\n */\n #readItemDataElement(reader, offset, implicit) {\n const itemData = {};\n\n // read the first item\n let item = this.#readDataElement(reader, offset, implicit);\n offset = item.endOffset;\n\n // exit if it is a sequence delimitation item\n if (isSequenceDelimitationItemTag(item.tag)) {\n return {\n data: itemData,\n endOffset: item.endOffset,\n isSeqDelim: true\n };\n }\n\n // store item (mainly to keep vl)\n itemData[item.tag.getKey()] = {\n tag: item.tag,\n vr: 'NONE',\n vl: item.vl,\n undefinedLength: item.undefinedLength\n };\n\n if (!item.undefinedLength) {\n // explicit VR item: read until the end offset\n const endOffset = offset;\n offset -= item.vl;\n while (offset < endOffset) {\n item = this.#readDataElement(reader, offset, implicit);\n offset = item.endOffset;\n itemData[item.tag.getKey()] = item;\n }\n } else {\n // implicit VR item: read until the item delimitation item\n let isItemDelim = false;\n while (!isItemDelim) {\n item = this.#readDataElement(reader, offset, implicit);\n offset = item.endOffset;\n isItemDelim = isItemDelimitationItemTag(item.tag);\n if (!isItemDelim) {\n itemData[item.tag.getKey()] = item;\n }\n }\n }\n\n return {\n data: itemData,\n endOffset: offset,\n isSeqDelim: false\n };\n }\n\n /**\n * Read the pixel item data element.\n * Ref: [Single frame fragments]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_A.4.html#table_A.4-1}.\n *\n * @param {DataReader} reader The raw data reader.\n * @param {number} offset The offset where to start to read.\n * @param {boolean} implicit Is the DICOM VR implicit?\n * @returns {object} The item data as an array of data elements.\n */\n #readPixelItemDataElement(\n reader, offset, implicit) {\n const itemData = [];\n\n // first item: basic offset table\n let item = this.#readDataElement(reader, offset, implicit);\n const offsetTableVl = item.vl;\n offset = item.endOffset;\n\n // read until the sequence delimitation item\n let isSeqDelim = false;\n while (!isSeqDelim) {\n item = this.#readDataElement(reader, offset, implicit);\n offset = item.endOffset;\n isSeqDelim = isSequenceDelimitationItemTag(item.tag);\n if (!isSeqDelim) {\n // force pixel item vr to OB\n item.vr = 'OB';\n itemData.push(item);\n }\n }\n\n return {\n data: itemData,\n endOffset: offset,\n offsetTableVl: offsetTableVl\n };\n }\n\n /**\n * Read a DICOM data element.\n *\n * Reference: [DICOM VRs]{@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_6.2.html#table_6.2-1}.\n *\n * @param {DataReader} reader The raw data reader.\n * @param {number} offset The offset where to start to read.\n * @param {boolean} implicit Is the DICOM VR implicit?\n * @returns {DataElement} The data element.\n */\n #readDataElement(reader, offset, implicit) {\n // Tag: group, element\n const readTagRes = this.#readTag(reader, offset);\n const tag = readTagRes.tag;\n offset = readTagRes.endOffset;\n\n // Value Representation (VR)\n let vr = null;\n let is32bitVL = false;\n if (tag.isWithVR()) {\n // implicit VR\n if (implicit) {\n vr = tag.getVrFromDictionary();\n if (typeof vr === 'undefined') {\n vr = 'UN';\n }\n is32bitVL = true;\n } else {\n vr = this.#decodeString(reader.readUint8Array(offset, 2));\n offset += 2 * Uint8Array.BYTES_PER_ELEMENT;\n is32bitVL = is32bitVLVR(vr);\n // reserved 2 bytes\n if (is32bitVL) {\n offset += 2 * Uint8Array.BYTES_PER_ELEMENT;\n }\n }\n } else {\n vr = 'NONE';\n is32bitVL = true;\n }\n\n // check vr\n if (!isKnownVR(vr)) {\n logger.warn('Unknown VR: ' + vr +\n ' (for tag ' + tag.getKey() + '), treating as \\'UN\\'');\n vr = 'UN';\n }\n\n // Value Length (VL)\n let vl = 0;\n if (is32bitVL) {\n vl = reader.readUint32(offset);\n offset += Uint32Array.BYTES_PER_ELEMENT;\n } else {\n vl = reader.readUint16(offset);\n offset += Uint16Array.BYTES_PER_ELEMENT;\n }\n\n // check the value of VL\n let undefinedLength = false;\n if (vl === 0xffffffff) {\n undefinedLength = true;\n vl = 0;\n }\n\n // treat private tag with unknown VR and zero VL as a sequence (see #799)\n if (tag.isPrivate() && vr === 'UN' && vl === 0) {\n vr = 'SQ';\n }\n\n let startOffset = offset;\n let endOffset = startOffset + vl;\n\n // read sequence elements\n let data;\n if (isPixelDataTag(tag) && undefinedLength) {\n // pixel data sequence (implicit)\n const pixItemData =\n this.#readPixelItemDataElement(reader, offset, implicit);\n offset = pixItemData.endOffset;\n startOffset += pixItemData.offsetTableVl;\n data = pixItemData.data;\n endOffset = offset;\n vl = offset - startOffset;\n } else if (vr === 'SQ') {\n // sequence\n data = [];\n let itemData;\n if (!undefinedLength) {\n if (vl !== 0) {\n // explicit VR sequence: read until the end offset\n const sqEndOffset = offset + vl;\n while (offset < sqEndOffset) {\n itemData = this.#readItemDataElement(reader, offset, implicit);\n data.push(itemData.data);\n offset = itemData.endOffset;\n }\n endOffset = offset;\n vl = offset - startOffset;\n }\n } else {\n // implicit VR sequence: read until the sequence delimitation item\n let isSeqDelim = false;\n while (!isSeqDelim) {\n itemData = this.#readItemDataElement(reader, offset, implicit);\n isSeqDelim = itemData.isSeqDelim;\n offset = itemData.endOffset;\n // do not store the delimitation item\n if (!isSeqDelim) {\n data.push(itemData.data);\n }\n }\n endOffset = offset;\n vl = offset - startOffset;\n }\n }\n\n // return\n const element = new DataElement(vr);\n element.tag = tag;\n element.vl = vl;\n element.startOffset = startOffset;\n element.endOffset = endOffset;\n // only set if true (only for sequences and items)\n if (undefinedLength) {\n element.undefinedLength = undefinedLength;\n }\n if (data) {\n element.items = data;\n }\n return element;\n }\n\n /**\n * Interpret the data of an element.\n *\n * @param {DataElement} element The data element.\n * @param {DataReader} reader The raw data reader.\n * @param {number} [pixelRepresentation] PixelRepresentation 0->unsigned,\n * 1->signed (needed for pixel data or VR=xs).\n * @param {number} [bitsAllocated] Bits allocated (needed for pixel data).\n * @returns {object} The interpreted data.\n */\n #interpretElement(\n element, reader, pixelRepresentation, bitsAllocated) {\n\n const tag = element.tag;\n const vl = element.vl;\n const vr = element.vr;\n const offset = element.startOffset;\n\n // data\n let data = null;\n const vrType = vrTypes[vr];\n if (isPixelDataTag(tag)) {\n if (element.undefinedLength) {\n // implicit pixel data sequence\n data = [];\n for (let j = 0; j < element.items.length; ++j) {\n data.push(this.#interpretElement(\n element.items[j], reader,\n pixelRepresentation, bitsAllocated));\n }\n // remove non parsed items\n delete element.items;\n } else {\n // check bits allocated and VR\n // https://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_A.2.html\n if (bitsAllocated > 8 && vr === 'OB') {\n logger.warn(\n 'Reading DICOM pixel data with bitsAllocated>8 and OB VR' +\n ', treating as OW'\n );\n element.vr = 'OW';\n }\n // read\n data = [];\n if (bitsAllocated === 1) {\n data.push(reader.readBinaryArray(offset, vl));\n } else if (bitsAllocated === 8) {\n if (pixelRepresentation === 0) {\n data.push(reader.readUint8Array(offset, vl));\n } else {\n data.push(reader.readInt8Array(offset, vl));\n }\n } else if (bitsAllocated === 16) {\n if (pixelRepresentation === 0) {\n data.push(reader.readUint16Array(offset, vl));\n } else {\n data.push(reader.readInt16Array(offset, vl));\n }\n } else {\n throw new Error('Unsupported bits allocated: ' + bitsAllocated);\n }\n }\n } else if (typeof vrType !== 'undefined') {\n if (vrType === 'Uint8') {\n data = reader.readUint8Array(offset, vl);\n } else if (vrType === 'Uint16') {\n data = reader.readUint16Array(offset, vl);\n // keep as binary for 'O*' VR\n if (vr[0] !== 'O') {\n data = Array.from(data);\n }\n } else if (vrType === 'Uint32') {\n data = reader.readUint32Array(offset, vl);\n // keep as binary for 'O*' VR\n if (vr[0] !== 'O') {\n data = Array.from(data);\n }\n } else if (vrType === 'Uint64') {\n data = reader.readUint64Array(offset, vl);\n } else if (vrType === 'Int16') {\n data = Array.from(reader.readInt16Array(offset, vl));\n } else if (vrType === 'Int32') {\n data = Array.from(reader.readInt32Array(offset, vl));\n } else if (vrType === 'Int64') {\n data = reader.readInt64Array(offset, vl);\n } else if (vrType === 'Float32') {\n data = Array.from(reader.readFloat32Array(offset, vl));\n } else if (vrType === 'Float64') {\n data = Array.from(reader.readFloat64Array(offset, vl));\n } else if (vrType === 'string') {\n const stream = reader.readUint8Array(offset, vl);\n if (isCharSetStringVR(vr)) {\n data = this.#decodeSpecialString(stream);\n } else {\n data = this.#decodeString(stream);\n }\n data = cleanString(data).split('\\\\');\n } else {\n throw new Error('Unknown VR type: ' + vrType);\n }\n } else if (vr === 'xx') {\n // US or OW\n data = Array.from(reader.readUint16Array(offset, vl));\n } else if (vr === 'ox') {\n // OB or OW\n if (bitsAllocated === 8) {\n if (pixelRepresentation === 0) {\n data = Array.from(reader.readUint8Array(offset, vl));\n } else {\n data = Array.from(reader.readInt8Array(offset, vl));\n }\n } else {\n if (pixelRepresentation === 0) {\n data = Array.from(reader.readUint16Array(offset, vl));\n } else {\n data = Array.from(reader.readInt16Array(offset, vl));\n }\n }\n } else if (vr === 'xs') {\n // (US or SS) or (US or SS or OW)\n if (pixelRepresentation === 0) {\n data = Array.from(reader.readUint16Array(offset, vl));\n } else {\n data = Array.from(reader.readInt16Array(offset, vl));\n }\n } else if (vr === 'AT') {\n // attribute\n const raw = reader.readUint16Array(offset, vl);\n data = [];\n for (let i = 0, leni = raw.length; i < leni; i += 2) {\n const stri = raw[i].toString(16);\n const stri1 = raw[i + 1].toString(16);\n let str = '(';\n str += '0000'.substring(0, 4 - stri.length) + stri.toUpperCase();\n str += ',';\n str += '0000'.substring(0, 4 - stri1.length) + stri1.toUpperCase();\n str += ')';\n data.push(str);\n }\n } else if (vr === 'SQ') {\n // sequence\n data = [];\n for (let k = 0; k < element.items.length; ++k) {\n const item = element.items[k];\n const itemData = {};\n const keys = Object.keys(item);\n let sqBitsAllocated = bitsAllocated;\n let sqPixelRepresentation = pixelRepresentation;\n for (let l = 0; l < keys.length; ++l) {\n // check if local bitsAllocated\n // (inside item loop to get interpreted value)\n let dataElement = item[TagKeys.BitsAllocated];\n if (typeof dataElement !== 'undefined' &&\n typeof dataElement.value !== 'undefined') {\n sqBitsAllocated = dataElement.value[0];\n }\n // check if local pixelRepresentation\n // (inside item loop to get interpreted value)\n dataElement = item[TagKeys.PixelRepresentation];\n if (typeof dataElement !== 'undefined' &&\n typeof dataElement.value !== 'undefined') {\n sqPixelRepresentation = dataElement.value[0];\n }\n const subElement = item[keys[l]];\n subElement.value = this.#interpretElement(\n subElement, reader,\n sqPixelRepresentation, sqBitsAllocated);\n delete subElement.tag;\n delete subElement.vl;\n delete subElement.startOffset;\n delete subElement.endOffset;\n itemData[keys[l]] = subElement;\n }\n data.push(itemData);\n }\n // remove non parsed elements\n delete element.items;\n } else if (vr === 'NONE') {\n // no VR -> no data\n data = [];\n } else {\n logger.warn('Unknown VR: ' + vr +\n ' (for tag ' + element.tag.getKey() + ')');\n // empty data...\n data = [];\n }\n\n return data;\n }\n\n /**\n * Interpret the data of a list of elements.\n *\n * @param {DataElements} elements A list of data elements.\n * @param {DataReader} reader The raw data reader.\n * @param {number} pixelRepresentation PixelRepresentation 0->unsigned,\n * 1->signed.\n * @param {number} bitsAllocated Bits allocated.\n */\n #interpret(\n elements, reader,\n pixelRepresentation, bitsAllocated) {\n\n const keys = Object.keys(elements);\n for (let i = 0; i < keys.length; ++i) {\n const element = elements[keys[i]];\n if (typeof element.value === 'undefined') {\n element.value = this.#interpretElement(\n element, reader, pixelRepresentation, bitsAllocated);\n }\n // delete interpretation specific properties\n delete element.tag;\n delete element.vl;\n delete element.startOffset;\n delete element.endOffset;\n }\n }\n\n /**\n * Parse the complete DICOM file (given as input to the class).\n * Fills in the member object 'dataElements'.\n *\n * @param {ArrayBuffer} buffer The input array buffer.\n */\n parse(buffer) {\n let offset = 0;\n let syntax = '';\n let dataElement = null;\n // default readers\n const metaReader = new DataReader(buffer);\n let dataReader = new DataReader(buffer);\n\n // 128 -> 132: magic word\n offset = 128;\n const magicword = this.#decodeString(metaReader.readUint8Array(offset, 4));\n offset += 4 * Uint8Array.BYTES_PER_ELEMENT;\n if (magicword === 'DICM') {\n // 0002, 0000: FileMetaInformationGroupLength (vr='UL')\n dataElement = this.#readDataElement(metaReader, offset, false);\n dataElement.value = this.#interpretElement(dataElement, metaReader);\n // increment offset\n offset = dataElement.endOffset;\n // store the data element\n this.#dataElements[dataElement.tag.getKey()] = dataElement;\n // get meta length\n const metaLength = dataElement.value[0];\n\n // meta elements\n const metaEnd = offset + metaLength;\n while (offset < metaEnd) {\n // get the data element\n dataElement = this.#readDataElement(metaReader, offset, false);\n offset = dataElement.endOffset;\n // store the data element\n this.#dataElements[dataElement.tag.getKey()] = dataElement;\n }\n\n // check the TransferSyntaxUID (has to be there!)\n dataElement = this.#dataElements[TagKeys.TransferSyntax];\n if (typeof dataElement === 'undefined') {\n throw new Error('Not a valid DICOM file (no TransferSyntaxUID found)');\n }\n dataElement.value = this.#interpretElement(dataElement, metaReader);\n syntax = dataElement.value[0];\n\n } else {\n logger.warn('No DICM prefix, trying to guess tansfer syntax.');\n // read first element\n dataElement = this.#readDataElement(dataReader, 0, false);\n // guess transfer syntax\n const tsElement = guessTransferSyntax(dataElement);\n // store\n this.#dataElements[tsElement.tag.getKey()] = tsElement;\n syntax = tsElement.value[0];\n // reset offset\n offset = 0;\n }\n\n // check transfer syntax support\n if (!isReadSupportedTransferSyntax(syntax)) {\n throw new Error('Unsupported DICOM transfer syntax: \\'' + syntax +\n '\\' (' + getTransferSyntaxName(syntax) + ')');\n }\n\n // set implicit flag\n let implicit = false;\n if (isImplicitTransferSyntax(syntax)) {\n implicit = true;\n }\n\n // Big Endian\n if (isBigEndianTransferSyntax(syntax)) {\n dataReader = new DataReader(buffer, false);\n }\n\n // DICOM data elements\n while (offset < buffer.byteLength) {\n // get the data element\n dataElement = this.#readDataElement(dataReader, offset, implicit);\n // increment offset\n offset = dataElement.endOffset;\n // store the data element\n const key = dataElement.tag.getKey();\n if (typeof this.#dataElements[key] === 'undefined') {\n this.#dataElements[key] = dataElement;\n } else {\n logger.warn('Not saving duplicate tag: ' + key);\n }\n }\n\n // safety checks...\n if (isNaN(offset)) {\n throw new Error('Problem while parsing, bad offset');\n }\n if (buffer.byteLength !== offset) {\n logger.warn('Did not reach the end of the buffer: ' +\n offset + ' != ' + buffer.byteLength);\n }\n\n //-------------------------------------------------\n // values needed for data interpretation\n\n // pixel specific\n let pixelRepresentation = 0;\n let bitsAllocated = 16;\n if (typeof this.#dataElements[TagKeys.PixelData] !== 'undefined') {\n // PixelRepresentation 0->unsigned, 1->signed\n dataElement = this.#dataElements[TagKeys.PixelRepresentation];\n if (typeof dataElement !== 'undefined') {\n dataElement.value = this.#interpretElement(dataElement, dataReader);\n pixelRepresentation = dataElement.value[0];\n } else {\n logger.warn(\n 'Reading DICOM pixel data with default pixelRepresentation.');\n }\n\n // BitsAllocated\n dataElement = this.#dataElements[TagKeys.BitsAllocated];\n if (typeof dataElement !== 'undefined') {\n dataElement.value = this.#interpretElement(dataElement, dataReader);\n bitsAllocated = dataElement.value[0];\n } else {\n logger.warn('Reading DICOM pixel data with default bitsAllocated.');\n }\n }\n\n // default character set\n if (typeof this.#defaultCharacterSet !== 'undefined') {\n this.setDecoderCharacterSet(this.#defaultCharacterSet);\n }\n\n // SpecificCharacterSet\n dataElement = this.#dataElements[TagKeys.SpecificCharacterSet];\n if (typeof dataElement !== 'undefined') {\n dataElement.value = this.#interpretElement(dataElement, dataReader);\n let charSetTerm;\n if (dataElement.value.length === 1) {\n charSetTerm = dataElement.value[0];\n } else {\n charSetTerm = dataElement.value[1];\n logger.warn('Unsupported character set with code extensions: \\'' +\n charSetTerm + '\\'.');\n }\n this.setDecoderCharacterSet(getUtfLabel(charSetTerm));\n }\n\n // interpret the dicom elements\n this.#interpret(\n this.#dataElements, dataReader,\n pixelRepresentation, bitsAllocated\n );\n\n // handle fragmented pixel buffer\n // Reference: http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_8.2.html\n // (third note, \"Depending on the transfer syntax...\")\n dataElement = this.#dataElements[TagKeys.PixelData];\n if (typeof dataElement !== 'undefined') {\n if (dataElement.undefinedLength) {\n let numberOfFrames = 1;\n if (typeof this.#dataElements[TagKeys.NumberOfFrames] !== 'undefined') {\n numberOfFrames = Number(\n this.#dataElements[TagKeys.NumberOfFrames].value[0]\n );\n }\n const pixItems = dataElement.value;\n if (pixItems.length > 1 && pixItems.length > numberOfFrames) {\n // concatenate pixel data items\n // concat does not work on typed arrays\n //this.pixelBuffer = this.pixelBuffer.concat( dataElement.data );\n // manual concat...\n const nItemPerFrame = pixItems.length / numberOfFrames;\n const newPixItems = [];\n let index = 0;\n for (let f = 0; f < numberOfFrames; ++f) {\n index = f * nItemPerFrame;\n // calculate the size of a frame\n let size = 0;\n for (let i = 0; i < nItemPerFrame; ++i) {\n size += pixItems[index + i].length;\n }\n // create new buffer\n const newBuffer = new pixItems[0].constructor(size);\n // fill new buffer\n let fragOffset = 0;\n for (let j = 0; j < nItemPerFrame; ++j) {\n newBuffer.set(pixItems[index + j], fragOffset);\n fragOffset += pixItems[index + j].length;\n }\n newPixItems[f] = newBuffer;\n }\n // store as pixel data\n dataElement.value = newPixItems;\n }\n }\n }\n }\n\n} // class DicomParser\n","import {logger} from './logger';\n\n/**\n * ListenerHandler class: handles add/removing and firing listeners.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget#example}.\n */\nexport class ListenerHandler {\n /**\n * Listeners.\n *\n * @type {object}\n */\n #listeners = {};\n\n /**\n * Add an event listener.\n *\n * @param {string} type The event type.\n * @param {object} callback The method associated with the provided\n * event type, will be called with the fired event.\n */\n add(type, callback) {\n // create array if not present\n if (typeof this.#listeners[type] === 'undefined') {\n this.#listeners[type] = [];\n }\n // add callback to listeners array\n this.#listeners[type].push(callback);\n }\n\n /**\n * Remove an event listener.\n *\n * @param {string} type The event type.\n * @param {object} callback The method associated with the provided\n * event type.\n */\n remove(type, callback) {\n // check if the type is present\n if (typeof this.#listeners[type] === 'undefined') {\n return;\n }\n // remove from listeners array\n let nFound = 0;\n for (let i = 0; i < this.#listeners[type].length; ++i) {\n if (this.#listeners[type][i] === callback) {\n ++nFound;\n this.#listeners[type].splice(i, 1);\n }\n }\n if (nFound === 0) {\n logger.debug('No callback found on remove listener for type ' + type);\n }\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n fireEvent = (event) => {\n // check if they are listeners for the event type\n if (typeof this.#listeners[event.type] === 'undefined') {\n return;\n }\n // fire events from a copy of the listeners array\n // to avoid interference from possible add/remove\n const stack = this.#listeners[event.type].slice();\n for (let i = 0; i < stack.length; ++i) {\n stack[i](event);\n }\n };\n}\n","import {Index} from '../math/index';\nimport {Point2D} from '../math/point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {Point} from '../math/point';\nimport {Matrix33} from '../math/matrix';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get an simple iterator for a given range for a one component data.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start The start of the range (included).\n * @param {number} end The end of the range (excluded).\n * @param {number} [increment] The increment between indicies (default=1).\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function simpleRange(dataAccessor, start, end, increment) {\n if (typeof increment === 'undefined') {\n increment = 1;\n }\n let nextIndex = start;\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n const result = {\n value: dataAccessor(nextIndex),\n done: false,\n index: nextIndex\n };\n nextIndex += increment;\n return result;\n }\n return {\n done: true,\n index: end\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range for a one component data.\n *\n * Using 'maxIter' and not an 'end' index since it fails in some edge cases\n * (for ex coronal2, ie zxy).\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start Zero-based index at which to start the iteration.\n * @param {number} maxIter The maximum number of iterations.\n * @param {number} increment Increment between indicies.\n * @param {number} blockMaxIter Number of applied increment after which\n * blockIncrement is applied.\n * @param {number} blockIncrement Increment after blockMaxIter is reached,\n * the value is from block start to the next block start.\n * @param {boolean} reverse1 If true, loop from end to start.\n * WARN: don't forget to set the value of start as the last index!\n * @param {boolean} reverse2 If true, loop from block end to block start.\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function range(dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2) {\n if (typeof reverse1 === 'undefined') {\n reverse1 = false;\n }\n if (typeof reverse2 === 'undefined') {\n reverse2 = false;\n }\n\n // first index of the iteration\n let nextIndex = start;\n // adapt first index and increments to reverse values\n if (reverse1) {\n blockIncrement *= -1;\n if (reverse2) {\n // start at end of line\n nextIndex -= (blockMaxIter - 1) * increment;\n } else {\n increment *= -1;\n }\n } else {\n if (reverse2) {\n // start at end of line\n nextIndex += (blockMaxIter - 1) * increment;\n increment *= -1;\n }\n }\n const finalBlockIncrement = blockIncrement - blockMaxIter * increment;\n\n // counters\n let mainCount = 0;\n let blockCount = 0;\n // result\n return {\n next: function () {\n if (mainCount < maxIter) {\n const result = {\n value: dataAccessor(nextIndex),\n done: false,\n index: nextIndex\n };\n nextIndex += increment;\n ++mainCount;\n ++blockCount;\n if (blockCount === blockMaxIter) {\n blockCount = 0;\n nextIndex += finalBlockIncrement;\n }\n return result;\n }\n return {\n done: true,\n index: nextIndex\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range with bounds (for a one component data).\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start The start of the range (included).\n * @param {number} end The end of the range (excluded).\n * @param {number} increment The increment between indicies.\n * @param {number} regionSize The size of the region to iterate through.\n * @param {number} regionOffset The offset between regions.\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function rangeRegion(\n dataAccessor, start, end, increment, regionSize, regionOffset) {\n let nextIndex = start;\n let regionElementCount = 0;\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n const result = {\n value: dataAccessor(nextIndex),\n done: false,\n index: nextIndex\n };\n regionElementCount += 1;\n nextIndex += increment;\n if (regionElementCount === regionSize) {\n regionElementCount = 0;\n nextIndex += regionOffset;\n }\n return result;\n }\n return {\n done: true,\n index: end\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range with bounds (for a one component data).\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start The start of the range (included).\n * @param {number} end The end of the range (excluded).\n * @param {number} increment The increment between indicies.\n * @param {number[][]} regions An array of regions: [off0, size, off1].\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function rangeRegions(\n dataAccessor, start, end, increment, regions) {\n let nextIndex = start;\n let regionCount = 0;\n let regionElementCount = 0;\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n const result = {\n value: dataAccessor(nextIndex),\n done: false,\n index: nextIndex\n };\n regionElementCount += 1;\n nextIndex += increment;\n if (regionElementCount === regions[regionCount][1]) {\n regionElementCount = 0;\n // off1 of current group\n nextIndex += regions[regionCount][2];\n regionCount += 1;\n // off0 of next group\n if (regionCount < regions.length) {\n nextIndex += regions[regionCount][0];\n }\n }\n return result;\n }\n return {\n done: true,\n index: end\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range for a 3 components data.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start The start of the range (included).\n * @param {number} end The end of the range (excluded).\n * (end - start) needs to be a multiple of 3...\n * @param {number} increment The increment between indicies (default=1).\n * @param {boolean} isPlanar A flag to know if the data is planar\n * (RRRR...GGGG...BBBB...) or not (RGBRGBRGBRGB...), defaults to false.\n * @returns {object} A 3 components iterator folowing the iterator and iterable\n * protocol, the value is an array of size 3 with each component.\n */\nexport function simpleRange3d(\n dataAccessor, start, end, increment, isPlanar) {\n if (typeof increment === 'undefined') {\n increment = 1;\n }\n if (typeof isPlanar === 'undefined') {\n isPlanar = false;\n }\n let nextIndex = start;\n let componentIncrement = 1;\n if (isPlanar) {\n componentIncrement = (end - start) / 3;\n } else {\n increment *= 3;\n }\n let nextIndex1 = nextIndex + componentIncrement;\n let nextIndex2 = nextIndex + 2 * componentIncrement;\n\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n const result = {\n value: [\n dataAccessor(nextIndex),\n dataAccessor(nextIndex1),\n dataAccessor(nextIndex2)\n ],\n done: false,\n index: [nextIndex, nextIndex1, nextIndex2]\n };\n nextIndex += increment;\n nextIndex1 += increment;\n nextIndex2 += increment;\n return result;\n }\n return {\n done: true,\n index: [end]\n };\n }\n };\n}\n\n/**\n * Get an iterator for a given range for a 3 components data.\n *\n * Using 'maxIter' and not an 'end' index since it fails in some edge cases\n * (for ex coronal2, ie zxy).\n *\n * @param {Function} dataAccessor Function to access data.\n * @param {number} start Zero-based index at which to start the iteration.\n * @param {number} maxIter The maximum number of iterations.\n * @param {number} increment Increment between indicies.\n * @param {number} blockMaxIter Number of applied increment after which\n * blockIncrement is applied.\n * @param {number} blockIncrement Increment after blockMaxIter is reached,\n * the value is from block start to the next block start.\n * @param {boolean} reverse1 If true, loop from end to start.\n * WARN: don't forget to set the value of start as the last index!\n * @param {boolean} reverse2 If true, loop from block end to block start.\n * @param {boolean} isPlanar A flag to know if the data is planar\n * (RRRR...GGGG...BBBB...) or not (RGBRGBRGBRGB...), defaults to false.\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function range3d(dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2, isPlanar) {\n const iters = [];\n if (isPlanar) {\n iters.push(range(\n dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n iters.push(range(\n dataAccessor, start + maxIter * increment, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n iters.push(range(\n dataAccessor, start + 2 * maxIter * increment, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n } else {\n increment *= 3;\n blockIncrement *= 3;\n iters.push(range(\n dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n iters.push(range(\n dataAccessor, start + 1, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n iters.push(range(\n dataAccessor, start + 2, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2\n ));\n }\n\n // result\n return {\n next: function () {\n const r0 = iters[0].next();\n const r1 = iters[1].next();\n const r2 = iters[2].next();\n if (!r0.done) {\n return {\n value: [\n r0.value,\n r1.value,\n r2.value\n ],\n done: false,\n index: [\n r0.index,\n r1.index,\n r2.index\n ]\n };\n }\n return {\n done: true,\n index: r2.index\n };\n }\n };\n}\n\n/**\n * Get a list of values for a given iterator.\n *\n * @param {object} iterator The iterator to use to loop through data.\n * @returns {Array} The list of values.\n */\nexport function getIteratorValues(iterator) {\n const values = [];\n let ival = iterator.next();\n while (!ival.done) {\n values.push(ival.value);\n ival = iterator.next();\n }\n return values;\n}\n\n/**\n * Get a slice index iterator.\n *\n * @param {Image} image The image to parse.\n * @param {Index} position The current position.\n * @param {boolean} isRescaled Flag for rescaled values (default false).\n * @param {Matrix33} viewOrientation The view orientation.\n * @returns {object} The slice iterator.\n */\nexport function getSliceIterator(\n image, position, isRescaled, viewOrientation) {\n const size = image.getGeometry().getSize();\n // zero-ify non direction index\n let dirMax2Index = 2;\n if (viewOrientation && typeof viewOrientation !== 'undefined') {\n dirMax2Index = viewOrientation.getColAbsMax(2).index;\n }\n const posValues = position.getValues();\n // keep the main direction and any other than 3D\n const indexFilter = function (element, index) {\n return (index === dirMax2Index || index > 2) ? element : 0;\n };\n const posStart = new Index(posValues.map(indexFilter));\n let start = size.indexToOffset(posStart);\n\n // default to non rescaled data\n if (typeof isRescaled === 'undefined') {\n isRescaled = false;\n }\n let dataAccessor = null;\n if (isRescaled) {\n dataAccessor = function (offset) {\n return image.getRescaledValueAtOffset(offset);\n };\n } else {\n dataAccessor = function (offset) {\n return image.getValueAtOffset(offset);\n };\n }\n\n const ncols = size.get(0);\n const nrows = size.get(1);\n const nslices = size.get(2);\n let sliceSize = size.getDimSize(2);\n\n const ncomp = image.getNumberOfComponents();\n const isPlanar = image.getPlanarConfiguration() === 1;\n const getRange = function (\n dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2) {\n if (ncomp === 1) {\n return range(dataAccessor, start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2);\n } else if (ncomp === 3) {\n return range3d(dataAccessor, 3 * start, maxIter, increment,\n blockMaxIter, blockIncrement, reverse1, reverse2, isPlanar);\n }\n };\n\n let rangeObj = null;\n if (viewOrientation && typeof viewOrientation !== 'undefined') {\n const dirMax0 = viewOrientation.getColAbsMax(0);\n const dirMax2 = viewOrientation.getColAbsMax(2);\n\n // default reverse\n const reverse1 = false;\n const reverse2 = false;\n\n let maxIter = null;\n if (dirMax2.index === 2) {\n // axial\n maxIter = ncols * nrows;\n if (dirMax0.index === 0) {\n // xyz\n rangeObj = getRange(dataAccessor,\n start, maxIter, 1, ncols, ncols, reverse1, reverse2);\n } else {\n // yxz\n rangeObj = getRange(dataAccessor,\n start, maxIter, ncols, nrows, 1, reverse1, reverse2);\n }\n } else if (dirMax2.index === 0) {\n // sagittal\n maxIter = nslices * nrows;\n if (dirMax0.index === 1) {\n // yzx\n rangeObj = getRange(dataAccessor,\n start, maxIter, ncols, nrows, sliceSize, reverse1, reverse2);\n } else {\n // zyx\n rangeObj = getRange(dataAccessor,\n start, maxIter, sliceSize, nslices, ncols, reverse1, reverse2);\n }\n } else if (dirMax2.index === 1) {\n // coronal\n maxIter = nslices * ncols;\n if (dirMax0.index === 0) {\n // xzy\n rangeObj = getRange(dataAccessor,\n start, maxIter, 1, ncols, sliceSize, reverse1, reverse2);\n } else {\n // zxy\n rangeObj = getRange(dataAccessor,\n start, maxIter, sliceSize, nslices, 1, reverse1, reverse2);\n }\n } else {\n throw new Error('Unknown direction: ' + dirMax2.index);\n }\n } else {\n if (image.getNumberOfComponents() === 1) {\n rangeObj = simpleRange(dataAccessor, start, start + sliceSize);\n } else if (image.getNumberOfComponents() === 3) {\n // 3 times bigger...\n start *= 3;\n sliceSize *= 3;\n rangeObj = simpleRange3d(\n dataAccessor, start, start + sliceSize, 1, isPlanar);\n } else {\n throw new Error('Unsupported number of components: ' +\n image.getNumberOfComponents());\n }\n }\n\n return rangeObj;\n}\n\n/**\n * Get a slice index iterator for a rectangular region.\n *\n * @param {Image} image The image to parse.\n * @param {Index} index The current position.\n * @param {boolean} isRescaled Flag for rescaled values (default false).\n * @param {Point2D} min The minimum position (optional).\n * @param {Point2D} max The maximum position (optional).\n * @returns {object} The slice iterator.\n */\nexport function getRegionSliceIterator(\n image, index, isRescaled, min, max) {\n if (image.getNumberOfComponents() !== 1) {\n throw new Error('Unsupported number of components for region iterator: ' +\n image.getNumberOfComponents());\n }\n\n // default to non rescaled data\n if (typeof isRescaled === 'undefined') {\n isRescaled = false;\n }\n let dataAccessor = null;\n if (isRescaled) {\n dataAccessor = function (offset) {\n return image.getRescaledValueAtOffset(offset);\n };\n } else {\n dataAccessor = function (offset) {\n return image.getValueAtOffset(offset);\n };\n }\n\n const size = image.getGeometry().getSize();\n if (typeof min === 'undefined') {\n min = new Point2D(0, 0);\n }\n if (typeof max === 'undefined') {\n max = new Point2D(\n size.get(0) - 1,\n size.get(1)\n );\n }\n // position to pixel for max: extra X is ok, remove extra Y\n const startOffset = size.indexToOffset(index.getWithNew2D(\n min.getX(), min.getY()\n ));\n const endOffset = size.indexToOffset(index.getWithNew2D(\n max.getX(), max.getY() - 1\n ));\n\n // minimum 1 column\n const rangeNumberOfColumns = Math.max(1, max.getX() - min.getX());\n const rowIncrement = size.get(0) - rangeNumberOfColumns;\n\n return rangeRegion(\n dataAccessor, startOffset, endOffset + 1,\n 1, rangeNumberOfColumns, rowIncrement);\n}\n\n/**\n * Get a slice index iterator for a rectangular region.\n *\n * @param {Image} image The image to parse.\n * @param {Index} index The current position.\n * @param {boolean} isRescaled Flag for rescaled values (default false).\n * @param {number[][][]} regions An array of [x, y] pairs (min, max).\n * @returns {object|undefined} The slice iterator.\n */\nexport function getVariableRegionSliceIterator(\n image, index, isRescaled, regions) {\n if (image.getNumberOfComponents() !== 1) {\n throw new Error('Unsupported number of components for region iterator: ' +\n image.getNumberOfComponents());\n }\n\n // default to non rescaled data\n if (typeof isRescaled === 'undefined') {\n isRescaled = false;\n }\n let dataAccessor = null;\n if (isRescaled) {\n dataAccessor = function (offset) {\n return image.getRescaledValueAtOffset(offset);\n };\n } else {\n dataAccessor = function (offset) {\n return image.getValueAtOffset(offset);\n };\n }\n\n const size = image.getGeometry().getSize();\n\n const offsetRegions = [];\n let region;\n let min = null;\n let max = null;\n let regionIndex = null;\n for (let i = 0; i < regions.length; ++i) {\n region = regions[i];\n const width = region[1][0] - region[0][0];\n if (width !== 0) {\n regionIndex = i;\n if (!min) {\n min = region[0];\n }\n offsetRegions.push([\n region[0][0],\n width,\n size.get(0) - region[1][0]\n ]);\n }\n }\n if (regionIndex !== null) {\n max = regions[regionIndex][1];\n }\n\n // exit if no offsets\n if (offsetRegions.length === 0) {\n return undefined;\n }\n\n const startOffset = size.indexToOffset(index.getWithNew2D(\n min[0], min[1]\n ));\n const endOffset = size.indexToOffset(index.getWithNew2D(\n max[0], max[1]\n ));\n\n return rangeRegions(\n dataAccessor, startOffset, endOffset + 1,\n 1, offsetRegions);\n}\n\n/**\n * Get a colour iterator. The input array defines the colours and\n * their start index.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols}.\n *\n * @param {Array} colours An array of {index, colour} pairs.\n * @param {number} end The end of the range (excluded).\n * @returns {object} An iterator folowing the iterator and iterable protocol.\n */\nexport function colourRange(colours, end) {\n let nextIndex = 0;\n let nextColourIndex = 0;\n // result\n return {\n next: function () {\n if (nextIndex < end) {\n if (nextColourIndex + 1 < colours.length &&\n nextIndex >= colours[nextColourIndex + 1].index) {\n ++nextColourIndex;\n }\n const result = {\n value: colours[nextColourIndex].colour,\n done: false,\n index: nextIndex\n };\n ++nextIndex;\n return result;\n }\n return {\n done: true,\n index: end\n };\n }\n };\n}\n","/**\n * Rescale Slope and Intercept.\n */\nexport class RescaleSlopeAndIntercept {\n\n /**\n * The slope.\n *\n * @type {number}\n */\n #slope;\n\n /**\n * The intercept.\n *\n * @type {number}\n */\n #intercept;\n\n /**\n * @param {number} slope The slope of the RSI.\n * @param {number} intercept The intercept of the RSI.\n */\n constructor(slope, intercept) {\n /*// Check the rescale slope.\n if(typeof(slope) === 'undefined') {\n slope = 1;\n }\n // Check the rescale intercept.\n if(typeof(intercept) === 'undefined') {\n intercept = 0;\n }*/\n this.#slope = slope;\n this.#intercept = intercept;\n }\n\n /**\n * Get the slope of the RSI.\n *\n * @returns {number} The slope of the RSI.\n */\n getSlope() {\n return this.#slope;\n }\n\n /**\n * Get the intercept of the RSI.\n *\n * @returns {number} The intercept of the RSI.\n */\n getIntercept() {\n return this.#intercept;\n }\n\n /**\n * Apply the RSI on an input value.\n *\n * @param {number} value The input value.\n * @returns {number} The value to rescale.\n */\n apply(value) {\n return value * this.#slope + this.#intercept;\n }\n\n /**\n * Check for RSI equality.\n *\n * @param {RescaleSlopeAndIntercept} rhs The other RSI to compare to.\n * @returns {boolean} True if both RSI are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n typeof rhs !== 'undefined' &&\n this.getSlope() === rhs.getSlope() &&\n this.getIntercept() === rhs.getIntercept();\n }\n\n /**\n * Is this RSI an ID RSI.\n *\n * @returns {boolean} True if the RSI has a slope of 1 and no intercept.\n */\n isID() {\n return (this.getSlope() === 1 && this.getIntercept() === 0);\n }\n\n} // class RescaleSlopeAndIntercept\n","import {Index} from '../math/index';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Matrix33} from '../math/matrix';\nimport {Scalar2D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Immutable Size class.\n * Warning: the input array is NOT cloned, modifying it will\n * modify the index values.\n */\nexport class Size {\n\n /**\n * The size values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * @param {number[]} values The size values.\n */\n constructor(values) {\n if (!values || typeof values === 'undefined') {\n throw new Error('Cannot create size with no values.');\n }\n if (values.length === 0) {\n throw new Error('Cannot create size with empty values.');\n }\n const valueCheck = function (val) {\n return !isNaN(val) && val !== 0;\n };\n if (!values.every(valueCheck)) {\n throw new Error('Cannot create size with non number or zero values.');\n }\n this.#values = values;\n }\n\n /**\n * Get the size value at the given array index.\n *\n * @param {number} i The index to get.\n * @returns {number} The value.\n */\n get(i) {\n return this.#values[i];\n }\n\n /**\n * Get the length of the index.\n *\n * @returns {number} The length.\n */\n length() {\n return this.#values.length;\n }\n\n /**\n * Get a string representation of the size.\n *\n * @returns {string} The Size as a string.\n */\n toString() {\n return '(' + this.#values.toString() + ')';\n }\n\n /**\n * Get the values of this index.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return this.#values.slice();\n }\n\n /**\n * Check if a dimension exists and has more than one element.\n *\n * @param {number} dimension The dimension to check.\n * @returns {boolean} True if the size is more than one.\n */\n moreThanOne(dimension) {\n return this.length() >= dimension + 1 && this.get(dimension) !== 1;\n }\n\n /**\n * Check if the associated data is scrollable in 3D.\n *\n * @param {Matrix33} [viewOrientation] The orientation matrix.\n * @returns {boolean} True if scrollable.\n */\n canScroll3D(viewOrientation) {\n let dimension = 2;\n if (typeof viewOrientation !== 'undefined') {\n dimension = viewOrientation.getThirdColMajorDirection();\n }\n return this.moreThanOne(dimension);\n }\n\n /**\n * Check if the associated data is scrollable: either in 3D or\n * in other directions.\n *\n * @param {Matrix33} viewOrientation The orientation matrix.\n * @returns {boolean} True if scrollable.\n */\n canScroll(viewOrientation) {\n let canScroll = this.canScroll3D(viewOrientation);\n // check possible other dimensions\n for (let i = 3; i < this.length(); ++i) {\n canScroll = canScroll || this.moreThanOne(i);\n }\n return canScroll;\n }\n\n /**\n * Get the size of a given dimension.\n *\n * @param {number} dimension The dimension.\n * @param {number} [start] Optional start dimension to start counting from.\n * @returns {number} The size.\n */\n getDimSize(dimension, start) {\n if (dimension > this.length()) {\n return null;\n }\n if (typeof start === 'undefined') {\n start = 0;\n } else {\n if (start < 0 || start > dimension) {\n throw new Error('Invalid start value for getDimSize');\n }\n }\n let size = 1;\n for (let i = start; i < dimension; ++i) {\n size *= this.get(i);\n }\n return size;\n }\n\n /**\n * Get the total size.\n *\n * @param {number} [start] Optional start dimension to base the offset on.\n * @returns {number} The total size.\n */\n getTotalSize(start) {\n return this.getDimSize(this.length(), start);\n }\n\n /**\n * Check for equality.\n *\n * @param {Size} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n // check input\n if (!rhs) {\n return false;\n }\n // check length\n const length = this.length();\n if (length !== rhs.length()) {\n return false;\n }\n // check values\n for (let i = 0; i < length; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Check that an index is within bounds.\n *\n * @param {Index} index The index to check.\n * @param {number[]} dirs Optional list of directions to check.\n * @returns {boolean} True if the given coordinates are within bounds.\n */\n isInBounds(index, dirs) {\n // check input\n if (!index) {\n return false;\n }\n // check length\n const length = this.length();\n if (length !== index.length()) {\n return false;\n }\n // create dirs if not there\n if (typeof dirs === 'undefined') {\n dirs = [];\n for (let j = 0; j < length; ++j) {\n dirs.push(j);\n }\n } else {\n for (let k = 0; k < length; ++k) {\n if (dirs[k] > length - 1) {\n throw new Error('Wrong input dir value: ' + dirs[k]);\n }\n }\n }\n // check values is 0 <= v < size\n const inBound = function (value, size) {\n return value >= 0 && value < size;\n };\n // check\n for (let i = 0; i < dirs.length; ++i) {\n if (!inBound(index.get(dirs[i]), this.get(dirs[i]))) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Convert an index to an offset in memory.\n *\n * @param {Index} index The index to convert.\n * @param {number} [start] Optional start dimension to base the offset on.\n * @returns {number} The offset.\n */\n indexToOffset(index, start) {\n // TODO check for equality\n if (index.length() < this.length()) {\n throw new Error('Incompatible index and size length');\n }\n if (typeof start === 'undefined') {\n start = 0;\n } else {\n if (start < 0 || start > this.length() - 1) {\n throw new Error('Invalid start value for indexToOffset');\n }\n }\n let offset = 0;\n for (let i = start; i < this.length(); ++i) {\n offset += index.get(i) * this.getDimSize(i, start);\n }\n return offset;\n }\n\n /**\n * Convert an offset in memory to an index.\n *\n * @param {number} offset The offset to convert.\n * @returns {Index} The index.\n */\n offsetToIndex(offset) {\n const values = new Array(this.length());\n let off = offset;\n let dimSize = 0;\n for (let i = this.length() - 1; i > 0; --i) {\n dimSize = this.getDimSize(i);\n values[i] = Math.floor(off / dimSize);\n off = off - values[i] * dimSize;\n }\n values[0] = off;\n return new Index(values);\n }\n\n /**\n * Get the 2D base of this size.\n *\n * @returns {Scalar2D} The 2D base [0,1] as {x,y}.\n */\n get2D() {\n return {\n x: this.get(0),\n y: this.get(1)\n };\n }\n\n} // Size class\n","/**\n * Statistics storage class.\n * 'simple' statistics do not include median, p25 nor p75.\n */\nexport class Statistics {\n /**\n * Minimum.\n *\n * @type {number}\n */\n min;\n /**\n * Maximum.\n *\n * @type {number}\n */\n max;\n /**\n * Mean.\n *\n * @type {number}\n */\n mean;\n /**\n * Standard deviation.\n *\n * @type {number}\n */\n stdDev;\n /**\n * Median.\n *\n * @type {number|undefined}\n */\n median;\n /**\n * 25th percentile.\n *\n * @type {number|undefined}\n */\n p25;\n /**\n * 75th percentile.\n *\n * @type {number|undefined}\n */\n p75;\n\n /**\n * @param {number} min The minimum.\n * @param {number} max The maxnimum.\n * @param {number} mean The mean.\n * @param {number} stdDev The standard deviation.\n */\n constructor(min, max, mean, stdDev) {\n this.min = min;\n this.max = max;\n this.mean = mean;\n this.stdDev = stdDev;\n }\n}\n\n/**\n * Get statistics on an input array of number.\n * Note: could use {@link https://github.com/tmcw/simple-statistics}.\n *\n * @param {number[]} values The array of values to extract stats from.\n * @param {string[]} flags A list of stat value names to calculate.\n * @returns {Statistics} A statistics object.\n */\nexport function getStats(values, flags) {\n if (includesFullStatsFlags(flags)) {\n return getFullStats(values);\n } else {\n return getBasicStats(values);\n }\n}\n\n/**\n * Does the input flag list contain a full stat element?\n *\n * @param {string[]} flags A list of stat values to calculate.\n * @returns {boolean} True if one of the flags is a full stat flag.\n */\nfunction includesFullStatsFlags(flags) {\n return typeof flags !== 'undefined' &&\n flags !== null &&\n (flags.includes('median') ||\n flags.includes('p25') ||\n flags.includes('p75'));\n}\n\n/**\n * Get simple stats: minimum, maximum, mean and standard deviation\n * of an array of values.\n *\n * @param {number[]} values The array of values to extract stats from.\n * @returns {Statistics} Simple statistics (no median, p25 nor p75).\n */\nexport function getBasicStats(values) {\n let min = values[0];\n let max = min;\n let sum = 0;\n let sumSqr = 0;\n let val = 0;\n const length = values.length;\n for (let i = 0; i < length; ++i) {\n val = values[i];\n if (val < min) {\n min = val;\n } else if (val > max) {\n max = val;\n }\n sum += val;\n sumSqr += val * val;\n }\n\n const mean = sum / length;\n // see http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance\n let variance = sumSqr / length - mean * mean;\n if (variance < 0) {\n variance = 0;\n }\n const stdDev = Math.sqrt(variance);\n\n return new Statistics(min, max, mean, stdDev);\n}\n\n/**\n * Get full stats: minimum, maximum, mean, standard deviation, median, 25%\n * and 75% percentile of an array of values.\n *\n * @param {number[]} values The array of values to extract stats from.\n * @returns {Statistics} Complete statistics (includes median, p25 and p75).\n */\nfunction getFullStats(values) {\n // get basic stats\n const stats = getBasicStats(values);\n\n // sort array... can get slow...\n values.sort(function (a, b) {\n return a - b;\n });\n\n stats.median = getPercentile(values, 0.5);\n stats.p25 = getPercentile(values, 0.25);\n stats.p75 = getPercentile(values, 0.75);\n\n return stats;\n}\n\n/**\n * Get an arrays' percentile. Uses linear interpolation for percentiles\n * that lie between data points.\n * See: {@link https://en.wikipedia.org/wiki/Percentile} (second variant interpolation).\n *\n * @param {number[]} values The sorted array of values.\n * @param {number} ratio The percentile ratio [0-1].\n * @returns {number} The percentile.\n */\nfunction getPercentile(values, ratio) {\n // check input\n if (values.length === 0) {\n throw new Error('Empty array provided for percentile calculation.');\n }\n if (ratio < 0 || ratio > 1) {\n throw new Error(\n 'Invalid ratio provided for percentile calculation: ' + ratio);\n }\n // return min for ratio=0 amd max for ratio=1\n if (ratio === 0) {\n return values[0];\n } else if (ratio === 1) {\n return values[values.length - 1];\n }\n // general case: interpolate between indices if needed\n const i = (values.length - 1) * ratio;\n const i0 = Math.floor(i);\n const v0 = values[i0];\n const v1 = values[i0 + 1];\n return v0 + (v1 - v0) * (i - i0);\n}\n\n/**\n * Unique ID generator.\n *\n * See {@link http://stackoverflow.com/questions/105034/create-guid-uuid-in-javascript}\n * and this {@link http://stackoverflow.com/a/13403498 answer}.\n *\n * @returns {string} A unique ID.\n */\nexport function guid() {\n return Math.random().toString(36).substring(2, 15);\n}\n\n/**\n * Number range.\n */\nexport class NumberRange {\n /**\n * @type {number}\n */\n min;\n /**\n * @type {number}\n */\n max;\n /**\n * @param {number} min The minimum.\n * @param {number} max The maximum.\n */\n constructor(min, max) {\n this.min = min;\n this.max = max;\n }\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Scalar2D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Immutable Spacing class.\n * Warning: the input array is NOT cloned, modifying it will\n * modify the index values.\n */\nexport class Spacing {\n\n /**\n * The spacing values.\n *\n * @type {number[]}\n */\n #values;\n\n /**\n * @param {number[]} values The spacing values.\n */\n constructor(values) {\n if (!values || typeof values === 'undefined') {\n throw new Error('Cannot create spacing with no values.');\n }\n if (values.length === 0) {\n throw new Error('Cannot create spacing with empty values.');\n }\n const valueCheck = function (val) {\n return !isNaN(val) && val !== 0;\n };\n if (!values.every(valueCheck)) {\n throw new Error('Cannot create spacing with non number or zero values.');\n }\n this.#values = values;\n }\n\n /**\n * Get the spacing value at the given array index.\n *\n * @param {number} i The index to get.\n * @returns {number} The value.\n */\n get(i) {\n return this.#values[i];\n }\n\n /**\n * Get the length of the spacing.\n *\n * @returns {number} The length.\n */\n length() {\n return this.#values.length;\n }\n\n /**\n * Get a string representation of the spacing.\n *\n * @returns {string} The spacing as a string.\n */\n toString() {\n return '(' + this.#values.toString() + ')';\n }\n\n /**\n * Get the values of this spacing.\n *\n * @returns {number[]} The array of values.\n */\n getValues() {\n return this.#values.slice();\n }\n\n /**\n * Check for equality.\n *\n * @param {Spacing} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n // check input\n if (!rhs) {\n return false;\n }\n // check length\n const length = this.length();\n if (length !== rhs.length()) {\n return false;\n }\n // check values\n for (let i = 0; i < length; ++i) {\n if (this.get(i) !== rhs.get(i)) {\n return false;\n }\n }\n // seems ok!\n return true;\n }\n\n /**\n * Get the 2D base of this size.\n *\n * @returns {Scalar2D} The 2D base [col,row] as {x,y}.\n */\n get2D() {\n return {\n x: this.get(0),\n y: this.get(1)\n };\n }\n\n} // Spacing class\n","import {\n getIdentityMat33,\n REAL_WORLD_EPSILON\n} from '../math/matrix';\nimport {Point3D, Point} from '../math/point';\nimport {Vector3D} from '../math/vector';\nimport {Index} from '../math/index';\nimport {getBasicStats} from '../math/stats';\nimport {precisionRound} from '../utils/string';\nimport {logger} from '../utils/logger';\nimport {Size} from './size';\nimport {Spacing} from './spacing';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Matrix33} from '../math/matrix';\n/* eslint-enable no-unused-vars */\n\n/**\n * 2D/3D Geometry class.\n */\nexport class Geometry {\n\n /**\n * Array of origins.\n *\n * @type {Point3D[]}\n */\n #origins;\n\n /**\n * Data size.\n *\n * @type {Size}\n */\n #size;\n\n /**\n * Data spacing.\n *\n * @type {Spacing}\n */\n #spacing;\n\n /**\n * Local helper object for time points.\n *\n * @type {Object}\n */\n #timeOrigins = {};\n\n /**\n * Initial time index.\n *\n * @type {number}\n */\n #initialTime;\n\n /**\n * Data orientation.\n *\n * @type {Matrix33}\n */\n #orientation = getIdentityMat33();\n\n /**\n * Flag to know if new origins were added.\n *\n * @type {boolean}\n */\n #newOrigins = false;\n\n /**\n * @param {Point3D} origin The object origin (a 3D point).\n * @param {Size} size The object size.\n * @param {Spacing} spacing The object spacing.\n * @param {Matrix33} [orientation] The object orientation (3*3 matrix,\n * default to 3*3 identity).\n * @param {number} [time] Optional time index.\n */\n constructor(origin, size, spacing, orientation, time) {\n this.#origins = [origin];\n this.#size = size;\n this.#spacing = spacing;\n if (typeof time !== 'undefined') {\n this.#initialTime = time;\n this.#timeOrigins[time] = [origin];\n }\n // check input orientation\n if (typeof orientation !== 'undefined') {\n this.#orientation = orientation;\n }\n }\n\n /**\n * Get the time value that was passed at construction.\n *\n * @returns {number} The time value.\n */\n getInitialTime() {\n return this.#initialTime;\n }\n\n /**\n * Get the total number of slices.\n * Can be different from what is stored in the size object\n * during a volume with time points creation process.\n *\n * @returns {number} The total count.\n */\n getCurrentTotalNumberOfSlices() {\n const keys = Object.keys(this.#timeOrigins);\n if (keys.length === 0) {\n return this.#origins.length;\n }\n let count = 0;\n for (let i = 0; i < keys.length; ++i) {\n count += this.#timeOrigins[keys[i]].length;\n }\n return count;\n }\n\n /**\n * Check if a time point has associated slices.\n *\n * @param {number} time The time point to check.\n * @returns {boolean} True if slices are present.\n */\n hasSlicesAtTime(time) {\n return typeof this.#timeOrigins[time] !== 'undefined';\n }\n\n /**\n * Get the number of slices stored for time points preceding\n * the input one.\n *\n * @param {number} time The time point to check.\n * @returns {number|undefined} The count.\n */\n getCurrentNumberOfSlicesBeforeTime(time) {\n const keys = Object.keys(this.#timeOrigins);\n if (keys.length === 0) {\n return undefined;\n }\n let count = 0;\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i];\n if (parseInt(key, 10) === time) {\n break;\n }\n count += this.#timeOrigins[key].length;\n }\n return count;\n }\n\n /**\n * Get the object origin.\n * This should be the lowest origin to ease calculations (?).\n *\n * @returns {Point3D} The object origin.\n */\n getOrigin() {\n return this.#origins[0];\n }\n\n /**\n * Get the object origins.\n *\n * @returns {Point3D[]} The object origins.\n */\n getOrigins() {\n return this.#origins;\n }\n\n /**\n * Check if a point is in the origin list.\n *\n * @param {Point3D} point3D The point to check.\n * @param {number} tol The comparison tolerance\n * default to Number.EPSILON.\n * @returns {boolean} True if in list.\n */\n includesOrigin(point3D, tol) {\n for (let i = 0; i < this.#origins.length; ++i) {\n if (this.#origins[i].isSimilar(point3D, tol)) {\n return true;\n }\n }\n return false;\n }\n\n /**\n * Get the object size.\n * Warning: the size comes as stored in DICOM, meaning that it could\n * be oriented.\n *\n * @param {Matrix33} [viewOrientation] The view orientation (optional).\n * @returns {Size} The object size.\n */\n getSize(viewOrientation) {\n let res = this.#size;\n if (viewOrientation && typeof viewOrientation !== 'undefined') {\n let values = getOrientedArray3D(\n [\n this.#size.get(0),\n this.#size.get(1),\n this.#size.get(2)\n ],\n viewOrientation);\n values = values.map(Math.abs);\n res = new Size(values.concat(this.#size.getValues().slice(3)));\n }\n return res;\n }\n\n /**\n * Calculate slice spacing from origins and replace current\n * if needed.\n */\n #updateSliceSpacing() {\n const geoSliceSpacing = getSliceGeometrySpacing(this.#origins);\n // update local if needed\n if (typeof geoSliceSpacing !== 'undefined' &&\n this.#spacing.get(2) !== geoSliceSpacing) {\n logger.trace('Using geometric spacing ' + geoSliceSpacing +\n ' instead of tag spacing ' + this.#spacing.get(2));\n const values = this.#spacing.getValues();\n values[2] = geoSliceSpacing;\n this.#spacing = new Spacing(values);\n }\n }\n\n /**\n * Get the object spacing.\n * Warning: the spacing comes as stored in DICOM, meaning that it could\n * be oriented.\n *\n * @param {Matrix33} [viewOrientation] The view orientation (optional).\n * @returns {Spacing} The object spacing.\n */\n getSpacing(viewOrientation) {\n // update slice spacing after appendSlice\n if (this.#newOrigins) {\n this.#updateSliceSpacing();\n this.#newOrigins = false;\n }\n let res = this.#spacing;\n if (viewOrientation && typeof viewOrientation !== 'undefined') {\n let orientedValues = getOrientedArray3D(\n [\n this.#spacing.get(0),\n this.#spacing.get(1),\n this.#spacing.get(2)\n ],\n viewOrientation);\n orientedValues = orientedValues.map(Math.abs);\n res = new Spacing(orientedValues);\n }\n return res;\n }\n\n /**\n * Get the image spacing in real world.\n *\n * @returns {Spacing} The object spacing.\n */\n getRealSpacing() {\n // asOneAndZeros to not change spacing values...\n return this.getSpacing(\n this.#orientation.getInverse().asOneAndZeros()\n );\n }\n\n /**\n * Get the object orientation.\n *\n * @returns {Matrix33} The object orientation.\n */\n getOrientation() {\n return this.#orientation;\n }\n\n /**\n * Get the slice position of a point in the current slice layout.\n * Slice indices increase with decreasing origins (high index -> low origin),\n * this simplified the handling of reconstruction since it means\n * the displayed data is in the same 'direction' as the extracted data.\n * As seen in the getOrigin method, the main origin is the lowest one.\n * This implies that the index to world and reverse method do some flipping\n * magic...\n *\n * @param {Point3D} point The point to evaluate.\n * @param {number} time Optional time index.\n * @returns {number} The slice index.\n */\n getSliceIndex(point, time) {\n // cannot use this.worldToIndex(point).getK() since\n // we cannot guaranty consecutive slices...\n\n let localOrigins = this.#origins;\n if (typeof time !== 'undefined') {\n localOrigins = this.#timeOrigins[time];\n }\n\n // find the closest origin\n const closestOriginIndex = point.getClosest(localOrigins);\n const closestOrigin = localOrigins[closestOriginIndex];\n\n // direction between the input point and the closest origin\n const pointDir = point.minus(closestOrigin);\n\n // use third orientation matrix column as plane normal vector\n const normal = new Vector3D(\n this.#orientation.get(0, 2),\n this.#orientation.get(1, 2),\n this.#orientation.get(2, 2)\n );\n\n // codirectional vectors: above slice index\n // oposite vectors: below slice index\n const isCodirectional = normal.isCodirectional(pointDir);\n const sliceIndex = isCodirectional\n ? closestOriginIndex + 1 : closestOriginIndex;\n\n return sliceIndex;\n }\n\n /**\n * Append an origin to the geometry.\n *\n * @param {Point3D} origin The origin to append.\n * @param {number} index The index at which to append.\n * @param {number} [time] Optional time index.\n */\n appendOrigin(origin, index, time) {\n // equal callback\n const equalToOrigin = function (element) {\n return element.equals(origin);\n };\n if (typeof time !== 'undefined') {\n // check if not already in list\n const found = this.#timeOrigins[time].find(equalToOrigin);\n if (typeof found !== 'undefined') {\n throw new Error('Cannot append same time origin twice');\n }\n // add in origin array\n this.#timeOrigins[time].splice(index, 0, origin);\n }\n if (typeof time === 'undefined' || time === this.#initialTime) {\n // check if not already in list\n const found = this.#origins.find(equalToOrigin);\n if (typeof found !== 'undefined') {\n throw new Error('Cannot append same origin twice');\n }\n // update flag\n this.#newOrigins = true;\n // add in origin array\n this.#origins.splice(index, 0, origin);\n // increment second dimension\n const values = this.#size.getValues();\n values[2] += 1;\n this.#size = new Size(values);\n }\n }\n\n /**\n * Append a frame to the geometry.\n *\n * @param {Point3D} origin The origin to append.\n * @param {number} time Optional time index.\n */\n appendFrame(origin, time) {\n // add origin to list\n this.#timeOrigins[time] = [origin];\n // increment third dimension\n const sizeValues = this.#size.getValues();\n const spacingValues = this.#spacing.getValues();\n if (sizeValues.length === 4) {\n sizeValues[3] += 1;\n } else {\n sizeValues.push(2);\n spacingValues.push(1);\n }\n this.#size = new Size(sizeValues);\n this.#spacing = new Spacing(spacingValues);\n }\n\n /**\n * Get a string representation of the geometry.\n *\n * @returns {string} The geometry as a string.\n */\n toString() {\n return 'Origin: ' + this.getOrigin() +\n ', Size: ' + this.getSize() +\n ', Spacing: ' + this.getSpacing() +\n ', Orientation: ' + this.getOrientation();\n }\n\n /**\n * Check for equality.\n *\n * @param {Geometry} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getOrigin().equals(rhs.getOrigin()) &&\n this.getSize().equals(rhs.getSize()) &&\n this.getSpacing().equals(rhs.getSpacing());\n }\n\n /**\n * Check that a point is within bounds.\n *\n * @param {Point} point The point to check.\n * @returns {boolean} True if the given coordinates are within bounds.\n */\n isInBounds(point) {\n return this.isIndexInBounds(this.worldToIndex(point));\n }\n\n /**\n * Check that a index is within bounds.\n *\n * @param {Index} index The index to check.\n * @param {number[]} [dirs] Optional list of directions to check.\n * @returns {boolean} True if the given coordinates are within bounds.\n */\n isIndexInBounds(index, dirs) {\n return this.getSize().isInBounds(index, dirs);\n }\n\n /**\n * Convert an index into world coordinates.\n *\n * @param {Index} index The index to convert.\n * @returns {Point} The corresponding point.\n */\n indexToWorld(index) {\n // apply spacing\n // (spacing is oriented, apply before orientation)\n const spacing = this.getSpacing();\n const orientedPoint3D = new Point3D(\n index.get(0) * spacing.get(0),\n index.get(1) * spacing.get(1),\n index.get(2) * spacing.get(2)\n );\n // de-orient\n const point3D = this.getOrientation().multiplyPoint3D(orientedPoint3D);\n // keep >3d values\n const values = index.getValues();\n const origin = this.getOrigin();\n values[0] = origin.getX() + point3D.getX();\n values[1] = origin.getY() + point3D.getY();\n values[2] = origin.getZ() + point3D.getZ();\n // return point\n return new Point(values);\n }\n\n /**\n * Convert a 3D point into world coordinates.\n *\n * @param {Point3D} point The 3D point to convert.\n * @returns {Point3D} The corresponding world 3D point.\n */\n pointToWorld(point) {\n // apply spacing\n // (spacing is oriented, apply before orientation)\n const spacing = this.getSpacing();\n const orientedPoint3D = new Point3D(\n point.getX() * spacing.get(0),\n point.getY() * spacing.get(1),\n point.getZ() * spacing.get(2)\n );\n // de-orient\n const point3D = this.getOrientation().multiplyPoint3D(orientedPoint3D);\n // return point3D\n const origin = this.getOrigin();\n return new Point3D(\n origin.getX() + point3D.getX(),\n origin.getY() + point3D.getY(),\n origin.getZ() + point3D.getZ()\n );\n }\n\n /**\n * Convert world coordinates into an index.\n *\n * @param {Point} point The point to convert.\n * @returns {Index} The corresponding index.\n */\n worldToIndex(point) {\n // compensate for origin\n // (origin is not oriented, compensate before orientation)\n // TODO: use slice origin...\n const origin = this.getOrigin();\n const point3D = new Point3D(\n point.get(0) - origin.getX(),\n point.get(1) - origin.getY(),\n point.get(2) - origin.getZ()\n );\n // orient\n const orientedPoint3D =\n this.getOrientation().getInverse().multiplyPoint3D(point3D);\n // keep >3d values\n const values = point.getValues();\n // apply spacing and round\n const spacing = this.getSpacing();\n values[0] = Math.round(orientedPoint3D.getX() / spacing.get(0));\n values[1] = Math.round(orientedPoint3D.getY() / spacing.get(1));\n values[2] = Math.round(orientedPoint3D.getZ() / spacing.get(2));\n\n // return index\n return new Index(values);\n }\n\n /**\n * Convert world coordinates into an point.\n *\n * @param {Point} point The world point to convert.\n * @returns {Point3D} The corresponding point.\n */\n worldToPoint(point) {\n // compensate for origin\n // (origin is not oriented, compensate before orientation)\n const origin = this.getOrigin();\n const point3D = new Point3D(\n point.get(0) - origin.getX(),\n point.get(1) - origin.getY(),\n point.get(2) - origin.getZ()\n );\n // orient\n const orientedPoint3D =\n this.getOrientation().getInverse().multiplyPoint3D(point3D);\n // keep >3d values\n const values = point.getValues();\n // apply spacing and round\n const spacing = this.getSpacing();\n values[0] = orientedPoint3D.getX() / spacing.get(0);\n values[1] = orientedPoint3D.getY() / spacing.get(1);\n values[2] = orientedPoint3D.getZ() / spacing.get(2);\n\n // return index\n return new Point3D(values[0], values[1], values[2]);\n }\n\n} // class Geometry\n\n/**\n * Get the oriented values of an input 3D array.\n *\n * @param {number[]} array3D The 3D array.\n * @param {Matrix33} orientation The orientation 3D matrix.\n * @returns {number[]} The values reordered according to the orientation.\n */\nexport function getOrientedArray3D(array3D, orientation) {\n // values = orientation * orientedValues\n // -> inv(orientation) * values = orientedValues\n return orientation.getInverse().multiplyArray3D(array3D);\n}\n\n/**\n * Get the raw values of an oriented input 3D array.\n *\n * @param {number[]} array3D The 3D array.\n * @param {Matrix33} orientation The orientation 3D matrix.\n * @returns {number[]} The values reordered to compensate the orientation.\n */\nexport function getDeOrientedArray3D(array3D, orientation) {\n // values = orientation * orientedValues\n return orientation.multiplyArray3D(array3D);\n}\n\n/**\n * Get the slice spacing from the difference in the Z directions\n * of input origins.\n *\n * @param {Point3D[]} origins An array of Point3D.\n * @returns {number|undefined} The spacing.\n */\nexport function getSliceGeometrySpacing(origins) {\n // check origins\n if (origins.length <= 1) {\n return;\n }\n\n const spacings = [];\n for (let i = 0; i < origins.length - 1; ++i) {\n const origin1 = origins[i];\n const origin2 = origins[i + 1];\n const sliceSpacing = origin1.getDistance(origin2);\n if (sliceSpacing === 0) {\n throw new Error('Zero slice spacing ' +\n origin1.toString() + ' ' + origin2.toString());\n }\n spacings.push(sliceSpacing);\n }\n\n // use rounded mean value as spacing\n const stats = getBasicStats(spacings);\n const spacing = precisionRound(stats.mean, 4);\n\n // warn if non constant\n if (stats.stdDev > REAL_WORLD_EPSILON) {\n logger.warn('Varying slice spacing, value: ' + spacing +\n ' (mean: ' + stats.mean +\n ', min: ' + stats.min +\n ', max: ' + stats.max +\n ', stdDev: ' + stats.stdDev + ')');\n }\n\n return spacing;\n}\n","import {DataElement} from './dataElement';\n\n/**\n * Pad an input string with a '0' to form a 2 digit one.\n *\n * @param {string} str The string to pad.\n * @returns {string} The padded string.\n */\nfunction padZeroTwoDigit(str) {\n return ('0' + str).slice(-2);\n}\n\n/**\n * Get a 'date' object with {year, monthIndex, day} ready for the\n * Date constructor from a DICOM element with vr=DA.\n *\n * @param {DataElement} element The DICOM element with date information.\n * @returns {{year, monthIndex, day}|undefined} The 'date' object.\n */\nexport function getDate(element) {\n if (typeof element === 'undefined') {\n return undefined;\n }\n if (element.value.length !== 1) {\n return undefined;\n }\n const daValue = element.value[0];\n // Two possible formats:\n // - standard 'YYYYMMDD'\n // - non-standard 'YYYY.MM.DD' (previous ACR-NEMA)\n let monthBeginIndex = 4;\n let dayBeginIndex = 6;\n if (daValue.length === 10) {\n monthBeginIndex = 5;\n dayBeginIndex = 8;\n }\n const daYears = parseInt(daValue.substring(0, 4), 10);\n // 0-11 range\n const daMonthIndex = daValue.length >= monthBeginIndex + 2\n ? parseInt(daValue.substring(\n monthBeginIndex, monthBeginIndex + 2), 10) - 1 : 0;\n const daDay = daValue.length === dayBeginIndex + 2\n ? parseInt(daValue.substring(\n dayBeginIndex, dayBeginIndex + 2), 10) : 0;\n return {\n year: daYears,\n monthIndex: daMonthIndex,\n day: daDay\n };\n}\n\n/**\n * Get a time object with {hours, minutes, seconds} ready for the\n * Date constructor from a DICOM element with vr=TM.\n *\n * @param {DataElement} element The DICOM element with date information.\n * @returns {{hours, minutes, seconds, milliseconds}|undefined} The time object.\n */\nexport function getTime(element) {\n if (typeof element === 'undefined') {\n return undefined;\n }\n if (element.value.length !== 1) {\n return undefined;\n }\n // format: HH[MMSS.FFFFFF]\n const tmValue = element.value[0];\n const tmHours = parseInt(tmValue.substring(0, 2), 10);\n const tmMinutes = tmValue.length >= 4\n ? parseInt(tmValue.substring(2, 4), 10) : 0;\n const tmSeconds = tmValue.length >= 6\n ? parseInt(tmValue.substring(4, 6), 10) : 0;\n const tmFracSecondsStr = tmValue.length >= 8\n ? tmValue.substring(7, 10) : 0;\n const tmMilliSeconds = tmFracSecondsStr === 0 ? 0\n : parseInt(tmFracSecondsStr, 10) *\n Math.pow(10, 3 - tmFracSecondsStr.length);\n return {\n hours: tmHours,\n minutes: tmMinutes,\n seconds: tmSeconds,\n milliseconds: tmMilliSeconds\n };\n}\n\n/**\n * Get a 'dateTime' object with {date, time} ready for the\n * Date constructor from a DICOM element with vr=DT.\n *\n * @param {DataElement} element The DICOM element with date-time information.\n * @returns {{date, time}|undefined} The time object.\n */\nexport function getDateTime(element) {\n if (typeof element === 'undefined') {\n return undefined;\n }\n if (element.value.length !== 1) {\n return undefined;\n }\n // format: YYYYMMDDHHMMSS.FFFFFF&ZZXX\n const dtFullValue = element.value[0];\n // remove offset (&ZZXX)\n const dtValue = dtFullValue.split('&')[0];\n const dateDataElement = new DataElement('DA');\n dateDataElement.value = [dtValue.substring(0, 8)];\n const dtDate = getDate(dateDataElement);\n const timeDataElement = new DataElement('TM');\n timeDataElement.value = [dtValue.substring(8)];\n const dtTime = dtValue.length >= 9\n ? getTime(timeDataElement) : undefined;\n return {\n date: dtDate,\n time: dtTime\n };\n}\n\n/**\n * Extract date values from a Date object.\n *\n * @param {Date} date The input date.\n * @returns {{year, monthIndex, day}} A 'date' object.\n */\nexport function dateToDateObj(date) {\n return {\n year: date.getFullYear().toString(),\n monthIndex: padZeroTwoDigit((date.getMonth() + 1).toString()),\n day: padZeroTwoDigit(date.getDate().toString())\n };\n}\n\n/**\n * Extract time values from a Date object.\n *\n * @param {Date} date The input date.\n * @returns {{hours, minutes, seconds}} A 'time' object.\n */\nexport function dateToTimeObj(date) {\n return {\n hours: padZeroTwoDigit(date.getHours().toString()),\n minutes: padZeroTwoDigit(date.getMinutes().toString()),\n seconds: padZeroTwoDigit(date.getSeconds().toString())\n };\n}\n\n/**\n * Get a DICOM formated date string.\n *\n * @param {{year, monthIndex, day}} dateObj The date to format.\n * @returns {string} The formated date.\n */\nexport function getDicomDate(dateObj) {\n // YYYYMMDD\n return (\n dateObj.year +\n dateObj.monthIndex +\n dateObj.day\n );\n}\n\n/**\n * Get a DICOM formated time string.\n *\n * @param {{hours, minutes, seconds}} dateObj The date to format.\n * @returns {string} The formated time.\n */\nexport function getDicomTime(dateObj) {\n // HHMMSS\n return (\n dateObj.hours +\n dateObj.minutes +\n dateObj.seconds\n );\n}\n\n/**\n * Get a DICOM formated datetime string.\n *\n * @param {{date, time}} datetime The datetime to format.\n * @returns {string} The formated datetime.\n */\nexport function getDicomDateTime(datetime) {\n // HHMMSS\n let res = getDicomDate(datetime.date);\n if (typeof datetime.time !== 'undefined') {\n res += getDicomTime(datetime.time);\n }\n return res;\n}\n","import {Vector3D} from './vector';\nimport {\n Matrix33,\n getIdentityMat33\n} from './matrix';\n\n/**\n * Create a 3x3 coronal (xzy) matrix.\n *\n * @returns {Matrix33} The coronal matrix.\n */\nexport function getCoronalMat33() {\n /* eslint-disable @stylistic/js/array-element-newline */\n return new Matrix33([\n 1, 0, 0,\n 0, 0, 1,\n 0, -1, 0\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n}\n\n/**\n * Create a 3x3 sagittal (yzx) matrix.\n *\n * @returns {Matrix33} The sagittal matrix.\n */\nexport function getSagittalMat33() {\n /* eslint-disable @stylistic/js/array-element-newline */\n return new Matrix33([\n 0, 0, -1,\n 1, 0, 0,\n 0, -1, 0\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n}\n\n/**\n * Default anatomical plane orientations.\n */\nexport const Orientation = {\n /**\n * Axial, also known as transverse.\n */\n Axial: 'axial',\n /**\n * Coronal, also known as frontal.\n */\n Coronal: 'coronal',\n /**\n * Sagittal, also known as anteroposterior.\n */\n Sagittal: 'sagittal'\n};\n\n/**\n * Get an orientation matrix from a name.\n *\n * @param {string} name The orientation name.\n * @returns {Matrix33|undefined} The orientation matrix.\n */\nexport function getMatrixFromName(name) {\n let matrix;\n if (name === Orientation.Axial) {\n matrix = getIdentityMat33();\n } else if (name === Orientation.Coronal) {\n matrix = getCoronalMat33();\n } else if (name === Orientation.Sagittal) {\n matrix = getSagittalMat33();\n }\n return matrix;\n}\n\n/**\n * Get the orientation code of an orientation matrix. Each letter defines\n * the towards direction. Letters are: R (right), L (left),\n * A (anterior), P (posterior), I (inferior) and S (superior).\n *\n * @param {Matrix33} matrix The orientation matrix.\n * @returns {string} The orientation code.\n */\nexport function getOrientationStringLPS(matrix) {\n const v0 = new Vector3D(\n matrix.get(0, 0),\n matrix.get(1, 0),\n matrix.get(2, 0)\n );\n const v1 = new Vector3D(\n matrix.get(0, 1),\n matrix.get(1, 1),\n matrix.get(2, 1)\n );\n const v2 = new Vector3D(\n matrix.get(0, 2),\n matrix.get(1, 2),\n matrix.get(2, 2)\n );\n return getVectorStringLPS(v0) +\n getVectorStringLPS(v1) +\n getVectorStringLPS(v2);\n}\n\n/**\n * Get the orientation code of an orientation vector.\n * Credits: David Clunie, {@link https://www.dclunie.com/medical-image-faq/html/part2.html}.\n *\n * @param {Vector3D} vector The orientation vector.\n * @returns {string} The orientation code.\n */\nfunction getVectorStringLPS(vector) {\n let abs = new Vector3D(\n Math.abs(vector.getX()),\n Math.abs(vector.getY()),\n Math.abs(vector.getZ())\n );\n\n let orientation = '';\n const orientationX = vector.getX() < 0 ? 'R' : 'L';\n const orientationY = vector.getY() < 0 ? 'A' : 'P';\n // as defined in DICOM\n //const orientationZ = vector.getZ() < 0 ? 'F' : 'H';\n const orientationZ = vector.getZ() < 0 ? 'I' : 'S';\n\n const threshold = 0.0001;\n\n for (let i = 0; i < 3; i++) {\n if (abs.getX() > threshold &&\n abs.getX() > abs.getY() &&\n abs.getX() > abs.getZ()) {\n orientation += orientationX;\n abs = new Vector3D(0, abs.getY(), abs.getZ());\n } else if (abs.getY() > threshold &&\n abs.getY() > abs.getX() &&\n abs.getY() > abs.getZ()) {\n orientation += orientationY;\n abs = new Vector3D(abs.getX(), 0, abs.getZ());\n } else if (abs.getZ() > threshold &&\n abs.getZ() > abs.getX() &&\n abs.getZ() > abs.getY()) {\n orientation += orientationZ;\n abs = new Vector3D(abs.getX(), abs.getY(), 0);\n } else {\n break;\n }\n }\n\n return orientation;\n}\n\n/**\n * Get the LPS 'group' (axial, coronal or sagittal) from a LPS code.\n *\n * @param {string} code The LPS code string.\n * @returns {string|undefined} The group.\n */\nfunction getLPSGroup(code) {\n let orientStr;\n const axialCodes =\n ['LPS', 'LAI', 'RPI', 'RAS', 'ALS', 'ARI', 'PLI', 'PRS'];\n const coronalCodes =\n ['LSA', 'LIP', 'RSP', 'RIA', 'ILA', 'IRP', 'SLP', 'SRA'];\n const sagittalCodes =\n ['PSL', 'PIR', 'ASR', 'AIL', 'IAR', 'IPL', 'SAL', 'SPR'];\n if (axialCodes.includes(code)) {\n orientStr = Orientation.Axial;\n } else if (coronalCodes.includes(code)) {\n orientStr = Orientation.Coronal;\n } else if (sagittalCodes.includes(code)) {\n orientStr = Orientation.Sagittal;\n }\n return orientStr;\n}\n\n/**\n * Get the name of an image orientation patient.\n *\n * @param {number[]} cosines The image orientation\n * patient cosines (6 values).\n * @returns {string|undefined} The orientation\n * name: axial, coronal or sagittal.\n */\nexport function getOrientationName(cosines) {\n let name;\n const orientMatrix = getOrientationFromCosines(cosines);\n if (typeof orientMatrix !== 'undefined') {\n const lpsStr = getOrientationStringLPS(orientMatrix.asOneAndZeros());\n name = getLPSGroup(lpsStr);\n }\n return name;\n}\n\n/**\n * Get the orientation matrix associated to the direction cosines.\n *\n * @param {number[]} cosines The image orientation\n * patient cosines (6 values).\n * @returns {Matrix33|undefined} The orientation matrix.\n */\nexport function getOrientationFromCosines(cosines) {\n let orientationMatrix;\n if (typeof cosines !== 'undefined' && cosines.length === 6) {\n const rowCosines = new Vector3D(cosines[0], cosines[1], cosines[2]);\n const colCosines = new Vector3D(cosines[3], cosines[4], cosines[5]);\n const normal = rowCosines.crossProduct(colCosines);\n /* eslint-disable @stylistic/js/array-element-newline */\n orientationMatrix = new Matrix33([\n rowCosines.getX(), colCosines.getX(), normal.getX(),\n rowCosines.getY(), colCosines.getY(), normal.getY(),\n rowCosines.getZ(), colCosines.getZ(), normal.getZ()\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n }\n return orientationMatrix;\n}\n\n/**\n * Get the direction cosines from an orientation matrix.\n *\n * @param {Matrix33} matrix The input matrix.\n * @returns {number[]} The image orientation\n * patient cosines (6 values).\n */\nexport function getCosinesFromOrientation(matrix) {\n return [\n matrix.get(0, 0),\n matrix.get(1, 0),\n matrix.get(2, 0),\n matrix.get(0, 1),\n matrix.get(1, 1),\n matrix.get(2, 1)\n ];\n}\n\n/**\n * Get the view orientation according to an image and target orientation.\n * The view orientation is used to go from target to image space.\n *\n * @param {Matrix33} imageOrientation The image geometry.\n * @param {Matrix33} targetOrientation The target orientation.\n * @returns {Matrix33} The view orientation.\n */\nexport function getViewOrientation(imageOrientation, targetOrientation) {\n let viewOrientation = getIdentityMat33();\n if (typeof targetOrientation !== 'undefined') {\n // i: image, v: view, t: target, O: orientation, P: point\n // [Img] -- Oi --> [Real] <-- Ot -- [Target]\n // Pi = (Oi)-1 * Ot * Pt = Ov * Pt\n // -> Ov = (Oi)-1 * Ot\n // TODO: asOneAndZeros simplifies but not nice...\n viewOrientation =\n imageOrientation.asOneAndZeros().getInverse().multiply(targetOrientation);\n }\n // TODO: why abs???\n return viewOrientation.getAbs();\n}\n\n/**\n * Get the target orientation according to an image and view orientation.\n * The target orientation is used to go from target to real space.\n *\n * @param {Matrix33} imageOrientation The image geometry.\n * @param {Matrix33} viewOrientation The view orientation.\n * @returns {Matrix33} The target orientation.\n */\nexport function getTargetOrientation(imageOrientation, viewOrientation) {\n // i: image, v: view, t: target, O: orientation, P: point\n // [Img] -- Oi --> [Real] <-- Ot -- [Target]\n // Pi = (Oi)-1 * Ot * Pt = Ov * Pt\n // -> Ot = Oi * Ov\n // note: asOneAndZeros as in getViewOrientation...\n let targetOrientation =\n imageOrientation.asOneAndZeros().multiply(viewOrientation);\n\n // TODO: why abs???\n const simpleImageOrientation = imageOrientation.asOneAndZeros().getAbs();\n if (simpleImageOrientation.equals(getCoronalMat33().getAbs())) {\n targetOrientation = targetOrientation.getAbs();\n }\n\n return targetOrientation;\n}\n","import {\n DicomParser,\n getTransferSyntaxName\n} from './dicomParser';\nimport {\n getDate,\n getTime,\n getDateTime\n} from './dicomDate';\nimport {\n isPixelDataTag,\n isItemDelimitationItemTag,\n isSequenceDelimitationItemTag,\n getItemTag,\n getItemDelimitationItemTag,\n getSequenceDelimitationItemTag,\n getPixelDataTag,\n getTagFromKey\n} from './dicomTag';\nimport {isNativeLittleEndian} from './dataReader';\nimport {getOrientationFromCosines} from '../math/orientation';\nimport {Spacing} from '../image/spacing';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Tag} from './dicomTag';\nimport {DataElement} from './dataElement';\nimport {Matrix33} from '../math/matrix';\n/* eslint-enable no-unused-vars */\n\n/**\n * @typedef {Object} DataElements\n */\n\n/**\n * Dump the DICOM tags to a string in the same way as the\n * DCMTK `dcmdump` command (https://support.dcmtk.org/docs-dcmrt/dcmdump.html).\n *\n * @param {Object} dicomElements The dicom elements.\n * @returns {string} The dumped file.\n */\nexport function dcmdump(dicomElements) {\n const keys = Object.keys(dicomElements);\n let result = '\\n';\n result += '# Dicom-File-Format\\n';\n result += '\\n';\n result += '# Dicom-Meta-Information-Header\\n';\n result += '# Used TransferSyntax: ';\n if (isNativeLittleEndian()) {\n result += 'Little Endian Explicit\\n';\n } else {\n result += 'NOT Little Endian Explicit\\n';\n }\n let dicomElement = null;\n let tag = null;\n let checkHeader = true;\n for (let i = 0, leni = keys.length; i < leni; ++i) {\n dicomElement = dicomElements[keys[i]];\n tag = getTagFromKey(keys[i]);\n if (checkHeader && tag.getGroup() !== '0002') {\n result += '\\n';\n result += '# Dicom-Data-Set\\n';\n result += '# Used TransferSyntax: ';\n const syntax = dicomElements['00020010'].value[0];\n result += getTransferSyntaxName(syntax);\n result += '\\n';\n checkHeader = false;\n }\n result += getElementAsString(tag, dicomElement) + '\\n';\n }\n return result;\n}\n\n/**\n * Get a data element value as a string.\n *\n * @param {Tag} tag The DICOM tag.\n * @param {object} dicomElement The DICOM element.\n * @param {boolean} [pretty] When set to true, returns a 'pretified' content.\n * @returns {string} A string representation of the DICOM element.\n */\nfunction getElementValueAsString(tag, dicomElement, pretty) {\n let str = '';\n const strLenLimit = 65;\n\n // dafault to pretty output\n if (typeof pretty === 'undefined') {\n pretty = true;\n }\n // check dicom element input\n if (typeof dicomElement === 'undefined' || dicomElement === null) {\n return str;\n }\n\n // Polyfill for Number.isInteger.\n const isInteger = Number.isInteger || function (value) {\n return typeof value === 'number' &&\n isFinite(value) &&\n Math.floor(value) === value;\n };\n\n // TODO Support sequences.\n\n if (dicomElement.vr !== 'SQ' &&\n dicomElement.value.length === 1 && dicomElement.value[0] === '') {\n str += '(no value available)';\n } else if (isPixelDataTag(tag) &&\n dicomElement.undefinedLength) {\n str = '(PixelSequence)';\n } else if (dicomElement.vr === 'DA' && pretty) {\n const daObj = getDate(dicomElement);\n const da = new Date(daObj.year, daObj.monthIndex, daObj.day);\n str = da.toLocaleDateString();\n } else if (dicomElement.vr === 'TM' && pretty) {\n const tmObj = getTime(dicomElement);\n str = tmObj.hours + ':' + tmObj.minutes + ':' + tmObj.seconds;\n } else {\n let isOtherVR = false;\n if (dicomElement.vr.length !== 0) {\n isOtherVR = (dicomElement.vr[0].toUpperCase() === 'O');\n }\n const isFloatNumberVR = (dicomElement.vr === 'FL' ||\n dicomElement.vr === 'FD' ||\n dicomElement.vr === 'DS');\n let valueStr = '';\n for (let k = 0, lenk = dicomElement.value.length; k < lenk; ++k) {\n valueStr = '';\n if (k !== 0) {\n valueStr += '\\\\';\n }\n if (isFloatNumberVR) {\n const num = Number(dicomElement.value[k]);\n if (!isInteger(num) && pretty) {\n valueStr += num.toPrecision(4);\n } else {\n valueStr += num.toString();\n }\n } else if (isOtherVR) {\n let tmp = dicomElement.value[k].toString(16);\n if (dicomElement.vr === 'OB') {\n tmp = '00'.substring(0, 2 - tmp.length) + tmp;\n } else {\n tmp = '0000'.substring(0, 4 - tmp.length) + tmp;\n }\n valueStr += tmp;\n } else {\n valueStr += dicomElement.value[k];\n }\n // check length\n if (str.length + valueStr.length <= strLenLimit) {\n str += valueStr;\n } else {\n str += '...';\n break;\n }\n }\n }\n return str;\n}\n\n/**\n * Get a data element as a string.\n *\n * @param {Tag} tag The DICOM tag.\n * @param {object} dicomElement The DICOM element.\n * @param {string} [prefix] A string to prepend this one.\n * @returns {string} The element as a string.\n */\nfunction getElementAsString(tag, dicomElement, prefix) {\n // default prefix\n prefix = prefix || '';\n\n // get tag anme from dictionary\n const tagName = tag.getNameFromDictionary();\n\n let deSize = dicomElement.value.length;\n let isOtherVR = false;\n if (dicomElement.vr.length !== 0) {\n isOtherVR = (dicomElement.vr[0].toUpperCase() === 'O');\n }\n\n // no size for delimitations\n if (isItemDelimitationItemTag(tag) ||\n isSequenceDelimitationItemTag(tag)) {\n deSize = 0;\n } else if (isOtherVR) {\n deSize = 1;\n }\n\n const isPixSequence = (isPixelDataTag(tag) &&\n dicomElement.undefinedLength);\n\n let line = null;\n\n // (group,element)\n line = '(';\n line += tag.getGroup().toLowerCase();\n line += ',';\n line += tag.getElement().toLowerCase();\n line += ') ';\n // value representation\n line += dicomElement.vr;\n // value\n if (dicomElement.vr !== 'SQ' &&\n dicomElement.value.length === 1 &&\n dicomElement.value[0] === '') {\n line += ' (no value available)';\n deSize = 0;\n } else {\n // simple number display\n if (dicomElement.vr === 'na') {\n line += ' ';\n line += dicomElement.value[0];\n } else if (isPixSequence) {\n // pixel sequence\n line += ' (PixelSequence #=' + deSize + ')';\n } else if (dicomElement.vr === 'SQ') {\n line += ' (Sequence with';\n if (dicomElement.undefinedLength) {\n line += ' undefined';\n } else {\n line += ' explicit';\n }\n line += ' length #=';\n line += dicomElement.value.length;\n line += ')';\n } else if (isOtherVR ||\n dicomElement.vr === 'pi' ||\n dicomElement.vr === 'UL' ||\n dicomElement.vr === 'US' ||\n dicomElement.vr === 'SL' ||\n dicomElement.vr === 'SS' ||\n dicomElement.vr === 'FL' ||\n dicomElement.vr === 'FD' ||\n dicomElement.vr === 'AT') {\n // 'O'ther array, limited display length\n line += ' ';\n line += getElementValueAsString(tag, dicomElement, false);\n } else {\n // default\n line += ' [';\n line += getElementValueAsString(tag, dicomElement, false);\n line += ']';\n }\n }\n\n // align #\n const nSpaces = 55 - line.length;\n if (nSpaces > 0) {\n for (let s = 0; s < nSpaces; ++s) {\n line += ' ';\n }\n }\n line += ' # ';\n if (dicomElement.vl < 100) {\n line += ' ';\n }\n if (dicomElement.vl < 10) {\n line += ' ';\n }\n line += dicomElement.vl;\n line += ', ';\n line += deSize; //dictElement[1];\n line += ' ';\n if (tagName !== null) {\n line += tagName;\n } else {\n line += 'Unknown Tag & Data';\n }\n\n let message = null;\n\n // continue for sequence\n if (dicomElement.vr === 'SQ') {\n let item = null;\n for (let l = 0, lenl = dicomElement.value.length; l < lenl; ++l) {\n item = dicomElement.value[l];\n const itemKeys = Object.keys(item);\n if (itemKeys.length === 0) {\n continue;\n }\n\n // get the item element\n const itemTag = getItemTag();\n const itemElement = item['FFFEE000'];\n message = '(Item with';\n if (itemElement.undefinedLength) {\n message += ' undefined';\n } else {\n message += ' explicit';\n }\n message += ' length #=' + (itemKeys.length - 1) + ')';\n itemElement.value = [message];\n itemElement.vr = 'na';\n\n line += '\\n';\n line += getElementAsString(itemTag, itemElement, prefix + ' ');\n\n for (let m = 0, lenm = itemKeys.length; m < lenm; ++m) {\n const itemTag = getTagFromKey(itemKeys[m]);\n if (itemKeys[m] !== 'xFFFEE000') {\n line += '\\n';\n line += getElementAsString(itemTag, item[itemKeys[m]],\n prefix + ' ');\n }\n }\n\n message = '(ItemDelimitationItem';\n if (!itemElement.undefinedLength) {\n message += ' for re-encoding';\n }\n message += ')';\n const itemDelimTag = getItemDelimitationItemTag();\n const itemDelimElement = {\n vr: 'na',\n vl: '0',\n value: [message]\n };\n line += '\\n';\n line += getElementAsString(\n itemDelimTag, itemDelimElement, prefix + ' ');\n\n }\n\n message = '(SequenceDelimitationItem';\n if (!dicomElement.undefinedLength) {\n message += ' for re-encod.';\n }\n message += ')';\n const sqDelimTag = getSequenceDelimitationItemTag();\n const sqDelimElement = {\n vr: 'na',\n vl: '0',\n value: [message]\n };\n line += '\\n';\n line += getElementAsString(sqDelimTag, sqDelimElement, prefix);\n } else if (isPixSequence) {\n // pixel sequence\n let pixItem = null;\n for (let n = 0, lenn = dicomElement.value.length; n < lenn; ++n) {\n pixItem = dicomElement.value[n];\n line += '\\n';\n pixItem.vr = 'pi';\n line += getElementAsString(\n getPixelDataTag(), pixItem, prefix + ' ');\n }\n\n const pixDelimTag = getSequenceDelimitationItemTag();\n const pixDelimElement = {\n vr: 'na',\n vl: '0',\n value: ['(SequenceDelimitationItem)']\n };\n line += '\\n';\n line += getElementAsString(pixDelimTag, pixDelimElement, prefix);\n }\n\n return prefix + line;\n}\n\n/**\n * Extract the 2D size from dicom elements.\n *\n * @param {DataElements} elements The DICOM elements.\n * @returns {number[]} The size.\n */\nexport function getImage2DSize(elements) {\n // rows\n const rows = elements['00280010'];\n if (typeof rows === 'undefined') {\n throw new Error('Missing DICOM image number of rows');\n }\n if (rows.value.length === 0) {\n throw new Error('Empty DICOM image number of rows');\n }\n // columns\n const columns = elements['00280011'];\n if (typeof columns === 'undefined') {\n throw new Error('Missing DICOM image number of columns');\n }\n if (columns.value.length === 0) {\n throw new Error('Empty DICOM image number of columns');\n }\n return [columns.value[0], rows.value[0]];\n}\n\n/**\n * Get the pixel spacing from the different spacing tags.\n *\n * @param {DataElements} elements The DICOM elements.\n * @returns {Spacing} The read spacing or the default [1,1].\n */\nexport function getPixelSpacing(elements) {\n // default\n let rowSpacing = 1;\n let columnSpacing = 1;\n\n // 1. PixelSpacing\n // 2. ImagerPixelSpacing\n // 3. NominalScannedPixelSpacing\n // 4. PixelAspectRatio\n const keys = ['00280030', '00181164', '00182010', '00280034'];\n for (let k = 0; k < keys.length; ++k) {\n const spacing = elements[keys[k]];\n if (spacing && spacing.value.length === 2) {\n // spacing order: [row, column]\n rowSpacing = parseFloat(spacing.value[0]);\n columnSpacing = parseFloat(spacing.value[1]);\n break;\n }\n }\n\n // check\n if (columnSpacing === 0) {\n logger.warn('Zero column spacing.');\n columnSpacing = 1;\n }\n if (rowSpacing === 0) {\n logger.warn('Zero row spacing.');\n rowSpacing = 1;\n }\n\n // return\n // (slice spacing will be calculated using the image position patient)\n return new Spacing([columnSpacing, rowSpacing, 1]);\n}\n\n/**\n * Get the pixel data unit.\n *\n * @param {DataElements} elements The DICOM elements.\n * @returns {string|null} The unit value if available.\n */\nexport function getPixelUnit(elements) {\n let unit;\n // 1. RescaleType\n // 2. Units (for PET)\n const keys = ['00281054', '00541001'];\n for (let i = 0; i < keys.length; ++i) {\n const element = elements[keys[i]];\n if (typeof element !== 'undefined') {\n unit = element.value[0];\n break;\n }\n }\n // default rescale type for CT\n if (typeof unit === 'undefined') {\n const element = elements['00080060'];\n if (typeof element !== 'undefined') {\n const modality = element.value[0];\n if (modality === 'CT') {\n unit = 'HU';\n }\n }\n }\n return unit;\n}\n\n/**\n * Check the dimension organization from a dicom element.\n *\n * @param {DataElements} dataElements The root dicom element.\n * @returns {object} The dimension organizations and indices.\n */\nexport function getDimensionOrganization(dataElements) {\n // Dimension Organization Sequence (required)\n const orgSq = dataElements['00209221'];\n if (typeof orgSq === 'undefined' || orgSq.value.length !== 1) {\n throw new Error('Unsupported dimension organization sequence length');\n }\n // Dimension Organization UID\n const orgUID = orgSq.value[0]['00209164'].value[0];\n\n // Dimension Index Sequence (conditionally required)\n const indices = [];\n const indexSqElem = dataElements['00209222'];\n if (typeof indexSqElem !== 'undefined') {\n const indexSq = indexSqElem.value;\n // expecting 2D index\n if (indexSq.length !== 2) {\n throw new Error('Unsupported dimension index sequence length');\n }\n let indexPointer;\n for (let i = 0; i < indexSq.length; ++i) {\n // Dimension Organization UID (required)\n const indexOrg = indexSq[i]['00209164'].value[0];\n if (indexOrg !== orgUID) {\n throw new Error(\n 'Dimension Index Sequence contains a unknown Dimension Organization');\n }\n // Dimension Index Pointer (required)\n indexPointer = indexSq[i]['00209165'].value[0];\n\n const index = {\n DimensionOrganizationUID: indexOrg,\n DimensionIndexPointer: indexPointer\n };\n // Dimension Description Label (optional)\n if (typeof indexSq[i]['00209421'] !== 'undefined') {\n index.DimensionDescriptionLabel = indexSq[i]['00209421'].value[0];\n }\n // store\n indices.push(index);\n }\n // expecting Image Position at last position\n if (indexPointer !== '(0020,0032)') {\n throw new Error('Unsupported non image position as last index');\n }\n }\n\n return {\n organizations: {\n value: [\n {\n DimensionOrganizationUID: orgUID\n }\n ]\n },\n indices: {\n value: indices\n }\n };\n}\n\n/**\n * Get a spacing object from a dicom measure element.\n *\n * @param {DataElements} dataElements The dicom element.\n * @returns {Spacing} A spacing object.\n */\nexport function getSpacingFromMeasure(dataElements) {\n // Pixel Spacing\n if (typeof dataElements['00280030'] === 'undefined') {\n return null;\n }\n const pixelSpacing = dataElements['00280030'];\n // spacing order: [row, column]\n const spacingValues = [\n parseFloat(pixelSpacing.value[1]),\n parseFloat(pixelSpacing.value[0]),\n ];\n // Spacing Between Slices\n if (typeof dataElements['00180088'] !== 'undefined') {\n spacingValues.push(parseFloat(dataElements['00180088'].value[0]));\n }\n return new Spacing(spacingValues);\n}\n\n/**\n * Get an orientation matrix from a dicom orientation element.\n *\n * @param {DataElements} dataElements The dicom element.\n * @returns {Matrix33|undefined} The orientation matrix.\n */\nexport function getOrientationMatrix(dataElements) {\n const imageOrientationPatient = dataElements['00200037'];\n let orientationMatrix;\n // slice orientation (cosines are matrices' columns)\n // http://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.7.6.2.html#sect_C.7.6.2.1.1\n if (typeof imageOrientationPatient !== 'undefined') {\n orientationMatrix =\n getOrientationFromCosines(\n imageOrientationPatient.value.map((item) => parseFloat(item))\n );\n }\n return orientationMatrix;\n}\n\n/**\n * Get a dicom item from a measure sequence.\n *\n * @param {Spacing} spacing The spacing object.\n * @returns {object} The dicom item.\n */\nexport function getDicomMeasureItem(spacing) {\n return {\n SpacingBetweenSlices: spacing.get(2),\n PixelSpacing: [spacing.get(1), spacing.get(0)]\n };\n}\n\n/**\n * Get a dicom element from a plane orientation sequence.\n *\n * @param {Matrix33} orientation The image orientation.\n * @returns {object} The dicom element.\n */\nexport function getDicomPlaneOrientationItem(orientation) {\n return {\n ImageOrientationPatient: [\n orientation.get(0, 0),\n orientation.get(1, 0),\n orientation.get(2, 0),\n orientation.get(0, 1),\n orientation.get(1, 1),\n orientation.get(2, 1)\n ]\n };\n}\n\n/**\n * Check an input tag.\n *\n * @param {object} element The element to check.\n * @param {string} name The element name.\n * @param {Array} [values] The expected values.\n * @returns {string} A warning if the element is not as expected.\n */\nfunction checkTag(element, name, values) {\n let warning = '';\n if (typeof element === 'undefined') {\n warning += ' ' + name + ' is undefined,';\n } else if (element.value.length === 0) {\n warning += ' ' + name + ' is empty,';\n } else {\n if (typeof values !== 'undefined') {\n for (let i = 0; i < values.length; ++i) {\n if (!element.value.includes(values[i])) {\n warning += ' ' + name + ' does not contain ' + values[i] +\n ' (value: ' + element.value + '),';\n }\n }\n }\n }\n return warning;\n}\n\n/**\n * Get the decayed dose (Bq).\n *\n * @param {object} elements The DICOM elements to check.\n * @returns {object} The value and a warning if\n * the elements are not as expected.\n */\nfunction getDecayedDose(elements) {\n let warning = '';\n let warn;\n\n // SeriesDate (type1)\n const seriesDateEl = elements['00080021'];\n const seriesDateObj = getDate(seriesDateEl);\n\n let totalDose;\n let halfLife;\n let radioStart;\n\n const radioInfoSqStr = 'RadiopharmaceuticalInformationSequence (00540016)';\n const radioInfoSq = elements['00540016'];\n warning += checkTag(radioInfoSq, radioInfoSqStr);\n if (typeof radioInfoSq !== 'undefined') {\n if (radioInfoSq.value.length !== 1) {\n logger.warn(\n 'Found more than 1 istopes in RadiopharmaceuticalInformation Sequence.'\n );\n }\n\n // RadionuclideTotalDose (type3, Bq)\n const totalDoseStr = 'RadionuclideTotalDose (00181074)';\n const totalDoseEl = radioInfoSq.value[0]['00181074'];\n warn = checkTag(totalDoseEl, totalDoseStr);\n if (warn.length === 0) {\n totalDose = totalDoseEl.value[0];\n } else {\n warning += warn;\n }\n\n // RadionuclideHalfLife (type3, seconds)\n const halfLifeStr = 'RadionuclideHalfLife (00181075)';\n const halfLifeEl = radioInfoSq.value[0]['00181075'];\n warn = checkTag(halfLifeEl, halfLifeStr);\n if (warn.length === 0) {\n halfLife = parseFloat(halfLifeEl.value[0]);\n } else {\n warning += warn;\n }\n\n // RadiopharmaceuticalStartDateTime (type3)\n const radioStartDateTimeEl = radioInfoSq.value[0]['00181078'];\n let radioStartDateObj;\n let radioStartTimeObj;\n if (typeof radioStartDateTimeEl === 'undefined') {\n // use seriesDate as radioStartDate\n radioStartDateObj = seriesDateObj;\n // try RadiopharmaceuticalStartTime (type3)\n const radioStartTimeEl = radioInfoSq.value[0]['00181072'];\n radioStartTimeObj = getTime(radioStartTimeEl);\n } else {\n const radioStartDateTime = getDateTime(radioStartDateTimeEl);\n radioStartDateObj = radioStartDateTime.date;\n radioStartTimeObj = radioStartDateTime.time;\n }\n if (typeof radioStartTimeObj === 'undefined') {\n radioStartTimeObj = {\n hours: 0, minutes: 0, seconds: 0, milliseconds: 0\n };\n }\n radioStart = new Date(\n radioStartDateObj.year,\n radioStartDateObj.monthIndex,\n radioStartDateObj.day,\n radioStartTimeObj.hours,\n radioStartTimeObj.minutes,\n radioStartTimeObj.seconds,\n radioStartTimeObj.milliseconds\n );\n }\n\n // SeriesTime (type1)\n const seriesTimeEl = elements['00080031'];\n const seriesTimeObj = getTime(seriesTimeEl);\n // Series date/time\n let scanStart = new Date(\n seriesDateObj.year,\n seriesDateObj.monthIndex,\n seriesDateObj.day,\n seriesTimeObj.hours,\n seriesTimeObj.minutes,\n seriesTimeObj.seconds,\n seriesTimeObj.milliseconds\n );\n\n // scanStart Date check\n // AcquisitionDate (type3)\n const acqDateEl = elements['00080022'];\n // AcquisitionTime (type3)\n const acqTimeEl = elements['00080032'];\n if (typeof acqDateEl !== 'undefined' &&\n typeof acqTimeEl !== 'undefined') {\n const acqDateObj = getDate(acqDateEl);\n const acqTimeObj = getTime(acqTimeEl);\n const acqDate = new Date(\n acqDateObj.year,\n acqDateObj.monthIndex,\n acqDateObj.day,\n acqTimeObj.hours,\n acqTimeObj.minutes,\n acqTimeObj.seconds,\n acqTimeObj.milliseconds\n );\n\n if (scanStart > acqDate) {\n const diff = scanStart.getTime() - acqDate.getTime();\n const warn = 'Series date/time is after Aquisition date/time (diff=' +\n diff.toString() + 'ms) ';\n logger.debug(warn);\n\n // back compute from center (average count rate) of time window\n // for bed position (frame) in series (reliable in all cases)\n\n let frameRefTime = 0;\n const frameRefTimeElStr = 'FrameReferenceTime (00541300)';\n const frameRefTimeEl = elements['00541300'];\n warning += checkTag(frameRefTimeEl, frameRefTimeElStr);\n if (typeof frameRefTimeEl !== 'undefined') {\n frameRefTime = frameRefTimeEl.value[0];\n }\n let actualFrameDuration = 0;\n const actualFrameDurationElStr = 'ActualFrameDuration (0018,1242)';\n const actualFrameDurationEl = elements['00181242'];\n warning += checkTag(actualFrameDurationEl, actualFrameDurationElStr);\n if (typeof actualFrameDurationEl !== 'undefined') {\n actualFrameDuration = actualFrameDurationEl.value[0];\n }\n if (frameRefTime > 0 && actualFrameDuration > 0) {\n // convert to seconds\n actualFrameDuration = actualFrameDuration / 1000;\n frameRefTime = frameRefTime / 1000;\n const decayConstant = Math.log(2) / halfLife;\n const decayDuringFrame = decayConstant * actualFrameDuration;\n const averageCountRateTimeWithinFrame =\n 1 /\n decayConstant *\n Math.log(decayDuringFrame / (1 - Math.exp(-decayDuringFrame)));\n const offsetSeconds = averageCountRateTimeWithinFrame - frameRefTime;\n scanStart = new Date(\n acqDateObj.year,\n acqDateObj.monthIndex,\n acqDateObj.day,\n acqTimeObj.hours,\n acqTimeObj.minutes,\n acqTimeObj.seconds + offsetSeconds,\n acqTimeObj.milliseconds\n );\n }\n }\n }\n\n // decayed dose (Bq)\n let decayedDose;\n if (typeof scanStart !== 'undefined' &&\n typeof radioStart !== 'undefined' &&\n typeof totalDose !== 'undefined' &&\n typeof halfLife !== 'undefined') {\n // decay time (s) (Date diff is in milliseconds)\n const decayTime = (scanStart.getTime() - radioStart.getTime()) / 1000;\n const decay = Math.pow(2, (-decayTime / halfLife));\n decayedDose = totalDose * decay;\n }\n\n return {\n value: decayedDose,\n warning: warning\n };\n}\n\n/**\n * Get the PET SUV factor.\n *\n * Ref:\n * - {@link https://qibawiki.rsna.org/index.php/Standardized_Uptake_Value_(SUV)#SUV_Calculation},\n * - {@link https://qibawiki.rsna.org/images/6/62/SUV_vendorneutral_pseudocode_happypathonly_20180626_DAC.pdf},\n * - {@link https://qibawiki.rsna.org/images/8/86/SUV_vendorneutral_pseudocode_20180626_DAC.pdf}.\n *\n * @param {object} elements The DICOM elements.\n * @returns {object} The value and a warning if\n * the elements are not as expected.\n */\nexport function getSuvFactor(elements) {\n let warning = '';\n\n // CorrectedImage (type2): must contain ATTN and DECY\n const corrImageTagStr = 'Corrected Image (00280051)';\n const corrImageEl = elements['00280051'];\n warning += checkTag(corrImageEl, corrImageTagStr, ['ATTN', 'DECY']);\n // DecayCorrection (type1): must be START\n const decayCorrTagStr = 'Decay Correction (00541102)';\n const decayCorrEl = elements['00541102'];\n warning += checkTag(decayCorrEl, decayCorrTagStr, ['START']);\n // Units (type1): must be BQML\n const unitTagStr = 'Units (00541001)';\n const unitEl = elements['00541001'];\n warning += checkTag(unitEl, unitTagStr, ['BQML']);\n\n // PatientWeight (type3, kg)\n let patWeight;\n const patientWeightStr = ' PatientWeight (00101030)';\n const patWeightEl = elements['00101030'];\n const warn = checkTag(patWeightEl, patientWeightStr);\n if (warn.length === 0) {\n patWeight = patWeightEl.value[0];\n } else {\n warning += warn;\n }\n\n // Decayed dose (Bq)\n const decayedDose = getDecayedDose(elements);\n warning += decayedDose.warning;\n\n const result = {};\n if (warning.length !== 0) {\n result.warning = 'Cannot calculate PET SUV:' + warning;\n } else {\n // SUV factor (grams/Bq)\n result.value = (patWeight * 1000) / decayedDose.value;\n }\n\n return result;\n}\n\n/**\n * Get the file list from a DICOMDIR.\n *\n * @param {object} data The buffer data of the DICOMDIR.\n * @returns {Array|undefined} The file list as an array ordered by\n * STUDY > SERIES > IMAGES.\n */\nexport function getFileListFromDicomDir(data) {\n // parse file\n const parser = new DicomParser();\n parser.parse(data);\n const elements = parser.getDicomElements();\n\n // Directory Record Sequence\n if (typeof elements['00041220'] === 'undefined' ||\n typeof elements['00041220'].value === 'undefined') {\n logger.warn('No Directory Record Sequence found in DICOMDIR.');\n return undefined;\n }\n const dirSeq = elements['00041220'].value;\n\n if (dirSeq.length === 0) {\n logger.warn('The Directory Record Sequence of the DICOMDIR is empty.');\n return undefined;\n }\n\n const records = [];\n let series = null;\n let study = null;\n for (let i = 0; i < dirSeq.length; ++i) {\n // Directory Record Type\n if (typeof dirSeq[i]['00041430'] === 'undefined' ||\n typeof dirSeq[i]['00041430'].value === 'undefined') {\n continue;\n }\n const recType = dirSeq[i]['00041430'].value[0];\n\n // supposed to come in order...\n if (recType === 'STUDY') {\n study = [];\n records.push(study);\n } else if (recType === 'SERIES') {\n series = [];\n study.push(series);\n } else if (recType === 'IMAGE') {\n // Referenced File ID\n if (typeof dirSeq[i]['00041500'] === 'undefined' ||\n typeof dirSeq[i]['00041500'].value === 'undefined') {\n continue;\n }\n const refFileIds = dirSeq[i]['00041500'].value;\n // join ids\n series.push(refFileIds.join('/'));\n }\n }\n return records;\n}\n\n/**\n * Methods used to extract values from DICOM elements.\n *\n * Implemented as class and method to allow for override via its prototype.\n */\nexport class TagValueExtractor {\n /**\n * Get the time.\n *\n * @param {Object} _elements The DICOM elements.\n * @returns {number|undefined} The time value if available.\n */\n getTime(_elements) {\n // default returns undefined\n return undefined;\n }\n}\n","import {Size} from './size';\nimport {Geometry} from './geometry';\nimport {RescaleSlopeAndIntercept} from './rsi';\nimport {WindowLevel} from './windowLevel';\nimport {Image} from './image';\nimport {luts} from './luts';\nimport {\n isJpeg2000TransferSyntax,\n isJpegBaselineTransferSyntax,\n isJpegLosslessTransferSyntax\n} from '../dicom/dicomParser';\nimport {\n getImage2DSize,\n getPixelSpacing,\n getPixelUnit,\n TagValueExtractor,\n getSuvFactor,\n getOrientationMatrix\n} from '../dicom/dicomElementsWrapper';\nimport {Point3D} from '../math/point';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from '../dicom/dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * @typedef {Object} DataElements\n */\n\n/**\n * {@link Image} factory.\n */\nexport class ImageFactory {\n\n /**\n * Possible warning created by checkElements.\n *\n * @type {string|undefined}\n */\n #warning;\n\n /**\n * The PET SUV factor.\n *\n * @type {number|undefined}\n */\n #suvFactor;\n\n /**\n * Get a warning string if elements are not as expected.\n * Created by checkElements.\n *\n * @returns {string|undefined} The warning.\n */\n getWarning() {\n return this.#warning;\n }\n\n /**\n * Check dicom elements. Throws an error if not suitable.\n *\n * @param {DataElements} dataElements The DICOM data elements.\n * @returns {string|undefined} A possible warning.\n */\n checkElements(dataElements) {\n // reset\n this.#warning = undefined;\n // will throw if columns or rows is not defined\n getImage2DSize(dataElements);\n // check PET SUV\n let modality;\n const element = dataElements['00080060'];\n if (typeof element !== 'undefined') {\n modality = element.value[0];\n if (modality === 'PT') {\n const suvFactor = getSuvFactor(dataElements);\n this.#suvFactor = suvFactor.value;\n this.#warning = suvFactor.warning;\n }\n }\n\n return this.#warning;\n }\n\n /**\n * Get an {@link Image} object from the read DICOM file.\n *\n * @param {DataElements} dataElements The DICOM tags.\n * @param {Uint8Array | Int8Array |\n * Uint16Array | Int16Array |\n * Uint32Array | Int32Array} pixelBuffer The pixel buffer.\n * @param {number} numberOfFiles The input number of files.\n * @returns {Image} A new Image.\n */\n create(dataElements, pixelBuffer, numberOfFiles) {\n const size2D = getImage2DSize(dataElements);\n const sizeValues = [size2D[0], size2D[1], 1];\n\n // NumberOfFrames\n const numberOfFramesEl = dataElements['00280008'];\n if (typeof numberOfFramesEl !== 'undefined') {\n const number = parseInt(numberOfFramesEl.value[0], 10);\n if (number > 1) {\n sizeValues.push(number);\n }\n }\n\n // image size\n const size = new Size(sizeValues);\n\n // image spacing\n const spacing = getPixelSpacing(dataElements);\n\n // TransferSyntaxUID\n const syntax = dataElements['00020010'].value[0];\n const jpeg2000 = isJpeg2000TransferSyntax(syntax);\n const jpegBase = isJpegBaselineTransferSyntax(syntax);\n const jpegLoss = isJpegLosslessTransferSyntax(syntax);\n\n // ImagePositionPatient\n const imagePositionPatient = dataElements['00200032'];\n // slice position\n let slicePosition = new Array(0, 0, 0);\n if (typeof imagePositionPatient !== 'undefined') {\n slicePosition = [\n parseFloat(imagePositionPatient.value[0]),\n parseFloat(imagePositionPatient.value[1]),\n parseFloat(imagePositionPatient.value[2])\n ];\n }\n\n // Image orientation patient\n const orientationMatrix = getOrientationMatrix(dataElements);\n\n // geometry\n const origin = new Point3D(\n slicePosition[0], slicePosition[1], slicePosition[2]);\n const extractor = new TagValueExtractor();\n const time = extractor.getTime(dataElements);\n const geometry = new Geometry(\n origin, size, spacing, orientationMatrix, time);\n\n // SOP Instance UID\n let sopInstanceUid;\n const siu = dataElements['00080018'];\n if (typeof siu !== 'undefined') {\n sopInstanceUid = siu.value[0];\n }\n\n // Sample per pixels\n let samplesPerPixel = 1;\n const spp = dataElements['00280002'];\n if (typeof spp !== 'undefined') {\n samplesPerPixel = spp.value[0];\n }\n\n // check buffer size\n const bufferSize = size.getTotalSize() * samplesPerPixel;\n if (bufferSize !== pixelBuffer.length) {\n logger.warn('Badly sized pixel buffer: ' +\n pixelBuffer.length + ' != ' + bufferSize);\n if (bufferSize < pixelBuffer.length) {\n pixelBuffer = pixelBuffer.slice(0, size.getTotalSize());\n } else {\n throw new Error('Underestimated buffer size, can\\'t fix it...');\n }\n }\n\n // image\n const image = new Image(geometry, pixelBuffer, [sopInstanceUid]);\n // PhotometricInterpretation\n const photometricInterpretation = dataElements['00280004'];\n if (typeof photometricInterpretation !== 'undefined') {\n let photo = photometricInterpretation.value[0].toUpperCase();\n // jpeg decoders output RGB data\n if ((jpeg2000 || jpegBase || jpegLoss) &&\n (photo !== 'MONOCHROME1' && photo !== 'MONOCHROME2')) {\n photo = 'RGB';\n }\n // check samples per pixels\n if (photo === 'RGB' && samplesPerPixel === 1) {\n photo = 'PALETTE COLOR';\n }\n image.setPhotometricInterpretation(photo);\n }\n // PlanarConfiguration\n const planarConfiguration = dataElements['00280006'];\n if (typeof planarConfiguration !== 'undefined') {\n image.setPlanarConfiguration(planarConfiguration.value[0]);\n }\n\n // rescale slope and intercept\n let slope = 1;\n // RescaleSlope\n const rescaleSlope = dataElements['00281053'];\n if (typeof rescaleSlope !== 'undefined') {\n const value = parseFloat(rescaleSlope.value[0]);\n if (!isNaN(value)) {\n slope = value;\n }\n }\n let intercept = 0;\n // RescaleIntercept\n const rescaleIntercept = dataElements['00281052'];\n if (typeof rescaleIntercept !== 'undefined') {\n const value = parseFloat(rescaleIntercept.value[0]);\n if (!isNaN(value)) {\n intercept = value;\n }\n }\n\n // meta information\n const meta = {\n numberOfFiles: numberOfFiles\n };\n\n // Modality\n const modality = dataElements['00080060'];\n if (typeof modality !== 'undefined') {\n meta.Modality = modality.value[0];\n }\n\n // PET SUV\n let isPetWithSuv = false;\n let intensityFactor = 1;\n if (typeof this.#suvFactor !== 'undefined') {\n isPetWithSuv = true;\n intensityFactor = this.#suvFactor;\n logger.info('Applying PET SUV calibration: ' + intensityFactor);\n slope *= intensityFactor;\n intercept *= intensityFactor;\n }\n const rsi = new RescaleSlopeAndIntercept(slope, intercept);\n image.setRescaleSlopeAndIntercept(rsi);\n\n const safeGet = function (key) {\n let res;\n const element = dataElements[key];\n if (typeof element !== 'undefined') {\n res = element.value[0];\n }\n return res;\n };\n\n // defaults\n meta.TransferSyntaxUID = safeGet('00020010');\n meta.MediaStorageSOPClassUID = safeGet('00020002');\n meta.SOPClassUID = safeGet('00080016');\n meta.Modality = safeGet('00080060');\n meta.ImageType = safeGet('00080008');\n meta.SamplesPerPixel = safeGet('00280002');\n meta.PhotometricInterpretation = safeGet('00280004');\n meta.PixelRepresentation = safeGet('00280103');\n meta.BitsAllocated = safeGet('00280100');\n meta.BitsStored = safeGet('00280101');\n meta.HighBit = safeGet('00280102');\n\n // Study\n meta.StudyDate = safeGet('00080020');\n meta.StudyTime = safeGet('00080030');\n meta.StudyInstanceUID = safeGet('0020000D');\n meta.StudyID = safeGet('00200010');\n // Series\n meta.SeriesInstanceUID = safeGet('0020000E');\n meta.SeriesNumber = safeGet('00200011');\n // ReferringPhysicianName\n meta.ReferringPhysicianName = safeGet('00080090');\n // patient info\n meta.PatientName = safeGet('00100010');\n meta.PatientID = safeGet('00100020');\n meta.PatientBirthDate = safeGet('00100030');\n meta.PatientSex = safeGet('00100040');\n // General Equipment Module\n meta.Manufacturer = safeGet('00080070');\n meta.ManufacturerModelName = safeGet('00081090');\n meta.DeviceSerialNumber = safeGet('00181000');\n meta.SoftwareVersions = safeGet('00181020');\n\n meta.ImageOrientationPatient = safeGet('00200037');\n meta.FrameOfReferenceUID = safeGet('00200052');\n\n // PixelRepresentation -> is signed\n meta.IsSigned = meta.PixelRepresentation === 1;\n // local pixel unit\n if (isPetWithSuv) {\n meta.pixelUnit = 'SUV';\n } else {\n const pixelUnit = getPixelUnit(dataElements);\n if (typeof pixelUnit !== 'undefined') {\n meta.pixelUnit = pixelUnit;\n }\n }\n // window level presets\n const windowPresets = {};\n const windowCenter = dataElements['00281050'];\n const windowWidth = dataElements['00281051'];\n const windowCWExplanation = dataElements['00281055'];\n if (typeof windowCenter !== 'undefined' &&\n typeof windowWidth !== 'undefined') {\n let name;\n for (let j = 0; j < windowCenter.value.length; ++j) {\n const center = parseFloat(windowCenter.value[j]);\n let width = parseFloat(windowWidth.value[j]);\n if (center && width && width !== 0) {\n name = '';\n if (typeof windowCWExplanation !== 'undefined') {\n name = windowCWExplanation.value[j];\n }\n if (name === '') {\n name = 'Default' + j;\n }\n width *= intensityFactor;\n if (width < 1) {\n width = 1;\n }\n windowPresets[name] = {\n wl: [new WindowLevel(\n center * intensityFactor,\n width\n )],\n name: name\n };\n }\n if (width === 0) {\n logger.warn('Zero window width found in DICOM.');\n }\n }\n }\n meta.windowPresets = windowPresets;\n\n // PALETTE COLOR luts\n if (image.getPhotometricInterpretation() === 'PALETTE COLOR') {\n // Red Palette Color Lookup Table Data\n const redLutElement = dataElements['00281201'];\n // Green Palette Color Lookup Table Data\n const greenLutElement = dataElements['00281202'];\n // Blue Palette Color Lookup Table Data\n const blueLutElement = dataElements['00281203'];\n let redLut;\n let greenLut;\n let blueLut;\n // check red palette descriptor (should all be equal)\n // Red Palette Color Lookup Table Descriptor\n // 0: number of entries in the lookup table\n // 1: first input value mapped\n // 2: number of bits for each entry in the Lookup Table Data (8 or 16)\n const descriptor = dataElements['00281101'];\n if (typeof descriptor !== 'undefined' &&\n descriptor.value.length === 3) {\n if (descriptor.value[2] === 16) {\n let doScale = false;\n // (C.7.6.3.1.5 Palette Color Lookup Table Descriptor)\n // Some implementations have encoded 8 bit entries with 16 bits\n // allocated, padding the high bits;\n let descSize = descriptor.value[0];\n // (C.7.6.3.1.5 Palette Color Lookup Table Descriptor)\n // The first Palette Color Lookup Table Descriptor value is the\n // number of entries in the lookup table. When the number of table\n // entries is equal to 216 then this value shall be 0.\n if (descSize === 0) {\n descSize = 65536;\n }\n // red palette VL\n // TODO vl is undefined, find info elsewhere...\n const vlSize = redLutElement.vl;\n // check double size\n if (vlSize !== 2 * descSize) {\n doScale = true;\n logger.info('16bits lut but size is not double. desc: ' +\n descSize + ' vl: ' + vlSize);\n }\n // (C.7.6.3.1.6 Palette Color Lookup Table Data)\n // Palette color values must always be scaled across the full\n // range of available intensities\n const bitsAllocated = parseInt(\n dataElements['00280100'].value[0], 10);\n if (bitsAllocated === 8) {\n doScale = true;\n logger.info(\n 'Scaling 16bits color lut since bits allocated is 8.');\n }\n\n if (doScale) {\n const scaleTo8 = function (value) {\n return value >> 8;\n };\n\n redLut = redLutElement.value.map(scaleTo8);\n greenLut = greenLutElement.value.map(scaleTo8);\n blueLut = blueLutElement.value.map(scaleTo8);\n }\n } else if (descriptor.value[2] === 8) {\n // lut with vr=OW was read as Uint16, convert it to Uint8\n logger.info(\n 'Scaling 16bits color lut since the lut descriptor is 8.');\n let clone = redLutElement.value.slice(0);\n // @ts-expect-error\n redLut = Array.from(new Uint8Array(clone.buffer));\n clone = greenLutElement.value.slice(0);\n // @ts-expect-error\n greenLut = Array.from(new Uint8Array(clone.buffer));\n clone = blueLutElement.value.slice(0);\n // @ts-expect-error\n blueLut = Array.from(new Uint8Array(clone.buffer));\n }\n }\n // set the palette\n luts['palette'] = {\n red: redLut,\n green: greenLut,\n blue: blueLut\n };\n }\n\n // RecommendedDisplayFrameRate\n const recommendedDisplayFrameRate = dataElements['00082144'];\n if (typeof recommendedDisplayFrameRate !== 'undefined') {\n meta.RecommendedDisplayFrameRate = parseInt(\n recommendedDisplayFrameRate.value[0], 10);\n }\n\n // store the meta data\n image.setMeta(meta);\n\n return image;\n }\n\n}","/**\n * Data writer.\n */\nexport class DataWriter {\n\n /**\n * Is the endianness Little Endian.\n *\n * @type {boolean}\n */\n #isLittleEndian = true;\n\n /**\n * The main data view.\n *\n * @type {DataView}\n */\n #view;\n\n /**\n * @param {ArrayBuffer} buffer The input array buffer.\n * @param {boolean} [isLittleEndian] Flag to tell if the data is\n * little or big endian.\n */\n constructor(buffer, isLittleEndian) {\n // Set endian flag if not defined.\n if (typeof isLittleEndian !== 'undefined') {\n this.#isLittleEndian = isLittleEndian;\n }\n this.#view = new DataView(buffer);\n }\n\n /**\n * Write Uint8 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeUint8(byteOffset, value) {\n this.#view.setUint8(byteOffset, value);\n return byteOffset + Uint8Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Int8 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeInt8(byteOffset, value) {\n this.#view.setInt8(byteOffset, value);\n return byteOffset + Int8Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Uint16 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeUint16(byteOffset, value) {\n this.#view.setUint16(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Uint16Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Int16 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeInt16(byteOffset, value) {\n this.#view.setInt16(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Int16Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Uint32 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeUint32(byteOffset, value) {\n this.#view.setUint32(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Uint32Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Uint64 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {bigint} value The data to write.\n * @returns {number} The new offset position.\n */\n writeUint64(byteOffset, value) {\n this.#view.setBigUint64(byteOffset, value, this.#isLittleEndian);\n return byteOffset + BigUint64Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Int32 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeInt32(byteOffset, value) {\n this.#view.setInt32(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Int32Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Int64 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {bigint} value The data to write.\n * @returns {number} The new offset position.\n */\n writeInt64(byteOffset, value) {\n this.#view.setBigInt64(byteOffset, value, this.#isLittleEndian);\n return byteOffset + BigInt64Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Float32 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeFloat32(byteOffset, value) {\n this.#view.setFloat32(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Float32Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write Float64 data.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {number} value The data to write.\n * @returns {number} The new offset position.\n */\n writeFloat64(byteOffset, value) {\n this.#view.setFloat64(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Float64Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write string data of length 4 as hexadecimal (no '0x' prefix).\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {string} str The hexadecimal string to write ('####').\n * @returns {number} The new offset position.\n */\n writeHex(byteOffset, str) {\n // remove first two chars and parse\n const value = parseInt(str, 16);\n this.#view.setUint16(byteOffset, value, this.#isLittleEndian);\n return byteOffset + Uint16Array.BYTES_PER_ELEMENT;\n }\n\n /**\n * Write a boolean array as binary.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeBinaryArray(byteOffset, array) {\n if (array.length % 8 !== 0) {\n throw new Error('Cannot write boolean array as binary.');\n }\n let byte = null;\n let val = null;\n for (let i = 0, len = array.length; i < len; i += 8) {\n byte = 0;\n for (let j = 0; j < 8; ++j) {\n val = array[i + j] === 0 ? 0 : 1;\n byte += val << j;\n }\n byteOffset = this.writeUint8(byteOffset, byte);\n }\n return byteOffset;\n }\n\n /**\n * Write Uint8 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array|Uint8Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeUint8Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeUint8(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Int8 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeInt8Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeInt8(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Uint16 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeUint16Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeUint16(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Int16 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeInt16Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeInt16(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Uint32 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeUint32Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeUint32(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Uint64 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeUint64Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeUint64(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Int32 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeInt32Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeInt32(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Int64 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeInt64Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeInt64(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Float32 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeFloat32Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeFloat32(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n /**\n * Write Float64 array.\n *\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} array The array to write.\n * @returns {number} The new offset position.\n */\n writeFloat64Array(byteOffset, array) {\n for (let i = 0, len = array.length; i < len; ++i) {\n byteOffset = this.writeFloat64(byteOffset, array[i]);\n }\n return byteOffset;\n }\n\n} // class DataWriter\n","import {\n is32bitVLVR,\n isCharSetStringVR,\n vrTypes\n} from './dictionary';\nimport {\n Tag,\n getTagFromDictionary,\n getTagFromKey,\n getItemTag,\n getItemDelimitationItemTag,\n getSequenceDelimitationItemTag,\n getFileMetaInformationGroupLengthTag,\n isPixelDataTag,\n isItemTag,\n isItemDelimitationItemTag,\n tagCompareFunction\n} from './dicomTag';\nimport {\n getDwvVersion,\n isImplicitTransferSyntax,\n isBigEndianTransferSyntax,\n getDataElementPrefixByteSize\n} from './dicomParser';\nimport {DataElement} from './dataElement';\nimport {DataWriter} from './dataWriter';\nimport {DataReader} from './dataReader';\nimport {logger} from '../utils/logger';\n\n/**\n * Get the dwv UID prefix.\n * Issued by Medical Connections Ltd (www.medicalconnections.co.uk)\n * on 25/10/2017.\n *\n * @returns {string} The dwv UID prefix.\n */\nfunction getDwvUIDPrefix() {\n return '1.2.826.0.1.3680043.9.7278.1';\n}\n\n// local generated uid counter\nlet _uidCount = 0;\n\n/**\n * Writer rule.\n */\nexport class WriterRule {\n /**\n * Rule action: `copy`, `remove`, `clear` or `replace`.\n *\n * @type {string}\n */\n action;\n /**\n * Optional value to use for replace action.\n *\n * @type {any|undefined}\n */\n value;\n\n /**\n * @param {string} action The rule action.\n */\n constructor(action) {\n this.action = action;\n }\n}\n\n/**\n * Possible writer actions.\n *\n * @type {Object}\n */\nconst writerActions = {\n copy: function (item) {\n return item;\n },\n remove: function () {\n return null;\n },\n clear: function (item) {\n item.value = [];\n return item;\n },\n replace: function (item, value) {\n item.value = [value];\n return item;\n }\n};\n\n/**\n * Get simple (non official) DICOM anonymisation rules.\n *\n * @returns {Object} The rules.\n */\nexport function getDefaultAnonymisationRules() {\n return {\n default: {action: 'copy', value: null},\n PatientName: {action: 'replace', value: 'Anonymized'}, // tag\n 'Meta Element': {action: 'copy', value: null}, // group '0002'\n Acquisition: {action: 'copy', value: null}, // group '0018'\n 'Image Presentation': {action: 'copy', value: null}, // group '0028'\n Procedure: {action: 'copy', value: null}, // group '0040'\n 'Pixel Data': {action: 'copy', value: null} // group '7fe0'\n };\n}\n\n/**\n * Get a UID for a DICOM tag.\n *\n * Note: Use {@link https://github.com/uuidjs/uuid}?\n *\n * Ref:\n * - {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/chapter_9.html},\n * - {@link http://dicomiseasy.blogspot.com/2011/12/chapter-4-dicom-objects-in-chapter-3.html},\n * - {@link https://stackoverflow.com/questions/46304306/how-to-generate-unique-dicom-uid}.\n *\n * @param {string} tagName The input tag.\n * @returns {string} The corresponding UID.\n */\nexport function getUID(tagName) {\n const prefix = getDwvUIDPrefix() + '.';\n let uid = '';\n if (tagName === 'ImplementationClassUID') {\n uid = prefix + getDwvVersion();\n } else {\n // date (only numbers), do not keep milliseconds\n const date = (new Date()).toISOString().replace(/\\D/g, '');\n const datePart = '.' + date.substring(0, 14);\n // count\n _uidCount += 1;\n const countPart = '.' + _uidCount;\n\n // uid = prefix . tag . date . count\n uid = prefix;\n\n // limit tag part to not exceed 64 length\n const nonTagLength = prefix.length + countPart.length + datePart.length;\n const leni = Math.min(tagName.length, 64 - nonTagLength);\n if (leni > 1) {\n let tagNumber = '';\n for (let i = 0; i < leni; ++i) {\n tagNumber += tagName.charCodeAt(i);\n }\n uid += tagNumber.substring(0, leni);\n }\n\n // finish\n uid += datePart + countPart;\n }\n return uid;\n}\n\n/**\n * Return true if the input number is even.\n *\n * @param {number} number The number to check.\n * @returns {boolean} True is the number is even.\n */\nfunction isEven(number) {\n return number % 2 === 0;\n}\n\n/**\n * Is the input VR a VR that stores data in a typed array.\n * TODO: include ox and xs?\n *\n * @param {string} vr The element VR.\n * @returns {boolean} True if the VR is a typed array one.\n */\nfunction isTypedArrayVr(vr) {\n const vrType = vrTypes[vr];\n return typeof vrType !== 'undefined' &&\n vrType !== 'string';\n}\n\n/**\n * Is the input VR a string VR.\n *\n * @param {string} vr The element VR.\n * @returns {boolean} True if the VR is a string one.\n */\nfunction isStringVr(vr) {\n const vrType = vrTypes[vr];\n return typeof vrType !== 'undefined' &&\n vrType === 'string';\n}\n\n/**\n * Is the input VR a VR that could need padding.\n *\n * See {@link http://dicom.nema.org/medical/dicom/2022a/output/chtml/part05/sect_6.2.html}.\n *\n * @param {string} vr The element VR.\n * @returns {boolean} True if the VR needs padding.\n */\nfunction isVrToPad(vr) {\n return isStringVr(vr) || vr === 'OB';\n}\n\n/**\n * Get the VR specific padding value.\n *\n * @param {string} vr The element VR.\n * @returns {string} The value used to pad.\n */\nfunction getVrPad(vr) {\n let pad = '';\n if (isStringVr(vr)) {\n if (vr === 'UI') {\n pad = '\\0';\n } else {\n pad = ' ';\n }\n }\n return pad;\n}\n\n/**\n * Push a value at the end of an input Uint8Array.\n *\n * @param {Array|Uint8Array} arr The input array.\n * @param {Array|Uint8Array} value The value to push.\n * @returns {Uint8Array} The new array.\n */\nfunction uint8ArrayPush(arr, value) {\n const newArr = new Uint8Array(arr.length + 1);\n newArr.set(arr);\n newArr.set(value, arr.length);\n return newArr;\n}\n\n/**\n * Pad an input OB value.\n *\n * @param {Array|Uint8Array} value The input value.\n * @returns {Array|Uint8Array} The padded input.\n */\nfunction padOBValue(value) {\n if (value !== null &&\n typeof value !== 'undefined' &&\n typeof value.length !== 'undefined') {\n // calculate size and pad if needed\n if (value.length !== 0 &&\n typeof value[0].length !== 'undefined') {\n // handle array of array\n let size = 0;\n for (let i = 0; i < value.length; ++i) {\n size += value[i].length;\n }\n if (!isEven(size)) {\n value[value.length - 1] = uint8ArrayPush(\n value[value.length - 1], [0]);\n }\n } else {\n if (!isEven(value.length)) {\n value = uint8ArrayPush(value, [0]);\n }\n }\n } else {\n throw new Error('Cannot pad undefined or null OB value.');\n }\n // uint8ArrayPush may create a new array so we\n // need to return it\n return value;\n}\n\n/**\n * Helper method to flatten an array of typed arrays to 2D typed array.\n *\n * @param {Array} initialArray Array of typed arrays.\n * @returns {object} A typed array containing all values.\n */\nfunction flattenArrayOfTypedArrays(initialArray) {\n const initialArrayLength = initialArray.length;\n const arrayLength = initialArray[0].length;\n // If this is not a array of arrays, just return the initial one:\n if (typeof arrayLength === 'undefined') {\n return initialArray;\n }\n\n const flattenendArrayLength = initialArrayLength * arrayLength;\n\n const flattenedArray = new initialArray[0].constructor(flattenendArrayLength);\n\n for (let i = 0; i < initialArrayLength; i++) {\n const indexFlattenedArray = i * arrayLength;\n flattenedArray.set(initialArray[i], indexFlattenedArray);\n }\n return flattenedArray;\n}\n\n/**\n * Default text encoder.\n */\nclass DefaultTextEncoder {\n /**\n * Encode an input string.\n *\n * @param {string} str The string to encode.\n * @returns {Uint8Array} The encoded string.\n */\n encode(str) {\n const result = new Uint8Array(str.length);\n for (let i = 0, leni = str.length; i < leni; ++i) {\n result[i] = str.charCodeAt(i);\n }\n return result;\n }\n}\n\n/**\n * Small list of used tag keys.\n */\nconst TagKeys = {\n TransferSyntax: '00020010',\n SpecificCharacterSet: '00080005',\n BitsAllocated: '00280100',\n};\n\n/**\n * DICOM writer.\n *\n * @example\n * // add link to html\n * const link = document.createElement(\"a\");\n * link.appendChild(document.createTextNode(\"download\"));\n * const div = document.getElementById(\"dwv\");\n * div.appendChild(link);\n * // XMLHttpRequest onload callback\n * const onload = function (event) {\n * const parser = new dwv.DicomParser();\n * parser.parse(event.target.response);\n * // create writer\n * const writer = new dwv.DicomWriter();\n * // get buffer using default rules\n * const dicomBuffer = writer.getBuffer(parser.getDicomElements());\n * // create blob\n * const blob = new Blob([dicomBuffer], {type: 'application/dicom'});\n * // add blob to download link\n * link.href = URL.createObjectURL(blob);\n * link.download = \"anonym.dcm\";\n * };\n * // DICOM file request\n * const request = new XMLHttpRequest();\n * const url = 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm';\n * request.open('GET', url);\n * request.responseType = 'arraybuffer';\n * request.onload = onload;\n * request.send();\n */\nexport class DicomWriter {\n\n /**\n * Flag to use VR=UN for private sequences, default to false\n * (mainly used in tests).\n *\n * @type {boolean}\n */\n #useUnVrForPrivateSq = false;\n\n /**\n * Flag to activate or not the vr=UN tag check and fix\n * if present in the dictionary. Default to true.\n *\n * @type {boolean}\n */\n #fixUnknownVR = true;\n\n /**\n * Default rules: just copy.\n *\n * @type {Object}\n */\n #defaultRules = {\n default: {action: 'copy', value: null}\n };\n\n /**\n * Writing rules.\n *\n * @type {Object}\n */\n #rules = this.#defaultRules;\n\n /**\n * List of compulsory tags keys.\n *\n * @type {string[]}\n */\n #compulsoryTags = [];\n\n /**\n * Default text encoder.\n *\n * @type {DefaultTextEncoder}\n */\n #defaultTextEncoder = new DefaultTextEncoder();\n\n /**\n * Special text encoder.\n *\n * @type {DefaultTextEncoder|TextEncoder}\n */\n #textEncoder = this.#defaultTextEncoder;\n\n /**\n * Set the use UN VR for private sequence flag.\n *\n * @param {boolean} flag True to use UN VR.\n */\n setUseUnVrForPrivateSq(flag) {\n this.#useUnVrForPrivateSq = flag;\n }\n\n /**\n * Set the vr=UN check and fix flag.\n *\n * @param {boolean} flag True to activate the check and fix.\n */\n setFixUnknownVR(flag) {\n this.#fixUnknownVR = flag;\n }\n\n /**\n * Set the writing rules.\n * List of writer rules indexed by either `default`,\n * tagKey, tagName or groupName.\n * Each DICOM element will be checked to see if a rule is applicable.\n * First checked by tagKey, tagName and then by groupName,\n * if nothing is found the default rule is applied.\n *\n * @param {Object} rules The input rules.\n * @param {boolean} [addMissingTags] If true, explicit tags that\n * have replace rule and a value will be\n * added if missing. Defaults to false.\n */\n setRules(rules, addMissingTags) {\n this.#rules = rules;\n\n // default compulsory list is empty\n this.#compulsoryTags = [];\n\n // use replace rule tags as compulsory tags\n if (addMissingTags) {\n const keys = Object.keys(rules);\n for (const key of keys) {\n const rule = rules[key];\n if (rule.action === 'replace' &&\n typeof rule.value !== 'undefined' &&\n rule.value !== null) {\n // check if key really exists\n let isKey = false;\n if (key.length === 8) {\n const tag = getTagFromKey(key);\n isKey = typeof tag.getNameFromDictionary() !== 'undefined';\n }\n // get tag key, rules can use key or tag name\n let tagKey;\n if (isKey) {\n tagKey = key;\n } else {\n // try tag name\n const tag = getTagFromDictionary(key);\n if (typeof tag !== 'undefined') {\n tagKey = tag.getKey();\n }\n }\n // add to list\n if (typeof tagKey !== 'undefined') {\n this.#compulsoryTags.push(tagKey);\n }\n }\n }\n }\n }\n\n /**\n * Encode string data.\n *\n * @param {string} str The string to encode.\n * @returns {Uint8Array} The encoded string.\n */\n #encodeString(str) {\n return this.#defaultTextEncoder.encode(str);\n }\n\n /**\n * Encode data as a UTF-8.\n *\n * @param {string} str The string to write.\n * @returns {Uint8Array} The encoded string.\n */\n #encodeSpecialString(str) {\n return this.#textEncoder.encode(str);\n }\n\n /**\n * Use a TextEncoder instead of the default text decoder.\n */\n useSpecialTextEncoder() {\n /**\n * The text encoder.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder}.\n *\n * @external TextEncoder\n */\n this.#textEncoder = new TextEncoder();\n }\n\n /**\n * Get the element to write according to the class rules.\n * Priority order: tagName, groupName, default.\n *\n * @param {DataElement} element The element to check.\n * @returns {DataElement|null} The element to write, can be null.\n */\n getElementToWrite(element) {\n // get group and tag string name\n const groupName = element.tag.getGroupName();\n const tagName = element.tag.getNameFromDictionary();\n\n // apply rules:\n let rule;\n if (typeof this.#rules[element.tag.getKey()] !== 'undefined') {\n // 1. tag itself\n rule = this.#rules[element.tag.getKey()];\n } else if (typeof tagName !== 'undefined' &&\n typeof this.#rules[tagName] !== 'undefined') {\n // 2. tag name\n rule = this.#rules[tagName];\n } else if (typeof this.#rules[groupName] !== 'undefined') {\n // 3. group name\n rule = this.#rules[groupName];\n } else {\n // 4. default\n rule = this.#rules['default'];\n }\n // apply action on element and return\n return writerActions[rule.action](element, rule.value);\n }\n\n /**\n * Write a list of items.\n *\n * @param {DataWriter} writer The raw data writer.\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} items The list of items to write.\n * @param {boolean} isImplicit Is the DICOM VR implicit?\n * @returns {number} The new offset position.\n */\n #writeDataElementItems(\n writer, byteOffset, items, isImplicit) {\n let item;\n for (let i = 0; i < items.length; ++i) {\n item = items[i];\n if (item.length === 0) {\n continue;\n }\n // item element (create new to not modify original)\n let undefinedLength = false;\n const itemTag = item.find((subItem) => isItemTag(subItem.tag));\n if (typeof itemTag !== 'undefined' &&\n typeof itemTag.undefinedLength !== 'undefined') {\n undefinedLength = itemTag.undefinedLength;\n }\n const itemElement = new DataElement('NONE');\n itemElement.vl = undefinedLength ? 0xffffffff : itemTag.vl,\n itemElement.tag = getItemTag();\n itemElement.value = [];\n byteOffset = this.#writeDataElement(\n writer, itemElement, byteOffset, isImplicit);\n // write rest\n for (const subItem of item) {\n if (!isItemTag(subItem.tag) &&\n !isItemDelimitationItemTag(subItem.tag)) {\n byteOffset = this.#writeDataElement(\n writer, subItem, byteOffset, isImplicit);\n }\n }\n // item delimitation\n if (undefinedLength) {\n const itemDelimElement = new DataElement('NONE');\n itemDelimElement.vl = 0;\n itemDelimElement.tag = getItemDelimitationItemTag();\n itemDelimElement.value = [];\n byteOffset = this.#writeDataElement(\n writer, itemDelimElement, byteOffset, isImplicit);\n }\n }\n\n // return new offset\n return byteOffset;\n }\n\n /**\n * Write data with a specific Value Representation (VR).\n *\n * @param {DataWriter} writer The raw data writer.\n * @param {DataElement} element The element to write.\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} value The array to write.\n * @param {boolean} isImplicit Is the DICOM VR implicit?\n * @returns {number} The new offset position.\n */\n #writeDataElementValue(\n writer, element, byteOffset, value, isImplicit) {\n\n const startOffset = byteOffset;\n\n if (element.vr === 'NONE') {\n // nothing to do!\n } else if (value instanceof Uint8Array) {\n // binary data has been expanded 8 times at read\n if (value.length === 8 * element.vl) {\n byteOffset = writer.writeBinaryArray(byteOffset, value);\n } else {\n byteOffset = writer.writeUint8Array(byteOffset, value);\n }\n } else if (value instanceof Int8Array) {\n byteOffset = writer.writeInt8Array(byteOffset, value);\n } else if (value instanceof Uint16Array) {\n byteOffset = writer.writeUint16Array(byteOffset, value);\n } else if (value instanceof Int16Array) {\n byteOffset = writer.writeInt16Array(byteOffset, value);\n } else if (value instanceof Uint32Array) {\n byteOffset = writer.writeUint32Array(byteOffset, value);\n } else if (value instanceof Int32Array) {\n byteOffset = writer.writeInt32Array(byteOffset, value);\n } else if (value instanceof BigUint64Array) {\n byteOffset = writer.writeUint64Array(byteOffset, value);\n } else if (value instanceof BigInt64Array) {\n byteOffset = writer.writeInt64Array(byteOffset, value);\n } else {\n // switch according to VR if input type is undefined\n const vrType = vrTypes[element.vr];\n if (typeof vrType !== 'undefined') {\n if (vrType === 'Uint8') {\n byteOffset = writer.writeUint8Array(byteOffset, value);\n } else if (vrType === 'Uint16') {\n byteOffset = writer.writeUint16Array(byteOffset, value);\n } else if (vrType === 'Int16') {\n byteOffset = writer.writeInt16Array(byteOffset, value);\n } else if (vrType === 'Uint32') {\n byteOffset = writer.writeUint32Array(byteOffset, value);\n } else if (vrType === 'Int32') {\n byteOffset = writer.writeInt32Array(byteOffset, value);\n } else if (vrType === 'Uint64') {\n byteOffset = writer.writeUint64Array(byteOffset, value);\n } else if (vrType === 'Int64') {\n byteOffset = writer.writeInt64Array(byteOffset, value);\n } else if (vrType === 'Float32') {\n byteOffset = writer.writeFloat32Array(byteOffset, value);\n } else if (vrType === 'Float64') {\n byteOffset = writer.writeFloat64Array(byteOffset, value);\n } else if (vrType === 'string') {\n byteOffset = writer.writeUint8Array(byteOffset, value);\n } else {\n throw new Error('Unknown VR type: ' + vrType);\n }\n } else if (element.vr === 'SQ') {\n byteOffset = this.#writeDataElementItems(\n writer, byteOffset, value, isImplicit);\n } else if (element.vr === 'AT') {\n for (let i = 0; i < value.length; ++i) {\n const hexString = value[i] + '';\n const hexString1 = hexString.substring(1, 5);\n const hexString2 = hexString.substring(6, 10);\n const dec1 = parseInt(hexString1, 16);\n const dec2 = parseInt(hexString2, 16);\n const atValue = [dec1, dec2];\n byteOffset = writer.writeUint16Array(byteOffset, atValue);\n }\n } else if (element.vr === 'xs') {\n // TODO would be better to use pixelRepresentation in if\n if (value instanceof Int16Array) {\n byteOffset = writer.writeInt16Array(byteOffset, value);\n } else {\n byteOffset = writer.writeUint16Array(byteOffset, value);\n }\n } else {\n logger.warn('Unknown VR: ' + element.vr);\n }\n }\n\n if (element.vr !== 'SQ' && element.vr !== 'NONE') {\n const diff = byteOffset - startOffset;\n if (diff !== element.vl) {\n let message = 'Offset difference and VL are not equal: ' +\n diff + ' != ' + element.vl;\n message += ' (';\n if (typeof element.tag !== 'undefined') {\n message += element.tag + ', ';\n }\n message += 'vr:' + element.vr + ')';\n logger.warn(message);\n }\n }\n\n // return new offset\n return byteOffset;\n }\n\n /**\n * Write a pixel data element.\n *\n * @param {DataWriter} writer The raw data writer.\n * @param {DataElement} element The element to write.\n * @param {number} byteOffset The offset to start writing from.\n * @param {Array} value The array to write.\n * @param {boolean} isImplicit Is the DICOM VR implicit?\n * @returns {number} The new offset position.\n */\n #writePixelDataElementValue(\n writer, element, byteOffset, value, isImplicit) {\n // undefined length flag\n let undefinedLength = false;\n if (typeof element.undefinedLength !== 'undefined') {\n undefinedLength = element.undefinedLength;\n }\n // explicit length\n if (!undefinedLength) {\n let finalValue = value[0];\n // flatten multi frame\n if (value.length > 1) {\n finalValue = flattenArrayOfTypedArrays(value);\n }\n // write\n byteOffset = this.#writeDataElementValue(\n writer, element, byteOffset, finalValue, isImplicit);\n } else {\n // pixel data as sequence\n const item = {};\n // first item: basic offset table\n item['FFFEE000'] = {\n tag: getItemTag(),\n vr: 'NONE',\n vl: 0,\n value: []\n };\n // data\n for (let i = 0; i < value.length; ++i) {\n item[i] = {\n tag: getItemTag(),\n vr: element.vr,\n vl: value[i].length,\n value: value[i]\n };\n }\n // write\n byteOffset = this.#writeDataElementItems(\n writer, byteOffset, [item], isImplicit);\n }\n\n // return new offset\n return byteOffset;\n }\n\n /**\n * Write a data element.\n *\n * @param {DataWriter} writer The raw data writer.\n * @param {DataElement} element The DICOM data element to write.\n * @param {number} byteOffset The offset to start writing from.\n * @param {boolean} isImplicit Is the DICOM VR implicit?\n * @returns {number} The new offset position.\n */\n #writeDataElement(\n writer, element, byteOffset, isImplicit) {\n const isTagWithVR = element.tag.isWithVR();\n const is32bitVL = (isImplicit || !isTagWithVR)\n ? true : is32bitVLVR(element.vr);\n // group\n byteOffset = writer.writeHex(byteOffset, element.tag.getGroup());\n // element\n byteOffset = writer.writeHex(byteOffset, element.tag.getElement());\n // VR\n let vr = element.vr;\n // use VR=UN for private sequence\n if (this.#useUnVrForPrivateSq &&\n element.tag.isPrivate() &&\n vr === 'SQ') {\n logger.warn('Write element using VR=UN for private sequence.');\n vr = 'UN';\n }\n if (isTagWithVR && !isImplicit) {\n byteOffset = writer.writeUint8Array(byteOffset, this.#encodeString(vr));\n // reserved 2 bytes for 32bit VL\n if (is32bitVL) {\n byteOffset += 2;\n }\n }\n\n let undefinedLengthSequence = false;\n if (element.vr === 'SQ' ||\n isPixelDataTag(element.tag)) {\n if (typeof element.undefinedLength !== 'undefined') {\n undefinedLengthSequence = element.undefinedLength;\n }\n }\n let undefinedLengthItem = false;\n if (isItemTag(element.tag)) {\n if (typeof element.undefinedLength !== 'undefined') {\n undefinedLengthItem = element.undefinedLength;\n }\n }\n\n // update vl for sequence or item with undefined length\n let vl = element.vl;\n if (undefinedLengthSequence || undefinedLengthItem) {\n vl = 0xffffffff;\n }\n // VL\n if (is32bitVL) {\n byteOffset = writer.writeUint32(byteOffset, vl);\n } else {\n byteOffset = writer.writeUint16(byteOffset, vl);\n }\n\n // value\n let value = element.value;\n // check value\n if (typeof value === 'undefined') {\n value = [];\n }\n // write\n if (isPixelDataTag(element.tag)) {\n byteOffset = this.#writePixelDataElementValue(\n writer, element, byteOffset, value, isImplicit);\n } else {\n byteOffset = this.#writeDataElementValue(\n writer, element, byteOffset, value, isImplicit);\n }\n\n // sequence delimitation item for sequence with undefined length\n if (undefinedLengthSequence) {\n const seqDelimElement = new DataElement('NONE');\n seqDelimElement.vl = 0;\n seqDelimElement.tag = getSequenceDelimitationItemTag();\n seqDelimElement.value = [];\n byteOffset = this.#writeDataElement(\n writer, seqDelimElement, byteOffset, isImplicit);\n }\n\n // return new offset\n return byteOffset;\n }\n\n /**\n * Get the ArrayBuffer corresponding to input DICOM elements.\n *\n * @param {Object} dataElements The elements to write.\n * @returns {ArrayBuffer} The elements as a buffer.\n */\n getBuffer(dataElements) {\n // Transfer Syntax\n const syntax = dataElements[TagKeys.TransferSyntax].value[0];\n const isImplicit = isImplicitTransferSyntax(syntax);\n const isBigEndian = isBigEndianTransferSyntax(syntax);\n // Specific CharacterSet\n if (typeof dataElements[TagKeys.SpecificCharacterSet] !== 'undefined') {\n const oldscs = dataElements[TagKeys.SpecificCharacterSet].value[0];\n // force UTF-8 if not default character set\n if (typeof oldscs !== 'undefined' && oldscs !== 'ISO-IR 6') {\n logger.debug('Change charset to UTF, was: ' + oldscs);\n this.useSpecialTextEncoder();\n dataElements[TagKeys.SpecificCharacterSet].value = ['ISO_IR 192'];\n }\n }\n // Bits Allocated (for image data)\n let bitsAllocated;\n if (typeof dataElements[TagKeys.BitsAllocated] !== 'undefined') {\n bitsAllocated = dataElements[TagKeys.BitsAllocated].value[0];\n }\n\n // calculate buffer size and split elements (meta and non meta)\n let totalSize = 128 + 4; // DICM\n let localSize = 0;\n const metaElements = [];\n const rawElements = [];\n let element;\n let groupName;\n let metaLength = 0;\n // FileMetaInformationGroupLength\n const fmiglTag = getFileMetaInformationGroupLengthTag();\n // FileMetaInformationVersion\n const fmivTag = new Tag('0002', '0001');\n // ImplementationClassUID\n const icUIDTag = new Tag('0002', '0012');\n // ImplementationVersionName\n const ivnTag = new Tag('0002', '0013');\n\n // missing tag list: start as a copy of compulsory\n const missingTags = this.#compulsoryTags.slice();\n\n // loop through elements to get the buffer size\n const keys = Object.keys(dataElements);\n for (let i = 0, leni = keys.length; i < leni; ++i) {\n const originalElement = dataElements[keys[i]];\n originalElement.tag = getTagFromKey(keys[i]);\n element = this.getElementToWrite(originalElement);\n if (element !== null &&\n !fmiglTag.equals(element.tag) &&\n !fmivTag.equals(element.tag) &&\n !icUIDTag.equals(element.tag) &&\n !ivnTag.equals(element.tag)) {\n localSize = 0;\n\n // check if compulsory tag, if present remove from missing list\n const index = missingTags.indexOf(element.tag.getKey());\n if (index !== -1) {\n missingTags.splice(index, 1);\n }\n\n // XB7 2020-04-17\n // Check if UN can be converted to correct VR.\n // This check must be done BEFORE calculating totalSize,\n // otherwise there may be extra null bytes at the end of the file\n // (dcmdump may crash because of these bytes)\n if (this.#fixUnknownVR) {\n checkAndFixUnknownVR(element, !isBigEndian);\n }\n\n // update value and vl\n this.#setElementValue(\n element, element.value, isImplicit, bitsAllocated);\n\n // tag group name\n groupName = element.tag.getGroupName();\n\n // prefix\n if (groupName === 'Meta Element') {\n localSize += getDataElementPrefixByteSize(element.vr, false);\n } else {\n localSize += getDataElementPrefixByteSize(\n element.vr, isImplicit);\n }\n\n // value\n localSize += element.vl;\n\n // sort elements\n if (groupName === 'Meta Element') {\n metaElements.push(element);\n metaLength += localSize;\n } else {\n rawElements.push(element);\n }\n\n // add to total size\n totalSize += localSize;\n }\n }\n\n // add compulsory tags to output data if not present\n for (const key of missingTags) {\n const tag = getTagFromKey(key);\n const dataElement = new DataElement(tag.getVrFromDictionary());\n dataElement.tag = tag;\n // rules are indexed by key or tag name\n let value;\n if (typeof this.#rules[key] !== 'undefined') {\n value = this.#rules[key].value;\n } else {\n const name = tag.getNameFromDictionary();\n value = this.#rules[name].value;\n }\n // add element\n let size = getDataElementPrefixByteSize(dataElement.vr, isImplicit);\n size += this.#setElementValue(dataElement, [value], isImplicit);\n rawElements.push(dataElement);\n totalSize += size;\n }\n\n // FileMetaInformationVersion\n const fmiv = getDataElement('FileMetaInformationVersion');\n let fmivSize = getDataElementPrefixByteSize(fmiv.vr, false);\n fmivSize += this.#setElementValue(fmiv, [0, 1], false);\n metaElements.push(fmiv);\n metaLength += fmivSize;\n totalSize += fmivSize;\n // ImplementationClassUID\n const icUID = getDataElement('ImplementationClassUID');\n let icUIDSize = getDataElementPrefixByteSize(icUID.vr, false);\n const icUIDValue =\n getUID('ImplementationClassUID').replace('-beta', '.99');\n icUIDSize += this.#setElementValue(icUID, [icUIDValue], false);\n metaElements.push(icUID);\n metaLength += icUIDSize;\n totalSize += icUIDSize;\n // ImplementationVersionName\n const ivn = getDataElement('ImplementationVersionName');\n let ivnSize = getDataElementPrefixByteSize(ivn.vr, false);\n const dwvVersion = getDwvVersion().replace('-beta', '.99');\n const ivnValue = 'DWV_' + dwvVersion;\n ivnSize += this.#setElementValue(ivn, [ivnValue], false);\n metaElements.push(ivn);\n metaLength += ivnSize;\n totalSize += ivnSize;\n\n // sort elements\n const elemSortFunc = function (a, b) {\n return tagCompareFunction(a.tag, b.tag);\n };\n metaElements.sort(elemSortFunc);\n rawElements.sort(elemSortFunc);\n\n // create the FileMetaInformationGroupLength element\n const fmigl = getDataElement('FileMetaInformationGroupLength');\n let fmiglSize = getDataElementPrefixByteSize(fmigl.vr, false);\n fmiglSize += this.#setElementValue(\n fmigl, new Uint32Array([metaLength]), false);\n totalSize += fmiglSize;\n\n // create buffer\n const buffer = new ArrayBuffer(totalSize);\n const metaWriter = new DataWriter(buffer);\n const dataWriter = new DataWriter(buffer, !isBigEndian);\n\n let offset = 128;\n // DICM\n offset = metaWriter.writeUint8Array(offset, this.#encodeString('DICM'));\n // FileMetaInformationGroupLength\n offset = this.#writeDataElement(metaWriter, fmigl, offset, false);\n // write meta\n for (let j = 0, lenj = metaElements.length; j < lenj; ++j) {\n offset = this.#writeDataElement(\n metaWriter, metaElements[j], offset, false);\n }\n\n // check meta position\n const preambleSize = 128 + 4;\n const metaOffset = preambleSize + fmiglSize + metaLength;\n if (offset !== metaOffset) {\n logger.warn('Bad size calculation... meta offset: ' + offset +\n ', calculated size:' + metaOffset +\n ' (diff:' + (offset - metaOffset) + ')');\n }\n\n // write non meta\n for (let k = 0, lenk = rawElements.length; k < lenk; ++k) {\n offset = this.#writeDataElement(\n dataWriter, rawElements[k], offset, isImplicit);\n }\n\n // check final position\n if (offset !== totalSize) {\n logger.warn('Bad size calculation... final offset: ' + offset +\n ', calculated size:' + totalSize +\n ' (diff:' + (offset - totalSize) + ')');\n }\n // return\n return buffer;\n }\n\n /**\n * Set a DICOM element value according to its VR (Value Representation).\n *\n * @param {DataElement} element The DICOM element to set the value.\n * @param {object} value The value to set.\n * @param {boolean} isImplicit Does the data use implicit VR?\n * @param {number} [bitsAllocated] Bits allocated used for pixel data.\n * @returns {number} The total element size.\n */\n #setElementValue(\n element, value, isImplicit, bitsAllocated) {\n // byte size of the element\n let size = 0;\n // special sequence case\n if (element.vr === 'SQ') {\n\n if (value !== null && value !== 0) {\n const newItems = [];\n\n // explicit or undefined length sequence\n let undefinedLength = false;\n if (typeof element.undefinedLength !== 'undefined') {\n undefinedLength = element.undefinedLength;\n delete element.undefinedLength;\n }\n\n // items\n for (let i = 0; i < value.length; ++i) {\n const oldItemElements = value[i];\n const newItemElements = [];\n let subSize = 0;\n\n // check data\n if (oldItemElements === null || oldItemElements === 0) {\n continue;\n }\n\n // possible local bitsAllocated\n let sqBitsAllocated = bitsAllocated;\n const dataElement = oldItemElements[TagKeys.BitsAllocated];\n if (typeof dataElement !== 'undefined' &&\n typeof dataElement.value !== 'undefined') {\n sqBitsAllocated = dataElement.value[0];\n }\n\n // elements\n const itemKeys = Object.keys(oldItemElements);\n for (let j = 0, lenj = itemKeys.length; j < lenj; ++j) {\n const itemKey = itemKeys[j];\n const subElement = oldItemElements[itemKey];\n subElement.tag = getTagFromKey(itemKey);\n\n if (isItemTag(subElement.tag)) {\n continue;\n }\n // set item value\n subSize += this.#setElementValue(\n subElement, subElement.value, isImplicit, sqBitsAllocated);\n newItemElements.push(subElement);\n // add prefix size\n subSize += getDataElementPrefixByteSize(\n subElement.vr, isImplicit);\n }\n\n // add item element (used to store its size)\n const itemElement = {\n tag: getItemTag(),\n vr: 'NONE',\n vl: subSize,\n value: []\n };\n if (undefinedLength) {\n itemElement.undefinedLength = undefinedLength;\n }\n newItemElements.push(itemElement);\n subSize += getDataElementPrefixByteSize(\n itemElement.vr, isImplicit);\n\n // add item delimitation size\n if (undefinedLength) {\n subSize += getDataElementPrefixByteSize(\n 'NONE', isImplicit);\n }\n\n // sort\n const elemSortFunc = function (a, b) {\n return tagCompareFunction(a.tag, b.tag);\n };\n newItemElements.sort(elemSortFunc);\n\n size += subSize;\n newItems.push(newItemElements);\n }\n\n // add sequence delimitation size\n if (undefinedLength) {\n size += getDataElementPrefixByteSize('NONE', isImplicit);\n }\n\n // update sequence element\n element.value = newItems;\n element.vl = size;\n if (undefinedLength) {\n element.undefinedLength = undefinedLength;\n }\n }\n } else {\n // pad if necessary\n if (isVrToPad(element.vr)) {\n const padStr = getVrPad(element.vr);\n // encode string\n // TODO: not sure for UN...\n if (isStringVr(element.vr)) {\n let pad;\n if (isCharSetStringVR(element.vr)) {\n value = this.#encodeSpecialString(value.join('\\\\'));\n pad = this.#encodeSpecialString(padStr);\n } else {\n value = this.#encodeString(value.join('\\\\'));\n pad = this.#encodeString(padStr);\n }\n if (!isEven(value.length)) {\n value = uint8ArrayPush(value, pad);\n }\n } else if (element.vr === 'OB') {\n value = padOBValue(value);\n }\n }\n\n // calculate byte size\n size = 0;\n if (element.vr === 'AT') {\n size = 4 * value.length;\n } else if (element.vr === 'xs') {\n size = value.length * Uint16Array.BYTES_PER_ELEMENT;\n } else if (isTypedArrayVr(element.vr) || element.vr === 'ox') {\n if (isPixelDataTag(element.tag) &&\n Array.isArray(value)) {\n size = 0;\n for (let b = 0; b < value.length; ++b) {\n size += value[b].length;\n }\n } else {\n size = value.length;\n }\n\n // convert size to bytes\n const vrType = vrTypes[element.vr];\n if (isPixelDataTag(element.tag) || element.vr === 'ox') {\n if (element.undefinedLength) {\n const itemPrefixSize =\n getDataElementPrefixByteSize('NONE', isImplicit);\n // offset table\n size += itemPrefixSize;\n // pixel items\n size += itemPrefixSize * value.length;\n // add sequence delimitation size\n size += itemPrefixSize;\n } else {\n // use bitsAllocated for pixel data\n // no need to multiply for 8 bits\n if (typeof bitsAllocated !== 'undefined') {\n if (bitsAllocated === 1) {\n // binary data\n size /= 8;\n } else if (bitsAllocated === 16) {\n size *= Uint16Array.BYTES_PER_ELEMENT;\n }\n }\n }\n } else if (typeof vrType !== 'undefined') {\n const bpe = getBpeForVrType(vrType);\n if (typeof bpe !== 'undefined') {\n size *= bpe;\n } else {\n throw new Error('Unknown bytes per element for VR type: ' + vrType);\n }\n } else {\n throw new Error('Unsupported element: ' + element.vr);\n }\n } else {\n size = value.length;\n }\n\n element.value = value;\n element.vl = size;\n }\n\n // return the size of that data\n return size;\n }\n\n} // class DicomWriter\n\n/**\n * Fix for broken DICOM elements: replace \"UN\" with correct VR if the\n * element exists in dictionary.\n *\n * @param {DataElement} element The DICOM element.\n * @param {boolean} [isLittleEndian] Flag to tell if the data is little\n * or big endian (default: true).\n */\nfunction checkAndFixUnknownVR(element, isLittleEndian) {\n if (element.vr === 'UN') {\n const dictVr = element.tag.getVrFromDictionary();\n if (typeof dictVr !== 'undefined' && element.vr !== dictVr) {\n element.vr = dictVr;\n // cast typed array value from Uint8 to vr type\n const vrType = vrTypes[element.vr];\n if (typeof vrType !== 'undefined' &&\n vrType !== 'Uint8' &&\n vrType !== 'string') {\n const data = getUint8ToVrValue(\n element.value, element.vr, isLittleEndian);\n if (typeof data !== 'undefined') {\n element.value = data;\n }\n }\n logger.info('Element ' + element.tag.getGroup() +\n ' ' + element.tag.getElement() +\n ' VR changed from UN to ' + element.vr);\n }\n }\n}\n\n/**\n * Get the casted typed array value from Uint8 to vr type.\n *\n * @param {object} value The value to cast.\n * @param {string} vr The DICOM element VR.\n * @param {boolean} [isLittleEndian] Flag to tell if the data is little\n * or big endian (default: true).\n * @returns {object} The element value casted to the vr type.\n */\nfunction getUint8ToVrValue(value, vr, isLittleEndian) {\n let data;\n if (typeof value.buffer === 'undefined') {\n return data;\n }\n const reader = new DataReader(value.buffer, isLittleEndian);\n const offset = value.byteOffset;\n const vl = value.length; // size before cast\n const vrType = vrTypes[vr];\n if (vrType === 'Uint16') {\n data = reader.readUint16Array(offset, vl);\n } else if (vrType === 'Uint32') {\n data = reader.readUint32Array(offset, vl);\n } else if (vrType === 'Uint64') {\n data = reader.readUint64Array(offset, vl);\n } else if (vrType === 'Int16') {\n data = Array.from(reader.readInt16Array(offset, vl));\n } else if (vrType === 'Int32') {\n data = Array.from(reader.readInt32Array(offset, vl));\n } else if (vrType === 'Int64') {\n data = reader.readInt64Array(offset, vl);\n } else if (vrType === 'Float32') {\n data = Array.from(reader.readFloat32Array(offset, vl));\n } else if (vrType === 'Float64') {\n data = Array.from(reader.readFloat64Array(offset, vl));\n }\n return data;\n}\n\n/**\n * Get a DICOM element from its tag name (value set separatly).\n *\n * @param {string} tagName The string tag name.\n * @returns {DataElement} The DICOM element.\n */\nfunction getDataElement(tagName) {\n const tag = getTagFromDictionary(tagName);\n const element = new DataElement(tag.getVrFromDictionary());\n element.tag = tag;\n return element;\n}\n\n/**\n * Get the number of bytes per element for a given VR type.\n *\n * @param {string} vrType The VR type as defined in the dictionary.\n * @returns {number} The bytes per element.\n */\nfunction getBpeForVrType(vrType) {\n let bpe;\n if (vrType === 'Uint8') {\n bpe = Uint8Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Uint16') {\n bpe = Uint16Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Int16') {\n bpe = Int16Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Uint32') {\n bpe = Uint32Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Int32') {\n bpe = Int32Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Float32') {\n bpe = Float32Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Float64') {\n bpe = Float64Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Uint64') {\n bpe = BigUint64Array.BYTES_PER_ELEMENT;\n } else if (vrType === 'Int64') {\n bpe = BigInt64Array.BYTES_PER_ELEMENT;\n }\n return bpe;\n}\n\n/**\n * Get the DICOM elements from a 'simple' DICOM tags object.\n * The input object is a simplified version of the oficial DICOM json with\n * tag names instead of keys and direct values (no value property) for\n * simple tags. See synthetic test data (in tests/dicom) for examples.\n *\n * @param {Object} simpleTags The 'simple' DICOM\n * tags object.\n * @returns {Object} The DICOM elements.\n */\nexport function getElementsFromJSONTags(simpleTags) {\n const keys = Object.keys(simpleTags);\n const dataElements = {};\n for (let k = 0, len = keys.length; k < len; ++k) {\n // get the DICOM element definition from its name\n const tag = getTagFromDictionary(keys[k]);\n if (typeof tag === 'undefined') {\n continue;\n }\n const vr = tag.getVrFromDictionary();\n // tag value\n let value;\n let undefinedLength = false;\n const simpleTag = simpleTags[keys[k]];\n if (vr === 'SQ') {\n const items = [];\n if (typeof simpleTag.undefinedLength !== 'undefined') {\n undefinedLength = simpleTag.undefinedLength;\n }\n if (typeof simpleTag.value !== 'undefined' &&\n simpleTag.value !== null) {\n for (let i = 0; i < simpleTag.value.length; ++i) {\n items.push(getElementsFromJSONTags(simpleTag.value[i]));\n }\n } else {\n logger.trace('Undefined or null simpleTag SQ value.');\n }\n value = items;\n } else {\n if (Array.isArray(simpleTag)) {\n value = simpleTag;\n } else {\n value = [simpleTag];\n }\n }\n // create element\n const dataElement = new DataElement(vr);\n dataElement.tag = tag;\n dataElement.value = value;\n if (undefinedLength) {\n dataElement.undefinedLength = undefinedLength;\n }\n // store\n dataElements[tag.getKey()] = dataElement;\n }\n // return\n // @ts-expect-error\n return dataElements;\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * DICOM code tag keys.\n */\nconst TagKeys = {\n CodeValue: '00080100',\n CodingSchemeDesignator: '00080102',\n CodeMeaning: '00080104',\n LongCodeValue: '00080119',\n URNCodeValue: '00080120'\n};\n\n/**\n * DICOM code: item of a basic code sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_8.8.html}.\n */\nexport class DicomCode {\n /**\n * Code meaning.\n *\n * @type {string}\n */\n meaning;\n /**\n * Code value.\n *\n * @type {string|undefined}\n */\n value;\n /**\n * Long code value.\n *\n * @type {string|undefined}\n */\n longValue;\n /**\n * URN code value.\n *\n * @type {string|undefined}\n */\n urnValue;\n /**\n * Coding scheme designator.\n *\n * @type {string|undefined}\n */\n schemeDesignator;\n\n /**\n * @param {string} meaning The code meaning.\n */\n constructor(meaning) {\n this.meaning = meaning;\n }\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The code as string.\n */\n toString() {\n return '(' + this.value + ', ' +\n this.schemeDesignator + ', \\'' +\n this.meaning + '\\')';\n }\n}\n\n/**\n * Check if two code objects are equal.\n *\n * @param {DicomCode} code1 The first code.\n * @param {DicomCode} code2 The second code.\n * @returns {boolean} True if both codes are equal.\n */\nexport function isEqualCode(code1, code2) {\n return Object.keys(code1).length === Object.keys(code2).length &&\n Object.keys(code1).every(key =>\n Object.prototype.hasOwnProperty.call(code2, key) &&\n code1[key] === code2[key]\n );\n}\n\n/**\n * Get a code object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {DicomCode} A code object.\n */\nexport function getCode(dataElements) {\n // meaning -> CodeMeaning (type1)\n const code = new DicomCode(dataElements[TagKeys.CodeMeaning].value[0]);\n // value -> CodeValue (type1C)\n // longValue -> LongCodeValue (type1C)\n // urnValue -> URNCodeValue (type1C)\n if (typeof dataElements[TagKeys.CodeValue] !== 'undefined') {\n code.value = dataElements[TagKeys.CodeValue].value[0];\n } else if (typeof dataElements[TagKeys.LongCodeValue] !== 'undefined') {\n code.longValue = dataElements[TagKeys.LongCodeValue].value[0];\n } else if (typeof dataElements[TagKeys.URNCodeValue] !== 'undefined') {\n code.urnValue = dataElements[TagKeys.URNCodeValue].value[0];\n } else {\n throw new Error(\n 'Invalid code with no value, no long value and no urn value.');\n }\n // schemeDesignator -> CodingSchemeDesignator (type1C)\n if (typeof code.value !== 'undefined' ||\n typeof code.longValue !== 'undefined') {\n if (typeof dataElements[TagKeys.CodingSchemeDesignator] !== 'undefined') {\n code.schemeDesignator =\n dataElements[TagKeys.CodingSchemeDesignator].value[0];\n } else {\n throw new Error(\n 'No coding sheme designator when code value or long value is present');\n }\n }\n return code;\n}\n\n/**\n * Get a simple dicom element item from a code object.\n *\n * @param {DicomCode} code The code object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomCodeItem(code) {\n // dicom item (tags are in group/element order)\n const item = {};\n // value\n if (typeof code.value !== 'undefined') {\n item.CodeValue = code.value;\n } else if (typeof code.longValue !== 'undefined') {\n item.LongCodeValue = code.longValue;\n } else if (typeof code.urnValue !== 'undefined') {\n item.URNCodeValue = code.urnValue;\n }\n // CodingSchemeDesignator\n if (typeof code.schemeDesignator !== 'undefined') {\n item.CodingSchemeDesignator = code.schemeDesignator;\n }\n // CodeMeaning\n item.CodeMeaning = code.meaning;\n // return\n return item;\n}\n\n/**\n * DICOM codes.\n * List: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part16/chapter_d.html}.\n */\nconst DcmCodes = {\n 111030: 'Image Region',\n 112039: 'Tracking Identifier',\n 112040: 'Tracking Unique Identifier',\n 113048: 'Pixel by pixel Maximum',\n 113049: 'Pixel by pixel mean',\n 113051: 'Pixel by pixel Minimum',\n 113061: 'Standard Deviation',\n 113076: 'Segmentation',\n 121055: 'Path',\n 121207: 'Height',\n 121322: 'Source image for image processing operation',\n 121324: 'Source Image',\n 122438: 'Reference Points',\n 125007: 'Measurement Group',\n 125309: 'Short label',\n 128773: 'Reference Geometry'\n};\n\n/**\n * SNOMED-CT codes.\n * List: {@link https://browser.ihtsdotools.org}.\n */\nconst SctCodes = {\n 1483009: 'Angle',\n 42798000: 'Area',\n 103355008: 'Width',\n 103339001: 'Long axis',\n 103340004: 'Short axis',\n 131190003: 'Radius',\n 261665006: 'Unknown',\n 410668003: 'Length',\n 718499004: 'Color'\n};\n\n/**\n * UCUM codes.\n * Definition: {@link https://unitsofmeasure.org/ucum}.\n * List: {@link https://ucum.nlm.nih.gov/ucum-lhc/demo.html}.\n */\nconst UcumCodes = {\n 1: 'No units',\n mm: 'Millimeter',\n deg: 'Degree - plane angle',\n cm2: 'Square centimeter',\n 'cm2/ml': 'Square centimeter per milliliter',\n '/cm': 'Per centimeter',\n 'g/ml': 'Gram per milliliter',\n 'g/ml{SUVbw}': 'Standardized Uptake Value body weight',\n 'mg/ml': 'Milligram per milliliter',\n 'umol/ml': 'Micromole per milliliter',\n 'Bq/ml': 'Becquerels per milliliter',\n 'mg/min/ml': 'Milligrams per minute per milliliter',\n 'umol/min/ml': 'Micromole per minute per milliliter',\n 'ml/min/g': 'Milliliter per minute per gram',\n 'ml/g': 'Milliliter per gram',\n 'ml/min/ml': 'Milliliter per minute per milliliter',\n 'ml/ml': 'Milliliter per milliliter',\n '%': 'Percentage',\n '[hnsf\\'U]': 'Hounsfield unit',\n '10*23/ml': 'Electron density',\n '{counts}': 'Counts',\n '{counts}/s': 'Counts per second',\n '{propcounts}': 'Proportional to counts',\n '{propcounts}/s': 'Proportional to counts per second',\n};\n\n/**\n * Get a DICOM code from a value (~id).\n *\n * @param {string} value The code value.\n * @param {string} scheme The scheme designator.\n * @returns {DicomCode|undefined} The DICOM code.\n */\nfunction getDicomCode(value, scheme) {\n let meaning;\n if (scheme === 'DCM') {\n meaning = DcmCodes[value];\n } else if (scheme === 'SCT') {\n meaning = SctCodes[value];\n } else if (scheme === 'UCUM') {\n meaning = UcumCodes[value];\n }\n let code;\n if (typeof meaning !== 'undefined') {\n code = new DicomCode(meaning);\n code.schemeDesignator = scheme;\n code.value = value;\n }\n return code;\n}\n\n/**\n * Get a measurement group DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getMeasurementGroupCode() {\n return getDicomCode('125007', 'DCM');\n}\n\n/**\n * Get an image region DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getImageRegionCode() {\n return getDicomCode('111030', 'DCM');\n}\n\n/**\n * Get a reference geometry DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getReferenceGeometryCode() {\n return getDicomCode('128773', 'DCM');\n}\n\n/**\n * Get a path DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getPathCode() {\n return getDicomCode('121055', 'DCM');\n}\n\n/**\n * Get a source image DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getSourceImageCode() {\n return getDicomCode('121324', 'DCM');\n}\n\n/**\n * Get a tracking identifier DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getTrackingIdentifierCode() {\n return getDicomCode('112039', 'DCM');\n}\n\n/**\n * Get a segmentation DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getSegmentationCode() {\n return getDicomCode('113076', 'DCM');\n}\n\n/**\n * Get a source image for processing DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getSourceImageForProcessingCode() {\n return getDicomCode('121322', 'DCM');\n}\n\n/**\n * Get a short label DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getShortLabelCode() {\n return getDicomCode('125309', 'DCM');\n}\n\n/**\n * Get a reference points DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getReferencePointsCode() {\n return getDicomCode('122438', 'DCM');\n}\n\n/**\n * Get a colour DICOM code.\n *\n * @returns {DicomCode} The code.\n */\nexport function getColourCode() {\n return getDicomCode('718499004', 'SCT');\n}\n\n/**\n * Quantification name to dictionary item.\n */\nconst QuantificationName2DictItem = {\n angle: {key: '1483009', scheme: 'SCT'},\n length: {key: '410668003', scheme: 'SCT'},\n surface: {key: '42798000', scheme: 'SCT'},\n height: {key: '121207', scheme: 'DCM'},\n width: {key: '103355008', scheme: 'SCT'},\n radius: {key: '131190003', scheme: 'SCT'},\n a: {key: '103339001', scheme: 'SCT'},\n b: {key: '103340004', scheme: 'SCT'},\n min: {key: '113051', scheme: 'DCM'},\n max: {key: '113048', scheme: 'DCM'},\n mean: {key: '113049', scheme: 'DCM'},\n stddev: {key: '113061', scheme: 'DCM'},\n // median\n // 25th percentile\n // 75th percentile\n};\n\n/**\n * Get a concept name DICOM code.\n *\n * @param {string} name The measurment name as defined\n * in a quantification object.\n * @returns {DicomCode|undefined} The code.\n */\nexport function getConceptNameCode(name) {\n const item = QuantificationName2DictItem[name];\n let code;\n if (typeof item !== 'undefined') {\n code = getDicomCode(item.key, item.scheme);\n }\n return code;\n}\n\n/**\n * Get the DICOM code for a quantification name.\n *\n * @param {DicomCode} code The Dicom code.\n * @returns {string|undefined} The quantification name.\n */\nexport function getQuantificationName(code) {\n let name;\n for (const propKey in QuantificationName2DictItem) {\n const item = QuantificationName2DictItem[propKey];\n if (item.scheme === code.schemeDesignator &&\n item.key === code.value) {\n name = propKey;\n break;\n }\n }\n return name;\n}\n\n/**\n * Quantification unit to UCUM key. Associated tags:\n * - Rescale type {@link https://dicom.innolitics.com/ciods/computed-radiography-image/modality-lut/00281054},\n * - Units {@link https://dicom.innolitics.com/ciods/positron-emission-tomography-image/pet-series/00541001}.\n * - SUV {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_85.html}.\n */\nconst QuantificationUnit2UcumKey = {\n 'unit.mm': 'mm',\n 'unit.cm2': 'cm2',\n 'unit.degree': 'deg',\n // OD optical density\n HU: '[hnsf\\'U]',\n // US: '1', // duplicates 'NONE'\n MGML: 'mg/ml',\n // Z_EFF Effective Atomic Number (i.e., Effective-Z)\n ED: '10*23/ml',\n // EDW Electron density normalized\n // HU_MOD Modified Hounsfield Unit\n PCT: '%',\n CNTS: '{counts}',\n NONE: '1',\n CM2: 'cm2',\n CM2ML: 'cm2/ml',\n PCNT: '%',\n CPS: '{counts}/s',\n BQML: 'Bq/ml',\n MGMINML: 'mg/min/ml',\n UMOLMINML: 'umol/min/ml',\n MLMING: 'ml/min/g',\n MLG: 'ml/g',\n '1CM': '/cm',\n UMOLML: 'umol/ml',\n PROPCNTS: '{propcounts}',\n PROPCPS: '{propcounts}/s',\n MLMINML: 'ml/min/ml',\n MLML: 'ml/ml',\n GML: 'g/ml',\n //STDDEV\n SUV: 'g/ml{SUVbw}',\n};\n\n/**\n * Get a measurement units DICOM code.\n *\n * @param {string} name The unit name as defined in a quantification object.\n * @returns {DicomCode|undefined} The code.\n */\nexport function getMeasurementUnitsCode(name) {\n const key = QuantificationUnit2UcumKey[name];\n let code;\n if (typeof key !== 'undefined') {\n code = getDicomCode(key, 'UCUM');\n } else if (typeof key === 'undefined') {\n // no unit\n code = getDicomCode('1', 'UCUM');\n }\n return code;\n}\n\n/**\n * Get a quantification unit name.\n *\n * @param {DicomCode} code The code to get the unit from.\n * @returns {string} The quantification unit.\n */\nexport function getQuantificationUnit(code) {\n let unit;\n for (const propKey in QuantificationUnit2UcumKey) {\n const ucumKey = QuantificationUnit2UcumKey[propKey];\n if (code.schemeDesignator === 'UCUM' &&\n ucumKey === code.value) {\n unit = propKey;\n break;\n }\n }\n return unit;\n}\n","import {\n isEqualRgb,\n cielabToSrgb,\n uintLabToLab,\n labToUintLab,\n srgbToCielab\n} from '../utils/colour';\nimport {\n getCode,\n getDicomCodeItem\n} from './dicomCode';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {RGB} from '../utils/colour';\nimport {DataElement} from './dataElement';\nimport {DicomCode} from './dicomCode';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n SegmentNumber: '00620004',\n SegmentLabel: '00620005',\n SegmentAlgorithmType: '00620008',\n SegmentAlgorithmName: '00620009',\n RecommendedDisplayGrayscaleValue: '0062000C',\n RecommendedDisplayCIELabValue: '0062000D',\n SegmentedPropertyCategoryCodeSequence: '00620003',\n SegmentedPropertyTypeCodeSequence: '0062000F',\n TrackingID: '00620020',\n TrackingUID: '00620021'\n};\n\n/**\n * DICOM (mask) segment: item of a SegmentSequence (0062,0002).\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.8.20.4.html}.\n */\nexport class MaskSegment {\n /**\n * Segment number (0062,0004).\n *\n * @type {number}\n */\n number;\n /**\n * Segment label (0062,0005).\n *\n * @type {string}\n */\n label;\n /**\n * Segment algorithm type (0062,0008).\n *\n * @type {string}\n */\n algorithmType;\n /**\n * Segment algorithm name (0062,0009).\n *\n * @type {string|undefined}\n */\n algorithmName;\n /**\n * Segment display value as simple value.\n *\n * @type {number|undefined}\n */\n displayValue;\n /**\n * Segment display value as RGB colour ({r,g,b}).\n *\n * @type {RGB|undefined}\n */\n displayRGBValue;\n /**\n * Segment property code: specific property\n * the segment represents (0062,000F).\n *\n * @type {DicomCode|undefined}\n */\n propertyTypeCode;\n /**\n * Segment property category code: general category\n * of the property the segment represents (0062,0003).\n *\n * @type {DicomCode|undefined}\n */\n propertyCategoryCode;\n /**\n * Segment tracking UID (0062,0021).\n *\n * @type {string|undefined}\n */\n trackingUid;\n /**\n * Segment tracking id: text label for the UID (0062,0020).\n *\n * @type {string|undefined}\n */\n trackingId;\n\n /**\n * @param {number} number The segment number.\n * @param {string} label The segment label.\n * @param {string} algorithmType The segment number.\n */\n constructor(number, label, algorithmType) {\n this.number = number;\n this.label = label;\n this.algorithmType = algorithmType;\n }\n}\n\n/**\n * Get a segment object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {MaskSegment} A segment object.\n */\nexport function getSegment(dataElements) {\n // number -> SegmentNumber (type1)\n // label -> SegmentLabel (type1)\n // algorithmType -> SegmentAlgorithmType (type1)\n const segment = new MaskSegment(\n dataElements[TagKeys.SegmentNumber].value[0],\n dataElements[TagKeys.SegmentLabel]\n ? dataElements[TagKeys.SegmentLabel].value[0] : 'n/a',\n dataElements[TagKeys.SegmentAlgorithmType].value[0]\n );\n // algorithmName -> SegmentAlgorithmName (type1C)\n if (typeof dataElements[TagKeys.SegmentAlgorithmName] !== 'undefined') {\n segment.algorithmName = dataElements[TagKeys.SegmentAlgorithmName].value[0];\n }\n // // required if type is not MANUAL\n // if (segment.algorithmType !== 'MANUAL' &&\n // (typeof segment.algorithmName === 'undefined' ||\n // segment.algorithmName.length === 0)) {\n // throw new Error('Empty algorithm name for non MANUAL algorithm type.');\n // }\n // displayValue ->\n // - RecommendedDisplayGrayscaleValue\n // - RecommendedDisplayCIELabValue converted to RGB\n if (typeof dataElements[TagKeys.RecommendedDisplayGrayscaleValue] !==\n 'undefined') {\n segment.displayValue =\n dataElements[TagKeys.RecommendedDisplayGrayscaleValue].value[0];\n } else if (typeof dataElements[TagKeys.RecommendedDisplayCIELabValue] !==\n 'undefined') {\n const cielabElement =\n dataElements[TagKeys.RecommendedDisplayCIELabValue].value;\n const rgb = cielabToSrgb(uintLabToLab({\n l: cielabElement[0],\n a: cielabElement[1],\n b: cielabElement[2]\n }));\n segment.displayRGBValue = rgb;\n }\n // Segmented Property Category Code Sequence (type1, only one)\n if (typeof dataElements[TagKeys.SegmentedPropertyCategoryCodeSequence] !==\n 'undefined') {\n segment.propertyCategoryCode =\n getCode(\n dataElements[TagKeys.SegmentedPropertyCategoryCodeSequence].value[0]\n );\n } else {\n throw new Error('Missing Segmented Property Category Code Sequence.');\n }\n // Segmented Property Type Code Sequence (type1)\n if (typeof dataElements[TagKeys.SegmentedPropertyTypeCodeSequence] !==\n 'undefined') {\n segment.propertyTypeCode =\n getCode(dataElements[TagKeys.SegmentedPropertyTypeCodeSequence].value[0]);\n } else {\n throw new Error('Missing Segmented Property Type Code Sequence.');\n }\n // tracking Id and UID (type1C)\n if (typeof dataElements[TagKeys.TrackingID] !== 'undefined') {\n segment.trackingId = dataElements[TagKeys.TrackingID].value[0];\n segment.trackingUid = dataElements[TagKeys.TrackingUID].value[0];\n }\n\n return segment;\n}\n\n/**\n * Check if two segment objects are equal.\n *\n * @param {MaskSegment} seg1 The first segment.\n * @param {MaskSegment} seg2 The second segment.\n * @returns {boolean} True if both segment are equal.\n */\nexport function isEqualSegment(seg1, seg2) {\n // basics\n if (typeof seg1 === 'undefined' ||\n typeof seg2 === 'undefined' ||\n seg1 === null ||\n seg2 === null) {\n return false;\n }\n let isEqual = seg1.number === seg2.number &&\n seg1.label === seg2.label &&\n seg1.algorithmType === seg2.algorithmType;\n // display value\n if (typeof seg1.displayRGBValue !== 'undefined' &&\n typeof seg2.displayRGBValue !== 'undefined') {\n isEqual = isEqual &&\n isEqualRgb(seg1.displayRGBValue, seg2.displayRGBValue);\n } else if (typeof seg1.displayValue !== 'undefined' &&\n typeof seg2.displayValue !== 'undefined') {\n isEqual = isEqual &&\n seg1.displayValue === seg2.displayValue;\n } else {\n isEqual = false;\n }\n // algorithmName\n if (typeof seg1.algorithmName !== 'undefined') {\n if (typeof seg2.algorithmName === 'undefined') {\n isEqual = false;\n } else {\n isEqual = isEqual &&\n seg1.algorithmName === seg2.algorithmName;\n }\n }\n\n return isEqual;\n}\n\n/**\n * Check if two segment objects are similar: either the\n * number or the displayValue are equal.\n *\n * @param {MaskSegment} seg1 The first segment.\n * @param {MaskSegment} seg2 The second segment.\n * @returns {boolean} True if both segment are similar.\n */\nexport function isSimilarSegment(seg1, seg2) {\n // basics\n if (typeof seg1 === 'undefined' ||\n typeof seg2 === 'undefined' ||\n seg1 === null ||\n seg2 === null) {\n return false;\n }\n let isSimilar = seg1.number === seg2.number;\n // display value\n if (typeof seg1.displayRGBValue !== 'undefined' &&\n typeof seg2.displayRGBValue !== 'undefined') {\n isSimilar = isSimilar ||\n isEqualRgb(seg1.displayRGBValue, seg2.displayRGBValue);\n } else if (typeof seg1.displayValue !== 'undefined' &&\n typeof seg2.displayValue !== 'undefined') {\n isSimilar = isSimilar ||\n seg1.displayValue === seg2.displayValue;\n } else {\n isSimilar = false;\n }\n\n return isSimilar;\n}\n\n/**\n * Get a dicom simple tag from a segment object.\n *\n * @param {MaskSegment} segment The segment object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSegmentItem(segment) {\n let algoType = segment.algorithmType;\n if (algoType === undefined) {\n algoType = 'MANUAL';\n }\n // dicom item (tags are in group/element order)\n const segmentItem = {\n SegmentNumber: segment.number,\n SegmentLabel: segment.label,\n SegmentAlgorithmType: algoType\n };\n // SegmentAlgorithmName\n if (algoType !== 'MANUAL' && segment.algorithmName !== undefined) {\n segmentItem.SegmentAlgorithmName = segment.algorithmName;\n }\n // RecommendedDisplay value\n if (segment.displayRGBValue) {\n const cieLab = labToUintLab(srgbToCielab(segment.displayRGBValue));\n segmentItem.RecommendedDisplayCIELabValue = [\n Math.round(cieLab.l),\n Math.round(cieLab.a),\n Math.round(cieLab.b)\n ];\n } else {\n segmentItem.RecommendedDisplayGrayscaleValue = segment.displayValue;\n }\n // SegmentedPropertyCategoryCodeSequence\n if (segment.propertyCategoryCode) {\n segmentItem.SegmentedPropertyCategoryCodeSequence = {\n value: [getDicomCodeItem(segment.propertyCategoryCode)]\n };\n }\n // SegmentedPropertyTypeCodeSequence\n if (segment.propertyTypeCode) {\n segmentItem.SegmentedPropertyTypeCodeSequence = {\n value: [getDicomCodeItem(segment.propertyTypeCode)]\n };\n }\n // tracking\n if (segment.trackingId) {\n segmentItem.TrackingID = segment.trackingId;\n segmentItem.TrackingUID = segment.trackingUid;\n }\n // return\n return segmentItem;\n}\n","import {getSpacingFromMeasure} from './dicomElementsWrapper';\nimport {logger} from '../utils/logger';\nimport {arrayEquals} from '../utils/array';\nimport {\n getDicomCodeItem,\n getSegmentationCode,\n getSourceImageForProcessingCode\n} from './dicomCode';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\nimport {Spacing} from '../image/spacing';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n DerivationImageSequence: '00089124',\n SourceImageSequence: '00082112',\n ReferencedSOPClassUID: '00081150',\n ReferencedSOPInstanceUID: '00081155',\n FrameContentSequence: '00209111',\n DimensionIndexValue: '00209157',\n SegmentIdentificationSequence: '0062000A',\n ReferencedSegmentNumber: '0062000B',\n PlanePositionSequence: '00209113',\n ImagePosition: '00200032',\n PlaneOrientationSequence: '00209116',\n ImageOrientation: '00200037',\n PixelMeasuresSequence: '00289110'\n};\n\n/**\n * DICOM segment frame info: item of a\n * PerframeFunctionalGroupsSequence (5200,9230).\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.7.6.16.html}.\n */\nexport class DicomSegmentFrameInfo {\n /**\n * The dimension index.\n *\n * @type {number[]}\n */\n dimIndex;\n /**\n * The frame image position patient.\n *\n * @type {number[]}\n */\n imagePosPat;\n /**\n * List of derivation images.\n *\n * @type {Array}\n */\n derivationImages;\n /**\n * The reference segment number.\n *\n * @type {number}\n */\n refSegmentNumber;\n\n /**\n * The frame image orientation.\n *\n * @type {number[]|undefined}\n */\n imageOrientationPatient;\n /**\n * The frame spacing.\n *\n * @type {Spacing|undefined}\n */\n spacing;\n\n /**\n * @param {number[]} dimIndex The dimension index.\n * @param {number[]} imagePosPat The frame image position patient.\n * @param {Array} derivationImages List of derivation images.\n * @param {number} refSegmentNumber The reference segment number.\n */\n constructor(dimIndex, imagePosPat, derivationImages, refSegmentNumber) {\n this.dimIndex = dimIndex;\n this.imagePosPat = imagePosPat;\n this.derivationImages = derivationImages;\n this.refSegmentNumber = refSegmentNumber;\n }\n}\n\n/**\n * Get a frame information object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {DicomSegmentFrameInfo} A frame information object.\n */\nexport function getSegmentFrameInfo(dataElements) {\n // Derivation Image Sequence\n const derivationImages = [];\n if (typeof dataElements[TagKeys.DerivationImageSequence] !== 'undefined') {\n const derivationImageSq =\n dataElements[TagKeys.DerivationImageSequence].value;\n // Source Image Sequence\n for (let i = 0; i < derivationImageSq.length; ++i) {\n const sourceImages = [];\n if (typeof derivationImageSq[i][TagKeys.SourceImageSequence] !==\n 'undefined') {\n const sourceImageSq =\n derivationImageSq[i][TagKeys.SourceImageSequence].value;\n for (let j = 0; j < sourceImageSq.length; ++j) {\n const sourceImage = {};\n // Referenced SOP Class UID\n if (typeof sourceImageSq[j][TagKeys.ReferencedSOPClassUID] !==\n 'undefined') {\n sourceImage.referencedSOPClassUID =\n sourceImageSq[j][TagKeys.ReferencedSOPClassUID].value[0];\n }\n // Referenced SOP Instance UID\n if (typeof sourceImageSq[j][TagKeys.ReferencedSOPInstanceUID] !==\n 'undefined') {\n sourceImage.referencedSOPInstanceUID =\n sourceImageSq[j][TagKeys.ReferencedSOPInstanceUID].value[0];\n }\n sourceImages.push(sourceImage);\n }\n }\n derivationImages.push({\n sourceImages: sourceImages\n });\n }\n }\n // Frame Content Sequence (required, only one)\n const frameContentSq = dataElements[TagKeys.FrameContentSequence].value;\n // Dimension Index Value\n const dimIndex = frameContentSq[0][TagKeys.DimensionIndexValue].value;\n // Segment Identification Sequence (required, only one)\n const segmentIdSq = dataElements[TagKeys.SegmentIdentificationSequence].value;\n // Referenced Segment Number\n const refSegmentNumber =\n parseInt(segmentIdSq[0][TagKeys.ReferencedSegmentNumber].value[0], 0);\n // Plane Position Sequence (required, only one)\n const planePosSq = dataElements[TagKeys.PlanePositionSequence].value;\n // Image Position (Patient) (conditionally required)\n const imagePosPat = planePosSq[0][TagKeys.ImagePosition].value;\n for (let p = 0; p < imagePosPat.length; ++p) {\n imagePosPat[p] = parseFloat(imagePosPat[p]);\n }\n const frameInfo = new DicomSegmentFrameInfo(\n dimIndex,\n imagePosPat,\n derivationImages,\n refSegmentNumber\n );\n // Plane Orientation Sequence\n if (typeof dataElements[TagKeys.PlaneOrientationSequence] !== 'undefined') {\n const framePlaneOrientationSeq =\n dataElements[TagKeys.PlaneOrientationSequence];\n if (framePlaneOrientationSeq.value.length !== 0) {\n // should only be one Image Orientation (Patient)\n const frameImageOrientation =\n framePlaneOrientationSeq.value[0][TagKeys.ImageOrientation].value;\n if (typeof frameImageOrientation !== 'undefined') {\n frameInfo.imageOrientationPatient = frameImageOrientation;\n }\n }\n }\n // Pixel Measures Sequence\n if (typeof dataElements[TagKeys.PixelMeasuresSequence] !== 'undefined') {\n const framePixelMeasuresSeq = dataElements[TagKeys.PixelMeasuresSequence];\n if (framePixelMeasuresSeq.value.length !== 0) {\n // should only be one\n const frameSpacing =\n getSpacingFromMeasure(framePixelMeasuresSeq.value[0]);\n if (typeof frameSpacing !== 'undefined') {\n frameInfo.spacing = frameSpacing;\n }\n } else {\n logger.warn(\n 'No shared functional group pixel measure sequence items.');\n }\n }\n\n return frameInfo;\n}\n\n/**\n * Check if two frame info objects are equal.\n *\n * @param {DicomSegmentFrameInfo} dsfi1 The first frame info.\n * @param {DicomSegmentFrameInfo} dsfi2 The second frame info.\n * @returns {boolean} True if both frame info are equal.\n */\nexport function isEqualSegmentFrameInfo(dsfi1, dsfi2) {\n // basics\n if (typeof dsfi1 === 'undefined' ||\n typeof dsfi2 === 'undefined' ||\n dsfi1 === null ||\n dsfi2 === null) {\n return false;\n }\n let isEqual =\n arrayEquals(dsfi1.dimIndex, dsfi2.dimIndex) &&\n arrayEquals(dsfi1.imagePosPat, dsfi2.imagePosPat) &&\n dsfi1.refSegmentNumber === dsfi2.refSegmentNumber;\n\n isEqual = isEqual &&\n dsfi1.derivationImages.length === dsfi2.derivationImages.length;\n for (let i = 0; i < dsfi1.derivationImages.length; ++i) {\n const derivationImage1 = dsfi1.derivationImages[i];\n const derivationImage2 = dsfi2.derivationImages[i];\n isEqual = isEqual &&\n derivationImage1.sourceImages.length ===\n derivationImage2.sourceImages.length;\n for (let j = 0; j < derivationImage1.length; ++j) {\n const sourceImage1 = derivationImage1.sourceImages[j];\n const sourceImage2 = derivationImage2.sourceImages[j];\n isEqual = isEqual &&\n sourceImage1.referencedSOPClassUID ===\n sourceImage2.referencedSOPClassUID &&\n sourceImage1.referencedSOPInstanceUID ===\n sourceImage2.referencedSOPInstanceUID;\n }\n }\n\n return isEqual;\n}\n\n/**\n * Get a dicom item from a frame information object.\n *\n * @param {object} frameInfo The frame information object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSegmentFrameInfoItem(frameInfo) {\n const item = {\n FrameContentSequence: {\n value: [\n {\n DimensionIndexValues: frameInfo.dimIndex\n }\n ]\n },\n PlanePositionSequence: {\n value: [\n {\n ImagePositionPatient: frameInfo.imagePosPat\n }\n ]\n },\n SegmentIdentificationSequence: {\n value: [\n {\n ReferencedSegmentNumber: frameInfo.refSegmentNumber\n }\n ]\n }\n };\n // optional DerivationImageSequence\n if (frameInfo.derivationImages !== undefined) {\n const sourceImgPurposeOfReferenceCode =\n getDicomCodeItem(getSourceImageForProcessingCode());\n const segDerivationCode =\n getDicomCodeItem(getSegmentationCode());\n\n const derivationImageItems = [];\n for (const derivationImage of frameInfo.derivationImages) {\n const sourceImages = [];\n for (const sourceImage of derivationImage.sourceImages) {\n sourceImages.push({\n PurposeOfReferenceCodeSequence: {\n value: [sourceImgPurposeOfReferenceCode]\n },\n ReferencedSOPClassUID: sourceImage.referencedSOPClassUID,\n ReferencedSOPInstanceUID: sourceImage.referencedSOPInstanceUID\n });\n }\n\n derivationImageItems.push({\n DerivationCodeSequence: {\n value: [segDerivationCode]\n },\n SourceImageSequence: {\n value: sourceImages\n }\n });\n }\n\n item.DerivationImageSequence = {\n value: derivationImageItems\n };\n }\n\n return item;\n}\n","import {\n dateToDateObj,\n getDicomDate,\n dateToTimeObj,\n getDicomTime,\n} from '../dicom/dicomDate';\nimport {\n getImage2DSize,\n getSpacingFromMeasure,\n getDimensionOrganization,\n getDicomMeasureItem,\n getDicomPlaneOrientationItem\n} from '../dicom/dicomElementsWrapper';\nimport {Tag} from '../dicom/dicomTag';\nimport {getElementsFromJSONTags} from '../dicom/dicomWriter';\nimport {\n getSegment,\n getDicomSegmentItem,\n} from '../dicom/dicomSegment';\nimport {\n getSegmentFrameInfo,\n getDicomSegmentFrameInfoItem\n} from '../dicom/dicomSegmentFrameInfo';\nimport {transferSyntaxKeywords} from '../dicom/dictionary';\nimport {Image} from '../image/image';\nimport {Geometry} from '../image/geometry';\nimport {Point, Point3D} from '../math/point';\nimport {Vector3D} from '../math/vector';\nimport {Index} from '../math/index';\nimport {Matrix33, REAL_WORLD_EPSILON} from '../math/matrix';\nimport {logger} from '../utils/logger';\nimport {arraySortEquals} from '../utils/array';\nimport {Size} from './size';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from '../dicom/dataElement';\nimport {MaskSegment} from '../dicom/dicomSegment';\n/* eslint-enable no-unused-vars */\n\n/**\n * @typedef {Object} DataElements\n */\n\n/**\n * Check two position patients for equality.\n *\n * @param {*} pos1 The first position patient.\n * @param {*} pos2 The second position patient.\n * @returns {boolean} True is equal.\n */\nfunction equalPosPat(pos1, pos2) {\n return JSON.stringify(pos1) === JSON.stringify(pos2);\n}\n\n/**\n * @callback compareFn\n * @param {object} a The first object.\n * @param {object} b The first object.\n * @returns {number} >0 to sort a after b, <0 to sort a before b,\n * 0 to not change order.\n */\n\n/**\n * Get a position patient compare function accroding to an\n * input orientation.\n *\n * @param {Matrix33} orientation The orientation matrix.\n * @returns {compareFn} The position compare function.\n */\nfunction getComparePosPat(orientation) {\n const invOrientation = orientation.getInverse();\n return function (pos1, pos2) {\n const p1 = invOrientation.multiplyArray3D(pos1);\n const p2 = invOrientation.multiplyArray3D(pos2);\n return p1[2] - p2[2];\n };\n}\n\n/**\n * Merge two tag lists.\n *\n * @param {object} tags1 Base list, will be modified.\n * @param {object} tags2 List to merge.\n */\nfunction mergeTags(tags1, tags2) {\n const keys2 = Object.keys(tags2);\n for (const tagName2 of keys2) {\n if (tags1[tagName2] !== undefined) {\n logger.trace('Overwritting tag: ' + tagName2);\n }\n tags1[tagName2] = tags2[tagName2];\n }\n}\n\n/**\n * Check that a DICOM tag definition is present in a parsed element.\n *\n * @param {DataElements} dataElements The root dicom element.\n * @param {object} tagDefinition The tag definition as {name, tag, type, enum}.\n */\nfunction checkTag(dataElements, tagDefinition) {\n const element = dataElements[tagDefinition.tag];\n // check null and undefined\n if (tagDefinition.type === 1 || tagDefinition.type === 2) {\n if (typeof element === 'undefined') {\n throw new Error('Missing or empty ' + tagDefinition.name);\n }\n } else {\n if (typeof element === 'undefined') {\n // non mandatory value, exit\n return;\n }\n }\n let includes = false;\n let tagValue;\n if (element.value.length === 1) {\n tagValue = element.value[0];\n } else {\n tagValue = element.value;\n }\n if (Array.isArray(tagValue)) {\n for (let i = 0; i < tagDefinition.enum.length; ++i) {\n if (!Array.isArray(tagDefinition.enum[i])) {\n throw new Error('Cannot compare array and non array tag value.');\n }\n if (arraySortEquals(tagDefinition.enum[i], tagValue)) {\n includes = true;\n break;\n }\n }\n } else {\n includes = tagDefinition.enum.includes(tagValue);\n }\n if (!includes) {\n throw new Error(\n 'Unsupported ' + tagDefinition.name + ' value: ' + tagValue);\n }\n}\n\n/**\n * Create ROI slice buffers.\n *\n * @param {Image} image The mask image.\n * @param {MaskSegment[]} segments The mask segments.\n * @param {number} sliceOffset The slice offset.\n * @returns {object} The ROI slice image buffers.\n */\nfunction createRoiSliceBuffers(\n image,\n segments,\n sliceOffset\n) {\n // access functions\n const numberOfComponents = image.getNumberOfComponents();\n const isRGB = numberOfComponents === 3;\n let getPixelValue;\n let equalValues;\n if (isRGB) {\n getPixelValue = function (inputOffset) {\n return {\n r: image.getValueAtOffset(inputOffset),\n g: image.getValueAtOffset(inputOffset + 1),\n b: image.getValueAtOffset(inputOffset + 2)\n };\n };\n equalValues = function (value, segment) {\n return (\n segment.displayRGBValue !== undefined &&\n value.r === segment.displayRGBValue.r &&\n value.g === segment.displayRGBValue.g &&\n value.b === segment.displayRGBValue.b\n );\n };\n } else {\n getPixelValue = function (inputOffset) {\n return image.getValueAtOffset(inputOffset);\n };\n equalValues = function (value, segment) {\n return value === segment.displayValue;\n };\n }\n\n // create binary mask buffers\n const geometry = image.getGeometry();\n const size = geometry.getSize();\n const sliceSize = size.getDimSize(2);\n const buffers = {};\n for (let o = 0; o < sliceSize; ++o) {\n const inputOffset = (sliceOffset + o) * numberOfComponents;\n const pixelValue = getPixelValue(inputOffset);\n for (const segment of segments) {\n const number2 = segment.number - 1;\n if (equalValues(pixelValue, segment)) {\n if (buffers[number2] === undefined) {\n buffers[number2] = new Uint8Array(sliceSize);\n }\n buffers[number2][o] = 1;\n }\n }\n }\n return buffers;\n}\n\n/**\n * Create ROI buffers.\n *\n * @param {Image} image The mask image.\n * @param {MaskSegment[]} segments The mask segments.\n * @returns {object} The ROI buffers.\n */\nfunction createRoiBuffers(image, segments) {\n const geometry = image.getGeometry();\n const size = geometry.getSize();\n\n // image buffer to multi frame\n const sliceSize = size.getDimSize(2);\n const roiBuffers = {};\n for (let k = 0; k < size.get(2); ++k) {\n const sliceOffset = k * sliceSize;\n // create slice buffers\n const buffers = createRoiSliceBuffers(image, segments, sliceOffset);\n // store slice buffers\n const keys0 = Object.keys(buffers);\n for (const key0 of keys0) {\n if (roiBuffers[key0] === undefined) {\n roiBuffers[key0] = {};\n }\n // ordering by slice index (follows posPat)\n roiBuffers[key0][k] = buffers[key0];\n }\n }\n return roiBuffers;\n}\n\n/**\n * List of DICOM Seg required tags.\n */\nconst RequiredDicomSegTags = [\n {\n name: 'TransferSyntaxUID',\n tag: '00020010',\n type: '1',\n enum: [\n transferSyntaxKeywords.ImplicitVRLittleEndian,\n transferSyntaxKeywords.ExplicitVRLittleEndian,\n transferSyntaxKeywords.ExplicitVRBigEndian\n ]\n },\n {\n name: 'MediaStorageSOPClassUID',\n tag: '00020002',\n type: '1',\n enum: ['1.2.840.10008.5.1.4.1.1.66.4']\n },\n {\n name: 'SOPClassUID',\n tag: '00020002',\n type: '1',\n enum: ['1.2.840.10008.5.1.4.1.1.66.4']\n },\n {\n name: 'Modality',\n tag: '00080060',\n type: '1',\n enum: ['SEG']\n },\n {\n name: 'SegmentationType',\n tag: '00620001',\n type: '1',\n enum: ['BINARY']\n },\n {\n name: 'DimensionOrganizationType',\n tag: '00209311',\n type: '3',\n enum: ['3D']\n },\n {\n name: 'ImageType',\n tag: '00080008',\n type: '1',\n enum: [['DERIVED', 'PRIMARY']]\n },\n {\n name: 'SamplesPerPixel',\n tag: '00280002',\n type: '1',\n enum: [1]\n },\n {\n name: 'PhotometricInterpretation',\n tag: '00280004',\n type: '1',\n enum: ['MONOCHROME2']\n },\n {\n name: 'PixelRepresentation',\n tag: '00280103',\n type: '1',\n enum: [0]\n },\n {\n name: 'BitsAllocated',\n tag: '00280100',\n type: '1',\n enum: [1]\n },\n {\n name: 'BitsStored',\n tag: '00280101',\n type: '1',\n enum: [1]\n },\n {\n name: 'HighBit',\n tag: '00280102',\n type: '1',\n enum: [0]\n },\n];\n\n/**\n * Get the default DICOM seg tags as an object.\n *\n * @returns {object} The default tags.\n */\nexport function getDefaultDicomSegJson() {\n const tags = {};\n for (let i = 0; i < RequiredDicomSegTags.length; ++i) {\n const reqTag = RequiredDicomSegTags[i];\n tags[reqTag.name] = reqTag.enum[0];\n }\n return tags;\n}\n\n/**\n * Mask {@link Image} factory.\n */\nexport class MaskFactory {\n\n /**\n * Possible warning created by checkElements.\n *\n * @type {string|undefined}\n */\n #warning;\n\n /**\n * Get a warning string if elements are not as expected.\n * Created by checkElements.\n *\n * @returns {string|undefined} The warning.\n */\n getWarning() {\n return this.#warning;\n }\n\n /**\n * Check dicom elements. Throws an error if not suitable.\n *\n * @param {Object} _dicomElements The DICOM tags.\n * @returns {string|undefined} A possible warning.\n */\n checkElements(_dicomElements) {\n // does nothing\n return;\n }\n\n /**\n * Get an {@link Image} object from the read DICOM file.\n *\n * @param {Object} dataElements The DICOM tags.\n * @param {Uint8Array | Int8Array |\n * Uint16Array | Int16Array |\n * Uint32Array | Int32Array} pixelBuffer The pixel buffer.\n * @returns {Image} A new Image.\n */\n create(dataElements, pixelBuffer) {\n // check required and supported tags\n for (let d = 0; d < RequiredDicomSegTags.length; ++d) {\n checkTag(dataElements, RequiredDicomSegTags[d]);\n }\n\n // image size\n const size2D = getImage2DSize(dataElements);\n const size = new Size([size2D[0], size2D[1], 1]);\n\n const sliceSize = size.getTotalSize();\n\n // frames\n let frames = 1;\n const framesElem = dataElements['00280008'];\n if (typeof framesElem !== 'undefined') {\n frames = parseInt(framesElem.value[0], 10);\n }\n\n if (frames !== pixelBuffer.length / sliceSize) {\n throw new Error(\n 'Buffer and numberOfFrames meta are not equal.' +\n frames + ' ' + pixelBuffer.length / sliceSize);\n }\n\n // Dimension Organization and Index\n const dimension = getDimensionOrganization(dataElements);\n\n // Segment Sequence\n const segSequence = dataElements['00620002'];\n if (typeof segSequence === 'undefined') {\n throw new Error('Missing or empty segmentation sequence');\n }\n const segments = [];\n let storeAsRGB = false;\n for (let i = 0; i < segSequence.value.length; ++i) {\n const segment = getSegment(segSequence.value[i]);\n if (typeof segment.displayRGBValue !== 'undefined') {\n // create rgb image\n storeAsRGB = true;\n }\n // store\n segments.push(segment);\n }\n\n\n // Shared Functional Groups Sequence\n let spacing;\n let imageOrientationPatient;\n const sharedFunctionalGroupsSeq = dataElements['52009229'];\n if (typeof sharedFunctionalGroupsSeq !== 'undefined') {\n // should be only one\n const funcGroup0 = sharedFunctionalGroupsSeq.value[0];\n // Plane Orientation Sequence\n if (typeof funcGroup0['00209116'] !== 'undefined') {\n const planeOrientationSeq = funcGroup0['00209116'];\n if (planeOrientationSeq.value.length !== 0) {\n // should be only one\n imageOrientationPatient =\n planeOrientationSeq.value[0]['00200037'].value;\n } else {\n logger.warn(\n 'No shared functional group plane orientation sequence items.');\n }\n }\n // Pixel Measures Sequence\n if (typeof funcGroup0['00289110'] !== 'undefined') {\n const pixelMeasuresSeq = funcGroup0['00289110'];\n if (pixelMeasuresSeq.value.length !== 0) {\n // should be only one\n spacing = getSpacingFromMeasure(pixelMeasuresSeq.value[0]);\n } else {\n logger.warn(\n 'No shared functional group pixel measure sequence items.');\n }\n }\n }\n\n const includesPosPat = function (arr, val) {\n return arr.some(function (arrVal) {\n return equalPosPat(val, arrVal);\n });\n };\n\n const findIndexPosPat = function (arr, val) {\n return arr.findIndex(function (arrVal) {\n return equalPosPat(val, arrVal);\n });\n };\n\n // Per-frame Functional Groups Sequence\n const perFrameFuncGroupSequence = dataElements['52009230'];\n if (typeof perFrameFuncGroupSequence === 'undefined') {\n throw new Error('Missing or empty per frame functional sequence');\n }\n if (frames !== perFrameFuncGroupSequence.value.length) {\n throw new Error(\n 'perFrameFuncGroupSequence meta and numberOfFrames are not equal.');\n }\n // create frame info object from per frame func\n const frameInfos = [];\n for (let j = 0; j < perFrameFuncGroupSequence.value.length; ++j) {\n frameInfos.push(\n getSegmentFrameInfo(perFrameFuncGroupSequence.value[j]));\n }\n\n // check frame infos\n const framePosPats = [];\n for (let ii = 0; ii < frameInfos.length; ++ii) {\n if (!includesPosPat(framePosPats, frameInfos[ii].imagePosPat)) {\n framePosPats.push(frameInfos[ii].imagePosPat);\n }\n // store orientation if needed, avoid multi\n if (typeof frameInfos[ii].imageOrientationPatient !== 'undefined') {\n if (typeof imageOrientationPatient === 'undefined') {\n imageOrientationPatient = frameInfos[ii].imageOrientationPatient;\n } else {\n if (!arraySortEquals(\n imageOrientationPatient, frameInfos[ii].imageOrientationPatient)) {\n throw new Error('Unsupported multi orientation dicom seg.');\n }\n }\n }\n // store spacing if needed, avoid multi\n if (typeof frameInfos[ii].spacing !== 'undefined') {\n if (typeof spacing === 'undefined') {\n spacing = frameInfos[ii].spacing;\n } else {\n if (!spacing.equals(frameInfos[ii].spacing)) {\n throw new Error('Unsupported multi resolution dicom seg.');\n }\n }\n }\n }\n\n // check spacing and orientation\n if (typeof spacing === 'undefined') {\n throw new Error('No spacing found for DICOM SEG');\n }\n if (spacing.length() !== 3) {\n throw new Error('Incomplete spacing found for DICOM SEG');\n }\n if (typeof imageOrientationPatient === 'undefined') {\n throw new Error('No imageOrientationPatient found for DICOM SEG');\n }\n if (imageOrientationPatient.length !== 6) {\n throw new Error('Incomplete imageOrientationPatient found for DICOM SEG');\n }\n\n // orientation\n const rowCosines = new Vector3D(\n parseFloat(imageOrientationPatient[0]),\n parseFloat(imageOrientationPatient[1]),\n parseFloat(imageOrientationPatient[2]));\n const colCosines = new Vector3D(\n parseFloat(imageOrientationPatient[3]),\n parseFloat(imageOrientationPatient[4]),\n parseFloat(imageOrientationPatient[5]));\n const normal = rowCosines.crossProduct(colCosines);\n /* eslint-disable @stylistic/js/array-element-newline */\n const orientationMatrix = new Matrix33([\n rowCosines.getX(), colCosines.getX(), normal.getX(),\n rowCosines.getY(), colCosines.getY(), normal.getY(),\n rowCosines.getZ(), colCosines.getZ(), normal.getZ()\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n\n // sort positions patient\n framePosPats.sort(getComparePosPat(orientationMatrix));\n\n const point3DFromArray = function (arr) {\n return new Point3D(arr[0], arr[1], arr[2]);\n };\n\n // frame origins\n const frameOrigins = [];\n for (let n = 0; n < framePosPats.length; ++n) {\n frameOrigins.push(point3DFromArray(framePosPats[n]));\n }\n\n // tmp geometry with correct spacing but only one slice\n const tmpGeometry = new Geometry(\n frameOrigins[0], size, spacing, orientationMatrix);\n\n // origin distance test\n // TODO: maybe use sliceSpacing / 10\n const isAboveEpsilon = function (value) {\n let res = value > REAL_WORLD_EPSILON;\n if (res) {\n // try larger epsilon\n res = value > REAL_WORLD_EPSILON * 10;\n if (!res) {\n // warn if epsilon < value < epsilon * 10\n logger.warn(\n 'Using larger real world epsilon in SEG pos pat adding'\n );\n } else {\n res = value > REAL_WORLD_EPSILON * 100;\n if (!res) {\n // warn if epsilon < value < epsilon * 100\n logger.warn(\n 'Using larger+ real world epsilon in SEG pos pat adding'\n );\n }\n }\n }\n return res;\n };\n\n // add possibly missing posPats\n const posPats = [];\n posPats.push(framePosPats[0]);\n let sliceIndex = 0;\n for (let g = 1; g < framePosPats.length; ++g) {\n ++sliceIndex;\n let index = new Index([0, 0, sliceIndex]);\n let point = tmpGeometry.indexToWorld(index).get3D();\n const frameOrigin = frameOrigins[g];\n // check if more pos pats are needed\n let dist = frameOrigin.getDistance(point);\n const distPrevious = dist;\n // TODO: good threshold?\n while (isAboveEpsilon(dist)) {\n logger.debug('Adding intermediate pos pats for DICOM seg at ' +\n point.toString());\n posPats.push([point.getX(), point.getY(), point.getZ()]);\n ++sliceIndex;\n index = new Index([0, 0, sliceIndex]);\n point = tmpGeometry.indexToWorld(index).get3D();\n dist = frameOrigin.getDistance(point);\n if (dist > distPrevious) {\n throw new Error(\n 'Test distance is increasing when adding intermediate pos pats');\n }\n }\n // add frame pos pat\n posPats.push(framePosPats[g]);\n }\n\n // as many slices as posPats\n const numberOfSlices = posPats.length;\n\n // final geometry\n const geometry = new Geometry(\n frameOrigins[0], size, spacing, orientationMatrix);\n const uids = ['0'];\n for (let m = 1; m < numberOfSlices; ++m) {\n geometry.appendOrigin(point3DFromArray(posPats[m]), m);\n uids.push(m.toString());\n }\n\n const getFindSegmentFunc = function (number) {\n return function (item) {\n return item.number === number;\n };\n };\n\n // create output buffer\n const mul = storeAsRGB ? 3 : 1;\n const buffer =\n // @ts-ignore\n new pixelBuffer.constructor(mul * sliceSize * numberOfSlices);\n buffer.fill(0);\n // merge frame buffers\n let sliceOffset = null;\n let frameOffset = null;\n for (let f = 0; f < frameInfos.length; ++f) {\n // get the slice index from the position in the posPat array\n sliceIndex = findIndexPosPat(posPats, frameInfos[f].imagePosPat);\n frameOffset = sliceSize * f;\n sliceOffset = sliceSize * sliceIndex;\n // get the frame display value\n const frameSegment = segments.find(\n getFindSegmentFunc(frameInfos[f].refSegmentNumber)\n );\n for (let l = 0; l < sliceSize; ++l) {\n if (pixelBuffer[frameOffset + l] !== 0) {\n const offset = mul * (sliceOffset + l);\n if (storeAsRGB) {\n buffer[offset] = frameSegment.displayRGBValue.r;\n buffer[offset + 1] = frameSegment.displayRGBValue.g;\n buffer[offset + 2] = frameSegment.displayRGBValue.b;\n } else {\n buffer[offset] = frameSegment.displayValue;\n }\n }\n }\n }\n\n // create image\n const image = new Image(geometry, buffer, uids);\n if (storeAsRGB) {\n image.setPhotometricInterpretation('RGB');\n }\n // meta information\n const meta = getDefaultDicomSegJson();\n const safeGet = function (key) {\n let res;\n const element = dataElements[key];\n if (typeof element !== 'undefined') {\n res = element.value[0];\n }\n return res;\n };\n // Study\n meta.StudyDate = safeGet('00080020');\n meta.StudyTime = safeGet('00080030');\n meta.StudyInstanceUID = safeGet('0020000D');\n meta.StudyID = safeGet('00200010');\n // Series\n meta.SeriesDate = safeGet('00080021');\n meta.SeriesTime = safeGet('00080031');\n meta.SeriesInstanceUID = safeGet('0020000E');\n meta.SeriesNumber = safeGet('00200011');\n // ReferringPhysicianName\n meta.ReferringPhysicianName = safeGet('00080090');\n // patient info\n meta.PatientName = safeGet('00100010');\n meta.PatientID = safeGet('00100020');\n meta.PatientBirthDate = safeGet('00100030');\n meta.PatientSex = safeGet('00100040');\n // Enhanced General Equipment Module\n meta.Manufacturer = safeGet('00080070');\n meta.ManufacturerModelName = safeGet('00081090');\n meta.DeviceSerialNumber = safeGet('00181000');\n meta.SoftwareVersions = safeGet('00181020');\n // dicom seg dimension\n meta.DimensionOrganizationSequence = dimension.organizations;\n meta.DimensionIndexSequence = dimension.indices;\n // custom\n meta.custom = {\n segments: segments,\n frameInfos: frameInfos,\n SOPInstanceUID: dataElements['00080018'].value[0]\n };\n\n // number of files: in this case equal to number slices,\n // used to calculate buffer size\n meta.numberOfFiles = numberOfSlices;\n // FrameOfReferenceUID (optional)\n const frameOfReferenceUID = dataElements['00200052'];\n if (frameOfReferenceUID) {\n meta.FrameOfReferenceUID = frameOfReferenceUID.value[0];\n }\n // LossyImageCompression (optional)\n const lossyImageCompression = dataElements['00282110'];\n if (lossyImageCompression) {\n meta.LossyImageCompression = lossyImageCompression.value[0];\n }\n\n image.setMeta(meta);\n\n return image;\n }\n\n /**\n * Convert a mask image into a DICOM segmentation object.\n *\n * @param {Image} image The mask image.\n * @param {MaskSegment[]} segments The mask segments.\n * @param {Image} sourceImage The source image.\n * @param {Object} [extraTags] Optional list of extra tags.\n * @returns {Object} A list of dicom elements.\n */\n toDicom(\n image,\n segments,\n sourceImage,\n extraTags\n ) {\n // original image tags\n const tags = image.getMeta();\n\n // use image segments if not provided as input\n if (segments === undefined) {\n segments = tags.segments;\n }\n\n const geometry = image.getGeometry();\n const size = geometry.getSize();\n\n // (not in meta)\n tags.Rows = size.get(1);\n tags.Columns = size.get(0);\n // update content tags\n const now = new Date();\n tags.ContentDate = getDicomDate(dateToDateObj(now));\n tags.ContentTime = getDicomTime(dateToTimeObj(now));\n\n // keep source image StudyInstanceUID\n if (sourceImage !== undefined) {\n tags.StudyInstanceUID = (sourceImage.getMeta()).StudyInstanceUID;\n }\n\n // segments\n const segmentItems = [];\n for (const segment of segments) {\n segmentItems.push(getDicomSegmentItem(segment));\n }\n tags.SegmentSequence = {\n value: segmentItems\n };\n\n // Shared Functional Groups Sequence\n tags.SharedFunctionalGroupsSequence = {\n value: [\n {\n PlaneOrientationSequence: {\n value: [getDicomPlaneOrientationItem(geometry.getOrientation())]\n },\n PixelMeasuresSequence: {\n value: [getDicomMeasureItem(geometry.getSpacing())]\n }\n }\n ]\n };\n\n // image buffer to multi frame\n const roiBuffers = createRoiBuffers(image, segments);\n\n const frameInfos = [];\n\n // flatten buffer array\n const finalBuffers = [];\n const referencedSOPs = [];\n for (const segment of segments) {\n const number40 = segment.number;\n const number4 = number40 - 1;\n // check if buffer has values\n if (roiBuffers[number4] === undefined) {\n continue;\n }\n const keys1 = Object.keys(roiBuffers[number4]);\n // revert slice order\n for (let k1 = keys1.length - 1; k1 >= 0; --k1) {\n const key1 = Number.parseInt(keys1[k1], 10);\n finalBuffers.push(roiBuffers[number4][key1]);\n // frame info\n const posPat = image.getGeometry().getOrigins()[key1];\n const posPatArray = [posPat.getX(), posPat.getY(), posPat.getZ()];\n const frameInfo = {\n dimIndex: [number40, keys1.length - k1],\n imagePosPat: posPatArray,\n refSegmentNumber: number40\n };\n // derivation image info\n if (sourceImage !== undefined) {\n const sourceGeometry = sourceImage.getGeometry();\n const sourceIndex = sourceGeometry.worldToIndex(\n new Point([posPat.getX(), posPat.getY(), posPat.getZ()])\n );\n frameInfo.derivationImages = [\n {\n sourceImages: [\n {\n referencedSOPInstanceUID:\n sourceImage.getImageUid(sourceIndex),\n referencedSOPClassUID:\n (sourceImage.getMeta()).SOPClassUID\n }\n ]\n }\n ];\n // store as tag\n referencedSOPs.push({\n ReferencedSOPInstanceUID:\n sourceImage.getImageUid(sourceIndex),\n ReferencedSOPClassUID:\n (sourceImage.getMeta()).SOPClassUID\n });\n }\n frameInfos.push(frameInfo);\n }\n }\n\n tags.NumberOfFrames = finalBuffers.length.toString();\n\n // frame infos\n const frameInfosTag = [];\n for (const frameInfo of frameInfos) {\n frameInfosTag.push(getDicomSegmentFrameInfoItem(frameInfo));\n }\n tags.PerFrameFunctionalGroupsSequence = {\n value: frameInfosTag\n };\n\n // also store referenced SOPs in ReferencedSeriesSequence\n if (sourceImage !== undefined) {\n const refSeriesTag = [];\n refSeriesTag.push({\n ReferencedInstanceSequence: {\n value: referencedSOPs\n },\n SeriesInstanceUID: (sourceImage.getMeta()).SeriesInstanceUID\n });\n tags.ReferencedSeriesSequence = {\n value: refSeriesTag\n };\n }\n\n // merge extra tags if provided\n if (extraTags !== undefined) {\n mergeTags(tags, extraTags);\n }\n\n // convert JSON to DICOM element object\n const dicomElements = getElementsFromJSONTags(tags);\n\n // pixel value length: divide by 8 to trigger binary write\n const sliceSize = size.getDimSize(2);\n const pixVl = (finalBuffers.length * sliceSize) / 8;\n const de = new DataElement('OB');\n de.tag = new Tag('7FE0', '0010');\n de.vl = pixVl;\n de.value = finalBuffers;\n dicomElements['7FE00010'] = de;\n\n return dicomElements;\n }\n\n} // class MaskFactory\n","import {Index} from '../math/index';\nimport {Point3D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {arrayContains} from '../utils/array';\nimport {getTypedArray} from '../dicom/dicomParser';\nimport {ListenerHandler} from '../utils/listen';\nimport {colourRange} from './iterator';\nimport {RescaleSlopeAndIntercept} from './rsi';\nimport {ImageFactory} from './imageFactory';\nimport {MaskFactory} from './maskFactory';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Geometry} from './geometry';\nimport {Matrix33} from '../math/matrix';\nimport {NumberRange} from '../math/stats';\nimport {DataElement} from '../dicom/dataElement';\nimport {RGB} from '../utils/colour';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get the slice index of an input slice into a volume geometry.\n *\n * @param {Geometry} volumeGeometry The volume geometry.\n * @param {Geometry} sliceGeometry The slice geometry.\n * @returns {Index} The index of the slice in the volume geomtry.\n */\nfunction getSliceIndex(volumeGeometry, sliceGeometry) {\n // possible time\n const timeId = sliceGeometry.getInitialTime();\n // index values\n const values = [];\n // x, y\n values.push(0);\n values.push(0);\n // z\n values.push(volumeGeometry.getSliceIndex(sliceGeometry.getOrigin(), timeId));\n // time\n if (typeof timeId !== 'undefined') {\n values.push(timeId);\n }\n // return index\n return new Index(values);\n}\n\n/**\n * Create an Image from DICOM elements.\n *\n * @param {Object} elements The DICOM elements.\n * @returns {Image} The Image object.\n */\nexport function createImage(elements) {\n const factory = new ImageFactory();\n return factory.create(\n elements,\n elements['7FE00010'].value[0],\n 1\n );\n}\n\n/**\n * Create a mask Image from DICOM elements.\n *\n * @param {Object} elements The DICOM elements.\n * @returns {Image} The mask Image object.\n */\nexport function createMaskImage(elements) {\n const factory = new MaskFactory();\n return factory.create(\n elements,\n elements['7FE00010'].value[0]\n );\n}\n\n/**\n * Image class.\n * Usable once created, optional are:\n * - rescale slope and intercept (default 1:0),\n * - photometric interpretation (default MONOCHROME2),\n * - planar configuration (default RGBRGB...).\n *\n * @example\n * // XMLHttpRequest onload callback\n * const onload = function (event) {\n * // parse the dicom buffer\n * const dicomParser = new dwv.DicomParser();\n * dicomParser.parse(event.target.response);\n * // create the image object\n * const image = dwv.createImage(dicomParser.getDicomElements());\n * // result div\n * const div = document.getElementById('dwv');\n * // display the image size\n * const size = image.getGeometry().getSize();\n * div.appendChild(document.createTextNode(\n * 'Size: ' + size.toString() +\n * ' (should be 256,256,1)'));\n * // break line\n * div.appendChild(document.createElement('br'));\n * // display a pixel value\n * div.appendChild(document.createTextNode(\n * 'Pixel @ [128,40,0]: ' +\n * image.getRescaledValue(128,40,0) +\n * ' (should be 101)'));\n * };\n * // DICOM file request\n * const request = new XMLHttpRequest();\n * const url = 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm';\n * request.open('GET', url);\n * request.responseType = 'arraybuffer';\n * request.onload = onload;\n * request.send();\n */\nexport class Image {\n\n /**\n * Data geometry.\n *\n * @type {Geometry}\n */\n #geometry;\n\n /**\n * List of compatible typed arrays.\n *\n * @typedef {(\n * Uint8Array | Int8Array |\n * Uint16Array | Int16Array |\n * Uint32Array | Int32Array\n * )} TypedArray\n */\n\n /**\n * Data buffer.\n *\n * @type {TypedArray}\n */\n #buffer;\n\n /**\n * Image UIDs.\n *\n * @type {string[]}\n */\n #imageUids;\n\n /**\n * Constant rescale slope and intercept (default).\n *\n * @type {RescaleSlopeAndIntercept}\n */\n #rsi = new RescaleSlopeAndIntercept(1, 0);\n\n /**\n * Varying rescale slope and intercept.\n *\n * @type {RescaleSlopeAndIntercept[]}\n */\n #rsis = null;\n\n /**\n * Flag to know if the RSIs are all identity (1,0).\n *\n * @type {boolean}\n */\n #isIdentityRSI = true;\n\n /**\n * Flag to know if the RSIs are all equals.\n *\n * @type {boolean}\n */\n #isConstantRSI = true;\n\n /**\n * Photometric interpretation (MONOCHROME, RGB...).\n *\n * @type {string}\n */\n #photometricInterpretation = 'MONOCHROME2';\n\n /**\n * Planar configuration for RGB data (`0:RGBRGBRGBRGB...` or\n * `1:RRR...GGG...BBB...`).\n *\n * @type {number}\n */\n #planarConfiguration = 0;\n\n /**\n * Number of components.\n *\n * @type {number}\n */\n #numberOfComponents;\n\n /**\n * Meta information.\n *\n * @type {Object}\n */\n #meta = {};\n\n /**\n * Data range.\n *\n * @type {NumberRange}\n */\n #dataRange = null;\n\n /**\n * Rescaled data range.\n *\n * @type {NumberRange}\n */\n #rescaledDataRange = null;\n\n /**\n * Histogram.\n *\n * @type {Array}\n */\n #histogram = null;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * @param {Geometry} geometry The geometry of the image.\n * @param {TypedArray} buffer The image data as a one dimensional buffer.\n * @param {string[]} [imageUids] An array of Uids indexed to slice number.\n */\n constructor(geometry, buffer, imageUids) {\n this.#geometry = geometry;\n this.#buffer = buffer;\n this.#imageUids = imageUids;\n\n this.#numberOfComponents = this.#buffer.length / (\n this.#geometry.getSize().getTotalSize());\n }\n\n /**\n * Get the image UID at a given index.\n *\n * @param {Index} [index] The index at which to get the id.\n * @returns {string} The UID.\n */\n getImageUid(index) {\n let uid = this.#imageUids[0];\n if (this.#imageUids.length !== 1 && typeof index !== 'undefined') {\n uid = this.#imageUids[this.getSecondaryOffset(index)];\n }\n return uid;\n }\n\n /**\n * Get the image origin for a image UID.\n *\n * @param {string} uid The UID.\n * @returns {Point3D|undefined} The origin.\n */\n getOriginForImageUid(uid) {\n let origin;\n const uidIndex = this.#imageUids.indexOf(uid);\n if (uidIndex !== -1) {\n const origins = this.getGeometry().getOrigins();\n origin = origins[uidIndex];\n }\n return origin;\n }\n\n /**\n * Check if the image includes an UID.\n *\n * @param {string} uid The UID.\n * @returns {boolean} True if present.\n */\n includesImageUid(uid) {\n return this.#imageUids.includes(uid);\n }\n\n /**\n * Check if this image includes the input uids.\n *\n * @param {string[]} uids UIDs to test for presence.\n * @returns {boolean} True if all uids are in this image uids.\n */\n containsImageUids(uids) {\n return arrayContains(this.#imageUids, uids);\n }\n\n /**\n * Get the geometry of the image.\n *\n * @returns {Geometry} The geometry.\n */\n getGeometry() {\n return this.#geometry;\n }\n\n /**\n * Get the data buffer of the image.\n *\n * @todo Dangerous...\n * @returns {TypedArray} The data buffer of the image.\n */\n getBuffer() {\n return this.#buffer;\n }\n\n /**\n * Can the image values be quantified?\n *\n * @returns {boolean} True if only one component.\n */\n canQuantify() {\n return this.getNumberOfComponents() === 1;\n }\n\n /**\n * Can window and level be applied to the data?\n *\n * @returns {boolean} True if the data is monochrome.\n * @deprecated Please use isMonochrome instead.\n */\n canWindowLevel() {\n return this.isMonochrome();\n }\n\n /**\n * Is the data monochrome.\n *\n * @returns {boolean} True if the data is monochrome.\n */\n isMonochrome() {\n return this.getPhotometricInterpretation()\n .match(/MONOCHROME/) !== null;\n }\n\n /**\n * Can the data be scrolled?\n *\n * @param {Matrix33} viewOrientation The view orientation.\n * @returns {boolean} True if the data has a third dimension greater than one\n * after applying the view orientation.\n */\n canScroll(viewOrientation) {\n const size = this.getGeometry().getSize();\n // also check the numberOfFiles in case we are in the middle of a load\n let nFiles = 1;\n if (typeof this.#meta.numberOfFiles !== 'undefined') {\n nFiles = this.#meta.numberOfFiles;\n }\n return size.canScroll(viewOrientation) || nFiles !== 1;\n }\n\n /**\n * Get the secondary offset max.\n *\n * @returns {number} The maximum offset.\n */\n #getSecondaryOffsetMax() {\n return this.#geometry.getSize().getTotalSize(2);\n }\n\n /**\n * Get the secondary offset: an offset that takes into account\n * the slice and above dimension numbers.\n *\n * @param {Index} index The index.\n * @returns {number} The offset.\n */\n getSecondaryOffset(index) {\n return this.#geometry.getSize().indexToOffset(index, 2);\n }\n\n /**\n * Get the rescale slope and intercept.\n *\n * @param {Index} [index] The index (only needed for non constant rsi).\n * @returns {RescaleSlopeAndIntercept} The rescale slope and intercept.\n */\n getRescaleSlopeAndIntercept(index) {\n let res = this.#rsi;\n if (!this.isConstantRSI()) {\n if (typeof index === 'undefined') {\n throw new Error('Cannot get non constant RSI with empty slice index.');\n }\n const offset = this.getSecondaryOffset(index);\n if (typeof this.#rsis[offset] !== 'undefined') {\n res = this.#rsis[offset];\n } else {\n logger.warn('undefined non constant rsi at ' + offset);\n }\n }\n return res;\n }\n\n /**\n * Get the rsi at a specified (secondary) offset.\n *\n * @param {number} offset The desired (secondary) offset.\n * @returns {RescaleSlopeAndIntercept} The coresponding rsi.\n */\n #getRescaleSlopeAndInterceptAtOffset(offset) {\n return this.#rsis[offset];\n }\n\n /**\n * Set the rescale slope and intercept.\n *\n * @param {RescaleSlopeAndIntercept} inRsi The input rescale\n * slope and intercept.\n * @param {number} [offset] The rsi offset (only needed for non constant rsi).\n */\n setRescaleSlopeAndIntercept(inRsi, offset) {\n // update identity flag\n this.#isIdentityRSI = this.#isIdentityRSI && inRsi.isID();\n // update constant flag\n if (!this.#isConstantRSI) {\n if (typeof offset === 'undefined') {\n throw new Error(\n 'Cannot store non constant RSI with empty slice index.');\n }\n this.#rsis.splice(offset, 0, inRsi);\n } else {\n if (!this.#rsi.equals(inRsi)) {\n if (typeof offset === 'undefined') {\n // no slice index, replace existing\n this.#rsi = inRsi;\n } else {\n // first non constant rsi\n this.#isConstantRSI = false;\n // switch to non constant mode\n this.#rsis = [];\n // initialise RSIs\n for (let i = 0, leni = this.#getSecondaryOffsetMax(); i < leni; ++i) {\n this.#rsis.push(this.#rsi);\n }\n // store\n this.#rsi = null;\n this.#rsis.splice(offset, 0, inRsi);\n }\n }\n }\n }\n\n /**\n * Are all the RSIs identity (1,0).\n *\n * @returns {boolean} True if they are.\n */\n isIdentityRSI() {\n return this.#isIdentityRSI;\n }\n\n /**\n * Are all the RSIs equal.\n *\n * @returns {boolean} True if they are.\n */\n isConstantRSI() {\n return this.#isConstantRSI;\n }\n\n /**\n * Get the photometricInterpretation of the image.\n *\n * @returns {string} The photometricInterpretation of the image.\n */\n getPhotometricInterpretation() {\n return this.#photometricInterpretation;\n }\n\n /**\n * Set the photometricInterpretation of the image.\n *\n * @param {string} interp The photometricInterpretation of the image.\n */\n setPhotometricInterpretation(interp) {\n this.#photometricInterpretation = interp;\n }\n\n /**\n * Get the planarConfiguration of the image.\n *\n * @returns {number} The planarConfiguration of the image.\n */\n getPlanarConfiguration() {\n return this.#planarConfiguration;\n }\n\n /**\n * Set the planarConfiguration of the image.\n *\n * @param {number} config The planarConfiguration of the image.\n */\n setPlanarConfiguration(config) {\n this.#planarConfiguration = config;\n }\n\n /**\n * Get the numberOfComponents of the image.\n *\n * @returns {number} The numberOfComponents of the image.\n */\n getNumberOfComponents() {\n return this.#numberOfComponents;\n }\n\n /**\n * Get the meta information of the image.\n *\n * @returns {Object} The meta information of the image.\n */\n getMeta() {\n return this.#meta;\n }\n\n /**\n * Set the meta information of the image.\n *\n * @param {Object} rhs The meta information of the image.\n */\n setMeta(rhs) {\n this.#meta = rhs;\n }\n\n /**\n * Get value at offset. Warning: No size check...\n *\n * @param {number} offset The desired offset.\n * @returns {number} The value at offset.\n */\n getValueAtOffset(offset) {\n return this.#buffer[offset];\n }\n\n /**\n * Get the offsets where the buffer equals the input value.\n * Loops through the whole volume, can get long for big data...\n *\n * @param {number|RGB} value The value to check.\n * @returns {number[]} The list of offsets.\n */\n getOffsets(value) {\n // value to array\n let bufferValue;\n if (typeof value === 'number') {\n if (this.#numberOfComponents !== 1) {\n throw new Error(\n 'Number of components is not 1 for getting single value.');\n }\n bufferValue = [value];\n } else if (typeof value.r !== 'undefined' &&\n typeof value.g !== 'undefined' &&\n typeof value.b !== 'undefined') {\n if (this.#numberOfComponents !== 3) {\n throw new Error(\n 'Number of components is not 3 for getting RGB value.');\n }\n bufferValue = [value.r, value.g, value.b];\n }\n\n // main loop\n const offsets = [];\n let equal;\n for (let i = 0; i < this.#buffer.length; i = i + this.#numberOfComponents) {\n equal = true;\n for (let j = 0; j < this.#numberOfComponents; ++j) {\n if (this.#buffer[i + j] !== bufferValue[j]) {\n equal = false;\n break;\n }\n }\n if (equal) {\n offsets.push(i);\n }\n }\n return offsets;\n }\n\n /**\n * Check if the input values are in the buffer.\n * Could loop through the whole volume, can get long for big data...\n *\n * @param {Array} values The values to check.\n * @returns {boolean[]} A list of booleans for each input value,\n * set to true if the value is present in the buffer.\n */\n hasValues(values) {\n // check input\n if (typeof values === 'undefined' ||\n values.length === 0) {\n return [];\n }\n // final array value\n const finalValues = [];\n for (let v1 = 0; v1 < values.length; ++v1) {\n if (this.#numberOfComponents === 1) {\n finalValues.push([values[v1]]);\n } else if (this.#numberOfComponents === 3) {\n finalValues.push([\n values[v1].r,\n values[v1].g,\n values[v1].b\n ]);\n }\n }\n // find callback\n let equalFunc;\n if (this.#numberOfComponents === 1) {\n equalFunc = function (a, b) {\n return a[0] === b[0];\n };\n } else if (this.#numberOfComponents === 3) {\n equalFunc = function (a, b) {\n return a[0] === b[0] &&\n a[1] === b[1] &&\n a[2] === b[2];\n };\n }\n const getEqualCallback = function (value) {\n return function (item) {\n return equalFunc(item, value);\n };\n };\n // main loop\n const res = new Array(values.length);\n res.fill(false);\n const valuesToFind = finalValues.slice();\n let equal;\n let indicesToRemove;\n for (let i = 0, leni = this.#buffer.length;\n i < leni; i = i + this.#numberOfComponents) {\n indicesToRemove = [];\n for (let v = 0; v < valuesToFind.length; ++v) {\n equal = true;\n // check value(s)\n for (let j = 0; j < this.#numberOfComponents; ++j) {\n if (this.#buffer[i + j] !== valuesToFind[v][j]) {\n equal = false;\n break;\n }\n }\n // if found, store answer and add to indices to remove\n if (equal) {\n const valIndex = finalValues.findIndex(\n getEqualCallback(valuesToFind[v]));\n res[valIndex] = true;\n indicesToRemove.push(v);\n }\n }\n // remove found values\n for (let r = 0; r < indicesToRemove.length; ++r) {\n valuesToFind.splice(indicesToRemove[r], 1);\n }\n // exit if no values to find\n if (valuesToFind.length === 0) {\n break;\n }\n }\n // return\n return res;\n }\n\n /**\n * Clone the image.\n *\n * @returns {Image} A clone of this image.\n */\n clone() {\n // clone the image buffer\n const clonedBuffer = this.#buffer.slice(0);\n // create the image copy\n const copy = new Image(this.getGeometry(), clonedBuffer, this.#imageUids);\n // copy the RSI(s)\n if (this.isConstantRSI()) {\n copy.setRescaleSlopeAndIntercept(this.getRescaleSlopeAndIntercept());\n } else {\n for (let i = 0; i < this.#getSecondaryOffsetMax(); ++i) {\n copy.setRescaleSlopeAndIntercept(\n this.#getRescaleSlopeAndInterceptAtOffset(i), i);\n }\n }\n // copy extras\n copy.setPhotometricInterpretation(this.getPhotometricInterpretation());\n copy.setPlanarConfiguration(this.getPlanarConfiguration());\n copy.setMeta(this.getMeta());\n // return\n return copy;\n }\n\n /**\n * Re-allocate buffer memory to an input size.\n *\n * @param {number} size The new size.\n */\n #realloc(size) {\n // save buffer\n let tmpBuffer = this.#buffer;\n // create new\n this.#buffer = getTypedArray(\n this.#buffer.BYTES_PER_ELEMENT * 8,\n this.#meta.IsSigned ? 1 : 0,\n size);\n if (this.#buffer === null) {\n throw new Error('Cannot reallocate data for image.');\n }\n // put old in new\n this.#buffer.set(tmpBuffer);\n // clean\n tmpBuffer = null;\n }\n\n /**\n * Append a slice to the image.\n *\n * @param {Image} rhs The slice to append.\n * @fires Image#imagegeometrychange\n */\n appendSlice(rhs) {\n // check input\n if (rhs === null) {\n throw new Error('Cannot append null slice');\n }\n const rhsSize = rhs.getGeometry().getSize();\n let size = this.#geometry.getSize();\n if (rhsSize.get(2) !== 1) {\n throw new Error('Cannot append more than one slice');\n }\n if (size.get(0) !== rhsSize.get(0)) {\n throw new Error('Cannot append a slice with different number of columns');\n }\n if (size.get(1) !== rhsSize.get(1)) {\n throw new Error('Cannot append a slice with different number of rows');\n }\n if (!this.#geometry.getOrientation().equals(\n rhs.getGeometry().getOrientation(), 0.0001)) {\n throw new Error('Cannot append a slice with different orientation');\n }\n if (this.#photometricInterpretation !==\n rhs.getPhotometricInterpretation()) {\n throw new Error(\n 'Cannot append a slice with different photometric interpretation');\n }\n // all meta should be equal\n for (const key in this.#meta) {\n if (key === 'windowPresets' || key === 'numberOfFiles' ||\n key === 'custom') {\n continue;\n }\n if (this.#meta[key] !== rhs.getMeta()[key]) {\n throw new Error('Cannot append a slice with different ' + key +\n ': ' + this.#meta[key] + ' != ' + rhs.getMeta()[key]);\n }\n }\n\n // update ranges\n const rhsRange = rhs.getDataRange();\n const range = this.getDataRange();\n this.#dataRange = {\n min: Math.min(rhsRange.min, range.min),\n max: Math.max(rhsRange.max, range.max),\n };\n const rhsResRange = rhs.getRescaledDataRange();\n const resRange = this.getRescaledDataRange();\n this.#rescaledDataRange = {\n min: Math.min(rhsResRange.min, resRange.min),\n max: Math.max(rhsResRange.max, resRange.max),\n };\n\n // possible time\n const timeId = rhs.getGeometry().getInitialTime();\n\n // append frame if needed\n let isNewFrame = false;\n if (typeof timeId !== 'undefined' &&\n !this.#geometry.hasSlicesAtTime(timeId)) {\n // update grometry\n this.appendFrame(timeId, rhs.getGeometry().getOrigin());\n // update size\n size = this.#geometry.getSize();\n // update flag\n isNewFrame = true;\n }\n\n // get slice index\n const index = getSliceIndex(this.#geometry, rhs.getGeometry());\n\n // calculate slice size\n const sliceSize = this.#numberOfComponents * size.getDimSize(2);\n\n // create full buffer if not done yet\n if (typeof this.#meta.numberOfFiles === 'undefined') {\n throw new Error('Missing number of files for buffer manipulation.');\n }\n const fullBufferSize = sliceSize * this.#meta.numberOfFiles;\n if (this.#buffer.length !== fullBufferSize) {\n this.#realloc(fullBufferSize);\n }\n\n // slice index\n const sliceIndex = index.get(2);\n\n // slice index including possible 4D\n let fullSliceIndex = sliceIndex;\n if (typeof timeId !== 'undefined') {\n fullSliceIndex +=\n this.#geometry.getCurrentNumberOfSlicesBeforeTime(timeId);\n }\n // offset of the input slice\n const indexOffset = fullSliceIndex * sliceSize;\n const maxOffset =\n this.#geometry.getCurrentTotalNumberOfSlices() * sliceSize;\n // move content if needed\n if (indexOffset < maxOffset) {\n this.#buffer.set(\n this.#buffer.subarray(indexOffset, maxOffset),\n indexOffset + sliceSize\n );\n }\n // add new slice content\n this.#buffer.set(rhs.getBuffer(), indexOffset);\n\n // update geometry\n if (!isNewFrame) {\n this.#geometry.appendOrigin(\n rhs.getGeometry().getOrigin(), sliceIndex, timeId);\n }\n // update rsi\n // (rhs should just have one rsi)\n this.setRescaleSlopeAndIntercept(\n rhs.getRescaleSlopeAndIntercept(), fullSliceIndex);\n\n // current number of images\n const numberOfImages = this.#imageUids.length;\n\n // insert sop instance UIDs\n this.#imageUids.splice(fullSliceIndex, 0, rhs.getImageUid());\n\n // update window presets\n if (typeof this.#meta.windowPresets !== 'undefined') {\n const windowPresets = this.#meta.windowPresets;\n const rhsPresets = rhs.getMeta().windowPresets;\n const keys = Object.keys(rhsPresets);\n let pkey = null;\n for (let i = 0; i < keys.length; ++i) {\n pkey = keys[i];\n const rhsPreset = rhsPresets[pkey];\n const windowPreset = windowPresets[pkey];\n if (typeof windowPreset !== 'undefined') {\n // if not set or false, check perslice\n if (typeof windowPreset.perslice === 'undefined' ||\n windowPreset.perslice === false) {\n // if different preset.wl, mark it as perslice\n if (!windowPreset.wl[0].equals(rhsPreset.wl[0])) {\n windowPreset.perslice = true;\n // fill wl array with copy of wl[0]\n // (loop on number of images minus the existing one)\n for (let j = 0; j < numberOfImages - 1; ++j) {\n windowPreset.wl.push(windowPreset.wl[0]);\n }\n }\n }\n // store (first) rhs preset.wl if needed\n if (typeof windowPreset.perslice !== 'undefined' &&\n windowPreset.perslice === true) {\n windowPresets[pkey].wl.splice(\n fullSliceIndex, 0, rhsPreset.wl[0]);\n }\n } else {\n // if not defined (it should be), store all\n windowPresets[pkey] = rhsPresets[pkey];\n }\n }\n }\n /**\n * Image geometry change event.\n *\n * @event Image#imagegeometrychange\n * @type {object}\n */\n this.#fireEvent({type: 'imagegeometrychange'});\n }\n\n /**\n * Append a frame buffer to the image.\n *\n * @param {object} frameBuffer The frame buffer to append.\n * @param {number} frameIndex The frame index.\n */\n appendFrameBuffer(frameBuffer, frameIndex) {\n // create full buffer if not done yet\n const size = this.#geometry.getSize();\n const frameSize = this.#numberOfComponents * size.getDimSize(2);\n if (typeof this.#meta.numberOfFiles === 'undefined') {\n throw new Error('Missing number of files for frame buffer manipulation.');\n }\n const fullBufferSize = frameSize * this.#meta.numberOfFiles;\n if (this.#buffer.length !== fullBufferSize) {\n this.#realloc(fullBufferSize);\n }\n // check index\n if (frameIndex >= this.#meta.numberOfFiles) {\n logger.warn('Ignoring frame at index ' + frameIndex +\n ' (size: ' + this.#meta.numberOfFiles + ')');\n return;\n }\n // append\n this.#buffer.set(frameBuffer, frameSize * frameIndex);\n // update geometry\n this.appendFrame(frameIndex, new Point3D(0, 0, 0));\n }\n\n /**\n * Append a frame to the image.\n *\n * @param {number} time The frame time value.\n * @param {Point3D} origin The origin of the frame.\n */\n appendFrame(time, origin) {\n this.#geometry.appendFrame(origin, time);\n this.#fireEvent({type: 'appendframe'});\n // memory will be updated at the first appendSlice or appendFrameBuffer\n }\n\n /**\n * Get the data range.\n *\n * @returns {NumberRange} The data range.\n */\n getDataRange() {\n if (!this.#dataRange) {\n this.#dataRange = this.calculateDataRange();\n }\n return this.#dataRange;\n }\n\n /**\n * Get the rescaled data range.\n *\n * @returns {NumberRange} The rescaled data range.\n */\n getRescaledDataRange() {\n if (!this.#rescaledDataRange) {\n this.#rescaledDataRange = this.calculateRescaledDataRange();\n }\n return this.#rescaledDataRange;\n }\n\n /**\n * Get the histogram.\n *\n * @returns {Array} The histogram.\n */\n getHistogram() {\n if (!this.#histogram) {\n const res = this.calculateHistogram();\n this.#dataRange = res.dataRange;\n this.#rescaledDataRange = res.rescaledDataRange;\n this.#histogram = res.histogram;\n }\n return this.#histogram;\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n // ****************************************\n // image data modifiers... carefull...\n // ****************************************\n\n /**\n * Set the inner buffer values at given offsets.\n *\n * @param {number[]} offsets List of offsets where to set the data.\n * @param {number|RGB} value The value to set at the given offsets.\n * @fires Image#imagecontentchange\n */\n setAtOffsets(offsets, value) {\n // value to array\n let bufferValue;\n if (typeof value === 'number') {\n if (this.#numberOfComponents !== 1) {\n throw new Error(\n 'Number of components is not 1 for setting single value.');\n }\n bufferValue = [value];\n } else if (typeof value.r !== 'undefined' &&\n typeof value.g !== 'undefined' &&\n typeof value.b !== 'undefined') {\n if (this.#numberOfComponents !== 3) {\n throw new Error(\n 'Number of components is not 3 for setting RGB value.');\n }\n bufferValue = [value.r, value.g, value.b];\n }\n\n let offset;\n for (let i = 0, leni = offsets.length; i < leni; ++i) {\n offset = offsets[i];\n for (let j = 0; j < this.#numberOfComponents; ++j) {\n this.#buffer[offset + j] = bufferValue[j];\n }\n }\n // fire imagecontentchange\n this.#fireEvent({type: 'imagecontentchange'});\n }\n\n /**\n * Set the inner buffer values at given offsets.\n *\n * @param {number[][]} offsetsLists List of offset lists where\n * to set the data.\n * @param {RGB} value The value to set at the given offsets.\n * @returns {Array} A list of objects representing the original values before\n * replacing them.\n * @fires Image#imagecontentchange\n */\n setAtOffsetsAndGetOriginals(offsetsLists, value) {\n const originalColoursLists = [];\n\n // update and store\n for (let j = 0; j < offsetsLists.length; ++j) {\n const offsets = offsetsLists[j];\n // first colour\n let offset = offsets[0] * 3;\n let previousColour = {\n r: this.#buffer[offset],\n g: this.#buffer[offset + 1],\n b: this.#buffer[offset + 2]\n };\n // original value storage\n const originalColours = [];\n originalColours.push({\n index: 0,\n colour: previousColour\n });\n for (let i = 0; i < offsets.length; ++i) {\n offset = offsets[i] * 3;\n const currentColour = {\n r: this.#buffer[offset],\n g: this.#buffer[offset + 1],\n b: this.#buffer[offset + 2]\n };\n // check if new colour\n if (previousColour.r !== currentColour.r ||\n previousColour.g !== currentColour.g ||\n previousColour.b !== currentColour.b) {\n // store new colour\n originalColours.push({\n index: i,\n colour: currentColour\n });\n previousColour = currentColour;\n }\n // write update colour\n this.#buffer[offset] = value.r;\n this.#buffer[offset + 1] = value.g;\n this.#buffer[offset + 2] = value.b;\n }\n originalColoursLists.push(originalColours);\n }\n // fire imagecontentchange\n this.#fireEvent({type: 'imagecontentchange'});\n return originalColoursLists;\n }\n\n /**\n * Set the inner buffer values at given offsets.\n *\n * @param {number[][]} offsetsLists List of offset lists\n * where to set the data.\n * @param {RGB|Array} value The value to set at the given offsets.\n * @fires Image#imagecontentchange\n */\n setAtOffsetsWithIterator(offsetsLists, value) {\n for (let j = 0; j < offsetsLists.length; ++j) {\n const offsets = offsetsLists[j];\n let iterator;\n if (Array.isArray(value)) {\n // input value is a list of iterators\n // created by setAtOffsetsAndGetOriginals\n iterator = colourRange(\n value[j], offsets.length);\n } else if (typeof value.r !== 'undefined' &&\n typeof value.g !== 'undefined' &&\n typeof value.b !== 'undefined') {\n // input value is a simple color\n iterator = colourRange(\n [{index: 0, colour: value}], offsets.length);\n }\n\n // set values\n let ival = iterator.next();\n while (!ival.done) {\n const offset = offsets[ival.index] * 3;\n this.#buffer[offset] = ival.value.r;\n this.#buffer[offset + 1] = ival.value.g;\n this.#buffer[offset + 2] = ival.value.b;\n ival = iterator.next();\n }\n }\n /**\n * Image change event.\n *\n * @event Image#imagecontentchange\n * @type {object}\n */\n this.#fireEvent({type: 'imagecontentchange'});\n }\n\n /**\n * Get the value of the image at a specific coordinate.\n *\n * @param {number} i The X index.\n * @param {number} j The Y index.\n * @param {number} k The Z index.\n * @param {number} f The frame number.\n * @returns {number} The value at the desired position.\n * Warning: No size check...\n */\n getValue(i, j, k, f) {\n const frame = (f || 0);\n const index = new Index([i, j, k, frame]);\n return this.getValueAtOffset(\n this.getGeometry().getSize().indexToOffset(index));\n }\n\n /**\n * Get the value of the image at a specific index.\n *\n * @param {Index} index The index.\n * @returns {number} The value at the desired position.\n * Warning: No size check...\n */\n getValueAtIndex(index) {\n return this.getValueAtOffset(\n this.getGeometry().getSize().indexToOffset(index));\n }\n\n /**\n * Get the rescaled value of the image at a specific position.\n *\n * @param {number} i The X index.\n * @param {number} j The Y index.\n * @param {number} k The Z index.\n * @param {number} f The frame number.\n * @returns {number} The rescaled value at the desired position.\n * Warning: No size check...\n */\n getRescaledValue(i, j, k, f) {\n if (typeof f === 'undefined') {\n f = 0;\n }\n let val = this.getValue(i, j, k, f);\n if (!this.isIdentityRSI()) {\n if (this.isConstantRSI()) {\n val = this.getRescaleSlopeAndIntercept().apply(val);\n } else {\n const values = [i, j, k, f];\n const index = new Index(values);\n val = this.getRescaleSlopeAndIntercept(index).apply(val);\n }\n }\n return val;\n }\n\n /**\n * Get the rescaled value of the image at a specific index.\n *\n * @param {Index} index The index.\n * @returns {number} The rescaled value at the desired position.\n * Warning: No size check...\n */\n getRescaledValueAtIndex(index) {\n return this.getRescaledValueAtOffset(\n this.getGeometry().getSize().indexToOffset(index)\n );\n }\n\n /**\n * Get the rescaled value of the image at a specific offset.\n *\n * @param {number} offset The desired offset.\n * @returns {number} The rescaled value at the desired offset.\n * Warning: No size check...\n */\n getRescaledValueAtOffset(offset) {\n let val = this.getValueAtOffset(offset);\n if (!this.isIdentityRSI()) {\n if (this.isConstantRSI()) {\n val = this.getRescaleSlopeAndIntercept().apply(val);\n } else {\n const index = this.getGeometry().getSize().offsetToIndex(offset);\n val = this.getRescaleSlopeAndIntercept(index).apply(val);\n }\n }\n return val;\n }\n\n /**\n * Calculate the data range of the image.\n * WARNING: for speed reasons, only calculated on the first frame...\n *\n * @returns {object} The range {min, max}.\n */\n calculateDataRange() {\n let min = this.getValueAtOffset(0);\n let max = min;\n let value = 0;\n const size = this.getGeometry().getSize();\n let leni = size.getTotalSize();\n // max to 3D\n if (size.length() >= 3) {\n leni = size.getDimSize(3);\n }\n for (let i = 0; i < leni; ++i) {\n value = this.getValueAtOffset(i);\n if (value > max) {\n max = value;\n }\n if (value < min) {\n min = value;\n }\n }\n // return\n return {min: min, max: max};\n }\n\n /**\n * Calculate the rescaled data range of the image.\n * WARNING: for speed reasons, only calculated on the first frame...\n *\n * @returns {object} The range {min, max}.\n */\n calculateRescaledDataRange() {\n if (this.isIdentityRSI()) {\n return this.getDataRange();\n } else if (this.isConstantRSI()) {\n const range = this.getDataRange();\n const resmin = this.getRescaleSlopeAndIntercept().apply(range.min);\n const resmax = this.getRescaleSlopeAndIntercept().apply(range.max);\n return {\n min: ((resmin < resmax) ? resmin : resmax),\n max: ((resmin > resmax) ? resmin : resmax)\n };\n } else {\n let rmin = this.getRescaledValueAtOffset(0);\n let rmax = rmin;\n let rvalue = 0;\n const size = this.getGeometry().getSize();\n let leni = size.getTotalSize();\n // max to 3D\n if (size.length() === 3) {\n leni = size.getDimSize(3);\n }\n for (let i = 0; i < leni; ++i) {\n rvalue = this.getRescaledValueAtOffset(i);\n if (rvalue > rmax) {\n rmax = rvalue;\n }\n if (rvalue < rmin) {\n rmin = rvalue;\n }\n }\n // return\n return {min: rmin, max: rmax};\n }\n }\n\n /**\n * Calculate the histogram of the image.\n *\n * @returns {object} The histogram, data range and rescaled data range.\n */\n calculateHistogram() {\n const size = this.getGeometry().getSize();\n const histo = [];\n let min = this.getValueAtOffset(0);\n let max = min;\n let value = 0;\n let rmin = this.getRescaledValueAtOffset(0);\n let rmax = rmin;\n let rvalue = 0;\n for (let i = 0, leni = size.getTotalSize(); i < leni; ++i) {\n value = this.getValueAtOffset(i);\n if (value > max) {\n max = value;\n }\n if (value < min) {\n min = value;\n }\n rvalue = this.getRescaledValueAtOffset(i);\n if (rvalue > rmax) {\n rmax = rvalue;\n }\n if (rvalue < rmin) {\n rmin = rvalue;\n }\n histo[rvalue] = (histo[rvalue] || 0) + 1;\n }\n // set data range\n const dataRange = {min: min, max: max};\n const rescaledDataRange = {min: rmin, max: rmax};\n // generate data for plotting\n const histogram = [];\n for (let b = rmin; b <= rmax; ++b) {\n histogram.push([b, (histo[b] || 0)]);\n }\n // return\n return {\n dataRange: dataRange,\n rescaledDataRange: rescaledDataRange,\n histogram: histogram\n };\n }\n\n /**\n * Convolute the image with a given 2D kernel.\n *\n * Note: Uses raw buffer values.\n *\n * @param {number[]} weights The weights of the 2D kernel as a 3x3 matrix.\n * @returns {Image} The convoluted image.\n */\n convolute2D(weights) {\n if (weights.length !== 9) {\n throw new Error(\n 'The convolution matrix does not have a length of 9; it has ' +\n weights.length);\n }\n\n const newImage = this.clone();\n const newBuffer = newImage.getBuffer();\n\n const imgSize = this.getGeometry().getSize();\n const dimOffset = imgSize.getDimSize(2) * this.getNumberOfComponents();\n for (let k = 0; k < imgSize.get(2); ++k) {\n this.convoluteBuffer(weights, newBuffer, k * dimOffset);\n }\n\n return newImage;\n }\n\n /**\n * Convolute an image buffer with a given 2D kernel.\n *\n * Note: Uses raw buffer values.\n *\n * @param {number[]} weights The weights of the 2D kernel as a 3x3 matrix.\n * @param {TypedArray} buffer The buffer to convolute.\n * @param {number} startOffset The index to start at.\n */\n convoluteBuffer(\n weights, buffer, startOffset) {\n const imgSize = this.getGeometry().getSize();\n const ncols = imgSize.get(0);\n const nrows = imgSize.get(1);\n const ncomp = this.getNumberOfComponents();\n\n // number of component and planar configuration vars\n let factor = 1;\n let componentOffset = 1;\n if (ncomp === 3) {\n if (this.getPlanarConfiguration() === 0) {\n factor = 3;\n } else {\n componentOffset = imgSize.getDimSize(2);\n }\n }\n\n // allow special indent for matrices\n /*jshint indent:false */\n\n // default weight offset matrix\n const wOff = [];\n wOff[0] = (-ncols - 1) * factor;\n wOff[1] = (-ncols) * factor;\n wOff[2] = (-ncols + 1) * factor;\n wOff[3] = -factor;\n wOff[4] = 0;\n wOff[5] = 1 * factor;\n wOff[6] = (ncols - 1) * factor;\n wOff[7] = (ncols) * factor;\n wOff[8] = (ncols + 1) * factor;\n\n // border weight offset matrices\n // borders are extended (see http://en.wikipedia.org/wiki/Kernel_%28image_processing%29)\n\n // i=0, j=0\n const wOff00 = [];\n wOff00[0] = wOff[4]; wOff00[1] = wOff[4]; wOff00[2] = wOff[5];\n wOff00[3] = wOff[4]; wOff00[4] = wOff[4]; wOff00[5] = wOff[5];\n wOff00[6] = wOff[7]; wOff00[7] = wOff[7]; wOff00[8] = wOff[8];\n // i=0, j=*\n const wOff0x = [];\n wOff0x[0] = wOff[1]; wOff0x[1] = wOff[1]; wOff0x[2] = wOff[2];\n wOff0x[3] = wOff[4]; wOff0x[4] = wOff[4]; wOff0x[5] = wOff[5];\n wOff0x[6] = wOff[7]; wOff0x[7] = wOff[7]; wOff0x[8] = wOff[8];\n // i=0, j=nrows\n const wOff0n = [];\n wOff0n[0] = wOff[1]; wOff0n[1] = wOff[1]; wOff0n[2] = wOff[2];\n wOff0n[3] = wOff[4]; wOff0n[4] = wOff[4]; wOff0n[5] = wOff[5];\n wOff0n[6] = wOff[4]; wOff0n[7] = wOff[4]; wOff0n[8] = wOff[5];\n\n // i=*, j=0\n const wOffx0 = [];\n wOffx0[0] = wOff[3]; wOffx0[1] = wOff[4]; wOffx0[2] = wOff[5];\n wOffx0[3] = wOff[3]; wOffx0[4] = wOff[4]; wOffx0[5] = wOff[5];\n wOffx0[6] = wOff[6]; wOffx0[7] = wOff[7]; wOffx0[8] = wOff[8];\n // i=*, j=* -> wOff\n // i=*, j=nrows\n const wOffxn = [];\n wOffxn[0] = wOff[0]; wOffxn[1] = wOff[1]; wOffxn[2] = wOff[2];\n wOffxn[3] = wOff[3]; wOffxn[4] = wOff[4]; wOffxn[5] = wOff[5];\n wOffxn[6] = wOff[3]; wOffxn[7] = wOff[4]; wOffxn[8] = wOff[5];\n\n // i=ncols, j=0\n const wOffn0 = [];\n wOffn0[0] = wOff[3]; wOffn0[1] = wOff[4]; wOffn0[2] = wOff[4];\n wOffn0[3] = wOff[3]; wOffn0[4] = wOff[4]; wOffn0[5] = wOff[4];\n wOffn0[6] = wOff[6]; wOffn0[7] = wOff[7]; wOffn0[8] = wOff[7];\n // i=ncols, j=*\n const wOffnx = [];\n wOffnx[0] = wOff[0]; wOffnx[1] = wOff[1]; wOffnx[2] = wOff[1];\n wOffnx[3] = wOff[3]; wOffnx[4] = wOff[4]; wOffnx[5] = wOff[4];\n wOffnx[6] = wOff[6]; wOffnx[7] = wOff[7]; wOffnx[8] = wOff[7];\n // i=ncols, j=nrows\n const wOffnn = [];\n wOffnn[0] = wOff[0]; wOffnn[1] = wOff[1]; wOffnn[2] = wOff[1];\n wOffnn[3] = wOff[3]; wOffnn[4] = wOff[4]; wOffnn[5] = wOff[4];\n wOffnn[6] = wOff[3]; wOffnn[7] = wOff[4]; wOffnn[8] = wOff[4];\n\n // restore indent for rest of method\n /*jshint indent:4 */\n\n // loop vars\n let pixelOffset = startOffset;\n let newValue = 0;\n let wOffFinal = [];\n for (let c = 0; c < ncomp; ++c) {\n // component offset\n pixelOffset += c * componentOffset;\n for (let j = 0; j < nrows; ++j) {\n for (let i = 0; i < ncols; ++i) {\n wOffFinal = wOff;\n // special border cases\n if (i === 0 && j === 0) {\n wOffFinal = wOff00;\n } else if (i === 0 && j === (nrows - 1)) {\n wOffFinal = wOff0n;\n } else if (i === (ncols - 1) && j === 0) {\n wOffFinal = wOffn0;\n } else if (i === (ncols - 1) && j === (nrows - 1)) {\n wOffFinal = wOffnn;\n } else if (i === 0 && j !== (nrows - 1) && j !== 0) {\n wOffFinal = wOff0x;\n } else if (i === (ncols - 1) && j !== (nrows - 1) && j !== 0) {\n wOffFinal = wOffnx;\n } else if (i !== 0 && i !== (ncols - 1) && j === 0) {\n wOffFinal = wOffx0;\n } else if (i !== 0 && i !== (ncols - 1) && j === (nrows - 1)) {\n wOffFinal = wOffxn;\n }\n // calculate the weighed sum of the source image pixels that\n // fall under the convolution matrix\n newValue = 0;\n for (let wi = 0; wi < 9; ++wi) {\n newValue += this.getValueAtOffset(\n pixelOffset + wOffFinal[wi]) * weights[wi];\n }\n buffer[pixelOffset] = newValue;\n // increment pixel offset\n pixelOffset += factor;\n }\n }\n }\n }\n\n /**\n * Transform an image using a specific operator.\n * WARNING: no size check!\n *\n * @param {Function} operator The operator to use when transforming.\n * @returns {Image} The transformed image.\n * Note: Uses the raw buffer values.\n */\n transform(operator) {\n const newImage = this.clone();\n const newBuffer = newImage.getBuffer();\n for (let i = 0, leni = newBuffer.length; i < leni; ++i) {\n newBuffer[i] = operator(newImage.getValueAtOffset(i));\n }\n return newImage;\n }\n\n /**\n * Compose this image with another one and using a specific operator.\n * WARNING: no size check!\n *\n * @param {Image} rhs The image to compose with.\n * @param {Function} operator The operator to use when composing.\n * @returns {Image} The composed image.\n * Note: Uses the raw buffer values.\n */\n compose(rhs, operator) {\n const newImage = this.clone();\n const newBuffer = newImage.getBuffer();\n for (let i = 0, leni = newBuffer.length; i < leni; ++i) {\n // using the operator on the local buffer, i.e. the\n // latest (not original) data\n newBuffer[i] = Math.floor(\n operator(this.getValueAtOffset(i), rhs.getValueAtOffset(i))\n );\n }\n return newImage;\n }\n\n} // class Image\n","import {View} from './view';\nimport {luts} from './luts';\nimport {\n WindowLevel,\n defaultPresets\n} from './windowLevel';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {DataElement} from '../dicom/dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * {@link View} factory.\n */\nexport class ViewFactory {\n\n /**\n * Get an View object from the read DICOM file.\n *\n * @param {Object} dataElements The DICOM tags.\n * @param {Image} image The associated image.\n * @returns {View} The new View.\n */\n create(dataElements, image) {\n // view\n const view = new View(image);\n\n // default color map\n if (image.getPhotometricInterpretation() === 'MONOCHROME1') {\n view.setColourMap('invPlain');\n } else if (image.getPhotometricInterpretation() === 'PALETTE COLOR') {\n if (typeof luts['palette'] !== 'undefined') {\n view.setColourMap('palette');\n } else {\n logger.warn('Cannot find Palette lut');\n }\n }\n\n // window level presets\n let windowPresets = {};\n // image presets\n if (typeof image.getMeta().windowPresets !== 'undefined') {\n windowPresets = image.getMeta().windowPresets;\n }\n // min/max\n // Not filled yet since it is stil too costly to calculate min/max\n // for each slice... It will be filled at first use\n // (see view.setWindowLevelPreset).\n // Order is important, if no wl from DICOM, this will be the default.\n windowPresets.minmax = {name: 'minmax'};\n // optional modality presets\n if (typeof defaultPresets !== 'undefined') {\n const modality = image.getMeta().Modality;\n for (const key in defaultPresets[modality]) {\n const preset = defaultPresets[modality][key];\n windowPresets[key] = {\n wl: [new WindowLevel(preset.center, preset.width)],\n name: key\n };\n }\n }\n\n // store\n view.setWindowPresets(windowPresets);\n\n // initialise the view\n view.init();\n\n return view;\n }\n\n} // class ViewFactory\n","import {Index} from '../math/index';\nimport {ModalityLut} from './modalityLut';\nimport {WindowLut} from './windowLut';\nimport {luts} from './luts';\nimport {VoiLut} from './voiLut';\nimport {WindowLevel} from './windowLevel';\nimport {generateImageDataMonochrome} from './viewMonochrome';\nimport {generateImageDataPaletteColor} from './viewPaletteColor';\nimport {generateImageDataRgb} from './viewRgb';\nimport {generateImageDataYbrFull} from './viewYbrFull';\nimport {ViewFactory} from './viewFactory';\nimport {isIdentityMat33} from '../math/matrix';\nimport {getSliceIterator} from '../image/iterator';\nimport {ListenerHandler} from '../utils/listen';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {RescaleSlopeAndIntercept} from './rsi';\nimport {ColourMap} from './luts';\nimport {Matrix33} from '../math/matrix';\nimport {\n Point,\n Point3D\n} from '../math/point';\nimport {DataElement} from '../dicom/dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * List of view event names.\n *\n * @type {string[]}\n */\nexport const viewEventNames = [\n 'wlchange',\n 'wlpresetadd',\n 'colourmapchange',\n 'positionchange',\n 'opacitychange',\n 'alphafuncchange'\n];\n\n/**\n * Create a View from DICOM elements and image.\n *\n * @param {Object} elements The DICOM elements.\n * @param {Image} image The associated image.\n * @returns {View} The View object.\n */\nexport function createView(elements, image) {\n const factory = new ViewFactory();\n return factory.create(elements, image);\n}\n\n/**\n * View class.\n *\n * Need to set the window lookup table once created\n * (either directly or with helper methods).\n *\n * @example\n * // XMLHttpRequest onload callback\n * const onload = function (event) {\n * // parse the dicom buffer\n * const dicomParser = new dwv.DicomParser();\n * dicomParser.parse(event.target.response);\n * // create the image object\n * const image = dwv.createImage(dicomParser.getDicomElements());\n * // create the view\n * const view = dwv.createView(dicomParser.getDicomElements(), image);\n * // setup canvas\n * const canvas = document.createElement('canvas');\n * canvas.width = 256;\n * canvas.height = 256;\n * const ctx = canvas.getContext(\"2d\");\n * // update the image data\n * const imageData = ctx.createImageData(256, 256);\n * view.generateImageData(imageData);\n * ctx.putImageData(imageData, 0, 0);\n * // update html\n * const div = document.getElementById('dwv');\n * div.appendChild(canvas);;\n * };\n * // DICOM file request\n * const request = new XMLHttpRequest();\n * const url = 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm';\n * request.open('GET', url);\n * request.responseType = 'arraybuffer';\n * request.onload = onload;\n * request.send();\n */\nexport class View {\n\n /**\n * The associated image.\n *\n * @type {Image}\n */\n #image;\n\n /**\n * Window lookup tables, indexed per Rescale Slope and Intercept (RSI).\n *\n * @type {WindowLut}\n */\n #windowLut;\n\n /**\n * Flag for image constant RSI.\n *\n * @type {boolean}\n */\n #isConstantRSI;\n\n /**\n * Window presets.\n * Minmax will be filled at first use (see view.setWindowLevelPreset).\n *\n * @type {object}\n */\n #windowPresets = {minmax: {name: 'minmax'}};\n\n /**\n * Current window preset name.\n *\n * @type {string}\n */\n #currentPresetName = null;\n\n /**\n * Current window level.\n *\n * @type {WindowLevel}\n */\n #currentWl;\n\n /**\n * Colour map name.\n *\n * @type {string}\n */\n #colourMapName = 'plain';\n\n /**\n * Current position as a Point.\n * Store position and not index to stay geometry independent.\n *\n * @type {Point}\n */\n #currentPosition = null;\n\n /**\n * View orientation. Undefined will use the original slice ordering.\n *\n * @type {Matrix33}\n */\n #orientation;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * @param {Image} image The associated image.\n */\n constructor(image) {\n this.#image = image;\n\n // listen to appendframe event to update the current position\n // to add the extra dimension\n this.#image.addEventListener('appendframe', () => {\n // update current position if first appendFrame\n const index = this.getCurrentIndex();\n if (index.length() === 3) {\n // add dimension\n const values = index.getValues();\n values.push(0);\n this.setCurrentIndex(new Index(values));\n }\n });\n }\n\n /**\n * Get the associated image.\n *\n * @returns {Image} The associated image.\n */\n getImage() {\n return this.#image;\n }\n\n /**\n * Set the associated image.\n *\n * @param {Image} inImage The associated image.\n */\n setImage(inImage) {\n this.#image = inImage;\n }\n\n /**\n * Get the view orientation.\n *\n * @returns {Matrix33} The orientation matrix.\n */\n getOrientation() {\n return this.#orientation;\n }\n\n /**\n * Set the view orientation.\n *\n * @param {Matrix33} mat33 The orientation matrix.\n */\n setOrientation(mat33) {\n this.#orientation = mat33;\n }\n\n /**\n * Initialise the view: set initial index.\n */\n init() {\n this.setInitialIndex();\n }\n\n /**\n * Set the initial index to the middle position.\n */\n setInitialIndex() {\n const geometry = this.#image.getGeometry();\n const size = geometry.getSize();\n const values = new Array(size.length());\n values.fill(0);\n // middle\n values[0] = Math.floor(size.get(0) / 2);\n values[1] = Math.floor(size.get(1) / 2);\n values[2] = Math.floor(size.get(2) / 2);\n this.setCurrentIndex(new Index(values), true);\n }\n\n /**\n * Get the milliseconds per frame from frame rate.\n *\n * @param {number} recommendedDisplayFrameRate Recommended Display Frame Rate.\n * @returns {number} The milliseconds per frame.\n */\n getPlaybackMilliseconds(recommendedDisplayFrameRate) {\n if (!recommendedDisplayFrameRate) {\n // Default to 10 FPS if none is found in the meta\n recommendedDisplayFrameRate = 10;\n }\n // round milliseconds per frame to nearest whole number\n return Math.round(1000 / recommendedDisplayFrameRate);\n }\n\n /**\n * Per value alpha function.\n *\n * @param {number[]|number} _value The pixel value.\n * Can be a number for monochrome data or an array for RGB data.\n * @param {number} _index The index of the value.\n * @returns {number} The coresponding alpha [0,255].\n */\n #alphaFunction = function (_value, _index) {\n // default always returns fully visible\n return 0xff;\n };\n\n /**\n * @callback alphaFn\n * @param {number[]|number} value The pixel value.\n * @param {number} index The values' index.\n * @returns {number} The opacity of the input value.\n */\n\n /**\n * Get the alpha function.\n *\n * @returns {alphaFn} The function.\n */\n getAlphaFunction() {\n return this.#alphaFunction;\n }\n\n /**\n * Set alpha function.\n *\n * @param {alphaFn} func The function.\n * @fires View#alphafuncchange\n */\n setAlphaFunction(func) {\n this.#alphaFunction = func;\n /**\n * Alpha func change event.\n *\n * @event View#alphafuncchange\n * @type {object}\n */\n this.#fireEvent({\n type: 'alphafuncchange'\n });\n }\n\n /**\n * Get the window LUT of the image.\n * Warning: can be undefined in no window/level was set.\n *\n * @returns {WindowLut} The window LUT of the image.\n * @fires View#wlchange\n */\n #getCurrentWindowLut() {\n // special case for 'perslice' presets\n if (this.#currentPresetName &&\n typeof this.#windowPresets[this.#currentPresetName] !== 'undefined' &&\n typeof this.#windowPresets[this.#currentPresetName].perslice !==\n 'undefined' &&\n this.#windowPresets[this.#currentPresetName].perslice === true) {\n // check position\n if (!this.getCurrentIndex()) {\n this.setInitialIndex();\n }\n // get the slice window level\n const currentIndex = this.getCurrentIndex();\n const offset = this.#image.getSecondaryOffset(currentIndex);\n const currentPreset = this.#windowPresets[this.#currentPresetName];\n const sliceWl = currentPreset.wl[offset];\n // set window level: will send a change event, mark it as silent as\n // this change is always triggered by a position change\n this.setWindowLevel(sliceWl, this.#currentPresetName, true);\n }\n\n // if no current, use first id\n if (typeof this.#currentWl === 'undefined') {\n this.setWindowLevelPresetById(0, true);\n }\n\n // get the window lut\n if (typeof this.#isConstantRSI === 'undefined' ||\n this.#image.isConstantRSI() !== this.#isConstantRSI) {\n this.#isConstantRSI = this.#image.isConstantRSI();\n // set or update windowLut if isConstantRSI has changed\n // (can be different at first slice and after having loaded\n // the full volume...)\n let rsi;\n let isDiscrete;\n if (this.#isConstantRSI) {\n rsi = this.#image.getRescaleSlopeAndIntercept();\n isDiscrete = true;\n } else {\n rsi = new RescaleSlopeAndIntercept(1, 0);\n isDiscrete = false;\n }\n // create the rescale lookup table\n const modalityLut = new ModalityLut(\n rsi,\n this.#image.getMeta().BitsStored);\n // create the window lookup table\n this.#windowLut = new WindowLut(\n modalityLut,\n this.#image.getMeta().IsSigned,\n isDiscrete);\n }\n\n // update VOI lut if not present or its window level\n // is different from the current one\n const voiLut = this.#windowLut.getVoiLut();\n let voiLutWl;\n if (typeof voiLut !== 'undefined') {\n voiLutWl = voiLut.getWindowLevel();\n }\n if (typeof voiLut === 'undefined' ||\n !this.#currentWl.equals(voiLutWl)) {\n // set lut window level\n const voiLut = new VoiLut(this.#currentWl);\n this.#windowLut.setVoiLut(voiLut);\n }\n\n // return\n return this.#windowLut;\n }\n\n /**\n * Get the window presets.\n *\n * @returns {object} The window presets.\n */\n getWindowPresets() {\n return this.#windowPresets;\n }\n\n /**\n * Get the window presets names.\n *\n * @returns {string[]} The list of window presets names.\n */\n getWindowPresetsNames() {\n return Object.keys(this.#windowPresets);\n }\n\n /**\n * Set the window presets.\n *\n * @param {object} presets The window presets.\n */\n setWindowPresets(presets) {\n this.#windowPresets = presets;\n }\n\n /**\n * Add window presets to the existing ones.\n *\n * @param {object} presets The window presets.\n */\n addWindowPresets(presets) {\n const keys = Object.keys(presets);\n let key = null;\n for (let i = 0; i < keys.length; ++i) {\n key = keys[i];\n if (typeof this.#windowPresets[key] !== 'undefined') {\n if (typeof this.#windowPresets[key].perslice !== 'undefined' &&\n this.#windowPresets[key].perslice === true) {\n throw new Error('Cannot add perslice preset');\n } else {\n // update existing\n this.#windowPresets[key] = presets[key];\n }\n } else {\n // add new\n this.#windowPresets[key] = presets[key];\n // fire event\n /**\n * Window/level add preset event.\n *\n * @event View#wlpresetadd\n * @type {object}\n * @property {string} name The name of the preset.\n */\n this.#fireEvent({\n type: 'wlpresetadd',\n name: key\n });\n }\n }\n }\n\n /**\n * Get the current window level preset name.\n *\n * @returns {string} The preset name.\n */\n getCurrentWindowPresetName() {\n return this.#currentPresetName;\n }\n\n /**\n * Get the colour map of the image.\n *\n * @returns {string} The colour map name.\n */\n getColourMap() {\n return this.#colourMapName;\n }\n\n /**\n * Get the colour map object.\n *\n * @returns {ColourMap} The colour map.\n */\n #getColourMapLut() {\n return luts[this.#colourMapName];\n }\n\n /**\n * Set the colour map of the image.\n *\n * @param {string} name The colour map name.\n * @fires View#colourmapchange\n */\n setColourMap(name) {\n // check if we have it\n if (!luts[name]) {\n throw new Error('Unknown colour map: \\'' + name + '\\'');\n }\n\n this.#colourMapName = name;\n\n /**\n * Color change event.\n *\n * @event View#colourmapchange\n * @type {object}\n * @property {Array} value The changed value.\n */\n this.#fireEvent({\n type: 'colourmapchange',\n value: [name]\n });\n }\n\n /**\n * Get the current position.\n *\n * @returns {Point} The current position.\n */\n getCurrentPosition() {\n return this.#currentPosition;\n }\n\n /**\n * Get the current index.\n *\n * @returns {Index} The current index.\n */\n getCurrentIndex() {\n const position = this.getCurrentPosition();\n if (!position) {\n return null;\n }\n const geometry = this.getImage().getGeometry();\n return geometry.worldToIndex(position);\n }\n\n /**\n * Get the SOP image UID of the current image.\n *\n * @returns {string} The UID.\n */\n getCurrentImageUid() {\n return this.#image.getImageUid(this.getCurrentIndex());\n }\n\n /**\n * Get the image origin for a image UID.\n *\n * @param {string} uid The UID.\n * @returns {Point3D|undefined} The origin.\n */\n getOriginForImageUid(uid) {\n return this.#image.getOriginForImageUid(uid);\n }\n\n /**\n * Check if the image includes an UID.\n *\n * @param {string} uid The UID.\n * @returns {boolean} True if present.\n */\n includesImageUid(uid) {\n return this.#image.includesImageUid(uid);\n }\n\n /**\n * Check if the current position (default) or\n * the provided position is in bounds.\n *\n * @param {Point} [position] Optional position.\n * @returns {boolean} True is the position is in bounds.\n */\n isPositionInBounds(position) {\n if (typeof position === 'undefined') {\n position = this.#currentPosition;\n }\n const geometry = this.#image.getGeometry();\n const index = geometry.worldToIndex(position);\n const dirs = [this.getScrollIndex()];\n if (index.length() === 4) {\n dirs.push(3);\n }\n return geometry.isIndexInBounds(index, dirs);\n }\n\n /**\n * Get the first origin or at a given position.\n *\n * @param {Point} [position] Optional position.\n * @returns {Point3D} The origin.\n */\n getOrigin(position) {\n const geometry = this.#image.getGeometry();\n let originIndex = 0;\n if (typeof position !== 'undefined') {\n const index = geometry.worldToIndex(position);\n // index is reoriented, 2 is scroll index\n originIndex = index.get(2);\n }\n return geometry.getOrigins()[originIndex];\n }\n\n /**\n * Set the current position.\n *\n * @param {Point} position The new position.\n * @param {boolean} silent Flag to fire event or not.\n * @returns {boolean} False if not in bounds.\n * @fires View#positionchange\n */\n setCurrentPosition(position, silent) {\n // send invalid event if not in bounds\n const geometry = this.#image.getGeometry();\n const index = geometry.worldToIndex(position);\n const dirs = [this.getScrollIndex()];\n if (index.length() === 4) {\n dirs.push(3);\n }\n if (!geometry.isIndexInBounds(index, dirs)) {\n if (!silent) {\n this.#currentPosition = position;\n // fire event with valid: false\n this.#fireEvent({\n type: 'positionchange',\n value: [\n index.getValues(),\n position.getValues(),\n ],\n valid: false\n });\n }\n return false;\n }\n return this.setCurrentIndex(index, silent);\n }\n\n /**\n * Set the current index.\n *\n * @param {Index} index The new index.\n * @param {boolean} [silent] Flag to fire event or not.\n * @returns {boolean} False if not in bounds.\n * @fires View#positionchange\n */\n setCurrentIndex(index, silent) {\n // check input\n if (typeof silent === 'undefined') {\n silent = false;\n }\n\n const geometry = this.#image.getGeometry();\n const position = geometry.indexToWorld(index);\n\n // check if possible\n const dirs = [this.getScrollIndex()];\n if (index.length() === 4) {\n dirs.push(3);\n }\n if (!geometry.isIndexInBounds(index, dirs)) {\n if (!silent) {\n this.#currentPosition = position;\n // fire event with valid: false\n this.#fireEvent({\n type: 'positionchange',\n value: [\n index.getValues(),\n position.getValues(),\n ],\n valid: false\n });\n }\n\n // do no send invalid positionchange event: avoid empty repaint\n return false;\n }\n\n // calculate diff dims before updating internal\n let diffDims = null;\n let currentIndex = null;\n if (this.getCurrentPosition()) {\n currentIndex = this.getCurrentIndex();\n }\n if (currentIndex) {\n if (currentIndex.canCompare(index)) {\n diffDims = currentIndex.compare(index);\n } else {\n diffDims = [];\n const minLen = Math.min(currentIndex.length(), index.length());\n for (let i = 0; i < minLen; ++i) {\n if (currentIndex.get(i) !== index.get(i)) {\n diffDims.push(i);\n }\n }\n const maxLen = Math.max(currentIndex.length(), index.length());\n for (let j = minLen; j < maxLen; ++j) {\n diffDims.push(j);\n }\n }\n } else {\n diffDims = [];\n for (let k = 0; k < index.length(); ++k) {\n diffDims.push(k);\n }\n }\n\n // assign\n this.#currentPosition = position;\n\n if (!silent) {\n /**\n * Position change event.\n *\n * @event View#positionchange\n * @type {object}\n * @property {Array} value The changed value as [index, pixelValue].\n * @property {number[]} diffDims An array of modified indices.\n */\n const posEvent = {\n type: 'positionchange',\n value: [\n index.getValues(),\n position.getValues(),\n ],\n diffDims: diffDims,\n data: {\n imageUid: this.#image.getImageUid(index)\n }\n };\n\n // add value if possible\n if (this.#image.canQuantify()) {\n const pixValue = this.#image.getRescaledValueAtIndex(index);\n posEvent.value.push(pixValue);\n }\n\n // fire\n this.#fireEvent(posEvent);\n }\n\n // all good\n return true;\n }\n\n /**\n * Set the view window/level.\n *\n * @param {WindowLevel} wl The window and level.\n * @param {string} [name] Associated preset name, defaults to 'manual'.\n * Warning: uses the latest set rescale LUT or the default linear one.\n * @param {boolean} [silent] Flag to launch events with skipGenerate.\n * @fires View#wlchange\n */\n setWindowLevel(wl, name, silent) {\n // check input\n if (typeof name === 'undefined') {\n name = 'manual';\n }\n if (name !== 'manual' &&\n typeof this.#windowPresets[name] === 'undefined') {\n throw new Error('Unknown window level preset: \\'' + name + '\\'');\n }\n if (typeof silent === 'undefined') {\n silent = false;\n }\n\n // check if new wl\n const isNewWl = !wl.equals(this.#currentWl);\n // check if new name\n const isNewName = this.#currentPresetName !== name;\n\n // compare to previous if present\n if (isNewWl || isNewName) {\n // assign\n this.#currentWl = wl;\n this.#currentPresetName = name;\n\n // update manual\n if (name === 'manual') {\n if (typeof this.#windowPresets[name] !== 'undefined') {\n this.#windowPresets[name].wl[0] = wl;\n } else {\n // add if not present\n this.addWindowPresets({\n manual: {\n wl: [wl],\n name: 'manual'\n }\n });\n }\n }\n\n /**\n * Window/level change event.\n *\n * @event View#wlchange\n * @type {object}\n * @property {Array} value The changed value.\n * @property {number} wc The new window center value.\n * @property {number} ww The new window wdth value.\n * @property {boolean} skipGenerate Flag to skip view generation.\n */\n this.#fireEvent({\n type: 'wlchange',\n value: [wl.center, wl.width, name],\n wc: wl.center,\n ww: wl.width,\n skipGenerate: silent\n });\n }\n }\n\n /**\n * Get the window/level.\n *\n * @returns {WindowLevel} The window and level.\n */\n getWindowLevel() {\n // same as #currentWl...\n const windowLut = this.#getCurrentWindowLut();\n return windowLut.getVoiLut().getWindowLevel();\n }\n\n /**\n * Set the window level to the preset with the input name.\n *\n * @param {string} name The name of the preset to activate.\n * @param {boolean} [silent] Flag to launch events with skipGenerate.\n */\n setWindowLevelPreset(name, silent) {\n const preset = this.getWindowPresets()[name];\n if (typeof preset === 'undefined') {\n throw new Error('Unknown window level preset: \\'' + name + '\\'');\n }\n // special min/max\n if (name === 'minmax' && typeof preset.wl === 'undefined') {\n preset.wl = [this.getWindowLevelMinMax()];\n }\n // default to first\n let wl = preset.wl[0];\n // check if 'perslice' case\n if (typeof preset.perslice !== 'undefined' &&\n preset.perslice === true) {\n const offset = this.#image.getSecondaryOffset(this.getCurrentIndex());\n wl = preset.wl[offset];\n }\n // set w/l\n this.setWindowLevel(wl, name, silent);\n }\n\n /**\n * Set the window level to the preset with the input id.\n *\n * @param {number} id The id of the preset to activate.\n * @param {boolean} [silent] Flag to launch events with skipGenerate.\n */\n setWindowLevelPresetById(id, silent) {\n const keys = Object.keys(this.getWindowPresets());\n this.setWindowLevelPreset(keys[id], silent);\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n /**\n * Get the image window/level that covers the full data range.\n * Warning: uses the latest set rescale LUT or the default linear one.\n *\n * @returns {WindowLevel} A min/max window level.\n */\n getWindowLevelMinMax() {\n const range = this.getImage().getRescaledDataRange();\n const min = range.min;\n const max = range.max;\n let width = max - min;\n // full black / white images, defaults to 1.\n if (width < 1) {\n logger.warn('Zero or negative window width, defaulting to one.');\n width = 1;\n }\n const center = min + width / 2;\n return new WindowLevel(center, width);\n }\n\n /**\n * Set the image window/level to cover the full data range.\n * Warning: uses the latest set rescale LUT or the default linear one.\n */\n setWindowLevelMinMax() {\n // calculate center and width\n const wl = this.getWindowLevelMinMax();\n // set window level\n this.setWindowLevel(wl, 'minmax');\n }\n\n /**\n * Generate display image data to be given to a canvas.\n *\n * @param {ImageData} data The iamge data to fill in.\n * @param {Index} index Optional index at which to generate,\n * otherwise generates at current index.\n */\n generateImageData(data, index) {\n // check index\n if (typeof index === 'undefined') {\n if (!this.getCurrentIndex()) {\n this.setInitialIndex();\n }\n index = this.getCurrentIndex();\n }\n\n const image = this.getImage();\n const isRescaled = !image.isConstantRSI();\n const iterator = getSliceIterator(\n image, index, isRescaled, this.getOrientation());\n\n const photoInterpretation = image.getPhotometricInterpretation();\n switch (photoInterpretation) {\n case 'MONOCHROME1':\n case 'MONOCHROME2':\n generateImageDataMonochrome(\n data,\n iterator,\n this.getAlphaFunction(),\n this.#getCurrentWindowLut(),\n this.#getColourMapLut()\n );\n break;\n\n case 'PALETTE COLOR':\n generateImageDataPaletteColor(\n data,\n iterator,\n this.getAlphaFunction(),\n this.#getColourMapLut(),\n image.getMeta().BitsStored === 16\n );\n break;\n\n case 'RGB':\n generateImageDataRgb(\n data,\n iterator,\n this.getAlphaFunction()\n );\n break;\n\n case 'YBR_FULL':\n generateImageDataYbrFull(\n data,\n iterator,\n this.getAlphaFunction()\n );\n break;\n\n default:\n throw new Error(\n 'Unsupported photometric interpretation: ' + photoInterpretation);\n }\n }\n\n /**\n * Get the scroll dimension index.\n *\n * @returns {number} The index.\n */\n getScrollIndex() {\n let index = null;\n const orientation = this.getOrientation();\n if (typeof orientation !== 'undefined') {\n index = orientation.getThirdColMajorDirection();\n } else {\n index = 2;\n }\n return index;\n }\n\n /**\n * Is this view in the same orientation as the image aquisition.\n *\n * @returns {boolean} True if in aquisition plane.\n */\n isAquisitionOrientation() {\n return isIdentityMat33(this.#orientation);\n }\n\n} // class View\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {WindowLut} from './windowLut';\nimport {ColourMap} from './luts';\n/* eslint-enable no-unused-vars */\n\n/**\n * Generate image data for 'MONOCHROME*' photometric interpretation.\n *\n * @param {ImageData} array The array to store the outut data.\n * @param {object} iterator Position iterator.\n * @param {Function} alphaFunc The alpha function.\n * @param {WindowLut} windowLut The window/level LUT.\n * @param {ColourMap} colourMap The colour map.\n */\nexport function generateImageDataMonochrome(\n array,\n iterator,\n alphaFunc,\n windowLut,\n colourMap) {\n let index = 0;\n let pxValue = 0;\n let ival = iterator.next();\n while (!ival.done) {\n // pixel value\n pxValue = windowLut.getValue(ival.value);\n // store data\n array.data[index] = colourMap.red[pxValue];\n array.data[index + 1] = colourMap.green[pxValue];\n array.data[index + 2] = colourMap.blue[pxValue];\n array.data[index + 3] = alphaFunc(ival.value, ival.index);\n // increment\n index += 4;\n ival = iterator.next();\n }\n}\n","import {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {ColourMap} from './luts';\n/* eslint-enable no-unused-vars */\n\n/**\n * Generate image data for 'PALETTE COLOR' photometric interpretation.\n *\n * @param {ImageData} array The array to store the outut data.\n * @param {object} iterator Position iterator.\n * @param {Function} alphaFunc The alpha function.\n * @param {ColourMap} colourMap The colour map.\n * @param {boolean} is16BitsStored Flag to know if the data is 16bits.\n */\nexport function generateImageDataPaletteColor(\n array,\n iterator,\n alphaFunc,\n colourMap,\n is16BitsStored) {\n // right shift 8\n const to8 = function (value) {\n return value >> 8;\n };\n\n if (is16BitsStored) {\n logger.info('Scaling 16bits data to 8bits.');\n }\n\n let index = 0;\n let pxValue = 0;\n let ival = iterator.next();\n while (!ival.done) {\n // pixel value\n pxValue = ival.value;\n // store data\n // TODO check pxValue fits in lut\n if (is16BitsStored) {\n array.data[index] = to8(colourMap.red[pxValue]);\n array.data[index + 1] = to8(colourMap.green[pxValue]);\n array.data[index + 2] = to8(colourMap.blue[pxValue]);\n } else {\n array.data[index] = colourMap.red[pxValue];\n array.data[index + 1] = colourMap.green[pxValue];\n array.data[index + 2] = colourMap.blue[pxValue];\n }\n array.data[index + 3] = alphaFunc(pxValue, ival.index);\n // increment\n index += 4;\n ival = iterator.next();\n }\n}\n","/**\n * Generate image data for 'RGB' photometric interpretation.\n *\n * @param {ImageData} array The array to store the outut data.\n * @param {object} iterator Position iterator.\n * @param {Function} alphaFunc The alpha function.\n */\nexport function generateImageDataRgb(\n array,\n iterator,\n alphaFunc) {\n let index = 0;\n let ival = iterator.next();\n while (!ival.done) {\n // store data\n array.data[index] = ival.value[0];\n array.data[index + 1] = ival.value[1];\n array.data[index + 2] = ival.value[2];\n array.data[index + 3] = alphaFunc(ival.value, ival.index);\n // increment\n index += 4;\n ival = iterator.next();\n }\n}\n","import {ybrToRgb} from '../utils/colour';\n\n/**\n * Generate image data for 'YBR_FULL' photometric interpretation.\n *\n * @param {ImageData} array The array to store the outut data.\n * @param {object} iterator Position iterator.\n * @param {Function} alphaFunc The alpha function.\n */\nexport function generateImageDataYbrFull(\n array,\n iterator,\n alphaFunc) {\n let index = 0;\n let rgb = null;\n let ival = iterator.next();\n while (!ival.done) {\n // convert ybr to rgb\n rgb = ybrToRgb(ival.value[0], ival.value[1], ival.value[2]);\n // store data\n array.data[index] = rgb.r;\n array.data[index + 1] = rgb.g;\n array.data[index + 2] = rgb.b;\n array.data[index + 3] = alphaFunc(ival.value, ival.index);\n // increment\n index += 4;\n ival = iterator.next();\n }\n}\n","import {Vector3D} from '../math/vector';\nimport {Point3D, Point2D} from '../math/point';\nimport {isIdentityMat33} from '../math/matrix';\nimport {\n getCosinesFromOrientation,\n getTargetOrientation\n} from '../math/orientation';\nimport {getOrientedArray3D, getDeOrientedArray3D} from './geometry';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point} from '../math/point';\nimport {Index} from '../math/index';\nimport {Geometry} from '../image/geometry';\nimport {Matrix33} from '../math/matrix';\nimport {Spacing} from './spacing';\nimport {Scalar2D, Scalar3D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Plane geometry helper.\n */\nexport class PlaneHelper {\n\n /**\n * The image geometry.\n *\n * @type {Geometry}\n */\n #imageGeometry;\n\n /**\n * The associated spacing.\n *\n * @type {Spacing}\n */\n #spacing;\n\n /**\n * The image orientation.\n *\n * @type {Matrix33}\n */\n #imageOrientation;\n\n /**\n * The viewe orientation.\n *\n * @type {Matrix33}\n */\n #viewOrientation;\n\n /**\n * The target orientation.\n *\n * @type {Matrix33}\n */\n #targetOrientation;\n\n /**\n * @param {Geometry} imageGeometry The image geometry.\n * @param {Matrix33} viewOrientation The view orientation.\n */\n constructor(imageGeometry, viewOrientation) {\n this.#imageGeometry = imageGeometry;\n this.#spacing = imageGeometry.getRealSpacing();\n this.#imageOrientation = imageGeometry.getOrientation();\n this.#viewOrientation = viewOrientation;\n\n this.#targetOrientation = getTargetOrientation(\n this.#imageOrientation, viewOrientation);\n }\n\n /**\n * Get the view orientation.\n *\n * @returns {Matrix33} The orientation matrix.\n */\n getViewOrientation() {\n return this.#viewOrientation;\n }\n\n /**\n * Get the target orientation.\n *\n * @returns {Matrix33} The orientation matrix.\n */\n getTargetOrientation() {\n return this.#targetOrientation;\n }\n\n /**\n * Get a 3D offset from a plane one.\n *\n * @param {Scalar2D} offset2D The plane offset as {x,y}.\n * @returns {Vector3D} The 3D world offset.\n */\n getOffset3DFromPlaneOffset(offset2D) {\n // make 3D\n const planeOffset = new Vector3D(\n offset2D.x, offset2D.y, 0);\n // de-orient\n const pixelOffset = this.getTargetDeOrientedVector3D(planeOffset);\n // ~indexToWorld\n return new Vector3D(\n pixelOffset.getX() * this.#spacing.get(0),\n pixelOffset.getY() * this.#spacing.get(1),\n pixelOffset.getZ() * this.#spacing.get(2));\n }\n\n /**\n * Get a plane offset from a 3D one.\n *\n * @param {Scalar3D} offset3D The 3D offset as {x,y,z}.\n * @returns {Scalar2D} The plane offset as {x,y}.\n */\n getPlaneOffsetFromOffset3D(offset3D) {\n // ~worldToIndex\n const pixelOffset = new Vector3D(\n offset3D.x / this.#spacing.get(0),\n offset3D.y / this.#spacing.get(1),\n offset3D.z / this.#spacing.get(2));\n // orient\n const planeOffset = this.getTargetOrientedVector3D(pixelOffset);\n // make 2D\n return {\n x: planeOffset.getX(),\n y: planeOffset.getY()\n };\n }\n\n /**\n * Orient an input vector from real to target space.\n *\n * @param {Vector3D} vector The input vector.\n * @returns {Vector3D} The oriented vector.\n */\n getTargetOrientedVector3D(vector) {\n let planeVector = vector;\n if (typeof this.#targetOrientation !== 'undefined') {\n planeVector =\n this.#targetOrientation.getInverse().multiplyVector3D(vector);\n }\n return planeVector;\n }\n\n /**\n * De-orient an input vector from target to real space.\n *\n * @param {Vector3D} planeVector The input vector.\n * @returns {Vector3D} The de-orienteded vector.\n */\n getTargetDeOrientedVector3D(planeVector) {\n let vector = planeVector;\n if (typeof this.#targetOrientation !== 'undefined') {\n vector = this.#targetOrientation.multiplyVector3D(planeVector);\n }\n return vector;\n }\n\n /**\n * De-orient an input point from target to real space.\n *\n * @param {Point3D} planePoint The input point.\n * @returns {Point3D} The de-orienteded point.\n */\n getTargetDeOrientedPoint3D(planePoint) {\n let point = planePoint;\n if (typeof this.#targetOrientation !== 'undefined') {\n point = this.#targetOrientation.multiplyPoint3D(planePoint);\n }\n return point;\n }\n\n /**\n * Orient an input vector from target to image space.\n *\n * @param {Vector3D} planeVector The input vector.\n * @returns {Vector3D} The orienteded vector.\n */\n getImageOrientedVector3D(planeVector) {\n let vector = planeVector;\n if (typeof this.#viewOrientation !== 'undefined') {\n // image oriented => view de-oriented\n const values = getDeOrientedArray3D(\n [\n planeVector.getX(),\n planeVector.getY(),\n planeVector.getZ()\n ],\n this.#viewOrientation);\n vector = new Vector3D(\n values[0],\n values[1],\n values[2]\n );\n }\n return vector;\n }\n\n /**\n * Orient an input point from target to image space.\n *\n * @param {Point3D} planePoint The input vector.\n * @returns {Point3D} The orienteded vector.\n */\n getImageOrientedPoint3D(planePoint) {\n let point = planePoint;\n if (typeof this.#viewOrientation !== 'undefined') {\n // image oriented => view de-oriented\n const values = getDeOrientedArray3D(\n [\n planePoint.getX(),\n planePoint.getY(),\n planePoint.getZ()\n ],\n this.#viewOrientation);\n point = new Point3D(\n values[0],\n values[1],\n values[2]\n );\n }\n return point;\n }\n\n /**\n * De-orient an input vector from image to target space.\n *\n * @param {Vector3D} vector The input vector.\n * @returns {Vector3D} The de-orienteded vector.\n */\n getImageDeOrientedVector3D(vector) {\n let planeVector = vector;\n if (typeof this.#viewOrientation !== 'undefined') {\n // image de-oriented => view oriented\n const orientedValues = getOrientedArray3D(\n [\n vector.getX(),\n vector.getY(),\n vector.getZ()\n ],\n this.#viewOrientation);\n planeVector = new Vector3D(\n orientedValues[0],\n orientedValues[1],\n orientedValues[2]\n );\n }\n return planeVector;\n }\n\n /**\n * De-orient an input point from image to target space.\n *\n * @param {Point3D} point The input point.\n * @returns {Point3D} The de-orienteded point.\n */\n getImageDeOrientedPoint3D(point) {\n let planePoint = point;\n if (typeof this.#viewOrientation !== 'undefined') {\n // image de-oriented => view oriented\n const orientedValues = getOrientedArray3D(\n [\n point.getX(),\n point.getY(),\n point.getZ()\n ],\n this.#viewOrientation);\n planePoint = new Point3D(\n orientedValues[0],\n orientedValues[1],\n orientedValues[2]\n );\n }\n return planePoint;\n }\n\n /**\n * Get a world position from a 2D plane position.\n *\n * @param {Point2D} point2D The input point.\n * @param {number} k The slice index.\n * @returns {Point3D} The associated position.\n */\n getPositionFromPlanePoint(point2D, k) {\n const planePoint = new Point3D(point2D.getX(), point2D.getY(), k);\n // de-orient\n const point = this.getImageOrientedPoint3D(planePoint);\n // ~indexToWorld to not loose precision\n return this.#imageGeometry.pointToWorld(point);\n }\n\n /**\n * Get a list of points that define the plane at position k.\n *\n * @param {number} k The slice index value.\n * @returns {Point3D[]} An origin and 2 cosines vectors.\n */\n getPlanePoints(k) {\n // use target orientation\n const cosines = getCosinesFromOrientation(this.#targetOrientation);\n return [\n this.getPositionFromPlanePoint(new Point2D(0, 0), k),\n new Point3D(cosines[0], cosines[1], cosines[2]),\n new Point3D(cosines[3], cosines[4], cosines[5])\n ];\n }\n\n /**\n * Image world to index.\n *\n * @param {Point} point The input point.\n * @returns {Index} The corresponding index.\n */\n worldToIndex(point) {\n return this.#imageGeometry.worldToIndex(point);\n }\n\n /**\n * Is this view in the same orientation as the image aquisition.\n *\n * @returns {boolean} True if in aquisition plane.\n */\n isAquisitionOrientation() {\n return isIdentityMat33(this.#viewOrientation);\n }\n\n /**\n * Reorder values to follow target orientation.\n *\n * @param {Scalar3D} values Values as {x,y,z}.\n * @returns {Scalar3D} Reoriented values as {x,y,z}.\n */\n getTargetOrientedPositiveXYZ(values) {\n const orientedValues = getOrientedArray3D(\n [\n values.x,\n values.y,\n values.z\n ],\n this.#targetOrientation);\n return {\n x: orientedValues[0],\n y: orientedValues[1],\n z: orientedValues[2]\n };\n }\n\n /**\n * Get the (view) scroll dimension index.\n *\n * @returns {number} The index.\n */\n getScrollIndex() {\n let index = null;\n if (typeof this.#viewOrientation !== 'undefined') {\n index = this.#viewOrientation.getThirdColMajorDirection();\n } else {\n index = 2;\n }\n return index;\n }\n\n /**\n * Get the native (image) scroll dimension index.\n *\n * @returns {number} The index.\n */\n getNativeScrollIndex() {\n let index = null;\n if (typeof this.#imageOrientation !== 'undefined') {\n index = this.#imageOrientation.getThirdColMajorDirection();\n } else {\n index = 2;\n }\n return index;\n }\n\n} // class PlaneHelper\n","import {Index} from '../math/index';\nimport {Vector3D} from '../math/vector';\nimport {Point3D} from '../math/point';\nimport {isIdentityMat33} from '../math/matrix';\nimport {Size} from '../image/size';\nimport {Spacing} from '../image/spacing';\nimport {Image} from '../image/image';\nimport {Geometry} from '../image/geometry';\nimport {PlaneHelper} from '../image/planeHelper';\nimport {\n getSliceIterator,\n getIteratorValues,\n getRegionSliceIterator,\n getVariableRegionSliceIterator\n} from '../image/iterator';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {View} from '../image/view';\nimport {WindowLevel} from '../image/windowLevel';\nimport {Point, Point2D} from '../math/point';\nimport {Scalar2D} from '../math/scalar';\nimport {Matrix33} from '../math/matrix';\nimport {ViewLayer} from '../gui/viewLayer';\n/* eslint-enable no-unused-vars */\n\n/**\n * View controller.\n */\nexport class ViewController {\n\n /**\n * Associated View.\n *\n * @type {View}\n */\n #view;\n\n /**\n * Plane helper.\n *\n * @type {PlaneHelper}\n */\n #planeHelper;\n\n /**\n * Third dimension player ID (created by setInterval).\n *\n * @type {number|undefined}\n */\n #playerID;\n\n /**\n * Is DICOM seg mask flag.\n *\n * @type {boolean}\n */\n #isMask = false;\n\n /**\n * @param {View} view The associated view.\n */\n constructor(view) {\n // check view\n if (typeof view.getImage() === 'undefined') {\n throw new Error('View does not have an image, cannot setup controller');\n }\n\n this.#view = view;\n\n // setup the plane helper\n this.#planeHelper = new PlaneHelper(\n view.getImage().getGeometry(),\n view.getOrientation()\n );\n\n // mask segment helper\n if (view.getImage().getMeta().Modality === 'SEG') {\n this.#isMask = true;\n }\n }\n\n /**\n * Get the plane helper.\n *\n * @returns {PlaneHelper} The helper.\n */\n getPlaneHelper() {\n return this.#planeHelper;\n }\n\n /**\n * Check is the associated image is a mask.\n *\n * @returns {boolean} True if the associated image is a mask.\n */\n isMask() {\n return this.#isMask;\n }\n\n /**\n * Initialise the controller.\n */\n initialise() {\n // set window/level to first preset\n this.setWindowLevelPresetById(0);\n // default position\n this.setCurrentPosition(this.getPositionFromPlanePoint(\n new Point2D(0, 0)\n ));\n }\n\n /**\n * Get the image modality.\n *\n * @returns {string} The modality.\n */\n getModality() {\n return this.#view.getImage().getMeta().Modality;\n }\n\n /**\n * Get the window/level presets names.\n *\n * @returns {string[]} The presets names.\n */\n getWindowLevelPresetsNames() {\n return this.#view.getWindowPresetsNames();\n }\n\n /**\n * Add window/level presets to the view.\n *\n * @param {object} presets A preset object.\n * @returns {object} The list of presets.\n */\n addWindowLevelPresets(presets) {\n return this.#view.addWindowPresets(presets);\n }\n\n /**\n * Set the window level to the preset with the input name.\n *\n * @param {string} name The name of the preset to activate.\n */\n setWindowLevelPreset(name) {\n this.#view.setWindowLevelPreset(name);\n }\n\n /**\n * Set the window level to the preset with the input id.\n *\n * @param {number} id The id of the preset to activate.\n */\n setWindowLevelPresetById(id) {\n this.#view.setWindowLevelPresetById(id);\n }\n\n /**\n * Check if the controller is playing.\n *\n * @returns {boolean} True if the controler is playing.\n */\n isPlaying() {\n return (typeof this.#playerID !== 'undefined');\n }\n\n /**\n * Get the current position.\n *\n * @returns {Point} The position.\n */\n getCurrentPosition() {\n return this.#view.getCurrentPosition();\n }\n\n /**\n * Get the current index.\n *\n * @returns {Index} The current index.\n */\n getCurrentIndex() {\n return this.#view.getCurrentIndex();\n }\n\n /**\n * Get the SOP image UID of the current image.\n *\n * @returns {string} The UID.\n */\n getCurrentImageUid() {\n return this.#view.getCurrentImageUid();\n }\n\n /**\n * Get the image origin for a image UID.\n *\n * @param {string} uid The UID.\n * @returns {Point3D|undefined} The origin.\n */\n getOriginForImageUid(uid) {\n return this.#view.getOriginForImageUid(uid);\n }\n\n /**\n * Check if the image includes an UID.\n *\n * @param {string} uid The UID.\n * @returns {boolean} True if present.\n */\n includesImageUid(uid) {\n return this.#view.includesImageUid(uid);\n }\n\n /**\n * Get the current oriented index.\n *\n * @returns {Index} The index.\n */\n getCurrentOrientedIndex() {\n let res = this.#view.getCurrentIndex();\n if (typeof this.#view.getOrientation() !== 'undefined') {\n // view oriented => image de-oriented\n const vector = this.#planeHelper.getImageDeOrientedVector3D(\n new Vector3D(res.get(0), res.get(1), res.get(2))\n );\n res = new Index([\n vector.getX(), vector.getY(), vector.getZ()\n ]);\n }\n return res;\n }\n\n /**\n * Get the scroll index.\n *\n * @returns {number} The index.\n */\n getScrollIndex() {\n return this.#view.getScrollIndex();\n }\n\n /**\n * Get the current scroll index value.\n *\n * @returns {object} The value.\n */\n getCurrentScrollIndexValue() {\n return this.#view.getCurrentIndex().get(this.#view.getScrollIndex());\n }\n\n /**\n * Get the first origin or at a given position.\n *\n * @param {Point} [position] Optional position.\n * @returns {Point3D} The origin.\n */\n getOrigin(position) {\n return this.#view.getOrigin(position);\n }\n\n /**\n * Is this view in the same orientation as the image aquisition.\n *\n * @returns {boolean} True if in aquisition plane.\n */\n isAquisitionOrientation() {\n return this.#view.isAquisitionOrientation();\n }\n\n /**\n * Get a list of points that define the plane at position k.\n *\n * @param {number} k The slice index value.\n * @returns {Point3D[]} A couple of 3D points.\n */\n getPlanePoints(k) {\n return this.#planeHelper.getPlanePoints(k);\n }\n\n /**\n * Get the current scroll position value.\n *\n * @returns {object} The value.\n */\n getCurrentScrollPosition() {\n const scrollIndex = this.#view.getScrollIndex();\n return this.#view.getCurrentPosition().get(scrollIndex);\n }\n\n /**\n * Generate display image data to be given to a canvas.\n *\n * @param {ImageData} array The array to fill in.\n * @param {Index} [index] Optional index at which to generate,\n * otherwise generates at current index.\n */\n generateImageData(array, index) {\n this.#view.generateImageData(array, index);\n }\n\n /**\n * Set the associated image.\n *\n * @param {Image} img The associated image.\n */\n setImage(img) {\n this.#view.setImage(img);\n }\n\n /**\n * Get the current view (2D) spacing.\n *\n * @returns {Scalar2D} The spacing as a 2D array.\n */\n get2DSpacing() {\n const spacing = this.#view.getImage().getGeometry().getSpacing(\n this.#view.getOrientation());\n return spacing.get2D();\n }\n\n /**\n * Get the image rescaled value at the input position.\n *\n * @param {Point} position The input position.\n * @returns {number|undefined} The image value or undefined if out of bounds\n * or no quantifiable (for ex RGB).\n */\n getRescaledImageValue(position) {\n const image = this.#view.getImage();\n if (!image.canQuantify()) {\n return;\n }\n const geometry = image.getGeometry();\n const index = geometry.worldToIndex(position);\n let value;\n if (geometry.isIndexInBounds(index)) {\n value = image.getRescaledValueAtIndex(index);\n }\n return value;\n }\n\n /**\n * Get the image pixel unit.\n *\n * @returns {string} The unit.\n */\n getPixelUnit() {\n return this.#view.getImage().getMeta().pixelUnit;\n }\n\n /**\n * Extract a slice from an image at the given index and orientation.\n *\n * @param {Image} image The image to parse.\n * @param {Index} index The current index.\n * @param {boolean} isRescaled Flag for rescaled values (default false).\n * @param {Matrix33} orientation The desired orientation.\n * @returns {Image} The extracted slice.\n */\n #getSlice(image, index, isRescaled, orientation) {\n // generate slice values\n const sliceIter = getSliceIterator(\n image,\n index,\n isRescaled,\n orientation\n );\n const sliceValues = getIteratorValues(sliceIter);\n // oriented geometry\n const orientedSize = image.getGeometry().getSize(orientation);\n const sizeValues = orientedSize.getValues();\n sizeValues[2] = 1;\n const sliceSize = new Size(sizeValues);\n const orientedSpacing = image.getGeometry().getSpacing(orientation);\n const spacingValues = orientedSpacing.getValues();\n spacingValues[2] = 1;\n const sliceSpacing = new Spacing(spacingValues);\n const sliceOrigin = new Point3D(0, 0, 0);\n const sliceGeometry =\n new Geometry(sliceOrigin, sliceSize, sliceSpacing);\n // slice image\n // @ts-ignore\n return new Image(sliceGeometry, sliceValues);\n }\n\n /**\n * Get some values from the associated image in a region.\n *\n * @param {Point2D} min Minimum point.\n * @param {Point2D} max Maximum point.\n * @returns {Array} A list of values.\n */\n getImageRegionValues(min, max) {\n let image = this.#view.getImage();\n const orientation = this.#view.getOrientation();\n let currentIndex = this.getCurrentIndex();\n let rescaled = true;\n\n // create oriented slice if needed\n if (!isIdentityMat33(orientation)) {\n image = this.#getSlice(image, currentIndex, rescaled, orientation);\n // update position\n currentIndex = new Index([0, 0, 0]);\n rescaled = false;\n }\n\n // get region values\n const iter = getRegionSliceIterator(\n image, currentIndex, rescaled, min, max);\n let values = [];\n if (iter) {\n values = getIteratorValues(iter);\n }\n return values;\n }\n\n /**\n * Get some values from the associated image in variable regions.\n *\n * @param {number[][][]} regions A list of [x, y] pairs (min, max).\n * @returns {Array} A list of values.\n */\n getImageVariableRegionValues(regions) {\n let image = this.#view.getImage();\n const orientation = this.#view.getOrientation();\n let currentIndex = this.getCurrentIndex();\n let rescaled = true;\n\n // create oriented slice if needed\n if (!isIdentityMat33(orientation)) {\n image = this.#getSlice(image, currentIndex, rescaled, orientation);\n // update position\n currentIndex = new Index([0, 0, 0]);\n rescaled = false;\n }\n\n // get region values\n const iter = getVariableRegionSliceIterator(\n image, currentIndex, rescaled, regions);\n let values = [];\n if (iter) {\n values = getIteratorValues(iter);\n }\n return values;\n }\n\n /**\n * Can the image values be quantified?\n *\n * @returns {boolean} True if possible.\n */\n canQuantifyImage() {\n return this.#view.getImage().canQuantify();\n }\n\n /**\n * Can window and level be applied to the data?\n *\n * @returns {boolean} True if possible.\n * @deprecated Please use isMonochrome instead.\n */\n canWindowLevel() {\n return this.isMonochrome();\n }\n\n /**\n * Is the data monochrome.\n *\n * @returns {boolean} True if the data is monochrome.\n */\n isMonochrome() {\n return this.#view.getImage().isMonochrome();\n }\n\n /**\n * Can the data be scrolled?\n *\n * @returns {boolean} True if the data has either the third dimension\n * or above greater than one.\n */\n canScroll() {\n return this.#view.getImage().canScroll(this.#view.getOrientation());\n }\n\n /**\n * Get the oriented image size.\n *\n * @returns {Size} The size.\n */\n getImageSize() {\n return this.#view.getImage().getGeometry().getSize(\n this.#view.getOrientation());\n }\n\n\n /**\n * Is the data size larger than one in the given dimension?\n *\n * @param {number} dim The dimension.\n * @returns {boolean} True if the image size is larger than one\n * in the given dimension.\n */\n moreThanOne(dim) {\n return this.getImageSize().moreThanOne(dim);\n }\n\n /**\n * Get the image world (mm) 2D size.\n *\n * @returns {Scalar2D} The 2D size as {x,y}.\n */\n getImageWorldSize() {\n const geometry = this.#view.getImage().getGeometry();\n const size = geometry.getSize(this.#view.getOrientation()).get2D();\n const spacing = geometry.getSpacing(this.#view.getOrientation()).get2D();\n return {\n x: size.x * spacing.x,\n y: size.y * spacing.y\n };\n }\n\n /**\n * Get the image rescaled data range.\n *\n * @returns {object} The range as {min, max}.\n */\n getImageRescaledDataRange() {\n return this.#view.getImage().getRescaledDataRange();\n }\n\n /**\n * Compare the input meta data to the associated image one.\n *\n * @param {object} meta The meta data.\n * @returns {boolean} True if the associated image has equal meta data.\n */\n equalImageMeta(meta) {\n const imageMeta = this.#view.getImage().getMeta();\n // loop through input meta keys\n const metaKeys = Object.keys(meta);\n for (let i = 0; i < metaKeys.length; ++i) {\n const metaKey = metaKeys[i];\n if (typeof imageMeta[metaKey] === 'undefined') {\n return false;\n }\n if (imageMeta[metaKey] !== meta[metaKey]) {\n return false;\n }\n }\n return true;\n }\n\n /**\n * Check if the current position (default) or\n * the provided position is in bounds.\n *\n * @param {Point} [position] Optional position.\n * @returns {boolean} True is the position is in bounds.\n */\n isPositionInBounds(position) {\n return this.#view.isPositionInBounds(position);\n }\n\n /**\n * Set the current position.\n *\n * @param {Point} pos The position.\n * @param {boolean} [silent] If true, does not fire a\n * positionchange event.\n * @returns {boolean} False if not in bounds.\n */\n setCurrentPosition(pos, silent) {\n return this.#view.setCurrentPosition(pos, silent);\n }\n\n /**\n * Get a world position from a 2D plane position.\n *\n * @param {Point2D} point2D The input point.\n * @param {number} [k] Optional slice index,\n * if undefined, uses the current one.\n * @returns {Point} The associated position.\n */\n getPositionFromPlanePoint(point2D, k) {\n // keep third direction\n if (typeof k === 'undefined') {\n k = this.getCurrentScrollIndexValue();\n }\n const planePoint = new Point3D(point2D.getX(), point2D.getY(), k);\n // de-orient\n const point = this.#planeHelper.getImageOrientedPoint3D(planePoint);\n // ~indexToWorld to not loose precision\n const geometry = this.#view.getImage().getGeometry();\n const point3D = geometry.pointToWorld(point);\n // merge with current position to keep extra dimensions\n return this.getCurrentPosition().mergeWith3D(point3D);\n }\n\n /**\n * Get a 2D plane position from a world position.\n *\n * @param {Point} point The 3D position.\n * @returns {Point2D} The 2D position.\n */\n getPlanePositionFromPosition(point) {\n // orient\n const geometry = this.#view.getImage().getGeometry();\n // ~worldToIndex to not loose precision\n const point3D = geometry.worldToPoint(point);\n const planePoint = this.#planeHelper.getImageDeOrientedPoint3D(point3D);\n // return\n return new Point2D(\n planePoint.getX(),\n planePoint.getY(),\n );\n }\n\n /**\n * Get the index of a world position.\n *\n * @param {Point} point The 3D position.\n * @returns {Index} The index.\n */\n getIndexFromPosition(point) {\n // orient\n const geometry = this.#view.getImage().getGeometry();\n // ~worldToIndex to not loose precision\n return geometry.worldToIndex(point);\n }\n\n /**\n * Set the current index.\n *\n * @param {Index} index The index.\n * @param {boolean} [silent] If true, does not fire a positionchange event.\n * @returns {boolean} False if not in bounds.\n */\n setCurrentIndex(index, silent) {\n return this.#view.setCurrentIndex(index, silent);\n }\n\n /**\n * Get a plane 3D position from a plane 2D position: does not compensate\n * for the image origin. Needed for setting the scale center...\n *\n * @param {Point2D} point2D The 2D position.\n * @returns {Point3D} The 3D point.\n */\n getPlanePositionFromPlanePoint(point2D) {\n // keep third direction\n const k = this.getCurrentScrollIndexValue();\n const planePoint = new Point3D(point2D.getX(), point2D.getY(), k);\n // de-orient\n const point = this.#planeHelper.getTargetDeOrientedPoint3D(planePoint);\n // ~indexToWorld to not loose precision\n const geometry = this.#view.getImage().getGeometry();\n const spacing = geometry.getRealSpacing();\n return new Point3D(\n point.getX() * spacing.get(0),\n point.getY() * spacing.get(1),\n point.getZ() * spacing.get(2));\n }\n\n /**\n * Get a 3D offset from a plane one.\n *\n * @param {Scalar2D} offset2D The plane offset as {x,y}.\n * @returns {Vector3D} The 3D world offset.\n */\n getOffset3DFromPlaneOffset(offset2D) {\n return this.#planeHelper.getOffset3DFromPlaneOffset(offset2D);\n }\n\n /**\n * Get the current index incremented in the input direction.\n *\n * @param {number} dim The direction in which to increment.\n * @returns {Index} The resulting index.\n */\n #getIncrementIndex(dim) {\n const index = this.getCurrentIndex();\n const values = new Array(index.length());\n values.fill(0);\n if (dim < values.length) {\n values[dim] = 1;\n } else {\n console.warn('Cannot increment given index: ', dim, values.length);\n }\n const incr = new Index(values);\n return index.add(incr);\n }\n\n /**\n * Get the current index decremented in the input direction.\n *\n * @param {number} dim The direction in which to decrement.\n * @returns {Index} The resulting index.\n */\n #getDecrementIndex(dim) {\n const index = this.getCurrentIndex();\n const values = new Array(index.length());\n values.fill(0);\n if (dim < values.length) {\n values[dim] = -1;\n } else {\n console.warn('Cannot decrement given index: ', dim, values.length);\n }\n const incr = new Index(values);\n return index.add(incr);\n }\n\n /**\n * Get the current index incremented in the scroll direction.\n *\n * @returns {Index} The resulting index.\n */\n #getIncrementScrollIndex() {\n return this.#getIncrementIndex(this.getScrollIndex());\n }\n\n /**\n * Get the current index decremented in the scroll direction.\n *\n * @returns {Index} The resulting index.\n */\n #getDecrementScrollIndex() {\n return this.#getDecrementIndex(this.getScrollIndex());\n }\n\n /**\n * Get the current position incremented in the input direction.\n *\n * @param {number} dim The direction in which to increment.\n * @returns {Point} The resulting point.\n */\n getIncrementPosition(dim) {\n const geometry = this.#view.getImage().getGeometry();\n return geometry.indexToWorld(this.#getIncrementIndex(dim));\n }\n\n /**\n * Get the current position decremented in the input direction.\n *\n * @param {number} dim The direction in which to decrement.\n * @returns {Point} The resulting point.\n */\n getDecrementPosition(dim) {\n const geometry = this.#view.getImage().getGeometry();\n return geometry.indexToWorld(this.#getDecrementIndex(dim));\n }\n\n /**\n * Get the current position decremented in the scroll direction.\n *\n * @returns {Point} The resulting point.\n */\n getIncrementScrollPosition() {\n const geometry = this.#view.getImage().getGeometry();\n return geometry.indexToWorld(this.#getIncrementScrollIndex());\n }\n\n /**\n * Get the current position decremented in the scroll direction.\n *\n * @returns {Point} The resulting point.\n */\n getDecrementScrollPosition() {\n const geometry = this.#view.getImage().getGeometry();\n return geometry.indexToWorld(this.#getDecrementScrollIndex());\n }\n\n /**\n * Increment the provided dimension.\n *\n * @param {number} dim The dimension to increment.\n * @param {boolean} [silent] Do not send event.\n * @returns {boolean} False if not in bounds.\n */\n incrementIndex(dim, silent) {\n return this.setCurrentIndex(this.#getIncrementIndex(dim), silent);\n }\n\n /**\n * Decrement the provided dimension.\n *\n * @param {number} dim The dimension to increment.\n * @param {boolean} [silent] Do not send event.\n * @returns {boolean} False if not in bounds.\n */\n decrementIndex(dim, silent) {\n return this.setCurrentIndex(this.#getDecrementIndex(dim), silent);\n }\n\n /**\n * Decrement the scroll dimension index.\n *\n * @param {boolean} [silent] Do not send event.\n * @returns {boolean} False if not in bounds.\n */\n decrementScrollIndex(silent) {\n return this.setCurrentIndex(this.#getDecrementScrollIndex(), silent);\n }\n\n /**\n * Increment the scroll dimension index.\n *\n * @param {boolean} [silent] Do not send event.\n * @returns {boolean} False if not in bounds.\n */\n incrementScrollIndex(silent) {\n return this.setCurrentIndex(this.#getIncrementScrollIndex(), silent);\n }\n\n /**\n * Scroll play: loop through all slices.\n */\n play() {\n // ensure data is scrollable: dim >= 3\n if (!this.canScroll()) {\n return;\n }\n if (typeof this.#playerID === 'undefined') {\n const image = this.#view.getImage();\n const recommendedDisplayFrameRate =\n image.getMeta().RecommendedDisplayFrameRate;\n const milliseconds = this.#view.getPlaybackMilliseconds(\n recommendedDisplayFrameRate);\n const size = image.getGeometry().getSize();\n const canScroll3D = size.canScroll3D();\n\n this.#playerID = window.setInterval(() => {\n let canDoMore = false;\n if (canScroll3D) {\n canDoMore = this.incrementScrollIndex();\n } else {\n canDoMore = this.incrementIndex(3);\n }\n // end of scroll, loop back\n if (!canDoMore) {\n const pos1 = this.getCurrentIndex();\n const values = pos1.getValues();\n const orientation = this.#view.getOrientation();\n if (canScroll3D) {\n values[orientation.getThirdColMajorDirection()] = 0;\n } else {\n values[3] = 0;\n }\n const index = new Index(values);\n const geometry = this.#view.getImage().getGeometry();\n this.setCurrentPosition(geometry.indexToWorld(index));\n }\n }, milliseconds);\n } else {\n this.stop();\n }\n }\n\n /**\n * Stop scroll playing.\n */\n stop() {\n if (typeof this.#playerID !== 'undefined') {\n clearInterval(this.#playerID);\n this.#playerID = undefined;\n }\n }\n\n /**\n * Get the window/level.\n *\n * @returns {WindowLevel} The window and level.\n */\n getWindowLevel() {\n return this.#view.getWindowLevel();\n }\n\n /**\n * Get the current window level preset name.\n *\n * @returns {string} The preset name.\n */\n getCurrentWindowPresetName() {\n return this.#view.getCurrentWindowPresetName();\n }\n\n /**\n * Set the window and level.\n *\n * @param {WindowLevel} wl The window and level.\n */\n setWindowLevel(wl) {\n this.#view.setWindowLevel(wl);\n }\n\n /**\n * Get the colour map.\n *\n * @returns {string} The colour map name.\n */\n getColourMap() {\n return this.#view.getColourMap();\n }\n\n /**\n * Set the colour map.\n *\n * @param {string} name The colour map name.\n */\n setColourMap(name) {\n this.#view.setColourMap(name);\n }\n\n /**\n * @callback alphaFn\n * @param {number[]|number} value The pixel value.\n * @param {number} index The values' index.\n * @returns {number} The opacity of the input value.\n */\n\n /**\n * Set the view per value alpha function.\n *\n * @param {alphaFn} func The function.\n */\n setViewAlphaFunction(func) {\n this.#view.setAlphaFunction(func);\n }\n\n /**\n * Bind the view image to the provided layer.\n *\n * @param {ViewLayer} viewLayer The layer to bind.\n */\n bindImageAndLayer(viewLayer) {\n const image = this.#view.getImage();\n image.addEventListener('imagecontentchange',\n viewLayer.onimagecontentchange\n );\n image.addEventListener('imagegeometrychange',\n viewLayer.onimagegeometrychange\n );\n }\n\n /**\n * Unbind the view image to the provided layer.\n *\n * @param {ViewLayer} viewLayer The layer to bind.\n */\n unbindImageAndLayer(viewLayer) {\n const image = this.#view.getImage();\n image.removeEventListener('imagecontentchange',\n viewLayer.onimagecontentchange\n );\n image.removeEventListener('imagegeometrychange',\n viewLayer.onimagegeometrychange\n );\n }\n\n} // class ViewController\n","import {getLayerDetailsFromEvent} from '../gui/layerGroup';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get a normalised spin speed in the Y direction to try to support\n * trackpads (small and large deltaY) and mouse wheel (large deltaY).\n * Should return 1 or -1 for a single mouse wheel tick.\n *\n * @param {object} event The wheel event.\n * @returns {number} The normalised spin Y.\n */\nfunction getSpinY(event) {\n // (notes of 03/2024)\n\n // firefox seems to change the value of deltaY\n // if you ask for deltaMode before (?????)\n\n // deltaY (for a single mouse wheel tick):\n // - chrome: [linux] 120, [mac]: 4\n // - firefox: [linux] 132, [mac]: 16\n\n // wheelDelta (for a single mouse wheel tick):\n // - chrome: [linux] 120, [mac]: 240\n // - firefox: [linux] 120, [mac]: 48\n\n // -> using wheelDelta for mouse wheel detection as\n // it is consistently larger than trackpad scroll\n\n // wheelDeltaY and deltaY do not go in the same direction,\n // using -deltaY so that they do...\n\n if (typeof event.wheelDeltaY === 'undefined') {\n //logger.warn('No wheel delta, scroll could be tricky...);\n return -event.deltaY;\n } else {\n const threshold = 45;\n if (event.wheelDeltaY > threshold) {\n return 1;\n } else if (event.wheelDeltaY < -threshold) {\n return -1;\n } else {\n return -event.deltaY / 60;\n }\n }\n}\n\n/**\n * Class to sum wheel events and know if that sum\n * corresponds to a 'tick'.\n */\nclass ScrollSum {\n /**\n * The scroll sum.\n *\n * @type {number}\n */\n #sum = 0;\n\n /**\n * Get the scroll sum.\n *\n * @returns {number} The scroll sum.\n */\n getSum() {\n return this.#sum;\n }\n\n /**\n * Add scroll.\n *\n * @param {object} event The wheel event.\n */\n add(event) {\n this.#sum += getSpinY(event);\n }\n\n /**\n * Clear the scroll sum.\n */\n clear() {\n this.#sum = 0;\n }\n\n /**\n * Does the accumulated scroll correspond to a 'tick'.\n *\n * @returns {boolean} True if the sum corresponds to a 'tick'.\n */\n isTick() {\n return Math.abs(this.#sum) >= 1;\n }\n}\n\n/**\n * Scroll wheel class: provides a wheel event handler\n * that scroll the corresponding data.\n */\nexport class ScrollWheel {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Accumulated scroll.\n *\n * @type {ScrollSum}\n */\n #scrollSum = new ScrollSum();\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Handle mouse wheel event.\n *\n * @param {WheelEvent} event The mouse wheel event.\n */\n wheel(event) {\n this.#scrollSum.add(event);\n const up = this.#scrollSum.getSum() >= 0;\n\n // exit if no tick\n if (!this.#scrollSum.isTick()) {\n return;\n } else {\n this.#scrollSum.clear();\n }\n\n // prevent default page scroll\n event.preventDefault();\n\n const layerDetails = getLayerDetailsFromEvent(event);\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n let newPosition;\n if (layerGroup.canScroll()) {\n if (up) {\n newPosition = viewController.getIncrementScrollPosition();\n } else {\n newPosition = viewController.getDecrementScrollPosition();\n }\n } else if (layerGroup.moreThanOne(3)) {\n if (up) {\n newPosition = viewController.getIncrementPosition(3);\n } else {\n newPosition = viewController.getDecrementPosition(3);\n }\n }\n\n // set all layers if at least one can be set\n if (typeof newPosition !== 'undefined' &&\n layerGroup.isPositionInBounds(newPosition)) {\n viewController.setCurrentPosition(newPosition);\n }\n }\n\n} // ScrollWheel class\n","import {Point2D} from './point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {ViewController} from '../app/viewController';\nimport {Scalar2D} from './scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Line shape.\n */\nexport class Line {\n\n /**\n * Line begin point.\n *\n * @type {Point2D}\n */\n #begin;\n\n /**\n * Line end point.\n *\n * @type {Point2D}\n */\n #end;\n\n /**\n * @param {Point2D} begin A Point2D representing the beginning\n * of the line.\n * @param {Point2D} end A Point2D representing the end of the line.\n */\n constructor(begin, end) {\n this.#begin = begin;\n this.#end = end;\n }\n\n /**\n * Get the begin point of the line.\n *\n * @returns {Point2D} The beginning point of the line.\n */\n getBegin() {\n return this.#begin;\n }\n\n /**\n * Get the end point of the line.\n *\n * @returns {Point2D} The ending point of the line.\n */\n getEnd() {\n return this.#end;\n }\n\n /**\n * Check for equality.\n *\n * @param {Line} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getBegin().equals(rhs.getBegin()) &&\n this.getEnd().equals(rhs.getEnd());\n }\n\n /**\n * Get the line delta in the X direction.\n *\n * @returns {number} The delta in the X direction.\n */\n getDeltaX() {\n return this.getEnd().getX() - this.getBegin().getX();\n }\n\n /**\n * Get the line delta in the Y direction.\n *\n * @returns {number} The delta in the Y direction.\n */\n getDeltaY() {\n return this.getEnd().getY() - this.getBegin().getY();\n }\n\n /**\n * Get the length of the line.\n *\n * @returns {number} The length of the line.\n */\n getLength() {\n return Math.sqrt(\n this.getDeltaX() * this.getDeltaX() +\n this.getDeltaY() * this.getDeltaY()\n );\n }\n\n /**\n * Get the length of the line according to a spacing.\n *\n * @param {Scalar2D} spacing2D The 2D spacing.\n * @returns {number} The length of the line with spacing\n * or null for null spacings.\n */\n getWorldLength(spacing2D) {\n let wlen = null;\n if (spacing2D !== null) {\n const dxs = this.getDeltaX() * spacing2D.x;\n const dys = this.getDeltaY() * spacing2D.y;\n wlen = Math.sqrt(dxs * dxs + dys * dys);\n }\n return wlen;\n }\n\n /**\n * Get the mid point of the line.\n *\n * @returns {Point2D} The mid point of the line.\n */\n getMidpoint() {\n return new Point2D(\n (this.getBegin().getX() + this.getEnd().getX()) / 2,\n (this.getBegin().getY() + this.getEnd().getY()) / 2\n );\n }\n\n /**\n * Get the centroid of the line.\n *\n * @returns {Point2D} THe centroid point.\n */\n getCentroid() {\n return this.getMidpoint();\n }\n\n /**\n * Get the slope of the line.\n *\n * @returns {number} The slope of the line.\n */\n getSlope() {\n return this.getDeltaY() / this.getDeltaX();\n }\n\n /**\n * Get the intercept of the line.\n *\n * @returns {number} The slope of the line.\n */\n getIntercept() {\n return (\n this.getEnd().getX() * this.getBegin().getY() -\n this.getBegin().getX() * this.getEnd().getY()\n ) / this.getDeltaX();\n }\n\n /**\n * Get the inclination of the line.\n *\n * @returns {number} The inclination of the line.\n */\n getInclination() {\n // tan(theta) = slope\n const angle =\n Math.atan2(this.getDeltaY(), this.getDeltaX()) * 180 / Math.PI;\n // shift?\n return 180 - angle;\n }\n\n /**\n * Quantify a line according to view information.\n *\n * @param {ViewController} viewController The associated view controller.\n * @returns {object} A quantification object.\n */\n quantify(viewController) {\n const quant = {};\n // length\n const spacing2D = viewController.get2DSpacing();\n const length = this.getWorldLength(spacing2D);\n if (length !== null) {\n quant.length = {value: length, unit: 'unit.mm'};\n }\n // return\n return quant;\n }\n\n} // Line class\n\n/**\n * Get the angle between two lines in degree.\n *\n * @param {Line} line0 The first line.\n * @param {Line} line1 The second line.\n * @returns {number} The angle.\n */\nexport function getAngle(line0, line1) {\n const dx0 = line0.getDeltaX();\n const dy0 = line0.getDeltaY();\n const dx1 = line1.getDeltaX();\n const dy1 = line1.getDeltaY();\n // dot = ||a||*||b||*cos(theta)\n const dot = dx0 * dx1 + dy0 * dy1;\n // cross = ||a||*||b||*sin(theta)\n const det = dx0 * dy1 - dy0 * dx1;\n // tan = sin / cos\n const angle = Math.atan2(det, dot) * 180 / Math.PI;\n // complementary angle\n // shift?\n return 360 - (180 - angle);\n}\n\n/**\n * Check if two lines are orthogonal.\n *\n * @param {Line} line0 The first line.\n * @param {Line} line1 The second line.\n * @returns {boolean} True if both lines are orthogonal.\n */\nexport function areOrthogonal(line0, line1) {\n const dx0 = line0.getDeltaX();\n const dy0 = line0.getDeltaY();\n const dx1 = line1.getDeltaX();\n const dy1 = line1.getDeltaY();\n // dot = ||a||*||b||*cos(theta)\n return (dx0 * dx1 + dy0 * dy1) === 0;\n}\n\n/**\n * Get a perpendicular line to an input one.\n *\n * @param {Line} line The line to be perpendicular to.\n * @param {Point2D} point The middle point of the perpendicular line.\n * @param {number} length The length of the perpendicular line.\n * @param {Scalar2D} [spacing] The image spacing.\n * @returns {Line} The perpendicular line.\n */\nexport function getPerpendicularLine(line, point, length, spacing) {\n if (typeof spacing === 'undefined') {\n spacing = {x: 1, y: 1};\n }\n // begin point\n let beginX = 0;\n let beginY = 0;\n // end point\n let endX = 0;\n let endY = 0;\n\n // check slope:\n // 0 -> horizontal\n // Infinite -> vertical (a/Infinite = 0)\n if (line.getSlope() !== 0) {\n // a0 * a1 = -1 (in square space)\n const spacingRatio = spacing.x * spacing.x / (spacing.y * spacing.y);\n const slope = -spacingRatio / line.getSlope();\n // y0 = a1*x0 + b1 -> b1 = y0 - a1*x0\n const intercept = point.getY() - slope * point.getX();\n\n // 1. [length] (x - x0)^2 + (y - y0)^2 = d^2\n // 2. [slope] a = (y - y0) / (x - x0) -> y - y0 = a*(x - x0)\n // -> (x - x0)^2 + a^2 * (x - x0)^2 = d^2\n // -> (x - x0)^2 = d^2 / (1 + a^2)\n // -> x = x0 +- d / sqrt(1+a^2)\n\n // length is the distance between begin and end,\n // point is half way between both -> d = length / 2\n const dx = length / (2 * Math.sqrt(1 + slope * slope));\n\n // begin point\n beginX = point.getX() - dx;\n beginY = slope * beginX + intercept;\n // end point\n endX = point.getX() + dx;\n endY = slope * endX + intercept;\n } else {\n // horizontal input line -> perpendicular is vertical!\n // begin point\n beginX = point.getX();\n beginY = point.getY() - length / 2;\n // end point\n endX = point.getX();\n endY = point.getY() + length / 2;\n }\n // perpendicalar line\n return new Line(\n new Point2D(beginX, beginY),\n new Point2D(endX, endY));\n}\n","import {logger} from '../utils/logger';\nimport {ListenerHandler} from '../utils/listen';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Annotation} from './annotation';\nimport {ViewController} from '../app/viewController';\n/* eslint-enable no-unused-vars */\n\n/**\n * Annotation group.\n */\nexport class AnnotationGroup {\n /**\n * @type {Annotation[]}\n */\n #list;\n\n /**\n * Annotation meta data.\n *\n * @type {Object}\n */\n #meta = {};\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Editable flag.\n *\n * @type {boolean}\n */\n #editable;\n\n /**\n * Group colour as hex string. If defined, it will be used as\n * default colour for new annotations in draw tool.\n *\n * @type {string|undefined}\n */\n #colour;\n\n /**\n * @param {Annotation[]} [list] Optional list, will\n * create new if not provided.\n */\n constructor(list) {\n if (typeof list !== 'undefined') {\n this.#list = list;\n } else {\n this.#list = [];\n }\n this.#editable = true;\n }\n\n /**\n * Get the annotation group as an array.\n *\n * @returns {Annotation[]} The array.\n */\n getList() {\n return this.#list;\n }\n\n /**\n * Get the number of annotations of this list.\n *\n * @returns {number} The number of annotations.\n */\n getLength() {\n return this.#list.length;\n }\n\n /**\n * Check if the annotation group is editable.\n *\n * @returns {boolean} True if editable.\n */\n isEditable() {\n return this.#editable;\n }\n\n /**\n * Set the annotation group editability.\n *\n * @param {boolean} flag True to make the annotation group editable.\n */\n setEditable(flag) {\n this.#editable = flag;\n this.#fireEvent({\n type: 'annotationgroupeditablechange',\n data: flag\n });\n }\n\n /**\n * Get the group colour.\n *\n * @returns {string} The colour as hex string.\n */\n getColour() {\n return this.#colour;\n }\n\n /**\n * Set the group colour.\n *\n * @param {string} colour The colour as hex string.\n */\n setColour(colour) {\n this.#colour = colour;\n }\n\n /**\n * Add a new annotation.\n *\n * @param {Annotation} annotation The annotation to add.\n */\n add(annotation) {\n this.#list.push(annotation);\n this.#fireEvent({\n type: 'annotationadd',\n data: annotation\n });\n }\n\n /**\n * Update an existing annotation.\n *\n * @param {Annotation} annotation The annotation to update.\n * @param {string[]} [propKeys] Optional properties that got updated.\n */\n update(annotation, propKeys) {\n const index = this.#list.findIndex((item) => item.id === annotation.id);\n if (index !== -1) {\n this.#list[index] = annotation;\n this.#fireEvent({\n type: 'annotationupdate',\n data: annotation,\n keys: propKeys\n });\n } else {\n logger.warn('Cannot find annotation to update');\n }\n }\n\n /**\n * Remove an annotation.\n *\n * @param {string} id The id of the annotation to remove.\n */\n remove(id) {\n const index = this.#list.findIndex((item) => item.id === id);\n if (index !== -1) {\n const annotation = this.#list.splice(index, 1)[0];\n this.#fireEvent({\n type: 'annotationremove',\n data: annotation\n });\n } else {\n logger.warn('Cannot find annotation to remove');\n }\n }\n\n /**\n * Set the associated view controller.\n *\n * @param {ViewController} viewController The associated view controller.\n */\n setViewController(viewController) {\n for (const item of this.#list) {\n item.setViewController(viewController);\n item.updateQuantification();\n }\n }\n\n /**\n * Find an annotation.\n *\n * @param {string} id The id of the annotation to find.\n * @returns {Annotation|undefined} The found annotation.\n */\n find(id) {\n return this.#list.find((item) => item.id === id);\n }\n\n /**\n * Get the meta data.\n *\n * @returns {Object} The meta data.\n */\n getMeta() {\n return this.#meta;\n }\n\n /**\n * Check if this list contains a meta data value.\n *\n * @param {string} key The key to check.\n * @returns {boolean} True if the meta data is present.\n */\n hasMeta(key) {\n return typeof this.#meta[key] !== 'undefined';\n }\n\n /**\n * Get a meta data value.\n *\n * @param {string} key The meta data key.\n * @returns {string|object} The meta data value.\n */\n getMetaValue(key) {\n return this.#meta[key];\n }\n\n /**\n * Set a meta data.\n *\n * @param {string} key The meta data key.\n * @param {string|object} value The value of the meta data.\n */\n setMetaValue(key, value) {\n this.#meta[key] = value;\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n}\n","import {AnnotationGroup} from '../image/annotationGroup';\nimport {\n RemoveAnnotationCommand,\n UpdateAnnotationCommand\n} from '../tools/drawCommands';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Draw controller.\n */\nexport class DrawController {\n\n /**\n * The annotation group.\n *\n * @type {AnnotationGroup}\n */\n #annotationGroup;\n\n /**\n * Get an annotation.\n *\n * @param {string} id The annotation id.\n * @returns {Annotation|undefined} The annotation.\n */\n getAnnotation(id) {\n return this.#annotationGroup.find(id);\n }\n\n /**\n * Get the annotation group.\n *\n * @returns {AnnotationGroup} The list.\n */\n getAnnotationGroup() {\n return this.#annotationGroup;\n }\n\n /**\n * Check if the annotation group is editable.\n *\n * @returns {boolean} True if editable.\n */\n isAnnotationGroupEditable() {\n return this.#annotationGroup.isEditable();\n }\n\n /**\n * Set the annotation group editability.\n *\n * @param {boolean} flag True to make the annotation group editable.\n */\n setAnnotationGroupEditable(flag) {\n this.#annotationGroup.setEditable(flag);\n }\n\n /**\n * Add an annotation.\n *\n * @param {Annotation} annotation The annotation to add.\n */\n addAnnotation(annotation) {\n this.#annotationGroup.add(annotation);\n }\n\n /**\n * Update an anotation from the list.\n *\n * @param {Annotation} annotation The annotation to update.\n * @param {string[]} [propKeys] Optional properties that got updated.\n */\n updateAnnotation(annotation, propKeys) {\n this.#annotationGroup.update(annotation, propKeys);\n }\n\n /**\n * Remove an anotation for the list.\n *\n * @param {string} id The id of the annotation to remove.\n */\n removeAnnotation(id) {\n this.#annotationGroup.remove(id);\n }\n\n /**\n * Remove an annotation via a remove command (triggers draw actions).\n *\n * @param {string} id The annotation id.\n * @param {Function} exeCallback The undo stack callback.\n */\n removeAnnotationWithCommand(id, exeCallback) {\n const annotation = this.getAnnotation(id);\n if (typeof annotation === 'undefined') {\n logger.warn(\n 'Cannot create remove command for undefined annotation: ' + id);\n return;\n }\n // create remove annotation command\n const command = new RemoveAnnotationCommand(annotation, this);\n // add command to undo stack\n exeCallback(command);\n // execute command: triggers draw remove\n command.execute();\n }\n\n /**\n * Update an annotation via an update command (triggers draw actions).\n *\n * @param {string} id The annotation id.\n * @param {object} originalProps The original annotation properties\n * that will be updated.\n * @param {object} newProps The new annotation properties\n * that will replace the original ones.\n * @param {Function} exeCallback The undo stack callback.\n */\n updateAnnotationWithCommand(id, originalProps, newProps, exeCallback) {\n const annotation = this.getAnnotation(id);\n if (typeof annotation === 'undefined') {\n logger.warn(\n 'Cannot create update command for undefined annotation: ' + id);\n return;\n }\n // create remove annotation command\n const command = new UpdateAnnotationCommand(\n annotation, originalProps, newProps, this);\n // add command to undo stack\n exeCallback(command);\n // execute command: triggers draw remove\n command.execute();\n }\n\n /**\n * Remove all annotations via remove commands (triggers draw actions).\n *\n * @param {Function} exeCallback The undo stack callback.\n */\n removeAllAnnotationsWithCommand(exeCallback) {\n for (const annotation of this.#annotationGroup.getList()) {\n this.removeAnnotationWithCommand(annotation.id, exeCallback);\n }\n }\n\n /**\n * @param {AnnotationGroup} [group] Optional annotation group.\n */\n constructor(group) {\n if (typeof group !== 'undefined') {\n this.#annotationGroup = group;\n } else {\n this.#annotationGroup = new AnnotationGroup();\n }\n }\n\n /**\n * Check if the annotation group contains a meta data value.\n *\n * @param {string} key The key to check.\n * @returns {boolean} True if the meta data is present.\n */\n hasAnnotationMeta(key) {\n return this.#annotationGroup.hasMeta(key);\n }\n\n /**\n * Set an annotation meta data.\n *\n * @param {string} key The meta data to set.\n * @param {string} value The value of the meta data.\n */\n setAnnotationMeta(key, value) {\n this.#annotationGroup.setMetaValue(key, value);\n }\n\n} // class DrawController\n","import {getShadowColour} from '../utils/colour';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Scalar2D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Style class.\n */\nexport class Style {\n /**\n * Font size.\n *\n * @type {number}\n */\n #fontSize = 10;\n\n /**\n * Font family.\n *\n * @type {string}\n */\n #fontFamily = 'Verdana';\n\n /**\n * Text colour.\n *\n * @type {string}\n */\n #textColour = '#fff';\n\n /**\n * Line colour.\n *\n * @type {string}\n */\n #lineColour = '#ffff80';\n\n /**\n * Base scale.\n *\n * @type {Scalar2D}\n */\n #baseScale = {x: 1, y: 1};\n\n /**\n * Zoom scale.\n *\n * @type {Scalar2D}\n */\n #zoomScale = {x: 1, y: 1};\n\n /**\n * Stroke width.\n *\n * @type {number}\n */\n #strokeWidth = 2;\n\n /**\n * Shadow offset.\n *\n * @type {Scalar2D}\n */\n #shadowOffset = {x: 0.25, y: 0.25};\n\n /**\n * Tag opacity.\n *\n * @type {number}\n */\n #tagOpacity = 0.2;\n\n /**\n * Text padding.\n *\n * @type {number}\n */\n #textPadding = 3;\n\n /**\n * Get the font family.\n *\n * @returns {string} The font family.\n */\n getFontFamily() {\n return this.#fontFamily;\n }\n\n /**\n * Get the font size.\n *\n * @returns {number} The font size.\n */\n getFontSize() {\n return this.#fontSize;\n }\n\n /**\n * Get the stroke width.\n *\n * @returns {number} The stroke width.\n */\n getStrokeWidth() {\n return this.#strokeWidth;\n }\n\n /**\n * Get the text colour.\n *\n * @returns {string} The text colour.\n */\n getTextColour() {\n return this.#textColour;\n }\n\n /**\n * Get the line colour.\n *\n * @returns {string} The line colour.\n */\n getLineColour() {\n return this.#lineColour;\n }\n\n /**\n * Set the line colour.\n *\n * @param {string} colour The line colour.\n */\n setLineColour(colour) {\n this.#lineColour = colour;\n }\n\n /**\n * Set the base scale.\n *\n * @param {Scalar2D} scale The scale as {x,y}.\n */\n setBaseScale(scale) {\n this.#baseScale = scale;\n }\n\n /**\n * Set the zoom scale.\n *\n * @param {Scalar2D} scale The scale as {x,y}.\n */\n setZoomScale(scale) {\n this.#zoomScale = scale;\n }\n\n /**\n * Get the base scale.\n *\n * @returns {Scalar2D} The scale as {x,y}.\n */\n getBaseScale() {\n return this.#baseScale;\n }\n\n /**\n * Get the zoom scale.\n *\n * @returns {Scalar2D} The scale as {x,y}.\n */\n getZoomScale() {\n return this.#zoomScale;\n }\n\n /**\n * Scale an input value using the base scale.\n *\n * @param {number} value The value to scale.\n * @returns {number} The scaled value.\n */\n scale(value) {\n // TODO: 2D?\n return value / this.#baseScale.x;\n }\n\n /**\n * Apply zoom scale on an input value.\n *\n * @param {number} value The value to scale.\n * @returns {Scalar2D} The scaled value as {x,y}.\n */\n applyZoomScale(value) {\n return {\n x: value / this.#zoomScale.x,\n y: value / this.#zoomScale.y\n };\n }\n\n /**\n * Multiply an input value by the zoom ratio (zx/zy).\n *\n * @param {number} value The value to scale.\n * @returns {number} The scaled value.\n */\n applyZoomRatio(value) {\n return value * this.#zoomScale.x / this.#zoomScale.y;\n }\n\n /**\n * Get the shadow offset.\n *\n * @returns {Scalar2D} The offset as {x,y}.\n */\n getShadowOffset() {\n return this.#shadowOffset;\n }\n\n /**\n * Get the tag opacity.\n *\n * @returns {number} The opacity.\n */\n getTagOpacity() {\n return this.#tagOpacity;\n }\n\n /**\n * Get the text padding.\n *\n * @returns {number} The padding.\n */\n getTextPadding() {\n return this.#textPadding;\n }\n\n /**\n * Get the font definition string.\n *\n * @returns {string} The font definition string.\n */\n getFontStr() {\n return ('normal ' + this.getFontSize() + 'px sans-serif');\n }\n\n /**\n * Get the line height.\n *\n * @returns {number} The line height.\n */\n getLineHeight() {\n return (this.getFontSize() + this.getFontSize() / 5);\n }\n\n /**\n * Get the font size scaled to the display.\n *\n * @returns {number} The scaled font size.\n */\n getScaledFontSize() {\n return this.scale(this.getFontSize());\n }\n\n /**\n * Get the stroke width scaled to the display.\n *\n * @returns {number} The scaled stroke width.\n */\n getScaledStrokeWidth() {\n return this.scale(this.getStrokeWidth());\n }\n\n /**\n * Get the shadow line colour.\n *\n * @returns {string} The shadow line colour.\n */\n getShadowLineColour() {\n return getShadowColour(this.getLineColour());\n }\n\n} // class Style\n","import {Point2D} from '../math/point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Scalar2D} from '../math/scalar';\nimport {Style} from '../gui/style';\n// external\nimport Konva from 'konva';\n/* eslint-enable no-unused-vars */\n\n/**\n * Is an input node's name 'label'.\n *\n * @param {Konva.Node} node A Konva node.\n * @returns {boolean} True if the node's name is 'label'.\n */\nexport function isNodeNameLabel(node) {\n return node.name() === 'label';\n}\n\n/**\n * Is an input node's name 'shape'.\n *\n * @param {Konva.Node} node A Konva node.\n * @returns {boolean} True if the node's name is 'shape'.\n */\nexport function isNodeNameShape(node) {\n return node.name() === 'shape';\n}\n\n/**\n * Is an input node a position node.\n *\n * @param {Konva.Node} node A Konva node.\n * @returns {boolean} True if the node's name is 'position-group'.\n */\nexport function isPositionNode(node) {\n return node.name() === 'position-group';\n}\n\n/**\n * @callback testFn\n * @param {Konva.Node} node The node.\n * @returns {boolean} True if the node passes the test.\n */\n\n/**\n * Get a lambda to check a node's id.\n *\n * @param {string} id The id to check.\n * @returns {testFn} A function to check a node's id.\n */\nexport function isNodeWithId(id) {\n return function (node) {\n return node.id() === id;\n };\n}\n\n/**\n * Draw Debug flag.\n */\nexport const DRAW_DEBUG = false;\n\n/**\n * Get the default anchor shape.\n *\n * @param {number} x The X position.\n * @param {number} y The Y position.\n * @param {string} id The shape id.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse} The default anchor shape.\n */\nexport function getDefaultAnchor(x, y, id, style) {\n const radius = style.applyZoomScale(6);\n const absRadius = {\n x: Math.abs(radius.x),\n y: Math.abs(radius.y)\n };\n return new Konva.Ellipse({\n x: x,\n y: y,\n stroke: '#999',\n fill: 'rgba(100,100,100,0.7',\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n radius: absRadius,\n radiusX: absRadius.x,\n radiusY: absRadius.y,\n name: 'anchor',\n id: id.toString(),\n dragOnTop: false,\n draggable: true,\n visible: false\n });\n}\n\n/**\n * Bound a node position.\n *\n * @param {Konva.Node} node The node to bound the position.\n * @param {Point2D} min The minimum position.\n * @param {Point2D} max The maximum position.\n * @returns {boolean} True if the position was corrected.\n */\nfunction boundNodePosition(node, min, max) {\n let changed = false;\n if (node.x() < min.getX()) {\n node.x(min.getX());\n changed = true;\n } else if (node.x() > max.getX()) {\n node.x(max.getX());\n changed = true;\n }\n if (node.y() < min.getY()) {\n node.y(min.getY());\n changed = true;\n } else if (node.y() > max.getY()) {\n node.y(max.getY());\n changed = true;\n }\n return changed;\n}\n\n/**\n * Get a shape top left position range.\n *\n * @param {Scalar2D} stageSize The stage size as {x,y}.\n * @param {Konva.Shape} shape The shape to evaluate.\n * @returns {object} The range as {min, max}.\n */\nexport function getShapePositionRange(stageSize, shape) {\n const min = new Point2D(0, 0);\n const max = new Point2D(\n stageSize.x - Math.abs(shape.width()),\n stageSize.y - Math.abs(shape.height())\n );\n\n return {min: min, max: max};\n}\n\n/**\n * Is an input shape top left position in the input range.\n *\n * @param {Konva.Shape} shape The shape to evaluate.\n * @param {Point2D} min The minimum top left position.\n * @param {Point2D} max The maximum top left position.\n * @returns {boolean} True if in range.\n */\nexport function isShapeInRange(shape, min, max) {\n // use client rect to get the shape's top left position\n const boundRect = shape.getClientRect({relativeTo: shape.getParent()});\n return boundRect.x > min.getX() &&\n boundRect.x < max.getX() &&\n boundRect.y > min.getY() &&\n boundRect.y < max.getY();\n}\n\n/**\n * Validate an anchor position.\n *\n * @param {Scalar2D} stageSize The stage size {x,y}.\n * @param {Konva.Shape} anchor The anchor to evaluate.\n * @returns {boolean} True if the position was corrected.\n */\nexport function validateAnchorPosition(stageSize, anchor) {\n const group = anchor.getParent();\n\n const min = new Point2D(\n -group.x(),\n -group.y()\n );\n const max = new Point2D(\n stageSize.x - group.x(),\n stageSize.y - group.y()\n );\n\n return boundNodePosition(anchor, min, max);\n}\n","import {Point2D} from './point';\nimport {getStats} from './stats';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {ViewController} from '../app/viewController';\nimport {Scalar2D} from './scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mulitply the three inputs if the last two are not null.\n *\n * @param {number} a The first input.\n * @param {number} b The second input.\n * @param {number} c The third input.\n * @returns {number} The multiplication of the three inputs or\n * null if one of the last two is null.\n */\nfunction mulABC(a, b, c) {\n let res = null;\n if (b !== null && c !== null) {\n res = a * b * c;\n }\n return res;\n}\n\n/**\n * Rectangle shape.\n */\nexport class Rectangle {\n\n /**\n * Rectangle begin point.\n *\n * @type {Point2D}\n */\n #begin;\n\n /**\n * Rectangle end point.\n *\n * @type {Point2D}\n */\n #end;\n\n /**\n * @param {Point2D} begin A Point2D representing the beginning\n * of the rectangle.\n * @param {Point2D} end A Point2D representing the end\n * of the rectangle.\n */\n constructor(begin, end) {\n this.#begin = new Point2D(\n Math.min(begin.getX(), end.getX()),\n Math.min(begin.getY(), end.getY())\n );\n this.#end = new Point2D(\n Math.max(begin.getX(), end.getX()),\n Math.max(begin.getY(), end.getY())\n );\n }\n\n /**\n * Get the begin point of the rectangle.\n *\n * @returns {Point2D} The begin point of the rectangle.\n */\n getBegin() {\n return this.#begin;\n }\n\n /**\n * Get the end point of the rectangle.\n *\n * @returns {Point2D} The end point of the rectangle.\n */\n getEnd() {\n return this.#end;\n }\n\n /**\n * Check for equality.\n *\n * @param {Rectangle} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getBegin().equals(rhs.getBegin()) &&\n this.getEnd().equals(rhs.getEnd());\n }\n\n /**\n * Get the surface of the rectangle.\n *\n * @returns {number} The surface of the rectangle.\n */\n getSurface() {\n const begin = this.getBegin();\n const end = this.getEnd();\n return Math.abs(end.getX() - begin.getX()) *\n Math.abs(end.getY() - begin.getY());\n }\n\n /**\n * Get the surface of the rectangle according to a spacing.\n *\n * @param {Scalar2D} spacing2D The 2D spacing.\n * @returns {number} The surface of the rectangle multiplied by the given\n * spacing or null for null spacings.\n */\n getWorldSurface(spacing2D) {\n return mulABC(this.getSurface(), spacing2D.x, spacing2D.y);\n }\n\n /**\n * Get the real width of the rectangle.\n *\n * @returns {number} The real width of the rectangle.\n */\n getRealWidth() {\n return this.getEnd().getX() - this.getBegin().getX();\n }\n\n /**\n * Get the real height of the rectangle.\n *\n * @returns {number} The real height of the rectangle.\n */\n getRealHeight() {\n return this.getEnd().getY() - this.getBegin().getY();\n }\n\n /**\n * Get the width of the rectangle.\n *\n * @returns {number} The width of the rectangle.\n */\n getWidth() {\n return Math.abs(this.getRealWidth());\n }\n\n /**\n * Get the height of the rectangle.\n *\n * @returns {number} The height of the rectangle.\n */\n getHeight() {\n return Math.abs(this.getRealHeight());\n }\n\n /**\n * Get the rounded limits of the rectangle.\n *\n * @returns {object} The rounded limits as {min, max} (Point2D).\n */\n getRound() {\n const roundBegin = new Point2D(\n Math.round(this.getBegin().getX()),\n Math.round(this.getBegin().getY())\n );\n const roundEnd = new Point2D(\n Math.round(this.getEnd().getX()),\n Math.round(this.getEnd().getY())\n );\n return {\n min: roundBegin,\n max: roundEnd\n };\n }\n\n /**\n * Get the centroid of the rectangle.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n return new Point2D(\n this.getBegin().getX() + this.getWidth() / 2,\n this.getBegin().getY() + this.getHeight() / 2\n );\n }\n\n /**\n * Quantify a rectangle according to view information.\n *\n * @param {ViewController} viewController The associated view controller.\n * @param {string[]} flags A list of stat values to calculate.\n * @returns {object} A quantification object.\n */\n quantify(viewController, flags) {\n const quant = {};\n // shape quantification\n const spacing2D = viewController.get2DSpacing();\n quant.width = {\n value: this.getWidth() * spacing2D.x,\n unit: 'unit.mm'\n };\n quant.height = {\n value: this.getHeight() * spacing2D.y,\n unit: 'unit.mm'\n };\n const surface = this.getWorldSurface(spacing2D);\n if (surface !== null) {\n quant.surface = {\n value: surface / 100,\n unit: 'unit.cm2'\n };\n }\n\n // pixel values quantification\n if (viewController.canQuantifyImage()) {\n const round = this.getRound();\n const values = viewController.getImageRegionValues(round.min, round.max);\n const unit = viewController.getPixelUnit();\n const quantif = getStats(values, flags);\n quant.min = {value: quantif.min, unit: unit};\n quant.max = {value: quantif.max, unit: unit};\n quant.mean = {value: quantif.mean, unit: unit};\n quant.stdDev = {value: quantif.stdDev, unit: unit};\n if (typeof quantif.median !== 'undefined') {\n quant.median = {value: quantif.median, unit: unit};\n }\n if (typeof quantif.p25 !== 'undefined') {\n quant.p25 = {value: quantif.p25, unit: unit};\n }\n if (typeof quantif.p75 !== 'undefined') {\n quant.p75 = {value: quantif.p75, unit: unit};\n }\n }\n\n // return\n return quant;\n }\n\n} // Rectangle class\n","import {Point2D} from '../math/point';\n\n/**\n * Region Of Interest shape.\n * Note: should be a closed path.\n */\nexport class ROI {\n\n /**\n * List of points.\n *\n * @type {Point2D[]}\n */\n #points = [];\n\n /**\n * @param {Point2D[]} [points] Optional initial point list.\n */\n constructor(points) {\n if (typeof points !== 'undefined') {\n this.#points = points;\n }\n }\n\n /**\n * Get a point of the list at a given index.\n *\n * @param {number} index The index of the point to get\n * (beware, no size check).\n * @returns {Point2D|undefined} The Point2D at the given index.\n */\n getPoint(index) {\n return this.#points[index];\n }\n\n /**\n * Get the point list.\n *\n * @returns {Point2D[]} The list.\n */\n getPoints() {\n return this.#points;\n }\n\n /**\n * Get the length of the point list.\n *\n * @returns {number} The length of the point list.\n */\n getLength() {\n return this.#points.length;\n }\n\n /**\n * Add a point to the ROI.\n *\n * @param {Point2D} point The Point2D to add.\n */\n addPoint(point) {\n this.#points.push(point);\n }\n\n /**\n * Add points to the ROI.\n *\n * @param {Point2D[]} rhs The array of POints2D to add.\n */\n addPoints(rhs) {\n this.#points = this.#points.concat(rhs);\n }\n\n /**\n * Get the centroid of the roi. Only valid for\n * a non-self-intersecting closed polygon.\n * Ref: {@link https://en.wikipedia.org/wiki/Centroid#Of_a_polygon}.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n let a = 0;\n let cx = 0;\n let cy = 0;\n for (let i = 0; i < this.#points.length; ++i) {\n const pi = this.#points[i];\n let pi1;\n if (i === this.#points.length - 1) {\n pi1 = this.#points[0];\n } else {\n pi1 = this.#points[i + 1];\n }\n const ai = pi.getX() * pi1.getY() - pi1.getX() * pi.getY();\n a += ai;\n cx += (pi.getX() + pi1.getX()) * ai;\n cy += (pi.getY() + pi1.getY()) * ai;\n }\n a *= 0.5;\n const a1 = 1 / (6 * a);\n cx *= a1;\n cy *= a1;\n\n return new Point2D(cx, cy);\n }\n\n} // ROI class\n","import {Line, getAngle} from './line';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\nimport {ViewController} from '../app/viewController';\n/* eslint-enable no-unused-vars */\n\n/**\n * Protractor shape: 3 points from which to calculate an angle.\n */\nexport class Protractor {\n\n /**\n * List of points.\n *\n * @type {Point2D[]}\n */\n #points;\n\n /**\n * @param {Point2D[]} points The list of Point2D that make\n * the protractor.\n */\n constructor(points) {\n if (points.length > 3) {\n throw new Error('Too many points for a protractor');\n }\n this.#points = points.slice(0, 3);\n }\n\n /**\n * Get a point of the list.\n *\n * @param {number} index The index of the point\n * to get (beware, no size check).\n * @returns {Point2D|undefined} The Point2D at the given index.\n */\n getPoint(index) {\n return this.#points[index];\n }\n\n /**\n * Get the length of the path (should be 3).\n *\n * @returns {number} The length of the path.\n */\n getLength() {\n return this.#points.length;\n }\n\n /**\n * Get the centroid of the protractor.\n *\n * @returns {Point2D} THe centroid point.\n */\n getCentroid() {\n return this.#points[1];\n }\n\n /**\n * Quantify a path according to view information.\n *\n * @param {ViewController} _viewController The associated view controller.\n * @param {string[]} _flags A list of stat values to calculate.\n * @returns {object} A quantification object.\n */\n quantify(_viewController, _flags) {\n const quant = {};\n if (this.#points.length === 3) {\n const line0 = new Line(this.#points[0], this.#points[1]);\n const line1 = new Line(this.#points[1], this.#points[2]);\n let angle = getAngle(line0, line1);\n if (angle > 180) {\n angle = 360 - angle;\n }\n quant.angle = {\n value: angle,\n unit: 'unit.degree'\n };\n }\n return quant;\n }\n\n} // Protractor class\n","import {getStats} from './stats';\nimport {Index} from './index';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\nimport {ViewController} from '../app/viewController';\nimport {Scalar2D} from './scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mulitply the three inputs if the last two are not null.\n *\n * @param {number} a The first input.\n * @param {number} b The second input.\n * @param {number} c The third input.\n * @returns {number} The multiplication of the three inputs or\n * null if one of the last two is null.\n */\nfunction mulABC(a, b, c) {\n let res = null;\n if (b !== null && c !== null) {\n res = a * b * c;\n }\n return res;\n}\n\n/**\n * Ellipse shape.\n */\nexport class Ellipse {\n\n /**\n * Ellipse centre.\n *\n * @type {Point2D}\n */\n #centre;\n\n /**\n * Ellipse horizontal radius.\n *\n * @type {number}\n */\n #a;\n\n /**\n * Ellipse vertical radius.\n *\n * @type {number}\n */\n #b;\n\n /**\n * @param {Point2D} centre A Point2D representing the centre\n * of the ellipse.\n * @param {number} a The radius of the ellipse on the horizontal axe.\n * @param {number} b The radius of the ellipse on the vertical axe.\n */\n constructor(centre, a, b) {\n this.#centre = centre;\n this.#a = a;\n this.#b = b;\n }\n\n /**\n * Get the centre (point) of the ellipse.\n *\n * @returns {Point2D} The center (point) of the ellipse.\n */\n getCenter() {\n return this.#centre;\n }\n\n /**\n * Get the centroid of the ellipse.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n return this.#centre;\n }\n\n /**\n * Get the radius of the ellipse on the horizontal axe.\n *\n * @returns {number} The radius of the ellipse on the horizontal axe.\n */\n getA() {\n return this.#a;\n }\n\n /**\n * Get the radius of the ellipse on the vertical axe.\n *\n * @returns {number} The radius of the ellipse on the vertical axe.\n */\n getB() {\n return this.#b;\n }\n\n /**\n * Check for equality.\n *\n * @param {Ellipse} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getCenter().equals(rhs.getCenter()) &&\n this.getA() === rhs.getA() &&\n this.getB() === rhs.getB();\n }\n\n /**\n * Get the surface of the ellipse.\n *\n * @returns {number} The surface of the ellipse.\n */\n getSurface() {\n return Math.PI * this.getA() * this.getB();\n }\n\n /**\n * Get the surface of the ellipse according to a spacing.\n *\n * @param {Scalar2D} spacing2D The 2D spacing.\n * @returns {number} The surface of the ellipse multiplied by the given\n * spacing or null for null spacings.\n */\n getWorldSurface(spacing2D) {\n return mulABC(this.getSurface(), spacing2D.x, spacing2D.y);\n }\n\n /**\n * Get the rounded limits of the ellipse.\n *\n * See: {@link https://en.wikipedia.org/wiki/Ellipse#Standard_equation}.\n *\n * Ellipse formula: `x*x / a*a + y*y / b*b = 1`.\n *\n * Implies: `y = (+-)(b/a) * sqrt(a*a - x*x)`.\n *\n * @returns {number[][][]} The rounded limits:\n * list of [x, y] pairs (min, max).\n */\n getRound() {\n const centerX = this.getCenter().getX();\n const centerY = this.getCenter().getY();\n const radiusX = this.getA();\n const radiusY = this.getB();\n const radiusRatio = radiusX / radiusY;\n const rySquare = Math.pow(radiusY, 2);\n // Y bounds\n const minY = centerY - radiusY;\n const maxY = centerY + radiusY;\n const regions = [];\n // loop through lines and store limits\n for (let y = minY; y < maxY; ++y) {\n const diff = rySquare - Math.pow(y - centerY, 2);\n // remove small values (possibly negative)\n if (Math.abs(diff) < 1e-7) {\n continue;\n }\n const transX = radiusRatio * Math.sqrt(diff);\n // remove small values\n if (transX < 0.5) {\n continue;\n }\n regions.push([\n [Math.round(centerX - transX), Math.round(y)],\n [Math.round(centerX + transX), Math.round(y)]\n ]);\n }\n return regions;\n }\n\n /**\n * Quantify an ellipse according to view information.\n *\n * @param {ViewController} viewController The associated view controller.\n * @param {string[]} flags A list of stat values to calculate.\n * @returns {object} A quantification object.\n */\n quantify(viewController, flags) {\n const quant = {};\n // shape quantification\n const spacing2D = viewController.get2DSpacing();\n quant.a = {\n value: this.getA() * spacing2D.x,\n unit: 'unit.mm'\n };\n quant.b = {\n value: this.getB() * spacing2D.y,\n unit: 'unit.mm'\n };\n const surface = this.getWorldSurface(spacing2D);\n if (surface !== null) {\n quant.surface = {\n value: surface / 100,\n unit: 'unit.cm2'\n };\n }\n\n // pixel values quantification\n if (viewController.canQuantifyImage()) {\n const regions = this.getRound();\n if (regions.length !== 0) {\n const values = viewController.getImageVariableRegionValues(regions);\n const unit = viewController.getPixelUnit();\n const quantif = getStats(values, flags);\n quant.min = {value: quantif.min, unit: unit};\n quant.max = {value: quantif.max, unit: unit};\n quant.mean = {value: quantif.mean, unit: unit};\n quant.stdDev = {value: quantif.stdDev, unit: unit};\n if (typeof quantif.median !== 'undefined') {\n quant.median = {value: quantif.median, unit: unit};\n }\n if (typeof quantif.p25 !== 'undefined') {\n quant.p25 = {value: quantif.p25, unit: unit};\n }\n if (typeof quantif.p75 !== 'undefined') {\n quant.p75 = {value: quantif.p75, unit: unit};\n }\n }\n }\n\n // return\n return quant;\n }\n\n} // Ellipse class\n\n/**\n * Get the indices that form a ellpise.\n *\n * @param {Index} center The ellipse center.\n * @param {number[]} radius The 2 ellipse radiuses.\n * @param {number[]} dir The 2 ellipse directions.\n * @returns {Index[]} The indices of the ellipse.\n */\nexport function getEllipseIndices(center, radius, dir) {\n const centerValues = center.getValues();\n // keep all values for possible extra dimensions\n const values = centerValues.slice();\n const indices = [];\n const radiusI = radius[0];\n const radiusJ = radius[1];\n const radiusRatio = radiusI / radiusJ;\n const radiusJ2 = Math.pow(radiusJ, 2);\n const di = dir[0];\n const dj = dir[1];\n // deduce 4 positions from top right\n for (let j = 0; j < radiusJ; ++j) {\n // right triangle formed by radiuses, j and len\n // ellipse: i*i / a*a + j*j / b*b = 1\n // -> i = a/b * sqrt(b*b - j*j)\n const len = Math.round(\n radiusRatio * Math.sqrt(radiusJ2 - Math.pow(j, 2)));\n const jmax = centerValues[dj] + j;\n const jmin = centerValues[dj] - j;\n for (let i = 0; i < len; ++i) {\n const imax = centerValues[di] + i;\n const imin = centerValues[di] - i;\n\n // right\n values[di] = imax;\n // right - top\n values[dj] = jmax;\n indices.push(new Index(values.slice()));\n // right - bottom\n if (jmin !== jmax) {\n values[dj] = jmin;\n indices.push(new Index(values.slice()));\n }\n\n // left\n if (imin !== imax) {\n values[di] = imin;\n // left - top\n values[dj] = jmax;\n indices.push(new Index(values.slice()));\n // left - bottom\n if (jmin !== jmax) {\n values[dj] = jmin;\n indices.push(new Index(values.slice()));\n }\n }\n }\n }\n return indices;\n}\n","import {getStats} from './stats';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\nimport {ViewController} from '../app/viewController';\nimport {Scalar2D} from './scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mulitply the three inputs if the last two are not null.\n *\n * @param {number} a The first input.\n * @param {number} b The second input.\n * @param {number} c The third input.\n * @returns {number} The multiplication of the three inputs or\n * null if one of the last two is null.\n */\nfunction mulABC(a, b, c) {\n let res = null;\n if (b !== null && c !== null) {\n res = a * b * c;\n }\n return res;\n}\n\n/**\n * Circle shape.\n */\nexport class Circle {\n\n /**\n * Circle centre.\n *\n * @type {Point2D}\n */\n #centre;\n\n /**\n * Circle radius.\n *\n * @type {number}\n */\n #radius;\n\n /**\n * @param {Point2D} centre A Point2D representing the centre\n * of the circle.\n * @param {number} radius The radius of the circle.\n */\n constructor(centre, radius) {\n this.#centre = centre;\n this.#radius = radius;\n }\n\n /**\n * Get the centre (point) of the circle.\n *\n * @returns {Point2D} The center (point) of the circle.\n */\n getCenter() {\n return this.#centre;\n }\n\n /**\n * Get the centroid of the circle.\n *\n * @returns {Point2D} The centroid point.\n */\n getCentroid() {\n return this.#centre;\n }\n\n /**\n * Get the radius of the circle.\n *\n * @returns {number} The radius of the circle.\n */\n getRadius() {\n return this.#radius;\n }\n\n\n /**\n * Check for equality.\n *\n * @param {Circle} rhs The object to compare to.\n * @returns {boolean} True if both objects are equal.\n */\n equals(rhs) {\n return rhs !== null &&\n this.getCenter().equals(rhs.getCenter()) &&\n this.getRadius() === rhs.getRadius();\n }\n\n /**\n * Get the surface of the circle.\n *\n * @returns {number} The surface of the circle.\n */\n getSurface() {\n return Math.PI * this.getRadius() * this.getRadius();\n }\n\n /**\n * Get the surface of the circle according to a spacing.\n *\n * @param {Scalar2D} spacing2D The 2D spacing.\n * @returns {number} The surface of the circle multiplied by the given\n * spacing or null for null spacings.\n */\n getWorldSurface(spacing2D) {\n return mulABC(this.getSurface(), spacing2D.x, spacing2D.y);\n }\n\n /**\n * Get the rounded limits of the circle.\n *\n * See: {@link https://en.wikipedia.org/wiki/Circle#Equations}.\n *\n * Circle formula: `x*x + y*y = r*r`.\n *\n * Implies: `y = (+-) sqrt(r*r - x*x)`.\n *\n * @returns {number[][][]} The rounded limits:\n * list of [x, y] pairs (min, max).\n */\n getRound() {\n const centerX = this.getCenter().getX();\n const centerY = this.getCenter().getY();\n const radius = this.getRadius();\n const rSquare = Math.pow(radius, 2);\n // Y bounds\n const minY = centerY - radius;\n const maxY = centerY + radius;\n const regions = [];\n // loop through lines and store limits\n for (let y = minY; y < maxY; ++y) {\n const diff = rSquare - Math.pow(y - centerY, 2);\n // remove small values (possibly negative)\n if (Math.abs(diff) < 1e-7) {\n continue;\n }\n const transX = Math.sqrt(diff);\n // remove small values\n if (transX < 0.5) {\n continue;\n }\n regions.push([\n [Math.round(centerX - transX), Math.round(y)],\n [Math.round(centerX + transX), Math.round(y)]\n ]);\n }\n return regions;\n }\n\n /**\n * Quantify an circle according to view information.\n *\n * @param {ViewController} viewController The associated view controller.\n * @param {string[]} flags A list of stat values to calculate.\n * @returns {object} A quantification object.\n */\n quantify(viewController, flags) {\n const quant = {};\n // shape quantification\n const spacing2D = viewController.get2DSpacing();\n quant.radius = {\n value: this.getRadius() * spacing2D.x,\n unit: 'unit.mm'\n };\n const surface = this.getWorldSurface(spacing2D);\n if (surface !== null) {\n quant.surface = {\n value: surface / 100,\n unit: 'unit.cm2'\n };\n }\n\n // pixel values quantification\n if (viewController.canQuantifyImage()) {\n const regions = this.getRound();\n if (regions.length !== 0) {\n const values = viewController.getImageVariableRegionValues(regions);\n const unit = viewController.getPixelUnit();\n const quantif = getStats(values, flags);\n quant.min = {value: quantif.min, unit: unit};\n quant.max = {value: quantif.max, unit: unit};\n quant.mean = {value: quantif.mean, unit: unit};\n quant.stdDev = {value: quantif.stdDev, unit: unit};\n if (typeof quantif.median !== 'undefined') {\n quant.median = {value: quantif.median, unit: unit};\n }\n if (typeof quantif.p25 !== 'undefined') {\n quant.p25 = {value: quantif.p25, unit: unit};\n }\n if (typeof quantif.p75 !== 'undefined') {\n quant.p75 = {value: quantif.p75, unit: unit};\n }\n }\n }\n\n // return\n return quant;\n }\n\n} // Circle class\n","import {logger} from '../utils/logger';\nimport {UpdateAnnotationCommand} from './drawCommands';\nimport {validateAnchorPosition} from './drawBounds';\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {DrawLayer} from '../gui/drawLayer';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Draw shape editor.\n */\nexport class DrawShapeEditor {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Event callback.\n *\n * @type {Function}\n */\n #eventCallback;\n\n /**\n * @param {App} app The associated application.\n * @param {Function} eventCallback Event callback.\n */\n constructor(app, eventCallback) {\n this.#app = app;\n this.#eventCallback = eventCallback;\n }\n\n /**\n * Current shape factory.\n *\n * @type {object}\n */\n #currentFactory = null;\n\n /**\n * Edited shape.\n *\n * @type {Konva.Shape}\n */\n #shape = null;\n\n /**\n * Associated draw layer. Used to bound anchor move.\n *\n * @type {DrawLayer}\n */\n #drawLayer;\n\n /**\n * The associated annotation.\n *\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * Active flag.\n *\n * @type {boolean}\n */\n #isActive = false;\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * Set the shape to edit.\n *\n * @param {Konva.Shape} inshape The shape to edit.\n * @param {DrawLayer} drawLayer The associated draw layer.\n * @param {Annotation} annotation The associated annotation.\n */\n setShape(inshape, drawLayer, annotation) {\n this.#shape = inshape;\n this.#drawLayer = drawLayer;\n this.#annotation = annotation;\n\n if (this.#shape) {\n // remove old anchors\n this.#removeAnchors();\n\n this.#currentFactory = annotation.getFactory();\n if (this.#currentFactory === null) {\n throw new Error('Could not find a factory to update shape.');\n }\n\n // add new anchors\n this.#addAnchors();\n }\n }\n\n /**\n * Get the edited shape.\n *\n * @returns {Konva.Shape} The edited shape.\n */\n getShape() {\n return this.#shape;\n }\n\n /**\n * Get the edited annotation.\n *\n * @returns {Annotation} The annotation.\n */\n getAnnotation() {\n return this.#annotation;\n }\n\n /**\n * Get the active flag.\n *\n * @returns {boolean} The active flag.\n */\n isActive() {\n return this.#isActive;\n }\n\n /**\n * Enable the editor. Redraws the layer.\n */\n enable() {\n this.#isActive = true;\n if (this.#shape) {\n this.#setAnchorsVisible(true);\n if (this.#shape.getLayer()) {\n this.#shape.getLayer().draw();\n }\n }\n }\n\n /**\n * Disable the editor. Redraws the layer.\n */\n disable() {\n this.#isActive = false;\n if (this.#shape) {\n this.#setAnchorsVisible(false);\n if (this.#shape.getLayer()) {\n this.#shape.getLayer().draw();\n }\n }\n }\n\n /**\n * Reset the editor.\n */\n reset() {\n this.#shape = undefined;\n this.#drawLayer = undefined;\n this.#annotation = undefined;\n }\n\n /**\n * Reset the anchors.\n */\n resetAnchors() {\n // remove previous controls\n this.#removeAnchors();\n // add anchors\n this.#addAnchors();\n // set them visible\n this.#setAnchorsVisible(true);\n }\n\n /**\n * Apply a function on all anchors.\n *\n * @param {object} func A f(shape) function.\n */\n #applyFuncToAnchors(func) {\n if (this.#shape && this.#shape.getParent()) {\n const anchors = this.#shape.getParent().find('.anchor');\n anchors.forEach(func);\n }\n }\n\n /**\n * Set anchors visibility.\n *\n * @param {boolean} flag The visible flag.\n */\n #setAnchorsVisible(flag) {\n this.#applyFuncToAnchors(function (anchor) {\n anchor.visible(flag);\n });\n }\n\n /**\n * Set anchors active.\n *\n * @param {boolean} flag The active (on/off) flag.\n */\n setAnchorsActive(flag) {\n let func = null;\n if (flag) {\n func = (anchor) => {\n this.#setAnchorOn(anchor);\n };\n } else {\n func = (anchor) => {\n this.#setAnchorOff(anchor);\n };\n }\n this.#applyFuncToAnchors(func);\n }\n\n /**\n * Remove anchors.\n */\n #removeAnchors() {\n this.#applyFuncToAnchors(function (anchor) {\n anchor.remove();\n });\n }\n\n /**\n * Add the shape anchors.\n */\n #addAnchors() {\n // exit if no shape or no layer\n if (!this.#shape || !this.#shape.getLayer()) {\n return;\n }\n // get shape group\n const group = this.#shape.getParent();\n\n // activate and add anchors to group\n const anchors =\n this.#currentFactory.getAnchors(this.#shape, this.#app.getStyle());\n for (let i = 0; i < anchors.length; ++i) {\n // set anchor on\n this.#setAnchorOn(anchors[i]);\n // add the anchor to the group\n group.add(anchors[i]);\n }\n }\n\n /**\n * Get a simple clone of the input anchor.\n *\n * @param {Konva.Shape} anchor The anchor to clone.\n * @returns {object} A clone of the input anchor.\n */\n // #getClone(anchor) {\n // // create closure to properties\n // const parent = anchor.getParent();\n // const id = anchor.id();\n // const x = anchor.x();\n // const y = anchor.y();\n // // create clone object\n // const clone = {};\n // clone.getParent = function () {\n // return parent;\n // };\n // clone.id = function () {\n // return id;\n // };\n // clone.x = function () {\n // return x;\n // };\n // clone.y = function () {\n // return y;\n // };\n // return clone;\n // }\n\n /**\n * Set the anchor on listeners.\n *\n * @param {Konva.Ellipse} anchor The anchor to set on.\n */\n #setAnchorOn(anchor) {\n let originalProps;\n\n // drag start listener\n anchor.on('dragstart.edit', (event) => {\n // prevent bubbling upwards\n event.cancelBubble = true;\n // store original properties\n originalProps = {\n mathShape: this.#annotation.mathShape,\n referencePoints: this.#annotation.referencePoints\n };\n });\n // drag move listener\n anchor.on('dragmove.edit', (event) => {\n const anchor = event.target;\n if (!(anchor instanceof Konva.Shape)) {\n return;\n }\n // validate the anchor position\n validateAnchorPosition(this.#drawLayer.getBaseSize(), anchor);\n if (typeof this.#currentFactory.constrainAnchorMove !== 'undefined') {\n this.#currentFactory.constrainAnchorMove(anchor);\n }\n\n // udpate annotation\n this.#currentFactory.updateAnnotationOnAnchorMove(\n this.#annotation, anchor);\n // udpate shape\n this.#currentFactory.updateShapeGroupOnAnchorMove(\n this.#annotation, anchor, this.#app.getStyle());\n\n // redraw\n if (anchor.getLayer()) {\n anchor.getLayer().draw();\n } else {\n logger.warn('No layer to draw the anchor!');\n }\n // prevent bubbling upwards\n event.cancelBubble = true;\n });\n // drag end listener\n anchor.on('dragend.edit', (event) => {\n // update annotation command\n const newProps = {\n mathShape: this.#annotation.mathShape,\n referencePoints: this.#annotation.referencePoints\n };\n const command = new UpdateAnnotationCommand(\n this.#annotation,\n originalProps,\n newProps,\n this.#drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // fire event manually since command is not executed\n this.#eventCallback({\n type: 'annotationupdate',\n data: this.#annotation,\n dataid: this.#drawLayer.getDataId(),\n keys: Object.keys(newProps)\n });\n // update original properties\n originalProps = {\n mathShape: newProps.mathShape,\n referencePoints: newProps.referencePoints\n };\n\n // prevent bubbling upwards\n event.cancelBubble = true;\n });\n // mouse down listener\n anchor.on('mousedown touchstart', (event) => {\n const anchor = event.target;\n anchor.moveToTop();\n });\n // mouse over styling\n anchor.on('mouseover.edit', (event) => {\n const anchor = event.target;\n if (!(anchor instanceof Konva.Shape)) {\n return;\n }\n // style is handled by the group\n anchor.stroke('#ddd');\n if (anchor.getLayer()) {\n anchor.getLayer().draw();\n } else {\n logger.warn('No layer to draw the anchor!');\n }\n });\n // mouse out styling\n anchor.on('mouseout.edit', (event) => {\n const anchor = event.target;\n if (!(anchor instanceof Konva.Shape)) {\n return;\n }\n // style is handled by the group\n anchor.stroke('#999');\n if (anchor.getLayer()) {\n anchor.getLayer().draw();\n } else {\n logger.warn('No layer to draw the anchor!');\n }\n });\n }\n\n /**\n * Set the anchor off listeners.\n *\n * @param {Konva.Ellipse} anchor The anchor to set off.\n */\n #setAnchorOff(anchor) {\n anchor.off('dragstart.edit');\n anchor.off('dragmove.edit');\n anchor.off('dragend.edit');\n anchor.off('mousedown touchstart');\n anchor.off('mouseover.edit');\n anchor.off('mouseout.edit');\n }\n\n} // class Editor\n","import Konva from 'konva';\n\n/* eslint-disable no-unused-vars */\nimport {Scalar2D} from '../math/scalar';\nimport {DrawLayer} from '../gui/drawLayer';\n/* eslint-enable no-unused-vars */\n\nexport class DrawTrash {\n /**\n * Trash draw: a cross.\n *\n * @type {Konva.Group}\n */\n #trash;\n\n constructor() {\n this.createTrashIcon();\n\n }\n\n /**\n * Creates the trash icon o positionates it.\n */\n createTrashIcon() {\n this.#trash = new Konva.Group();\n // first line of the cross\n const trashLine1 = new Konva.Line({\n points: [-10, -10, 10, 10],\n stroke: 'red'\n });\n // second line of the cross\n const trashLine2 = new Konva.Line({\n points: [10, -10, -10, 10],\n stroke: 'red'\n });\n this.#trash.width(20);\n this.#trash.height(20);\n this.#trash.add(trashLine1);\n this.#trash.add(trashLine2);\n }\n\n /**\n *\n * Activates the trash, by showing the icon into the layer draw layer.\n *\n * @param {DrawLayer} drawLayer The draw layer where to draw.\n */\n activate(drawLayer) {\n const stage = drawLayer.getKonvaStage();\n const scale = stage.scale();\n const konvaLayer = drawLayer.getKonvaLayer();\n const invscale = {x: 1 / scale.x, y: 1 / scale.y};\n this.#trash.x(stage.offset().x + (stage.width() / (2 * scale.x)));\n this.#trash.y(stage.offset().y + (stage.height() / (15 * scale.y)));\n this.#trash.scale(invscale);\n konvaLayer.add(this.#trash);\n // draw\n konvaLayer.draw();\n }\n\n /**\n *\n * Change colour on trash over.\n *\n * @param {Scalar2D} eventPosition The event drag move position.\n * @param {Konva.Group} shapeGroup The shape group whose colour\n * must be change.\n * @param {string} originalShapeColour The original shape colour.\n */\n changeChildrenColourOnTrashHover(eventPosition,\n shapeGroup, originalShapeColour) {\n if (this.isOverTrash(eventPosition)) {\n this.changeGroupChildrenColour(this.#trash, 'orange');\n this.changeGroupChildrenColour(shapeGroup, 'red');\n return;\n\n }\n this.changeGroupChildrenColour(this.#trash, 'red');\n this.changeGroupChildrenColour(shapeGroup, originalShapeColour);\n }\n\n /**\n * Change colour on trash out.\n *\n * @param {Konva.Group} group The group whose colour must be change.\n * @param {string} colour The new colour to be set.\n */\n changeGroupChildrenColour(group, colour) {\n group.getChildren().forEach(function (tshape) {\n if (tshape instanceof Konva.Shape &&\n typeof tshape.stroke !== 'undefined') {\n tshape.stroke(colour);\n }\n });\n }\n\n /**\n * Removes the trash from the draw layer.\n */\n remove() {\n this.#trash.remove();\n }\n\n /**\n * Determines if the event is over trash.\n *\n * @param {Scalar2D} eventPosition The event position.\n * @returns {boolean} True if the event is over trash.\n */\n isOverTrash(eventPosition) {\n const trashHalfWidth =\n this.#trash.width() * Math.abs(this.#trash.scaleX()) / 2;\n const trashHalfHeight =\n this.#trash.height() * Math.abs(this.#trash.scaleY()) / 2;\n return Math.abs(eventPosition.x - this.#trash.x()) < trashHalfWidth &&\n Math.abs(eventPosition.y - this.#trash.y()) < trashHalfHeight;\n }\n\n}","import {\n getMousePoint,\n customUI\n} from '../gui/generic';\nimport {\n RemoveAnnotationCommand,\n UpdateAnnotationCommand\n} from './drawCommands';\nimport {\n isNodeNameShape,\n isNodeNameLabel,\n getShapePositionRange,\n isShapeInRange\n} from './drawBounds';\nimport {DrawShapeEditor} from './drawShapeEditor';\nimport {DrawTrash} from './drawTrash';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Scalar2D} from '../math/scalar';\nimport {DrawLayer} from '../gui/drawLayer';\nimport {Annotation} from '../image/annotation';\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * Draw shape handler: handle action on existing shapes.\n */\nexport class DrawShapeHandler {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Shape editor.\n *\n * @type {DrawShapeEditor}\n */\n #shapeEditor;\n\n /**\n * Trash draw: a cross.\n *\n * @type {DrawTrash}\n */\n #trash;\n\n /**\n * Mouse cursor.\n *\n * @type {string}\n */\n #mouseOverCursor = 'pointer';\n\n /**\n * Original mouse cursor.\n *\n * @type {string}\n */\n #originalCursor;\n\n /**\n * Shape with mouse over.\n *\n * @type {Konva.Group}\n */\n #mouseOverShapeGroup;\n\n /**\n * Event callback.\n *\n * @type {Function}\n */\n #eventCallback;\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * @param {App} app The associated application.\n * @param {Function} eventCallback Event callback.\n */\n constructor(app, eventCallback) {\n this.#app = app;\n this.#eventCallback = eventCallback;\n this.#shapeEditor = new DrawShapeEditor(app, eventCallback);\n this.#trash = new DrawTrash();\n }\n\n /**\n * Set the draw editor shape.\n *\n * @param {Konva.Shape} shape The shape to edit.\n * @param {DrawLayer} drawLayer The layer the shape belongs to.\n */\n setEditorShape(shape, drawLayer) {\n const drawController = drawLayer.getDrawController();\n if (shape &&\n shape instanceof Konva.Shape &&\n shape !== this.#shapeEditor.getShape() &&\n drawController.isAnnotationGroupEditable()) {\n // disable\n this.#shapeEditor.disable();\n // set shape\n this.#shapeEditor.setShape(\n shape,\n drawLayer,\n drawLayer.getDrawController().getAnnotation(shape.getParent().id()));\n // enable\n this.#shapeEditor.enable();\n }\n }\n\n /**\n * Get the currently edited shape group.\n *\n * @returns {Konva.Group|undefined} The edited group.\n */\n getEditorShapeGroup() {\n let res;\n if (this.#shapeEditor.isActive()) {\n res = this.#shapeEditor.getShape().getParent();\n if (!(res instanceof Konva.Group)) {\n return;\n }\n }\n return res;\n }\n\n /**\n * Get the currently edited annotation.\n *\n * @returns {Annotation|undefined} The edited annotation.\n */\n getEditorAnnotation() {\n let res;\n if (this.#shapeEditor.isActive()) {\n res = this.#shapeEditor.getAnnotation();\n }\n return res;\n }\n\n /**\n * Disable and reset the shape editor.\n */\n disableAndResetEditor() {\n this.#shapeEditor.disable();\n this.#shapeEditor.reset();\n }\n\n /**\n * Get the real position from an event.\n * TODO: use layer method?\n *\n * @param {Scalar2D} index The input index as {x,y}.\n * @param {DrawLayer} drawLayer The origin draw layer.\n * @returns {Scalar2D} The real position in the image as {x,y}.\n */\n #getRealPosition(index, drawLayer) {\n const stage = drawLayer.getKonvaStage();\n return {\n x: stage.offset().x + index.x / stage.scale().x,\n y: stage.offset().y + index.y / stage.scale().y\n };\n }\n\n /**\n * Store specific mouse over cursor.\n *\n * @param {string} cursor The cursor name.\n */\n storeMouseOverCursor(cursor) {\n this.#mouseOverCursor = cursor;\n }\n\n /**\n * Handle shape group mouseover.\n */\n #onMouseOverShapeGroup() {\n // mouse cursor\n this.#originalCursor = document.body.style.cursor;\n document.body.style.cursor = this.#mouseOverCursor;\n // shape opacity\n this.#mouseOverShapeGroup.opacity(0.75);\n }\n\n /**\n * Handle shape group mouseout.\n */\n onMouseOutShapeGroup() {\n // mouse cursor\n if (typeof this.#originalCursor !== 'undefined') {\n document.body.style.cursor = this.#originalCursor;\n this.#originalCursor = undefined;\n }\n // shape opacity\n if (typeof this.#mouseOverShapeGroup !== 'undefined') {\n this.#mouseOverShapeGroup.opacity(1);\n }\n }\n\n /**\n * Add shape group mouse over and out listeners: updates\n * shape group opacity and cursor.\n *\n * @param {Konva.Group} shapeGroup The shape group.\n */\n #addShapeOverListeners(shapeGroup) {\n // handle mouse over\n shapeGroup.on('mouseover', () => {\n this.#mouseOverShapeGroup = shapeGroup;\n this.#onMouseOverShapeGroup();\n });\n\n // handle mouse out\n shapeGroup.on('mouseout', () => {\n this.onMouseOutShapeGroup();\n this.#mouseOverShapeGroup = undefined;\n });\n }\n\n /**\n * Remove shape group mouse over and out listeners.\n *\n * @param {Konva.Group} shapeGroup The shape group.\n */\n #removeShapeOverListeners(shapeGroup) {\n shapeGroup.off('mouseover');\n shapeGroup.off('mouseout');\n }\n\n /**\n * Add shape group listeners.\n *\n * @param {DrawLayer} drawLayer The origin draw layer.\n * @param {Konva.Group} shapeGroup The shape group to set on.\n * @param {Annotation} annotation The associated annotation.\n */\n addShapeListeners(drawLayer, shapeGroup, annotation) {\n // shape mouse over\n this.#addShapeOverListeners(shapeGroup);\n\n const konvaLayer = drawLayer.getKonvaLayer();\n\n // make shape draggable\n const shape = shapeGroup.getChildren(isNodeNameShape)[0];\n if (!(shape instanceof Konva.Shape)) {\n return;\n }\n shape.draggable(true);\n\n // make label draggable\n const label = shapeGroup.getChildren(isNodeNameLabel)[0];\n if (!(label instanceof Konva.Label)) {\n return;\n }\n label.draggable(true);\n\n // cache vars\n let dragStartPos;\n let previousPos;\n let originalProps;\n let colour;\n\n // shape listeners ------------------------------------------\n\n // drag start event handling\n shape.on('dragstart.draw', (event) => {\n // store colour\n colour = shape.stroke();\n // store pos\n dragStartPos = {\n x: shape.x(),\n y: shape.y()\n };\n previousPos = {\n x: event.target.x(),\n y: event.target.y()\n };\n // store original properties\n originalProps = {\n mathShape: annotation.mathShape,\n referencePoints: annotation.referencePoints\n };\n\n // display trash\n this.#trash.activate(drawLayer);\n // deactivate anchors to avoid events on null shape\n this.#shapeEditor.setAnchorsActive(false);\n // draw\n konvaLayer.draw();\n });\n // drag move event handling\n shape.on('dragmove.draw', (event) => {\n // if out of range, reset shape position and exit\n const range = getShapePositionRange(drawLayer.getBaseSize(), shape);\n if (range && !isShapeInRange(shape, range.min, range.max)) {\n shape.x(previousPos.x);\n shape.y(previousPos.y);\n return;\n }\n\n // move associated shapes (but not label)\n const diff = {\n x: event.target.x() - previousPos.x,\n y: event.target.y() - previousPos.y\n };\n const children = shapeGroup.getChildren();\n const labelWithDefaultPosition =\n typeof annotation.labelPosition === 'undefined';\n for (const child of children) {\n // skip shape and label with defined position\n if (child === event.target ||\n (child.name() === 'label' && !labelWithDefaultPosition)\n ) {\n continue;\n }\n // move other nodes\n child.move(diff);\n }\n\n // store pos\n previousPos = {\n x: event.target.x(),\n y: event.target.y()\n };\n\n // get appropriate factory\n const factory = annotation.getFactory();\n // update annotation\n factory.updateAnnotationOnTranslation(annotation, diff);\n // update label\n factory.updateLabelContent(annotation, shapeGroup, this.#app.getStyle());\n\n // highlight trash when on it\n const mousePoint = getMousePoint(event.evt);\n const offset = {\n x: mousePoint.getX(),\n y: mousePoint.getY()\n };\n const eventPos = this.#getRealPosition(offset, drawLayer);\n this.#trash.changeChildrenColourOnTrashHover(eventPos,\n shapeGroup, colour);\n // draw\n konvaLayer.draw();\n });\n // drag end event handling\n shape.on('dragend.draw', (event) => {\n // remove trash\n this.#trash.remove();\n // activate(false) will also trigger a dragend.draw\n if (typeof event === 'undefined' ||\n typeof event.evt === 'undefined') {\n return;\n }\n const pos = {x: shape.x(), y: shape.y()};\n // delete case\n const mousePoint = getMousePoint(event.evt);\n const offset = {\n x: mousePoint.getX(),\n y: mousePoint.getY()\n };\n const eventPos = this.#getRealPosition(offset, drawLayer);\n if (this.#trash.isOverTrash(eventPos)) {\n // compensate for the drag translation\n shapeGroup.x(dragStartPos.x);\n shapeGroup.y(dragStartPos.y);\n // disable editor\n this.#shapeEditor.disable();\n this.#shapeEditor.reset();\n this.#trash.changeGroupChildrenColour(shapeGroup, colour);\n // reset math shape (for undo)\n annotation.mathShape = originalProps.mathShape;\n annotation.referencePoints = originalProps.referencePoints;\n\n // create remove annotation command\n const command = new RemoveAnnotationCommand(\n annotation,\n drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw remove\n command.execute();\n\n // reset cursor\n this.onMouseOutShapeGroup();\n } else {\n const translation = {\n x: pos.x - dragStartPos.x,\n y: pos.y - dragStartPos.y\n };\n if (translation.x !== 0 || translation.y !== 0) {\n // update annotation command\n const newProps = {\n mathShape: annotation.mathShape,\n referencePoints: annotation.referencePoints\n };\n const command = new UpdateAnnotationCommand(\n annotation,\n originalProps,\n newProps,\n drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // fire event manually since command is not executed\n this.#eventCallback({\n type: 'annotationupdate',\n data: annotation,\n dataid: drawLayer.getDataId(),\n keys: Object.keys(newProps)\n });\n // update original shape\n originalProps = {\n mathShape: newProps.mathShape,\n referencePoints: newProps.referencePoints\n };\n }\n // reset anchors\n this.#shapeEditor.setAnchorsActive(true);\n this.#shapeEditor.resetAnchors();\n }\n // draw\n konvaLayer.draw();\n // reset start position\n dragStartPos = {\n x: shape.x(),\n y: shape.y()\n };\n });\n\n // label listeners ------------------------------------------\n let originalLabelPosition;\n\n // drag start event handling\n label.on('dragstart.draw', (/*event*/) => {\n // store pos\n dragStartPos = {\n x: label.x(),\n y: label.y()\n };\n // store original position\n originalLabelPosition = annotation.labelPosition;\n });\n // drag end event handling\n label.on('dragend.draw', (/*event*/) => {\n const translation = {\n x: label.x() - dragStartPos.x,\n y: label.y() - dragStartPos.y\n };\n if (translation.x !== 0 || translation.y !== 0) {\n const newLabelPosition = new Point2D(label.x(), label.y());\n // set label position\n annotation.labelPosition = newLabelPosition;\n // update annotation command\n const command = new UpdateAnnotationCommand(\n annotation,\n {labelPosition: originalLabelPosition},\n {labelPosition: newLabelPosition},\n drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // fire event manually since command is not executed\n this.#eventCallback({\n type: 'annotationupdate',\n data: annotation,\n dataid: drawLayer.getDataId(),\n keys: ['labelPosition']\n });\n // update original position\n originalLabelPosition = newLabelPosition;\n }\n dragStartPos = {x: shape.x(), y: shape.y()};\n });\n\n // double click handling: update label\n shapeGroup.on('dblclick', () => {\n // original text expr\n const originalTextExpr = annotation.textExpr;\n\n const onSaveCallback = (annotation) => {\n // new text expr\n const newTextExpr = annotation.textExpr;\n // create annotation update command\n const command = new UpdateAnnotationCommand(\n annotation,\n {textExpr: originalTextExpr},\n {textExpr: newTextExpr},\n drawLayer.getDrawController()\n );\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command\n command.execute();\n };\n\n // call roi dialog\n customUI.openRoiDialog(annotation, onSaveCallback);\n });\n }\n\n /**\n * Remove shape group listeners.\n *\n * @param {Konva.Group} shapeGroup The shape group to set off.\n */\n removeShapeListeners(shapeGroup) {\n // mouse over\n this.#removeShapeOverListeners(shapeGroup);\n // double click\n shapeGroup.off('dblclick');\n // remove listeners from shape\n const shape = shapeGroup.getChildren(isNodeNameShape)[0];\n if (shape instanceof Konva.Shape) {\n shape.draggable(false);\n shape.off('dragstart.draw');\n shape.off('dragmove.draw');\n shape.off('dragend.draw');\n }\n // remove listeners from label\n const label = shapeGroup.getChildren(isNodeNameLabel)[0];\n if (label instanceof Konva.Label) {\n label.draggable(false);\n label.off('dragstart.draw');\n label.off('dragend.draw');\n }\n }\n} // DrawShapeHandler class","import {ListenerHandler} from '../utils/listen';\nimport {DrawController} from '../app/drawController';\nimport {getScaledOffset} from './layerGroup';\nimport {InteractionEventNames} from './generic';\nimport {logger} from '../utils/logger';\nimport {toStringId} from '../utils/array';\nimport {precisionRound} from '../utils/string';\nimport {AddAnnotationCommand} from '../tools/drawCommands';\nimport {\n isNodeWithId,\n isPositionNode,\n isNodeNameShape,\n isNodeNameLabel\n} from '../tools/drawBounds';\nimport {Style} from '../gui/style';\nimport {Line} from '../math/line';\nimport {Rectangle} from '../math/rectangle';\nimport {ROI} from '../math/roi';\nimport {Protractor} from '../math/protractor';\nimport {Ellipse} from '../math/ellipse';\nimport {Circle} from '../math/circle';\nimport {Point2D} from '../math/point';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point, Point3D} from '../math/point';\nimport {Index} from '../math/index';\nimport {Vector3D} from '../math/vector';\nimport {Scalar2D, Scalar3D} from '../math/scalar';\nimport {PlaneHelper} from '../image/planeHelper';\nimport {Annotation} from '../image/annotation';\nimport {AnnotationGroup} from '../image/annotationGroup';\nimport {DrawShapeHandler} from '../tools/drawShapeHandler';\n/* eslint-enable no-unused-vars */\n\n/**\n * Debug function to output the layer hierarchy as text.\n *\n * @param {object} layer The Konva layer.\n * @param {string} prefix A display prefix (used in recursion).\n * @returns {string} A text representation of the hierarchy.\n */\n// function getHierarchyLog(layer, prefix) {\n// if (typeof prefix === 'undefined') {\n// prefix = '';\n// }\n// const kids = layer.getChildren();\n// let log = prefix + '|__ ' + layer.name() + ': ' + layer.id() + '\\n';\n// for (let i = 0; i < kids.length; ++i) {\n// log += getHierarchyLog(kids[i], prefix + ' ');\n// }\n// return log;\n// }\n\n/**\n * Draw layer.\n */\nexport class DrawLayer {\n\n /**\n * The container div.\n *\n * @type {HTMLDivElement}\n */\n #containerDiv;\n\n /**\n * Konva stage.\n *\n * @type {Konva.Stage}\n */\n #konvaStage = null;\n\n /**\n * The layer base size as {x,y}.\n *\n * @type {Scalar2D}\n */\n #baseSize;\n\n /**\n * The layer base spacing as {x,y}.\n *\n * @type {Scalar2D}\n */\n #baseSpacing;\n\n /**\n * The layer fit scale.\n *\n * @type {Scalar2D}\n */\n #fitScale = {x: 1, y: 1};\n\n /**\n * The layer flip scale.\n *\n * @type {Scalar3D}\n */\n #flipScale = {x: 1, y: 1, z: 1};\n\n /**\n * The base layer offset.\n *\n * @type {Scalar2D}\n */\n #baseOffset = {x: 0, y: 0};\n\n /**\n * The view offset.\n *\n * @type {Scalar2D}\n */\n #viewOffset = {x: 0, y: 0};\n\n /**\n * The zoom offset.\n *\n * @type {Scalar2D}\n */\n #zoomOffset = {x: 0, y: 0};\n\n /**\n * The flip offset.\n *\n * @type {Scalar2D}\n */\n #flipOffset = {x: 0, y: 0};\n\n /**\n * The draw controller.\n *\n * @type {DrawController}\n */\n #drawController;\n\n /**\n * The plane helper.\n *\n * @type {PlaneHelper}\n */\n #planeHelper;\n\n /**\n * The associated data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * The reference layer id.\n *\n * @type {string}\n */\n #referenceLayerId;\n\n /**\n * Current position group id.\n *\n * @type {string}\n */\n #currentPosGroupId = null;\n\n /**\n * Draw shape handler.\n *\n * @type {DrawShapeHandler|undefined}\n */\n #shapeHandler;\n\n /**\n * Visible labels flag.\n *\n * @type {boolean}\n */\n #visibleLabels = true;\n\n /**\n * @param {HTMLDivElement} containerDiv The layer div, its id will be used\n * as this layer id.\n */\n constructor(containerDiv) {\n this.#containerDiv = containerDiv;\n // specific css class name\n this.#containerDiv.className += ' drawLayer';\n }\n\n /**\n * Set the draw shape handler.\n *\n * @param {DrawShapeHandler|undefined} handler The shape handler.\n */\n setShapeHandler(handler) {\n this.#shapeHandler = handler;\n }\n\n /**\n * Get the associated data id.\n *\n * @returns {string} The id.\n */\n getDataId() {\n return this.#dataId;\n }\n\n /**\n * Get the reference data id.\n *\n * @returns {string} The id.\n */\n getReferenceLayerId() {\n return this.#referenceLayerId;\n }\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Get the Konva stage.\n *\n * @returns {Konva.Stage} The stage.\n */\n getKonvaStage() {\n return this.#konvaStage;\n }\n\n /**\n * Get the Konva layer.\n *\n * @returns {Konva.Layer} The layer.\n */\n getKonvaLayer() {\n // there should only be one layer\n return this.#konvaStage.getLayers()[0];\n }\n\n /**\n * Get the draw controller.\n *\n * @returns {DrawController} The controller.\n */\n getDrawController() {\n return this.#drawController;\n }\n\n /**\n * Set the plane helper.\n *\n * @param {PlaneHelper} helper The helper.\n */\n setPlaneHelper(helper) {\n this.#planeHelper = helper;\n }\n\n // common layer methods [start] ---------------\n\n /**\n * Get the id of the layer.\n *\n * @returns {string} The string id.\n */\n getId() {\n return this.#containerDiv.id;\n }\n\n /**\n * Remove the HTML element from the DOM.\n */\n removeFromDOM() {\n this.#containerDiv.remove();\n }\n\n /**\n * Get the layer base size (without scale).\n *\n * @returns {Scalar2D} The size as {x,y}.\n */\n getBaseSize() {\n return this.#baseSize;\n }\n\n /**\n * Get the layer opacity.\n *\n * @returns {number} The opacity ([0:1] range).\n */\n getOpacity() {\n return this.#konvaStage.opacity();\n }\n\n /**\n * Set the layer opacity.\n *\n * @param {number} alpha The opacity ([0:1] range).\n */\n setOpacity(alpha) {\n this.#konvaStage.opacity(Math.min(Math.max(alpha, 0), 1));\n }\n\n /**\n * Add a flip offset along the layer X axis.\n */\n addFlipOffsetX() {\n // flip offset\n const scale = this.#konvaStage.scale();\n const size = this.#konvaStage.size();\n this.#flipOffset.x += size.width / scale.x;\n // apply\n const offset = this.#konvaStage.offset();\n offset.x += this.#flipOffset.x;\n this.#konvaStage.offset(offset);\n }\n\n /**\n * Add a flip offset along the layer Y axis.\n */\n addFlipOffsetY() {\n // flip offset\n const scale = this.#konvaStage.scale();\n const size = this.#konvaStage.size();\n this.#flipOffset.y += size.height / scale.y;\n // apply\n const offset = this.#konvaStage.offset();\n offset.y += this.#flipOffset.y;\n this.#konvaStage.offset(offset);\n }\n\n /**\n * Flip the scale along the layer X axis.\n */\n flipScaleX() {\n this.#flipScale.x *= -1;\n }\n\n /**\n * Flip the scale along the layer Y axis.\n */\n flipScaleY() {\n this.#flipScale.y *= -1;\n }\n\n /**\n * Flip the scale along the layer Z axis.\n */\n flipScaleZ() {\n this.#flipScale.z *= -1;\n }\n\n /**\n * Set the layer scale.\n *\n * @param {Scalar3D} newScale The scale as {x,y,z}.\n * @param {Point3D} [center] The scale center.\n */\n setScale(newScale, center) {\n const orientedNewScale =\n this.#planeHelper.getTargetOrientedPositiveXYZ({\n x: newScale.x * this.#flipScale.x,\n y: newScale.y * this.#flipScale.y,\n z: newScale.z * this.#flipScale.z,\n });\n const finalNewScale = {\n x: this.#fitScale.x * orientedNewScale.x,\n y: this.#fitScale.y * orientedNewScale.y\n };\n\n const offset = this.#konvaStage.offset();\n\n if (Math.abs(newScale.x) === 1 &&\n Math.abs(newScale.y) === 1 &&\n Math.abs(newScale.z) === 1) {\n // reset zoom offset for scale=1\n const resetOffset = {\n x: offset.x - this.#zoomOffset.x,\n y: offset.y - this.#zoomOffset.y\n };\n // store new offset\n this.#zoomOffset = {x: 0, y: 0};\n this.#konvaStage.offset(resetOffset);\n } else {\n if (typeof center !== 'undefined') {\n let worldCenter = this.#planeHelper.getPlaneOffsetFromOffset3D({\n x: center.getX(),\n y: center.getY(),\n z: center.getZ()\n });\n // center was obtained with viewLayer.displayToMainPlanePos\n // compensated for baseOffset\n // TODO: justify...\n worldCenter = {\n x: worldCenter.x + this.#baseOffset.x,\n y: worldCenter.y + this.#baseOffset.y\n };\n\n const newOffset = getScaledOffset(\n offset, this.#konvaStage.scale(), finalNewScale, worldCenter);\n\n const newZoomOffset = {\n x: this.#zoomOffset.x + newOffset.x - offset.x,\n y: this.#zoomOffset.y + newOffset.y - offset.y\n };\n // store new offset\n this.#zoomOffset = newZoomOffset;\n this.#konvaStage.offset(newOffset);\n }\n }\n\n this.#konvaStage.scale(finalNewScale);\n // update labels\n this.#updateLabelScale(finalNewScale);\n }\n\n /**\n * Initialise the layer scale.\n *\n * @param {Scalar3D} newScale The scale as {x,y,z}.\n * @param {Scalar2D} absoluteZoomOffset The zoom offset as {x,y}\n * without the fit scale (as provided by getAbsoluteZoomOffset).\n */\n initScale(newScale, absoluteZoomOffset) {\n const orientedNewScale = this.#planeHelper.getTargetOrientedPositiveXYZ({\n x: newScale.x * this.#flipScale.x,\n y: newScale.y * this.#flipScale.y,\n z: newScale.z * this.#flipScale.z,\n });\n const finalNewScale = {\n x: this.#fitScale.x * orientedNewScale.x,\n y: this.#fitScale.y * orientedNewScale.y\n };\n this.#konvaStage.scale(finalNewScale);\n\n this.#zoomOffset = {\n x: absoluteZoomOffset.x / this.#fitScale.x,\n y: absoluteZoomOffset.y / this.#fitScale.y\n };\n const offset = this.#konvaStage.offset();\n this.#konvaStage.offset({\n x: offset.x + this.#zoomOffset.x,\n y: offset.y + this.#zoomOffset.y\n });\n }\n\n /**\n * Set the layer offset.\n *\n * @param {Scalar3D} newOffset The offset as {x,y,z}.\n */\n setOffset(newOffset) {\n const planeNewOffset =\n this.#planeHelper.getPlaneOffsetFromOffset3D(newOffset);\n this.#konvaStage.offset({\n x: planeNewOffset.x +\n this.#viewOffset.x +\n this.#baseOffset.x +\n this.#zoomOffset.x +\n this.#flipOffset.x,\n y: planeNewOffset.y +\n this.#viewOffset.y +\n this.#baseOffset.y +\n this.#zoomOffset.y +\n this.#flipOffset.y\n });\n }\n\n /**\n * Set the base layer offset. Updates the layer offset.\n *\n * @param {Vector3D} scrollOffset The scroll offset vector.\n * @param {Vector3D} planeOffset The plane offset vector.\n * @returns {boolean} True if the offset was updated.\n */\n setBaseOffset(scrollOffset, planeOffset) {\n const scrollIndex = this.#planeHelper.getNativeScrollIndex();\n const newOffset = this.#planeHelper.getPlaneOffsetFromOffset3D({\n x: scrollIndex === 0 ? scrollOffset.getX() : planeOffset.getX(),\n y: scrollIndex === 1 ? scrollOffset.getY() : planeOffset.getY(),\n z: scrollIndex === 2 ? scrollOffset.getZ() : planeOffset.getZ(),\n });\n const needsUpdate = this.#baseOffset.x !== newOffset.x ||\n this.#baseOffset.y !== newOffset.y;\n // reset offset if needed\n if (needsUpdate) {\n const offset = this.#konvaStage.offset();\n this.#konvaStage.offset({\n x: offset.x - this.#baseOffset.x + newOffset.x,\n y: offset.y - this.#baseOffset.y + newOffset.y\n });\n this.#baseOffset = newOffset;\n }\n return needsUpdate;\n }\n\n /**\n * Display the layer.\n *\n * @param {boolean} flag Whether to display the layer or not.\n */\n display(flag) {\n this.#containerDiv.style.display = flag ? '' : 'none';\n }\n\n /**\n * Check if the layer is visible.\n *\n * @returns {boolean} True if the layer is visible.\n */\n isVisible() {\n return this.#containerDiv.style.display === '';\n }\n\n /**\n * Draw the content (imageData) of the layer.\n * The imageData variable needs to be set.\n */\n draw() {\n this.#konvaStage.draw();\n }\n\n /**\n * Initialise the layer: set the canvas and context.\n *\n * @param {Scalar2D} size The image size as {x,y}.\n * @param {Scalar2D} spacing The image spacing as {x,y}.\n * @param {string} refLayerId The reference image dataId.\n */\n initialise(size, spacing, refLayerId) {\n // set locals\n this.#baseSize = size;\n this.#baseSpacing = spacing;\n this.#referenceLayerId = refLayerId;\n\n // create stage\n this.#konvaStage = new Konva.Stage({\n container: this.#containerDiv,\n width: this.#baseSize.x,\n height: this.#baseSize.y,\n listening: false\n });\n // reset style\n // (avoids a not needed vertical scrollbar)\n this.#konvaStage.getContent().setAttribute('style', '');\n\n // create layer\n const konvaLayer = new Konva.Layer({\n listening: false,\n visible: true\n });\n this.#konvaStage.add(konvaLayer);\n }\n\n /**\n * Set the annotation group.\n *\n * @param {AnnotationGroup} annotationGroup The annotation group.\n * @param {string} dataId The associated data id.\n * @param {object} exeCallback The undo stack callback.\n */\n setAnnotationGroup(annotationGroup, dataId, exeCallback) {\n this.#dataId = dataId;\n // local listeners\n annotationGroup.addEventListener('annotationadd', (event) => {\n // draw annotation\n this.#addAnnotationDraw(event.data, true);\n this.getKonvaLayer().draw();\n });\n annotationGroup.addEventListener('annotationupdate', (event) => {\n // update annotation draw\n this.#updateAnnotationDraw(event.data);\n this.getKonvaLayer().draw();\n });\n annotationGroup.addEventListener('annotationremove', (event) => {\n // remove annotation draw\n this.#removeAnnotationDraw(event.data);\n this.getKonvaLayer().draw();\n });\n annotationGroup.addEventListener(\n 'annotationgroupeditablechange',\n (event) => {\n this.activateCurrentPositionShapes(event.data);\n }\n );\n\n // create draw controller\n this.#drawController = new DrawController(annotationGroup);\n\n // annotations are allready in the annotation list,\n // -> no need to add them, just draw and save command\n if (annotationGroup.getLength() !== 0) {\n for (const annotation of annotationGroup.getList()) {\n // draw annotation\n this.#addAnnotationDraw(annotation, false);\n // create the draw command\n const command = new AddAnnotationCommand(\n annotation, this.getDrawController());\n // add command to undo stack\n exeCallback(command);\n }\n }\n }\n\n /**\n * Activate shapes at current position.\n *\n * @param {boolean} flag The flag to activate or not.\n */\n activateCurrentPositionShapes(flag) {\n const konvaLayer = this.getKonvaLayer();\n\n // stop listening\n this.#konvaStage.listening(false);\n\n if (typeof this.#shapeHandler !== 'undefined') {\n // reset shape editor (remove anchors)\n this.#shapeHandler.disableAndResetEditor();\n // remove listeners for all position groups\n const allPosGroups = konvaLayer.getChildren();\n for (const posGroup of allPosGroups) {\n if (posGroup instanceof Konva.Group) {\n posGroup.getChildren().forEach((group) => {\n if (group instanceof Konva.Group) {\n this.#shapeHandler.removeShapeListeners(group);\n }\n });\n }\n }\n }\n\n // activate shape listeners if possible\n const drawController = this.getDrawController();\n if (flag &&\n drawController.getAnnotationGroup().isEditable()) {\n // shape groups at the current position\n const shapeGroups =\n this.getCurrentPosGroup().getChildren();\n // listen if we have shapes\n if (shapeGroups.length !== 0) {\n this.#konvaStage.listening(true);\n konvaLayer.listening(true);\n }\n // add listeners for position group\n if (typeof this.#shapeHandler !== 'undefined') {\n shapeGroups.forEach((group) => {\n if (group instanceof Konva.Group) {\n const annotation = drawController.getAnnotation(group.id());\n this.#shapeHandler.addShapeListeners(this, group, annotation);\n }\n });\n }\n }\n\n konvaLayer.draw();\n }\n\n /**\n * Get the position group id for an annotation.\n *\n * @param {Annotation} annotation The target annotation.\n * @returns {string|undefined} The group id.\n */\n #getAnnotationPosGroupId(annotation) {\n let points;\n // annotation planePoints are only present\n // for non aquisition plane\n if (typeof annotation.planePoints !== 'undefined') {\n // use plane points\n points = annotation.planePoints;\n } else {\n // just use plane origin\n points = [annotation.planeOrigin];\n }\n return this.#getPositionId(points);\n }\n\n /**\n * Get a string id from input plane points.\n *\n * @param {Point3D[]} points A list of points that defined a plane.\n * @returns {string} The string id.\n */\n #getPositionId(points) {\n let res = '';\n for (const point of points) {\n if (res.length !== 0) {\n res += '-';\n }\n const posValues = [\n precisionRound(point.getX(), 2),\n precisionRound(point.getY(), 2),\n precisionRound(point.getZ(), 2),\n ];\n res += toStringId(posValues);\n }\n return res;\n }\n\n /**\n * Find the shape group associated to an annotation.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Konva.Group|undefined} The shape group.\n */\n #findShapeGroup(annotation) {\n let res;\n\n const posGroupId = this.#getAnnotationPosGroupId(annotation);\n const layerChildren = this.getKonvaLayer().getChildren(\n isNodeWithId(posGroupId));\n if (layerChildren.length !== 0) {\n const posGroup = layerChildren[0];\n if (!(posGroup instanceof Konva.Group)) {\n return;\n }\n const posChildren = posGroup.getChildren(\n isNodeWithId(annotation.id));\n if (posChildren.length !== 0 &&\n posChildren[0] instanceof Konva.Group) {\n res = posChildren[0];\n }\n }\n return res;\n }\n\n /**\n * Draw an annotation: create the shape group and add it to\n * the Konva layer.\n *\n * @param {Annotation} annotation The annotation to draw.\n * @param {boolean} visible The position group visibility.\n */\n #addAnnotationDraw(annotation, visible) {\n // check for compatible view\n if (!annotation.isCompatibleView(this.#planeHelper)) {\n return;\n }\n const posGroupId = this.#getAnnotationPosGroupId(annotation);\n // Get or create position-group if it does not exist and\n // append it to konvaLayer\n let posGroup = this.getKonvaLayer().getChildren(\n isNodeWithId(posGroupId))[0];\n if (typeof posGroup === 'undefined') {\n posGroup = new Konva.Group({\n id: posGroupId,\n name: 'position-group',\n visible: visible\n });\n this.getKonvaLayer().add(posGroup);\n }\n if (!(posGroup instanceof Konva.Group)) {\n return;\n };\n\n const style = new Style();\n const stage = this.getKonvaStage();\n style.setZoomScale(stage.scale());\n\n // shape group (use first one since it will be removed from\n // the group when we change it)\n const factory = annotation.getFactory();\n const shapeGroup = factory.createShapeGroup(annotation, style);\n // add group to posGroup (switches its parent)\n posGroup.add(shapeGroup);\n\n // activate shape if possible\n if (visible &&\n typeof this.#shapeHandler !== 'undefined'\n ) {\n this.#shapeHandler.addShapeListeners(this, shapeGroup, annotation);\n }\n // set label visibility\n this.setLabelVisibility(shapeGroup);\n }\n\n /**\n * Remove an annotation draw.\n *\n * @param {Annotation} annotation The annotation to remove.\n * @returns {boolean} True if the shape group has been found and removed.\n */\n #removeAnnotationDraw(annotation) {\n const shapeGroup = this.#findShapeGroup(annotation);\n if (!(shapeGroup instanceof Konva.Group)) {\n logger.debug('No shape group to remove');\n return false;\n };\n shapeGroup.remove();\n return true;\n }\n\n /**\n * Update an annotation draw.\n *\n * @param {Annotation} annotation The annotation to update.\n */\n #updateAnnotationDraw(annotation) {\n // update quantification after math shape update\n annotation.updateQuantification();\n // update draw if needed\n if (this.#removeAnnotationDraw(annotation)) {\n this.#addAnnotationDraw(annotation, true);\n }\n }\n\n /**\n * Fit the layer to its parent container.\n *\n * @param {Scalar2D} containerSize The container size as {x,y}.\n * @param {number} divToWorldSizeRatio The div to world size ratio.\n * @param {Scalar2D} fitOffset The fit offset as {x,y}.\n */\n fitToContainer(containerSize, divToWorldSizeRatio, fitOffset) {\n // update konva\n this.#konvaStage.width(containerSize.x);\n this.#konvaStage.height(containerSize.y);\n\n // fit scale\n const divToImageSizeRatio = {\n x: divToWorldSizeRatio * this.#baseSpacing.x,\n y: divToWorldSizeRatio * this.#baseSpacing.y\n };\n // #scale = inputScale * fitScale * flipScale\n // flipScale does not change here, we can omit it\n // newScale = (#scale / fitScale) * newFitScale\n const newScale = {\n x: this.#konvaStage.scale().x * divToImageSizeRatio.x / this.#fitScale.x,\n y: this.#konvaStage.scale().y * divToImageSizeRatio.y / this.#fitScale.y\n };\n\n // set scales if different from previous\n if (this.#konvaStage.scale().x !== newScale.x ||\n this.#konvaStage.scale().y !== newScale.y) {\n this.#fitScale = divToImageSizeRatio;\n this.#konvaStage.scale(newScale);\n }\n\n // view offset\n const newViewOffset = {\n x: fitOffset.x / divToImageSizeRatio.x,\n y: fitOffset.y / divToImageSizeRatio.y\n };\n // flip offset\n const scaledImageSize = {\n x: containerSize.x / divToImageSizeRatio.x,\n y: containerSize.y / divToImageSizeRatio.y\n };\n const newFlipOffset = {\n x: this.#flipOffset.x !== 0 ? scaledImageSize.x : 0,\n y: this.#flipOffset.y !== 0 ? scaledImageSize.y : 0,\n };\n\n // set offsets if different from previous\n if (this.#viewOffset.x !== newViewOffset.x ||\n this.#viewOffset.y !== newViewOffset.y ||\n this.#flipOffset.x !== newFlipOffset.x ||\n this.#flipOffset.y !== newFlipOffset.y) {\n // update global offset\n this.#konvaStage.offset({\n x: this.#konvaStage.offset().x +\n newViewOffset.x - this.#viewOffset.x +\n newFlipOffset.x - this.#flipOffset.x,\n y: this.#konvaStage.offset().y +\n newViewOffset.y - this.#viewOffset.y +\n newFlipOffset.y - this.#flipOffset.y,\n });\n // update private local offsets\n this.#flipOffset = newFlipOffset;\n this.#viewOffset = newViewOffset;\n }\n }\n\n /**\n * Check the visibility of an annotation.\n *\n * @param {string} id The id of the annotation.\n * @returns {boolean} True if the annotation is visible.\n */\n isAnnotationVisible(id) {\n // get the group (annotation and group have same id)\n const group = this.getGroup(id);\n if (typeof group === 'undefined') {\n return false;\n }\n // get visibility\n return group.isVisible();\n }\n\n /**\n * Set the visibility of an annotation.\n *\n * @param {string} id The id of the annotation.\n * @param {boolean} [visible] True to set to visible,\n * will toggle visibility if not defined.\n * @returns {boolean} False if the annotation shape cannot be found.\n */\n setAnnotationVisibility(id, visible) {\n // get the group (annotation and group have same id)\n const group = this.getGroup(id);\n if (typeof group === 'undefined') {\n return false;\n }\n // if not set, toggle visibility\n if (typeof visible === 'undefined') {\n visible = !group.isVisible();\n }\n group.visible(visible);\n\n // udpate\n this.draw();\n\n return true;\n }\n\n /**\n * Set the visibility of all labels.\n *\n * @param {boolean} [visible] True to set to visible,\n * will toggle visibility if not defined.\n */\n setLabelsVisibility(visible) {\n this.#visibleLabels = visible;\n\n const posGroups = this.getKonvaLayer().getChildren();\n for (const posGroup of posGroups) {\n if (posGroup instanceof Konva.Group) {\n const shapeGroups = posGroup.getChildren();\n for (const shapeGroup of shapeGroups) {\n if (shapeGroup instanceof Konva.Group) {\n this.#setLabelVisibility(shapeGroup, visible);\n }\n }\n }\n }\n }\n\n /**\n * Set a shape group label visibility.\n *\n * @param {Konva.Group} shapeGroup The shape group.\n * @param {boolean} [visible] True to set to visible,\n * will toggle visibility if not defined.\n */\n #setLabelVisibility(shapeGroup, visible) {\n const label = shapeGroup.getChildren(isNodeNameLabel)[0];\n if (!(label instanceof Konva.Label)) {\n return;\n }\n // if not set, toggle visibility\n if (typeof visible === 'undefined') {\n visible = !label.isVisible();\n }\n // set visible only for non empty text\n if (typeof label.getText() !== 'undefined' &&\n label.getText().text().length !== 0) {\n label.visible(visible);\n }\n }\n\n /**\n * Set a shape group label visibility according to\n * this layer setting.\n *\n * @param {Konva.Group} shapeGroup The shape group.\n */\n setLabelVisibility(shapeGroup) {\n this.#setLabelVisibility(shapeGroup, this.#visibleLabels);\n }\n\n /**\n * Delete a Draw from the stage.\n *\n * @deprecated\n * @param {string} _id The id of the group to delete.\n * @param {Function} _exeCallback The callback to call once the\n * DeleteCommand has been executed.\n */\n deleteDraw(_id, _exeCallback) {\n // does nothing\n }\n\n /**\n * Delete all Draws from the stage.\n *\n * @deprecated\n * @param {Function} _exeCallback The callback to call once the\n * DeleteCommand has been executed.\n */\n deleteDraws(_exeCallback) {\n // does nothing\n }\n\n /**\n * Get the total number of draws of this layer\n * (at all positions).\n *\n * @returns {number|undefined} The total number of draws.\n */\n getNumberOfDraws() {\n const posGroups = this.getKonvaLayer().getChildren();\n let count = 0;\n for (const posGroup of posGroups) {\n if (posGroup instanceof Konva.Group) {\n count += posGroup.getChildren().length;\n }\n }\n return count;\n }\n\n /**\n * Enable and listen to container interaction events.\n */\n bindInteraction() {\n this.#konvaStage.listening(true);\n // allow pointer events\n this.#containerDiv.style.pointerEvents = 'auto';\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n this.#containerDiv.addEventListener(names[i], this.#fireEvent);\n }\n }\n\n /**\n * Disable and stop listening to container interaction events.\n */\n unbindInteraction() {\n this.#konvaStage.listening(false);\n // disable pointer events\n this.#containerDiv.style.pointerEvents = 'none';\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n this.#containerDiv.removeEventListener(names[i], this.#fireEvent);\n }\n }\n\n /**\n * Set the current position.\n *\n * @param {Point} position The new position.\n * @param {Index} index The new index.\n * @returns {boolean} True if the position was updated.\n */\n setCurrentPosition(position, index) {\n if (typeof index === 'undefined') {\n index = this.#planeHelper.worldToIndex(position);\n }\n const scrollIndex = this.#planeHelper.getScrollIndex();\n const scrollIndexValue = index.get(scrollIndex);\n const planePoints = this.#planeHelper.getPlanePoints(scrollIndexValue);\n let points;\n if (this.#planeHelper.isAquisitionOrientation()) {\n // just use plane origin\n points = [planePoints[0]];\n } else {\n // use plane points\n points = planePoints;\n }\n const posGroupId = this.#getPositionId(points);\n\n this.#activateDrawLayer(posGroupId);\n // TODO: add check\n this.#fireEvent({\n type: 'positionchange',\n value: [\n index.getValues(),\n position.getValues(),\n ],\n valid: true\n });\n\n return true;\n }\n\n /**\n * Activate the current draw layer.\n *\n * @param {string} posGroupId The position group ID.\n */\n #activateDrawLayer(posGroupId) {\n this.#currentPosGroupId = posGroupId;\n\n // get all position groups\n const posGroups = this.getKonvaLayer().getChildren(isPositionNode);\n // reset or set the visible property\n let visible;\n for (let i = 0, leni = posGroups.length; i < leni; ++i) {\n visible = false;\n if (posGroups[i].id() === this.#currentPosGroupId) {\n visible = true;\n }\n // group members inherit the visible property\n posGroups[i].visible(visible);\n }\n\n // show current draw layer\n this.getKonvaLayer().draw();\n }\n\n /**\n * Get the current position group.\n *\n * @returns {Konva.Group|undefined} The Konva.Group.\n */\n getCurrentPosGroup() {\n // get position groups\n const posGroups = this.getKonvaLayer().getChildren((node) => {\n return node.id() === this.#currentPosGroupId;\n });\n // if one group, use it\n // if no group, create one\n let posGroup;\n if (posGroups.length === 1) {\n if (posGroups[0] instanceof Konva.Group) {\n posGroup = posGroups[0];\n }\n } else if (posGroups.length === 0) {\n posGroup = new Konva.Group();\n posGroup.name('position-group');\n posGroup.id(this.#currentPosGroupId);\n posGroup.visible(true); // dont inherit\n // add new group to layer\n this.getKonvaLayer().add(posGroup);\n } else {\n logger.warn('Unexpected number of draw position groups');\n }\n // return\n return posGroup;\n }\n\n /**\n * Get a Konva group using its id.\n *\n * @param {string} id The group id.\n * @returns {object|undefined} The Konva group.\n */\n getGroup(id) {\n const group = this.getKonvaLayer().findOne('#' + id);\n if (typeof group === 'undefined') {\n logger.warn('Cannot find node with id: ' + id);\n }\n return group;\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n event.srclayerid = this.getId();\n event.dataid = this.#dataId;\n this.#listenerHandler.fireEvent(event);\n };\n\n // common layer methods [end] ---------------\n\n /**\n * Update label scale: compensate for it so\n * that label size stays visually the same.\n *\n * @param {Scalar2D} scale The scale to compensate for as {x,y}.\n */\n #updateLabelScale(scale) {\n // same formula as in labelFactory::create\n // compensate for scale and times 2 so that font 10 looks like a 10\n const ratioX = 2 / scale.x;\n const ratioY = 2 / scale.y;\n // compensate scale for labels\n const labels = this.#konvaStage.find('Label');\n for (let i = 0; i < labels.length; ++i) {\n labels[i].scale({x: ratioX, y: ratioY});\n }\n }\n\n} // DrawLayer class\n\n// *************************\n// legacy code to allow to convert old state into annotation\n// *************************\n\n/**\n * Draw meta data.\n */\nexport class DrawMeta {\n /**\n * Draw quantification.\n *\n * @type {object}\n */\n quantification;\n\n /**\n * Draw text expression. Can contain variables surrounded with '{}' that will\n * be extracted from the quantification object.\n *\n * @type {string}\n */\n textExpr;\n}\n\n/**\n * Draw details.\n */\nexport class DrawDetails {\n /**\n * The draw ID.\n *\n * @type {number}\n */\n id;\n\n /**\n * The draw position: an Index converted to string.\n *\n * @type {string}\n */\n position;\n\n /**\n * The draw type.\n *\n * @type {string}\n */\n type;\n\n /**\n * The draw color: for example 'green', '#00ff00' or 'rgb(0,255,0)'.\n *\n * @type {string}\n */\n color;\n\n /**\n * The draw meta.\n *\n * @type {DrawMeta}\n */\n meta;\n}\n\n/**\n * Convert a KonvaLayer object to a list of annotations.\n *\n * @param {Array} drawings An array of drawings stored\n * with 'KonvaLayer().toObject()'.\n * @param {DrawDetails[]} drawingsDetails An array of drawings details.\n * @returns {Annotation[]} The associated list of annotations.\n */\nexport function konvaToAnnotation(drawings, drawingsDetails) {\n const annotations = [];\n\n // regular Konva deserialize\n const stateLayer = Konva.Node.create(drawings);\n\n // get all position groups\n const statePosGroups = stateLayer.getChildren(isPositionNode);\n\n for (let i = 0, leni = statePosGroups.length; i < leni; ++i) {\n const statePosGroup = statePosGroups[i];\n const statePosKids = statePosGroup.getChildren();\n for (let j = 0, lenj = statePosKids.length; j < lenj; ++j) {\n const annotation = new Annotation();\n\n // shape group (use first one since it will be removed from\n // the group when we change it)\n const stateGroup = statePosKids[0];\n // annotation id\n annotation.id = stateGroup.id();\n\n // shape\n const shape = stateGroup.getChildren(isNodeNameShape)[0];\n // annotation colour\n annotation.colour = shape.stroke();\n\n if (stateGroup.name() === 'line-group') {\n const points = shape.points();\n annotation.mathShape = new Point2D(points[0], points[1]);\n annotation.referencePoints = [\n new Point2D(points[2], points[3])\n ];\n } else if (stateGroup.name() === 'ruler-group') {\n const points = shape.points();\n annotation.mathShape = new Line(\n new Point2D(points[0], points[1]),\n new Point2D(points[2], points[3])\n );\n } else if (stateGroup.name() === 'rectangle-group') {\n annotation.mathShape = new Rectangle(\n new Point2D(shape.x(), shape.y()),\n new Point2D(shape.x() + shape.width(), shape.y() + shape.height())\n );\n } else if (stateGroup.name() === 'roi-group') {\n const points = shape.points();\n const pointsArray = [];\n for (let i = 0; i < points.length; i = i + 2) {\n pointsArray.push(new Point2D(points[i], points[i + 1]));\n }\n annotation.mathShape = new ROI(pointsArray);\n } else if (stateGroup.name() === 'freeHand-group') {\n logger.warn('Converting freehand into ROI shape');\n const points = shape.points();\n const pointsArray = [];\n for (let i = 0; i < points.length; i = i + 2) {\n pointsArray.push(new Point2D(points[i], points[i + 1]));\n }\n annotation.mathShape = new ROI(pointsArray);\n } else if (stateGroup.name() === 'protractor-group') {\n const points = shape.points();\n annotation.mathShape = new Protractor([\n new Point2D(points[0], points[1]),\n new Point2D(points[2], points[3]),\n new Point2D(points[4], points[5])\n ]);\n } else if (stateGroup.name() === 'ellipse-group') {\n const absPosition = shape.absolutePosition();\n annotation.mathShape = new Ellipse(\n new Point2D(absPosition.x, absPosition.y),\n shape.radiusX(),\n shape.radiusY()\n );\n } else if (stateGroup.name() === 'circle-group') {\n const absPosition = shape.absolutePosition();\n annotation.mathShape = new Circle(\n new Point2D(absPosition.x, absPosition.y),\n shape.radius()\n );\n }\n\n // details\n if (drawingsDetails) {\n const details = drawingsDetails[stateGroup.id()];\n annotation.textExpr = details.meta.textExpr;\n annotation.quantification = details.meta.quantification;\n }\n\n annotations.push(annotation);\n }\n }\n\n return annotations;\n}\n","// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DrawLayer} from '../gui/drawLayer';\nimport {Annotation} from '../image/annotation';\nimport {DrawController} from '../app/drawController';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get the display name of the input shape.\n *\n * @param {Konva.Shape} shape The Konva shape.\n * @returns {string} The display name.\n */\nexport function getShapeDisplayName(shape) {\n let displayName = 'shape';\n if (shape instanceof Konva.Line) {\n if (shape.points().length === 4) {\n displayName = 'line';\n } else if (shape.points().length === 6) {\n displayName = 'protractor';\n } else {\n displayName = 'roi';\n }\n } else if (shape instanceof Konva.Rect) {\n displayName = 'rectangle';\n } else if (shape instanceof Konva.Ellipse) {\n displayName = 'ellipse';\n }\n // return\n return displayName;\n}\n\n/**\n * Add annotation command.\n */\nexport class AddAnnotationCommand {\n /**\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * @type {DrawController}\n */\n #drawController;\n\n /**\n * @param {Annotation} annotation The annotation to add.\n * @param {DrawController} drawController The associated draw controller.\n */\n constructor(annotation, drawController) {\n this.#annotation = annotation;\n this.#drawController = drawController;\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'AddAnnotation-' + this.#annotation.id;\n }\n\n /**\n * Execute the command.\n */\n execute() {\n this.#drawController.addAnnotation(this.#annotation);\n }\n\n /**\n * Undo the command.\n */\n undo() {\n this.#drawController.removeAnnotation(this.#annotation.id);\n }\n}\n\n/**\n * Remove annotation command.\n */\nexport class RemoveAnnotationCommand {\n /**\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * @type {DrawController}\n */\n #drawController;\n\n /**\n * @param {Annotation} annotation The annotation to remove.\n * @param {DrawController} drawController The associated draw controller.\n */\n constructor(annotation, drawController) {\n this.#annotation = annotation;\n this.#drawController = drawController;\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'RemoveAnnotation-' + this.#annotation.id;\n }\n\n /**\n * Execute the command.\n */\n execute() {\n this.#drawController.removeAnnotation(this.#annotation.id);\n }\n\n /**\n * Undo the command.\n */\n undo() {\n this.#drawController.addAnnotation(this.#annotation);\n }\n}\n\n/**\n * Update annotation command.\n */\nexport class UpdateAnnotationCommand {\n /**\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * @type {DrawController}\n */\n #drawController;\n\n /**\n * Original annotation properties.\n *\n * @type {object}\n */\n #originalProps;\n\n /**\n * New annotation properties.\n *\n * @type {object}\n */\n #newProps;\n\n /**\n * @param {Annotation} annotation The annotation to update.\n * @param {object} originaProps The original annotation properties.\n * @param {object} newProps The new annotation properties.\n * @param {DrawController} drawController The associated draw controller.\n */\n constructor(annotation, originaProps, newProps, drawController) {\n this.#annotation = annotation;\n this.#drawController = drawController;\n this.#originalProps = originaProps;\n this.#newProps = newProps;\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'UpdateAnnotation-' + this.#annotation.id;\n }\n\n /**\n * Execute the command.\n */\n execute() {\n const keys = Object.keys(this.#newProps);\n for (const key of keys) {\n this.#annotation[key] = this.#newProps[key];\n }\n this.#drawController.updateAnnotation(this.#annotation, keys);\n }\n\n /**\n * Undo the command.\n */\n undo() {\n const keys = Object.keys(this.#originalProps);\n for (const key of keys) {\n this.#annotation[key] = this.#originalProps[key];\n }\n this.#drawController.updateAnnotation(this.#annotation, keys);\n }\n}\n/**\n * Draw group command.\n *\n * TODO: remove.\n */\nexport class DrawGroupCommand {\n\n /**\n * The group to draw.\n *\n * @type {Konva.Group}\n */\n #group;\n\n /**\n * The shape display name.\n *\n * @type {string}\n */\n #name;\n\n /**\n * The draw layer.\n *\n * @type {DrawLayer}\n */\n #layer;\n\n /**\n * Flag to send events.\n *\n * @type {boolean}\n */\n #isSilent;\n\n /**\n * The group parent.\n *\n * @type {object}\n */\n #parent;\n\n /**\n * @param {Konva.Group} group The group draw.\n * @param {string} name The shape display name.\n * @param {DrawLayer} layer The layer where to draw the group.\n * @param {boolean} [silent] Whether to send a creation event or not.\n */\n constructor(group, name, layer, silent) {\n this.#group = group;\n this.#name = name;\n this.#layer = layer;\n this.#isSilent = (typeof silent === 'undefined') ? false : silent;\n this.#parent = group.getParent();\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'Draw-' + this.#name;\n }\n\n /**\n * Execute the command.\n *\n * @fires DrawGroupCommand#drawcreate\n */\n execute() {\n // add the group to the parent (in case of undo/redo)\n this.#parent.add(this.#group);\n // draw\n this.#layer.getKonvaLayer().draw();\n // callback\n if (!this.#isSilent) {\n /**\n * Draw create event.\n *\n * @event DrawGroupCommand#drawcreate\n * @type {object}\n * @property {string} id The id of the created draw.\n * @property {string} srclayerid The id of the layer of the draw.\n * @property {string} dataid The associated data id.\n */\n this.onExecute({\n type: 'drawcreate',\n id: this.#group.id(),\n srclayerid: this.#layer.getId(),\n dataid: this.#layer.getDataId()\n });\n }\n }\n\n /**\n * Undo the command.\n *\n * @fires DeleteGroupCommand#drawdelete\n */\n undo() {\n // remove the group from the parent layer\n this.#group.remove();\n // draw\n this.#layer.getKonvaLayer().draw();\n // callback\n this.onUndo({\n type: 'drawdelete',\n id: this.#group.id(),\n srclayerid: this.#layer.getId(),\n dataid: this.#layer.getDataId()\n });\n }\n\n /**\n * Handle an execute event.\n *\n * @param {object} _event The execute event with type and id.\n */\n onExecute(_event) {\n // default does nothing.\n }\n\n /**\n * Handle an undo event.\n *\n * @param {object} _event The undo event with type and id.\n */\n onUndo(_event) {\n // default does nothing.\n }\n\n} // DrawGroupCommand class\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * Path shape.\n */\nexport class Path {\n\n /**\n * @param {Point2D[]} [inputPointArray] The list of Point2D that make\n * the path (optional).\n * @param {number[]} [inputControlPointIndexArray] The list of control\n * point of path, as indexes (optional).\n * Note: first and last point do not need to be equal.\n */\n constructor(inputPointArray, inputControlPointIndexArray) {\n /**\n * List of points.\n *\n * @type {Point2D[]}\n */\n this.pointArray = inputPointArray ? inputPointArray.slice() : [];\n /**\n * List of control points.\n *\n * @type {number[]}\n */\n this.controlPointIndexArray = inputControlPointIndexArray\n ? inputControlPointIndexArray.slice() : [];\n }\n\n /**\n * Get a point of the list.\n *\n * @param {number} index The index of the point\n * to get (beware, no size check).\n * @returns {Point2D} The Point2D at the given index.\n */\n getPoint(index) {\n return this.pointArray[index];\n }\n\n /**\n * Is the given point a control point.\n *\n * @param {Point2D} point The Point2D to check.\n * @returns {boolean} True if a control point.\n */\n isControlPoint(point) {\n const index = this.pointArray.indexOf(point);\n if (index !== -1) {\n return this.controlPointIndexArray.indexOf(index) !== -1;\n } else {\n throw new Error('Error: isControlPoint called with not in list point.');\n }\n }\n\n /**\n * Get the length of the path.\n *\n * @returns {number} The length of the path.\n */\n getLength() {\n return this.pointArray.length;\n }\n\n /**\n * Add a point to the path.\n *\n * @param {Point2D} point The Point2D to add.\n */\n addPoint(point) {\n this.pointArray.push(point);\n }\n\n /**\n * Add a control point to the path.\n *\n * @param {Point2D} point The Point2D to make a control point.\n */\n addControlPoint(point) {\n const index = this.pointArray.indexOf(point);\n if (index !== -1) {\n this.controlPointIndexArray.push(index);\n } else {\n throw new Error(\n 'Cannot mark a non registered point as control point.');\n }\n }\n\n /**\n * Add points to the path.\n *\n * @param {Point2D[]} newPointArray The list of Point2D to add.\n */\n addPoints(newPointArray) {\n this.pointArray = this.pointArray.concat(newPointArray);\n }\n\n /**\n * Append a Path to this one.\n *\n * @param {Path} other The Path to append.\n */\n appenPath(other) {\n const oldSize = this.pointArray.length;\n this.pointArray = this.pointArray.concat(other.pointArray);\n const indexArray = [];\n for (let i = 0; i < other.controlPointIndexArray.length; ++i) {\n indexArray[i] = other.controlPointIndexArray[i] + oldSize;\n }\n this.controlPointIndexArray =\n this.controlPointIndexArray.concat(indexArray);\n }\n\n} // Path class\n","/**\n * Circular Bucket Queue.\n *\n * Returns input'd points in sorted order. All operations run in roughly O(1)\n * time (for input with small cost values), but it has a strict requirement:\n *\n * If the most recent point had a cost of c, any points added should have a cost\n * c' in the range c <= c' <= c + (capacity - 1).\n */\nexport class BucketQueue {\n\n /**\n * @param {number} bits Number of bits.\n * @param {Function} cost_functor The cost functor.\n */\n constructor(bits, cost_functor) {\n this.bucketCount = 1 << bits; // # of buckets = 2^bits\n this.mask = this.bucketCount - 1; // 2^bits - 1 = index mask\n this.size = 0;\n\n this.loc = 0; // Current index in bucket list\n // Cost defaults to item value\n this.cost = (typeof (cost_functor) !== 'undefined')\n ? cost_functor : function (item) {\n return item;\n };\n this.buckets = this.buildArray(this.bucketCount);\n }\n\n push(item) {\n // Prepend item to the list in the appropriate bucket\n const bucket = this.getBucket(item);\n item.next = this.buckets[bucket];\n this.buckets[bucket] = item;\n\n this.size++;\n }\n\n pop() {\n if (this.size === 0) {\n throw new Error('Cannot pop, bucketQueue is empty.');\n }\n\n // Find first empty bucket\n while (this.buckets[this.loc] === null) {\n this.loc = (this.loc + 1) % this.bucketCount;\n }\n\n // All items in bucket have same cost, return the first one\n const ret = this.buckets[this.loc];\n this.buckets[this.loc] = ret.next;\n ret.next = null;\n\n this.size--;\n return ret;\n }\n\n // TODO: needs at least two items...\n remove(item) {\n // Tries to remove item from queue. Returns true on success, false otherwise\n if (!item) {\n return false;\n }\n\n // To find node, go to bucket and search through unsorted list.\n const bucket = this.getBucket(item);\n let node = this.buckets[bucket];\n\n while (node !== null &&\n !(node.next !== null &&\n item.x === node.next.x &&\n item.y === node.next.y)) {\n node = node.next;\n }\n\n if (node === null) {\n // Item not in list, ergo item not in queue\n return false;\n } else {\n // Found item, do standard list node deletion\n node.next = node.next.next;\n\n this.size--;\n return true;\n }\n }\n\n isEmpty() {\n return this.size === 0;\n }\n\n getBucket(item) {\n // Bucket index is the masked cost\n return this.cost(item) & this.mask;\n }\n\n buildArray(newSize) {\n // Create array and initialze pointers to null\n const buckets = new Array(newSize);\n\n for (let i = 0; i < buckets.length; i++) {\n buckets[i] = null;\n }\n\n return buckets;\n }\n\n} // class BucketQueue\n","import {BucketQueue} from './bucketQueue';\n\n// Pre-created to reduce allocation in inner loops\nconst __twothirdpi = (2 / (3 * Math.PI));\n\n/**\n * Compute grey scale.\n *\n * @param {Array} data The input data.\n * @param {number} width The width of the output.\n * @param {number} height The height of the output.\n * @returns {object} A greyscale object.\n */\nfunction computeGreyscale(data, width, height) {\n // Returns 2D augmented array containing greyscale data\n // Greyscale values found by averaging colour channels\n // Input should be in a flat RGBA array, with values between 0 and 255\n const greyscale = {\n data: []\n };\n\n // Compute actual values\n for (let y = 0; y < height; y++) {\n greyscale.data[y] = [];\n\n for (let x = 0; x < width; x++) {\n const p = (y * width + x) * 4;\n greyscale.data[y][x] = (data[p] + data[p + 1] + data[p + 2]) / (3 * 255);\n }\n }\n\n // Augment with convenience functions\n greyscale.dx = function (x, y) {\n if (x + 1 === this.data[y].length) {\n // If we're at the end, back up one\n x--;\n }\n return this.data[y][x + 1] - this.data[y][x];\n };\n\n greyscale.dy = function (x, y) {\n if (y + 1 === this.data.length) {\n // If we're at the end, back up one\n y--;\n }\n return this.data[y][x] - this.data[y + 1][x];\n };\n\n greyscale.gradMagnitude = function (x, y) {\n const dx = this.dx(x, y);\n const dy = this.dy(x, y);\n return Math.sqrt(dx * dx + dy * dy);\n };\n\n greyscale.laplace = function (x, y) {\n // Laplacian of Gaussian\n let lap = -16 * this.data[y][x];\n lap += this.data[y - 2][x];\n lap += this.data[y - 1][x - 1] +\n 2 * this.data[y - 1][x] +\n this.data[y - 1][x + 1];\n lap += this.data[y][x - 2] +\n 2 * this.data[y][x - 1] +\n 2 * this.data[y][x + 1] +\n this.data[y][x + 2];\n lap += this.data[y + 1][x - 1] +\n 2 * this.data[y + 1][x] +\n this.data[y + 1][x + 1];\n lap += this.data[y + 2][x];\n\n return lap;\n };\n\n return greyscale;\n}\n\n/**\n * Compute gradient.\n *\n * @param {object} greyscale The input greyscale.\n * @returns {object} A gradient object.\n */\nfunction computeGradient(greyscale) {\n // Returns a 2D array of gradient magnitude values for greyscale. The values\n // are scaled between 0 and 1, and then flipped, so that it works as a cost\n // function.\n const gradient = [];\n\n let max = 0; // Maximum gradient found, for scaling purposes\n\n let x = 0;\n let y = 0;\n\n for (y = 0; y < greyscale.data.length - 1; y++) {\n gradient[y] = [];\n\n for (x = 0; x < greyscale.data[y].length - 1; x++) {\n gradient[y][x] = greyscale.gradMagnitude(x, y);\n max = Math.max(gradient[y][x], max);\n }\n\n gradient[y][greyscale.data[y].length - 1] =\n gradient[y][greyscale.data.length - 2];\n }\n\n gradient[greyscale.data.length - 1] = [];\n for (let i = 0; i < gradient[0].length; i++) {\n gradient[greyscale.data.length - 1][i] =\n gradient[greyscale.data.length - 2][i];\n }\n\n // Flip and scale.\n for (y = 0; y < gradient.length; y++) {\n for (x = 0; x < gradient[y].length; x++) {\n // @ts-ignore\n gradient[y][x] = 1 - (gradient[y][x] / max);\n }\n }\n\n return gradient;\n}\n\n/**\n * @param {object} greyscale The input greyscale.\n * @returns {object} A laplace object.\n */\nfunction computeLaplace(greyscale) {\n // Returns a 2D array of Laplacian of Gaussian values\n const laplace = [];\n\n // Make the edges low cost here.\n\n laplace[0] = [];\n laplace[1] = [];\n for (let i = 1; i < greyscale.data.length; i++) {\n // Pad top, since we can't compute Laplacian\n laplace[0][i] = 1;\n laplace[1][i] = 1;\n }\n\n for (let y = 2; y < greyscale.data.length - 2; y++) {\n laplace[y] = [];\n // Pad left, ditto\n laplace[y][0] = 1;\n laplace[y][1] = 1;\n\n for (let x = 2; x < greyscale.data[y].length - 2; x++) {\n // Threshold needed to get rid of clutter.\n laplace[y][x] = (greyscale.laplace(x, y) > 0.33) ? 0 : 1;\n }\n\n // Pad right, ditto\n laplace[y][greyscale.data[y].length - 2] = 1;\n laplace[y][greyscale.data[y].length - 1] = 1;\n }\n\n laplace[greyscale.data.length - 2] = [];\n laplace[greyscale.data.length - 1] = [];\n for (let j = 1; j < greyscale.data.length; j++) {\n // Pad bottom, ditto\n laplace[greyscale.data.length - 2][j] = 1;\n laplace[greyscale.data.length - 1][j] = 1;\n }\n\n return laplace;\n}\n\n/**\n * Compute the X gradient.\n *\n * @param {object} greyscale The values.\n * @returns {Array} The gradient.\n */\nfunction computeGradX(greyscale) {\n // Returns 2D array of x-gradient values for greyscale\n const gradX = [];\n\n for (let y = 0; y < greyscale.data.length; y++) {\n gradX[y] = [];\n\n for (let x = 0; x < greyscale.data[y].length - 1; x++) {\n gradX[y][x] = greyscale.dx(x, y);\n }\n\n gradX[y][greyscale.data[y].length - 1] =\n gradX[y][greyscale.data[y].length - 2];\n }\n\n return gradX;\n}\n\n/**\n * Compute the Y gradient.\n *\n * @param {object} greyscale The values.\n * @returns {Array} The gradient.\n */\nfunction computeGradY(greyscale) {\n // Returns 2D array of y-gradient values for greyscale\n const gradY = [];\n\n for (let y = 0; y < greyscale.data.length - 1; y++) {\n gradY[y] = [];\n\n for (let x = 0; x < greyscale.data[y].length; x++) {\n gradY[y][x] = greyscale.dy(x, y);\n }\n }\n\n gradY[greyscale.data.length - 1] = [];\n for (let i = 0; i < greyscale.data[0].length; i++) {\n gradY[greyscale.data.length - 1][i] = gradY[greyscale.data.length - 2][i];\n }\n\n return gradY;\n}\n\n/**\n * Compute the gradient unit vector.\n *\n * @param {Array} gradX The X gradient.\n * @param {Array} gradY The Y gradient.\n * @param {number} px The point X.\n * @param {number} py The point Y.\n * @param {object} out The result.\n */\nfunction gradUnitVector(gradX, gradY, px, py, out) {\n // Returns the gradient vector at (px,py), scaled to a magnitude of 1\n const ox = gradX[py][px];\n const oy = gradY[py][px];\n\n let gvm = Math.sqrt(ox * ox + oy * oy);\n gvm = Math.max(gvm, 1e-100); // To avoid possible divide-by-0 errors\n\n out.x = ox / gvm;\n out.y = oy / gvm;\n}\n\n/**\n * Compute the gradient direction.\n *\n * @param {Array} gradX The X gradient.\n * @param {Array} gradY The Y gradient.\n * @param {number} px The point X.\n * @param {number} py The point Y.\n * @param {number} qx The q X.\n * @param {number} qy The q Y.\n * @returns {number} The direction.\n */\nfunction gradDirection(gradX, gradY, px, py, qx, qy) {\n const __dgpuv = {x: -1, y: -1};\n const __gdquv = {x: -1, y: -1};\n // Compute the gradiant direction, in radians, between to points\n gradUnitVector(gradX, gradY, px, py, __dgpuv);\n gradUnitVector(gradX, gradY, qx, qy, __gdquv);\n\n let dp = __dgpuv.y * (qx - px) - __dgpuv.x * (qy - py);\n let dq = __gdquv.y * (qx - px) - __gdquv.x * (qy - py);\n\n // Make sure dp is positive, to keep things consistant\n if (dp < 0) {\n dp = -dp;\n dq = -dq;\n }\n\n if (px !== qx && py !== qy) {\n // We're going diagonally between pixels\n dp *= Math.SQRT1_2;\n dq *= Math.SQRT1_2;\n }\n\n return __twothirdpi * (Math.acos(dp) + Math.acos(dq));\n}\n\n/**\n * Compute the sides.\n *\n * @param {number} dist The distance.\n * @param {Array} gradX The X gradient.\n * @param {Array} gradY The Y gradient.\n * @param {object} greyscale The value.\n * @returns {object} The sides.\n */\nfunction computeSides(dist, gradX, gradY, greyscale) {\n // Returns 2 2D arrays, containing inside and outside greyscale values.\n // These greyscale values are the intensity just a little bit along the\n // gradient vector, in either direction, from the supplied point. These\n // values are used when using active-learning Intelligent Scissors\n\n const sides = {};\n sides.inside = [];\n sides.outside = [];\n\n const guv = {x: -1, y: -1}; // Current gradient unit vector\n\n for (let y = 0; y < gradX.length; y++) {\n sides.inside[y] = [];\n sides.outside[y] = [];\n\n for (let x = 0; x < gradX[y].length; x++) {\n gradUnitVector(gradX, gradY, x, y, guv);\n\n //(x, y) rotated 90 = (y, -x)\n\n let ix = Math.round(x + dist * guv.y);\n let iy = Math.round(y - dist * guv.x);\n let ox = Math.round(x - dist * guv.y);\n let oy = Math.round(y + dist * guv.x);\n\n ix = Math.max(Math.min(ix, gradX[y].length - 1), 0);\n ox = Math.max(Math.min(ox, gradX[y].length - 1), 0);\n iy = Math.max(Math.min(iy, gradX.length - 1), 0);\n oy = Math.max(Math.min(oy, gradX.length - 1), 0);\n\n sides.inside[y][x] = greyscale.data[iy][ix];\n sides.outside[y][x] = greyscale.data[oy][ox];\n }\n }\n\n return sides;\n}\n\n/**\n * Gaussian blur an input buffer.\n *\n * @param {Array} buffer The input buffer.\n * @param {Array} out The result.\n */\nfunction gaussianBlur(buffer, out) {\n // Smooth values over to fill in gaps in the mapping\n out[0] = 0.4 * buffer[0] + 0.5 * buffer[1] + 0.1 * buffer[1];\n out[1] = 0.25 * buffer[0] + 0.4 * buffer[1] + 0.25 * buffer[2] +\n 0.1 * buffer[3];\n\n for (let i = 2; i < buffer.length - 2; i++) {\n out[i] = 0.05 * buffer[i - 2] + 0.25 * buffer[i - 1] +\n 0.4 * buffer[i] + 0.25 * buffer[i + 1] + 0.05 * buffer[i + 2];\n }\n\n const len = buffer.length;\n out[len - 2] = 0.25 * buffer[len - 1] + 0.4 * buffer[len - 2] +\n 0.25 * buffer[len - 3] + 0.1 * buffer[len - 4];\n out[len - 1] = 0.4 * buffer[len - 1] + 0.5 * buffer[len - 2] +\n 0.1 * buffer[len - 3];\n}\n\n/**\n * Scissors.\n *\n * Ref: Eric N. Mortensen, William A. Barrett, Interactive Segmentation with\n * Intelligent Scissors, Graphical Models and Image Processing, Volume 60,\n * Issue 5, September 1998, Pages 349-384, ISSN 1077-3169,\n * DOI: 10.1006/gmip.1998.0480.\n *\n * See: {@link http://www.sciencedirect.com/science/article/B6WG4-45JB8WN-9/2/6fe59d8089fd1892c2bfb82283065579}.\n *\n * Highly inspired from: {@link http://code.google.com/p/livewire-javascript/}.\n */\nexport class Scissors {\n\n constructor() {\n this.width = -1;\n this.height = -1;\n\n this.curPoint = null; // Corrent point we're searching on.\n this.searchGranBits = 8; // Bits of resolution for BucketQueue.\n this.searchGran = 1 << this.searchGranBits; //bits.\n this.pointsPerPost = 500;\n\n // Precomputed image data. All in ranges 0 >= x >= 1 and\n // all inverted (1 - x).\n this.greyscale = null; // Greyscale of image\n this.laplace = null; // Laplace zero-crossings (either 0 or 1).\n this.gradient = null; // Gradient magnitudes.\n this.gradX = null; // X-differences.\n this.gradY = null; // Y-differences.\n\n // Matrix mapping point => parent along shortest-path to root.\n this.parents = null;\n\n this.working = false; // Currently computing shortest paths?\n\n // Begin Training:\n this.trained = false;\n this.trainingPoints = null;\n\n this.edgeWidth = 2;\n this.trainingLength = 32;\n\n this.edgeGran = 256;\n this.edgeTraining = null;\n\n this.gradPointsNeeded = 32;\n this.gradGran = 1024;\n this.gradTraining = null;\n\n this.insideGran = 256;\n this.insideTraining = null;\n\n this.outsideGran = 256;\n this.outsideTraining = null;\n }\n // End Training\n\n\n // Begin training methods //\n getTrainingIdx(granularity, value) {\n return Math.round((granularity - 1) * value);\n }\n\n getTrainedEdge(edge) {\n return this.edgeTraining[this.getTrainingIdx(this.edgeGran, edge)];\n }\n\n getTrainedGrad(grad) {\n return this.gradTraining[this.getTrainingIdx(this.gradGran, grad)];\n }\n\n getTrainedInside(inside) {\n return this.insideTraining[this.getTrainingIdx(this.insideGran, inside)];\n }\n\n getTrainedOutside(outside) {\n return this.outsideTraining[this.getTrainingIdx(this.outsideGran, outside)];\n }\n // End training methods //\n\n setWorking(working) {\n // Sets working flag\n this.working = working;\n }\n\n setDimensions(width, height) {\n this.width = width;\n this.height = height;\n }\n\n setData(data) {\n if (this.width === -1 || this.height === -1) {\n // The width and height should have already been set\n throw new Error('Dimensions have not been set.');\n }\n\n this.greyscale = computeGreyscale(data, this.width, this.height);\n this.laplace = computeLaplace(this.greyscale);\n this.gradient = computeGradient(this.greyscale);\n this.gradX = computeGradX(this.greyscale);\n this.gradY = computeGradY(this.greyscale);\n\n const sides = computeSides(\n this.edgeWidth, this.gradX, this.gradY, this.greyscale);\n this.inside = sides.inside;\n this.outside = sides.outside;\n this.edgeTraining = [];\n this.gradTraining = [];\n this.insideTraining = [];\n this.outsideTraining = [];\n }\n\n findTrainingPoints(p) {\n // Grab the last handful of points for training\n const points = [];\n\n if (this.parents !== null) {\n for (let i = 0; i < this.trainingLength && p; i++) {\n points.push(p);\n p = this.parents[p.y][p.x];\n }\n }\n\n return points;\n }\n\n resetTraining() {\n this.trained = false; // Training is ignored with this flag set\n }\n\n doTraining(p) {\n // Compute training weights and measures\n this.trainingPoints = this.findTrainingPoints(p);\n\n if (this.trainingPoints.length < 8) {\n return; // Not enough points, I think. It might crash if length = 0.\n }\n\n const buffer = [];\n this.calculateTraining(\n buffer, this.edgeGran, this.greyscale, this.edgeTraining);\n this.calculateTraining(\n buffer, this.gradGran, this.gradient, this.gradTraining);\n this.calculateTraining(\n buffer, this.insideGran, this.inside, this.insideTraining);\n this.calculateTraining(\n buffer, this.outsideGran, this.outside, this.outsideTraining);\n\n if (this.trainingPoints.length < this.gradPointsNeeded) {\n // If we have two few training points, the gradient weight map might not\n // be smooth enough, so average with normal weights.\n this.addInStaticGrad(this.trainingPoints.length, this.gradPointsNeeded);\n }\n\n this.trained = true;\n }\n\n calculateTraining(\n buffer, granularity, input, output) {\n let i = 0;\n // Build a map of raw-weights to trained-weights by favoring input values\n buffer.length = granularity;\n for (i = 0; i < granularity; i++) {\n buffer[i] = 0;\n }\n\n let maxVal = 1;\n for (i = 0; i < this.trainingPoints.length; i++) {\n const p = this.trainingPoints[i];\n const idx = this.getTrainingIdx(granularity, input[p.y][p.x]);\n buffer[idx] += 1;\n\n maxVal = Math.max(maxVal, buffer[idx]);\n }\n\n // Invert and scale.\n for (i = 0; i < granularity; i++) {\n buffer[i] = 1 - buffer[i] / maxVal;\n }\n\n // Blur it, as suggested. Gets rid of static.\n gaussianBlur(buffer, output);\n }\n\n addInStaticGrad(have, need) {\n // Average gradient raw-weights to trained-weights map with standard weight\n // map so that we don't end up with something to spiky\n for (let i = 0; i < this.gradGran; i++) {\n this.gradTraining[i] = Math.min(\n this.gradTraining[i],\n 1 - i * (need - have) / (need * this.gradGran)\n );\n }\n }\n\n gradDirection(px, py, qx, qy) {\n return gradDirection(this.gradX, this.gradY, px, py, qx, qy);\n }\n\n dist(px, py, qx, qy) {\n // The grand culmunation of most of the code: the weighted distance function\n let grad = this.gradient[qy][qx];\n\n if (px === qx || py === qy) {\n // The distance is Euclidean-ish; non-diagonal edges should be shorter\n grad *= Math.SQRT1_2;\n }\n\n const lap = this.laplace[qy][qx];\n const dir = this.gradDirection(px, py, qx, qy);\n\n if (this.trained) {\n // Apply training magic\n const gradT = this.getTrainedGrad(grad);\n const edgeT = this.getTrainedEdge(this.greyscale.data[py][px]);\n const insideT = this.getTrainedInside(this.inside[py][px]);\n const outsideT = this.getTrainedOutside(this.outside[py][px]);\n\n return 0.3 * gradT + 0.3 * lap + 0.1 * (dir + edgeT + insideT + outsideT);\n } else {\n // Normal weights\n return 0.43 * grad + 0.43 * lap + 0.11 * dir;\n }\n }\n\n adj(p) {\n const list = [];\n\n const sx = Math.max(p.x - 1, 0);\n const sy = Math.max(p.y - 1, 0);\n const ex = Math.min(p.x + 1, this.greyscale.data[0].length - 1);\n const ey = Math.min(p.y + 1, this.greyscale.data.length - 1);\n\n let idx = 0;\n for (let y = sy; y <= ey; y++) {\n for (let x = sx; x <= ex; x++) {\n if (x !== p.x || y !== p.y) {\n list[idx++] = {x: x, y: y};\n }\n }\n }\n\n return list;\n }\n\n #costFunction = (p) => {\n return Math.round(this.searchGran * this.cost[p.y][p.x]);\n };\n\n setPoint(sp) {\n this.setWorking(true);\n\n this.curPoint = sp;\n\n let x = 0;\n let y = 0;\n\n this.visited = [];\n for (y = 0; y < this.height; y++) {\n this.visited[y] = [];\n for (x = 0; x < this.width; x++) {\n this.visited[y][x] = false;\n }\n }\n\n this.parents = [];\n for (y = 0; y < this.height; y++) {\n this.parents[y] = [];\n }\n\n this.cost = [];\n for (y = 0; y < this.height; y++) {\n this.cost[y] = [];\n for (x = 0; x < this.width; x++) {\n this.cost[y][x] = Number.MAX_VALUE;\n }\n }\n this.cost[sp.y][sp.x] = 0;\n\n this.pq = new BucketQueue(this.searchGranBits, this.#costFunction);\n this.pq.push(sp);\n }\n\n doWork() {\n if (!this.working) {\n return;\n }\n\n this.timeout = null;\n\n let pointCount = 0;\n const newPoints = [];\n while (!this.pq.isEmpty() && pointCount < this.pointsPerPost) {\n const p = this.pq.pop();\n newPoints.push(p);\n newPoints.push(this.parents[p.y][p.x]);\n\n this.visited[p.y][p.x] = true;\n\n const adjList = this.adj(p);\n for (let i = 0; i < adjList.length; i++) {\n const q = adjList[i];\n\n const pqCost = this.cost[p.y][p.x] + this.dist(p.x, p.y, q.x, q.y);\n\n if (pqCost < this.cost[q.y][q.x]) {\n if (this.cost[q.y][q.x] !== Number.MAX_VALUE) {\n // Already in PQ, must remove it so we can re-add it.\n this.pq.remove(q);\n }\n\n this.cost[q.y][q.x] = pqCost;\n this.parents[q.y][q.x] = p;\n this.pq.push(q);\n }\n }\n\n pointCount++;\n }\n\n return newPoints;\n }\n\n} // Scissors class\n","// linting 'type {Object.}' will give:\n// warning Use object shorthand or index signatures instead of `Object`,\n// e.g., `{[key: string]: string}` jsdoc/check-types\n// pb: jsdoc does not support the object shorthand\n// and ignoring will give vscode warning since the doc linting is not\n// activated by default.\n\n// Overridable default object.\nexport const defaults = {\n /**\n * List of default window level presets.\n *\n * @type {Object.>}\n */\n labelText: {\n arrow: {\n '*': ''\n },\n circle: {\n '*': '{surface}'\n },\n ellipse: {\n '*': '{surface}'\n },\n protractor: {\n '*': '{angle}'\n },\n rectangle: {\n '*': '{surface}'\n },\n roi: {\n '*': ''\n },\n ruler: {\n '*': '{length}'\n }\n }\n};\n","// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D} from '../math/point';\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Label factory to create and update shape label.\n */\nexport class LabelFactory {\n\n /**\n * Default position getter.\n *\n * @type {Function}\n */\n #defaultPositionGetter;\n\n /**\n * @param {Function} positionGetter Default position getter.\n */\n constructor(positionGetter) {\n this.#defaultPositionGetter = positionGetter;\n }\n\n /**\n * Get the annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n getPosition(annotation) {\n let position = annotation.labelPosition;\n if (typeof position === 'undefined') {\n position = this.#defaultPositionGetter(annotation);\n }\n return position;\n }\n\n /**\n * Creates the konva label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Label} The Konva label.\n */\n create(annotation, style) {\n // konva text\n const ktext = new Konva.Text({\n fontSize: style.getFontSize(),\n fontFamily: style.getFontFamily(),\n fill: annotation.colour,\n padding: style.getTextPadding(),\n shadowColor: style.getShadowLineColour(),\n shadowOffset: style.getShadowOffset(),\n name: 'text'\n });\n const labelText = annotation.getText();\n ktext.setText(labelText);\n\n // times 2 so that the font size 10 looks like a 10...\n // (same logic as in the DrawController::updateLabelScale)\n const zoomScale = style.applyZoomScale(1);\n const labelScale = {\n x: 2 * zoomScale.x,\n y: 2 * zoomScale.y\n };\n\n // konva label\n const labelPosition = this.getPosition(annotation);\n const klabel = new Konva.Label({\n x: labelPosition.getX(),\n y: labelPosition.getY(),\n scale: labelScale,\n visible: labelText.length !== 0,\n name: 'label'\n });\n klabel.add(ktext);\n klabel.add(new Konva.Tag({\n fill: annotation.colour,\n opacity: style.getTagOpacity()\n }));\n\n return klabel;\n }\n\n /**\n * Update the shape label position.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n */\n updatePosition(annotation, group) {\n // associated label\n const klabel = group.getChildren(function (node) {\n return node.name() === 'label';\n })[0];\n if (!(klabel instanceof Konva.Label)) {\n return;\n }\n // update position\n const labelPosition = this.getPosition(annotation);\n klabel.position({\n x: labelPosition.getX(),\n y: labelPosition.getY()\n });\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n */\n updateContent(annotation, group) {\n // associated label\n const klabel = group.getChildren(function (node) {\n return node.name() === 'label';\n })[0];\n if (!(klabel instanceof Konva.Label)) {\n return;\n }\n // update text\n const text = annotation.getText();\n const ktext = klabel.getText();\n ktext.setText(text);\n // hide if visible and empty\n if (klabel.visible()) {\n klabel.visible(text.length !== 0);\n }\n }\n\n} // LabelFactory","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\n/* eslint-enable no-unused-vars */\n\n/**\n * Threshold an image between an input minimum and maximum.\n */\nexport class Threshold {\n /**\n * Threshold minimum.\n *\n * @type {number}\n */\n #min = 0;\n\n /**\n * Threshold maximum.\n *\n * @type {number}\n */\n #max = 0;\n\n /**\n * Get the threshold minimum.\n *\n * @returns {number} The threshold minimum.\n */\n getMin() {\n return this.#min;\n }\n\n /**\n * Set the threshold minimum.\n *\n * @param {number} val The threshold minimum.\n */\n setMin(val) {\n this.#min = val;\n }\n\n /**\n * Get the threshold maximum.\n *\n * @returns {number} The threshold maximum.\n */\n getMax() {\n return this.#max;\n }\n\n /**\n * Set the threshold maximum.\n *\n * @param {number} val The threshold maximum.\n */\n setMax(val) {\n this.#max = val;\n }\n\n /**\n * Get the name of the filter.\n *\n * @returns {string} The name of the filter.\n */\n getName() {\n return 'Threshold';\n }\n\n /**\n * Original image.\n *\n * @type {Image}\n */\n #originalImage = null;\n\n /**\n * Set the original image.\n *\n * @param {Image} image The original image.\n */\n setOriginalImage(image) {\n this.#originalImage = image;\n }\n\n /**\n * Get the original image.\n *\n * @returns {Image} The original image.\n */\n getOriginalImage() {\n return this.#originalImage;\n }\n\n /**\n * Transform the main image using this filter.\n *\n * @returns {Image} The transformed image.\n */\n update() {\n const image = this.getOriginalImage();\n const imageMin = image.getDataRange().min;\n const threshFunction = (value) => {\n if (value < this.getMin() || value > this.getMax()) {\n return imageMin;\n } else {\n return value;\n }\n };\n return image.transform(threshFunction);\n }\n\n} // class Threshold\n\n/**\n * Sharpen an image using a sharpen convolution matrix.\n */\nexport class Sharpen {\n /**\n * Get the name of the filter.\n *\n * @returns {string} The name of the filter.\n */\n getName() {\n return 'Sharpen';\n }\n\n /**\n * Original image.\n *\n * @type {Image}\n */\n #originalImage = null;\n\n /**\n * Set the original image.\n *\n * @param {Image} image The original image.\n */\n setOriginalImage(image) {\n this.#originalImage = image;\n }\n\n /**\n * Get the original image.\n *\n * @returns {Image} The original image.\n */\n getOriginalImage() {\n return this.#originalImage;\n }\n\n /**\n * Transform the main image using this filter.\n *\n * @returns {Image} The transformed image.\n */\n update() {\n const image = this.getOriginalImage();\n /* eslint-disable @stylistic/js/array-element-newline */\n return image.convolute2D([\n 0, -1, 0,\n -1, 5, -1,\n 0, -1, 0\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n }\n\n} // class Sharpen\n\n/**\n * Apply a Sobel filter to an image.\n */\nexport class Sobel {\n /**\n * Get the name of the filter.\n *\n * @returns {string} The name of the filter.\n */\n getName() {\n return 'Sobel';\n }\n\n /**\n * Original image.\n *\n * @type {Image}\n */\n #originalImage = null;\n\n /**\n * Set the original image.\n *\n * @param {Image} image The original image.\n */\n setOriginalImage(image) {\n this.#originalImage = image;\n }\n\n /**\n * Get the original image.\n *\n * @returns {Image} The original image.\n */\n getOriginalImage() {\n return this.#originalImage;\n }\n\n /**\n * Transform the main image using this filter.\n *\n * @returns {Image} The transformed image.\n */\n update() {\n const image = this.getOriginalImage();\n /* eslint-disable @stylistic/js/array-element-newline */\n const gradX = image.convolute2D([\n 1, 0, -1,\n 2, 0, -2,\n 1, 0, -1\n ]);\n const gradY = image.convolute2D([\n 1, 2, 1,\n 0, 0, 0,\n -1, -2, -1\n ]);\n /* eslint-enable @stylistic/js/array-element-newline */\n return gradX.compose(gradY, function (x, y) {\n return Math.sqrt(x * x + y * y);\n });\n }\n\n} // class Sobel\n","import {ListenerHandler} from '../utils/listen';\nimport {\n Threshold as ThresholdFilter,\n Sobel as SobelFilter,\n Sharpen as SharpenFilter\n} from '../image/filter';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * Filter tool.\n */\nexport class Filter {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Filter list.\n *\n * @type {object}\n */\n #filterList = null;\n\n /**\n * Selected filter.\n *\n * @type {object}\n */\n #selectedFilter = 0;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Activate the tool.\n *\n * @param {boolean} bool Flag to activate or not.\n */\n activate(bool) {\n // setup event listening\n for (const key in this.#filterList) {\n if (bool) {\n this.#filterList[key].addEventListener('filterrun', this.#fireEvent);\n this.#filterList[key].addEventListener('filter-undo', this.#fireEvent);\n } else {\n this.#filterList[key].removeEventListener(\n 'filterrun', this.#fireEvent);\n this.#filterList[key].removeEventListener(\n 'filter-undo', this.#fireEvent);\n }\n }\n }\n\n /**\n * Set the tool options.\n *\n * @param {object} options The list of filter names amd classes.\n */\n setOptions(options) {\n this.#filterList = {};\n // try to instanciate filters from the options\n for (const key in options) {\n this.#filterList[key] = new options[key](this.#app);\n }\n }\n\n /**\n * Get the type of tool options: here 'instance' since the filter\n * list contains instances of each possible filter.\n *\n * @returns {string} The type.\n */\n getOptionsType() {\n return 'instance';\n }\n\n /**\n * Initialise the filter. Called once the image is loaded.\n */\n init() {\n // setup event listening\n for (const key in this.#filterList) {\n this.#filterList[key].init();\n }\n }\n\n /**\n * Handle keydown event.\n *\n * @param {object} event The keydown event.\n */\n keydown = (event) => {\n event.context = 'Filter';\n this.#app.onKeydown(event);\n };\n\n /**\n * Get the list of event names that this tool can fire.\n *\n * @returns {string[]} The list of event names.\n */\n getEventNames() {\n return ['filterrun', 'filterundo'];\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n /**\n * Get the selected filter.\n *\n * @returns {object} The selected filter.\n */\n getSelectedFilter() {\n return this.#selectedFilter;\n }\n\n /**\n * Set the tool live features: filter name.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.filterName !== 'undefined') {\n // check if we have it\n if (!this.hasFilter(features.filterName)) {\n throw new Error('Unknown filter: \\'' + features.filterName + '\\'');\n }\n // de-activate last selected\n if (this.#selectedFilter) {\n this.#selectedFilter.activate(false);\n }\n // enable new one\n this.#selectedFilter = this.#filterList[features.filterName];\n // activate the selected filter\n this.#selectedFilter.activate(true);\n }\n if (typeof features.run !== 'undefined' && features.run) {\n let args = {};\n if (typeof features.runArgs !== 'undefined') {\n args = features.runArgs;\n }\n this.getSelectedFilter().run(args);\n }\n }\n\n /**\n * Get the list of filters.\n *\n * @returns {Array} The list of filter objects.\n */\n getFilterList() {\n return this.#filterList;\n }\n\n /**\n * Check if a filter is in the filter list.\n *\n * @param {string} name The name to check.\n * @returns {string} The filter list element for the given name.\n */\n hasFilter(name) {\n return this.#filterList[name];\n }\n\n} // class Filter\n\n/**\n * Threshold filter tool.\n */\nexport class Threshold {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Associated filter.\n *\n * @type {object}\n */\n #filter = new ThresholdFilter();\n\n /**\n * Flag to know wether to reset the image or not.\n *\n * @type {boolean}\n */\n #resetImage = true;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Activate the filter.\n *\n * @param {boolean} bool Flag to activate or not.\n */\n activate(bool) {\n // reset the image when the tool is activated\n if (bool) {\n this.#resetImage = true;\n }\n }\n\n /**\n * Initialise the filter. Called once the image is loaded.\n */\n init() {\n // does nothing\n }\n\n /**\n * Run the filter.\n *\n * @param {*} args The filter arguments.\n */\n run(args) {\n if (typeof args.dataId === 'undefined') {\n throw new Error('No dataId to run threshod filter on.');\n }\n this.#filter.setMin(args.min);\n this.#filter.setMax(args.max);\n // reset the image if asked\n if (this.#resetImage) {\n const image = this.#app.getData(args.dataId).image;\n this.#filter.setOriginalImage(image);\n this.#resetImage = false;\n }\n const command = new RunFilterCommand(this.#filter, args.dataId, this.#app);\n command.onExecute = this.#fireEvent;\n command.onUndo = this.#fireEvent;\n command.execute();\n // save command in undo stack\n this.#app.addToUndoStack(command);\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // class Threshold\n\n/**\n * Sharpen filter tool.\n */\nexport class Sharpen {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Activate the filter.\n *\n * @param {boolean} _bool Flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the filter. Called once the image is loaded.\n */\n init() {\n // does nothing\n }\n\n /**\n * Run the filter.\n *\n * @param {*} args The filter arguments.\n */\n run(args) {\n if (typeof args.dataId === 'undefined') {\n throw new Error('No dataId to run sharpen filter on.');\n }\n const filter = new SharpenFilter();\n const image = this.#app.getData(args.dataId).image;\n filter.setOriginalImage(image);\n const command = new RunFilterCommand(filter, args.dataId, this.#app);\n command.onExecute = this.#fireEvent;\n command.onUndo = this.#fireEvent;\n command.execute();\n // save command in undo stack\n this.#app.addToUndoStack(command);\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // filter.Sharpen\n\n/**\n * Sobel filter tool.\n */\nexport class Sobel {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Activate the filter.\n *\n * @param {boolean} _bool Flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the filter. Called once the image is loaded.\n */\n init() {\n // does nothing\n }\n\n /**\n * Run the filter.\n *\n * @param {*} args The filter arguments.\n */\n run(args) {\n if (typeof args.dataId === 'undefined') {\n throw new Error('No dataId to run sobel filter on.');\n }\n const filter = new SobelFilter();\n const image = this.#app.getData(args.dataId).image;\n filter.setOriginalImage(image);\n const command = new RunFilterCommand(filter, args.dataId, this.#app);\n command.onExecute = this.#fireEvent;\n command.onUndo = this.#fireEvent;\n command.execute();\n // save command in undo stack\n this.#app.addToUndoStack(command);\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // class filter.Sobel\n\n/**\n * Run filter command.\n */\nexport class RunFilterCommand {\n\n /**\n * The filter to run.\n *\n * @type {object}\n */\n #filter;\n\n /**\n * Data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {object} filter The filter to run.\n * @param {string} dataId The data to filter.\n * @param {App} app The associated application.\n */\n constructor(filter, dataId, app) {\n this.#filter = filter;\n this.#dataId = dataId;\n this.#app = app;\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'Filter-' + this.#filter.getName();\n }\n\n /**\n * Execute the command.\n *\n * @fires RunFilterCommand#filterrun\n */\n execute() {\n // run filter and set app image\n this.#app.setImage(this.#dataId, this.#filter.update());\n // update display\n this.#app.render(this.#dataId);\n /**\n * Filter run event.\n *\n * @event RunFilterCommand#filterrun\n * @type {object}\n * @property {string} type The event type: filterrun.\n * @property {number} id The id of the run command.\n */\n const event = {\n type: 'filterrun',\n id: this.getName(),\n dataId: this.#dataId\n };\n // callback\n this.onExecute(event);\n }\n\n /**\n * Undo the command.\n *\n * @fires RunFilterCommand#filterundo\n */\n undo() {\n // reset the image\n this.#app.setImage(this.#dataId, this.#filter.getOriginalImage());\n // update display\n this.#app.render(this.#dataId);\n /**\n * Filter undo event.\n *\n * @event RunFilterCommand#filterundo\n * @type {object}\n * @property {string} type The event type: filterundo.\n * @property {number} id The id of the undone run command.\n */\n const event = {\n type: 'filterundo',\n id: this.getName(),\n dataid: this.#dataId\n }; // callback\n this.onUndo(event);\n }\n\n /**\n * Handle an execute event.\n *\n * @param {object} _event The execute event with type and id.\n */\n onExecute(_event) {\n // default does nothing.\n }\n\n /**\n * Handle an undo event.\n *\n * @param {object} _event The undo event with type and id.\n */\n onUndo(_event) {\n // default does nothing.\n }\n\n} // RunFilterCommand class\n","import {WindowLevel} from './windowLevel';\nimport {Scroll} from './scroll';\nimport {ZoomAndPan} from './zoomPan';\nimport {Opacity} from './opacity';\nimport {Draw} from './draw';\nimport {Floodfill} from './floodfill';\nimport {Livewire} from './livewire';\n\nimport {ArrowFactory} from './arrow';\nimport {CircleFactory} from './circle';\nimport {EllipseFactory} from './ellipse';\nimport {ProtractorFactory} from './protractor';\nimport {RectangleFactory} from './rectangle';\nimport {RoiFactory} from './roi';\nimport {RulerFactory} from './ruler';\n\nimport {Filter, Threshold, Sobel, Sharpen} from './filter';\n\n/**\n * List of client provided tools to be added to\n * the default ones.\n *\n * @example\n * // custom tool\n * class AlertTool {\n * mousedown() {alert('AlertTool mousedown');}\n * init() {}\n * activate() {}\n * }\n * // pass it to dwv tool list\n * dwv.toolList['Alert'] = AlertTool;\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Alert: {}};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('Alert');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n *\n * @type {Object}\n */\nexport const toolList = {};\n\n/**\n * List of client provided tool options to be added to\n * the default ones.\n *\n * @example\n * // custom factory\n * class LoveFactory {\n * getName() {return 'love';}\n * static supports(mathShape) {return mathShape instanceof ROI;}\n * getNPoints() {return 1;}\n * getTimeout() {return 0;}\n * setAnnotationMathShape(annotation, points) {\n * const px = points[0].getX();\n * const py = points[0].getY();\n * annotation.mathShape = new dwv.ROI([\n * new dwv.Point2D(px+15,py), new dwv.Point2D(px+10,py-10),\n * new dwv.Point2D(px,py), new dwv.Point2D(px-10,py-10),\n * new dwv.Point2D(px-15,py), new dwv.Point2D(px,py+20)\n * ]);\n * annotation.getFactory = function () {return new LoveFactory();}\n * }\n * createShapeGroup(annotation, style) {\n * const roi = annotation.mathShape;\n * // konva line\n * const arr = [];\n * for (let i = 0; i < roi.getLength(); ++i) {\n * arr.push(roi.getPoint(i).getX());\n * arr.push(roi.getPoint(i).getY());\n * }\n * const shape = new Konva.Line({\n * name: 'shape', points: arr,\n * stroke: 'red', strokeWidth: 2,\n * closed: true\n * });\n * // konva group\n * const group = new Konva.Group();\n * group.name('love-group');\n * group.visible(true);\n * group.id(annotation.id);\n * group.add(shape);\n * return group;\n * }\n * }\n * // pass it to dwv option list\n * dwv.toolOptions['draw'] = {LoveFactory};\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Draw: {options: ['Love']}};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('Draw');\n * app.setToolFeatures({shapeName: 'Love'});\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n *\n * @type {Object>}\n */\nexport const toolOptions = {};\n\n/**\n * Default tool list.\n *\n * @type {Object}\n */\nexport const defaultToolList = {\n WindowLevel,\n Scroll,\n ZoomAndPan,\n Opacity,\n Draw,\n Filter,\n Floodfill,\n Livewire\n};\n\n/**\n * Default tool options.\n *\n * @type {Object>}\n */\nexport const defaultToolOptions = {\n draw: {\n ArrowFactory,\n CircleFactory,\n EllipseFactory,\n ProtractorFactory,\n RectangleFactory,\n RoiFactory,\n RulerFactory\n },\n filter: {\n Threshold,\n Sobel,\n Sharpen\n }\n};","import {ScrollWheel} from './scrollWheel';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {\n validateWindowWidth,\n WindowLevel as WindowLevelValues\n} from '../image/windowLevel';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * WindowLevel tool: handle window/level related events.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {WindowLevel: new dwv.ToolConfig()};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('WindowLevel');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\nexport class WindowLevel {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Scroll wheel handler.\n *\n * @type {ScrollWheel}\n */\n #scrollWhell;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n this.#scrollWhell = new ScrollWheel(app);\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n */\n #start(point) {\n this.#started = true;\n this.#startPoint = point;\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n // check start flag\n if (!this.#started) {\n return;\n }\n\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n\n // difference to last position\n const diffX = point.getX() - this.#startPoint.getX();\n const diffY = this.#startPoint.getY() - point.getY();\n // data range\n const range = viewController.getImageRescaledDataRange();\n // 1/1000 seems to give reasonable results...\n const pixelToIntensity = (range.max - range.min) * 0.01;\n\n // calculate new window level\n const center = viewController.getWindowLevel().center;\n const width = viewController.getWindowLevel().width;\n const windowCenter = center + Math.round(diffY * pixelToIntensity);\n let windowWidth = width + Math.round(diffX * pixelToIntensity);\n // bound window width\n windowWidth = validateWindowWidth(windowWidth);\n // set\n const wl = new WindowLevelValues(windowCenter, windowWidth);\n viewController.setWindowLevel(wl);\n\n // store position\n this.#startPoint = point;\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n this.#start(mousePoint);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n this.#start(touchPoints[0]);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle double click event.\n *\n * @param {object} event The double click event.\n */\n dblclick = (event) => {\n const layerDetails = getLayerDetailsFromEvent(event);\n const mousePoint = getMousePoint(event);\n\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const index = viewLayer.displayToPlaneIndex(mousePoint);\n const viewController = viewLayer.getViewController();\n const image = this.#app.getData(viewLayer.getDataId()).image;\n\n // update view controller\n const wl = new WindowLevelValues(\n image.getRescaledValueAtIndex(\n viewController.getCurrentIndex().getWithNew2D(\n index.get(0),\n index.get(1)\n )\n ),\n viewController.getWindowLevel().width\n );\n viewController.setWindowLevel(wl);\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {WheelEvent} event The mouse wheel event.\n */\n wheel = (event) => {\n this.#scrollWhell.wheel(event);\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'WindowLevel';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} _bool The flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Set the tool live features: does nothing.\n *\n * @param {object} _features The list of features.\n */\n setFeatures(_features) {\n // does nothing\n }\n\n} // WindowLevel class\n","import {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {ScrollWheel} from './scrollWheel';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * Scroll class.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Scroll: new dwv.ToolConfig()};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('Scroll');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm',\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323707.dcm',\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323563.dcm'\n * ]);\n * @example Example with slider\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Scroll: new dwv.ToolConfig()};\n * app.init(options);\n * // create range\n * const range = document.createElement('input');\n * range.type = 'range';\n * range.min = 0;\n * range.id = 'sliceRange';\n * document.body.appendChild(range);\n * // update app on slider change\n * range.oninput = function () {\n * const lg = app.getLayerGroupByDivId('layerGroup0');\n * const vc = lg.getActiveViewLayer().getViewController();\n * const index = vc.getCurrentIndex();\n * const values = index.getValues();\n * values[2] = this.value;\n * vc.setCurrentIndex(new dwv.Index(values));\n * }\n * // activate tool and update range max on load\n * app.addEventListener('load', function () {\n * app.setTool('Scroll');\n * const size = app.getData(0).image.getGeometry().getSize();\n * range.max = size.get(2) - 1;\n * });\n * // update slider on slice change (for ex via mouse wheel)\n * app.addEventListener('positionchange', function () {\n * const lg = app.getLayerGroupByDivId('layerGroup0');\n * const vc = lg.getActiveViewLayer().getViewController();\n * range.value = vc.getCurrentIndex().get(2);\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm',\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323707.dcm',\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323563.dcm'\n * ]);\n */\nexport class Scroll {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Scroll wheel handler.\n *\n * @type {ScrollWheel}\n */\n #scrollWhell;\n\n /**\n * Touch timer ID (created by setTimeout).\n *\n * @type {number}\n */\n #touchTimerID;\n\n /**\n * Option to show or not a value tooltip on mousemove.\n *\n * @type {boolean}\n */\n #displayTooltip = false;\n\n /**\n * Current layer group div id.\n *\n * @type {string}\n */\n #currentDivId;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n this.#scrollWhell = new ScrollWheel(app);\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n */\n #start(point, divId) {\n // optional tooltip\n this.#removeTooltipDiv();\n\n // stop viewer if playing\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n if (viewController.isPlaying()) {\n viewController.stop();\n }\n\n // start flag\n this.#started = true;\n this.#startPoint = point;\n\n // update controller position\n const planePos = viewLayer.displayToPlanePos(point);\n const position = viewController.getPositionFromPlanePoint(planePos);\n viewController.setCurrentPosition(position);\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n // optional tooltip\n if (this.#displayTooltip) {\n this.#showTooltip(point, divId);\n }\n return;\n }\n\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n\n let newPosition;\n\n // difference to last Y position\n const diffY = point.getY() - this.#startPoint.getY();\n const yMove = (Math.abs(diffY) > 15);\n // do not trigger for small moves\n if (yMove && layerGroup.canScroll()) {\n // update view controller\n if (diffY > 0) {\n newPosition = viewController.getDecrementScrollPosition();\n } else {\n newPosition = viewController.getIncrementScrollPosition();\n }\n }\n\n // difference to last X position\n const diffX = point.getX() - this.#startPoint.getX();\n const xMove = (Math.abs(diffX) > 15);\n // do not trigger for small moves\n if (xMove && layerGroup.moreThanOne(3)) {\n // update view controller\n if (diffX > 0) {\n newPosition = viewController.getIncrementPosition(3);\n } else {\n newPosition = viewController.getDecrementPosition(3);\n }\n }\n\n // set all layers if at least one can be set\n if (typeof newPosition !== 'undefined' &&\n layerGroup.isPositionInBounds(newPosition)) {\n viewController.setCurrentPosition(newPosition);\n }\n\n // reset origin point\n if (xMove || yMove) {\n this.#startPoint = point;\n }\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n // remove possible tooltip div\n this.#removeTooltipDiv();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n // long touch triggers the dblclick\n // @ts-ignore\n this.#touchTimerID = setTimeout(() => {\n this.dblclick(event);\n }, 500);\n // call start\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n // abort timer if move\n if (this.#touchTimerID !== null) {\n clearTimeout(this.#touchTimerID);\n this.#touchTimerID = null;\n }\n // call update\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n // abort timer\n if (this.#touchTimerID !== null) {\n clearTimeout(this.#touchTimerID);\n this.#touchTimerID = null;\n }\n // call mouse equivalent\n this.#finish();\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {WheelEvent} event The mouse wheel event.\n */\n wheel = (event) => {\n this.#scrollWhell.wheel(event);\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'Scroll';\n this.#app.onKeydown(event);\n };\n\n /**\n * Handle double click.\n *\n * @param {object} event The key down event.\n */\n dblclick = (event) => {\n const layerDetails = getLayerDetailsFromEvent(event);\n\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n viewController.play();\n };\n\n /**\n * Display a tooltip at the given point.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #showTooltip(point, divId) {\n // get layer group\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n this.#currentDivId = divId;\n // show new tooltip\n layerGroup.showTooltip(point);\n }\n\n /**\n * Remove the last tooltip html div.\n */\n #removeTooltipDiv() {\n if (typeof this.#currentDivId !== 'undefined') {\n const layerGroup = this.#app.getLayerGroupByDivId(this.#currentDivId);\n layerGroup.removeTooltipDiv();\n this.#currentDivId = undefined;\n }\n }\n\n /**\n * Activate the tool.\n *\n * @param {boolean} _bool The flag to activate or not.\n */\n activate(_bool) {\n // remove tooltip html when deactivating\n if (!_bool) {\n this.#removeTooltipDiv();\n }\n }\n\n /**\n * Set the tool live features: disaply tooltip.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.displayTooltip !== 'undefined') {\n this.#displayTooltip = features.displayTooltip;\n }\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n} // Scroll class\n","import {Point2D} from '../math/point';\nimport {Line} from '../math/line';\nimport {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * ZoomAndPan class.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {ZoomAndPan: new dwv.ToolConfig()};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('ZoomAndPan');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\nexport class ZoomAndPan {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Move flag: true if mouse or touch move.\n *\n * @type {boolean}\n */\n #hasMoved;\n\n /**\n * Line between input points.\n *\n * @type {Line}\n */\n #pointsLine;\n\n /**\n * PointsLine midpoint.\n *\n * @type {Point2D}\n */\n #midPoint;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n */\n #start(point) {\n this.#started = true;\n this.#startPoint = point;\n this.#hasMoved = false;\n }\n\n /**\n * Two touch start.\n *\n * @param {Point2D[]} points The start points.\n */\n #twoTouchStart = (points) => {\n this.#started = true;\n this.#startPoint = points[0];\n this.#hasMoved = false;\n // points line\n this.#pointsLine = new Line(points[0], points[1]);\n this.#midPoint = this.#pointsLine.getMidpoint();\n };\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n return;\n }\n this.#hasMoved = true;\n\n // calculate translation\n const tx = point.getX() - this.#startPoint.getX();\n const ty = point.getY() - this.#startPoint.getY();\n // apply translation\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n const planeOffset = viewLayer.displayToPlaneScale(\n new Point2D(tx, ty)\n );\n const offset3D = viewController.getOffset3DFromPlaneOffset({\n x: planeOffset.getX(),\n y: planeOffset.getY()\n });\n layerGroup.addTranslation({\n x: offset3D.getX(),\n y: offset3D.getY(),\n z: offset3D.getZ()\n });\n layerGroup.draw();\n // reset origin point\n this.#startPoint = point;\n }\n\n /**\n * Two touch update.\n *\n * @param {Point2D[]} points The update points.\n * @param {string} divId The layer group divId.\n */\n #twoTouchUpdate = (points, divId) => {\n if (!this.#started) {\n return;\n }\n this.#hasMoved = true;\n\n const newLine = new Line(points[0], points[1]);\n const lineRatio = newLine.getLength() / this.#pointsLine.getLength();\n\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n\n if (lineRatio === 1) {\n // scroll mode\n // difference to last position\n const diffY = points[0].getY() - this.#startPoint.getY();\n // do not trigger for small moves\n if (Math.abs(diffY) < 15) {\n return;\n }\n // update view controller\n if (layerGroup.canScroll()) {\n let newPosition;\n if (diffY > 0) {\n newPosition = viewController.getIncrementScrollPosition();\n } else {\n newPosition = viewController.getDecrementScrollPosition();\n }\n // set all layers if at least one can be set\n if (typeof newPosition !== 'undefined' &&\n layerGroup.isPositionInBounds(newPosition)) {\n viewController.setCurrentPosition(newPosition);\n }\n }\n } else {\n // zoom mode\n const zoom = (lineRatio - 1) / 10;\n if (Math.abs(zoom) % 0.1 <= 0.05 &&\n typeof this.#midPoint !== 'undefined') {\n const planePos = viewLayer.displayToMainPlanePos(this.#midPoint);\n const center = viewController.getPlanePositionFromPlanePoint(planePos);\n layerGroup.addScale(zoom, center);\n layerGroup.draw();\n }\n }\n };\n\n /**\n * Set the current position.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #setCurrentPosition(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n const planePos = viewLayer.displayToPlanePos(point);\n const position = viewController.getPositionFromPlanePoint(planePos);\n viewController.setCurrentPosition(position);\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n this.#start(mousePoint);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} event The mouse up event.\n */\n mouseup = (event) => {\n // update position if no move\n if (!this.#hasMoved) {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#setCurrentPosition(mousePoint, layerDetails.groupDivId);\n }\n this.#finish();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n if (touchPoints.length === 1) {\n this.#start(touchPoints[0]);\n } else if (touchPoints.length === 2) {\n this.#twoTouchStart(touchPoints);\n }\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n if (touchPoints.length === 1) {\n this.#update(touchPoints[0], layerDetails.groupDivId);\n } else if (touchPoints.length === 2) {\n this.#twoTouchUpdate(touchPoints, layerDetails.groupDivId);\n }\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} event The touch end event.\n */\n touchend = (event) => {\n // update position if no move\n if (!this.#hasMoved) {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#setCurrentPosition(mousePoint, layerDetails.groupDivId);\n }\n this.#finish();\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {object} event The mouse wheel event.\n */\n wheel = (event) => {\n // prevent default page scroll\n event.preventDefault();\n\n const step = -event.deltaY / 500;\n\n const layerDetails = getLayerDetailsFromEvent(event);\n const mousePoint = getMousePoint(event);\n\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n const planePos = viewLayer.displayToMainPlanePos(mousePoint);\n const center = viewController.getPlanePositionFromPlanePoint(planePos);\n layerGroup.addScale(step, center);\n layerGroup.draw();\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'ZoomAndPan';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} _bool The flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Set the tool live features: does nothing.\n *\n * @param {object} _features The list of features.\n */\n setFeatures(_features) {\n // does nothing\n }\n\n} // ZoomAndPan class\n","import {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {ScrollWheel} from './scrollWheel';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Point2D} from '../math/point';\n/* eslint-enable no-unused-vars */\n\n/**\n * Opacity class.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.tools = {Opacity: new dwv.ToolConfig()};\n * app.init(options);\n * // activate tool\n * app.addEventListener('load', function () {\n * app.setTool('Opacity');\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\nexport class Opacity {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Scroll wheel handler.\n *\n * @type {ScrollWheel}\n */\n #scrollWhell;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n this.#scrollWhell = new ScrollWheel(app);\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n */\n #start(point) {\n this.#started = true;\n this.#startPoint = point;\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n return;\n }\n\n // difference to last X position\n const diffX = point.getX() - this.#startPoint.getX();\n const xMove = (Math.abs(diffX) > 15);\n // do not trigger for small moves\n if (xMove) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const op = viewLayer.getOpacity();\n viewLayer.setOpacity(op + (diffX / 200));\n viewLayer.draw();\n\n // reset origin point\n this.#startPoint = point;\n }\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n this.#start(mousePoint);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n this.#start(touchPoints[0]);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {object} event The mouse wheel event.\n */\n wheel = (event) => {\n this.#scrollWhell.wheel(event);\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'Opacity';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} _bool The flag to activate or not.\n */\n activate(_bool) {\n // does nothing\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Set the tool live features: does nothing.\n *\n * @param {object} _features The list of features.\n */\n setFeatures(_features) {\n // does nothing\n }\n\n} // Opacity class\n","import {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {guid} from '../math/stats';\nimport {logger} from '../utils/logger';\nimport {\n AddAnnotationCommand,\n RemoveAnnotationCommand\n} from './drawCommands';\nimport {\n isNodeNameShape,\n} from './drawBounds';\nimport {Annotation} from '../image/annotation';\nimport {ScrollWheel} from './scrollWheel';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {Style} from '../gui/style';\nimport {LayerGroup} from '../gui/layerGroup';\nimport {Point2D} from '../math/point';\nimport {DrawLayer} from '../gui/drawLayer';\nimport {DrawShapeHandler} from './drawShapeHandler';\n/* eslint-enable no-unused-vars */\n\n/**\n * Drawing tool.\n *\n * This tool is responsible for the draw of layer group structure.\n *\n * ```\n * drawLayer\n * |_ positionGroup: {name=\"position-group\", id=\"#2-0#_#3-1\"}\n * |_ shapeGroup: {name=\"{shape name}-group\", id=\"#\"}\n * |_ shape: {name=\"shape\"},\n * |_ label: {name=\"label\"},\n * |_ extra: line tick, protractor arc...\n * ```\n *\n * Discussion:\n * - posGroup > shapeGroup:\n * (pro) slice/frame display: 1 loop -\n * (cons) multi-slice shape splitted in positionGroups.\n * - shapeGroup > posGroup:\n * (pros) more logical -\n * (cons) slice/frame display: 2 loops.\n */\nexport class Draw {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Scroll wheel handler.\n *\n * @type {ScrollWheel}\n */\n #scrollWhell;\n\n /**\n * Drawing style.\n *\n * @type {Style}\n */\n #style;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #isDrawing = false;\n\n /**\n * Shape factory list.\n *\n * @type {object}\n */\n #shapeFactoryList = null;\n\n /**\n * Current shape factory.\n *\n * @type {object}\n */\n #currentFactory = null;\n\n /**\n * Current shape group.\n *\n * @type {object}\n */\n #tmpShapeGroup = null;\n\n /**\n * Shape name.\n *\n * @type {string}\n */\n #shapeName;\n\n /**\n * List of points.\n *\n * @type {Point2D[]}\n */\n #points = [];\n\n /**\n * Last selected point.\n *\n * @type {Point2D}\n */\n #lastPoint = null;\n\n /**\n * With scroll flag.\n *\n * @type {boolean}\n */\n #withScroll = true;\n\n /**\n * Black list: list of dataIds for which draw layer creation\n * is forbidden.\n */\n #blacklist = [];\n\n /**\n * Shape handler: activate listeners on existing shape.\n *\n * @type {DrawShapeHandler}\n */\n #shapeHandler;\n\n /**\n * Auto shape colour: will use defaults colours and\n * vary them according to the layer.\n *\n * @type {boolean}\n */\n #autoShapeColour = false;\n\n /**\n * Event listeners.\n */\n #listeners = {};\n\n /**\n * Flag to know if the last added point was made by mouse move.\n *\n * @type {boolean}\n */\n #lastIsMouseMovePoint = false;\n\n /**\n * Callback store to allow attach/detach.\n *\n * @type {Array}\n */\n #callbackStore = [];\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n this.#scrollWhell = new ScrollWheel(app);\n this.#shapeHandler = new DrawShapeHandler(app, this.#fireEvent);\n\n this.#style = app.getStyle();\n }\n\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n */\n #switchEditOrCreateShapeGroup(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n let drawLayer = layerGroup.getActiveDrawLayer();\n\n if (typeof drawLayer === 'undefined') {\n const viewLayer = layerGroup.getActiveViewLayer();\n const refDataId = viewLayer.getDataId();\n const refData = this.#app.getData(refDataId);\n const refMeta = refData.image.getMeta();\n const seriesInstanceUID = refMeta.SeriesInstanceUID;\n // check black list\n if (this.#blacklist.includes(seriesInstanceUID)) {\n this.#fireEvent({\n type: 'warn',\n message: 'Cannot create draw layer, data is in black list'\n });\n return;\n }\n // create new data\n const data = this.#app.createAnnotationData(refDataId);\n // render (will create draw layer)\n this.#app.addAndRenderAnnotationData(data, divId, refDataId);\n // get draw layer\n drawLayer = layerGroup.getActiveDrawLayer();\n // set the layer shape handler\n drawLayer.setShapeHandler(this.#shapeHandler);\n // set active to bind to toolboxController\n layerGroup.setActiveDrawLayerByDataId(drawLayer.getDataId());\n }\n\n // data should exist / be created\n const data = drawLayer.getDrawController().getAnnotationGroup();\n\n const stage = drawLayer.getKonvaStage();\n\n // update scale\n this.#style.setZoomScale(stage.scale());\n\n if (data.isEditable()) {\n // determine if the click happened on an existing shape or not\n const kshape = stage.getIntersection({\n x: point.getX(),\n y: point.getY()\n });\n if (kshape) {\n // select shape for edition\n this.#selectShapeGroup(drawLayer, kshape);\n } else {\n // create new shape\n this.#startShapeGroupCreation(layerGroup, point);\n }\n }\n }\n\n /**\n * Initializes the new shape creation:\n * - Updates the started variable,\n * - Gets the factory,\n * - Initializes the points array.\n *\n * @param {LayerGroup} layerGroup The layer group where the user clicks.\n * @param {Point2D} point The start point where the user clicks.\n */\n #startShapeGroupCreation(layerGroup, point) {\n // disable edition\n this.#shapeHandler.disableAndResetEditor();\n this.#setToDrawingState();\n // store point\n const viewLayer = layerGroup.getActiveViewLayer();\n this.#lastPoint = viewLayer.displayToPlanePos(point);\n this.#points.push(this.#lastPoint);\n }\n\n /**\n * Sets the variables to drawing state:\n * - Updates is drawing variable,\n * - Initializes the current factory,\n * - Resets points.\n */\n #setToDrawingState() {\n // start storing points\n this.#isDrawing = true;\n // set factory\n this.#currentFactory = new this.#shapeFactoryList[this.#shapeName]();\n // clear array\n this.#points = [];\n }\n\n /**\n * Resets the variables to not drawing state:\n * - Destroys tmp shape group,\n * - Updates is drawing variable,\n * - Resets points.\n */\n #setToNotDrawingState() {\n this.#isDrawing = false;\n this.#points = [];\n }\n\n /**\n * Selects a shape group.\n *\n * @param {DrawLayer} drawLayer The draw layer where to draw.\n * @param {Konva.Shape} kshape The shape that has been selected.\n */\n #selectShapeGroup(drawLayer, kshape) {\n const group = kshape.getParent();\n const selectedShape = group.find('.shape')[0];\n if (!(selectedShape instanceof Konva.Shape)) {\n return;\n }\n this.#shapeHandler.setEditorShape(selectedShape, drawLayer);\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #updateShapeGroupCreation(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const pos = viewLayer.displayToPlanePos(point);\n\n // draw line to current pos\n if (Math.abs(pos.getX() - this.#lastPoint.getX()) > 0 ||\n Math.abs(pos.getY() - this.#lastPoint.getY()) > 0) {\n // clear last mouse move point\n if (this.#lastIsMouseMovePoint) {\n this.#points.pop();\n }\n // current point\n this.#lastPoint = pos;\n // mark it as temporary\n this.#lastIsMouseMovePoint = true;\n // add it to the list\n this.#points.push(this.#lastPoint);\n // update points\n this.#onNewPoints(this.#points, layerGroup);\n }\n }\n\n /**\n * Finish tool interaction.\n *\n * @param {string} divId The layer group divId.\n */\n #finishShapeGroupCreation(divId) {\n // exit if no points\n if (this.#points.length === 0) {\n logger.warn('Draw mouseup but no points...');\n return;\n }\n\n // do we have all the needed points\n if (this.#points.length === this.#currentFactory.getNPoints()) {\n // store points\n const layerGroup =\n this.#app.getLayerGroupByDivId(divId);\n this.#onFinalPoints(this.#points, layerGroup);\n this.#setToNotDrawingState();\n }\n\n // reset mouse move point flag\n this.#lastIsMouseMovePoint = false;\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n // exit if not started draw\n if (this.#isDrawing) {\n return;\n }\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#switchEditOrCreateShapeGroup(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#updateShapeGroupCreation(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} event The mouse up event.\n */\n mouseup = (event) => {\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#finishShapeGroupCreation(layerDetails.groupDivId);\n };\n\n /**\n * Handle double click event: some tools use it to finish interaction.\n *\n * @param {object} event The double click event.\n */\n dblclick = (event) => {\n // only end by double click undefined NPoints\n if (this.#currentFactory &&\n typeof this.#currentFactory.getNPoints() !== 'undefined') {\n return;\n }\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n // exit if no points\n if (this.#points.length === 0) {\n logger.warn('Draw dblclick but no points...');\n return;\n }\n\n // store points\n const layerDetails = getLayerDetailsFromEvent(event);\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n this.#onFinalPoints(this.#points, layerGroup);\n this.#setToNotDrawingState();\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} event The mouse out event.\n */\n mouseout = (event) => {\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#finishShapeGroupCreation(layerDetails.groupDivId);\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n // exit if not started draw\n if (this.#isDrawing) {\n return;\n }\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#switchEditOrCreateShapeGroup(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n // exit if not started draw\n if (!this.#isDrawing) {\n return;\n }\n\n const layerDetails = getLayerDetailsFromEvent(event);\n const touchPoints = getTouchPoints(event);\n\n const layerGroup = this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const pos = viewLayer.displayToPlanePos(touchPoints[0]);\n\n if (Math.abs(pos.getX() - this.#lastPoint.getX()) > 0 ||\n Math.abs(pos.getY() - this.#lastPoint.getY()) > 0) {\n // clear last added point from the list (but not the first one)\n if (this.#points.length !== 1) {\n this.#points.pop();\n }\n // current point\n this.#lastPoint = pos;\n // add current one to the list\n this.#points.push(this.#lastPoint);\n // allow for anchor points\n if (this.#points.length < this.#currentFactory.getNPoints()) {\n clearTimeout(this.timer);\n this.timer = setTimeout(() => {\n this.#points.push(this.#lastPoint);\n }, this.#currentFactory.getTimeout());\n }\n // update points\n this.#onNewPoints(this.#points, layerGroup);\n }\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} event The touch end event.\n */\n touchend = (event) => {\n this.dblclick(event);\n };\n\n /**\n * Handle mouse wheel event.\n *\n * @param {WheelEvent} event The mouse wheel event.\n */\n wheel = (event) => {\n if (this.#withScroll) {\n this.#scrollWhell.wheel(event);\n }\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n // call app handler if we are not in the middle of a draw\n if (!this.#isDrawing) {\n event.context = 'Draw';\n this.#app.onKeydown(event);\n }\n\n // press delete or backspace key\n const annotation = this.#shapeHandler.getEditorAnnotation();\n if ((event.key === 'Delete' ||\n event.key === 'Backspace') &&\n typeof annotation !== 'undefined') {\n const layerGroup = this.#app.getActiveLayerGroup();\n const drawLayer = layerGroup.getActiveDrawLayer();\n const drawController = drawLayer.getDrawController();\n\n // create remove annotation command\n const command = new RemoveAnnotationCommand(annotation, drawController);\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw remove\n command.execute();\n\n // reset cursor\n this.#shapeHandler.onMouseOutShapeGroup();\n }\n\n // escape key: exit shape creation\n if (event.key === 'Escape' && this.#tmpShapeGroup !== null) {\n const konvaLayer = this.#tmpShapeGroup.getLayer();\n // reset temporary shape group\n this.#tmpShapeGroup.destroy();\n this.#tmpShapeGroup = null;\n // set state\n this.#setToNotDrawingState();\n // redraw\n konvaLayer.draw();\n }\n };\n\n /**\n * Update the current draw with new points.\n *\n * @param {Point2D[]} tmpPoints The array of new points.\n * @param {LayerGroup} layerGroup The origin layer group.\n */\n #onNewPoints(tmpPoints, layerGroup) {\n // remove temporary shape draw\n if (this.#tmpShapeGroup) {\n this.#tmpShapeGroup.destroy();\n this.#tmpShapeGroup = null;\n }\n\n const drawLayer = layerGroup.getActiveDrawLayer();\n const drawController = drawLayer.getDrawController();\n const konvaLayer = drawLayer.getKonvaLayer();\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n\n // auto mode: vary shape colour with layer id\n if (this.#autoShapeColour) {\n const colours = [\n '#ffff80', '#ff80ff', '#80ffff', '#80ff80', '8080ff', 'ff8080'\n ];\n // warning: depends on layer id nomenclature\n const drawLayerId = drawLayer.getId();\n const layerId = drawLayerId.substring(drawLayerId.length - 1);\n const layerIndex = parseInt(layerId, 10) - 1;\n const colour = colours[layerIndex];\n if (typeof colour !== 'undefined') {\n this.#style.setLineColour(colour);\n }\n }\n\n // create tmp annotation\n const annotation = new Annotation();\n // use group colour if defined\n const groupColour = drawController.getAnnotationGroup().getColour();\n if (typeof groupColour !== 'undefined') {\n annotation.colour = groupColour;\n } else {\n annotation.colour = this.#style.getLineColour();\n }\n annotation.init(viewController);\n // set annotation shape\n this.#currentFactory.setAnnotationMathShape(annotation, tmpPoints);\n // create shape group\n this.#tmpShapeGroup =\n this.#currentFactory.createShapeGroup(annotation, this.#style);\n // set the label visibility\n drawLayer.setLabelVisibility(this.#tmpShapeGroup);\n\n // do not listen during creation\n const shape = this.#tmpShapeGroup.getChildren(isNodeNameShape)[0];\n shape.listening(false);\n konvaLayer.listening(false);\n // draw shape\n konvaLayer.add(this.#tmpShapeGroup);\n konvaLayer.draw();\n }\n\n /**\n * Create the final shape from a point list.\n *\n * @param {Point2D[]} finalPoints The array of points.\n * @param {LayerGroup} layerGroup The origin layer group.\n */\n #onFinalPoints(finalPoints, layerGroup) {\n // remove temporary shape draw\n // (has to be done before sending add event)\n if (this.#tmpShapeGroup) {\n this.#tmpShapeGroup.destroy();\n this.#tmpShapeGroup = null;\n }\n\n const drawLayer = layerGroup.getActiveDrawLayer();\n const konvaLayer = drawLayer.getKonvaLayer();\n const drawController = drawLayer.getDrawController();\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n\n // create final annotation\n const annotation = new Annotation();\n // use group colour if defined\n const groupColour = drawController.getAnnotationGroup().getColour();\n if (typeof groupColour !== 'undefined') {\n annotation.colour = groupColour;\n } else {\n annotation.colour = this.#style.getLineColour();\n }\n annotation.id = guid();\n annotation.init(viewController);\n // set annotation shape\n this.#currentFactory.setAnnotationMathShape(annotation, finalPoints);\n\n // create add annotation command\n const command = new AddAnnotationCommand(annotation, drawController);\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw creation\n command.execute();\n\n // re-activate layer\n konvaLayer.listening(true);\n }\n\n /**\n * Get a DrawLayer position callback.\n *\n * TODO: check need for store item removal.\n *\n * @param {DrawLayer} layer The layer to update.\n * @returns {Function} The callback.\n */\n #getPositionCallback(layer) {\n const layerId = layer.getId();\n if (typeof this.#callbackStore[layerId] === 'undefined') {\n this.#callbackStore[layerId] = () => {\n layer.activateCurrentPositionShapes(true);\n };\n }\n return this.#callbackStore[layerId];\n }\n\n /**\n * Activate the tool.\n *\n * @param {boolean} flag The flag to activate or not.\n */\n activate(flag) {\n // force cursor if deactivate\n if (!flag) {\n this.#shapeHandler.onMouseOutShapeGroup();\n }\n // update draw layers\n const drawLayers = this.#app.getDrawLayers();\n for (const drawLayer of drawLayers) {\n if (typeof drawLayer !== 'undefined') {\n drawLayer.setShapeHandler(this.#shapeHandler);\n drawLayer.activateCurrentPositionShapes(flag);\n // update on position change\n if (flag) {\n this.#app.addEventListener('positionchange',\n this.#getPositionCallback(drawLayer)\n );\n } else {\n this.#app.removeEventListener('positionchange',\n this.#getPositionCallback(drawLayer)\n );\n }\n }\n }\n }\n\n /**\n * Set the tool configuration options.\n *\n * @param {object} options The list of shape names amd classes.\n */\n setOptions(options) {\n // save the options as the shape factory list\n this.#shapeFactoryList = options;\n }\n\n /**\n * Get the type of tool options: here 'factory' since the shape\n * list contains factories to create each possible shape.\n *\n * @returns {string} The type.\n */\n getOptionsType() {\n return 'factory';\n }\n\n /**\n * Set the tool live features: shape colour and shape name.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.autoShapeColour !== 'undefined') {\n this.#autoShapeColour = features.autoShapeColour;\n }\n if (typeof features.shapeColour !== 'undefined') {\n this.#style.setLineColour(features.shapeColour);\n this.#autoShapeColour = false;\n }\n if (typeof features.shapeName !== 'undefined') {\n // check if we have it\n if (!this.hasShape(features.shapeName)) {\n throw new Error('Unknown shape: \\'' + features.shapeName + '\\'');\n }\n this.#shapeName = features.shapeName;\n }\n if (typeof features.mouseOverCursor !== 'undefined') {\n this.#shapeHandler.storeMouseOverCursor(features.mouseOverCursor);\n }\n if (typeof features.withScroll !== 'undefined') {\n this.#withScroll = features.withScroll;\n }\n if (typeof features.blacklist !== 'undefined') {\n this.#blacklist = features.blacklist;\n }\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Get the list of event names that this tool can fire.\n *\n * @returns {string[]} The list of event names.\n */\n getEventNames() {\n return [\n 'annotationupdate', 'warn'\n ];\n }\n\n /**\n * Add an event listener on the app.\n *\n * @param {string} type The event type.\n * @param {Function} listener The function associated with the provided\n * event type.\n */\n addEventListener(type, listener) {\n if (typeof this.#listeners[type] === 'undefined') {\n this.#listeners[type] = [];\n }\n this.#listeners[type].push(listener);\n }\n\n /**\n * Remove an event listener from the app.\n *\n * @param {string} type The event type.\n * @param {Function} listener The function associated with the provided\n * event type.\n */\n removeEventListener(type, listener) {\n if (typeof this.#listeners[type] === 'undefined') {\n return;\n }\n for (let i = 0; i < this.#listeners[type].length; ++i) {\n if (this.#listeners[type][i] === listener) {\n this.#listeners[type].splice(i, 1);\n }\n }\n }\n\n // Private Methods -----------------------------------------------------------\n\n /**\n * Fire an event: call all associated listeners.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n if (typeof this.#listeners[event.type] === 'undefined') {\n return;\n }\n for (let i = 0; i < this.#listeners[event.type].length; ++i) {\n this.#listeners[event.type][i](event);\n }\n };\n\n /**\n * Check if the shape is in the shape list.\n *\n * @param {string} name The name of the shape.\n * @returns {boolean} True if there is a factory for the shape.\n */\n hasShape(name) {\n return typeof this.#shapeFactoryList[name] !== 'undefined';\n }\n\n} // Draw class\n","import {Annotation} from '../image/annotation';\nimport {\n AddAnnotationCommand,\n UpdateAnnotationCommand\n} from '../tools/drawCommands';\n//import {RoiFactory} from '../tools/roi';\nimport {ROI} from '../math/roi';\nimport {guid} from '../math/stats';\nimport {Point2D} from '../math/point';\nimport {Style} from '../gui/style';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {ListenerHandler} from '../utils/listen';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\nimport {LayerGroup} from '../gui/layerGroup';\nimport {Scalar2D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * The magic wand namespace.\n *\n * Ref: {@link https://github.com/Tamersoul/magic-wand-js}.\n *\n * @external MagicWand\n */\nimport MagicWand from 'magic-wand-tool';\n\n/**\n * Floodfill painting tool.\n */\nexport class Floodfill {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Original variables from external library. Used as in the lib example.\n *\n * @type {number}\n */\n #blurRadius = 5;\n /**\n * Original variables from external library. Used as in the lib example.\n *\n * @type {number}\n */\n #simplifyTolerant = 0;\n\n /**\n * Original variables from external library. Used as in the lib example.\n *\n * @type {number}\n */\n #simplifyCount = 2000;\n\n /**\n * Canvas info.\n *\n * @type {object}\n */\n #imageInfo = null;\n\n /**\n * Object created by MagicWand lib containing border points.\n *\n * @type {object}\n */\n #mask = null;\n\n /**\n * Threshold default tolerance of the tool border.\n *\n * @type {number}\n */\n #initialthreshold = 10;\n\n /**\n * Threshold tolerance of the tool border.\n *\n * @type {number}\n */\n #currentthreshold = null;\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Current annotation.\n *\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * Coordinates of the fist mousedown event.\n *\n * @type {object}\n */\n #initialpoint;\n\n /**\n * Floodfill border.\n *\n * @type {object}\n */\n #border = null;\n\n /**\n * List of parent points.\n *\n * @type {Point2D[]}\n */\n #parentPoints = [];\n\n /**\n * Assistant variable to paint border on all slices.\n *\n * @type {boolean}\n */\n #extender = false;\n\n /**\n * Drawing style.\n *\n * @type {Style}\n */\n #style = new Style();\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Set extend option for painting border on all slices.\n *\n * @param {boolean} bool The option to set.\n */\n setExtend(bool) {\n this.#extender = bool;\n }\n\n /**\n * Get extend option for painting border on all slices.\n *\n * @returns {boolean} The actual value of of the variable to use Floodfill\n * on museup.\n */\n getExtend() {\n return this.#extender;\n }\n\n /**\n * Get (x, y) coordinates referenced to the canvas.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n * @returns {Scalar2D} The coordinates as a {x,y}.\n */\n #getIndex = (point, divId) => {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const index = viewLayer.displayToPlaneIndex(point);\n return {\n x: index.get(0),\n y: index.get(1)\n };\n };\n\n /**\n * Calculate border.\n *\n * @param {object} points The input points.\n * @param {number} threshold The threshold of the floodfill.\n * @param {boolean} simple Return first points or a list.\n * @returns {Point2D[]} The parent points.\n */\n #calcBorder(points, threshold, simple) {\n\n this.#parentPoints = [];\n const image = {\n data: this.#imageInfo.data,\n width: this.#imageInfo.width,\n height: this.#imageInfo.height,\n bytes: 4\n };\n\n this.#mask = MagicWand.floodFill(image, points.x, points.y, threshold);\n this.#mask = MagicWand.gaussBlurOnlyBorder(this.#mask, this.#blurRadius);\n\n let cs = MagicWand.traceContours(this.#mask);\n cs = MagicWand.simplifyContours(\n cs, this.#simplifyTolerant, this.#simplifyCount);\n\n if (cs.length > 0 && cs[0].points[0].x) {\n if (simple) {\n return cs[0].points;\n }\n for (let j = 0, icsl = cs[0].points.length; j < icsl; j++) {\n this.#parentPoints.push(new Point2D(\n cs[0].points[j].x,\n cs[0].points[j].y\n ));\n }\n return this.#parentPoints;\n } else {\n return [];\n }\n }\n\n /**\n * Paint Floodfill.\n *\n * @param {object} point The start point.\n * @param {number} threshold The border threshold.\n * @param {LayerGroup} layerGroup The origin layer group.\n * @returns {boolean} False if no border.\n */\n #paintBorder(point, threshold, layerGroup) {\n // Calculate the border\n this.#border = this.#calcBorder(point, threshold, false);\n // Paint the border\n if (this.#border.length !== 0) {\n const drawLayer = layerGroup.getActiveDrawLayer();\n const drawController = drawLayer.getDrawController();\n\n const newMathShape = new ROI(this.#border);\n\n let command;\n if (typeof this.#annotation === 'undefined') {\n // create annotation\n this.#annotation = new Annotation();\n this.#annotation.colour = this.#style.getLineColour();\n this.#annotation.id = guid();\n\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n this.#annotation.init(viewController);\n\n this.#annotation.mathShape = newMathShape;\n command = new AddAnnotationCommand(\n this.#annotation,\n drawController\n );\n } else {\n // update annotation\n const originalMathShape = this.#annotation.mathShape;\n command = new UpdateAnnotationCommand(\n this.#annotation,\n {mathShape: originalMathShape},\n {mathShape: newMathShape},\n drawController\n );\n }\n\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw creation\n command.execute();\n }\n\n return this.#border.length !== 0;\n }\n\n /**\n * Create Floodfill in all the prev and next slices while border is found.\n *\n * @param {number} ini The first slice to extend to.\n * @param {number} end The last slice to extend to.\n * @param {object} layerGroup The origin layer group.\n */\n extend(ini, end, layerGroup) {\n //avoid errors\n if (!this.#initialpoint) {\n throw '\\'initialpoint\\' not found. User must click before use extend!';\n }\n\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n\n const pos = viewController.getCurrentIndex();\n const imageSize = viewController.getImageSize();\n const threshold = this.#currentthreshold || this.#initialthreshold;\n\n // Iterate over the next images and paint border on each slice.\n for (let i = pos.get(2),\n len = end\n ? end : imageSize.get(2);\n i < len; i++) {\n if (!this.#paintBorder(this.#initialpoint, threshold, layerGroup)) {\n break;\n }\n viewController.incrementIndex(2);\n }\n viewController.setCurrentPosition(pos);\n\n // Iterate over the prev images and paint border on each slice.\n for (let j = pos.get(2), jl = ini ? ini : 0; j > jl; j--) {\n if (!this.#paintBorder(this.#initialpoint, threshold, layerGroup)) {\n break;\n }\n viewController.decrementIndex(2);\n }\n viewController.setCurrentPosition(pos);\n }\n\n /**\n * Event fired when threshold change.\n *\n * @param {number} _value Current threshold.\n */\n onThresholdChange(_value) {\n // Defaults do nothing\n }\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n */\n #start(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n let drawLayer = layerGroup.getActiveDrawLayer();\n\n if (typeof drawLayer === 'undefined') {\n const viewLayer = layerGroup.getActiveViewLayer();\n const refDataId = viewLayer.getDataId();\n // create new data\n const data = this.#app.createAnnotationData(refDataId);\n // render (will create draw layer)\n this.#app.addAndRenderAnnotationData(data, divId, refDataId);\n // get draw layer\n drawLayer = layerGroup.getActiveDrawLayer();\n // set active to bind to toolboxController\n layerGroup.setActiveDrawLayerByDataId(drawLayer.getDataId());\n }\n\n this.#imageInfo = viewLayer.getImageData();\n if (!this.#imageInfo) {\n logger.error('No image found');\n return;\n }\n\n // update zoom scale\n this.#style.setZoomScale(\n drawLayer.getKonvaLayer().getAbsoluteScale());\n\n this.#started = true;\n this.#initialpoint = this.#getIndex(point, divId);\n this.#paintBorder(this.#initialpoint, this.#initialthreshold, layerGroup);\n this.onThresholdChange(this.#initialthreshold);\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n return;\n }\n\n const movedpoint = this.#getIndex(point, divId);\n this.#currentthreshold = Math.round(Math.sqrt(\n Math.pow((this.#initialpoint.x - movedpoint.x), 2) +\n Math.pow((this.#initialpoint.y - movedpoint.y), 2)) / 2);\n this.#currentthreshold = this.#currentthreshold < this.#initialthreshold\n ? this.#initialthreshold\n : this.#currentthreshold - this.#initialthreshold;\n\n this.#paintBorder(\n this.#initialpoint,\n this.#currentthreshold,\n this.#app.getLayerGroupByDivId(divId)\n );\n\n this.onThresholdChange(this.#currentthreshold);\n }\n\n /**\n * Finish tool interaction.\n */\n #finish() {\n if (this.#started) {\n this.#started = false;\n }\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup = (_event) => {\n this.#finish();\n // TODO: re-activate\n // if (this.#extender) {\n // const layerDetails = getLayerDetailsFromEvent(event);\n // const layerGroup =\n // this.#app.getLayerGroupByDivId(layerDetails.groupDivId);\n // this.extend(layerGroup);\n // }\n };\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n this.#finish();\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'Floodfill';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} bool The flag to activate or not.\n */\n activate(bool) {\n if (bool) {\n // init with the app window scale\n this.#style.setBaseScale(this.#app.getBaseScale());\n // set the default to the first in the list\n this.setFeatures({shapeColour: this.#style.getLineColour()});\n }\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Get the list of event names that this tool can fire.\n *\n * @returns {Array} The list of event names.\n */\n getEventNames() {\n return ['drawcreate', 'drawchange', 'drawmove', 'drawdelete'];\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n // #fireEvent = (event) => {\n // this.#listenerHandler.fireEvent(event);\n // };\n\n /**\n * Set the tool live features: shape colour.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.shapeColour !== 'undefined') {\n this.#style.setLineColour(features.shapeColour);\n }\n }\n\n} // Floodfill class\n","import {Style} from '../gui/style';\nimport {\n getMousePoint,\n getTouchPoints\n} from '../gui/generic';\nimport {Point2D} from '../math/point';\nimport {Path} from '../math/path';\nimport {Scissors} from '../math/scissors';\nimport {guid} from '../math/stats';\nimport {getLayerDetailsFromEvent} from '../gui/layerGroup';\nimport {ListenerHandler} from '../utils/listen';\nimport {ROI} from '../math/roi';\nimport {Annotation} from '../image/annotation';\nimport {\n AddAnnotationCommand,\n UpdateAnnotationCommand\n} from '../tools/drawCommands';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * Livewire painting tool.\n */\nexport class Livewire {\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * @param {App} app The associated application.\n */\n constructor(app) {\n this.#app = app;\n }\n\n /**\n * Interaction start flag.\n *\n * @type {boolean}\n */\n #started = false;\n\n /**\n * Start point.\n *\n * @type {Point2D}\n */\n #startPoint;\n\n /**\n * Current annotation.\n *\n * @type {Annotation}\n */\n #annotation;\n\n /**\n * Drawing style.\n *\n * @type {Style}\n */\n #style = new Style();\n\n /**\n * Path storage. Paths are stored in reverse order.\n *\n * @type {Path}\n */\n #path = new Path();\n\n /**\n * Current path storage. Paths are stored in reverse order.\n *\n * @type {Path}\n */\n #currentPath = new Path();\n\n /**\n * List of parent points.\n *\n * @type {Array}\n */\n #parentPoints = [];\n\n /**\n * Tolerance.\n *\n * @type {number}\n */\n #tolerance = 5;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Clear the parent points list.\n *\n * @param {object} imageSize The image size.\n */\n #clearParentPoints(imageSize) {\n const nrows = imageSize.get(1);\n for (let i = 0; i < nrows; ++i) {\n this.#parentPoints[i] = [];\n }\n }\n\n /**\n * Clear the stored paths.\n */\n #clearPaths() {\n this.#path = new Path();\n this.#currentPath = new Path();\n }\n\n /**\n * Scissor representation.\n *\n * @type {Scissors}\n */\n #scissors = new Scissors();\n\n /**\n * Start tool interaction.\n *\n * @param {Point2D} point The start point.\n * @param {string} divId The layer group divId.\n */\n #start(point, divId) {\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const imageSize = viewLayer.getViewController().getImageSize();\n const index = viewLayer.displayToPlaneIndex(point);\n\n // first time\n if (!this.#started) {\n this.#started = true;\n this.#startPoint = new Point2D(index.get(0), index.get(1));\n // clear vars\n this.#clearPaths();\n this.#clearParentPoints(imageSize);\n // get draw layer\n let drawLayer = layerGroup.getActiveDrawLayer();\n if (typeof drawLayer === 'undefined') {\n const viewLayer = layerGroup.getActiveViewLayer();\n const refDataId = viewLayer.getDataId();\n // create new data\n const data = this.#app.createAnnotationData(refDataId);\n // render (will create draw layer)\n this.#app.addAndRenderAnnotationData(data, divId, refDataId);\n // get draw layer\n drawLayer = layerGroup.getActiveDrawLayer();\n // set active to bind to toolboxController\n layerGroup.setActiveDrawLayerByDataId(drawLayer.getDataId());\n }\n // update zoom scale\n this.#style.setZoomScale(\n drawLayer.getKonvaLayer().getAbsoluteScale());\n // do the training from the first point\n const p = {x: index.get(0), y: index.get(1)};\n this.#scissors.doTraining(p);\n // add the initial point to the path\n const p0 = new Point2D(index.get(0), index.get(1));\n this.#path.addPoint(p0);\n this.#path.addControlPoint(p0);\n } else {\n const diffX = Math.abs(index.get(0) - this.#startPoint.getX());\n const diffY = Math.abs(index.get(1) - this.#startPoint.getY());\n // final point: at 'tolerance' of the initial point\n if (diffX < this.#tolerance &&\n diffY < this.#tolerance) {\n // finish\n this.#finishShape();\n } else {\n // anchor point\n this.#path = this.#currentPath;\n this.#clearParentPoints(imageSize);\n const pn = {x: index.get(0), y: index.get(1)};\n this.#scissors.doTraining(pn);\n this.#path.addControlPoint(this.#currentPath.getPoint(0));\n }\n }\n }\n\n /**\n * Update tool interaction.\n *\n * @param {Point2D} point The update point.\n * @param {string} divId The layer group divId.\n */\n #update(point, divId) {\n if (!this.#started) {\n return;\n }\n const layerGroup = this.#app.getLayerGroupByDivId(divId);\n const viewLayer = layerGroup.getActiveViewLayer();\n const index = viewLayer.displayToPlaneIndex(point);\n\n // set the point to find the path to\n let p = {x: index.get(0), y: index.get(1)};\n this.#scissors.setPoint(p);\n // do the work\n let results = [];\n let stop = false;\n while (!this.#parentPoints[p.y][p.x] && !stop) {\n results = this.#scissors.doWork();\n\n if (results.length === 0) {\n stop = true;\n } else {\n // fill parents\n for (let i = 0; i < results.length - 1; i += 2) {\n const _p = results[i];\n const _q = results[i + 1];\n this.#parentPoints[_p.y][_p.x] = _q;\n }\n }\n }\n\n // get the path\n this.#currentPath = new Path();\n stop = false;\n while (p && !stop) {\n this.#currentPath.addPoint(new Point2D(p.x, p.y));\n if (!this.#parentPoints[p.y]) {\n stop = true;\n } else {\n if (!this.#parentPoints[p.y][p.x]) {\n stop = true;\n } else {\n p = this.#parentPoints[p.y][p.x];\n }\n }\n }\n this.#currentPath.appenPath(this.#path);\n\n const drawLayer = layerGroup.getActiveDrawLayer();\n const drawController = drawLayer.getDrawController();\n\n const newMathShape = new ROI(this.#currentPath.pointArray);\n\n let command;\n if (typeof this.#annotation === 'undefined') {\n // create annotation\n this.#annotation = new Annotation();\n this.#annotation.colour = this.#style.getLineColour();\n this.#annotation.id = guid();\n\n const viewLayer = layerGroup.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n this.#annotation.init(viewController);\n\n this.#annotation.mathShape = newMathShape;\n command = new AddAnnotationCommand(\n this.#annotation,\n drawController\n );\n } else {\n // update annotation\n const originalMathShape = this.#annotation.mathShape;\n command = new UpdateAnnotationCommand(\n this.#annotation,\n {mathShape: originalMathShape},\n {mathShape: newMathShape},\n drawController\n );\n }\n\n // add command to undo stack\n this.#app.addToUndoStack(command);\n // execute command: triggers draw creation\n command.execute();\n }\n\n /**\n * Finish a livewire (roi) shape.\n */\n #finishShape() {\n // set flag\n this.#started = false;\n }\n\n /**\n * Handle mouse down event.\n *\n * @param {object} event The mouse down event.\n */\n mousedown = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse move event.\n *\n * @param {object} event The mouse move event.\n */\n mousemove = (event) => {\n const mousePoint = getMousePoint(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(mousePoint, layerDetails.groupDivId);\n };\n\n /**\n * Handle mouse up event.\n *\n * @param {object} _event The mouse up event.\n */\n mouseup(_event) {\n // nothing to do\n }\n\n /**\n * Handle mouse out event.\n *\n * @param {object} _event The mouse out event.\n */\n mouseout = (_event) => {\n // nothing to do\n };\n\n /**\n * Handle double click event.\n *\n * @param {object} _event The double click event.\n */\n dblclick = (_event) => {\n this.#finishShape();\n };\n\n /**\n * Handle touch start event.\n *\n * @param {object} event The touch start event.\n */\n touchstart = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#start(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch move event.\n *\n * @param {object} event The touch move event.\n */\n touchmove = (event) => {\n const touchPoints = getTouchPoints(event);\n const layerDetails = getLayerDetailsFromEvent(event);\n this.#update(touchPoints[0], layerDetails.groupDivId);\n };\n\n /**\n * Handle touch end event.\n *\n * @param {object} _event The touch end event.\n */\n touchend = (_event) => {\n // nothing to do\n };\n\n /**\n * Handle key down event.\n *\n * @param {object} event The key down event.\n */\n keydown = (event) => {\n event.context = 'Livewire';\n this.#app.onKeydown(event);\n };\n\n /**\n * Activate the tool.\n *\n * @param {boolean} bool The flag to activate or not.\n */\n activate(bool) {\n // start scissors if displayed\n if (bool) {\n const layerGroup = this.#app.getActiveLayerGroup();\n const viewLayer = layerGroup.getActiveViewLayer();\n\n //scissors = new Scissors();\n const imageSize = viewLayer.getViewController().getImageSize();\n this.#scissors.setDimensions(\n imageSize.get(0),\n imageSize.get(1));\n this.#scissors.setData(viewLayer.getImageData().data);\n\n // init with the app window scale\n this.#style.setBaseScale(this.#app.getBaseScale());\n // set the default to the first in the list\n this.setFeatures({shapeColour: this.#style.getLineColour()});\n }\n }\n\n /**\n * Initialise the tool.\n */\n init() {\n // does nothing\n }\n\n /**\n * Get the list of event names that this tool can fire.\n *\n * @returns {Array} The list of event names.\n */\n getEventNames() {\n return ['drawcreate', 'drawchange', 'drawmove', 'drawdelete'];\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n // #fireEvent = (event) => {\n // this.#listenerHandler.fireEvent(event);\n // };\n\n /**\n * Set the tool live features: shape colour.\n *\n * @param {object} features The list of features.\n */\n setFeatures(features) {\n if (typeof features.shapeColour !== 'undefined') {\n this.#style.setLineColour(features.shapeColour);\n }\n }\n\n} // Livewire class\n","import {Line, getPerpendicularLine, getAngle} from '../math/line';\nimport {Point2D} from '../math/point';\nimport {defaults} from '../app/defaults';\nimport {logger} from '../utils/logger';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Arrow factory.\n */\nexport class ArrowFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'arrow';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Point2D;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.referencePoints = [points[1]];\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a line shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // extras\n const extras = this.#createShapeExtras(annotation, style);\n for (const extra of extras) {\n group.add(extra);\n }\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a line shape.\n *\n * @param {Konva.Line} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const points = shape.points();\n\n // compensate for possible shape drag\n const anchors = [];\n anchors.push(getDefaultAnchor(\n points[0] + shape.x(), points[1] + shape.y(), 'begin', style\n ));\n anchors.push(getDefaultAnchor(\n points[2] + shape.x(), points[3] + shape.y(), 'end', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n // find anchors\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // math shape\n // compensate for possible shape drag\n const pointBegin = new Point2D(\n begin.x() - kline.x(),\n begin.y() - kline.y()\n );\n const pointEnd = new Point2D(\n end.x() - kline.x(),\n end.y() - kline.y()\n );\n annotation.mathShape = pointBegin;\n annotation.referencePoints = [pointEnd];\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const point = annotation.mathShape;\n const endPoint = annotation.referencePoints[0];\n const line = new Line(point, endPoint);\n\n const begin = line.getBegin();\n const newBegin = new Point2D(\n begin.getX() + translation.x,\n begin.getY() + translation.y\n );\n const end = line.getEnd();\n const newEnd = new Point2D(\n end.getX() + translation.x,\n end.getY() + translation.y\n );\n annotation.mathShape = newBegin;\n annotation.referencePoints = [newEnd];\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Point2D} The mathematical shape.\n */\n #calculateMathShape(points) {\n return points[0];\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.arrow;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Line} The konva shape.\n */\n #createShape(annotation, style) {\n const point = annotation.mathShape;\n const endPoint = annotation.referencePoints[0];\n const line = new Line(point, endPoint);\n\n // konva line\n const kshape = new Konva.Line({\n points: [\n point.getX(),\n point.getY(),\n endPoint.getX(),\n endPoint.getY()\n ],\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n\n // larger hitfunc\n const tickLen = style.applyZoomRatio(20);\n const linePerp0 = getPerpendicularLine(\n line, point, tickLen, style.getZoomScale());\n const linePerp1 = getPerpendicularLine(\n line, endPoint, tickLen, style.getZoomScale());\n kshape.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(linePerp0.getBegin().getX(), linePerp0.getBegin().getY());\n context.lineTo(linePerp0.getEnd().getX(), linePerp0.getEnd().getY());\n context.lineTo(linePerp1.getEnd().getX(), linePerp1.getEnd().getY());\n context.lineTo(linePerp1.getBegin().getX(), linePerp1.getBegin().getY());\n context.closePath();\n context.fillStrokeShape(kshape);\n });\n\n return kshape;\n }\n\n /**\n * Creates the konva shape extras.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Array} The konva shape extras.\n */\n #createShapeExtras(annotation, style) {\n const point = annotation.mathShape;\n const endPoint = annotation.referencePoints[0];\n const line = new Line(point, endPoint);\n\n const beginTy = new Point2D(\n point.getX(),\n point.getY() - 10);\n const verticalLine = new Line(point, beginTy);\n const angle = getAngle(line, verticalLine);\n const angleRad = angle * Math.PI / 180;\n const radius = Math.abs(style.applyZoomRatio(16));\n const kpoly = new Konva.RegularPolygon({\n x: point.getX() + radius * Math.sin(angleRad),\n y: point.getY() + radius * Math.cos(angleRad),\n sides: 3,\n radius: radius,\n rotation: -angle,\n fill: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape-triangle'\n });\n\n return [kpoly];\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const point = annotation.mathShape;\n return point;\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n #updateShape(annotation, anchor, style) {\n const point = annotation.mathShape;\n const endPoint = annotation.referencePoints[0];\n const line = new Line(point, endPoint);\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n\n // reset position after possible shape drag\n kline.position({x: 0, y: 0});\n // update shape\n kline.points([\n point.getX(),\n point.getY(),\n endPoint.getX(),\n endPoint.getY(),\n ]);\n\n // associated triangle shape\n const ktriangle = group.getChildren(function (node) {\n return node.name() === 'shape-triangle';\n })[0];\n if (!(ktriangle instanceof Konva.RegularPolygon)) {\n return;\n }\n // find anchors\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // update 'self' (undo case)\n switch (anchor.id()) {\n case 'begin':\n begin.x(anchor.x());\n begin.y(anchor.y());\n break;\n case 'end':\n end.x(anchor.x());\n end.y(anchor.y());\n break;\n default:\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n\n // triangle\n const beginTy = new Point2D(\n line.getBegin().getX(),\n line.getBegin().getY() - 10);\n const verticalLine = new Line(line.getBegin(), beginTy);\n const angle = getAngle(line, verticalLine);\n const angleRad = angle * Math.PI / 180;\n ktriangle.x(\n line.getBegin().getX() + ktriangle.radius() * Math.sin(angleRad));\n ktriangle.y(\n line.getBegin().getY() + ktriangle.radius() * Math.cos(angleRad));\n ktriangle.rotation(-angle);\n\n // larger hitfunc\n const tickLen = style.applyZoomRatio(20);\n const linePerp0 = getPerpendicularLine(\n line, point, tickLen, style.getZoomScale());\n const linePerp1 = getPerpendicularLine(\n line, endPoint, tickLen, style.getZoomScale());\n kline.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(linePerp0.getBegin().getX(), linePerp0.getBegin().getY());\n context.lineTo(linePerp0.getEnd().getX(), linePerp0.getEnd().getY());\n context.lineTo(linePerp1.getEnd().getX(), linePerp1.getEnd().getY());\n context.lineTo(linePerp1.getBegin().getX(), linePerp1.getBegin().getY());\n context.closePath();\n context.fillStrokeShape(kline);\n });\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(_annotation, _group) {\n return;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} _group The associated group.\n */\n #updateDebugShadow(_annotation, _group) {\n // does nothing\n }\n\n} // class ArrowFactory\n","import {Circle} from '../math/circle';\nimport {Point2D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Circle factory.\n */\nexport class CircleFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'circle';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Circle;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a circle shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a circle shape.\n *\n * @param {Konva.Circle} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const centerX = shape.x();\n const centerY = shape.y();\n const radius = shape.radius();\n\n const anchors = [];\n anchors.push(getDefaultAnchor(\n centerX - radius, centerY, 'left', style\n ));\n anchors.push(getDefaultAnchor(\n centerX + radius, centerY, 'right', style\n ));\n anchors.push(getDefaultAnchor(\n centerX, centerY + radius, 'bottom', style\n ));\n anchors.push(getDefaultAnchor(\n centerX, centerY - radius, 'top', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} anchor The active anchor.\n */\n constrainAnchorMove(anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // find special points\n const left = group.getChildren(function (node) {\n return node.id() === 'left';\n })[0];\n const right = group.getChildren(function (node) {\n return node.id() === 'right';\n })[0];\n const bottom = group.getChildren(function (node) {\n return node.id() === 'bottom';\n })[0];\n const top = group.getChildren(function (node) {\n return node.id() === 'top';\n })[0];\n\n // update 'self' (undo case) and special points\n switch (anchor.id()) {\n case 'left':\n // block y\n left.y(right.y());\n break;\n case 'right':\n // block y\n right.y(left.y());\n break;\n case 'bottom':\n // block x\n bottom.x(top.x());\n break;\n case 'top':\n // block x\n top.x(bottom.x());\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // math shape\n const circle = annotation.mathShape;\n const center = new Point2D(\n circle.getCenter().getX(),\n circle.getCenter().getY()\n );\n const anchorPoint = new Point2D(anchor.x(), anchor.y());\n const newRadius = center.getDistance(anchorPoint);\n annotation.mathShape = new Circle(center, newRadius);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const circle = annotation.mathShape;\n const center = circle.getCenter();\n const newCenter = new Point2D(\n center.getX() + translation.x,\n center.getY() + translation.y\n );\n annotation.mathShape = new Circle(newCenter, circle.getRadius());\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Circle} The mathematical shape.\n */\n #calculateMathShape(points) {\n // calculate radius\n const a = Math.abs(points[0].getX() - points[1].getX());\n const b = Math.abs(points[0].getY() - points[1].getY());\n const radius = Math.round(Math.sqrt(a * a + b * b));\n // physical shape\n return new Circle(points[0], radius);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.circle;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Circle} The konva shape.\n */\n #createShape(annotation, style) {\n const circle = annotation.mathShape;\n // konva circle\n return new Konva.Circle({\n x: circle.getCenter().getX(),\n y: circle.getCenter().getY(),\n radius: circle.getRadius(),\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const circle = annotation.mathShape;\n const center = circle.getCenter();\n const radius = circle.getRadius();\n return new Point2D(\n center.getX() - radius,\n center.getY() + radius,\n );\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n const circle = annotation.mathShape;\n const center = circle.getCenter();\n const radius = circle.getRadius();\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kcircle = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kcircle instanceof Konva.Circle)) {\n return;\n }\n // update shape: just update the radius\n kcircle.radius(radius);\n\n // find anchors\n const left = group.getChildren(function (node) {\n return node.id() === 'left';\n })[0];\n const right = group.getChildren(function (node) {\n return node.id() === 'right';\n })[0];\n const bottom = group.getChildren(function (node) {\n return node.id() === 'bottom';\n })[0];\n const top = group.getChildren(function (node) {\n return node.id() === 'top';\n })[0];\n\n const swapX = right.x() < left.x() ? -1 : 1;\n const swapY = top.y() < bottom.y() ? 1 : -1;\n\n // update 'self' (undo case) and other anchors\n switch (anchor.id()) {\n case 'left':\n // update self\n left.x(anchor.x());\n // update others\n right.x(center.getX() + swapX * radius);\n bottom.y(center.getY() + radius);\n top.y(center.getY() - radius);\n break;\n case 'right':\n // update self\n right.x(anchor.x());\n // update others\n left.x(center.getX() - swapX * radius);\n bottom.y(center.getY() + radius);\n top.y(center.getY() - radius);\n break;\n case 'bottom':\n // update self\n bottom.y(anchor.y());\n // update others\n left.x(center.getX() - radius);\n right.x(center.getX() + radius);\n top.y(center.getY() - swapY * radius);\n break;\n case 'top':\n // update self\n top.y(anchor.y());\n // update others\n left.x(center.getX() - radius);\n right.x(center.getX() + radius);\n bottom.y(center.getY() + swapY * radius);\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} [group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(annotation, group) {\n const circle = annotation.mathShape;\n\n // possible group offset\n let offsetX = 0;\n let offsetY = 0;\n if (typeof group !== 'undefined') {\n offsetX = group.x();\n offsetY = group.y();\n }\n const kshadow = new Konva.Group();\n kshadow.name('shadow');\n const regions = circle.getRound();\n for (let i = 0; i < regions.length; ++i) {\n const region = regions[i];\n const minX = region[0][0];\n const minY = region[0][1];\n const maxX = region[1][0];\n const pixelLine = new Konva.Rect({\n x: minX - offsetX,\n y: minY - offsetY,\n width: maxX - minX,\n height: 1,\n fill: 'grey',\n strokeWidth: 0,\n strokeScaleEnabled: false,\n opacity: 0.3,\n name: 'shadow-element'\n });\n kshadow.add(pixelLine);\n }\n return kshadow;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} group The associated group.\n */\n #updateDebugShadow(annotation, group) {\n const kshadow = group.getChildren(function (node) {\n return node.name() === 'shadow';\n })[0];\n if (typeof kshadow !== 'undefined') {\n // remove previous\n kshadow.destroy();\n // add new\n group.add(this.#getDebugShadow(annotation, group));\n }\n }\n\n} // class CircleFactory\n","import {Ellipse} from '../math/ellipse';\nimport {Point2D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Ellipse factory.\n */\nexport class EllipseFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'ellipse';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Ellipse;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create an ellipse shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a ellipse shape.\n *\n * @param {Konva.Ellipse} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const centerX = shape.x();\n const centerY = shape.y();\n const radius = shape.radius();\n\n const anchors = [];\n anchors.push(getDefaultAnchor(\n centerX - radius.x, centerY, 'left', style\n ));\n anchors.push(getDefaultAnchor(\n centerX + radius.x, centerY, 'right', style\n ));\n anchors.push(getDefaultAnchor(\n centerX, centerY + radius.y, 'bottom', style\n ));\n anchors.push(getDefaultAnchor(\n centerX, centerY - radius.y, 'top', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} anchor The active anchor.\n */\n constrainAnchorMove(anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // find special points\n const left = group.getChildren(function (node) {\n return node.id() === 'left';\n })[0];\n const right = group.getChildren(function (node) {\n return node.id() === 'right';\n })[0];\n const bottom = group.getChildren(function (node) {\n return node.id() === 'bottom';\n })[0];\n const top = group.getChildren(function (node) {\n return node.id() === 'top';\n })[0];\n\n // update 'self' (undo case) and special points\n switch (anchor.id()) {\n case 'left':\n // block y\n left.y(right.y());\n break;\n case 'right':\n // block y\n right.y(left.y());\n break;\n case 'bottom':\n // block x\n bottom.x(top.x());\n break;\n case 'top':\n // block x\n top.x(bottom.x());\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // math shape\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n let radiusX = ellipse.getA();\n let radiusY = ellipse.getB();\n\n // update 'self' (undo case) and special points\n switch (anchor.id()) {\n case 'left':\n radiusX = center.getX() - anchor.x();\n break;\n case 'right':\n radiusX = anchor.x() - center.getX();\n break;\n case 'bottom':\n radiusY = anchor.y() - center.getY();\n break;\n case 'top':\n radiusY = center.getY() - anchor.y();\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n\n annotation.mathShape = new Ellipse(\n center, Math.abs(radiusX), Math.abs(radiusY));\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n const newCenter = new Point2D(\n center.getX() + translation.x,\n center.getY() + translation.y\n );\n annotation.mathShape = new Ellipse(\n newCenter, ellipse.getA(), ellipse.getB());\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Ellipse} The mathematical shape.\n */\n #calculateMathShape(points) {\n // calculate radius\n const a = Math.abs(points[0].getX() - points[1].getX());\n const b = Math.abs(points[0].getY() - points[1].getY());\n // physical shape\n return new Ellipse(points[0], a, b);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.ellipse;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Ellipse} The konva shape.\n */\n #createShape(annotation, style) {\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n const radius = {\n x: ellipse.getA(),\n y: ellipse.getB()\n };\n // konva circle\n return new Konva.Ellipse({\n x: center.getX(),\n y: center.getY(),\n radius: radius,\n radiusX: radius.x,\n radiusY: radius.y,\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n return new Point2D(\n center.getX() - ellipse.getA(),\n center.getY() + ellipse.getB()\n );\n }\n\n /**\n * Update shape on anchor move.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n const ellipse = annotation.mathShape;\n const center = ellipse.getCenter();\n const radiusX = ellipse.getA();\n const radiusY = ellipse.getB();\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kellipse = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kellipse instanceof Konva.Ellipse)) {\n return;\n }\n // update shape: just update radius\n kellipse.radius({\n x: radiusX,\n y: radiusY\n });\n\n // find anchors\n const left = group.getChildren(function (node) {\n return node.id() === 'left';\n })[0];\n const right = group.getChildren(function (node) {\n return node.id() === 'right';\n })[0];\n const bottom = group.getChildren(function (node) {\n return node.id() === 'bottom';\n })[0];\n const top = group.getChildren(function (node) {\n return node.id() === 'top';\n })[0];\n\n const swapX = right.x() < left.x() ? -1 : 1;\n const swapY = top.y() < bottom.y() ? 1 : -1;\n\n // update 'self' (undo case) and other anchors\n switch (anchor.id()) {\n case 'left':\n // update self\n left.x(anchor.x());\n // update others\n right.x(center.getX() + swapX * radiusX);\n bottom.y(center.getY() + radiusY);\n top.y(center.getY() - radiusY);\n break;\n case 'right':\n // update self\n right.x(anchor.x());\n // update others\n left.x(center.getX() - swapX * radiusX);\n bottom.y(center.getY() + radiusY);\n top.y(center.getY() - radiusY);\n break;\n case 'bottom':\n // update self\n bottom.y(anchor.y());\n // update others\n left.x(center.getX() - radiusX);\n right.x(center.getX() + radiusX);\n top.y(center.getY() - swapY * radiusY);\n break;\n case 'top':\n // update self\n top.y(anchor.y());\n // update others\n left.x(center.getX() - radiusX);\n right.x(center.getX() + radiusX);\n bottom.y(center.getY() + swapY * radiusY);\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} [group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(annotation, group) {\n const ellipse = annotation.mathShape;\n\n // possible group offset\n let offsetX = 0;\n let offsetY = 0;\n if (typeof group !== 'undefined') {\n offsetX = group.x();\n offsetY = group.y();\n }\n const kshadow = new Konva.Group();\n kshadow.name('shadow');\n const regions = ellipse.getRound();\n for (let i = 0; i < regions.length; ++i) {\n const region = regions[i];\n const minX = region[0][0];\n const minY = region[0][1];\n const maxX = region[1][0];\n const pixelLine = new Konva.Rect({\n x: minX - offsetX,\n y: minY - offsetY,\n width: maxX - minX,\n height: 1,\n fill: 'grey',\n strokeWidth: 0,\n strokeScaleEnabled: false,\n opacity: 0.3,\n name: 'shadow-element'\n });\n kshadow.add(pixelLine);\n }\n return kshadow;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} group The associated group.\n */\n #updateDebugShadow(annotation, group) {\n const kshadow = group.getChildren(function (node) {\n return node.name() === 'shadow';\n })[0];\n if (typeof kshadow !== 'undefined') {\n // remove previous\n kshadow.destroy();\n // add new\n group.add(this.#getDebugShadow(annotation, group));\n }\n }\n\n} // class EllipseFactory\n","import {Line, getAngle} from '../math/line';\nimport {Protractor} from '../math/protractor';\nimport {Point2D} from '../math/point';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Protractor factory.\n */\nexport class ProtractorFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'protractor';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Protractor;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 3;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 500;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a line shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n const protractor = annotation.mathShape;\n\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n\n if (protractor.getLength() === this.getNPoints()) {\n // extras\n const extras = this.#createShapeExtras(annotation, style);\n for (const extra of extras) {\n group.add(extra);\n }\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n }\n return group;\n }\n\n /**\n * Get anchors to update a line shape.\n *\n * @param {Konva.Line} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const points = shape.points();\n\n // compensate for possible shape drag\n const anchors = [];\n anchors.push(getDefaultAnchor(\n points[0] + shape.x(), points[1] + shape.y(), 'begin', style\n ));\n anchors.push(getDefaultAnchor(\n points[2] + shape.x(), points[3] + shape.y(), 'mid', style\n ));\n anchors.push(getDefaultAnchor(\n points[4] + shape.x(), points[5] + shape.y(), 'end', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n // find special points\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const mid = group.getChildren(function (node) {\n return node.id() === 'mid';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // math shape\n // compensate for possible shape drag\n const pointBegin = new Point2D(\n begin.x() - kline.x(),\n begin.y() - kline.y()\n );\n const pointMid = new Point2D(\n mid.x() - kline.x(),\n mid.y() - kline.y()\n );\n const pointEnd = new Point2D(\n end.x() - kline.x(),\n end.y() - kline.y()\n );\n annotation.mathShape = new Protractor([pointBegin, pointMid, pointEnd]);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const protractor = annotation.mathShape;\n const newPointList = [];\n for (let i = 0; i < 3; ++i) {\n newPointList.push(new Point2D(\n protractor.getPoint(i).getX() + translation.x,\n protractor.getPoint(i).getY() + translation.y\n ));\n }\n annotation.mathShape = new Protractor(newPointList);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Protractor} The mathematical shape.\n */\n #calculateMathShape(points) {\n return new Protractor(points);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.protractor;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Line} The konva shape.\n */\n #createShape(annotation, style) {\n const protractor = annotation.mathShape;\n const points = [];\n for (let i = 0; i < protractor.getLength(); ++i) {\n points.push(protractor.getPoint(i).getX());\n points.push(protractor.getPoint(i).getY());\n }\n\n // konva line\n const kshape = new Konva.Line({\n points: points,\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n\n if (protractor.getLength() === this.getNPoints()) {\n // larger hitfunc\n kshape.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(\n protractor.getPoint(0).getX(), protractor.getPoint(0).getY());\n context.lineTo(\n protractor.getPoint(1).getX(), protractor.getPoint(1).getY());\n context.lineTo(\n protractor.getPoint(2).getX(), protractor.getPoint(2).getY());\n context.closePath();\n context.fillStrokeShape(kshape);\n });\n }\n\n return kshape;\n }\n\n /**\n * Creates the konva shape extras.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Array} The konva shape extras.\n */\n #createShapeExtras(annotation, style) {\n const protractor = annotation.mathShape;\n const line0 = new Line(\n protractor.getPoint(0), protractor.getPoint(1));\n const line1 = new Line(\n protractor.getPoint(1), protractor.getPoint(2));\n\n let angle = getAngle(line0, line1);\n let inclination = line0.getInclination();\n if (angle > 180) {\n angle = 360 - angle;\n inclination += angle;\n }\n\n const radius = Math.min(line0.getLength(), line1.getLength()) * 33 / 100;\n const karc = new Konva.Arc({\n innerRadius: radius,\n outerRadius: radius,\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n angle: angle,\n rotation: -inclination,\n x: protractor.getPoint(1).getX(),\n y: protractor.getPoint(1).getY(),\n name: 'shape-arc'\n });\n\n return [karc];\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const protractor = annotation.mathShape;\n const line0 = new Line(\n protractor.getPoint(0), protractor.getPoint(1));\n const line1 = new Line(\n protractor.getPoint(1), protractor.getPoint(2));\n\n const midX =\n (line0.getMidpoint().getX() + line1.getMidpoint().getX()) / 2;\n const midY =\n (line0.getMidpoint().getY() + line1.getMidpoint().getY()) / 2;\n\n return new Point2D(\n midX,\n midY\n );\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n const protractor = annotation.mathShape;\n const line0 = new Line(\n protractor.getPoint(0), protractor.getPoint(1));\n const line1 = new Line(\n protractor.getPoint(1), protractor.getPoint(2));\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n\n // reset position after possible shape drag\n kline.position({x: 0, y: 0});\n // update shape\n kline.points([\n protractor.getPoint(0).getX(),\n protractor.getPoint(0).getY(),\n protractor.getPoint(1).getX(),\n protractor.getPoint(1).getY(),\n protractor.getPoint(2).getX(),\n protractor.getPoint(2).getY()\n ]);\n\n // associated arc\n const karc = group.getChildren(function (node) {\n return node.name() === 'shape-arc';\n })[0];\n if (!(karc instanceof Konva.Arc)) {\n return;\n }\n\n // find special points\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const mid = group.getChildren(function (node) {\n return node.id() === 'mid';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // update special points\n switch (anchor.id()) {\n case 'begin':\n begin.x(anchor.x());\n begin.y(anchor.y());\n break;\n case 'mid':\n mid.x(anchor.x());\n mid.y(anchor.y());\n break;\n case 'end':\n end.x(anchor.x());\n end.y(anchor.y());\n break;\n }\n\n // angle\n let angle = getAngle(line0, line1);\n let inclination = line0.getInclination();\n if (angle > 180) {\n angle = 360 - angle;\n inclination += angle;\n }\n\n // arc\n const radius = Math.min(line0.getLength(), line1.getLength()) * 33 / 100;\n karc.innerRadius(radius);\n karc.outerRadius(radius);\n karc.angle(angle);\n karc.rotation(-inclination);\n const arcPos = {x: mid.x(), y: mid.y()};\n karc.position(arcPos);\n\n // larger hitfunc\n kline.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(\n protractor.getPoint(0).getX(), protractor.getPoint(0).getY());\n context.lineTo(\n protractor.getPoint(1).getX(), protractor.getPoint(1).getY());\n context.lineTo(\n protractor.getPoint(2).getX(), protractor.getPoint(2).getY());\n context.closePath();\n context.fillStrokeShape(kline);\n });\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(_annotation, _group) {\n return;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} _group The associated group.\n */\n #updateDebugShadow(_annotation, _group) {\n // does nothing\n }\n\n} // class ProtractorFactory\n","import {Rectangle} from '../math/rectangle';\nimport {Point2D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Rectangle factory.\n */\nexport class RectangleFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'rectangle';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Rectangle;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a rectangle shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a rectangle shape.\n *\n * @param {Konva.Rect} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const rectX = shape.x();\n const rectY = shape.y();\n const rectWidth = shape.width();\n const rectHeight = shape.height();\n\n const anchors = [];\n anchors.push(getDefaultAnchor(\n rectX, rectY, 'topLeft', style\n ));\n anchors.push(getDefaultAnchor(\n rectX + rectWidth, rectY, 'topRight', style\n ));\n anchors.push(getDefaultAnchor(\n rectX + rectWidth, rectY + rectHeight, 'bottomRight', style\n ));\n anchors.push(getDefaultAnchor(\n rectX, rectY + rectHeight, 'bottomLeft', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // find anchors\n const topLeft = group.getChildren(function (node) {\n return node.id() === 'topLeft';\n })[0];\n const bottomRight = group.getChildren(function (node) {\n return node.id() === 'bottomRight';\n })[0];\n\n const pointTopLeft = new Point2D(\n topLeft.x(),\n topLeft.y()\n );\n const pointBottomRight = new Point2D(\n bottomRight.x(),\n bottomRight.y()\n );\n // new rect\n annotation.mathShape = new Rectangle(pointTopLeft, pointBottomRight);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const rectangle = annotation.mathShape;\n const begin = rectangle.getBegin();\n const newBegin = new Point2D(\n begin.getX() + translation.x,\n begin.getY() + translation.y\n );\n const end = rectangle.getEnd();\n const newEnd = new Point2D(\n end.getX() + translation.x,\n end.getY() + translation.y\n );\n annotation.mathShape = new Rectangle(newBegin, newEnd);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label content.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Rectangle} The mathematical shape.\n */\n #calculateMathShape(points) {\n return new Rectangle(points[0], points[1]);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.rectangle;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Rect} The konva shape.\n */\n #createShape(annotation, style) {\n const rectangle = annotation.mathShape;\n // konva rect\n return new Konva.Rect({\n x: rectangle.getBegin().getX(),\n y: rectangle.getBegin().getY(),\n width: rectangle.getWidth(),\n height: rectangle.getHeight(),\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const rectangle = annotation.mathShape;\n return new Point2D(\n rectangle.getBegin().getX(),\n rectangle.getEnd().getY(),\n );\n }\n\n /**\n * Update shape on anchor move.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n const rectangle = annotation.mathShape;\n const begin = rectangle.getBegin();\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const krect = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(krect instanceof Konva.Rect)) {\n return;\n }\n // update shape\n krect.position({\n x: begin.getX(),\n y: begin.getY()\n });\n krect.size({\n width: rectangle.getWidth(),\n height: rectangle.getHeight()\n });\n\n // find anchors\n const topLeft = group.getChildren(function (node) {\n return node.id() === 'topLeft';\n })[0];\n const topRight = group.getChildren(function (node) {\n return node.id() === 'topRight';\n })[0];\n const bottomRight = group.getChildren(function (node) {\n return node.id() === 'bottomRight';\n })[0];\n const bottomLeft = group.getChildren(function (node) {\n return node.id() === 'bottomLeft';\n })[0];\n\n // update 'self' (undo case) and other anchors\n switch (anchor.id()) {\n case 'topLeft':\n // update self\n topLeft.x(anchor.x());\n topLeft.y(anchor.y());\n // update others\n topRight.y(anchor.y());\n bottomLeft.x(anchor.x());\n break;\n case 'topRight':\n // update self\n topRight.x(anchor.x());\n topRight.y(anchor.y());\n // update others\n topLeft.y(anchor.y());\n bottomRight.x(anchor.x());\n break;\n case 'bottomRight':\n // update self\n bottomRight.x(anchor.x());\n bottomRight.y(anchor.y());\n // update others\n bottomLeft.y(anchor.y());\n topRight.x(anchor.x());\n break;\n case 'bottomLeft':\n // update self\n bottomLeft.x(anchor.x());\n bottomLeft.y(anchor.y());\n // update others\n bottomRight.y(anchor.y());\n topLeft.x(anchor.x());\n break;\n default :\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} annotation The anootation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Rect} The shadow konva rect.\n */\n #getDebugShadow(annotation, _group) {\n const rectangle = annotation.mathShape;\n const round = rectangle.getRound();\n const rWidth = round.max.getX() - round.min.getX();\n const rHeight = round.max.getY() - round.min.getY();\n return new Konva.Rect({\n x: round.min.getX(),\n y: round.min.getY(),\n width: rWidth,\n height: rHeight,\n fill: 'grey',\n strokeWidth: 0,\n strokeScaleEnabled: false,\n opacity: 0.3,\n name: 'shadow'\n });\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} annotation The annotation to shadow.\n * @param {Konva.Group} group The associated group.\n */\n #updateDebugShadow(annotation, group) {\n const kshadow = group.getChildren(function (node) {\n return node.name() === 'shadow';\n })[0];\n if (typeof kshadow !== 'undefined') {\n // remove previous\n kshadow.destroy();\n // add new\n group.add(this.#getDebugShadow(annotation, group));\n }\n }\n\n} // class RectangleFactory\n","import {ROI} from '../math/roi';\nimport {Point2D} from '../math/point';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * ROI factory.\n */\nexport class RoiFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'roi';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof ROI;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number|undefined} The number of points.\n */\n getNPoints() {\n // undefined to end with double click\n return undefined;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 100;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a roi shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a roi shape.\n *\n * @param {Konva.Line} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const points = shape.points();\n\n const anchors = [];\n let index = 0;\n for (let i = 0; i < points.length; i = i + 2) {\n const px = points[i] + shape.x();\n const py = points[i + 1] + shape.y();\n anchors.push(getDefaultAnchor(\n px, py, index.toString(), style\n ));\n ++index;\n }\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kroi = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kroi instanceof Konva.Line)) {\n return;\n }\n\n // update the roi point and compensate for possible drag\n // (the anchor id is the index of the point in the main list)\n const roi = annotation.mathShape;\n const points = roi.getPoints().slice();\n const newPoint = new Point2D(\n anchor.x() - kroi.x(),\n anchor.y() - kroi.y()\n );\n const index = parseInt(anchor.id(), 10);\n points[index] = newPoint;\n\n // new math shape\n annotation.mathShape = new ROI(points);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const roi = annotation.mathShape;\n const newPoints = [];\n for (let i = 0; i < roi.getLength(); ++i) {\n newPoints.push(new Point2D(\n roi.getPoint(i).getX() + translation.x,\n roi.getPoint(i).getY() + translation.y\n ));\n }\n annotation.mathShape = new ROI(newPoints);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {ROI} The mathematical shape.\n */\n #calculateMathShape(points) {\n return new ROI(points);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.roi;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Line} The konva shape.\n */\n #createShape(annotation, style) {\n const roi = annotation.mathShape;\n // konva line\n const arr = [];\n for (let i = 0; i < roi.getLength(); ++i) {\n arr.push(roi.getPoint(i).getX());\n arr.push(roi.getPoint(i).getY());\n }\n return new Konva.Line({\n points: arr,\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape',\n closed: true\n });\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const roi = annotation.mathShape;\n return new Point2D(\n roi.getPoint(0).getX(),\n roi.getPoint(0).getY()\n );\n }\n\n /**\n * Update shape on anchor move.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} _style The application style.\n */\n #updateShape(annotation, anchor, _style) {\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kroi = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kroi instanceof Konva.Line)) {\n return;\n }\n // update the roi point and compensate for possible drag\n // (the anchor id is the index of the point in the main list)\n const points = kroi.points();\n const index = parseInt(anchor.id(), 10) * 2;\n points[index] = anchor.x() - kroi.x();\n points[index + 1] = anchor.y() - kroi.y();\n kroi.points(points);\n\n // update self\n const point = group.getChildren(function (node) {\n return node.id() === anchor.id();\n })[0];\n\n point.x(anchor.x());\n point.y(anchor.y());\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} _annotation The anootation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Line} The shadow konva line.\n */\n #getDebugShadow(_annotation, _group) {\n // does nothing\n return undefined;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} _group The associated group.\n */\n #updateDebugShadow(_annotation, _group) {\n // does nothing\n }\n\n} // class RoiFactory\n","import {Line, getPerpendicularLine} from '../math/line';\nimport {Point2D} from '../math/point';\nimport {logger} from '../utils/logger';\nimport {defaults} from '../app/defaults';\nimport {DRAW_DEBUG, getDefaultAnchor} from './drawBounds';\nimport {LabelFactory} from './labelFactory';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Style} from '../gui/style';\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * Ruler factory.\n */\nexport class RulerFactory {\n\n /**\n * The name of the factory.\n *\n * @type {string}\n */\n #name = 'ruler';\n\n /**\n * The associated label factory.\n *\n * @type {LabelFactory}\n */\n #labelFactory = new LabelFactory(this.#getDefaultLabelPosition);\n\n /**\n * Does this factory support the input math shape.\n *\n * @param {object} mathShape The mathematical shape.\n * @returns {boolean} True if supported.\n */\n static supports(mathShape) {\n return mathShape instanceof Line;\n }\n\n /**\n * Get the name of the factory.\n *\n * @returns {string} The name.\n */\n getName() {\n return this.#name;\n }\n\n /**\n * Get the name of the shape group.\n *\n * @returns {string} The name.\n */\n getGroupName() {\n return this.#name + '-group';\n }\n\n /**\n * Get the number of points needed to build the shape.\n *\n * @returns {number} The number of points.\n */\n getNPoints() {\n return 2;\n }\n\n /**\n * Get the timeout between point storage.\n *\n * @returns {number} The timeout in milliseconds.\n */\n getTimeout() {\n return 0;\n }\n\n /**\n * Set an annotation math shape from input points.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Point2D[]} points The points.\n */\n setAnnotationMathShape(annotation, points) {\n annotation.mathShape = this.#calculateMathShape(points);\n annotation.setTextExpr(this.#getDefaultLabel());\n annotation.updateQuantification();\n }\n\n /**\n * Create a line shape to be displayed.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Group} The Konva group.\n */\n createShapeGroup(annotation, style) {\n // konva group\n const group = new Konva.Group();\n group.name(this.getGroupName());\n group.visible(true);\n group.id(annotation.id);\n // konva shape\n group.add(this.#createShape(annotation, style));\n // extras\n const extras = this.#createShapeExtras(annotation, style);\n for (const extra of extras) {\n group.add(extra);\n }\n // konva label\n group.add(this.#labelFactory.create(annotation, style));\n // konva shadow (if debug)\n if (DRAW_DEBUG) {\n group.add(this.#getDebugShadow(annotation));\n }\n return group;\n }\n\n /**\n * Get anchors to update a line shape.\n *\n * @param {Konva.Line} shape The associated shape.\n * @param {Style} style The application style.\n * @returns {Konva.Ellipse[]} A list of anchors.\n */\n getAnchors(shape, style) {\n const points = shape.points();\n\n // compensate for possible shape drag\n const anchors = [];\n anchors.push(getDefaultAnchor(\n points[0] + shape.x(), points[1] + shape.y(), 'begin', style\n ));\n anchors.push(getDefaultAnchor(\n points[2] + shape.x(), points[3] + shape.y(), 'end', style\n ));\n return anchors;\n }\n\n /**\n * Constrain anchor movement.\n *\n * @param {Konva.Ellipse} _anchor The active anchor.\n */\n constrainAnchorMove(_anchor) {\n // no constraints\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n updateShapeGroupOnAnchorMove(annotation, anchor, style) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n\n // update shape and anchors\n this.#updateShape(annotation, anchor, style);\n // update label\n this.updateLabelContent(annotation, group, style);\n // update label position if default position\n if (typeof annotation.labelPosition === 'undefined') {\n this.#labelFactory.updatePosition(annotation, group);\n }\n // update shadow\n if (DRAW_DEBUG) {\n this.#updateDebugShadow(annotation, group);\n }\n }\n\n /**\n * Update an annotation on anchor move.\n *\n * @param {Annotation} annotation The annotation.\n * @param {Konva.Shape} anchor The anchor.\n */\n updateAnnotationOnAnchorMove(annotation, anchor) {\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n // find anchors\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // math shape\n // compensate for possible shape drag\n const pointBegin = new Point2D(\n begin.x() - kline.x(),\n begin.y() - kline.y()\n );\n const pointEnd = new Point2D(\n end.x() - kline.x(),\n end.y() - kline.y()\n );\n annotation.mathShape = new Line(pointBegin, pointEnd);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update an annotation on translation (shape move).\n *\n * @param {Annotation} annotation The annotation.\n * @param {object} translation The translation.\n */\n updateAnnotationOnTranslation(annotation, translation) {\n // math shape\n const line = annotation.mathShape;\n const begin = line.getBegin();\n const newBegin = new Point2D(\n begin.getX() + translation.x,\n begin.getY() + translation.y\n );\n const end = line.getEnd();\n const newEnd = new Point2D(\n end.getX() + translation.x,\n end.getY() + translation.y\n );\n annotation.mathShape = new Line(newBegin, newEnd);\n // quantification\n annotation.updateQuantification();\n }\n\n /**\n * Update the shape label.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Group} group The shape group.\n * @param {Style} _style The application style.\n */\n updateLabelContent(annotation, group, _style) {\n this.#labelFactory.updateContent(annotation, group);\n }\n\n /**\n * Calculate the mathematical shape from a list of points.\n *\n * @param {Point2D[]} points The points that define the shape.\n * @returns {Line} The mathematical shape.\n */\n #calculateMathShape(points) {\n return new Line(points[0], points[1]);\n }\n\n /**\n * Get the default labels.\n *\n * @returns {object} The label list.\n */\n #getDefaultLabel() {\n return defaults.labelText.ruler;\n }\n\n /**\n * Creates the konva shape.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Konva.Line} The konva shape.\n */\n #createShape(annotation, style) {\n const line = annotation.mathShape;\n\n // konva line\n const kshape = new Konva.Line({\n points: [\n line.getBegin().getX(),\n line.getBegin().getY(),\n line.getEnd().getX(),\n line.getEnd().getY()\n ],\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape'\n });\n\n // larger hitfunc\n const tickLen = style.applyZoomRatio(20);\n const linePerp0 = getPerpendicularLine(\n line, line.getBegin(), tickLen, style.getZoomScale());\n const linePerp1 = getPerpendicularLine(\n line, line.getEnd(), tickLen, style.getZoomScale());\n kshape.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(linePerp0.getBegin().getX(), linePerp0.getBegin().getY());\n context.lineTo(linePerp0.getEnd().getX(), linePerp0.getEnd().getY());\n context.lineTo(linePerp1.getEnd().getX(), linePerp1.getEnd().getY());\n context.lineTo(linePerp1.getBegin().getX(), linePerp1.getBegin().getY());\n context.closePath();\n context.fillStrokeShape(kshape);\n });\n\n return kshape;\n }\n\n /**\n * Creates the konva shape extras.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Style} style The drawing style.\n * @returns {Array} The konva shape extras.\n */\n #createShapeExtras(annotation, style) {\n const line = annotation.mathShape;\n\n const tickLen = style.applyZoomRatio(20);\n\n // tick begin\n const linePerp0 = getPerpendicularLine(\n line, line.getBegin(), tickLen, style.getZoomScale());\n const ktick0 = new Konva.Line({\n points: [\n linePerp0.getBegin().getX(),\n linePerp0.getBegin().getY(),\n linePerp0.getEnd().getX(),\n linePerp0.getEnd().getY()\n ],\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape-tick0'\n });\n\n // tick end\n const linePerp1 = getPerpendicularLine(\n line, line.getEnd(), tickLen, style.getZoomScale());\n const ktick1 = new Konva.Line({\n points: [\n linePerp1.getBegin().getX(),\n linePerp1.getBegin().getY(),\n linePerp1.getEnd().getX(),\n linePerp1.getEnd().getY()\n ],\n stroke: annotation.colour,\n strokeWidth: style.getStrokeWidth(),\n strokeScaleEnabled: false,\n name: 'shape-tick1'\n });\n\n return [ktick0, ktick1];\n }\n\n /**\n * Get the default annotation label position.\n *\n * @param {Annotation} annotation The annotation.\n * @returns {Point2D} The position.\n */\n #getDefaultLabelPosition(annotation) {\n const line = annotation.mathShape;\n const begin = line.getBegin();\n const end = line.getEnd();\n // lowest point\n let res = begin;\n if (begin.getY() < end.getY()) {\n res = end;\n }\n return res;\n }\n\n /**\n * Update shape and label on anchor move taking the updated\n * annotation as input.\n *\n * @param {Annotation} annotation The associated annotation.\n * @param {Konva.Ellipse} anchor The active anchor.\n * @param {Style} style The application style.\n */\n #updateShape(annotation, anchor, style) {\n const line = annotation.mathShape;\n\n // parent group\n const group = anchor.getParent();\n if (!(group instanceof Konva.Group)) {\n return;\n }\n // associated shape\n const kline = group.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n if (!(kline instanceof Konva.Line)) {\n return;\n }\n\n // reset position after possible shape drag\n kline.position({x: 0, y: 0});\n // update shape\n kline.points([\n line.getBegin().getX(),\n line.getBegin().getY(),\n line.getEnd().getX(),\n line.getEnd().getY(),\n ]);\n\n // associated tick0\n const ktick0 = group.getChildren(function (node) {\n return node.name() === 'shape-tick0';\n })[0];\n if (!(ktick0 instanceof Konva.Line)) {\n return;\n }\n // associated tick1\n const ktick1 = group.getChildren(function (node) {\n return node.name() === 'shape-tick1';\n })[0];\n if (!(ktick1 instanceof Konva.Line)) {\n return;\n }\n // find anchors\n const begin = group.getChildren(function (node) {\n return node.id() === 'begin';\n })[0];\n const end = group.getChildren(function (node) {\n return node.id() === 'end';\n })[0];\n\n // update 'self' (undo case)\n switch (anchor.id()) {\n case 'begin':\n begin.x(anchor.x());\n begin.y(anchor.y());\n break;\n case 'end':\n end.x(anchor.x());\n end.y(anchor.y());\n break;\n default:\n logger.error('Unhandled anchor id: ' + anchor.id());\n break;\n }\n\n // tick\n const tickLen = style.applyZoomRatio(20);\n const linePerp0 = getPerpendicularLine(\n line, line.getBegin(), tickLen, style.getZoomScale());\n ktick0.position({x: 0, y: 0});\n ktick0.points([linePerp0.getBegin().getX(),\n linePerp0.getBegin().getY(),\n linePerp0.getEnd().getX(),\n linePerp0.getEnd().getY()]);\n const linePerp1 = getPerpendicularLine(\n line, line.getEnd(), tickLen, style.getZoomScale());\n ktick1.position({x: 0, y: 0});\n ktick1.points([linePerp1.getBegin().getX(),\n linePerp1.getBegin().getY(),\n linePerp1.getEnd().getX(),\n linePerp1.getEnd().getY()]);\n\n // larger hitfunc\n kline.hitFunc(function (context) {\n context.beginPath();\n context.moveTo(linePerp0.getBegin().getX(), linePerp0.getBegin().getY());\n context.lineTo(linePerp0.getEnd().getX(), linePerp0.getEnd().getY());\n context.lineTo(linePerp1.getEnd().getX(), linePerp1.getEnd().getY());\n context.lineTo(linePerp1.getBegin().getX(), linePerp1.getBegin().getY());\n context.closePath();\n context.fillStrokeShape(kline);\n });\n }\n\n /**\n * Get the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} [_group] The associated group.\n * @returns {Konva.Group|undefined} The shadow konva group.\n */\n #getDebugShadow(_annotation, _group) {\n return;\n }\n\n /**\n * Update the debug shadow.\n *\n * @param {Annotation} _annotation The annotation to shadow.\n * @param {Konva.Group} _group The associated group.\n */\n #updateDebugShadow(_annotation, _group) {\n // does nothing\n }\n\n} // class RulerFactory\n","import {logger} from '../utils/logger';\nimport {getFlags, replaceFlags} from '../utils/string';\nimport {Point} from '../math/point';\nimport {getOrientationName} from '../math/orientation';\nimport {defaultToolOptions, toolOptions} from '../tools/index';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Point2D, Point3D} from '../math/point';\nimport {ViewController} from '../app/viewController';\nimport {PlaneHelper} from './planeHelper';\n/* eslint-enable no-unused-vars */\n\n/**\n * Image annotation.\n */\nexport class Annotation {\n /**\n * The ID.\n *\n * @type {string}\n */\n id;\n\n /**\n * The reference image SOP UID.\n *\n * @type {string}\n */\n referenceSopUID;\n\n /**\n * The mathematical shape.\n *\n * @type {object}\n */\n mathShape;\n\n /**\n * Additional points used to define the annotation.\n *\n * @type {Point2D[]|undefined}\n */\n referencePoints;\n\n /**\n * The color: for example 'green', '#00ff00' or 'rgb(0,255,0)'.\n *\n * @type {string|undefined}\n */\n colour;\n\n /**\n * Annotation quantification.\n *\n * @type {object|undefined}\n */\n quantification;\n\n /**\n * Text expression. Can contain variables surrounded with '{}' that will\n * be extracted from the quantification object.\n *\n * @type {string|undefined}\n */\n textExpr;\n\n /**\n * Label position. If undefined, the default shape\n * label position will be used.\n *\n * @type {Point2D|undefined}\n */\n labelPosition;\n\n /**\n * The plane origin, the 3D position of index [0, 0, k].\n *\n * @type {Point3D|undefined}\n */\n planeOrigin;\n\n /**\n * A couple of points that help define the annotation plane.\n *\n * @type {Point3D[]|undefined}\n */\n planePoints;\n\n /**\n * Associated view controller: needed for quantification and label.\n *\n * @type {ViewController|undefined}\n */\n #viewController;\n\n /**\n * Get the orientation name for this annotation.\n *\n * @returns {string|undefined} The orientation name,\n * undefined if same as reference data.\n */\n getOrientationName() {\n let res;\n if (typeof this.planePoints !== 'undefined') {\n const cosines = this.planePoints[1].getValues().concat(\n this.planePoints[2].getValues()\n );\n res = getOrientationName(cosines);\n }\n return res;\n }\n\n /**\n * Initialise the annotation.\n *\n * @param {ViewController} viewController The associated view controller.\n */\n init(viewController) {\n if (typeof this.referenceSopUID !== 'undefined') {\n logger.debug('Cannot initialise annotation twice');\n return;\n }\n\n this.#viewController = viewController;\n // set UID\n this.referenceSopUID = viewController.getCurrentImageUid();\n // set plane origin (not saved with file)\n this.planeOrigin =\n viewController.getOriginForImageUid(this.referenceSopUID);\n // set plane points if not aquisition orientation\n // (planePoints are saved with file if present)\n if (!viewController.isAquisitionOrientation()) {\n this.planePoints = viewController.getPlanePoints(\n viewController.getCurrentScrollIndexValue()\n );\n }\n }\n\n /**\n * Check if an input view is compatible with the annotation.\n *\n * @param {PlaneHelper} planeHelper The input view to check.\n * @returns {boolean} True if compatible view.\n */\n isCompatibleView(planeHelper) {\n let res = false;\n\n // TODO: add check for referenceSopUID\n\n if (typeof this.planePoints === 'undefined') {\n // non oriented view\n if (planeHelper.isAquisitionOrientation()) {\n res = true;\n }\n } else {\n // oriented view: compare cosines (independent of slice index)\n const inputPlanePoints = planeHelper.getPlanePoints(0);\n if (inputPlanePoints[1].equals(this.planePoints[1]) &&\n inputPlanePoints[2].equals(this.planePoints[2])) {\n res = true;\n }\n }\n return res;\n }\n\n /**\n * Set the associated view controller if it is compatible.\n *\n * @param {ViewController} viewController The view controller.\n */\n setViewController(viewController) {\n // check uid\n if (!viewController.includesImageUid(this.referenceSopUID)) {\n return;\n }\n // check if same view\n if (!this.isCompatibleView(viewController.getPlaneHelper())) {\n return;\n }\n this.#viewController = viewController;\n\n // set plane origin (not saved with file)\n this.planeOrigin =\n viewController.getOriginForImageUid(this.referenceSopUID);\n }\n\n /**\n * Get the centroid of the math shape.\n *\n * @returns {Point|undefined} The 3D centroid point.\n */\n getCentroid() {\n let res;\n if (typeof this.#viewController !== 'undefined' &&\n typeof this.mathShape.getCentroid !== 'undefined') {\n // find the slice index of the annotation origin\n let origin = this.planeOrigin;\n if (typeof this.planePoints !== 'undefined') {\n origin = this.planePoints[0];\n }\n const originPoint =\n new Point([origin.getX(), origin.getY(), origin.getZ()]);\n const originIndex =\n this.#viewController.getIndexFromPosition(originPoint);\n const scrollIndex = this.#viewController.getScrollIndex();\n const k = originIndex.getValues()[scrollIndex];\n\n // shape center converted to 3D\n const planePoint = this.mathShape.getCentroid();\n res = this.#viewController.getPositionFromPlanePoint(planePoint, k);\n }\n return res;\n }\n\n /**\n * Set the annotation text expression.\n *\n * @param {Object.} labelText The list of label\n * texts indexed by modality.\n */\n setTextExpr(labelText) {\n if (typeof this.#viewController !== 'undefined') {\n const modality = this.#viewController.getModality();\n\n if (typeof labelText[modality] !== 'undefined') {\n this.textExpr = labelText[modality];\n } else {\n this.textExpr = labelText['*'];\n }\n } else {\n logger.warn('Cannot set text expr without a view controller');\n }\n }\n\n /**\n * Get the annotation label text by applying the\n * text expression on the current quantification.\n *\n * @returns {string} The resulting text.\n */\n getText() {\n return replaceFlags(this.textExpr, this.quantification);\n }\n\n /**\n * Update the annotation quantification.\n */\n updateQuantification() {\n if (typeof this.#viewController !== 'undefined' &&\n typeof this.mathShape.quantify !== 'undefined') {\n this.quantification = this.mathShape.quantify(\n this.#viewController,\n getFlags(this.textExpr));\n }\n }\n\n /**\n * Get the math shape associated draw factory.\n *\n * @returns {object} The factory.\n */\n getFactory() {\n let fac;\n // check in user provided factories\n if (typeof toolOptions.draw !== 'undefined') {\n for (const factoryName in toolOptions.draw) {\n const factory = toolOptions.draw[factoryName];\n if (factory.supports(this.mathShape)) {\n fac = new factory();\n break;\n }\n }\n }\n // check in default factories\n if (typeof fac === 'undefined') {\n for (const factoryName in defaultToolOptions.draw) {\n const factory = defaultToolOptions.draw[factoryName];\n if (factory.supports(this.mathShape)) {\n fac = new factory();\n break;\n }\n }\n }\n if (typeof fac === 'undefined') {\n logger.warn('No shape factory found for math shape');\n }\n return fac;\n }\n}\n","import {logger} from '../utils/logger';\nimport {Point2D} from '../math/point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Annotation} from '../image/annotation';\n/* eslint-enable no-unused-vars */\n\n/**\n * List of interaction event names.\n */\nexport const InteractionEventNames = [\n 'mousedown',\n 'mousemove',\n 'mouseup',\n 'mouseout',\n 'wheel',\n 'dblclick',\n 'touchstart',\n 'touchmove',\n 'touchend'\n];\n\n/**\n * Overridalbe custom UI object for client defined UI.\n */\nexport const customUI = {\n /**\n * Open a dialogue to edit roi data. Defaults to window.prompt.\n *\n * @param {Annotation} annotation The roi data.\n * @param {Function} callback The callback to launch on dialogue exit.\n */\n openRoiDialog(annotation, callback) {\n const textExpr = prompt('Label', annotation.textExpr);\n if (textExpr !== null) {\n annotation.textExpr = textExpr;\n callback(annotation);\n }\n }\n};\n\n/**\n * Get the positions (without the parent offset) of a list of touch events.\n *\n * @param {Array} touches The list of touch events.\n * @returns {Point2D[]} The list of positions of the touch events.\n */\nfunction getTouchesPositions(touches) {\n // get the touch offset from all its parents\n let offsetLeft = 0;\n let offsetTop = 0;\n if (touches.length !== 0 &&\n typeof touches[0].target !== 'undefined') {\n let offsetParent = touches[0].target.offsetParent;\n while (offsetParent) {\n if (!isNaN(offsetParent.offsetLeft)) {\n offsetLeft += offsetParent.offsetLeft;\n }\n if (!isNaN(offsetParent.offsetTop)) {\n offsetTop += offsetParent.offsetTop;\n }\n offsetParent = offsetParent.offsetParent;\n }\n } else {\n logger.debug('No touch target offset parent.');\n }\n // set its position\n const positions = [];\n for (let i = 0; i < touches.length; ++i) {\n positions.push(new Point2D(\n touches[i].pageX - offsetLeft,\n touches[i].pageY - offsetTop\n ));\n }\n return positions;\n}\n\n/**\n * Get the offsets of an input touch event.\n *\n * @param {object} event The event to get the offset from.\n * @returns {Point2D[]} The array of points.\n */\nexport function getTouchPoints(event) {\n let positions = [];\n if (typeof event.targetTouches !== 'undefined' &&\n event.targetTouches.length !== 0) {\n // see https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent/targetTouches\n positions = getTouchesPositions(event.targetTouches);\n } else if (typeof event.changedTouches !== 'undefined' &&\n event.changedTouches.length !== 0) {\n // see https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent/changedTouches\n positions = getTouchesPositions(event.changedTouches);\n }\n return positions;\n}\n\n/**\n * Get the offset of an input mouse event.\n *\n * @param {object} event The event to get the offset from.\n * @returns {Point2D} The 2D point.\n */\nexport function getMousePoint(event) {\n // offsetX/Y: the offset in the X coordinate of the mouse pointer\n // between that event and the padding edge of the target node\n // https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetX\n // https://caniuse.com/mdn-api_mouseevent_offsetx\n return new Point2D(\n event.offsetX,\n event.offsetY\n );\n}\n\n/**\n * Test if a canvas with the input size can be created.\n *\n * Ref:\n * - {@link https://github.com/ivmartel/dwv/issues/902},\n * - {@link https://github.com/jhildenbiddle/canvas-size/blob/v1.2.4/src/canvas-test.js}.\n *\n * @param {number} width The canvas width.\n * @param {number} height The canvas height.\n * @returns {boolean} True is the canvas can be created.\n */\nexport function canCreateCanvas(width, height) {\n // test canvas with input size\n const testCvs = document.createElement('canvas');\n testCvs.width = width;\n testCvs.height = height;\n // crop canvas to speed up test\n const cropCvs = document.createElement('canvas');\n cropCvs.width = 1;\n cropCvs.height = 1;\n // contexts\n const testCtx = testCvs.getContext('2d');\n const cropCtx = cropCvs.getContext('2d');\n // set data\n if (testCtx) {\n testCtx.fillRect(width - 1, height - 1, 1, 1);\n // Render the test pixel in the bottom-right corner of the\n // test canvas in the top-left of the 1x1 crop canvas. This\n // dramatically reducing the time for getImageData to complete.\n cropCtx.drawImage(testCvs, width - 1, height - 1, 1, 1, 0, 0, 1, 1);\n }\n // Verify image data (alpha component, Pass = 255, Fail = 0)\n return cropCtx && cropCtx.getImageData(0, 0, 1, 1).data[3] !== 0;\n}\n","import {Index} from '../math/index';\nimport {ListenerHandler} from '../utils/listen';\nimport {viewEventNames} from '../image/view';\nimport {ViewController} from '../app/viewController';\nimport {Point2D} from '../math/point';\nimport {\n canCreateCanvas,\n InteractionEventNames\n} from './generic';\nimport {getScaledOffset} from './layerGroup';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Vector3D} from '../math/vector';\nimport {Point, Point3D} from '../math/point';\nimport {Scalar2D, Scalar3D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * View layer.\n */\nexport class ViewLayer {\n\n /**\n * Container div.\n *\n * @type {HTMLElement}\n */\n #containerDiv;\n\n /**\n * The view controller.\n *\n * @type {ViewController}\n */\n #viewController = null;\n\n /**\n * The main display canvas.\n *\n * @type {object}\n */\n #canvas = null;\n\n /**\n * The offscreen canvas: used to store the raw, unscaled pixel data.\n *\n * @type {object}\n */\n #offscreenCanvas = null;\n\n /**\n * The associated CanvasRenderingContext2D.\n *\n * @type {object}\n */\n #context = null;\n\n /**\n * Flag to know if the current position is valid.\n *\n * @type {boolean}\n */\n #isValidPosition = true;\n\n /**\n * The image data array.\n *\n * @type {ImageData}\n */\n #imageData = null;\n\n /**\n * The layer base size as {x,y}.\n *\n * @type {Scalar2D}\n */\n #baseSize;\n\n /**\n * The layer base spacing as {x,y}.\n *\n * @type {Scalar2D}\n */\n #baseSpacing;\n\n /**\n * The layer opacity.\n *\n * @type {number}\n */\n #opacity = 1;\n\n /**\n * The layer scale.\n *\n * @type {Scalar2D}\n */\n #scale = {x: 1, y: 1};\n\n /**\n * The layer fit scale.\n *\n * @type {Scalar2D}\n */\n #fitScale = {x: 1, y: 1};\n\n /**\n * The layer flip scale.\n *\n * @type {Scalar3D}\n */\n #flipScale = {x: 1, y: 1, z: 1};\n\n /**\n * The layer offset.\n *\n * @type {Scalar2D}\n */\n #offset = {x: 0, y: 0};\n\n /**\n * The base layer offset.\n *\n * @type {Scalar2D}\n */\n #baseOffset = {x: 0, y: 0};\n\n /**\n * The view offset.\n *\n * @type {Scalar2D}\n */\n #viewOffset = {x: 0, y: 0};\n\n /**\n * The zoom offset.\n *\n * @type {Scalar2D}\n */\n #zoomOffset = {x: 0, y: 0};\n\n /**\n * The flip offset.\n *\n * @type {Scalar2D}\n */\n #flipOffset = {x: 0, y: 0};\n\n /**\n * Data update flag.\n *\n * @type {boolean}\n */\n #needsDataUpdate = null;\n\n /**\n * The associated data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Image smoothing flag.\n *\n * See: {@link https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled}.\n *\n * @type {boolean}\n */\n #imageSmoothing = false;\n\n /**\n * Layer group origin.\n *\n * @type {Point3D}\n */\n #layerGroupOrigin;\n\n /**\n * Layer group first origin.\n *\n * @type {Point3D}\n */\n #layerGroupOrigin0;\n\n /**\n * @param {HTMLElement} containerDiv The layer div, its id will be used\n * as this layer id.\n */\n constructor(containerDiv) {\n this.#containerDiv = containerDiv;\n // specific css class name\n this.#containerDiv.className += ' viewLayer';\n }\n\n /**\n * Get the associated data id.\n *\n * @returns {string} The data id.\n */\n getDataId() {\n return this.#dataId;\n }\n\n /**\n * Get the layer scale.\n *\n * @returns {Scalar2D} The scale as {x,y}.\n */\n getScale() {\n return this.#scale;\n }\n\n /**\n * Get the layer zoom offset without the fit scale.\n *\n * @returns {Scalar2D} The offset as {x,y}.\n */\n getAbsoluteZoomOffset() {\n return {\n x: this.#zoomOffset.x * this.#fitScale.x,\n y: this.#zoomOffset.y * this.#fitScale.y\n };\n }\n\n /**\n * Set the imageSmoothing flag value.\n *\n * @param {boolean} flag True to enable smoothing.\n */\n setImageSmoothing(flag) {\n this.#imageSmoothing = flag;\n }\n\n /**\n * Set the associated view.\n *\n * @param {object} view The view.\n * @param {string} dataId The associated data id.\n */\n setView(view, dataId) {\n this.#dataId = dataId;\n // local listeners\n view.addEventListener('wlchange', this.#onWLChange);\n view.addEventListener('colourmapchange', this.#onColourMapChange);\n view.addEventListener('positionchange', this.#onPositionChange);\n view.addEventListener('alphafuncchange', this.#onAlphaFuncChange);\n // view events\n for (let j = 0; j < viewEventNames.length; ++j) {\n view.addEventListener(viewEventNames[j], this.#fireEvent);\n }\n // create view controller\n this.#viewController = new ViewController(view);\n // bind layer and image\n this.bindImage();\n }\n\n /**\n * Get the view controller.\n *\n * @returns {ViewController} The controller.\n */\n getViewController() {\n return this.#viewController;\n }\n\n /**\n * Get the canvas image data.\n *\n * @returns {object} The image data.\n */\n getImageData() {\n return this.#imageData;\n }\n\n /**\n * Handle an image set event.\n *\n * @param {object} event The event.\n * @function\n */\n onimageset = (event) => {\n // event.value = [index, image]\n if (this.#dataId === event.dataid) {\n this.#viewController.setImage(event.value[0]);\n this.#setBaseSize(this.#viewController.getImageSize().get2D());\n this.#needsDataUpdate = true;\n }\n };\n\n /**\n * Bind this layer to the view image.\n */\n bindImage() {\n if (this.#viewController) {\n this.#viewController.bindImageAndLayer(this);\n }\n }\n\n /**\n * Unbind this layer to the view image.\n */\n unbindImage() {\n if (this.#viewController) {\n this.#viewController.unbindImageAndLayer(this);\n }\n }\n\n /**\n * Handle an image content change event.\n *\n * @param {object} event The event.\n * @function\n */\n onimagecontentchange = (event) => {\n // event.value = [index]\n if (this.#dataId === event.dataid) {\n this.#isValidPosition = this.#viewController.isPositionInBounds();\n // flag update and draw\n this.#needsDataUpdate = true;\n this.draw();\n }\n };\n\n /**\n * Handle an image change event.\n *\n * @param {object} event The event.\n * @function\n */\n onimagegeometrychange = (event) => {\n // event.value = [index]\n if (this.#dataId === event.dataid) {\n const vcSize = this.#viewController.getImageSize().get2D();\n if (this.#baseSize.x !== vcSize.x ||\n this.#baseSize.y !== vcSize.y) {\n // size changed, recalculate base offset\n // in case origin changed\n if (typeof this.#layerGroupOrigin !== 'undefined' &&\n typeof this.#layerGroupOrigin0 !== 'undefined') {\n const origin0 = this.#viewController.getOrigin();\n const scrollOffset = this.#layerGroupOrigin0.minus(origin0);\n const origin = this.#viewController.getOrigin(\n this.#viewController.getCurrentPosition()\n );\n const planeOffset = this.#layerGroupOrigin.minus(origin);\n this.setBaseOffset(scrollOffset, planeOffset);\n }\n // update base size\n this.#setBaseSize(vcSize);\n // flag update and draw\n this.#needsDataUpdate = true;\n this.draw();\n }\n }\n };\n\n // common layer methods [start] ---------------\n\n /**\n * Get the id of the layer.\n *\n * @returns {string} The string id.\n */\n getId() {\n return this.#containerDiv.id;\n }\n\n /**\n * Remove the HTML element from the DOM.\n */\n removeFromDOM() {\n this.#containerDiv.remove();\n }\n\n /**\n * Get the layer base size (without scale).\n *\n * @returns {Scalar2D} The size as {x,y}.\n */\n getBaseSize() {\n return this.#baseSize;\n }\n\n /**\n * Get the image world (mm) 2D size.\n *\n * @returns {Scalar2D} The 2D size as {x,y}.\n */\n getImageWorldSize() {\n return this.#viewController.getImageWorldSize();\n }\n\n /**\n * Get the layer opacity.\n *\n * @returns {number} The opacity ([0:1] range).\n */\n getOpacity() {\n return this.#opacity;\n }\n\n /**\n * Set the layer opacity.\n *\n * @param {number} alpha The opacity ([0:1] range).\n */\n setOpacity(alpha) {\n if (alpha === this.#opacity) {\n return;\n }\n\n this.#opacity = Math.min(Math.max(alpha, 0), 1);\n\n /**\n * Opacity change event.\n *\n * @event App#opacitychange\n * @type {object}\n * @property {string} type The event type.\n */\n const event = {\n type: 'opacitychange',\n value: [this.#opacity]\n };\n this.#fireEvent(event);\n }\n\n /**\n * Add a flip offset along the layer X axis.\n */\n addFlipOffsetX() {\n this.#flipOffset.x += this.#canvas.width / this.#scale.x;\n this.#offset.x += this.#flipOffset.x;\n }\n\n /**\n * Add a flip offset along the layer Y axis.\n */\n addFlipOffsetY() {\n this.#flipOffset.y += this.#canvas.height / this.#scale.y;\n this.#offset.y += this.#flipOffset.y;\n }\n\n /**\n * Flip the scale along the layer X axis.\n */\n flipScaleX() {\n this.#flipScale.x *= -1;\n }\n\n /**\n * Flip the scale along the layer Y axis.\n */\n flipScaleY() {\n this.#flipScale.y *= -1;\n }\n\n /**\n * Flip the scale along the layer Z axis.\n */\n flipScaleZ() {\n this.#flipScale.z *= -1;\n }\n\n /**\n * Set the layer scale.\n *\n * @param {Scalar3D} newScale The scale as {x,y,z}.\n * @param {Point3D} [center] The scale center.\n */\n setScale(newScale, center) {\n const helper = this.#viewController.getPlaneHelper();\n const orientedNewScale = helper.getTargetOrientedPositiveXYZ({\n x: newScale.x * this.#flipScale.x,\n y: newScale.y * this.#flipScale.y,\n z: newScale.z * this.#flipScale.z,\n });\n const finalNewScale = {\n x: this.#fitScale.x * orientedNewScale.x,\n y: this.#fitScale.y * orientedNewScale.y\n };\n\n if (Math.abs(newScale.x) === 1 &&\n Math.abs(newScale.y) === 1 &&\n Math.abs(newScale.z) === 1) {\n // reset zoom offset for scale=1\n const resetOffset = {\n x: this.#offset.x - this.#zoomOffset.x,\n y: this.#offset.y - this.#zoomOffset.y\n };\n // store new offset\n this.#zoomOffset = {x: 0, y: 0};\n this.#offset = resetOffset;\n } else {\n if (typeof center !== 'undefined') {\n let worldCenter = helper.getPlaneOffsetFromOffset3D({\n x: center.getX(),\n y: center.getY(),\n z: center.getZ()\n });\n // center was obtained with viewLayer.displayToMainPlanePos\n // compensated for baseOffset\n // TODO: justify...\n worldCenter = {\n x: worldCenter.x + this.#baseOffset.x,\n y: worldCenter.y + this.#baseOffset.y\n };\n\n const newOffset = getScaledOffset(\n this.#offset, this.#scale, finalNewScale, worldCenter);\n\n const newZoomOffset = {\n x: this.#zoomOffset.x + newOffset.x - this.#offset.x,\n y: this.#zoomOffset.y + newOffset.y - this.#offset.y\n };\n // store new offset\n this.#zoomOffset = newZoomOffset;\n this.#offset = newOffset;\n }\n }\n\n // store new scale\n this.#scale = finalNewScale;\n }\n\n /**\n * Initialise the layer scale.\n *\n * @param {Scalar3D} newScale The scale as {x,y,z}.\n * @param {Scalar2D} absoluteZoomOffset The zoom offset as {x,y}\n * without the fit scale (as provided by getAbsoluteZoomOffset).\n */\n initScale(newScale, absoluteZoomOffset) {\n const helper = this.#viewController.getPlaneHelper();\n const orientedNewScale = helper.getTargetOrientedPositiveXYZ({\n x: newScale.x * this.#flipScale.x,\n y: newScale.y * this.#flipScale.y,\n z: newScale.z * this.#flipScale.z,\n });\n const finalNewScale = {\n x: this.#fitScale.x * orientedNewScale.x,\n y: this.#fitScale.y * orientedNewScale.y\n };\n this.#scale = finalNewScale;\n\n this.#zoomOffset = {\n x: absoluteZoomOffset.x / this.#fitScale.x,\n y: absoluteZoomOffset.y / this.#fitScale.y\n };\n this.#offset = {\n x: this.#offset.x + this.#zoomOffset.x,\n y: this.#offset.y + this.#zoomOffset.y\n };\n }\n\n /**\n * Set the base layer offset. Updates the layer offset.\n *\n * @param {Vector3D} scrollOffset The scroll offset vector.\n * @param {Vector3D} planeOffset The plane offset vector.\n * @param {Point3D} [layerGroupOrigin] The layer group origin.\n * @param {Point3D} [layerGroupOrigin0] The layer group first origin.\n * @returns {boolean} True if the offset was updated.\n */\n setBaseOffset(\n scrollOffset, planeOffset,\n layerGroupOrigin, layerGroupOrigin0) {\n const helper = this.#viewController.getPlaneHelper();\n const scrollIndex = helper.getNativeScrollIndex();\n const newOffset = helper.getPlaneOffsetFromOffset3D({\n x: scrollIndex === 0 ? scrollOffset.getX() : planeOffset.getX(),\n y: scrollIndex === 1 ? scrollOffset.getY() : planeOffset.getY(),\n z: scrollIndex === 2 ? scrollOffset.getZ() : planeOffset.getZ(),\n });\n const needsUpdate = this.#baseOffset.x !== newOffset.x ||\n this.#baseOffset.y !== newOffset.y;\n // store layer group origins\n if (typeof layerGroupOrigin !== 'undefined' &&\n typeof layerGroupOrigin0 !== 'undefined') {\n this.#layerGroupOrigin = layerGroupOrigin;\n this.#layerGroupOrigin0 = layerGroupOrigin0;\n }\n // reset offset if needed\n if (needsUpdate) {\n this.#offset = {\n x: this.#offset.x - this.#baseOffset.x + newOffset.x,\n y: this.#offset.y - this.#baseOffset.y + newOffset.y\n };\n this.#baseOffset = newOffset;\n }\n return needsUpdate;\n }\n\n /**\n * Set the layer offset.\n *\n * @param {Scalar3D} newOffset The offset as {x,y,z}.\n */\n setOffset(newOffset) {\n const helper = this.#viewController.getPlaneHelper();\n const planeNewOffset = helper.getPlaneOffsetFromOffset3D(newOffset);\n this.#offset = {\n x: planeNewOffset.x +\n this.#viewOffset.x +\n this.#baseOffset.x +\n this.#zoomOffset.x +\n this.#flipOffset.x,\n y: planeNewOffset.y +\n this.#viewOffset.y +\n this.#baseOffset.y +\n this.#zoomOffset.y +\n this.#flipOffset.y\n };\n }\n\n /**\n * Transform a display position to a 2D index.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Index} The equivalent 2D index.\n */\n displayToPlaneIndex(point2D) {\n const planePos = this.displayToPlanePos(point2D);\n return new Index([\n Math.floor(planePos.getX()),\n Math.floor(planePos.getY())\n ]);\n }\n\n /**\n * Remove scale from a display position.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Point2D} The de-scaled point.\n */\n displayToPlaneScale(point2D) {\n return new Point2D(\n point2D.getX() / this.#scale.x,\n point2D.getY() / this.#scale.y\n );\n }\n\n /**\n * Get a plane position from a display position.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Point2D} The plane position.\n */\n displayToPlanePos(point2D) {\n const deScaled = this.displayToPlaneScale(point2D);\n return new Point2D(\n deScaled.getX() + this.#offset.x,\n deScaled.getY() + this.#offset.y\n );\n }\n\n /**\n * Get a display position from a plane position.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Point2D} The display position, can be individually\n * undefined if out of bounds.\n */\n planePosToDisplay(point2D) {\n let posX =\n (point2D.getX() - this.#offset.x + this.#baseOffset.x) * this.#scale.x;\n let posY =\n (point2D.getY() - this.#offset.y + this.#baseOffset.y) * this.#scale.y;\n // check if in bounds\n if (posX < 0 || posX >= this.#canvas.width) {\n posX = undefined;\n }\n if (posY < 0 || posY >= this.#canvas.height) {\n posY = undefined;\n }\n return new Point2D(posX, posY);\n }\n\n /**\n * Get a main plane position from a display position.\n *\n * @param {Point2D} point2D The input point.\n * @returns {Point2D} The main plane position.\n */\n displayToMainPlanePos(point2D) {\n const planePos = this.displayToPlanePos(point2D);\n return new Point2D(\n planePos.getX() - this.#baseOffset.x,\n planePos.getY() - this.#baseOffset.y\n );\n }\n\n /**\n * Display the layer.\n *\n * @param {boolean} flag Whether to display the layer or not.\n */\n display(flag) {\n this.#containerDiv.style.display = flag ? '' : 'none';\n }\n\n /**\n * Check if the layer is visible.\n *\n * @returns {boolean} True if the layer is visible.\n */\n isVisible() {\n return this.#containerDiv.style.display === '';\n }\n\n /**\n * Draw the content (imageData) of the layer.\n * The imageData variable needs to be set.\n *\n * @fires App#renderstart\n * @fires App#renderend\n */\n draw() {\n // skip for non valid position\n if (!this.#isValidPosition) {\n return;\n }\n\n /**\n * Render start event.\n *\n * @event App#renderstart\n * @type {object}\n * @property {string} type The event type.\n */\n let event = {\n type: 'renderstart',\n layerid: this.getId(),\n dataid: this.getDataId()\n };\n this.#fireEvent(event);\n\n // update data if needed\n if (this.#needsDataUpdate) {\n this.#updateImageData();\n }\n\n // context opacity\n this.#context.globalAlpha = this.#opacity;\n\n // clear context\n this.clear();\n\n // draw the cached canvas on the context\n // transform takes as input a, b, c, d, e, f to create\n // the transform matrix (column-major order):\n // [ a c e ]\n // [ b d f ]\n // [ 0 0 1 ]\n this.#context.setTransform(\n this.#scale.x,\n 0,\n 0,\n this.#scale.y,\n -1 * this.#offset.x * this.#scale.x,\n -1 * this.#offset.y * this.#scale.y\n );\n\n // disable smoothing (set just before draw, could be reset by resize)\n this.#context.imageSmoothingEnabled = this.#imageSmoothing;\n // draw image\n this.#context.drawImage(this.#offscreenCanvas, 0, 0);\n\n /**\n * Render end event.\n *\n * @event App#renderend\n * @type {object}\n * @property {string} type The event type.\n */\n event = {\n type: 'renderend',\n layerid: this.getId(),\n dataid: this.getDataId()\n };\n this.#fireEvent(event);\n }\n\n /**\n * Initialise the layer: set the canvas and context.\n *\n * @param {Scalar2D} size The image size as {x,y}.\n * @param {Scalar2D} spacing The image spacing as {x,y}.\n * @param {number} alpha The initial data opacity.\n */\n initialise(size, spacing, alpha) {\n // set locals\n this.#baseSpacing = spacing;\n this.#opacity = Math.min(Math.max(alpha, 0), 1);\n\n // create canvas\n // (canvas size is set in fitToContainer)\n this.#canvas = document.createElement('canvas');\n this.#containerDiv.appendChild(this.#canvas);\n\n // check that the getContext method exists\n if (!this.#canvas.getContext) {\n alert('Error: no canvas.getContext method.');\n return;\n }\n // get the 2D context\n this.#context = this.#canvas.getContext('2d');\n if (!this.#context) {\n alert('Error: failed to get the 2D context.');\n return;\n }\n\n // off screen canvas\n this.#offscreenCanvas = document.createElement('canvas');\n\n // set base size: needs an existing context and off screen canvas\n this.#setBaseSize(size);\n\n // update data on first draw\n this.#needsDataUpdate = true;\n }\n\n /**\n * Set the base size of the layer.\n *\n * @param {Scalar2D} size The size as {x,y}.\n */\n #setBaseSize(size) {\n // check canvas creation\n if (!canCreateCanvas(size.x, size.y)) {\n throw new Error('Cannot create canvas with size ' +\n size.x + ', ' + size.y);\n }\n\n // set local\n this.#baseSize = size;\n\n // off screen canvas\n this.#offscreenCanvas.width = this.#baseSize.x;\n this.#offscreenCanvas.height = this.#baseSize.y;\n // original empty image data array\n this.#context.clearRect(0, 0, this.#baseSize.x, this.#baseSize.y);\n this.#imageData = this.#context.createImageData(\n this.#baseSize.x, this.#baseSize.y);\n }\n\n /**\n * Fit the layer to its parent container.\n *\n * @param {Scalar2D} containerSize The fit size as {x,y}.\n * @param {number} divToWorldSizeRatio The div to world size ratio.\n * @param {Scalar2D} fitOffset The fit offset as {x,y}.\n */\n fitToContainer(containerSize, divToWorldSizeRatio, fitOffset) {\n let needsDraw = false;\n\n // set canvas size if different from previous\n if (this.#canvas.width !== containerSize.x ||\n this.#canvas.height !== containerSize.y) {\n if (!canCreateCanvas(containerSize.x, containerSize.y)) {\n throw new Error('Cannot resize canvas ' +\n containerSize.x + ', ' + containerSize.y);\n }\n // canvas size change triggers canvas reset\n this.#canvas.width = containerSize.x;\n this.#canvas.height = containerSize.y;\n // update draw flag\n needsDraw = true;\n }\n\n // fit scale\n const divToImageSizeRatio = {\n x: divToWorldSizeRatio * this.#baseSpacing.x,\n y: divToWorldSizeRatio * this.#baseSpacing.y\n };\n // #scale = inputScale * fitScale * flipScale\n // flipScale does not change here, we can omit it\n // newScale = (#scale / fitScale) * newFitScale\n const newScale = {\n x: this.#scale.x * divToImageSizeRatio.x / this.#fitScale.x,\n y: this.#scale.y * divToImageSizeRatio.y / this.#fitScale.y\n };\n\n // set scales if different from previous\n if (this.#scale.x !== newScale.x ||\n this.#scale.y !== newScale.y) {\n this.#fitScale = divToImageSizeRatio;\n this.#scale = newScale;\n // update draw flag\n needsDraw = true;\n }\n\n // view offset\n const newViewOffset = {\n x: fitOffset.x / divToImageSizeRatio.x,\n y: fitOffset.y / divToImageSizeRatio.y\n };\n // flip offset\n const scaledImageSize = {\n x: containerSize.x / divToImageSizeRatio.x,\n y: containerSize.y / divToImageSizeRatio.y\n };\n const newFlipOffset = {\n x: this.#flipOffset.x !== 0 ? scaledImageSize.x : 0,\n y: this.#flipOffset.y !== 0 ? scaledImageSize.y : 0,\n };\n\n // set offsets if different from previous\n if (this.#viewOffset.x !== newViewOffset.x ||\n this.#viewOffset.y !== newViewOffset.y ||\n this.#flipOffset.x !== newFlipOffset.x ||\n this.#flipOffset.y !== newFlipOffset.y) {\n // update global offset\n this.#offset = {\n x: this.#offset.x +\n newViewOffset.x - this.#viewOffset.x +\n newFlipOffset.x - this.#flipOffset.x,\n y: this.#offset.y +\n newViewOffset.y - this.#viewOffset.y +\n newFlipOffset.y - this.#flipOffset.y,\n };\n // update private local offsets\n this.#flipOffset = newFlipOffset;\n this.#viewOffset = newViewOffset;\n // update draw flag\n needsDraw = true;\n }\n\n // draw if needed\n if (needsDraw) {\n this.draw();\n }\n }\n\n /**\n * Enable and listen to container interaction events.\n */\n bindInteraction() {\n // allow pointer events\n this.#containerDiv.style.pointerEvents = 'auto';\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n const eventName = names[i];\n const passive = eventName !== 'wheel';\n this.#containerDiv.addEventListener(\n eventName, this.#fireEvent, {passive: passive});\n }\n }\n\n /**\n * Disable and stop listening to container interaction events.\n */\n unbindInteraction() {\n // disable pointer events\n this.#containerDiv.style.pointerEvents = 'none';\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n this.#containerDiv.removeEventListener(names[i], this.#fireEvent);\n }\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n event.srclayerid = this.getId();\n event.dataid = this.#dataId;\n this.#listenerHandler.fireEvent(event);\n };\n\n // common layer methods [end] ---------------\n\n /**\n * Update the canvas image data.\n */\n #updateImageData() {\n // generate image data\n this.#viewController.generateImageData(this.#imageData);\n // pass the data to the off screen canvas\n this.#offscreenCanvas.getContext('2d').putImageData(this.#imageData, 0, 0);\n // update data flag\n this.#needsDataUpdate = false;\n }\n\n /**\n * Handle window/level change.\n *\n * @param {object} event The event fired when changing the window/level.\n */\n #onWLChange = (event) => {\n // generate and draw if no skip flag\n const skip = typeof event.skipGenerate !== 'undefined' &&\n event.skipGenerate === true;\n if (!skip) {\n this.#needsDataUpdate = true;\n this.draw();\n }\n };\n\n /**\n * Handle colour map change.\n *\n * @param {object} event The event fired when changing the colour map.\n */\n #onColourMapChange = (event) => {\n const skip = typeof event.skipGenerate !== 'undefined' &&\n event.skipGenerate === true;\n if (!skip) {\n this.#needsDataUpdate = true;\n this.draw();\n }\n };\n\n /**\n * Handle position change.\n *\n * @param {object} event The event fired when changing the position.\n */\n #onPositionChange = (event) => {\n const skip = typeof event.skipGenerate !== 'undefined' &&\n event.skipGenerate === true;\n if (!skip) {\n let valid = true;\n if (typeof event.valid !== 'undefined') {\n valid = event.valid;\n }\n // clear for non valid events\n if (!valid) {\n // clear only once\n if (this.#isValidPosition) {\n this.#isValidPosition = false;\n this.clear();\n }\n } else {\n // 3D dimensions\n const dims3D = [0, 1, 2];\n // remove scroll index\n const indexScrollIndex =\n dims3D.indexOf(this.#viewController.getScrollIndex());\n dims3D.splice(indexScrollIndex, 1);\n // remove non scroll index from diff dims\n const diffDims = event.diffDims.filter(function (item) {\n return dims3D.indexOf(item) === -1;\n });\n // update if we have something left\n if (diffDims.length !== 0 || !this.#isValidPosition) {\n // reset valid flag\n this.#isValidPosition = true;\n // reset update flag\n this.#needsDataUpdate = true;\n this.draw();\n }\n }\n }\n };\n\n /**\n * Handle alpha function change.\n *\n * @param {object} event The event fired when changing the function.\n */\n #onAlphaFuncChange = (event) => {\n const skip = typeof event.skipGenerate !== 'undefined' &&\n event.skipGenerate === true;\n if (!skip) {\n this.#needsDataUpdate = true;\n this.draw();\n }\n };\n\n /**\n * Set the current position.\n *\n * @param {Point} position The new position.\n * @param {Index} _index The new index.\n * @returns {boolean} True if the position was updated.\n */\n setCurrentPosition(position, _index) {\n return this.#viewController.setCurrentPosition(position);\n }\n\n /**\n * Clear the context.\n */\n clear() {\n // clear the context: reset the transform first\n // store the current transformation matrix\n this.#context.save();\n // use the identity matrix while clearing the canvas\n this.#context.setTransform(1, 0, 0, 1, 0, 0);\n this.#context.clearRect(0, 0, this.#canvas.width, this.#canvas.height);\n // restore the transform\n this.#context.restore();\n }\n\n} // ViewLayer class\n","import {Index} from '../math/index';\nimport {Point} from '../math/point';\nimport {Vector3D} from '../math/vector';\nimport {viewEventNames} from '../image/view';\nimport {ListenerHandler} from '../utils/listen';\nimport {logger} from '../utils/logger';\nimport {precisionRound} from '../utils/string';\nimport {ViewLayer} from './viewLayer';\nimport {DrawLayer} from './drawLayer';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Matrix33} from '../math/matrix';\nimport {Point2D, Point3D} from '../math/point';\nimport {Scalar2D, Scalar3D} from '../math/scalar';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get the layer div id.\n *\n * @param {string} groupDivId The layer group div id.\n * @param {number} layerIndex The layer index.\n * @returns {string} A string id.\n */\nexport function getLayerDivId(groupDivId, layerIndex) {\n return groupDivId + '-layer-' + layerIndex;\n}\n\n/**\n * Get the layer details from a div id.\n *\n * @param {string} idString The layer div id.\n * @returns {object} The layer details as {groupDivId, layerIndex, layerId}.\n */\nexport function getLayerDetailsFromLayerDivId(idString) {\n const split = idString.split('-layer-');\n if (split.length !== 2) {\n logger.warn('Not the expected layer div id format...');\n }\n return {\n groupDivId: split[0],\n layerIndex: split[1],\n layerId: idString,\n };\n}\n\n/**\n * Get the layer details from a mouse event.\n *\n * @param {object} event The event to get the layer div id from. Expecting\n * an event origininating from a canvas inside a layer HTML div\n * with the 'layer' class and id generated with `getLayerDivId`.\n * @returns {object} The layer details as {groupDivId, layerIndex, layerId}.\n */\nexport function getLayerDetailsFromEvent(event) {\n let res = null;\n // get the closest element from the event target and with the 'layer' class\n const layerDiv = event.target.closest('.layer');\n if (layerDiv && typeof layerDiv.id !== 'undefined') {\n res = getLayerDetailsFromLayerDivId(layerDiv.id);\n }\n return res;\n}\n\n/**\n * Get a scaled offset to adapt to new scale and such as the input center\n * stays at the same position.\n *\n * @param {Scalar2D} offset The previous offset as {x,y}.\n * @param {Scalar2D} scale The previous scale as {x,y}.\n * @param {Scalar2D} newScale The new scale as {x,y}.\n * @param {Scalar2D} center The scale center as {x,y}.\n * @returns {Scalar2D} The scaled offset as {x,y}.\n */\nexport function getScaledOffset(offset, scale, newScale, center) {\n // worldPoint = indexPoint / scale + offset\n //=> indexPoint = (worldPoint - offset ) * scale\n\n // plane center should stay the same:\n // indexCenter / newScale + newOffset =\n // indexCenter / oldScale + oldOffset\n //=> newOffset = indexCenter / oldScale + oldOffset -\n // indexCenter / newScale\n //=> newOffset = worldCenter - indexCenter / newScale\n const indexCenter = {\n x: (center.x - offset.x) * scale.x,\n y: (center.y - offset.y) * scale.y\n };\n return {\n x: center.x - (indexCenter.x / newScale.x),\n y: center.y - (indexCenter.y / newScale.y)\n };\n}\n\n/**\n * Layer group.\n *\n * - Display position: {x,y},\n * - Plane position: Index (access: get(i)),\n * - (world) Position: Point3D (access: getX, getY, getZ).\n *\n * Display -> World:\n * - planePos = viewLayer.displayToPlanePos(displayPos)\n * -> compensate for layer scale and offset,\n * - pos = viewController.getPositionFromPlanePoint(planePos).\n *\n * World -> Display:\n * - planePos = viewController.getOffset3DFromPlaneOffset(pos)\n * no need yet for a planePos to displayPos...\n */\nexport class LayerGroup {\n\n /**\n * The container div.\n *\n * @type {HTMLElement}\n */\n #containerDiv;\n\n // jsdoc does not like\n // @type {(ViewLayer|DrawLayer)[]}\n\n /**\n * List of layers.\n *\n * @type {Array}\n */\n #layers = [];\n\n /**\n * The layer scale as {x,y,z}.\n *\n * @type {Scalar3D}\n */\n #scale = {x: 1, y: 1, z: 1};\n\n /**\n * The base scale as {x,y,z}: all posterior scale will be on top of this one.\n *\n * @type {Scalar3D}\n */\n #baseScale = {x: 1, y: 1, z: 1};\n\n /**\n * The layer offset as {x,y,z}.\n *\n * @type {Scalar3D}\n */\n #offset = {x: 0, y: 0, z: 0};\n\n /**\n * Active view layer index.\n *\n * @type {number}\n */\n #activeViewLayerIndex = undefined;\n\n /**\n * Active draw layer index.\n *\n * @type {number}\n */\n #activeDrawLayerIndex = undefined;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Flag to activate crosshair or not.\n *\n * @type {boolean}\n */\n #showCrosshair = false;\n\n /**\n * Crosshair HTML elements.\n *\n * @type {HTMLElement[]}\n */\n #crosshairHtmlElements = [];\n\n /**\n * Tooltip HTML element.\n *\n * @type {HTMLElement}\n */\n #tooltipHtmlElement;\n\n /**\n * The current position used for the crosshair.\n *\n * @type {Point}\n */\n #currentPosition;\n\n /**\n * Image smoothing flag.\n *\n * @type {boolean}\n */\n #imageSmoothing = false;\n\n /**\n * @param {HTMLElement} containerDiv The associated HTML div.\n */\n constructor(containerDiv) {\n this.#containerDiv = containerDiv;\n }\n\n /**\n * Get the showCrosshair flag.\n *\n * @returns {boolean} True to display the crosshair.\n */\n getShowCrosshair() {\n return this.#showCrosshair;\n }\n\n /**\n * Set the showCrosshair flag.\n *\n * @param {boolean} flag True to display the crosshair.\n */\n setShowCrosshair(flag) {\n this.#showCrosshair = flag;\n if (flag) {\n // listen to offset and zoom change\n this.addEventListener('offsetchange', this.#updateCrosshairOnChange);\n this.addEventListener('zoomchange', this.#updateCrosshairOnChange);\n // show crosshair div\n this.#showCrosshairDiv();\n } else {\n // listen to offset and zoom change\n this.removeEventListener('offsetchange', this.#updateCrosshairOnChange);\n this.removeEventListener('zoomchange', this.#updateCrosshairOnChange);\n // remove crosshair div\n this.#removeCrosshairDiv();\n }\n }\n\n /**\n * Set the imageSmoothing flag value.\n *\n * @param {boolean} flag True to enable smoothing.\n */\n setImageSmoothing(flag) {\n this.#imageSmoothing = flag;\n // set for existing layers\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n layer.setImageSmoothing(flag);\n }\n }\n }\n\n /**\n * Update crosshair on offset or zoom change.\n *\n * @param {object} _event The change event.\n */\n #updateCrosshairOnChange = (_event) => {\n this.#showCrosshairDiv();\n };\n\n /**\n * Get the Id of the container div.\n *\n * @returns {string} The id of the div.\n */\n getDivId() {\n return this.#containerDiv.id;\n }\n\n /**\n * Get the layer scale.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getScale() {\n return this.#scale;\n }\n\n /**\n * Get the base scale.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getBaseScale() {\n return this.#baseScale;\n }\n\n\n /**\n * Get the added scale: the scale added to the base scale.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getAddedScale() {\n return {\n x: this.#scale.x / this.#baseScale.x,\n y: this.#scale.y / this.#baseScale.y,\n z: this.#scale.z / this.#baseScale.z\n };\n }\n\n /**\n * Get the layer offset.\n *\n * @returns {Scalar3D} The offset as {x,y,z}.\n */\n getOffset() {\n return this.#offset;\n }\n\n /**\n * Get the number of layers handled by this class.\n *\n * @returns {number} The number of layers.\n */\n getNumberOfLayers() {\n let count = 0;\n this.#layers.forEach(item => {\n if (typeof item !== 'undefined') {\n count++;\n }\n });\n return count;\n }\n\n /**\n * Check if this layerGroup contains a layer with the input id.\n *\n * @param {string} id The layer id to look for.\n * @returns {boolean} True if this group contains\n * a layer with the input id.\n */\n includes(id) {\n if (typeof id === 'undefined') {\n return false;\n }\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined' &&\n layer.getId() === id) {\n return true;\n }\n }\n return false;\n }\n\n /**\n * Get a list of view layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a ViewLayer as input and returns a boolean. If undefined,\n * returns all view layers.\n * @returns {ViewLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getViewLayers(callbackFn) {\n if (typeof callbackFn === 'undefined') {\n callbackFn = function () {\n return true;\n };\n }\n const res = [];\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer &&\n callbackFn(layer)) {\n res.push(layer);\n }\n }\n return res;\n }\n\n /**\n * Test if one of the view layers satisfies an input callbackFn.\n *\n * @param {Function} callbackFn A function that takes\n * a ViewLayer as input and returns a boolean.\n * @returns {boolean} True if one of the ViewLayers\n * satisfies the callbackFn.\n */\n someViewLayer(callbackFn) {\n let hasOne = false;\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer &&\n callbackFn(layer)) {\n hasOne = true;\n break;\n }\n }\n return hasOne;\n }\n\n /**\n * Get a list of draw layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a DrawLayer as input and returns a boolean. If undefined,\n * returns all draw layers.\n * @returns {DrawLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getDrawLayers(callbackFn) {\n if (typeof callbackFn === 'undefined') {\n callbackFn = function () {\n return true;\n };\n }\n const res = [];\n for (const layer of this.#layers) {\n if (layer instanceof DrawLayer &&\n callbackFn(layer)) {\n res.push(layer);\n }\n }\n return res;\n }\n\n /**\n * Get the number of view layers handled by this class.\n *\n * @returns {number} The number of layers.\n */\n getNumberOfViewLayers() {\n let count = 0;\n this.#layers.forEach(item => {\n if (typeof item !== 'undefined' &&\n item instanceof ViewLayer) {\n count++;\n }\n });\n return count;\n }\n\n /**\n * Get the active image layer.\n *\n * @returns {ViewLayer|undefined} The layer.\n */\n getActiveViewLayer() {\n let layer;\n if (typeof this.#activeViewLayerIndex !== 'undefined') {\n const tmpLayer = this.#layers[this.#activeViewLayerIndex];\n if (tmpLayer instanceof ViewLayer) {\n layer = tmpLayer;\n }\n }\n return layer;\n }\n\n /**\n * Get the base view layer.\n *\n * @returns {ViewLayer|undefined} The layer.\n */\n getBaseViewLayer() {\n // use first layer as base for calculating position and\n // line sizes\n let baseLayer;\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n baseLayer = layer;\n break;\n }\n }\n if (typeof baseLayer === 'undefined') {\n logger.warn('No layer found');\n return;\n }\n return baseLayer;\n }\n\n /**\n * Get the view layers associated to a data id.\n *\n * @param {string} dataId The data id.\n * @returns {ViewLayer[]} The layers.\n */\n getViewLayersByDataId(dataId) {\n const callbackFn = function (layer) {\n return layer.getDataId() === dataId;\n };\n return this.getViewLayers(callbackFn);\n }\n\n /**\n * Search view layers for equal imae meta data.\n *\n * @param {object} meta The meta data to find.\n * @returns {ViewLayer[]} The list of view layers that contain matched data.\n */\n searchViewLayers(meta) {\n const res = [];\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n if (layer.getViewController().equalImageMeta(meta)) {\n res.push(layer);\n }\n }\n }\n return res;\n }\n\n /**\n * Get the view layers data indices.\n *\n * @returns {string[]} The list of indices.\n */\n getViewDataIndices() {\n const res = [];\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n res.push(layer.getDataId());\n }\n }\n return res;\n }\n\n /**\n * Get the active draw layer.\n *\n * @returns {DrawLayer|undefined} The layer.\n */\n getActiveDrawLayer() {\n let layer;\n if (typeof this.#activeDrawLayerIndex !== 'undefined') {\n const tmpLayer = this.#layers[this.#activeDrawLayerIndex];\n if (tmpLayer instanceof DrawLayer) {\n layer = tmpLayer;\n }\n }\n return layer;\n }\n\n /**\n * Get the draw layers associated to a data id.\n *\n * @param {string} dataId The data id.\n * @returns {DrawLayer[]} The layers.\n */\n getDrawLayersByDataId(dataId) {\n const callbackFn = function (layer) {\n return layer.getDataId() === dataId;\n };\n return this.getDrawLayers(callbackFn);\n }\n\n /**\n * Set the active view layer.\n *\n * @param {number} index The index of the layer to set as active.\n */\n setActiveViewLayer(index) {\n if (this.#layers[index] instanceof ViewLayer) {\n this.#activeViewLayerIndex = index;\n /**\n * Active view layer change event.\n *\n * @event LayerGroup#activeviewlayerchange\n * @type {object}\n * @property {Array} value The changed value.\n */\n this.#fireEvent({\n type: 'activelayerchange',\n value: [this.#layers[index]]\n });\n } else {\n logger.warn('No view layer to set as active with index: ' +\n index);\n }\n }\n\n /**\n * Set the active view layer with a data id.\n *\n * @param {string} dataId The data id.\n */\n setActiveViewLayerByDataId(dataId) {\n let index;\n for (let i = 0; i < this.#layers.length; ++i) {\n if (this.#layers[i] instanceof ViewLayer &&\n this.#layers[i].getDataId() === dataId) {\n // stop at first one\n index = i;\n break;\n }\n }\n if (typeof index !== 'undefined') {\n this.setActiveViewLayer(index);\n } else {\n logger.warn('No view layer to set as active with dataId: ' +\n dataId);\n }\n }\n\n /**\n * Set the active draw layer.\n *\n * @param {number|undefined} index The index of the layer to set as active\n * or undefined to not set any.\n */\n setActiveDrawLayer(index) {\n this.#activeDrawLayerIndex = index;\n this.#fireEvent({\n type: 'activelayerchange',\n value: [this.#layers[index]]\n });\n }\n\n /**\n * Set the active draw layer with a data id.\n *\n * @param {string} dataId The data id.\n */\n setActiveDrawLayerByDataId(dataId) {\n let index;\n for (let i = 0; i < this.#layers.length; ++i) {\n if (this.#layers[i] instanceof DrawLayer &&\n this.#layers[i].getDataId() === dataId) {\n // stop at first one\n index = i;\n break;\n }\n }\n if (typeof index !== 'undefined') {\n this.setActiveDrawLayer(index);\n } else {\n logger.warn('No draw layer to set as active with dataId: ' +\n dataId);\n }\n }\n\n /**\n * Add a view layer.\n *\n * The new layer will be marked as the active view layer.\n *\n * @returns {ViewLayer} The created layer.\n */\n addViewLayer() {\n // layer index\n const viewLayerIndex = this.#layers.length;\n // create div\n const div = this.#getNextLayerDiv();\n // prepend to container\n this.#containerDiv.append(div);\n // view layer\n const layer = new ViewLayer(div);\n layer.setImageSmoothing(this.#imageSmoothing);\n // add layer\n this.#layers.push(layer);\n // mark it as active\n this.setActiveViewLayer(viewLayerIndex);\n // bind view layer events\n this.#bindViewLayer(layer);\n // return\n return layer;\n }\n\n /**\n * Add a draw layer.\n *\n * The new layer will be marked as the active draw layer.\n *\n * @returns {DrawLayer} The created layer.\n */\n addDrawLayer() {\n // store active index\n this.#activeDrawLayerIndex = this.#layers.length;\n // create div\n const div = this.#getNextLayerDiv();\n // prepend to container\n this.#containerDiv.append(div);\n // draw layer\n const layer = new DrawLayer(div);\n // add layer\n this.#layers.push(layer);\n // bind draw layer events\n this.#bindDrawLayer(layer);\n // return\n return layer;\n }\n\n /**\n * Bind view layer events to this.\n *\n * @param {ViewLayer} viewLayer The view layer to bind.\n */\n #bindViewLayer(viewLayer) {\n // listen to position change to update other group layers\n viewLayer.addEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n // propagate view viewLayer-layer events\n for (const eventName of viewEventNames) {\n viewLayer.addEventListener(eventName, this.#fireEvent);\n }\n // propagate viewLayer events\n viewLayer.addEventListener('renderstart', this.#fireEvent);\n viewLayer.addEventListener('renderend', this.#fireEvent);\n }\n\n /**\n * Un-bind a view layer events to this.\n *\n * @param {ViewLayer} viewLayer The view layer to unbind.\n */\n #unbindViewLayer(viewLayer) {\n // stop listening to position change to update other group layers\n viewLayer.removeEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n // stop propagating view viewLayer-layer events\n for (const eventName of viewEventNames) {\n viewLayer.removeEventListener(eventName, this.#fireEvent);\n }\n // stop propagating viewLayer events\n viewLayer.removeEventListener('renderstart', this.#fireEvent);\n viewLayer.removeEventListener('renderend', this.#fireEvent);\n\n // stop view layer - image binding\n // (binding is done in layer.setView)\n viewLayer.unbindImage();\n }\n\n /**\n * Bind draw layer events to this.\n *\n * @param {DrawLayer} drawLayer The draw layer to bind.\n */\n #bindDrawLayer(drawLayer) {\n // listen to position change to update other group layers\n drawLayer.addEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n drawLayer.addEventListener(\n 'positionchange', this.#fireEvent);\n // propagate drawLayer events\n drawLayer.addEventListener('drawcreate', this.#fireEvent);\n drawLayer.addEventListener('drawdelete', this.#fireEvent);\n }\n\n /**\n * Un-bind a draw layer events to this.\n *\n * @param {DrawLayer} drawLayer The draw layer to unbind.\n */\n #unbindDrawLayer(drawLayer) {\n // stop listening to position change to update other group layers\n drawLayer.removeEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n drawLayer.removeEventListener(\n 'positionchange', this.#fireEvent);\n // propagate drawLayer events\n drawLayer.removeEventListener('drawcreate', this.#fireEvent);\n drawLayer.removeEventListener('drawdelete', this.#fireEvent);\n }\n\n /**\n * Get the next layer DOM div.\n *\n * @returns {HTMLDivElement} A DOM div.\n */\n #getNextLayerDiv() {\n const div = document.createElement('div');\n div.id = getLayerDivId(this.getDivId(), this.#layers.length);\n div.className = 'layer';\n div.style.pointerEvents = 'none';\n return div;\n }\n\n /**\n * Empty the layer list.\n */\n empty() {\n this.#layers = [];\n // reset active indices\n this.#activeViewLayerIndex = undefined;\n this.#activeDrawLayerIndex = undefined;\n // remove possible crosshair\n this.#removeCrosshairDiv();\n // clean container div\n const previous = this.#containerDiv.getElementsByClassName('layer');\n if (previous) {\n while (previous.length > 0) {\n previous[0].remove();\n }\n }\n }\n\n /**\n * Remove all layers for a specific data.\n *\n * @param {string} dataId The data to remove its layers.\n */\n removeLayersByDataId(dataId) {\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined' &&\n layer.getDataId() === dataId) {\n this.removeLayer(layer);\n }\n }\n }\n\n /**\n * Remove a layer from this layer group.\n * Warning: if current active layer, the index will\n * be set to `undefined`. Call one of the setActive\n * methods to define the active index.\n *\n * @param {ViewLayer | DrawLayer} layer The layer to remove.\n */\n removeLayer(layer) {\n // find layer\n const index = this.#layers.findIndex((item) => item === layer);\n if (index === -1) {\n throw new Error('Cannot find layer to remove');\n }\n // unbind and update active index\n if (layer instanceof ViewLayer) {\n this.#unbindViewLayer(layer);\n if (this.#activeViewLayerIndex === index) {\n this.#activeViewLayerIndex = undefined;\n }\n } else {\n this.#unbindDrawLayer(layer);\n if (this.#activeDrawLayerIndex === index) {\n this.#activeDrawLayerIndex = undefined;\n }\n }\n // reset in storage\n this.#layers[index] = undefined;\n // update html\n layer.removeFromDOM();\n }\n\n /**\n * Show a crosshair at a given position.\n *\n * @param {Point} [position] The position where to show the crosshair,\n * defaults to current position.\n */\n #showCrosshairDiv(position) {\n if (typeof position === 'undefined') {\n position = this.#currentPosition;\n }\n\n // remove previous\n this.#removeCrosshairDiv();\n\n // use first layer as base for calculating position and\n // line sizes\n let baseLayer;\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n baseLayer = layer;\n break;\n }\n }\n if (typeof baseLayer === 'undefined') {\n logger.warn('No layer to show crosshair');\n return;\n }\n\n const vc = baseLayer.getViewController();\n const planePos = vc.getPlanePositionFromPosition(position);\n const displayPos = baseLayer.planePosToDisplay(planePos);\n\n // horizontal line\n if (typeof displayPos.getY() !== 'undefined') {\n const lineH = document.createElement('hr');\n lineH.id = this.getDivId() + '-scroll-crosshair-horizontal';\n lineH.className = 'horizontal';\n lineH.style.width = this.#containerDiv.offsetWidth + 'px';\n lineH.style.left = '0px';\n lineH.style.top = displayPos.getY() + 'px';\n // add to local array\n this.#crosshairHtmlElements.push(lineH);\n // add to html\n this.#containerDiv.appendChild(lineH);\n }\n\n // vertical line\n if (typeof displayPos.getX() !== 'undefined') {\n const lineV = document.createElement('hr');\n lineV.id = this.getDivId() + '-scroll-crosshair-vertical';\n lineV.className = 'vertical';\n lineV.style.width = this.#containerDiv.offsetHeight + 'px';\n lineV.style.left = (displayPos.getX()) + 'px';\n lineV.style.top = '0px';\n // add to local array\n this.#crosshairHtmlElements.push(lineV);\n // add to html\n this.#containerDiv.appendChild(lineV);\n }\n }\n\n /**\n * Remove crosshair divs.\n */\n #removeCrosshairDiv() {\n for (const element of this.#crosshairHtmlElements) {\n element.remove();\n }\n this.#crosshairHtmlElements = [];\n }\n\n /**\n * Displays a tooltip in a temporary `span`.\n * Works with css to hide/show the span only on mouse hover.\n *\n * @param {Point2D} point The update point.\n */\n showTooltip(point) {\n // remove previous div\n this.removeTooltipDiv();\n\n const viewLayer = this.getActiveViewLayer();\n const viewController = viewLayer.getViewController();\n const planePos = viewLayer.displayToPlanePos(point);\n const position = viewController.getPositionFromPlanePoint(planePos);\n const value = viewController.getRescaledImageValue(position);\n\n // create\n if (typeof value !== 'undefined') {\n const span = document.createElement('span');\n span.id = 'scroll-tooltip';\n // tooltip position\n span.style.left = (point.getX() + 10) + 'px';\n span.style.top = (point.getY() + 10) + 'px';\n let text = precisionRound(value, 3).toString();\n if (typeof viewController.getPixelUnit() !== 'undefined') {\n text += ' ' + viewController.getPixelUnit();\n }\n span.appendChild(document.createTextNode(text));\n // add to local var\n this.#tooltipHtmlElement = span;\n // add to html\n this.#containerDiv.appendChild(span);\n }\n }\n\n /**\n * Remove the tooltip html div.\n */\n removeTooltipDiv() {\n if (typeof this.#tooltipHtmlElement !== 'undefined') {\n this.#tooltipHtmlElement.remove();\n this.#tooltipHtmlElement = undefined;\n }\n }\n\n /**\n * Can the input position be set on one of the view layers.\n *\n * @param {Point} position The input position.\n * @returns {boolean} True if one view layer accepts the input position.\n */\n isPositionInBounds(position) {\n return this.someViewLayer(function (layer) {\n return layer.getViewController().isPositionInBounds(position);\n });\n }\n\n /**\n * Can one of the view layers be scrolled.\n *\n * @returns {boolean} True if one view layer can be scrolled.\n */\n canScroll() {\n return this.someViewLayer(function (layer) {\n return layer.getViewController().canScroll();\n });\n }\n\n /**\n * Does one of the view layer have more than one slice in the\n * given dimension.\n *\n * @param {number} dim The input dimension.\n * @returns {boolean} True if one view layer has more than one slice.\n */\n moreThanOne(dim) {\n return this.someViewLayer(function (layer) {\n return layer.getViewController().moreThanOne(dim);\n });\n }\n\n /**\n * Update layers (but not the active view layer) to a position change.\n *\n * @param {object} event The position change event.\n * @function\n */\n updateLayersToPositionChange = (event) => {\n // pause positionchange listeners\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.removeEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n layer.removeEventListener('positionchange', this.#fireEvent);\n }\n }\n\n const index = new Index(event.value[0]);\n const position = new Point(event.value[1]);\n\n // store current position\n this.#currentPosition = position;\n\n if (this.#showCrosshair) {\n this.#showCrosshairDiv(position);\n }\n\n // origin of the first view layer\n const viewLayerOffsets = {};\n let baseViewLayerOrigin0;\n let baseViewLayerOrigin;\n // update position for all layers except the source one\n for (const layer of this.#layers) {\n if (typeof layer === 'undefined') {\n continue;\n }\n let hasSetOffset = false;\n\n // view layer case: define and set offsets\n if (layer instanceof ViewLayer) {\n const vc = layer.getViewController();\n // origin0 should always be there\n const origin0 = vc.getOrigin();\n // depending on position, origin could be undefined\n const origin = vc.getOrigin(position);\n\n let scrollOffset;\n let planeOffset;\n\n if (typeof baseViewLayerOrigin === 'undefined') {\n // first view layer, store origins\n baseViewLayerOrigin0 = origin0;\n baseViewLayerOrigin = origin;\n // no offset\n scrollOffset = new Vector3D(0, 0, 0);\n planeOffset = new Vector3D(0, 0, 0);\n } else {\n if (vc.isPositionInBounds(position) &&\n typeof origin !== 'undefined') {\n // TODO: compensate for possible different orientation between views\n const scrollDiff = baseViewLayerOrigin0.minus(origin0);\n scrollOffset = new Vector3D(\n scrollDiff.getX(), scrollDiff.getY(), scrollDiff.getZ());\n const planeDiff = baseViewLayerOrigin.minus(origin);\n planeOffset = new Vector3D(\n planeDiff.getX(), planeDiff.getY(), planeDiff.getZ());\n }\n }\n\n // set and store offsets\n if (typeof scrollOffset !== 'undefined' &&\n typeof planeOffset !== 'undefined') {\n hasSetOffset =\n layer.setBaseOffset(\n scrollOffset, planeOffset,\n baseViewLayerOrigin, baseViewLayerOrigin0\n );\n // store\n viewLayerOffsets[layer.getId()] = {\n scroll: scrollOffset,\n plane: planeOffset\n };\n }\n }\n\n // draw layer case: use associated view layer offsets\n if (layer instanceof DrawLayer) {\n const refOffsets = viewLayerOffsets[layer.getReferenceLayerId()];\n if (typeof refOffsets !== 'undefined') {\n hasSetOffset =\n layer.setBaseOffset(refOffsets.scroll, refOffsets.plane);\n }\n }\n\n // update position (triggers redraw)\n let hasSetPos = false;\n if (layer.getId() !== event.srclayerid) {\n hasSetPos = layer.setCurrentPosition(position, index);\n }\n\n // force redraw if needed\n if (!hasSetPos && hasSetOffset) {\n layer.draw();\n }\n }\n\n // re-start positionchange listeners\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.addEventListener(\n 'positionchange', this.updateLayersToPositionChange);\n layer.addEventListener('positionchange', this.#fireEvent);\n }\n }\n };\n\n /**\n * Calculate the div to world size ratio needed to fit\n * the largest data.\n *\n * @returns {number|undefined} The ratio.\n */\n getDivToWorldSizeRatio() {\n // check container\n if (this.#containerDiv.offsetWidth === 0 &&\n this.#containerDiv.offsetHeight === 0) {\n throw new Error('Cannot fit to zero sized container.');\n }\n // get max world size\n const maxWorldSize = this.getMaxWorldSize();\n if (typeof maxWorldSize === 'undefined') {\n return undefined;\n }\n // if the container has a width but no height,\n // resize it to follow the same ratio to completely\n // fill the div with the image\n if (this.#containerDiv.offsetHeight === 0) {\n const ratioX = this.#containerDiv.offsetWidth / maxWorldSize.x;\n const height = maxWorldSize.y * ratioX;\n this.#containerDiv.style.height = height + 'px';\n }\n // return best fit\n return Math.min(\n this.#containerDiv.offsetWidth / maxWorldSize.x,\n this.#containerDiv.offsetHeight / maxWorldSize.y\n );\n }\n\n /**\n * Fit to container: set the layers div to world size ratio.\n *\n * @param {number} divToWorldSizeRatio The ratio.\n */\n fitToContainer(divToWorldSizeRatio) {\n // get maximum world size\n const maxWorldSize = this.getMaxWorldSize();\n // exit if none\n if (typeof maxWorldSize === 'undefined') {\n return;\n }\n\n const containerSize = {\n x: this.#containerDiv.offsetWidth,\n y: this.#containerDiv.offsetHeight\n };\n // offset to keep data centered\n const fitOffset = {\n x: -0.5 *\n (containerSize.x - Math.floor(maxWorldSize.x * divToWorldSizeRatio)),\n y: -0.5 *\n (containerSize.y - Math.floor(maxWorldSize.y * divToWorldSizeRatio))\n };\n\n // apply to layers\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.fitToContainer(containerSize, divToWorldSizeRatio, fitOffset);\n }\n }\n\n // update crosshair\n if (this.#showCrosshair) {\n this.#showCrosshairDiv();\n }\n }\n\n /**\n * Get the largest data world (mm) size.\n *\n * @returns {Scalar2D|undefined} The largest size as {x,y}.\n */\n getMaxWorldSize() {\n let maxSize = {x: 0, y: 0};\n for (const layer of this.#layers) {\n if (layer instanceof ViewLayer) {\n const size = layer.getImageWorldSize();\n if (size.x > maxSize.x) {\n maxSize.x = size.x;\n }\n if (size.y > maxSize.y) {\n maxSize.y = size.y;\n }\n }\n }\n if (maxSize.x === 0 && maxSize.y === 0) {\n maxSize = undefined;\n }\n return maxSize;\n }\n\n /**\n * Flip all layers along the Z axis without offset compensation.\n */\n flipScaleZ() {\n this.#baseScale.z *= -1;\n this.setScale(this.#baseScale);\n }\n\n /**\n * Add scale to the layers. Scale cannot go lower than 0.1.\n *\n * @param {number} scaleStep The scale to add.\n * @param {Point3D} center The scale center Point3D.\n */\n addScale(scaleStep, center) {\n const newScale = {\n x: this.#scale.x * (1 + scaleStep),\n y: this.#scale.y * (1 + scaleStep),\n z: this.#scale.z * (1 + scaleStep)\n };\n this.setScale(newScale, center);\n }\n\n /**\n * Set the layers' scale.\n *\n * @param {Scalar3D} newScale The scale to apply as {x,y,z}.\n * @param {Point3D} [center] The scale center Point3D.\n * @fires LayerGroup#zoomchange\n */\n setScale(newScale, center) {\n this.#scale = newScale;\n // apply to layers\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.setScale(this.#scale, center);\n }\n }\n\n // event value\n const value = [\n newScale.x,\n newScale.y,\n newScale.z\n ];\n if (typeof center !== 'undefined') {\n value.push(center.getX());\n value.push(center.getY());\n value.push(center.getZ());\n }\n\n /**\n * Zoom change event.\n *\n * @event LayerGroup#zoomchange\n * @type {object}\n * @property {Array} value The changed value.\n */\n this.#fireEvent({\n type: 'zoomchange',\n value: value\n });\n }\n\n /**\n * Add translation to the layers.\n *\n * @param {Scalar3D} translation The translation as {x,y,z}.\n */\n addTranslation(translation) {\n this.setOffset({\n x: this.#offset.x - translation.x,\n y: this.#offset.y - translation.y,\n z: this.#offset.z - translation.z\n });\n }\n\n /**\n * Set the layers' offset.\n *\n * @param {Scalar3D} newOffset The offset as {x,y,z}.\n * @fires LayerGroup#offsetchange\n */\n setOffset(newOffset) {\n // store\n this.#offset = newOffset;\n // apply to layers\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.setOffset(this.#offset);\n }\n }\n\n /**\n * Offset change event.\n *\n * @event LayerGroup#offsetchange\n * @type {object}\n * @property {Array} value The changed value.\n */\n this.#fireEvent({\n type: 'offsetchange',\n value: [\n this.#offset.x,\n this.#offset.y,\n this.#offset.z\n ]\n });\n }\n\n /**\n * Reset the stage to its initial scale and no offset.\n */\n reset() {\n this.setScale(this.#baseScale);\n this.setOffset({x: 0, y: 0, z: 0});\n }\n\n /**\n * Draw the layer.\n */\n draw() {\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.draw();\n }\n }\n }\n\n /**\n * Display the layer.\n *\n * @param {boolean} flag Whether to display the layer or not.\n */\n display(flag) {\n for (const layer of this.#layers) {\n if (typeof layer !== 'undefined') {\n layer.display(flag);\n }\n }\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // LayerGroup class\n","import {Point, Point3D} from '../math/point';\nimport {WindowLevel} from '../image/windowLevel';\nimport {LayerGroup} from './layerGroup';\nimport {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {ViewLayer} from '../gui/viewLayer';\nimport {DrawLayer} from '../gui/drawLayer';\n/* eslint-enable no-unused-vars */\n\n/**\n * Window/level binder.\n */\nexport class WindowLevelBinder {\n getEventType = function () {\n return 'wlchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n const viewLayers = layerGroup.getViewLayersByDataId(event.dataid);\n if (viewLayers.length !== 0) {\n const vc = viewLayers[0].getViewController();\n if (event.value.length === 2) {\n const wl = new WindowLevel(event.value[0], event.value[1]);\n vc.setWindowLevel(wl);\n }\n if (event.value.length === 3) {\n vc.setWindowLevelPreset(event.value[2]);\n }\n }\n };\n };\n}\n\n/**\n * Colour map binder.\n */\nexport class ColourMapBinder {\n getEventType = function () {\n return 'colourmapchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n const viewLayers = layerGroup.getViewLayersByDataId(event.dataid);\n if (viewLayers.length !== 0) {\n const vc = viewLayers[0].getViewController();\n vc.setColourMap(event.value[0]);\n }\n };\n };\n}\n\n/**\n * Position binder.\n */\nexport class PositionBinder {\n getEventType = function () {\n return 'positionchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n const pointValues = event.value[1];\n const vc = layerGroup.getActiveViewLayer().getViewController();\n // handle different number of dimensions\n const currentPos = vc.getCurrentPosition();\n const currentDims = currentPos.length();\n const inputDims = pointValues.length;\n if (inputDims !== currentDims) {\n if (inputDims === currentDims - 1) {\n // add missing dim, for ex: input 3D -> current 4D\n pointValues.push(currentPos.get(currentDims - 1));\n } else if (inputDims === currentDims + 1) {\n // remove extra dim, for ex: input 4D -> current 3D\n pointValues.pop();\n }\n }\n vc.setCurrentPosition(new Point(pointValues));\n };\n };\n}\n\n/**\n * Zoom binder.\n */\nexport class ZoomBinder {\n getEventType = function () {\n return 'zoomchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n const scale = {\n x: event.value[0],\n y: event.value[1],\n z: event.value[2]\n };\n let center;\n if (event.value.length === 6) {\n center = new Point3D(\n event.value[3],\n event.value[4],\n event.value[5]\n );\n }\n layerGroup.setScale(scale, center);\n layerGroup.draw();\n };\n };\n}\n\n/**\n * Offset binder.\n */\nexport class OffsetBinder {\n getEventType = function () {\n return 'offsetchange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n layerGroup.setOffset({\n x: event.value[0],\n y: event.value[1],\n z: event.value[2]\n });\n layerGroup.draw();\n };\n };\n}\n\n/**\n * Opacity binder. Only propagates to view layers of the same data.\n */\nexport class OpacityBinder {\n getEventType = function () {\n return 'opacitychange';\n };\n getCallback = function (layerGroup) {\n return function (event) {\n // exit if no data id\n if (typeof event.dataid === 'undefined') {\n return;\n }\n // propagate to first view layer if it is not base layer\n const viewLayers = layerGroup.getViewLayersByDataId(event.dataid);\n const baseLayer = layerGroup.getBaseViewLayer();\n if (viewLayers.length !== 0 && baseLayer !== viewLayers[0]) {\n viewLayers[0].setOpacity(event.value);\n viewLayers[0].draw();\n }\n };\n };\n}\n\n/**\n * List of binders.\n */\nexport const binderList = {\n WindowLevelBinder,\n PositionBinder,\n ZoomBinder,\n OffsetBinder,\n OpacityBinder,\n ColourMapBinder\n};\n\n/**\n * Stage: controls a list of layer groups and their\n * synchronisation.\n */\nexport class Stage {\n\n /**\n * Associated layer groups.\n *\n * @type {LayerGroup[]}\n */\n #layerGroups = [];\n\n /**\n * Active layer group index.\n *\n * @type {number|undefined}\n */\n #activeLayerGroupIndex;\n\n /**\n * Image smoothing flag.\n *\n * @type {boolean}\n */\n #imageSmoothing = false;\n\n // layer group binders\n #binders = [];\n // binder callbacks\n #callbackStore = null;\n\n /**\n * Get the layer group at the given index.\n *\n * @param {number} index The index.\n * @returns {LayerGroup|undefined} The layer group.\n */\n getLayerGroup(index) {\n return this.#layerGroups[index];\n }\n\n /**\n * Get the number of layer groups that form the stage.\n *\n * @returns {number} The number of layer groups.\n */\n getNumberOfLayerGroups() {\n return this.#layerGroups.length;\n }\n\n /**\n * Get the active layer group.\n *\n * @returns {LayerGroup|undefined} The layer group.\n */\n getActiveLayerGroup() {\n return this.getLayerGroup(this.#activeLayerGroupIndex);\n }\n\n /**\n * Set the active layer group.\n *\n * @param {number} index The layer group index.\n */\n setActiveLayerGroup(index) {\n if (typeof this.getLayerGroup(index) !== 'undefined') {\n this.#activeLayerGroupIndex = index;\n } else {\n logger.warn('No layer group to set as active with index: ' +\n index);\n }\n }\n\n /**\n * Get the view layers associated to a data id.\n *\n * @param {string} dataId The data id.\n * @returns {ViewLayer[]} The layers.\n */\n getViewLayersByDataId(dataId) {\n let res = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n res = res.concat(this.#layerGroups[i].getViewLayersByDataId(dataId));\n }\n return res;\n }\n\n /**\n * Get a list of view layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a ViewLayer as input and returns a boolean. If undefined,\n * returns all view layers.\n * @returns {ViewLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getViewLayers(callbackFn) {\n let res = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n res = res.concat(this.#layerGroups[i].getViewLayers(callbackFn));\n }\n return res;\n }\n\n /**\n * Get the draw layers associated to a data id.\n *\n * @param {string} dataId The data id.\n * @returns {DrawLayer[]} The layers.\n */\n getDrawLayersByDataId(dataId) {\n let res = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n res = res.concat(this.#layerGroups[i].getDrawLayersByDataId(dataId));\n }\n return res;\n }\n\n /**\n * Get a list of draw layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a DrawLayer as input and returns a boolean. If undefined,\n * returns all draw layers.\n * @returns {DrawLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getDrawLayers(callbackFn) {\n let res = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n res = res.concat(this.#layerGroups[i].getDrawLayers(callbackFn));\n }\n return res;\n }\n\n /**\n * Add a layer group to the list.\n *\n * The new layer group will be marked as the active layer group.\n *\n * @param {object} htmlElement The HTML element of the layer group.\n * @returns {LayerGroup} The newly created layer group.\n */\n addLayerGroup(htmlElement) {\n this.#activeLayerGroupIndex = this.#layerGroups.length;\n const layerGroup = new LayerGroup(htmlElement);\n layerGroup.setImageSmoothing(this.#imageSmoothing);\n // add to storage\n const isBound = this.#callbackStore && this.#callbackStore.length !== 0;\n if (isBound) {\n this.unbindLayerGroups();\n }\n this.#layerGroups.push(layerGroup);\n if (isBound) {\n this.bindLayerGroups();\n }\n // return created group\n return layerGroup;\n }\n\n /**\n * Get a layer group from an HTML element id.\n *\n * @param {string} id The element id to find.\n * @returns {LayerGroup} The layer group.\n */\n getLayerGroupByDivId(id) {\n return this.#layerGroups.find(function (item) {\n return item.getDivId() === id;\n });\n }\n\n /**\n * Set the layer groups binders.\n *\n * @param {Array} list The list of binder objects.\n */\n setBinders(list) {\n if (typeof list === 'undefined' || list === null) {\n throw new Error('Cannot set null or undefined binders');\n }\n if (this.#binders.length !== 0) {\n this.unbindLayerGroups();\n }\n this.#binders = list.slice();\n this.bindLayerGroups();\n }\n\n /**\n * Empty the layer group list.\n */\n empty() {\n this.unbindLayerGroups();\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n this.#layerGroups[i].empty();\n }\n this.#layerGroups = [];\n this.#activeLayerGroupIndex = undefined;\n }\n\n /**\n * Remove all layers for a specific data.\n *\n * @param {string} dataId The data to remove its layers.\n */\n removeLayersByDataId(dataId) {\n for (const layerGroup of this.#layerGroups) {\n layerGroup.removeLayersByDataId(dataId);\n }\n }\n\n /**\n * Remove a layer group from this stage.\n *\n * @param {LayerGroup} layerGroup The layer group to remove.\n */\n removeLayerGroup(layerGroup) {\n // find layer\n const index = this.#layerGroups.findIndex((item) => item === layerGroup);\n if (index === -1) {\n throw new Error('Cannot find layerGroup to remove');\n }\n // unbind\n this.unbindLayerGroups();\n // empty layer group\n layerGroup.empty();\n // remove from storage\n this.#layerGroups.splice(index, 1);\n // update active index\n if (this.#activeLayerGroupIndex === index) {\n this.#activeLayerGroupIndex = undefined;\n }\n // bind\n this.bindLayerGroups();\n }\n\n /**\n * Reset the stage: calls reset on all layer groups.\n */\n reset() {\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n this.#layerGroups[i].reset();\n }\n }\n\n /**\n * Draw the stage: calls draw on all layer groups.\n */\n draw() {\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n this.#layerGroups[i].draw();\n }\n }\n\n /**\n * Fit to container: synchronise the div to world size ratio\n * of the group layers.\n */\n fitToContainer() {\n // find the minimum ratio\n let minRatio;\n const hasRatio = [];\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n const ratio = this.#layerGroups[i].getDivToWorldSizeRatio();\n if (typeof ratio !== 'undefined') {\n hasRatio.push(i);\n if (typeof minRatio === 'undefined' || ratio < minRatio) {\n minRatio = ratio;\n }\n }\n }\n // exit if no ratio\n if (typeof minRatio === 'undefined') {\n return;\n }\n // apply min ratio to layers\n for (let j = 0; j < this.#layerGroups.length; ++j) {\n if (hasRatio.includes(j)) {\n this.#layerGroups[j].fitToContainer(minRatio);\n }\n }\n }\n\n /**\n * Bind the layer groups of the stage.\n */\n bindLayerGroups() {\n if (this.#layerGroups.length === 0 ||\n this.#layerGroups.length === 1 ||\n this.#binders.length === 0) {\n return;\n }\n // create callback store\n this.#callbackStore = new Array(this.#layerGroups.length);\n // add listeners\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n for (let j = 0; j < this.#binders.length; ++j) {\n this.#addEventListeners(i, this.#binders[j]);\n }\n }\n }\n\n /**\n * Unbind the layer groups of the stage.\n */\n unbindLayerGroups() {\n if (this.#layerGroups.length === 0 ||\n this.#layerGroups.length === 1 ||\n this.#binders.length === 0 ||\n !this.#callbackStore) {\n return;\n }\n // remove listeners\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n for (let j = 0; j < this.#binders.length; ++j) {\n this.#removeEventListeners(i, this.#binders[j]);\n }\n }\n // clear callback store\n this.#callbackStore = null;\n }\n\n /**\n * Set the imageSmoothing flag value.\n *\n * @param {boolean} flag True to enable smoothing.\n */\n setImageSmoothing(flag) {\n this.#imageSmoothing = flag;\n // set for existing layer groups\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n this.#layerGroups[i].setImageSmoothing(flag);\n }\n }\n\n /**\n * Get the binder callback function for a given layer group index.\n * The function is created if not yet stored.\n *\n * @param {object} binder The layer binder.\n * @param {number} index The index of the associated layer group.\n * @returns {Function} The binder function.\n */\n #getBinderCallback(binder, index) {\n if (typeof this.#callbackStore[index] === 'undefined') {\n this.#callbackStore[index] = [];\n }\n const store = this.#callbackStore[index];\n let binderObj = store.find(function (elem) {\n return elem.binder === binder;\n });\n if (typeof binderObj === 'undefined') {\n // create new callback object\n binderObj = {\n binder: binder,\n callback: (event) => {\n // stop listeners\n this.#removeEventListeners(index, binder);\n // apply binder\n binder.getCallback(this.#layerGroups[index])(event);\n // re-start listeners\n this.#addEventListeners(index, binder);\n }\n };\n this.#callbackStore[index].push(binderObj);\n }\n return binderObj.callback;\n }\n\n /**\n * Add event listeners for a given layer group index and binder.\n *\n * @param {number} index The index of the associated layer group.\n * @param {object} binder The layer binder.\n */\n #addEventListeners(index, binder) {\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n if (i !== index) {\n this.#layerGroups[index].addEventListener(\n binder.getEventType(),\n this.#getBinderCallback(binder, i)\n );\n }\n }\n }\n\n /**\n * Remove event listeners for a given layer group index and binder.\n *\n * @param {number} index The index of the associated layer group.\n * @param {object} binder The layer binder.\n */\n #removeEventListeners(index, binder) {\n for (let i = 0; i < this.#layerGroups.length; ++i) {\n if (i !== index) {\n this.#layerGroups[index].removeEventListener(\n binder.getEventType(),\n this.#getBinderCallback(binder, i)\n );\n }\n }\n }\n\n} // class Stage\n","import {Index} from '../math/index';\nimport {colourNameToHex} from '../utils/colour';\nimport {WindowLevel} from '../image/windowLevel';\n\n// external\nimport Konva from 'konva';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * State class.\n * Saves: data url/path, display info.\n *\n * History:\n * - v0.5 (dwv 0.30.0, 12/2021):\n * - store position as array,\n * - new draw position group key.\n * - v0.4 (dwv 0.29.0, 06/2021):\n * - move drawing details into meta property,\n * - remove scale center and translation, add offset.\n * - v0.3 (dwv v0.23.0, 03/2018):\n * - new drawing structure, drawings are now the full layer object and\n * using toObject to avoid saving a string representation,\n * - new details structure: simple array of objects referenced by draw ids.\n * - v0.2 (dwv v0.17.0, 12/2016):\n * - adds draw details: array [nslices][nframes] of detail objects.\n * - v0.1 (dwv v0.15.0, 07/2016):\n * - adds version,\n * - drawings: array [nslices][nframes] with all groups.\n * - initial release (dwv v0.10.0, 05/2015), no version number:\n * - content: window-center, window-width, position, scale,\n * scaleCenter, translation, drawings,\n * - drawings: array [nslices] with all groups.\n */\nexport class State {\n /**\n * The state data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * @param {string} dataId The associated data id.\n */\n constructor(dataId) {\n this.#dataId = dataId;\n }\n\n /**\n * Load an application state from JSON.\n *\n * @param {string} json The state as a JSON string.\n * @returns {object} The state object.\n */\n fromJSON(json) {\n const data = JSON.parse(json);\n let res = null;\n if (data.version === '0.1') {\n res = this.#readV01(data);\n } else if (data.version === '0.2') {\n res = this.#readV02(data);\n } else if (data.version === '0.3') {\n res = this.#readV03(data);\n } else if (data.version === '0.4') {\n res = this.#readV04(data);\n } else if (data.version === '0.5') {\n res = this.#readV05(data);\n } else {\n throw new Error('Unknown state file format version: \\'' +\n data.version + '\\'.');\n }\n return res;\n }\n\n /**\n * Load an application state from JSON.\n *\n * @param {App} app The app to apply the state to.\n * @param {object} data The state data.\n */\n apply(app, data) {\n const layerGroup = app.getActiveLayerGroup();\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n // display\n const wl = new WindowLevel(data['window-center'], data['window-width']);\n viewController.setWindowLevel(wl);\n // position is index...\n viewController.setCurrentIndex(new Index(data.position));\n // apply saved scale on top of current base one\n const baseScale = app.getActiveLayerGroup().getBaseScale();\n let scale = null;\n let offset = null;\n if (typeof data.scaleCenter !== 'undefined') {\n scale = {\n x: data.scale * baseScale.x,\n y: data.scale * baseScale.y,\n z: 1\n };\n // ---- transform translation (now) ----\n // Tx = -offset.x * scale.x\n // => offset.x = -Tx / scale.x\n // ---- transform translation (before) ----\n // origin.x = centerX - (centerX - origin.x) * (newZoomX / zoom.x);\n // (zoom.x -> initial zoom = base scale, origin.x = 0)\n // Tx = origin.x + (trans.x * zoom.x)\n const originX = data.scaleCenter.x - data.scaleCenter.x * data.scale;\n const originY = data.scaleCenter.y - data.scaleCenter.y * data.scale;\n const oldTx = originX + data.translation.x * scale.x;\n const oldTy = originY + data.translation.y * scale.y;\n offset = {\n x: -oldTx / scale.x,\n y: -oldTy / scale.y,\n z: 0\n };\n } else {\n scale = {\n x: data.scale.x * baseScale.x,\n y: data.scale.y * baseScale.y,\n z: baseScale.z\n };\n offset = {\n x: data.offset.x,\n y: data.offset.y,\n z: 0\n };\n }\n app.getActiveLayerGroup().setScale(scale);\n app.getActiveLayerGroup().setOffset(offset);\n // drawings (will draw the draw layer)\n app.setDrawings(data.drawings, data.drawingsDetails, this.#dataId);\n }\n\n /**\n * Read an application state from an Object in v0.1 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV01(data) {\n // v0.1 -> v0.2\n const v02DAndD = v01Tov02DrawingsAndDetails(data.drawings);\n // v0.2 -> v0.3, v0.4\n data.drawings = v02Tov03Drawings(v02DAndD.drawings).toObject();\n data.drawingsDetails = v03Tov04DrawingsDetails(\n v02DAndD.drawingsDetails);\n // v0.4 -> v0.5\n data = v04Tov05Data(data);\n data.drawings = v04Tov05Drawings(data.drawings);\n return data;\n }\n\n /**\n * Read an application state from an Object in v0.2 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV02(data) {\n // v0.2 -> v0.3, v0.4\n data.drawings = v02Tov03Drawings(data.drawings).toObject();\n data.drawingsDetails = v03Tov04DrawingsDetails(\n v02Tov03DrawingsDetails(data.drawingsDetails));\n // v0.4 -> v0.5\n data = v04Tov05Data(data);\n data.drawings = v04Tov05Drawings(data.drawings);\n return data;\n }\n\n /**\n * Read an application state from an Object in v0.3 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV03(data) {\n // v0.3 -> v0.4\n data.drawingsDetails = v03Tov04DrawingsDetails(data.drawingsDetails);\n // v0.4 -> v0.5\n data = v04Tov05Data(data);\n data.drawings = v04Tov05Drawings(data.drawings);\n return data;\n }\n\n /**\n * Read an application state from an Object in v0.4 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV04(data) {\n // v0.4 -> v0.5\n data = v04Tov05Data(data);\n data.drawings = v04Tov05Drawings(data.drawings);\n return data;\n }\n /**\n * Read an application state from an Object in v0.5 format.\n *\n * @param {object} data The Object representation of the state.\n * @returns {object} The state object.\n */\n #readV05(data) {\n return data;\n }\n\n} // State class\n\n/**\n * Convert drawings from v0.2 to v0.3:\n * - v0.2: one layer per slice/frame,\n * - v0.3: one layer, one group per slice. `setDrawing` expects the full stage.\n *\n * @param {Array} drawings An array of drawings.\n * @returns {object} The layer with the converted drawings.\n */\nfunction v02Tov03Drawings(drawings) {\n // Auxiliar variables\n let group, groupShapes, parentGroup;\n // Avoid errors when dropping multiple states\n //drawLayer.getChildren().each(function(node){\n // node.visible(false);\n //});\n\n /**\n * Get the draw group id for a given position.\n *\n * @param {Index} currentPosition The current position.\n * @returns {string} The group id.\n */\n function getDrawPositionGroupId(currentPosition) {\n const sliceNumber = currentPosition.get(2);\n const frameNumber = currentPosition.length() === 4\n ? currentPosition.get(3) : 0;\n return 'slice-' + sliceNumber + '_frame-' + frameNumber;\n }\n\n const drawLayer = new Konva.Layer({\n listening: false,\n visible: true\n });\n\n // Get the positions-groups data\n const groupDrawings = typeof drawings === 'string'\n ? JSON.parse(drawings) : drawings;\n // Iterate over each position-groups\n for (let k = 0, lenk = groupDrawings.length; k < lenk; ++k) {\n // Iterate over each frame\n for (let f = 0, lenf = groupDrawings[k].length; f < lenf; ++f) {\n groupShapes = groupDrawings[k][f];\n if (groupShapes.length !== 0) {\n // Create position-group set as visible and append it to drawLayer\n parentGroup = new Konva.Group({\n id: getDrawPositionGroupId(new Index([1, 1, k, f])),\n name: 'position-group',\n visible: false\n });\n\n // Iterate over shapes-group\n for (let g = 0, leng = groupShapes.length; g < leng; ++g) {\n // create the konva group\n group = Konva.Node.create(groupShapes[g]);\n // enforce draggable: only the shape was draggable in v0.2,\n // now the whole group is.\n group.draggable(true);\n group.getChildren().forEach(function (gnode) {\n gnode.draggable(false);\n });\n // add to position group\n parentGroup.add(group);\n }\n // add to layer\n drawLayer.add(parentGroup);\n }\n }\n }\n\n return drawLayer;\n}\n\n/**\n * Convert drawings from v0.1 to v0.2:\n * - v0.1: text on its own,\n * - v0.2: text as part of label.\n *\n * @param {Array} inputDrawings An array of drawings.\n * @returns {object} The converted drawings.\n */\nfunction v01Tov02DrawingsAndDetails(inputDrawings) {\n const newDrawings = [];\n const drawingsDetails = {};\n\n let drawGroups;\n let drawGroup;\n // loop over each slice\n for (let k = 0, lenk = inputDrawings.length; k < lenk; ++k) {\n // loop over each frame\n newDrawings[k] = [];\n for (let f = 0, lenf = inputDrawings[k].length; f < lenf; ++f) {\n // draw group\n drawGroups = inputDrawings[k][f];\n const newFrameDrawings = [];\n // Iterate over shapes-group\n for (let g = 0, leng = drawGroups.length; g < leng; ++g) {\n // create konva group from input\n drawGroup = Konva.Node.create(drawGroups[g]);\n // force visible (not set in state)\n drawGroup.visible(true);\n // label position\n let pos = {x: 0, y: 0};\n // update shape colour\n const kshape = drawGroup.getChildren(function (node) {\n return node.name() === 'shape';\n })[0];\n kshape.stroke(colourNameToHex(kshape.stroke()));\n // special line case\n if (drawGroup.name() === 'line-group') {\n // update name\n drawGroup.name('ruler-group');\n // add ticks\n const ktick0 = new Konva.Line({\n points: [kshape.points()[0],\n kshape.points()[1],\n kshape.points()[0],\n kshape.points()[1]],\n name: 'shape-tick0'\n });\n drawGroup.add(ktick0);\n const ktick1 = new Konva.Line({\n points: [kshape.points()[2],\n kshape.points()[3],\n kshape.points()[2],\n kshape.points()[3]],\n name: 'shape-tick1'\n });\n drawGroup.add(ktick1);\n }\n // special protractor case: update arc name\n const karcs = drawGroup.getChildren(function (node) {\n return node.name() === 'arc';\n });\n if (karcs.length === 1) {\n karcs[0].name('shape-arc');\n }\n // get its text\n const ktexts = drawGroup.getChildren(function (node) {\n return node.name() === 'text';\n });\n // update text: move it into a label\n let ktext = new Konva.Text({\n name: 'text',\n text: ''\n });\n if (ktexts.length === 1) {\n pos.x = ktexts[0].x();\n pos.y = ktexts[0].y();\n // remove it from the group\n ktexts[0].remove();\n // use it\n ktext = ktexts[0];\n } else {\n // use shape position if no text\n if (kshape.points().length !== 0) {\n pos = {x: kshape.points()[0],\n y: kshape.points()[1]};\n }\n }\n // create new label with text and tag\n const klabel = new Konva.Label({\n x: pos.x,\n y: pos.y,\n name: 'label'\n });\n klabel.add(ktext);\n klabel.add(new Konva.Tag());\n // add label to group\n drawGroup.add(klabel);\n // add group to list\n newFrameDrawings.push(JSON.stringify(drawGroup.toObject()));\n\n // create details (v0.3 format)\n let textExpr = ktext.text();\n const txtLen = textExpr.length;\n let quant = null;\n // adapt to text with flag\n if (drawGroup.name() === 'ruler-group') {\n quant = {\n length: {\n value: parseFloat(textExpr.substring(0, txtLen - 2)),\n unit: textExpr.substring(-2)\n }\n };\n textExpr = '{length}';\n } else if (drawGroup.name() === 'ellipse-group' ||\n drawGroup.name() === 'rectangle-group') {\n quant = {\n surface: {\n value: parseFloat(textExpr.substring(0, txtLen - 3)),\n unit: textExpr.substring(-3)\n }\n };\n textExpr = '{surface}';\n } else if (drawGroup.name() === 'protractor-group' ||\n drawGroup.name() === 'rectangle-group') {\n quant = {\n angle: {\n value: parseFloat(textExpr.substring(0, txtLen - 1)),\n unit: textExpr.substring(-1)\n }\n };\n textExpr = '{angle}';\n }\n // set details\n drawingsDetails[drawGroup.id()] = {\n textExpr: textExpr,\n longText: '',\n quant: quant\n };\n\n }\n newDrawings[k].push(newFrameDrawings);\n }\n }\n\n return {drawings: newDrawings, drawingsDetails: drawingsDetails};\n}\n\n/**\n * Convert drawing details from v0.2 to v0.3:\n * - v0.2: array [nslices][nframes] with all,\n * - v0.3: simple array of objects referenced by draw ids.\n *\n * @param {Array} details An array of drawing details.\n * @returns {object} The converted drawings.\n */\nfunction v02Tov03DrawingsDetails(details) {\n const res = {};\n // Get the positions-groups data\n const groupDetails = typeof details === 'string'\n ? JSON.parse(details) : details;\n // Iterate over each position-groups\n for (let k = 0, lenk = groupDetails.length; k < lenk; ++k) {\n // Iterate over each frame\n for (let f = 0, lenf = groupDetails[k].length; f < lenf; ++f) {\n // Iterate over shapes-group\n for (let g = 0, leng = groupDetails[k][f].length; g < leng; ++g) {\n const group = groupDetails[k][f][g];\n res[group.id] = {\n textExpr: group.textExpr,\n longText: group.longText,\n quant: group.quant\n };\n }\n }\n }\n return res;\n}\n\n/**\n * Convert drawing details from v0.3 to v0.4:\n * - v0.3: properties at group root,\n * - v0.4: properties in group meta object.\n *\n * @param {Array} details An array of drawing details.\n * @returns {object} The converted drawings.\n */\nfunction v03Tov04DrawingsDetails(details) {\n const res = {};\n const keys = Object.keys(details);\n // Iterate over each position-groups\n for (let k = 0, lenk = keys.length; k < lenk; ++k) {\n const detail = details[keys[k]];\n res[keys[k]] = {\n meta: {\n textExpr: detail.textExpr,\n longText: detail.longText,\n quantification: detail.quant\n }\n };\n }\n return res;\n}\n\n/**\n * Convert drawing from v0.4 to v0.5:\n * - v0.4: position as object,\n * - v0.5: position as array.\n *\n * @param {object} data An array of drawing.\n * @returns {object} The converted drawings.\n */\nfunction v04Tov05Data(data) {\n const pos = data.position;\n data.position = [pos.i, pos.j, pos.k];\n return data;\n}\n\n/**\n * Convert drawing from v0.4 to v0.5:\n * - v0.4: draw id as 'slice-0_frame-1',\n * - v0.5: draw id as '#2-0_#3-1'.\n *\n * @param {object} inputDrawings An array of drawing.\n * @returns {object} The converted drawings.\n */\nfunction v04Tov05Drawings(inputDrawings) {\n // Iterate over each position-groups\n const posGroups = inputDrawings.children;\n for (let k = 0, lenk = posGroups.length; k < lenk; ++k) {\n const posGroup = posGroups[k];\n const id = posGroup.attrs.id;\n const ids = id.split('_');\n const sliceNumber = parseInt(ids[0].substring(6), 10); // 'slice-0'\n const frameNumber = parseInt(ids[1].substring(6), 10); // 'frame-0'\n let newId = '#2-';\n if (sliceNumber === 0 && frameNumber !== 0) {\n newId += frameNumber;\n } else {\n newId += sliceNumber;\n }\n posGroup.attrs.id = newId;\n }\n return inputDrawings;\n}\n","import {logger} from './logger';\nimport {splitKeyValueString} from './string';\n\n/**\n * Get an full object URL from a string uri.\n *\n * @param {string} uri A string representing the url.\n * @returns {URL} A URL object.\n */\nexport function getUrlFromUri(uri) {\n // add base to allow for relative urls\n // (base is not used for absolute urls)\n let base;\n if (window.location.origin !== 'null') {\n base = window.location.origin;\n }\n return new URL(uri, base);\n}\n\n/**\n * Split an input URI:\n * 'root?key0=val00&key0=val01&key1=val10' returns\n * { base : root, query : [ key0 : [val00, val01], key1 : val1 ] }\n * Returns an empty object if the input string is not correct (null, empty...)\n * or if it is not a query string (no question mark).\n *\n * @param {string} uri The string to split.\n * @returns {object} The split string.\n */\nexport function splitUri(uri) {\n // result\n const result = {};\n // check if query string\n let sepIndex = null;\n if (uri && (sepIndex = uri.indexOf('?')) !== -1) {\n // base: before the '?'\n result.base = uri.substring(0, sepIndex);\n // query : after the '?' and until possible '#'\n let hashIndex = uri.indexOf('#');\n if (hashIndex === -1) {\n hashIndex = uri.length;\n }\n const query = uri.substring(sepIndex + 1, hashIndex);\n // split key/value pairs of the query\n result.query = splitKeyValueString(query);\n }\n // return\n return result;\n}\n\n/**\n * Get the query part, split into an array, of an input URI.\n * The URI scheme is: `base?query#fragment`.\n *\n * @param {string} uri The input URI.\n * @returns {object} The query part, split into an array, of the input URI.\n */\nexport function getUriQuery(uri) {\n // split\n const parts = splitUri(uri);\n // check not empty\n if (Object.keys(parts).length === 0) {\n return null;\n }\n // return query\n return parts.query;\n}\n\n/**\n * Generic URI query decoder.\n * Supports manifest:\n * `[dwv root]?input=encodeURIComponent('[manifest file]')&type=manifest`.\n * Or encoded URI with base and key value/pairs:\n * `[dwv root]?input=encodeURIComponent([root]?key0=value0&key1=value1)`.\n *\n * @param {object} query The query part to the input URI.\n * @param {Function} callback The function to call with the decoded file urls.\n * @param {object} options Optional url request options.\n */\nexport function decodeQuery(query, callback, options) {\n // manifest\n if (query.type && query.type === 'manifest') {\n decodeManifestQuery(query, callback);\n } else {\n // default case: encoded URI with base and key/value pairs\n callback(\n decodeKeyValueUri(query.input, query.dwvReplaceMode),\n options);\n }\n}\n\n/**\n * Decode a Key/Value pair URI. If a key is repeated, the result\n * be an array of base + each key.\n *\n * @param {string} uri The URI to decode.\n * @param {string} replaceMode The key replace mode. Can be:\n * - key (default): keep the key\n * - other than key: do not use the key\n * 'file' is a special case where the '?' of the query is not kept.\n * @returns {string[]} The list of input file urls.\n */\nexport function decodeKeyValueUri(uri, replaceMode) {\n const result = [];\n\n // repeat key replace mode (default to keep key)\n let repeatKeyReplaceMode = 'key';\n if (replaceMode) {\n repeatKeyReplaceMode = replaceMode;\n }\n\n // decode input URI\n const queryUri = decodeURIComponent(uri);\n // get key/value pairs from input URI\n const inputQueryPairs = splitUri(queryUri);\n if (Object.keys(inputQueryPairs).length === 0) {\n result.push(queryUri);\n } else {\n const keys = Object.keys(inputQueryPairs.query);\n // find repeat key\n let repeatKey = null;\n for (let i = 0; i < keys.length; ++i) {\n if (inputQueryPairs.query[keys[i]] instanceof Array) {\n repeatKey = keys[i];\n break;\n }\n }\n\n if (!repeatKey) {\n result.push(queryUri);\n } else {\n const repeatList = inputQueryPairs.query[repeatKey];\n // build base uri\n let baseUrl = inputQueryPairs.base;\n // add '?' when:\n // - base is not empty\n // - the repeatKey is not 'file'\n // root/path/to/?file=0.jpg&file=1.jpg\n if (baseUrl !== '' && repeatKey !== 'file') {\n baseUrl += '?';\n }\n let gotOneArg = false;\n for (let j = 0; j < keys.length; ++j) {\n if (keys[j] !== repeatKey) {\n if (gotOneArg) {\n baseUrl += '&';\n }\n baseUrl += keys[j] + '=' + inputQueryPairs.query[keys[j]];\n gotOneArg = true;\n }\n }\n // append built urls to result\n let url;\n for (let k = 0; k < repeatList.length; ++k) {\n url = baseUrl;\n if (gotOneArg) {\n url += '&';\n }\n if (repeatKeyReplaceMode === 'key') {\n url += repeatKey + '=';\n }\n // other than 'key' mode: do nothing\n url += repeatList[k];\n result.push(url);\n }\n }\n }\n // return\n return result;\n}\n\n/**\n * Decode a manifest query.\n *\n * @external XMLHttpRequest\n * @param {object} query The manifest query: {input, nslices},\n * with input the input URI and nslices the number of slices.\n * @param {Function} callback The function to call with the decoded urls.\n */\nfunction decodeManifestQuery(query, callback) {\n let uri = '';\n if (query.input[0] === '/') {\n uri = window.location.protocol + '//' + window.location.host;\n }\n // TODO: needs to be decoded (decodeURIComponent?\n uri += query.input;\n\n /**\n * Handle error.\n *\n * @param {object} event The error event.\n */\n function onError(event) {\n logger.warn('RequestError while receiving manifest: ' +\n event.target.status);\n }\n\n /**\n * Handle load.\n *\n * @param {object} event The load event.\n */\n function onLoad(event) {\n callback(decodeManifest(event.target.responseXML, query.nslices));\n }\n\n const request = new XMLHttpRequest();\n request.open('GET', decodeURIComponent(uri), true);\n request.responseType = 'document';\n request.onload = onLoad;\n request.onerror = onError;\n request.send(null);\n}\n\n/**\n * Decode an XML manifest.\n *\n * @param {object} manifest The manifest to decode.\n * @param {number} nslices The number of slices to load.\n * @returns {string[]} The decoded manifest.\n */\nexport function decodeManifest(manifest, nslices) {\n const result = [];\n // wado url\n const wadoElement = manifest.getElementsByTagName('wado_query');\n const wadoURL = wadoElement[0].getAttribute('wadoURL');\n const rootURL = wadoURL + '?requestType=WADO&contentType=application/dicom&';\n // patient list\n const patientList = manifest.getElementsByTagName('Patient');\n if (patientList.length > 1) {\n logger.warn('More than one patient, loading first one.');\n }\n // study list\n const studyList = patientList[0].getElementsByTagName('Study');\n if (studyList.length > 1) {\n logger.warn('More than one study, loading first one.');\n }\n const studyUID = studyList[0].getAttribute('StudyInstanceUID');\n // series list\n const seriesList = studyList[0].getElementsByTagName('Series');\n if (seriesList.length > 1) {\n logger.warn('More than one series, loading first one.');\n }\n const seriesUID = seriesList[0].getAttribute('SeriesInstanceUID');\n // instance list\n const instanceList = seriesList[0].getElementsByTagName('Instance');\n // loop on instances and push links\n let max = instanceList.length;\n if (nslices < max) {\n max = nslices;\n }\n for (let i = 0; i < max; ++i) {\n const sopInstanceUID = instanceList[i].getAttribute('SOPInstanceUID');\n const link = rootURL +\n '&studyUID=' + studyUID +\n '&seriesUID=' + seriesUID +\n '&objectUID=' + sopInstanceUID;\n result.push(link);\n }\n // return\n return result;\n}\n","import {ListenerHandler} from './listen';\n\n/**\n * UndoStack class.\n */\nexport class UndoStack {\n /**\n * Array of commands.\n *\n * @type {Array}\n */\n #stack = [];\n\n /**\n * Current command index.\n *\n * @type {number}\n */\n #curCmdIndex = 0;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Get the stack size.\n *\n * @returns {number} The size of the stack.\n */\n getStackSize() {\n return this.#stack.length;\n }\n\n /**\n * Get the current stack index.\n *\n * @returns {number} The stack index.\n */\n getCurrentStackIndex() {\n return this.#curCmdIndex;\n }\n\n /**\n * Add a command to the stack.\n *\n * @param {object} cmd The command to add.\n * @fires UndoStack#undoadd\n */\n add(cmd) {\n // clear commands after current index\n this.#stack = this.#stack.slice(0, this.#curCmdIndex);\n // store command\n this.#stack.push(cmd);\n // increment index\n ++this.#curCmdIndex;\n /**\n * Command add to undo stack event.\n *\n * @event UndoStack#undoadd\n * @type {object}\n * @property {string} command The name of the command added to the\n * undo stack.\n */\n this.#fireEvent({\n type: 'undoadd',\n command: cmd.getName()\n });\n }\n\n /**\n * Remove a command to the stack.\n *\n * @param {string} name The name of the command to remove.\n * @returns {boolean} True if the command was found and removed.\n * @fires UndoStack#undoremove\n */\n remove(name) {\n let res = false;\n const hasInputName = function (element) {\n return element.getName() === name;\n };\n const index = this.#stack.findIndex(hasInputName);\n if (index !== -1) {\n // remove command\n this.#stack.splice(index, 1);\n // decrement index\n --this.#curCmdIndex;\n // result\n res = true;\n /**\n * Command remove from undo stack event.\n *\n * @event UndoStack#undoremove\n * @type {object}\n * @property {string} command The name of the command added to the\n * undo stack.\n */\n this.#fireEvent({\n type: 'undoremove',\n command: name\n });\n }\n return res;\n }\n\n /**\n * Undo the last command.\n *\n * @fires UndoStack#undo\n */\n undo() {\n // a bit inefficient...\n if (this.#curCmdIndex > 0) {\n // decrement command index\n --this.#curCmdIndex;\n // undo last command\n this.#stack[this.#curCmdIndex].undo();\n /**\n * Command undo event.\n *\n * @event UndoStack#undo\n * @type {object}\n * @property {string} command The name of the undone command.\n */\n this.#fireEvent({\n type: 'undo',\n command: this.#stack[this.#curCmdIndex].getName()\n });\n }\n }\n\n /**\n * Redo the last command.\n *\n * @fires UndoStack#redo\n */\n redo() {\n if (this.#curCmdIndex < this.#stack.length) {\n // run last command\n this.#stack[this.#curCmdIndex].execute();\n /**\n * Command redo event.\n *\n * @event UndoStack#redo\n * @type {object}\n * @property {string} command The name of the redone command.\n */\n this.#fireEvent({\n type: 'redo',\n command: this.#stack[this.#curCmdIndex].getName()\n });\n // increment command index\n ++this.#curCmdIndex;\n }\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n} // UndoStack class\n","import {InteractionEventNames} from '../gui/generic';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {LayerGroup} from '../gui/layerGroup';\nimport {ViewLayer} from '../gui/viewLayer';\nimport {DrawLayer} from '../gui/drawLayer';\n/* eslint-enable no-unused-vars */\n\n/**\n * Toolbox controller.\n */\nexport class ToolboxController {\n\n /**\n * List of tools to control.\n *\n * @type {object}\n */\n #toolList;\n\n /**\n * Selected tool.\n *\n * @type {object}\n */\n #selectedTool = null;\n\n /**\n * Callback store to allow attach/detach.\n *\n * @type {Array}\n */\n #callbackStore = [];\n\n /**\n * Current layers bound to tool.\n *\n * @type {object}\n */\n #boundLayers = {};\n\n /**\n * @param {object} toolList The list of tool objects.\n */\n constructor(toolList) {\n this.#toolList = toolList;\n }\n\n /**\n * Initialise.\n */\n init() {\n for (const key in this.#toolList) {\n this.#toolList[key].init();\n }\n // enable shortcuts\n this.enableShortcuts(true);\n }\n\n /**\n * Enable or disable shortcuts. The 'init' methods enables shortcuts\n * by default. Call this method after init to disable shortcuts.\n *\n * @param {boolean} flag True to enable shortcuts.\n */\n enableShortcuts(flag) {\n if (flag) {\n window.addEventListener('keydown',\n this.#getCallback('window', 'keydown'), true);\n } else {\n window.removeEventListener('keydown',\n this.#getCallback('window', 'keydown'), true);\n }\n }\n\n /**\n * Get the tool list.\n *\n * @returns {Array} The list of tool objects.\n */\n getToolList() {\n return this.#toolList;\n }\n\n /**\n * Check if a tool is in the tool list.\n *\n * @param {string} name The name to check.\n * @returns {boolean} The tool list element for the given name.\n */\n hasTool(name) {\n return typeof this.getToolList()[name] !== 'undefined';\n }\n\n /**\n * Get the selected tool.\n *\n * @returns {object} The selected tool.\n */\n getSelectedTool() {\n return this.#selectedTool;\n }\n\n /**\n * Get the selected tool event handler.\n *\n * @param {string} eventType The event type, for example\n * mousedown, touchstart...\n * @returns {Function} The event handler.\n */\n getSelectedToolEventHandler(eventType) {\n return this.getSelectedTool()[eventType];\n }\n\n /**\n * Set the selected tool.\n *\n * @param {string} name The name of the tool.\n */\n setSelectedTool(name) {\n // check if we have it\n if (!this.hasTool(name)) {\n throw new Error('Unknown tool: \\'' + name + '\\'');\n }\n // de-activate previous\n if (this.#selectedTool) {\n this.#selectedTool.activate(false);\n }\n // set internal var\n this.#selectedTool = this.#toolList[name];\n // activate new tool\n this.#selectedTool.activate(true);\n }\n\n /**\n * Set the selected tool live features.\n *\n * @param {object} list The list of features.\n */\n setToolFeatures(list) {\n if (this.getSelectedTool()) {\n this.getSelectedTool().setFeatures(list);\n }\n }\n\n /**\n * Listen to layer interaction events.\n *\n * @param {LayerGroup} layerGroup The associated layer group.\n * @param {ViewLayer|DrawLayer} layer The layer to listen to.\n */\n bindLayerGroup(layerGroup, layer) {\n const divId = layerGroup.getDivId();\n // listen to active layer changes\n layerGroup.addEventListener(\n 'activelayerchange', this.#getActiveLayerChangeHandler(divId));\n // bind the layer\n this.#internalBindLayerGroup(divId, layer);\n }\n\n /**\n * Bind a layer group to this controller.\n *\n * @param {string} layerGroupDivId The layer group div id.\n * @param {ViewLayer|DrawLayer} layer The layer.\n */\n #internalBindLayerGroup(layerGroupDivId, layer) {\n // remove from local list if preset\n if (typeof this.#boundLayers[layerGroupDivId] !== 'undefined') {\n this.#unbindLayer(this.#boundLayers[layerGroupDivId]);\n }\n // replace layer in local list\n this.#boundLayers[layerGroupDivId] = layer;\n // bind layer\n this.#bindLayer(layer);\n }\n\n /**\n * Get an active layer change handler.\n *\n * @param {string} divId The associated layer group div id.\n * @returns {Function} The event handler.\n */\n #getActiveLayerChangeHandler(divId) {\n return (event) => {\n const layer = event.value[0];\n if (typeof layer !== 'undefined') {\n this.#internalBindLayerGroup(divId, layer);\n }\n };\n }\n\n /**\n * Add canvas mouse and touch listeners to a layer.\n *\n * @param {ViewLayer|DrawLayer} layer The layer to start listening to.\n */\n #bindLayer(layer) {\n layer.bindInteraction();\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n layer.addEventListener(names[i],\n this.#getCallback(layer.getId(), names[i]));\n }\n }\n\n /**\n * Remove canvas mouse and touch listeners to a layer.\n *\n * @param {ViewLayer|DrawLayer} layer The layer to stop listening to.\n */\n #unbindLayer(layer) {\n layer.unbindInteraction();\n // interaction events\n const names = InteractionEventNames;\n for (let i = 0; i < names.length; ++i) {\n layer.removeEventListener(names[i],\n this.#getCallback(layer.getId(), names[i]));\n }\n }\n\n /**\n * Mou(se) and (T)ouch event handler. This function just determines\n * the mouse/touch position relative to the canvas element.\n * It then passes it to the current tool.\n *\n * @param {string} layerId The layer id.\n * @param {string} eventType The event type.\n * @returns {object} A callback for the provided layer and event.\n */\n #getCallback(layerId, eventType) {\n if (typeof this.#callbackStore[layerId] === 'undefined') {\n this.#callbackStore[layerId] = [];\n }\n\n if (typeof this.#callbackStore[layerId][eventType] === 'undefined') {\n const applySelectedTool = (event) => {\n // make sure we have a tool\n if (this.#selectedTool) {\n const func = this.#selectedTool[event.type];\n if (func) {\n func(event);\n }\n }\n };\n // store callback\n this.#callbackStore[layerId][eventType] = applySelectedTool;\n }\n\n return this.#callbackStore[layerId][eventType];\n }\n\n} // class ToolboxController\n","/**\n * Multiple progresses handler.\n * Stores a multi dimensional list of progresses to allow to\n * calculate a global progress.\n *\n */\nexport class MultiProgressHandler {\n\n /**\n * List of progresses.\n * First dimension is a list of item for which the progress is recorded,\n * for example file names.\n * Second dimension is a list of possible progresses, for example\n * the progress of the download and the progress of the decoding.\n *\n * @type {Array}\n */\n #progresses = [];\n\n /**\n * Number of dimensions.\n *\n * @type {number}\n */\n #numberOfDimensions = 2;\n\n /**\n * Progress callback.\n *\n * @type {Function}\n */\n #callback;\n\n /**\n * @param {Function} callback The function to pass the global progress to.\n */\n constructor(callback) {\n this.#callback = callback;\n }\n\n /**\n * Set the number of dimensions.\n *\n * @param {number} num The number.\n */\n setNumberOfDimensions(num) {\n this.#numberOfDimensions = num;\n }\n\n /**\n * Set the number of data to load.\n *\n * @param {number} n The number of data to load.\n */\n setNToLoad(n) {\n for (let i = 0; i < n; ++i) {\n this.#progresses[i] = [];\n for (let j = 0; j < this.#numberOfDimensions; ++j) {\n this.#progresses[i][j] = 0;\n }\n }\n }\n\n /**\n * Handle a load progress.\n * Call the member callback with a global event.\n *\n * @param {object} event The progress event.\n */\n onprogress = (event) => {\n // check event\n if (!event.lengthComputable) {\n return;\n }\n if (typeof event.subindex === 'undefined') {\n return;\n }\n if (typeof event.index === 'undefined') {\n return;\n }\n // calculate percent\n const percent = (event.loaded * 100) / event.total;\n // set percent for index\n this.#progresses[event.index][event.subindex] = percent;\n\n // item progress\n let item = null;\n if (typeof event.item !== 'undefined') {\n item = event.item;\n } else {\n item = {\n loaded: this.#getItemProgress(event.index),\n total: 100,\n source: event.source\n };\n }\n\n // call callback with a global event\n this.#callback({\n lengthComputable: true,\n loaded: this.#getGlobalPercent(),\n total: 100,\n item: item\n });\n };\n\n /**\n * Get the item load percent.\n *\n * @param {number} index The index of the item.\n * @returns {number} The load percentage.\n */\n #getItemProgress(index) {\n let sum = 0;\n for (let j = 0; j < this.#numberOfDimensions; ++j) {\n sum += this.#progresses[index][j];\n }\n return sum / this.#numberOfDimensions;\n }\n\n /**\n * Get the global load percent including the provided one.\n *\n * @returns {number} The accumulated percentage.\n */\n #getGlobalPercent() {\n let sum = 0;\n const lenprog = this.#progresses.length;\n for (let i = 0; i < lenprog; ++i) {\n sum += this.#getItemProgress(i);\n }\n return Math.round(sum / lenprog);\n }\n\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * Create a mono progress event handler.\n *\n * @param {number} index The index of the data.\n * @param {number} subindex The sub-index of the data.\n * @returns {eventFn} A progress handler function.\n */\n getMonoProgressHandler(index, subindex) {\n return (event) => {\n event.index = index;\n event.subindex = subindex;\n this.onprogress(event);\n };\n }\n\n /**\n * Create a mono progress event handler with an undefined index.\n * Warning: The caller handles the progress index.\n *\n * @param {number} subindex The sub-index of the data.\n * @returns {eventFn} A progress handler function.\n */\n getUndefinedMonoProgressHandler(subindex) {\n return (event) => {\n event.subindex = subindex;\n this.onprogress(event);\n };\n }\n}\n","import {endsWith, getRootPath} from '../utils/string';\nimport {MultiProgressHandler} from '../utils/progress';\nimport {getFileListFromDicomDir} from '../dicom/dicomElementsWrapper';\nimport {loaderList} from './loaderList';\n\n// url content types\nexport const urlContentTypes = {\n Text: 0,\n ArrayBuffer: 1\n};\n\n/**\n * Urls loader.\n */\nexport class UrlsLoader {\n\n /**\n * Input data.\n *\n * @type {string[]}\n */\n #inputData = null;\n\n /**\n * Array of launched requests.\n *\n * @type {XMLHttpRequest[]}\n */\n #requests = [];\n\n /**\n * Data loader.\n *\n * @type {object}\n */\n #runningLoader = null;\n\n /**\n * Number of loaded data.\n *\n * @type {number}\n */\n #nLoad = 0;\n\n /**\n * Number of load end events.\n *\n * @type {number}\n */\n #nLoadend = 0;\n\n /**\n * Flag to know if the load is aborting.\n *\n * @type {boolean}\n */\n #aborting;\n\n /**\n * The default character set (optional).\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * Get the default character set.\n *\n * @returns {string} The default character set.\n */\n getDefaultCharacterSet() {\n return this.#defaultCharacterSet;\n }\n\n /**\n * Set the default character set.\n *\n * @param {string} characterSet The character set.\n */\n setDefaultCharacterSet(characterSet) {\n this.#defaultCharacterSet = characterSet;\n }\n\n /**\n * Store the current input.\n *\n * @param {string[]} data The input data.\n */\n #storeInputData(data) {\n this.#inputData = data;\n // reset counters\n this.#nLoad = 0;\n this.#nLoadend = 0;\n // reset flag\n this.#aborting = false;\n // clear storage\n this.#clearStoredRequests();\n this.#clearStoredLoader();\n }\n\n /**\n * Store a launched request.\n *\n * @param {XMLHttpRequest} request The launched request.\n */\n #storeRequest(request) {\n this.#requests.push(request);\n }\n\n /**\n * Clear the stored requests.\n *\n */\n #clearStoredRequests() {\n this.#requests = [];\n }\n\n /**\n * Store the launched loader.\n *\n * @param {object} loader The launched loader.\n */\n #storeLoader(loader) {\n this.#runningLoader = loader;\n }\n\n /**\n * Clear the stored loader.\n *\n */\n #clearStoredLoader() {\n this.#runningLoader = null;\n }\n\n /**\n * Increment the number of loaded data\n * and call onload if loaded all data.\n *\n * @param {object} _event The load data event.\n */\n #addLoad = (_event) => {\n this.#nLoad++;\n // call onload when all is loaded\n // (not using the input event since it is\n // an individual load)\n if (this.#nLoad === this.#inputData.length) {\n this.onload({\n source: this.#inputData\n });\n }\n };\n\n /**\n * Increment the counter of load end events\n * and run callbacks when all done, erroneus or not.\n *\n * @param {object} _event The load end event.\n */\n #addLoadend = (_event) => {\n this.#nLoadend++;\n // call onloadend when all is run\n // (not using the input event since it is\n // an individual load end)\n if (this.#nLoadend === this.#inputData.length) {\n this.onloadend({\n source: this.#inputData\n });\n }\n };\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * Augment a callback event with a srouce.\n *\n * @param {object} callback The callback to augment its event.\n * @param {object} source The source to add to the event.\n * @returns {eventFn} The augmented callback.\n */\n #augmentCallbackEvent(callback, source) {\n return (event) => {\n event.source = source;\n callback(event);\n };\n }\n\n /**\n * Load a list of URLs or a DICOMDIR.\n *\n * @param {string[]} data The list of urls to load.\n * @param {object} [options] Load options.\n */\n load(data, options) {\n // send start event\n this.onloadstart({\n source: data\n });\n\n // check if DICOMDIR case\n if (data.length === 1 &&\n (endsWith(data[0], 'DICOMDIR') ||\n endsWith(data[0], '.dcmdir'))) {\n this.#loadDicomDir(data[0], options);\n } else {\n this.#loadUrls(data, options);\n }\n }\n\n /**\n * Get a load handler for a data element.\n *\n * @param {object} loader The associated loader.\n * @param {string} dataElement The data element.\n * @param {number} i The index of the element.\n * @returns {eventFn} A load handler.\n */\n #getLoadHandler(loader, dataElement, i) {\n return (event) => {\n // check response status\n // https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes\n // status 200: \"OK\"; status 0: \"debug\"\n const status = event.target.status;\n if (status !== 200 && status !== 0) {\n this.onerror({\n source: dataElement,\n error: 'GET ' + event.target.responseURL +\n ' ' + event.target.status +\n ' (' + event.target.statusText + ')',\n target: event.target\n });\n this.#addLoadend();\n } else {\n loader.load(event.target.response, dataElement, i);\n }\n };\n }\n\n /**\n * Load a list of urls.\n *\n * @param {string[]} data The list of urls to load.\n * @param {object} [options] The options object, can contain:\n * - requestHeaders: an array of {name, value} to use as request headers,\n * - withCredentials: boolean xhr.withCredentials flag to pass\n * to the request,\n * - batchSize: the size of the request url batch.\n */\n #loadUrls(data, options) {\n // check input\n if (typeof data === 'undefined' || data.length === 0) {\n return;\n }\n this.#storeInputData(data);\n\n // create prgress handler\n const mproghandler = new MultiProgressHandler(this.onprogress);\n mproghandler.setNToLoad(data.length);\n\n // create loaders\n const loaders = [];\n for (let m = 0; m < loaderList.length; ++m) {\n loaders.push(new loaderList[m]());\n }\n\n // find an appropriate loader\n let dataElement = data[0];\n let loader = null;\n let foundLoader = false;\n for (let l = 0; l < loaders.length; ++l) {\n loader = loaders[l];\n if (loader.canLoadUrl(dataElement, options)) {\n foundLoader = true;\n // load options\n loader.setOptions({\n numberOfFiles: data.length,\n defaultCharacterSet: this.getDefaultCharacterSet()\n });\n // set loader callbacks\n // loader.onloadstart: nothing to do\n loader.onprogress = mproghandler.getUndefinedMonoProgressHandler(1);\n loader.onloaditem = this.onloaditem;\n loader.onload = this.#addLoad;\n loader.onloadend = this.#addLoadend;\n loader.onerror = this.onerror;\n loader.onabort = this.onabort;\n\n // store loader\n this.#storeLoader(loader);\n // exit\n break;\n }\n }\n if (!foundLoader) {\n throw new Error('No loader found for url: ' + dataElement);\n }\n\n // store last run request index\n let lastRunRequestIndex = 0;\n const requestOnLoadEnd = () => {\n // launch next in queue\n if (lastRunRequestIndex < this.#requests.length - 1 && !this.#aborting) {\n ++lastRunRequestIndex;\n this.#requests[lastRunRequestIndex].send(null);\n }\n };\n\n // loop on I/O elements\n for (let i = 0; i < data.length; ++i) {\n dataElement = data[i];\n\n // check loader\n if (!loader.canLoadUrl(dataElement, options)) {\n throw new Error('Input url of different type: ' + dataElement);\n }\n /**\n * The http request.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest}.\n *\n * @external XMLHttpRequest\n */\n const request = new XMLHttpRequest();\n request.open('GET', dataElement, true);\n\n // request options\n if (typeof options !== 'undefined') {\n // optional request headers\n if (typeof options.requestHeaders !== 'undefined') {\n const requestHeaders = options.requestHeaders;\n for (let j = 0; j < requestHeaders.length; ++j) {\n if (typeof requestHeaders[j].name !== 'undefined' &&\n typeof requestHeaders[j].value !== 'undefined') {\n request.setRequestHeader(\n requestHeaders[j].name, requestHeaders[j].value);\n }\n }\n }\n // optional withCredentials\n // https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials\n if (typeof options.withCredentials !== 'undefined') {\n request.withCredentials = options.withCredentials;\n }\n }\n\n // set request callbacks\n // request.onloadstart: nothing to do\n request.onprogress = this.#augmentCallbackEvent(\n mproghandler.getMonoProgressHandler(i, 0), dataElement);\n request.onload = this.#getLoadHandler(loader, dataElement, i);\n request.onloadend = requestOnLoadEnd;\n const errorCallback =\n this.#augmentCallbackEvent(this.onerror, dataElement);\n request.onerror = (event) => {\n this.#addLoadend();\n errorCallback(event);\n };\n const abortCallback =\n this.#augmentCallbackEvent(this.onabort, dataElement);\n request.onabort = (event) => {\n this.#addLoadend();\n abortCallback(event);\n };\n // response type (default is 'text')\n if (loader.loadUrlAs() === urlContentTypes.ArrayBuffer) {\n request.responseType = 'arraybuffer';\n }\n\n // store request\n this.#storeRequest(request);\n }\n\n // launch requests in batch\n let batchSize = this.#requests.length;\n if (typeof options !== 'undefined') {\n // optional request batch size\n if (typeof options.batchSize !== 'undefined' && batchSize !== 0) {\n batchSize = Math.min(options.batchSize, this.#requests.length);\n }\n }\n for (let r = 0; r < batchSize; ++r) {\n if (!this.#aborting) {\n lastRunRequestIndex = r;\n this.#requests[lastRunRequestIndex].send(null);\n }\n }\n }\n\n /**\n * Load a DICOMDIR.\n *\n * @param {string} dicomDirUrl The DICOMDIR url.\n * @param {object} [options] Load options.\n */\n #loadDicomDir(dicomDirUrl, options) {\n // read DICOMDIR\n const request = new XMLHttpRequest();\n request.open('GET', dicomDirUrl, true);\n request.responseType = 'arraybuffer';\n // request.onloadstart: nothing to do\n /**\n * @param {object} event The load event.\n */\n request.onload = (event) => {\n // check status\n const status = event.target.status;\n if (status !== 200 && status !== 0) {\n this.onerror({\n source: dicomDirUrl,\n error: 'GET ' + event.target.responseURL +\n ' ' + event.target.status +\n ' (' + event.target.statusText + ')',\n target: event.target\n });\n this.onloadend({});\n } else {\n // get the file list\n const list = getFileListFromDicomDir(event.target.response);\n // use the first list\n const urls = list[0][0];\n // append root url\n const rootUrl = getRootPath(dicomDirUrl);\n const fullUrls = [];\n for (let i = 0; i < urls.length; ++i) {\n fullUrls.push(rootUrl + '/' + urls[i]);\n }\n // load urls\n this.#loadUrls(fullUrls, options);\n }\n };\n request.onerror = (event) => {\n this.#augmentCallbackEvent(this.onerror, dicomDirUrl)(event);\n this.onloadend({});\n };\n request.onabort = (event) => {\n this.#augmentCallbackEvent(this.onabort, dicomDirUrl)(event);\n this.onloadend({});\n };\n // request.onloadend: nothing to do\n // send request\n request.send(null);\n }\n\n /**\n * Abort a load.\n */\n abort() {\n this.#aborting = true;\n // abort non finished requests\n for (let i = 0; i < this.#requests.length; ++i) {\n // 0: UNSENT, 1: OPENED, 2: HEADERS_RECEIVED (send()), 3: LOADING, 4: DONE\n if (this.#requests[i].readyState !== 4) {\n this.#requests[i].abort();\n }\n }\n // abort loader\n if (this.#runningLoader && this.#runningLoader.isLoading()) {\n this.#runningLoader.abort();\n }\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class UrlsLoader\n","/**\n * Thread Pool.\n *\n * Highly inspired from {@link http://www.smartjava.org/content/html5-easily-parallelize-jobs-using-web-workers-and-threadpool}.\n */\nexport class ThreadPool {\n\n /**\n * @param {number} poolSize The size of the pool.\n */\n constructor(poolSize) {\n this.poolSize = poolSize;\n // task queue\n this.taskQueue = [];\n // lsit of available threads\n this.freeThreads = [];\n // create 'poolSize' number of worker threads\n for (let i = 0; i < poolSize; ++i) {\n this.freeThreads.push(new WorkerThread(this));\n }\n // list of running threads (unsed in abort)\n this.runningThreads = [];\n }\n\n /**\n * Add a worker task to the queue.\n * Will be run when a thread is made available.\n *\n * @param {object} workerTask The task to add to the queue.\n */\n addWorkerTask(workerTask) {\n // send work start if first task\n if (this.freeThreads.length === this.poolSize) {\n this.onworkstart({type: 'work-start'});\n }\n // launch task or queue\n if (this.freeThreads.length > 0) {\n // get the first free worker thread\n const workerThread = this.freeThreads.shift();\n // add the thread to the runnning list\n this.runningThreads.push(workerThread);\n // run the input task\n workerThread.run(workerTask);\n } else {\n // no free thread, add task to queue\n this.taskQueue.push(workerTask);\n }\n }\n\n /**\n * Abort all threads.\n */\n abort() {\n // stop all threads\n this.#stop();\n // callback\n this.onabort({type: 'work-abort'});\n this.onworkend({type: 'work-end'});\n }\n\n /**\n * Handle a task end.\n *\n * @param {object} workerThread The thread to free.\n */\n onTaskEnd(workerThread) {\n // launch next task in queue or finish\n if (this.taskQueue.length > 0) {\n // get waiting task\n const workerTask = this.taskQueue.shift();\n // use input thread to run the waiting task\n workerThread.run(workerTask);\n } else {\n // stop the worker\n workerThread.stop();\n // no task to run, add to free list\n this.freeThreads.push(workerThread);\n // remove from running list\n for (let i = 0; i < this.runningThreads.length; ++i) {\n if (this.runningThreads[i].getId() === workerThread.getId()) {\n this.runningThreads.splice(i, 1);\n }\n }\n // the work is done when the queue is back to its initial size\n if (this.freeThreads.length === this.poolSize) {\n this.onwork({type: 'work'});\n this.onworkend({type: 'work-end'});\n }\n }\n }\n\n /**\n * Handle an error message from a worker.\n *\n * @param {object} event The error event.\n */\n handleWorkerError = (event) => {\n // stop all threads\n this.#stop();\n // callback\n this.onerror({error: event});\n this.onworkend({type: 'work-end'});\n };\n\n // private ----------------------------------------------------------------\n\n /**\n * Stop the pool: stop all running threads.\n *\n */\n #stop() {\n // clear tasks\n this.taskQueue = [];\n // cancel running workers\n for (let i = 0; i < this.runningThreads.length; ++i) {\n this.runningThreads[i].stop();\n }\n this.runningThreads = [];\n }\n\n\n /**\n * Handle a work start event.\n * Default does nothing.\n *\n * @param {object} _event The work start event.\n */\n onworkstart(_event) {}\n\n /**\n * Handle a work item event.\n * Default does nothing.\n *\n * @param {object} _event The work item event fired\n * when a work item ended successfully.\n */\n onworkitem(_event) {}\n\n /**\n * Handle a work event.\n * Default does nothing.\n *\n * @param {object} _event The work event fired\n * when a work ended successfully.\n */\n onwork(_event) {}\n\n /**\n * Handle a work end event.\n * Default does nothing.\n *\n * @param {object} _event The work end event fired\n * when a work has completed, successfully or not.\n */\n onworkend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // ThreadPool\n\n/**\n * Worker background task.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/Worker}.\n *\n * @external Worker\n */\n\n/**\n * Worker thread.\n */\nclass WorkerThread {\n\n /**\n * @param {object} parentPool The parent pool.\n */\n constructor(parentPool) {\n this.parentPool = parentPool;\n // thread ID\n this.id = Math.random().toString(36).substring(2, 15);\n // running task\n this.runningTask = null;\n // worker used to run task\n this.worker;\n }\n\n /**\n * Get the thread ID.\n *\n * @returns {string} The thread ID (alphanumeric).\n */\n getId() {\n return this.id;\n }\n\n /**\n * Run a worker task.\n *\n * @param {object} workerTask The task to run.\n */\n run(workerTask) {\n // store task\n this.runningTask = workerTask;\n // create a new web worker if not done yet\n if (typeof this.worker === 'undefined') {\n this.worker = new Worker(this.runningTask.script);\n // set callbacks\n this.worker.onmessage = this.onmessage;\n this.worker.onerror = this.onerror;\n }\n // launch the worker\n this.worker.postMessage(this.runningTask.startMessage);\n }\n\n /**\n * Finish a task and tell the parent.\n */\n stop() {\n // stop the worker\n if (typeof this.worker !== 'undefined') {\n this.worker.terminate();\n // force create at next run\n this.worker = undefined;\n }\n }\n\n /**\n * Message event handler.\n * For now assume we only get a single callback from a worker\n * which also indicates the end of this worker.\n *\n * @param {object} event The message event.\n */\n onmessage = (event) => {\n // augment event\n event.itemNumber = this.runningTask.info.itemNumber;\n event.numberOfItems = this.runningTask.info.numberOfItems;\n event.index = this.runningTask.info.index;\n // send event\n this.parentPool.onworkitem(event);\n // tell the parent pool the task is done\n this.parentPool.onTaskEnd(this);\n };\n\n /**\n * Error event handler.\n *\n * @param {object} event The error event.\n */\n onerror = (event) => {\n // augment event\n event.itemNumber = this.runningTask.info.itemNumber;\n event.numberOfItems = this.runningTask.info.numberOfItems;\n event.index = this.runningTask.info.index;\n // pass to parent\n this.parentPool.handleWorkerError(event);\n // stop the worker and free the thread\n this.stop();\n };\n} // class WorkerThread\n\n/**\n * Worker task.\n */\nexport class WorkerTask {\n /**\n * @param {string} script The worker script.\n * @param {object} message The data to pass to the worker.\n * @param {object} info Information object about the input data.\n */\n constructor(script, message, info) {\n // worker script\n this.script = script;\n // worker start message\n this.startMessage = message;\n // information about the work data\n this.info = info;\n }\n}\n","import {ThreadPool, WorkerTask} from '../utils/thread';\n\n/**\n * The JPEG baseline decoder.\n *\n * Ref: {@link https://github.com/mozilla/pdf.js/blob/master/src/core/jpg.js}.\n *\n * @external JpegImage\n */\n/* global JpegImage */\n// @ts-ignore\nconst hasJpegBaselineDecoder = (typeof JpegImage !== 'undefined');\n\n/**\n * The JPEG decoder namespace.\n *\n * Ref: {@link https://github.com/rii-mango/JPEGLosslessDecoderJS}.\n *\n * @external jpeg\n */\n/* global jpeg */\nconst hasJpegLosslessDecoder =\n // @ts-ignore\n (typeof jpeg !== 'undefined') && (typeof jpeg.lossless !== 'undefined');\n\n/**\n * The JPEG 2000 decoder.\n *\n * Ref: {@link https://github.com/jpambrun/jpx-medical/blob/master/jpx.js}.\n *\n * @external JpxImage\n */\n/* global JpxImage */\n// @ts-ignore\nconst hasJpeg2000Decoder = (typeof JpxImage !== 'undefined');\n\n/* global dwvdecoder */\n\n/**\n * Decoder scripts to be passed to web workers for image decoding.\n */\nexport const decoderScripts = {\n jpeg2000: '',\n 'jpeg-lossless': '',\n 'jpeg-baseline': '',\n rle: ''\n};\n\n/**\n * Asynchronous pixel buffer decoder.\n */\nclass AsynchPixelBufferDecoder {\n\n /**\n * The associated worker script.\n *\n * @type {string}\n */\n #script;\n\n /**\n * Associated thread pool.\n *\n * @type {ThreadPool}\n */\n #pool = new ThreadPool(10);\n\n /**\n * Flag to know if callbacks are set.\n *\n * @type {boolean}\n */\n #areCallbacksSet = false;\n\n /**\n * @param {string} script The path to the decoder script to be used\n * by the web worker.\n * @param {number} _numberOfData The anticipated number of data to decode.\n */\n constructor(script, _numberOfData) {\n this.#script = script;\n }\n\n /**\n * Decode a pixel buffer.\n *\n * @param {Array} pixelBuffer The pixel buffer.\n * @param {object} pixelMeta The input meta data.\n * @param {object} info Information object about the input data.\n */\n decode(pixelBuffer, pixelMeta, info) {\n if (!this.#areCallbacksSet) {\n this.#areCallbacksSet = true;\n // set event handlers\n this.#pool.onworkstart = this.ondecodestart;\n this.#pool.onworkitem = this.ondecodeditem;\n this.#pool.onwork = this.ondecoded;\n this.#pool.onworkend = this.ondecodeend;\n this.#pool.onerror = this.onerror;\n this.#pool.onabort = this.onabort;\n }\n // create worker task\n const workerTask = new WorkerTask(\n this.#script,\n {\n buffer: pixelBuffer,\n meta: pixelMeta\n },\n info\n );\n // add it the queue and run it\n this.#pool.addWorkerTask(workerTask);\n }\n\n /**\n * Abort decoding.\n */\n abort() {\n // abort the thread pool, will trigger pool.onabort\n this.#pool.abort();\n }\n\n /**\n * Handle a decode start event.\n * Default does nothing.\n *\n * @param {object} _event The decode start event.\n */\n ondecodestart(_event) {}\n\n /**\n * Handle a decode item event.\n * Default does nothing.\n *\n * @param {object} _event The decode item event fired\n * when a decode item ended successfully.\n */\n ondecodeditem(_event) {}\n\n /**\n * Handle a decode event.\n * Default does nothing.\n *\n * @param {object} _event The decode event fired\n * when a file has been decoded successfully.\n */\n ondecoded(_event) {}\n\n /**\n * Handle a decode end event.\n * Default does nothing.\n *\n * @param {object} _event The decode end event fired\n * when a file decoding has completed, successfully or not.\n */\n ondecodeend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class AsynchPixelBufferDecoder\n\n/**\n * Synchronous pixel buffer decoder.\n */\nclass SynchPixelBufferDecoder {\n\n /**\n * Name of the compression algorithm.\n *\n * @type {string}\n */\n #algoName;\n\n /**\n * Number of data.\n *\n * @type {number}\n */\n #numberOfData;\n\n /**\n * @param {string} algoName The decompression algorithm name.\n * @param {number} numberOfData The anticipated number of data to decode.\n */\n constructor(algoName, numberOfData) {\n this.#algoName = algoName;\n this.#numberOfData = numberOfData;\n }\n\n // decode count\n #decodeCount = 0;\n\n /**\n * Decode a pixel buffer.\n *\n * @param {Array} pixelBuffer The pixel buffer.\n * @param {object} pixelMeta The input meta data.\n * @param {object} info Information object about the input data.\n * @external jpeg\n * @external JpegImage\n * @external JpxImage\n */\n decode(pixelBuffer, pixelMeta, info) {\n ++this.#decodeCount;\n\n let decoder = null;\n let decodedBuffer = null;\n if (this.#algoName === 'jpeg-lossless') {\n if (!hasJpegLosslessDecoder) {\n throw new Error('No JPEG Lossless decoder provided');\n }\n // bytes per element\n const bpe = pixelMeta.bitsAllocated / 8;\n const buf = new Uint8Array(pixelBuffer);\n // @ts-ignore\n decoder = new jpeg.lossless.Decoder();\n const decoded = decoder.decode(buf.buffer, 0, buf.buffer.byteLength, bpe);\n if (pixelMeta.bitsAllocated === 8) {\n if (pixelMeta.isSigned) {\n decodedBuffer = new Int8Array(decoded.buffer);\n } else {\n decodedBuffer = new Uint8Array(decoded.buffer);\n }\n } else if (pixelMeta.bitsAllocated === 16) {\n if (pixelMeta.isSigned) {\n decodedBuffer = new Int16Array(decoded.buffer);\n } else {\n decodedBuffer = new Uint16Array(decoded.buffer);\n }\n }\n } else if (this.#algoName === 'jpeg-baseline') {\n if (!hasJpegBaselineDecoder) {\n throw new Error('No JPEG Baseline decoder provided');\n }\n // @ts-ignore\n decoder = new JpegImage();\n decoder.parse(pixelBuffer);\n decodedBuffer = decoder.getData(decoder.width, decoder.height);\n } else if (this.#algoName === 'jpeg2000') {\n if (!hasJpeg2000Decoder) {\n throw new Error('No JPEG 2000 decoder provided');\n }\n // decompress pixel buffer into Int16 image\n // @ts-ignore\n decoder = new JpxImage();\n decoder.parse(pixelBuffer);\n // set the pixel buffer\n decodedBuffer = decoder.tiles[0].items;\n } else if (this.#algoName === 'rle') {\n // decode DICOM buffer\n // @ts-ignore\n decoder = new dwvdecoder.RleDecoder();\n // set the pixel buffer\n decodedBuffer = decoder.decode(\n pixelBuffer,\n pixelMeta.bitsAllocated,\n pixelMeta.isSigned,\n pixelMeta.sliceSize,\n pixelMeta.samplesPerPixel,\n pixelMeta.planarConfiguration);\n }\n // send decode events\n this.ondecodeditem({\n data: [decodedBuffer],\n index: info.index,\n numberOfItems: info.numberOfItems,\n itemNumber: info.itemNumber\n });\n // decode end?\n if (this.#decodeCount === this.#numberOfData) {\n this.ondecoded({});\n this.ondecodeend({});\n }\n }\n\n /**\n * Abort decoding.\n */\n abort() {\n // nothing to do in the synchronous case.\n // callback\n this.onabort({});\n this.ondecodeend({});\n }\n\n /**\n * Handle a decode start event.\n * Default does nothing.\n *\n * @param {object} _event The decode start event.\n */\n ondecodestart(_event) {}\n\n /**\n * Handle a decode item event.\n * Default does nothing.\n *\n * @param {object} _event The decode item event fired\n * when a decode item ended successfully.\n */\n ondecodeditem(_event) {}\n\n /**\n * Handle a decode event.\n * Default does nothing.\n *\n * @param {object} _event The decode event fired\n * when a file has been decoded successfully.\n */\n ondecoded(_event) {}\n\n /**\n * Handle a decode end event.\n * Default does nothing.\n *\n * @param {object} _event The decode end event fired\n * when a file decoding has completed, successfully or not.\n */\n ondecodeend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class SynchPixelBufferDecoder\n\n/**\n * Decode a pixel buffer.\n *\n * If the 'decoderScripts' variable does not contain the desired,\n * algorythm the decoder will switch to the synchronous mode.\n */\nexport class PixelBufferDecoder {\n\n /**\n * Flag to know if callbacks are set.\n *\n * @type {boolean}\n */\n #areCallbacksSet = false;\n\n /**\n * Pixel decoder.\n * Defined only once.\n *\n * @type {object}\n */\n #pixelDecoder = null;\n\n /**\n * @param {string} algoName The decompression algorithm name.\n * @param {number} numberOfData The anticipated number of data to decode.\n */\n constructor(algoName, numberOfData) {\n // initialise the asynch decoder (if possible)\n if (typeof decoderScripts !== 'undefined' &&\n typeof decoderScripts[algoName] !== 'undefined') {\n this.#pixelDecoder = new AsynchPixelBufferDecoder(\n decoderScripts[algoName], numberOfData);\n } else {\n this.#pixelDecoder = new SynchPixelBufferDecoder(\n algoName, numberOfData);\n }\n }\n\n /**\n * Get data from an input buffer using a DICOM parser.\n *\n * @param {Array} pixelBuffer The input data buffer.\n * @param {object} pixelMeta The input meta data.\n * @param {object} info Information object about the input data.\n */\n decode(pixelBuffer, pixelMeta, info) {\n if (!this.#areCallbacksSet) {\n this.#areCallbacksSet = true;\n // set callbacks\n this.#pixelDecoder.ondecodestart = this.ondecodestart;\n this.#pixelDecoder.ondecodeditem = this.ondecodeditem;\n this.#pixelDecoder.ondecoded = this.ondecoded;\n this.#pixelDecoder.ondecodeend = this.ondecodeend;\n this.#pixelDecoder.onerror = this.onerror;\n this.#pixelDecoder.onabort = this.onabort;\n }\n // decode and call the callback\n this.#pixelDecoder.decode(pixelBuffer, pixelMeta, info);\n }\n\n /**\n * Abort decoding.\n */\n abort() {\n // decoder classes should define an abort\n this.#pixelDecoder.abort();\n }\n\n /**\n * Handle a decode start event.\n * Default does nothing.\n *\n * @param {object} _event The decode start event.\n */\n ondecodestart(_event) {}\n\n /**\n * Handle a decode item event.\n * Default does nothing.\n *\n * @param {object} _event The decode item event fired\n * when a decode item ended successfully.\n */\n ondecodeditem(_event) {}\n\n /**\n * Handle a decode event.\n * Default does nothing.\n *\n * @param {object} _event The decode event fired\n * when a file has been decoded successfully.\n */\n ondecoded(_event) {}\n\n /**\n * Handle a decode end event.\n * Default does nothing.\n *\n * @param {object} _event The decode end event fired\n * when a file decoding has completed, successfully or not.\n */\n ondecodeend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class PixelBufferDecoder\n","import {\n getCode,\n getDicomCodeItem\n} from './dicomCode';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\nimport {DicomCode} from './dicomCode';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n NumericValue: '0040A30A',\n FloatingPointValue: '0040A161',\n RationalNumeratorValue: '0040A162',\n RationalDenominatorValue: '0040A163',\n MeasurementUnitsCodeSequence: '004008EA'\n};\n\n/**\n * DICOM measured value: property of a numeric measurement.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.html#table_C.18.1-1}.\n */\nexport class MeasuredValue {\n /**\n * @type {number}\n */\n numericValue;\n\n /**\n * @type {number}\n */\n floatingPointValue;\n\n /**\n * @type {number}\n */\n rationalNumeratorValue;\n\n /**\n * @type {number}\n */\n rationalDenominatorValue;\n\n /**\n * @type {DicomCode}\n */\n measurementUnitsCode;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.numericValue + ' ' +\n this.measurementUnitsCode.toString();\n };\n\n};\n\n/**\n * Get a measured value object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {MeasuredValue} A measured value object.\n */\nexport function getMeasuredValue(dataElements) {\n const value = new MeasuredValue();\n\n if (typeof dataElements[TagKeys.NumericValue] !== 'undefined') {\n value.numericValue = dataElements[TagKeys.NumericValue].value[0];\n }\n if (typeof dataElements[TagKeys.FloatingPointValue] !== 'undefined') {\n value.floatingPointValue =\n dataElements[TagKeys.FloatingPointValue].value[0];\n }\n if (typeof dataElements[TagKeys.RationalNumeratorValue] !== 'undefined') {\n value.rationalNumeratorValue =\n dataElements[TagKeys.RationalNumeratorValue].value[0];\n }\n if (typeof dataElements[TagKeys.RationalDenominatorValue] !== 'undefined') {\n value.rationalDenominatorValue =\n dataElements[TagKeys.RationalDenominatorValue].value[0];\n }\n if (typeof dataElements[TagKeys.MeasurementUnitsCodeSequence] !==\n 'undefined') {\n value.measurementUnitsCode = getCode(\n dataElements[TagKeys.MeasurementUnitsCodeSequence].value[0]);\n }\n\n return value;\n};\n\n/**\n * Get a simple dicom element item from a measured value object.\n *\n * @param {MeasuredValue} value The measured value object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomMeasuredValueItem(value) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof value.measurementUnitsCode !== 'undefined') {\n item.MeasurementUnitsCodeSequence = {\n value: [getDicomCodeItem(value.measurementUnitsCode)]\n };\n }\n if (typeof value.floatingPointValue !== 'undefined') {\n item.FloatingPointValue = value.floatingPointValue;\n }\n if (typeof value.rationalNumeratorValue !== 'undefined') {\n item.RationalNumeratorValue = value.rationalNumeratorValue;\n }\n if (typeof value.rationalDenominatorValue !== 'undefined') {\n item.RationalDenominatorValue = value.rationalDenominatorValue;\n }\n if (typeof value.numericValue !== 'undefined') {\n item.NumericValue = value.numericValue;\n }\n\n // return\n return item;\n}\n","import {\n getCode,\n getDicomCodeItem\n} from './dicomCode';\nimport {\n getMeasuredValue,\n getDicomMeasuredValueItem\n} from './dicomMeasuredValue';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\nimport {MeasuredValue} from './dicomMeasuredValue';\nimport {DicomCode} from './dicomCode';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n MeasuredValueSequence: '0040A300',\n NumericValueQualifierCodeSequence: '0040A301'\n};\n\n/**\n * DICOM numeric measurement: item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.html#table_C.18.1-1}.\n */\nexport class NumericMeasurement {\n /**\n * @type {MeasuredValue}\n */\n measuredValue;\n\n /**\n * @type {DicomCode}\n */\n numericValueQualifierCode;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n let res = this.measuredValue.toString();\n if (typeof this.numericValueQualifierCode !== 'undefined') {\n res += ' ' + this.numericValueQualifierCode.toString();\n }\n return res;\n }\n};\n\n/**\n * Get a measurement object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {NumericMeasurement} A measurement object.\n */\nexport function getNumericMeasurement(dataElements) {\n const measurement = new NumericMeasurement();\n\n if (typeof dataElements[TagKeys.MeasuredValueSequence] !== 'undefined') {\n measurement.measuredValue = getMeasuredValue(\n dataElements[TagKeys.MeasuredValueSequence].value[0]);\n }\n if (typeof dataElements[TagKeys.NumericValueQualifierCodeSequence] !==\n 'undefined') {\n measurement.numericValueQualifierCode = getCode(\n dataElements[TagKeys.NumericValueQualifierCodeSequence].value[0]);\n }\n\n return measurement;\n};\n\n/**\n * Get a simple dicom element item from a measurement object.\n *\n * @param {NumericMeasurement} measurement The measurement object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomNumericMeasurementItem(measurement) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof measurement.measuredValue !== 'undefined') {\n item.MeasuredValueSequence = {\n value: [getDicomMeasuredValueItem(measurement.measuredValue)]\n };\n }\n if (typeof measurement.numericValueQualifierCode !== 'undefined') {\n item.NumericValueQualifierCodeSequence = {\n value: [getDicomCodeItem(measurement.numericValueQualifierCode)]\n };\n }\n\n // return\n return item;\n}\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n ReferencedSOPClassUID: '00081150',\n ReferencedSOPInstanceUID: '00081155'\n};\n\n/**\n * DICOM sop instance reference.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_10.8.html#table_10-11}.\n */\nexport class SopInstanceReference {\n /**\n * @type {string}\n */\n referencedSOPClassUID;\n\n /**\n * @type {string}\n */\n referencedSOPInstanceUID;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.referencedSOPInstanceUID + ' (class: ' +\n this.referencedSOPClassUID + ')';\n };\n};\n\n/**\n * Get a SOP reference object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {SopInstanceReference} A SOP reference object.\n */\nexport function getSopInstanceReference(dataElements) {\n const ref = new SopInstanceReference();\n\n if (typeof dataElements[TagKeys.ReferencedSOPClassUID] !== 'undefined') {\n ref.referencedSOPClassUID =\n dataElements[TagKeys.ReferencedSOPClassUID].value[0];\n }\n if (typeof dataElements[TagKeys.ReferencedSOPInstanceUID] !== 'undefined') {\n ref.referencedSOPInstanceUID =\n dataElements[TagKeys.ReferencedSOPInstanceUID].value[0];\n }\n\n return ref;\n};\n\n/**\n * Get a simple dicom element item from a SOP reference object.\n *\n * @param {SopInstanceReference} ref The SOP reference object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSopInstanceReferenceItem(ref) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof ref.referencedSOPClassUID !== 'undefined') {\n item.ReferencedSOPClassUID = ref.referencedSOPClassUID;\n }\n if (typeof ref.referencedSOPInstanceUID !== 'undefined') {\n item.ReferencedSOPInstanceUID = ref.referencedSOPInstanceUID;\n }\n\n // return\n return item;\n}\n","import {\n getSopInstanceReference,\n getDicomSopInstanceReferenceItem\n} from './dicomSopInstanceReference';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n ReferencedFrameNumber: '00081160',\n ReferencedSOPSequence: '00081199',\n ReferencedSegmentNumber: '0062000B'\n};\n\n/**\n * DICOM image reference: item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.4.html#table_C.18.4-1}.\n */\nexport class ImageReference {\n /**\n * @type {object}\n */\n referencedSOPSequence;\n\n /**\n * @type {object}\n */\n referencedFrameNumber;\n\n /**\n * @type {string}\n */\n referencedSegmentNumber;\n\n /**\n * @type {string}\n */\n fiducialUID;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.referencedSOPSequence.toString();\n };\n};\n\n/**\n * Get a reference object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {ImageReference} A reference object.\n */\nexport function getImageReference(dataElements) {\n const ref = new ImageReference();\n\n if (typeof dataElements[TagKeys.ReferencedFrameNumber] !== 'undefined') {\n ref.referencedFrameNumber =\n dataElements[TagKeys.ReferencedFrameNumber].value[0];\n }\n if (typeof dataElements[TagKeys.ReferencedSOPSequence] !== 'undefined') {\n ref.referencedSOPSequence = getSopInstanceReference(\n dataElements[TagKeys.ReferencedSOPSequence].value[0]);\n }\n if (typeof dataElements[TagKeys.ReferencedSegmentNumber] !== 'undefined') {\n ref.referencedSegmentNumber =\n dataElements[TagKeys.ReferencedSegmentNumber].value[0];\n }\n\n return ref;\n};\n\n/**\n * Get a simple dicom element item from a reference object.\n *\n * @param {ImageReference} ref The reference object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomImageReferenceItem(ref) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof ref.referencedFrameNumber !== 'undefined') {\n item.ReferencedFrameNumber = ref.referencedFrameNumber;\n }\n if (typeof ref.referencedSOPSequence !== 'undefined') {\n item.ReferencedSOPSequence = {\n value: [getDicomSopInstanceReferenceItem(ref.referencedSOPSequence)]\n };\n }\n if (typeof ref.referencedSegmentNumber !== 'undefined') {\n item.ReferencedSegmentNumber =\n ref.referencedSegmentNumber;\n }\n\n // return\n return item;\n}\n","import {Point2D} from '../math/point';\nimport {Line, areOrthogonal} from '../math/line';\nimport {Protractor} from '../math/protractor';\nimport {ROI} from '../math/roi';\nimport {Circle} from '../math/circle';\nimport {Ellipse} from '../math/ellipse';\nimport {Rectangle} from '../math/rectangle';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n PixelOriginInterpretation: '00480301',\n GraphicData: '00700022',\n GraphicType: '00700023',\n FiducialUID: '0070031A'\n};\n\n/**\n * DICOM graphic types.\n */\nexport const GraphicTypes = {\n point: 'POINT',\n multipoint: 'MULTIPOINT',\n polyline: 'POLYLINE',\n circle: 'CIRCLE',\n ellipse: 'ELLIPSE'\n};\n\n/**\n * DICOM spatial coordinate (SCOORD): item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.6.html#table_C.18.6-1}.\n */\nexport class SpatialCoordinate {\n /**\n * @type {string[]}\n */\n graphicData;\n\n /**\n * @type {string}\n */\n graphicType;\n\n /**\n * @type {string}\n */\n pixelOriginInterpretation;\n\n /**\n * @type {string}\n */\n fiducialUID;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.graphicType +\n ' {' + this.graphicData + '}';\n };\n};\n\n/**\n * Get a scoord object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {SpatialCoordinate} A scoord object.\n */\nexport function getSpatialCoordinate(dataElements) {\n const scoord = new SpatialCoordinate();\n\n if (typeof dataElements[TagKeys.GraphicData] !== 'undefined') {\n scoord.graphicData = dataElements[TagKeys.GraphicData].value;\n }\n if (typeof dataElements[TagKeys.GraphicType] !== 'undefined') {\n scoord.graphicType = dataElements[TagKeys.GraphicType].value[0];\n }\n if (typeof dataElements[TagKeys.PixelOriginInterpretation] !== 'undefined') {\n scoord.pixelOriginInterpretation =\n dataElements[TagKeys.PixelOriginInterpretation].value[0];\n }\n if (typeof dataElements[TagKeys.FiducialUID] !== 'undefined') {\n scoord.fiducialUID = dataElements[TagKeys.FiducialUID].value[0];\n }\n return scoord;\n};\n\n/**\n * Get a simple dicom element item from a scoord object.\n *\n * @param {SpatialCoordinate} scoord The scoord object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSpatialCoordinateItem(scoord) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof scoord.pixelOriginInterpretation !== 'undefined') {\n item.PixelOriginInterpretation = scoord.pixelOriginInterpretation;\n }\n if (typeof scoord.graphicData !== 'undefined') {\n item.GraphicData = scoord.graphicData;\n }\n if (typeof scoord.graphicType !== 'undefined') {\n item.GraphicType = scoord.graphicType;\n }\n if (typeof scoord.fiducialUID !== 'undefined') {\n item.FiducialUID = scoord.fiducialUID;\n }\n\n // return\n return item;\n}\n\n/**\n * Get a DICOM spatial coordinate (SCOORD) from a mathematical shape.\n *\n * @param {Point2D|Line|Protractor|ROI|Circle|Ellipse|Rectangle} shape\n * The math shape.\n * @returns {SpatialCoordinate} The DICOM scoord.\n */\nexport function getScoordFromShape(shape) {\n const scoord = new SpatialCoordinate();\n\n if (shape instanceof Point2D) {\n scoord.graphicData = [\n shape.getX().toString(),\n shape.getY().toString(),\n ];\n scoord.graphicType = GraphicTypes.point;\n } else if (shape instanceof Line) {\n scoord.graphicData = [\n shape.getBegin().getX().toString(),\n shape.getBegin().getY().toString(),\n shape.getEnd().getX().toString(),\n shape.getEnd().getY().toString(),\n ];\n scoord.graphicType = GraphicTypes.polyline;\n } else if (shape instanceof Protractor) {\n scoord.graphicData = [];\n for (let i = 0; i < 3; ++i) {\n scoord.graphicData.push(shape.getPoint(i).getX().toString());\n scoord.graphicData.push(shape.getPoint(i).getY().toString());\n }\n scoord.graphicType = GraphicTypes.polyline;\n } else if (shape instanceof ROI) {\n scoord.graphicData = [];\n for (let i = 0; i < shape.getLength(); ++i) {\n scoord.graphicData.push(shape.getPoint(i).getX().toString());\n scoord.graphicData.push(shape.getPoint(i).getY().toString());\n }\n // repeat first point to close shape\n const firstPoint = shape.getPoint(0);\n scoord.graphicData.push(firstPoint.getX().toString());\n scoord.graphicData.push(firstPoint.getY().toString());\n\n scoord.graphicType = GraphicTypes.polyline;\n } else if (shape instanceof Circle) {\n const center = shape.getCenter();\n const pointPerimeter = new Point2D(\n center.getX() + shape.getRadius(), center.getY()\n );\n scoord.graphicData = [\n center.getX().toString(),\n center.getY().toString(),\n pointPerimeter.getX().toString(),\n pointPerimeter.getY().toString(),\n ];\n scoord.graphicType = GraphicTypes.circle;\n } else if (shape instanceof Ellipse) {\n const center = shape.getCenter();\n const radiusX = shape.getA();\n const radiusY = shape.getB();\n scoord.graphicData = [\n (center.getX() - radiusX).toString(),\n center.getY().toString(),\n (center.getX() + radiusX).toString(),\n center.getY().toString(),\n center.getX().toString(),\n (center.getY() - radiusY).toString(),\n center.getX().toString(),\n (center.getY() + radiusY).toString()\n ];\n scoord.graphicType = GraphicTypes.ellipse;\n } else if (shape instanceof Rectangle) {\n const begin = shape.getBegin();\n const end = shape.getEnd();\n // begin as first and last point to close shape\n scoord.graphicData = [\n begin.getX().toString(),\n begin.getY().toString(),\n begin.getX().toString(),\n end.getY().toString(),\n end.getX().toString(),\n end.getY().toString(),\n end.getX().toString(),\n begin.getY().toString(),\n begin.getX().toString(),\n begin.getY().toString()\n ];\n scoord.graphicType = GraphicTypes.polyline;\n }\n\n return scoord;\n};\n\n/**\n * Get a mathematical shape from a DICOM spatial coordinate (SCOORD).\n *\n * @param {SpatialCoordinate} scoord The DICOM scoord.\n * @returns {Point2D|Line|Protractor|ROI|Circle|Ellipse|Rectangle}\n * The math shape.\n */\nexport function getShapeFromScoord(scoord) {\n // extract points\n const dataLength = scoord.graphicData.length;\n if (dataLength % 2 !== 0) {\n throw new Error('Expecting even number of coordinates in scroord data');\n }\n const points = [];\n for (let i = 0; i < dataLength; i += 2) {\n points.push(new Point2D(\n parseFloat(scoord.graphicData[i]),\n parseFloat(scoord.graphicData[i + 1])\n ));\n }\n let isClosed = false;\n const numberOfPoints = points.length;\n if (numberOfPoints > 2) {\n const firstPoint = points[0];\n const lastPoint = points[numberOfPoints - 1];\n isClosed = firstPoint.equals(lastPoint);\n }\n\n // create math shape\n let shape;\n if (scoord.graphicType === GraphicTypes.point) {\n if (points.length !== 1) {\n throw new Error('Expecting 1 point for point');\n }\n shape = points[0];\n } else if (scoord.graphicType === GraphicTypes.circle) {\n if (points.length !== 2) {\n throw new Error('Expecting 2 points for circles');\n }\n const center = points[0];\n const pointPerimeter = points[1];\n const radius = pointPerimeter.getDistance(center);\n shape = new Circle(center, radius);\n } else if (scoord.graphicType === GraphicTypes.ellipse) {\n if (points.length !== 4) {\n throw new Error('Expecting 4 points for ellipses');\n }\n // TODO: make more generic\n const radiusX = points[0].getDistance(points[1]) / 2;\n const radiusY = points[2].getDistance(points[3]) / 2;\n const center = new Point2D(\n points[0].getX() + radiusX,\n points[0].getY()\n );\n shape = new Ellipse(center, radiusX, radiusY);\n } else if (scoord.graphicType === GraphicTypes.polyline) {\n if (!isClosed) {\n if (points.length === 2) {\n shape = new Line(points[0], points[1]);\n } else if (points.length === 3) {\n shape = new Protractor([points[0], points[1], points[2]]);\n }\n } else {\n if (points.length === 5) {\n const line0 = new Line(points[0], points[1]);\n const line1 = new Line(points[1], points[2]);\n const line2 = new Line(points[2], points[3]);\n const line3 = new Line(points[3], points[4]);\n if (areOrthogonal(line0, line1) &&\n areOrthogonal(line1, line2) &&\n areOrthogonal(line2, line3)) {\n shape = new Rectangle(points[0], points[2]);\n } else {\n // remove last=first point for closed shape\n shape = new ROI(points.slice(0, -1));\n }\n } else {\n // remove last=first point for closed shape\n shape = new ROI(points.slice(0, -1));\n }\n }\n }\n\n return shape;\n};","// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n GraphicData: '00700022',\n GraphicType: '00700023',\n ReferencedFrameofReferenceUID: '30060024',\n FiducialUID: '0070031A'\n};\n\n/**\n * DICOM spatial coordinate 3D (SCOORD3D): item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.18.9.html#table_C.18.9-1}.\n */\nexport class SpatialCoordinate3D {\n /**\n * @type {string[]}\n */\n graphicData;\n\n /**\n * @type {string}\n */\n graphicType;\n\n /**\n * @type {string}\n */\n referencedFrameofReferenceUID;\n\n /**\n * @type {string}\n */\n fiducialUID;\n\n /**\n * Get a string representation of this object.\n *\n * @returns {string} The object as string.\n */\n toString() {\n return this.graphicType +\n '{' + this.graphicData + '}';\n };\n};\n\n/**\n * Get a scoord3d object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {SpatialCoordinate3D} A scoord3d object.\n */\nexport function getSpatialCoordinate3D(dataElements) {\n const scoord = new SpatialCoordinate3D();\n\n if (typeof dataElements[TagKeys.GraphicData] !== 'undefined') {\n scoord.graphicData = dataElements[TagKeys.GraphicData].value;\n }\n if (typeof dataElements[TagKeys.GraphicType] !== 'undefined') {\n scoord.graphicType = dataElements[TagKeys.GraphicType].value[0];\n }\n if (typeof dataElements[TagKeys.ReferencedFrameofReferenceUID] !==\n 'undefined') {\n scoord.referencedFrameofReferenceUID =\n dataElements[TagKeys.ReferencedFrameofReferenceUID].value[0];\n }\n if (typeof dataElements[TagKeys.FiducialUID] !== 'undefined') {\n scoord.fiducialUID = dataElements[TagKeys.FiducialUID].value[0];\n }\n return scoord;\n};\n\n/**\n * Get a simple dicom element item from a scoord3d object.\n *\n * @param {SpatialCoordinate3D} scoord The scoord3d object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSpatialCoordinate3DItem(scoord) {\n // dicom item (tags are in group/element order)\n const item = {};\n\n if (typeof scoord.graphicData !== 'undefined') {\n item.GraphicData = scoord.graphicData;\n }\n if (typeof scoord.graphicType !== 'undefined') {\n item.GraphicType = scoord.graphicType;\n }\n if (typeof scoord.referencedFrameofReferenceUID !== 'undefined') {\n item.ReferencedFrameofReferenceUID =\n scoord.referencedFrameofReferenceUID;\n }\n if (typeof scoord.fiducialUID !== 'undefined') {\n item.FiducialUID = scoord.fiducialUID;\n }\n\n // return\n return item;\n}","import {\n NumericMeasurement,\n getNumericMeasurement,\n getDicomNumericMeasurementItem\n} from './dicomNumericMeasurement';\nimport {\n getCode,\n getDicomCodeItem,\n getConceptNameCode,\n getMeasurementUnitsCode\n} from './dicomCode';\nimport {\n getImageReference,\n getDicomImageReferenceItem\n} from './dicomImageReference';\nimport {\n getSopInstanceReference,\n getDicomSopInstanceReferenceItem\n} from './dicomSopInstanceReference';\nimport {\n getSpatialCoordinate,\n getDicomSpatialCoordinateItem\n} from './dicomSpatialCoordinate';\nimport {\n getSpatialCoordinate3D,\n getDicomSpatialCoordinate3DItem\n} from './dicomSpatialCoordinate3D';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from './dataElement';\nimport {DicomCode} from './dicomCode';\nimport {MeasuredValue} from './dicomMeasuredValue';\n/* eslint-enable no-unused-vars */\n\n/**\n * Related DICOM tag keys.\n */\nconst TagKeys = {\n ReferencedSOPSequence: '00081199',\n RelationshipType: '0040A010',\n ValueType: '0040A040',\n ConceptNameCodeSequence: '0040A043',\n ConceptCodeSequence: '0040A168',\n ContentSequence: '0040A730',\n DateTime: '0040A120',\n Date: '0040A121',\n Time: '0040A122',\n UID: '0040A124',\n PersonName: '0040A123',\n TextValue: '0040A160',\n ContinuityOfContent: '0040A050'\n};\n\n/**\n * DICOM relationship types.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.17.3.2.4.html#sect_C.17.3.2.4}.\n */\nexport const RelationshipTypes = {\n contains: 'CONTAINS',\n hasProperties: 'HAS PROPERTIES',\n hasObsContext: 'HAS OBS CONTEXT',\n hasAcqContext: 'HAS ACQ CONTEXT',\n inferredFrom: 'INFERRED FROM',\n selectedFrom: 'SELECTED FROM',\n hasConceptMod: 'HAS CONCEPT MOD'\n};\n\n/**\n * DICOM value types.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.17.3.2.html#sect_C.17.3.2.1}.\n */\nexport const ValueTypes = {\n text: 'TEXT',\n num: 'NUM',\n code: 'CODE',\n date: 'DATE',\n time: 'TIME',\n datetime: 'DATETIME',\n uidref: 'UIDREF',\n pname: 'PNAME',\n composite: 'COMPOSITE',\n image: 'IMAGE',\n waveform: 'WAVEFORM',\n scoord: 'SCOORD',\n scoord3d: 'SCOORD3D',\n tcoord: 'TCOORD',\n container: 'CONTAINER',\n table: 'TABLE',\n};\n\n/**\n * DICOM value type to associated tag name.\n */\nexport const ValueTypeValueTagName = {\n TEXT: 'TextValue',\n DATE: 'Date',\n TIME: 'Time',\n DATETIME: 'DateTime',\n UIDREF: 'UID',\n PNAME: 'PersonName',\n CONTAINER: 'ContinuityOfContent',\n};\n\n/**\n * DICOM SR content: item of a SR content sequence.\n *\n * Ref: {@link https://dicom.nema.org/medical/dicom/2022a/output/chtml/part03/sect_C.17.3.html}.\n */\nexport class DicomSRContent {\n /**\n * Value type.\n *\n * @type {string}\n */\n valueType;\n /**\n * Concept name code.\n *\n * @type {DicomCode|undefined}\n */\n conceptNameCode;\n /**\n * Relationship Type.\n *\n * @type {string}\n */\n relationshipType;\n\n /**\n * Content sequence (0040,A730).\n *\n * @type {DicomSRContent[]|undefined}\n */\n contentSequence;\n\n /**\n * Value.\n *\n * @type {object}\n */\n value;\n\n /**\n * @param {string} valueType The content item value type.\n */\n constructor(valueType) {\n this.valueType = valueType;\n }\n\n /**\n * Get a string representation of this object.\n *\n * @param {string} [prefix] An optional prefix for recursive content.\n * @returns {string} The object as string.\n */\n toString(prefix) {\n if (typeof prefix === 'undefined') {\n prefix = '';\n }\n\n let res = '';\n\n if (typeof this.relationshipType !== 'undefined') {\n res += '(' + this.relationshipType + ') ';\n }\n\n res += this.valueType + ': ';\n\n if (typeof this.conceptNameCode !== 'undefined') {\n res += this.conceptNameCode.toString();\n }\n\n res += ' = ' + this.value.toString();\n\n if (typeof this.contentSequence !== 'undefined') {\n for (const item of this.contentSequence) {\n res += '\\n' + prefix + '- ' + item.toString(prefix + ' ');\n }\n }\n\n return res;\n }\n}\n\n/**\n * Check if two content item objects are equal.\n *\n * @param {DicomCode} item1 The first content item.\n * @param {DicomCode} item2 The second content item.\n * @returns {boolean} True if both content items are equal.\n */\nexport function isEqualContentItem(item1, item2) {\n return Object.keys(item1).length === Object.keys(item2).length &&\n Object.keys(item1).every(key =>\n Object.prototype.hasOwnProperty.call(item2, key) &&\n item1[key] === item2[key]\n );\n}\n\n/**\n * Get a content item object from a dicom element.\n *\n * @param {Object} dataElements The dicom element.\n * @returns {DicomSRContent} A content item object.\n */\nexport function getSRContent(dataElements) {\n // valueType -> ValueType (type1)\n let valueType = '';\n if (typeof dataElements[TagKeys.ValueType] !== 'undefined') {\n valueType = dataElements[TagKeys.ValueType].value[0];\n }\n\n const content = new DicomSRContent(valueType);\n\n // relationshipType -> RelationType (type1)\n if (typeof dataElements[TagKeys.RelationshipType] !== 'undefined') {\n content.relationshipType =\n dataElements[TagKeys.RelationshipType].value[0];\n }\n\n if (typeof dataElements[TagKeys.ConceptNameCodeSequence] !== 'undefined') {\n content.conceptNameCode =\n getCode(dataElements[TagKeys.ConceptNameCodeSequence].value[0]);\n }\n\n // set value acording to valueType\n // (date and time are stored as string)\n if (valueType === ValueTypes.code) {\n content.value = getCode(\n dataElements[TagKeys.ConceptCodeSequence].value[0]);\n } else if (valueType === ValueTypes.num) {\n content.value = getNumericMeasurement(dataElements);\n } else if (valueType === ValueTypes.image) {\n content.value = getImageReference(dataElements);\n } else if (valueType === ValueTypes.composite) {\n content.value = getSopInstanceReference(\n dataElements[TagKeys.ReferencedSOPSequence].value[0]\n );\n } else if (valueType === ValueTypes.scoord) {\n content.value = getSpatialCoordinate(dataElements);\n } else if (valueType === ValueTypes.scoord3d) {\n content.value = getSpatialCoordinate3D(dataElements);\n } else {\n const valueTagName = ValueTypeValueTagName[valueType];\n if (typeof valueTagName !== 'undefined') {\n content.value = dataElements[TagKeys[valueTagName]].value[0];\n } else {\n console.warn('Unsupported input ValueType: ' + valueType);\n }\n }\n\n const contentSqEl = dataElements[TagKeys.ContentSequence];\n if (typeof contentSqEl !== 'undefined') {\n content.contentSequence = [];\n for (const item of dataElements[TagKeys.ContentSequence].value) {\n content.contentSequence.push(getSRContent(item));\n }\n }\n\n return content;\n}\n\n/**\n * Get a simple dicom element item from a content item object.\n *\n * @param {DicomSRContent} content The content item object.\n * @returns {Object} The item as a list of (key, value) pairs.\n */\nexport function getDicomSRContentItem(content) {\n // dicom item (tags are in ~group/element order)\n let contentItem = {};\n\n if (typeof content.relationshipType !== 'undefined') {\n contentItem.RelationshipType = content.relationshipType;\n }\n if (typeof content.valueType !== 'undefined') {\n contentItem.ValueType = content.valueType;\n }\n if (typeof content.conceptNameCode !== 'undefined') {\n contentItem.ConceptNameCodeSequence = {\n value: [getDicomCodeItem(content.conceptNameCode)]\n };\n }\n\n // set appropriate value tag (data and time are stored as string)\n if (content.valueType === 'CODE') {\n contentItem.ConceptCodeSequence = {\n value: [getDicomCodeItem(content.value)]\n };\n } else if (content.valueType === ValueTypes.num) {\n contentItem = {\n ...contentItem,\n ...getDicomNumericMeasurementItem(content.value)\n };\n } else if (content.valueType === ValueTypes.image) {\n contentItem = {\n ...contentItem,\n ...getDicomImageReferenceItem(content.value)\n };\n } else if (content.valueType === ValueTypes.composite) {\n contentItem = {\n ...contentItem,\n ...getDicomSopInstanceReferenceItem(content.value)\n };\n } else if (content.valueType === ValueTypes.scoord) {\n contentItem = {\n ...contentItem,\n ...getDicomSpatialCoordinateItem(content.value)\n };\n } else if (content.valueType === ValueTypes.scoord3d) {\n contentItem = {\n ...contentItem,\n ...getDicomSpatialCoordinate3DItem(content.value)\n };\n } else {\n const valueTagName = ValueTypeValueTagName[content.valueType];\n if (typeof valueTagName !== 'undefined') {\n contentItem[valueTagName] = content.value;\n } else {\n console.warn('Unsupported output ValueType: ' + content.valueType);\n }\n }\n\n if (typeof content.contentSequence !== 'undefined') {\n contentItem.ContentSequence = {\n value: []\n };\n for (const item of content.contentSequence) {\n contentItem.ContentSequence.value.push(getDicomSRContentItem(item));\n }\n }\n\n return contentItem;\n}\n\n/**\n * Get a DicomSRContent from a value.\n *\n * @param {string} name The value name.\n * @param {object} value The value.\n * @param {string} unit The values' unit.\n * @returns {DicomSRContent|undefined} The SR content.\n */\nexport function getSRContentFromValue(name, value, unit) {\n const conceptNameCode = getConceptNameCode(name);\n\n if (typeof conceptNameCode === 'undefined') {\n return undefined;\n }\n\n const content = new DicomSRContent(ValueTypes.num);\n content.relationshipType = RelationshipTypes.contains;\n content.conceptNameCode = conceptNameCode;\n\n const measure = new MeasuredValue();\n measure.numericValue = value;\n measure.measurementUnitsCode = getMeasurementUnitsCode(unit);\n const numMeasure = new NumericMeasurement();\n numMeasure.measuredValue = measure;\n\n content.value = numMeasure;\n\n return content;\n}","import {\n dateToDateObj,\n getDicomDate,\n dateToTimeObj,\n getDicomTime,\n} from '../dicom/dicomDate';\nimport {\n ValueTypes,\n RelationshipTypes,\n getSRContent,\n getDicomSRContentItem,\n DicomSRContent,\n getSRContentFromValue\n} from '../dicom/dicomSRContent';\nimport {\n isEqualCode,\n getPathCode,\n getMeasurementGroupCode,\n getImageRegionCode,\n getReferenceGeometryCode,\n getSourceImageCode,\n getTrackingIdentifierCode,\n getShortLabelCode,\n getReferencePointsCode,\n getColourCode,\n getQuantificationName,\n getQuantificationUnit\n} from '../dicom/dicomCode';\nimport {getElementsFromJSONTags} from '../dicom/dicomWriter';\nimport {ImageReference} from '../dicom/dicomImageReference';\nimport {SopInstanceReference} from '../dicom/dicomSopInstanceReference';\nimport {\n GraphicTypes,\n getScoordFromShape,\n getShapeFromScoord,\n SpatialCoordinate\n} from '../dicom/dicomSpatialCoordinate';\nimport {SpatialCoordinate3D} from '../dicom/dicomSpatialCoordinate3D';\nimport {guid} from '../math/stats';\nimport {logger} from '../utils/logger';\nimport {Annotation} from './annotation';\nimport {AnnotationGroup} from './annotationGroup';\nimport {Line} from '../math/line';\nimport {Point2D, Point3D} from '../math/point';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from '../dicom/dataElement';\n/* eslint-enable no-unused-vars */\n\n/**\n * Merge two tag lists.\n *\n * @param {object} tags1 Base list, will be modified.\n * @param {object} tags2 List to merge.\n */\nfunction mergeTags(tags1, tags2) {\n const keys2 = Object.keys(tags2);\n for (const tagName2 of keys2) {\n if (tags1[tagName2] !== undefined) {\n logger.trace('Overwritting tag: ' + tagName2);\n }\n tags1[tagName2] = tags2[tagName2];\n }\n}\n\n/**\n * {@link AnnotationGroup} factory.\n */\nexport class AnnotationGroupFactory {\n\n /**\n * Possible warning created by checkElements.\n *\n * @type {string|undefined}\n */\n #warning;\n\n /**\n * Get a warning string if elements are not as expected.\n * Created by checkElements.\n *\n * @returns {string|undefined} The warning.\n */\n getWarning() {\n return this.#warning;\n }\n\n /**\n * Check dicom elements. Throws an error if not suitable.\n *\n * @param {Object} dataElements The DICOM data elements.\n * @returns {string|undefined} A possible warning.\n */\n checkElements(dataElements) {\n // reset\n this.#warning = undefined;\n\n const srContent = getSRContent(dataElements);\n if (typeof srContent.conceptNameCode !== 'undefined') {\n if (srContent.conceptNameCode.value !== getMeasurementGroupCode().value) {\n this.#warning = 'Not a measurement group';\n }\n } else {\n this.#warning = 'No root concept name code';\n }\n\n return this.#warning;\n }\n\n /**\n * Convert a DICOM SR content of type SCOORD into an annotation.\n *\n * @param {DicomSRContent} item The input SCOORD.\n * @returns {Annotation} The annotation.\n */\n #scoordToAnnotation(item) {\n const annotation = new Annotation();\n annotation.mathShape = getShapeFromScoord(item.value);\n // default\n annotation.id = guid();\n annotation.textExpr = '';\n\n for (const subItem of item.contentSequence) {\n // reference image UID\n if (subItem.valueType === ValueTypes.image &&\n subItem.relationshipType === RelationshipTypes.selectedFrom &&\n isEqualCode(subItem.conceptNameCode, getSourceImageCode())) {\n annotation.referenceSopUID =\n subItem.value.referencedSOPSequence.referencedSOPInstanceUID;\n }\n // annotation id\n if (subItem.valueType === ValueTypes.uidref &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(subItem.conceptNameCode, getTrackingIdentifierCode())) {\n annotation.id = subItem.value;\n }\n // text expr\n if (subItem.valueType === ValueTypes.text &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(subItem.conceptNameCode, getShortLabelCode())) {\n annotation.textExpr = subItem.value;\n if (typeof subItem.contentSequence !== 'undefined') {\n for (const subsubItem of subItem.contentSequence) {\n if (subsubItem.valueType === ValueTypes.scoord &&\n subsubItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(\n subsubItem.conceptNameCode, getReferencePointsCode())) {\n annotation.labelPosition = new Point2D(\n subsubItem.value.graphicData[0],\n subsubItem.value.graphicData[1]\n );\n }\n }\n }\n }\n // color\n if (subItem.valueType === ValueTypes.text &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(subItem.conceptNameCode, getColourCode())) {\n annotation.colour = subItem.value;\n }\n // reference points\n if (subItem.valueType === ValueTypes.scoord &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(subItem.conceptNameCode, getReferencePointsCode()) &&\n subItem.value.graphicType === GraphicTypes.multipoint) {\n const points = [];\n for (let i = 0; i < subItem.value.graphicData.length; i += 2) {\n points.push(new Point2D(\n subItem.value.graphicData[i],\n subItem.value.graphicData[i + 1]\n ));\n }\n annotation.referencePoints = points;\n }\n // plane points\n if (subItem.valueType === ValueTypes.scoord3d &&\n subItem.relationshipType === RelationshipTypes.hasProperties &&\n isEqualCode(\n subItem.conceptNameCode, getReferenceGeometryCode()) &&\n subItem.value.graphicType === GraphicTypes.multipoint) {\n const data = subItem.value.graphicData;\n const points = [];\n const nPoints = Math.floor(data.length / 3);\n for (let i = 0; i < nPoints; ++i) {\n const j = i * 3;\n points.push(new Point3D(data[j], data[j + 1], data[j + 2]));\n }\n annotation.planePoints = points;\n }\n // quantification\n if (subItem.valueType === ValueTypes.num &&\n subItem.relationshipType === RelationshipTypes.contains) {\n const quantifName =\n getQuantificationName(subItem.conceptNameCode);\n if (typeof quantifName === 'undefined') {\n continue;\n }\n const measuredValue = subItem.value.measuredValue;\n const quantifUnit = getQuantificationUnit(\n measuredValue.measurementUnitsCode);\n if (typeof annotation.quantification === 'undefined') {\n annotation.quantification = {};\n }\n annotation.quantification[quantifName] = {\n value: measuredValue.numericValue,\n unit: quantifUnit\n };\n }\n }\n return annotation;\n }\n\n /**\n * Get an {@link Annotation} object from the read DICOM file.\n *\n * @param {Object} dataElements The DICOM tags.\n * @returns {AnnotationGroup} A new annotation group.\n */\n create(dataElements) {\n const annotations = [];\n const srContent = getSRContent(dataElements);\n for (const item of srContent.contentSequence) {\n if (item.valueType === ValueTypes.scoord) {\n annotations.push(this.#scoordToAnnotation(item));\n }\n }\n const annotationGroup = new AnnotationGroup(annotations);\n\n const safeGet = function (key) {\n let res;\n const element = dataElements[key];\n if (typeof element !== 'undefined') {\n res = element.value[0];\n }\n return res;\n };\n\n // StudyInstanceUID\n annotationGroup.setMetaValue('StudyInstanceUID', safeGet('0020000D'));\n // Modality\n annotationGroup.setMetaValue('Modality', safeGet('00080060'));\n // patient info\n annotationGroup.setMetaValue('PatientName', safeGet('00100010'));\n annotationGroup.setMetaValue('PatientID', safeGet('00100020'));\n annotationGroup.setMetaValue('PatientBirthDate', safeGet('00100030'));\n annotationGroup.setMetaValue('PatientSex', safeGet('00100040'));\n\n // ReferencedSeriesSequence\n const element = dataElements['00081115'];\n if (typeof element !== 'undefined') {\n const seriesElement = element.value[0]['0020000E'];\n if (typeof seriesElement !== 'undefined') {\n annotationGroup.setMetaValue(\n 'ReferencedSeriesSequence', {\n value: [{\n SeriesInstanceUID: seriesElement.value[0]\n }]\n }\n );\n }\n }\n\n return annotationGroup;\n }\n\n /**\n * Convert an annotation into a DICOM SCOORD.\n *\n * @param {Annotation} annotation The input annotation.\n * @returns {DicomSRContent} An SR content of type SCOORD.\n */\n #annotationToScoord(annotation) {\n const srScoord = new DicomSRContent(ValueTypes.scoord);\n srScoord.relationshipType = RelationshipTypes.contains;\n if (annotation.mathShape instanceof Line) {\n srScoord.conceptNameCode = getPathCode();\n } else {\n srScoord.conceptNameCode = getImageRegionCode();\n }\n srScoord.value = getScoordFromShape(annotation.mathShape);\n\n const itemContentSequence = [];\n\n // reference image UID\n const srImage = new DicomSRContent(ValueTypes.image);\n srImage.relationshipType = RelationshipTypes.selectedFrom;\n srImage.conceptNameCode = getSourceImageCode();\n const sopRef = new SopInstanceReference();\n sopRef.referencedSOPClassUID = '';\n sopRef.referencedSOPInstanceUID = annotation.referenceSopUID;\n const imageRef = new ImageReference();\n imageRef.referencedSOPSequence = sopRef;\n srImage.value = imageRef;\n itemContentSequence.push(srImage);\n\n // annotation id\n const srUid = new DicomSRContent(ValueTypes.uidref);\n srUid.relationshipType = RelationshipTypes.hasProperties;\n srUid.conceptNameCode = getTrackingIdentifierCode();\n srUid.value = annotation.id;\n itemContentSequence.push(srUid);\n\n // text expr\n const shortLabel = new DicomSRContent(ValueTypes.text);\n shortLabel.relationshipType = RelationshipTypes.hasProperties;\n shortLabel.conceptNameCode = getShortLabelCode();\n shortLabel.value = annotation.textExpr;\n // label position\n if (typeof annotation.labelPosition !== 'undefined') {\n const labelPosition = new DicomSRContent(ValueTypes.scoord);\n labelPosition.relationshipType = RelationshipTypes.hasProperties;\n labelPosition.conceptNameCode = getReferencePointsCode();\n const labelPosScoord = new SpatialCoordinate();\n labelPosScoord.graphicType = GraphicTypes.point;\n const graphicData = [\n annotation.labelPosition.getX().toString(),\n annotation.labelPosition.getY().toString()\n ];\n labelPosScoord.graphicData = graphicData;\n labelPosition.value = labelPosScoord;\n\n // add position to label sequence\n shortLabel.contentSequence = [labelPosition];\n }\n itemContentSequence.push(shortLabel);\n\n // colour\n const colour = new DicomSRContent(ValueTypes.text);\n colour.relationshipType = RelationshipTypes.hasProperties;\n colour.conceptNameCode = getColourCode();\n colour.value = annotation.colour;\n itemContentSequence.push(colour);\n\n // reference points\n if (typeof annotation.referencePoints !== 'undefined') {\n const referencePoints = new DicomSRContent(ValueTypes.scoord);\n referencePoints.relationshipType = RelationshipTypes.hasProperties;\n referencePoints.conceptNameCode = getReferencePointsCode();\n const refPointsScoord = new SpatialCoordinate();\n refPointsScoord.graphicType = GraphicTypes.multipoint;\n const graphicData = [];\n for (const point of annotation.referencePoints) {\n graphicData.push(point.getX().toString());\n graphicData.push(point.getY().toString());\n }\n refPointsScoord.graphicData = graphicData;\n\n referencePoints.value = refPointsScoord;\n itemContentSequence.push(referencePoints);\n }\n\n // plane points\n if (typeof annotation.planePoints !== 'undefined') {\n const planePoints = new DicomSRContent(ValueTypes.scoord3d);\n planePoints.relationshipType = RelationshipTypes.hasProperties;\n planePoints.conceptNameCode = getReferenceGeometryCode();\n const pointsScoord = new SpatialCoordinate3D();\n pointsScoord.graphicType = GraphicTypes.multipoint;\n const graphicData = [];\n for (const planePoint of annotation.planePoints) {\n graphicData.push(planePoint.getX().toString());\n graphicData.push(planePoint.getY().toString());\n graphicData.push(planePoint.getZ().toString());\n }\n pointsScoord.graphicData = graphicData;\n\n planePoints.value = pointsScoord;\n itemContentSequence.push(planePoints);\n }\n\n // quantification\n if (typeof annotation.quantification !== 'undefined') {\n for (const key in annotation.quantification) {\n const quatifContent = getSRContentFromValue(\n key,\n annotation.quantification[key].value,\n annotation.quantification[key].unit\n );\n if (typeof quatifContent !== 'undefined') {\n itemContentSequence.push(quatifContent);\n }\n }\n }\n\n srScoord.contentSequence = itemContentSequence;\n return srScoord;\n }\n\n /**\n * Convert an annotation group into a DICOM SR object.\n *\n * @param {AnnotationGroup} annotationGroup The annotation group.\n * @param {Object} [extraTags] Optional list of extra tags.\n * @returns {Object} A list of dicom elements.\n */\n toDicom(annotationGroup, extraTags) {\n let tags = annotationGroup.getMeta();\n\n // transfer syntax: ExplicitVRLittleEndian\n tags.TransferSyntaxUID = '1.2.840.10008.1.2.1';\n // class: Basic Text SR Storage\n tags.SOPClassUID = '1.2.840.10008.5.1.4.1.1.88.11';\n tags.MediaStorageSOPClassUID = '1.2.840.10008.5.1.4.1.1.88.11';\n tags.CompletionFlag = 'PARTIAL';\n tags.VerificationFlag = 'UNVERIFIED';\n\n const now = new Date();\n tags.ContentDate = getDicomDate(dateToDateObj(now));\n tags.ContentTime = getDicomTime(dateToTimeObj(now));\n\n const contentSequence = [];\n for (const annotation of annotationGroup.getList()) {\n contentSequence.push(this.#annotationToScoord(annotation));\n }\n\n // main\n if (contentSequence.length !== 0) {\n const srContent = new DicomSRContent(ValueTypes.container);\n srContent.conceptNameCode = getMeasurementGroupCode();\n srContent.contentSequence = contentSequence;\n\n tags = {\n ...tags,\n ...getDicomSRContentItem(srContent)\n };\n }\n\n // merge extra tags if provided\n if (typeof extraTags !== 'undefined') {\n mergeTags(tags, extraTags);\n }\n\n return getElementsFromJSONTags(tags);\n }\n\n}","import {ListenerHandler} from '../utils/listen';\nimport {mergeObjects} from '../utils/operator';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from '../image/image';\nimport {AnnotationGroup} from '../image/annotationGroup';\n/* eslint-enable no-unused-vars */\n\n/**\n * DICOM data: meta and possible image.\n */\nexport class DicomData {\n /**\n * DICOM meta data.\n *\n * @type {object}\n */\n meta;\n\n /**\n * Image extracted from meta data.\n *\n * @type {Image|undefined}\n */\n image;\n /**\n * Annotattion group extracted from meta data.\n *\n * @type {AnnotationGroup|undefined}\n */\n annotationGroup;\n\n /**\n * @param {object} meta The DICOM meta data.\n */\n constructor(meta) {\n this.meta = meta;\n }\n}\n\n/*\n * DicomData controller.\n */\nexport class DataController {\n\n /**\n * List of DICOM data.\n *\n * @type {Object}\n */\n #dataList = {};\n\n /**\n * Distinct data loaded counter.\n *\n * @type {number}\n */\n #dataIdCounter = -1;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Get the next data id.\n *\n * @returns {string} The data id.\n */\n getNextDataId() {\n ++this.#dataIdCounter;\n return this.#dataIdCounter.toString();\n }\n\n /**\n * Get the list of ids in the data storage.\n *\n * @returns {string[]} The list of data ids.\n */\n getDataIds() {\n return Object.keys(this.#dataList);\n }\n\n /**\n * Reset the class: empty the data storage.\n */\n reset() {\n this.#dataList = {};\n }\n\n /**\n * Get a data at a given index.\n *\n * @param {string} dataId The data id.\n * @returns {DicomData|undefined} The DICOM data.\n */\n get(dataId) {\n return this.#dataList[dataId];\n }\n\n /**\n * Get the list of dataIds that contain the input UIDs.\n *\n * @param {string[]} uids A list of UIDs.\n * @returns {string[]} The list of dataIds that contain the UIDs.\n */\n getDataIdsFromSopUids(uids) {\n const res = [];\n // check input\n if (typeof uids === 'undefined' ||\n uids.length === 0) {\n return res;\n }\n const keys = Object.keys(this.#dataList);\n for (const key of keys) {\n if (typeof this.#dataList[key].image !== 'undefined' &&\n this.#dataList[key].image.containsImageUids(uids)) {\n res.push(key);\n }\n }\n return res;\n }\n\n /**\n * Set the image at a given index.\n *\n * @param {string} dataId The data id.\n * @param {Image} image The image to set.\n */\n setImage(dataId, image) {\n this.#dataList[dataId].image = image;\n // fire image set\n this.#fireEvent({\n type: 'dataimageset',\n value: [image],\n dataid: dataId\n });\n // listen to image change\n image.addEventListener('imagecontentchange', this.#getFireEvent(dataId));\n image.addEventListener('imagegeometrychange', this.#getFireEvent(dataId));\n }\n\n /**\n * Add a new data.\n *\n * @param {string} dataId The data id.\n * @param {DicomData} data The data.\n */\n add(dataId, data) {\n if (typeof this.#dataList[dataId] !== 'undefined') {\n throw new Error('Data id already used in storage: ' + dataId);\n }\n // store the new image\n this.#dataList[dataId] = data;\n // fire a data add event\n this.#fireEvent({\n type: 'dataadd',\n dataid: dataId\n });\n // listen to image change\n if (typeof data.image !== 'undefined') {\n data.image.addEventListener(\n 'imagecontentchange', this.#getFireEvent(dataId));\n data.image.addEventListener(\n 'imagegeometrychange', this.#getFireEvent(dataId));\n }\n if (typeof data.annotationGroup !== 'undefined') {\n data.annotationGroup.addEventListener(\n 'annotationadd', this.#getFireEvent(dataId));\n data.annotationGroup.addEventListener(\n 'annotationupdate', this.#getFireEvent(dataId));\n data.annotationGroup.addEventListener(\n 'annotationremove', this.#getFireEvent(dataId));\n }\n }\n\n /**\n * Remove a data from the list.\n *\n * @param {string} dataId The data id.\n */\n remove(dataId) {\n if (typeof this.#dataList[dataId] !== 'undefined') {\n // stop listeners\n const image = this.#dataList[dataId].image;\n if (typeof image !== 'undefined') {\n image.removeEventListener(\n 'imagecontentchange', this.#getFireEvent(dataId));\n image.removeEventListener(\n 'imagegeometrychange', this.#getFireEvent(dataId));\n }\n const annotationGroup = this.#dataList[dataId].annotationGroup;\n if (typeof annotationGroup !== 'undefined') {\n annotationGroup.removeEventListener(\n 'annotationadd', this.#getFireEvent(dataId));\n annotationGroup.removeEventListener(\n 'annotationupdate', this.#getFireEvent(dataId));\n annotationGroup.removeEventListener(\n 'annotationremove', this.#getFireEvent(dataId));\n }\n // remove data from list\n delete this.#dataList[dataId];\n // fire a data remove event\n this.#fireEvent({\n type: 'dataremove',\n dataid: dataId\n });\n }\n }\n\n /**\n * Update the current data.\n *\n * @param {string} dataId The data id.\n * @param {DicomData} data The data.\n */\n update(dataId, data) {\n if (typeof this.#dataList[dataId] === 'undefined') {\n throw new Error('Cannot find data to update: ' + dataId);\n }\n const dataToUpdate = this.#dataList[dataId];\n\n // add slice to current image\n if (typeof dataToUpdate.image !== 'undefined' &&\n typeof data.image !== 'undefined'\n ) {\n dataToUpdate.image.appendSlice(data.image);\n }\n\n // update meta data\n // TODO add time support\n let idKey = '';\n if (typeof data.meta['00020010'] !== 'undefined') {\n // dicom case, use 'InstanceNumber'\n idKey = '00200013';\n } else {\n idKey = 'imageUid';\n }\n dataToUpdate.meta = mergeObjects(\n dataToUpdate.meta,\n data.meta,\n idKey,\n 'value');\n\n // fire a data add event\n this.#fireEvent({\n type: 'dataupdate',\n dataid: dataId\n });\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n /**\n * Get a fireEvent function that adds the input data id\n * to the event value.\n *\n * @param {string} dataId The data id.\n * @returns {Function} A fireEvent function.\n */\n #getFireEvent(dataId) {\n return (event) => {\n event.dataid = dataId;\n this.#fireEvent(event);\n };\n }\n\n} // DataController class\n","import {arrayEquals} from './array';\n\n/**\n * Merge two similar objects.\n *\n * Objects need to be in the form of:\n * \n * {\n * idKey: {valueKey: [0]},\n * key0: {valueKey: [\"abc\"]},\n * key1: {valueKey: [33]}\n * }\n * .\n *\n * Merged objects will be in the form of:\n * \n * {\n * idKey: {valueKey: [0,1,2], merged: true},\n * key0: {valueKey: {\n * 0: [\"abc\"],\n * 1: [\"def\"],\n * 2: [\"ghi\"]\n * }},\n * key1: {valueKey: {\n * 0: [33],\n * 1: [44],\n * 2: [55]\n * }}\n * }\n * .\n *\n * @param {object} obj1 The first object, can be the result of a previous merge.\n * @param {object} obj2 The second object.\n * @param {string} idKey The key to use as index for duplicate values.\n * @param {string} valueKey The key to use to access object values.\n * @returns {object} The merged object.\n */\nexport function mergeObjects(obj1, obj2, idKey, valueKey) {\n const res = {};\n // check id key\n if (!idKey) {\n throw new Error('Cannot merge object with an undefined id key: ' + idKey);\n } else {\n if (!Object.prototype.hasOwnProperty.call(obj1, idKey)) {\n throw new Error('Id key not found in first object while merging: ' +\n idKey + ', obj: ' + obj1);\n }\n if (!Object.prototype.hasOwnProperty.call(obj2, idKey)) {\n throw new Error('Id key not found in second object while merging: ' +\n idKey + ', obj: ' + obj2);\n }\n }\n // check value key\n if (!valueKey) {\n throw new Error('Cannot merge object with an undefined value key: ' +\n valueKey);\n }\n\n // check if merged object\n let mergedObj1 = false;\n if (Object.prototype.hasOwnProperty.call(obj1[idKey], 'merged') &&\n obj1[idKey].merged) {\n mergedObj1 = true;\n }\n // handle the id part\n if (!Object.prototype.hasOwnProperty.call(obj1[idKey], valueKey)) {\n throw new Error('Id value not found in first object while merging: ' +\n idKey + ', valueKey: ' + valueKey + ', ojb: ' + obj1);\n }\n if (!Object.prototype.hasOwnProperty.call(obj2[idKey], valueKey)) {\n throw new Error('Id value not found in second object while merging: ' +\n idKey + ', valueKey: ' + valueKey + ', ojb: ' + obj2);\n }\n let id1 = obj1[idKey][valueKey];\n const id2 = obj2[idKey][valueKey][0];\n // update id key\n res[idKey] = obj1[idKey];\n if (mergedObj1) {\n // check if array does not include id2\n for (let k = 0; k < id1.length; ++k) {\n if (id1[k] === id2) {\n throw new Error('The first object already contains id2: ' +\n id2 + ', id1: ' + id1);\n }\n }\n res[idKey][valueKey].push(id2);\n } else {\n id1 = id1[0];\n if (id1 === id2) {\n throw new Error('Cannot merge object with same ids: ' +\n id1 + ', id2: ' + id2);\n }\n // update merge object\n res[idKey][valueKey].push(id2);\n res[idKey].merged = true;\n }\n\n // get keys\n const keys1 = Object.keys(obj1);\n // keys2 without duplicates of keys1\n const keys2 = Object.keys(obj2).filter(function (item) {\n return keys1.indexOf(item) < 0;\n });\n const keys = keys1.concat(keys2);\n\n // loop through keys\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i];\n if (key !== idKey) {\n // first\n let value1;\n let subValue1;\n if (Object.prototype.hasOwnProperty.call(obj1, key)) {\n value1 = obj1[key];\n if (Object.prototype.hasOwnProperty.call(value1, valueKey)) {\n subValue1 = value1[valueKey];\n }\n }\n // second\n let value2;\n let subValue2;\n if (Object.prototype.hasOwnProperty.call(obj2, key)) {\n value2 = obj2[key];\n if (Object.prototype.hasOwnProperty.call(value2, valueKey)) {\n subValue2 = value2[valueKey];\n }\n }\n // result value\n let value;\n // use existing to copy properties\n if (typeof value1 !== 'undefined') {\n value = value1;\n } else if (typeof value2 !== 'undefined') {\n value = value2;\n }\n // create merge object if different values\n if (!arrayEquals(subValue1, subValue2)) {\n // add to merged object or create new\n if (mergedObj1) {\n if (Array.isArray(subValue1)) {\n // merged object with repeated value\n // copy it with the index list\n value[valueKey] = {};\n for (let j = 0; j < id1.length; ++j) {\n value[valueKey][id1[j]] = subValue1;\n }\n } else {\n value[valueKey] = subValue1;\n }\n // add obj2 value\n value[valueKey][id2] = subValue2;\n } else {\n // create merge object\n const newValue = {};\n newValue[id1] = subValue1;\n newValue[id2] = subValue2;\n value[valueKey] = newValue;\n }\n }\n // store value in result object\n res[key] = value;\n }\n }\n return res;\n}\n","import {logger} from '../utils/logger';\nimport {\n DicomParser,\n getSyntaxDecompressionName\n} from '../dicom/dicomParser';\nimport {ImageFactory} from './imageFactory';\nimport {MaskFactory} from './maskFactory';\nimport {PixelBufferDecoder} from './decoder';\nimport {AnnotationGroupFactory} from './annotationGroupFactory';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {DataElement} from '../dicom/dataElement';\nimport {DicomData} from '../app/dataController';\n/* eslint-enable no-unused-vars */\n\n/**\n * Create a View from a DICOM buffer.\n */\nexport class DicomBufferToView {\n\n /**\n * Converter options.\n *\n * @type {object}\n */\n #options;\n\n /**\n * Set the converter options.\n *\n * @param {object} opt The input options.\n */\n setOptions(opt) {\n this.#options = opt;\n }\n\n /**\n * Pixel buffer decoder.\n * Define only once to allow optional asynchronous mode.\n *\n * @type {object}\n */\n #pixelDecoder = null;\n\n // local tmp storage\n #dicomParserStore = [];\n #finalBufferStore = [];\n #decompressedSizes = [];\n #factories = [];\n\n /**\n * Get the factory associated to input DICOM elements.\n *\n * @param {Object} elements The DICOM elements.\n * @returns {ImageFactory|MaskFactory|AnnotationGroupFactory|undefined}\n * The associated factory.\n */\n #getFactory(elements) {\n let factory;\n const modalityElement = elements['00080060'];\n if (typeof modalityElement !== 'undefined') {\n const modality = modalityElement.value[0];\n if (modality === 'SEG') {\n // mask factory for DICOM SEG\n factory = new MaskFactory();\n } else if (modality === 'SR') {\n // annotation factory for DICOM SR\n factory = new AnnotationGroupFactory();\n }\n }\n // image factory for pixel data\n if (typeof factory === 'undefined') {\n const pixelElement = elements['7FE00010'];\n if (typeof pixelElement !== 'undefined') {\n factory = new ImageFactory();\n }\n }\n return factory;\n }\n\n /**\n * Generate the data object.\n *\n * @param {number} index The data index.\n * @param {string} origin The data origin.\n */\n #generateData(index, origin) {\n const dataElements = this.#dicomParserStore[index].getDicomElements();\n const factory = this.#factories[index];\n // exit if no factory\n if (typeof factory === 'undefined') {\n return;\n }\n // create data\n try {\n const data = new DicomData(dataElements);\n if (factory instanceof AnnotationGroupFactory) {\n data.annotationGroup = factory.create(dataElements);\n } else {\n data.image = factory.create(\n dataElements,\n this.#finalBufferStore[index],\n this.#options.numberOfFiles);\n }\n // call onloaditem\n this.onloaditem({\n data: data,\n source: origin,\n warn: factory.getWarning()\n });\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n this.onloadend({\n source: origin\n });\n }\n }\n\n /**\n * Generate the image object from an uncompressed buffer.\n *\n * @param {number} index The data index.\n * @param {string} origin The data origin.\n */\n #generateImageUncompressed(index, origin) {\n // send progress\n this.onprogress({\n lengthComputable: true,\n loaded: 100,\n total: 100,\n index: index,\n source: origin\n });\n // generate image\n this.#generateData(index, origin);\n // send load events\n this.onload({\n source: origin\n });\n this.onloadend({\n source: origin\n });\n }\n\n /**\n * Generate the image object from an compressed buffer.\n *\n * @param {number} index The data index.\n * @param {Array} pixelBuffer The dicom parser.\n * @param {string} algoName The compression algorithm name.\n */\n #generateImageCompressed(index, pixelBuffer, algoName) {\n const dicomParser = this.#dicomParserStore[index];\n\n // gather pixel buffer meta data\n const bitsAllocated =\n dicomParser.getDicomElements()['00280100'].value[0];\n const pixelRepresentation =\n dicomParser.getDicomElements()['00280103'].value[0];\n const pixelMeta = {\n bitsAllocated: bitsAllocated,\n isSigned: (pixelRepresentation === 1)\n };\n const columnsElement = dicomParser.getDicomElements()['00280011'];\n const rowsElement = dicomParser.getDicomElements()['00280010'];\n if (typeof columnsElement !== 'undefined' &&\n typeof rowsElement !== 'undefined') {\n pixelMeta.sliceSize = columnsElement.value[0] * rowsElement.value[0];\n }\n const samplesPerPixelElement =\n dicomParser.getDicomElements()['00280002'];\n if (typeof samplesPerPixelElement !== 'undefined') {\n pixelMeta.samplesPerPixel = samplesPerPixelElement.value[0];\n }\n const planarConfigurationElement =\n dicomParser.getDicomElements()['00280006'];\n if (typeof planarConfigurationElement !== 'undefined') {\n pixelMeta.planarConfiguration = planarConfigurationElement.value[0];\n }\n\n const numberOfItems = pixelBuffer.length;\n\n // setup the decoder (one decoder per all converts)\n if (this.#pixelDecoder === null) {\n this.#pixelDecoder = new PixelBufferDecoder(\n algoName, numberOfItems);\n // callbacks\n // pixelDecoder.ondecodestart: nothing to do\n this.#pixelDecoder.ondecodeditem = (event) => {\n this.#onDecodedItem(event);\n // send onload and onloadend when all items have been decoded\n if (event.itemNumber + 1 === event.numberOfItems) {\n this.onload(event);\n this.onloadend(event);\n }\n };\n // pixelDecoder.ondecoded: nothing to do\n // pixelDecoder.ondecodeend: nothing to do\n this.#pixelDecoder.onerror = this.onerror;\n this.#pixelDecoder.onabort = this.onabort;\n }\n\n // launch decode\n for (let i = 0; i < numberOfItems; ++i) {\n this.#pixelDecoder.decode(pixelBuffer[i], pixelMeta,\n {\n itemNumber: i,\n numberOfItems: numberOfItems,\n index: index\n }\n );\n }\n }\n\n /**\n * Handle a decoded item event.\n *\n * @param {object} event The decoded item event.\n */\n #onDecodedItem(event) {\n // send progress\n this.onprogress({\n lengthComputable: true,\n loaded: event.itemNumber + 1,\n total: event.numberOfItems,\n index: event.index,\n source: origin\n });\n\n const dataIndex = event.index;\n\n // store decoded data\n const decodedData = event.data[0];\n if (event.numberOfItems !== 1) {\n // allocate buffer if not done yet\n if (typeof this.#decompressedSizes[dataIndex] === 'undefined') {\n this.#decompressedSizes[dataIndex] = decodedData.length;\n const fullSize = event.numberOfItems *\n this.#decompressedSizes[dataIndex];\n try {\n this.#finalBufferStore[dataIndex] =\n new decodedData.constructor(fullSize);\n } catch (error) {\n if (error instanceof RangeError) {\n const powerOf2 = Math.floor(Math.log(fullSize) / Math.log(2));\n logger.error('Cannot allocate ' +\n decodedData.constructor.name +\n ' of size: ' +\n fullSize + ' (>2^' + powerOf2 + ') for decompressed data.');\n }\n // abort\n this.#pixelDecoder.abort();\n // send events\n this.onerror({\n error: error,\n source: origin\n });\n this.onloadend({\n source: origin\n });\n // exit\n return;\n }\n }\n // hoping for all items to have the same size...\n if (decodedData.length !== this.#decompressedSizes[dataIndex]) {\n logger.warn('Unsupported varying decompressed data size: ' +\n decodedData.length + ' != ' + this.#decompressedSizes[dataIndex]);\n }\n // set buffer item data\n this.#finalBufferStore[dataIndex].set(\n decodedData, this.#decompressedSizes[dataIndex] * event.itemNumber);\n } else {\n this.#finalBufferStore[dataIndex] = decodedData;\n }\n\n // create image for the first item\n if (event.itemNumber === 0) {\n this.#generateData(dataIndex, origin);\n }\n }\n\n /**\n * Handle non image data.\n *\n * @param {number} index The data index.\n * @param {string} origin The data origin.\n */\n #handleNonImageData(index, origin) {\n this.#generateData(index, origin);\n // send load events\n this.onload({\n source: origin\n });\n this.onloadend({\n source: origin\n });\n }\n\n /**\n * Handle image data.\n *\n * @param {number} index The data index.\n * @param {string} origin The data origin.\n */\n #handleImageData(index, origin) {\n const dicomParser = this.#dicomParserStore[index];\n\n const pixelBuffer = dicomParser.getDicomElements()['7FE00010'].value;\n // help GC: discard pixel buffer from elements\n dicomParser.getDicomElements()['7FE00010'].value = [];\n this.#finalBufferStore[index] = pixelBuffer[0];\n\n // transfer syntax (always there)\n const syntax = dicomParser.getDicomElements()['00020010'].value[0];\n const algoName = getSyntaxDecompressionName(syntax);\n const needDecompression = typeof algoName !== 'undefined';\n\n if (needDecompression) {\n // generate image\n this.#generateImageCompressed(\n index,\n pixelBuffer,\n algoName);\n } else {\n this.#generateImageUncompressed(index, origin);\n }\n }\n\n /**\n * Get data from an input buffer using a DICOM parser.\n *\n * @param {ArrayBuffer} buffer The input data buffer.\n * @param {string} origin The data origin.\n * @param {number} dataIndex The data index.\n */\n convert(buffer, origin, dataIndex) {\n // start event\n this.onloadstart({\n source: origin,\n index: dataIndex\n });\n\n // DICOM parser\n const dicomParser = new DicomParser();\n\n if (typeof this.#options.defaultCharacterSet !== 'undefined') {\n dicomParser.setDefaultCharacterSet(this.#options.defaultCharacterSet);\n }\n // parse the buffer\n let factory;\n try {\n dicomParser.parse(buffer);\n // check elements\n factory = this.#getFactory(dicomParser.getDicomElements());\n if (typeof factory !== 'undefined') {\n factory.checkElements(dicomParser.getDicomElements());\n }\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n this.onloadend({\n source: origin\n });\n return;\n }\n\n // store\n this.#dicomParserStore[dataIndex] = dicomParser;\n this.#factories[dataIndex] = factory;\n\n // handle parsed data\n if (factory instanceof AnnotationGroupFactory) {\n this.#handleNonImageData(dataIndex, origin);\n } else {\n this.#handleImageData(dataIndex, origin);\n }\n }\n\n /**\n * Abort a conversion.\n */\n abort() {\n // abort decoding, will trigger pixelDecoder.onabort\n if (this.#pixelDecoder) {\n this.#pixelDecoder.abort();\n }\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class DicomBufferToView\n","import {MultiProgressHandler} from '../utils/progress';\nimport {loaderList} from './loaderList';\n\n/**\n * Memory loader.\n */\nexport class MemoryLoader {\n\n /**\n * Input data.\n *\n * @type {Array}\n */\n #inputData = null;\n\n /**\n * Data loader.\n *\n * @type {object}\n */\n #runningLoader = null;\n\n /**\n * Number of loaded data.\n *\n * @type {number}\n */\n #nLoad = 0;\n\n /**\n * Number of load end events.\n *\n * @type {number}\n */\n #nLoadend = 0;\n\n /**\n * The default character set (optional).\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * Get the default character set.\n *\n * @returns {string} The default character set.\n */\n getDefaultCharacterSet() {\n return this.#defaultCharacterSet;\n }\n\n /**\n * Set the default character set.\n *\n * @param {string} characterSet The character set.\n */\n setDefaultCharacterSet(characterSet) {\n this.#defaultCharacterSet = characterSet;\n }\n\n /**\n * Store the current input.\n *\n * @param {object} data The input data.\n */\n #storeInputData(data) {\n this.#inputData = data;\n // reset counters\n this.#nLoad = 0;\n this.#nLoadend = 0;\n // clear storage\n this.#clearStoredLoader();\n }\n\n /**\n * Store the launched loader.\n *\n * @param {object} loader The launched loader.\n */\n #storeLoader(loader) {\n this.#runningLoader = loader;\n }\n\n /**\n * Clear the stored loader.\n *\n */\n #clearStoredLoader() {\n this.#runningLoader = null;\n }\n\n /**\n * Increment the number of loaded data\n * and call onload if loaded all data.\n *\n * @param {object} _event The load data event.\n */\n #addLoad = (_event) => {\n this.#nLoad++;\n // call onload when all is loaded\n // (not using the input event since it is not the\n // general load)\n if (this.#nLoad === this.#inputData.length) {\n this.onload({\n source: this.#inputData\n });\n }\n };\n\n /**\n * Increment the counter of load end events\n * and run callbacks when all done, erroneus or not.\n *\n * @param {object} _event The load end event.\n */\n #addLoadend = (_event) => {\n this.#nLoadend++;\n // call onloadend when all is run\n // (not using the input event since it is not the\n // general load end)\n if (this.#nLoadend === this.#inputData.length) {\n this.onloadend({\n source: this.#inputData\n });\n }\n };\n\n /**\n * Load a list of buffers.\n *\n * @param {Array} data The list of buffers to load.\n */\n load(data) {\n // check input\n if (typeof data === 'undefined' || data.length === 0) {\n return;\n }\n this.#storeInputData(data);\n\n // send start event\n this.onloadstart({\n source: data\n });\n\n // create prgress handler\n const mproghandler = new MultiProgressHandler(this.onprogress);\n mproghandler.setNToLoad(data.length);\n mproghandler.setNumberOfDimensions(1);\n\n // create loaders\n const loaders = [];\n for (let m = 0; m < loaderList.length; ++m) {\n loaders.push(new loaderList[m]());\n }\n\n // find an appropriate loader\n let dataElement = data[0];\n let loader = null;\n let foundLoader = false;\n for (let l = 0; l < loaders.length; ++l) {\n loader = loaders[l];\n if (loader.canLoadMemory(dataElement)) {\n foundLoader = true;\n // load options\n loader.setOptions({\n numberOfFiles: data.length,\n defaultCharacterSet: this.getDefaultCharacterSet()\n });\n // set loader callbacks\n // loader.onloadstart: nothing to do\n loader.onprogress = mproghandler.getUndefinedMonoProgressHandler(0);\n loader.onloaditem = this.onloaditem;\n loader.onload = this.#addLoad;\n loader.onloadend = this.#addLoadend;\n loader.onerror = this.onerror;\n loader.onabort = this.onabort;\n\n // store loader\n this.#storeLoader(loader);\n // exit\n break;\n }\n }\n if (!foundLoader) {\n throw new Error('No loader found for data: ' + dataElement.filename);\n }\n\n // loop on I/O elements\n for (let i = 0; i < data.length; ++i) {\n dataElement = data[i];\n // check loader\n if (!loader.canLoadMemory(dataElement)) {\n throw new Error('Input data of different type: ' +\n dataElement.filename);\n }\n // read\n loader.load(dataElement.data, dataElement.filename, i);\n }\n }\n\n /**\n * Abort a load.\n */\n abort() {\n // abort loader\n if (this.#runningLoader && this.#runningLoader.isLoading()) {\n this.#runningLoader.abort();\n }\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class MemoryLoader\n","import {Size} from '../image/size';\nimport {Spacing} from '../image/spacing';\nimport {Geometry} from '../image/geometry';\nimport {Image} from '../image/image';\nimport {Point3D} from '../math/point';\n\n/**\n * Create a simple array buffer from an ImageData buffer.\n *\n * @param {object} imageData The ImageData taken from a context.\n * @returns {Uint8Array} The image buffer.\n */\nfunction imageDataToBuffer(imageData) {\n // remove alpha\n // TODO support passing the full image data\n const dataLen = imageData.data.length;\n const buffer = new Uint8Array((dataLen / 4) * 3);\n let j = 0;\n for (let i = 0; i < dataLen; i += 4) {\n buffer[j] = imageData.data[i];\n buffer[j + 1] = imageData.data[i + 1];\n buffer[j + 2] = imageData.data[i + 2];\n j += 3;\n }\n return buffer;\n}\n\n/**\n * Get an image from an input context imageData.\n *\n * @param {number} width The width of the coresponding image.\n * @param {number} height The height of the coresponding image.\n * @param {number} sliceIndex The slice index of the imageData.\n * @param {object} imageBuffer The image buffer.\n * @param {number} numberOfFrames The final number of frames.\n * @param {string} imageUid The image UID.\n * @returns {object} The corresponding view.\n */\nfunction getDefaultImage(\n width, height, sliceIndex,\n imageBuffer, numberOfFrames,\n imageUid) {\n // image size\n const imageSize = new Size([width, height, 1]);\n // default spacing\n // TODO: misleading...\n const imageSpacing = new Spacing([1, 1, 1]);\n // default origin\n const origin = new Point3D(0, 0, sliceIndex);\n // create image\n const geometry = new Geometry(origin, imageSize, imageSpacing);\n const image = new Image(geometry, imageBuffer, [imageUid]);\n image.setPhotometricInterpretation('RGB');\n // meta information\n const meta = {};\n meta.BitsStored = 8;\n if (typeof numberOfFrames !== 'undefined') {\n meta.numberOfFiles = numberOfFrames;\n }\n image.setMeta(meta);\n // return\n return image;\n}\n\n/**\n * Get data from an input image using a canvas.\n *\n * @param {HTMLImageElement} domImage The DOM Image,\n * an HTMLImageElement with extra info.\n * @param {string|File} origin The data origin.\n * @param {number} index The data index.\n * @returns {object} A load data event.\n */\nexport function getViewFromDOMImage(domImage, origin, index) {\n // image size\n const width = domImage.width;\n const height = domImage.height;\n\n // draw the image in the canvas in order to get its data\n const canvas = document.createElement('canvas');\n canvas.width = width;\n canvas.height = height;\n const ctx = canvas.getContext('2d');\n ctx.drawImage(domImage, 0, 0);\n // get the image data\n const imageData = ctx.getImageData(0, 0, width, height);\n\n // image properties\n const info = {};\n if (typeof origin === 'string') {\n info['origin'] = {value: origin};\n } else {\n info['fileName'] = {value: origin.name};\n info['fileType'] = {value: origin.type};\n info['fileLastModifiedDate'] = {value: origin.lastModified};\n }\n info['imageWidth'] = {value: width};\n info['imageHeight'] = {value: height};\n\n const sliceIndex = index ? index : 0;\n info['imageUid'] = {value: sliceIndex};\n\n // create view\n const imageBuffer = imageDataToBuffer(imageData);\n const image = getDefaultImage(\n width, height, sliceIndex, imageBuffer, 1, sliceIndex.toString());\n\n // return\n return {\n data: {\n image: image,\n info: info\n },\n source: origin\n };\n}\n\n/**\n * Get data from an input image using a canvas.\n *\n * @param {object} video The DOM Video, an HTMLVideoElement with extra info.\n * @param {Function} onloaditem On load callback.\n * @param {object} onload The function to call once the data is loaded.\n * @param {object} onprogress The function to call to report progress.\n * @param {object} onloadend The function to call to report load end.\n * @param {string|File} origin The data origin.\n * @param {number} dataIndex The data index.\n */\nexport function getViewFromDOMVideo(\n video, onloaditem, onload, onprogress, onloadend,\n origin, dataIndex) {\n // video size\n const width = video.videoWidth;\n const height = video.videoHeight;\n\n // default frame rate...\n const frameRate = 30;\n // number of frames\n const numberOfFrames = Math.ceil(video.duration * frameRate);\n\n // video properties\n const info = {};\n if (typeof origin === 'string') {\n info['origin'] = {value: origin};\n } else {\n info['fileName'] = {value: origin.name};\n info['fileType'] = {value: origin.type};\n info['fileLastModifiedDate'] = {value: origin.lastModified};\n }\n info['imageWidth'] = {value: width};\n info['imageHeight'] = {value: height};\n info['numberOfFrames'] = {value: numberOfFrames};\n info['imageUid'] = {value: 0};\n\n // draw the image in the canvas in order to get its data\n const canvas = document.createElement('canvas');\n canvas.width = width;\n canvas.height = height;\n const ctx = canvas.getContext('2d');\n\n // using seeked to loop through all video frames\n video.addEventListener('seeked', onseeked, false);\n\n // current frame index\n let frameIndex = 0;\n // video image\n let image = null;\n\n /**\n * Draw the context and store it as a frame.\n */\n function storeFrame() {\n // send progress\n onprogress({\n lengthComputable: true,\n loaded: frameIndex,\n total: numberOfFrames,\n index: dataIndex,\n source: origin\n });\n // draw image\n ctx.drawImage(video, 0, 0);\n // context to image buffer\n const imgBuffer = imageDataToBuffer(\n ctx.getImageData(0, 0, width, height));\n if (frameIndex === 0) {\n // create view\n image = getDefaultImage(\n width, height, 1, imgBuffer, numberOfFrames, dataIndex.toString());\n // call callback\n onloaditem({\n data: {\n image: image,\n info: info\n },\n source: origin\n });\n } else {\n image.appendFrameBuffer(imgBuffer, frameIndex);\n }\n // increment index\n ++frameIndex;\n }\n\n let nextTime = 0;\n\n /**\n * Handle seeked event.\n *\n * @param {object} event The seeked event.\n */\n function onseeked(event) {\n // store\n storeFrame();\n // set the next time\n // (not using currentTime, it seems to get offseted)\n nextTime += 1 / frameRate;\n if (nextTime <= event.target.duration) {\n this.currentTime = nextTime;\n } else {\n onload({\n source: origin\n });\n onloadend({\n source: origin\n });\n // stop listening\n video.removeEventListener('seeked', onseeked);\n }\n }\n\n // trigger the first seek\n video.currentTime = nextTime;\n}\n","import {DicomDataLoader} from './dicomDataLoader';\nimport {JSONTextLoader} from './jsonTextLoader';\nimport {MultipartLoader} from './multipartLoader';\nimport {RawImageLoader} from './rawImageLoader';\nimport {RawVideoLoader} from './rawVideoLoader';\nimport {ZipLoader} from './zipLoader';\n\nexport const loaderList = [\n DicomDataLoader,\n JSONTextLoader,\n MultipartLoader,\n RawImageLoader,\n RawVideoLoader,\n ZipLoader\n];\n","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\nimport {DicomBufferToView} from '../image/dicomBufferToView';\n\n/**\n * DICOM data loader.\n */\nexport class DicomDataLoader {\n\n /**\n * Loader options.\n *\n * @type {object}\n */\n #options = {};\n\n /**\n * Loading flag.\n *\n * @type {boolean}\n */\n #isLoading = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} opt The input options.\n */\n setOptions(opt) {\n this.#options = opt;\n }\n\n /**\n * Is the load ongoing?\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return this.#isLoading;\n }\n\n /**\n * DICOM buffer to View (asynchronous).\n *\n */\n #db2v = new DicomBufferToView();\n\n /**\n * Load data.\n *\n * @param {object} buffer The DICOM buffer.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n // setup db2v ony once\n if (!this.#isLoading) {\n // pass options\n this.#db2v.setOptions(this.#options);\n // connect handlers\n this.#db2v.onloadstart = this.onloadstart;\n this.#db2v.onprogress = this.onprogress;\n this.#db2v.onloaditem = this.onloaditem;\n this.#db2v.onload = this.onload;\n this.#db2v.onloadend = (event) => {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onloadend(event);\n };\n this.#db2v.onerror = (event) => {\n event.source = origin;\n this.onerror(event);\n };\n this.#db2v.onabort = this.onabort;\n }\n\n // set loading flag\n this.#isLoading = true;\n // convert\n this.#db2v.convert(buffer, origin, index);\n }\n\n /**\n * Abort load.\n */\n abort() {\n // reset loading flag\n this.#isLoading = false;\n // abort conversion, will trigger db2v.onabort\n this.#db2v.abort();\n }\n\n /**\n * Check if the loader can load the provided file.\n * True if one of the folowing conditions is true:\n * - the file has a 'dcm' extension,\n * - the file has no extension.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n const ext = getFileExtension(file.name);\n const hasNoExt = (ext === null);\n const hasDcmExt = (ext === 'dcm');\n return hasNoExt || hasDcmExt;\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'dicom',\n * - the `options.requestHeaders` contains a 'Accept: application/dicom',\n * - the url has a 'contentType' and it is 'application/dicom'\n * (as in wado urls),\n * - the url has no 'contentType' and no extension or the extension is 'dcm'.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'dicom') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'application/dicom' and no '+'\n const acceptValue = 'application/dicom';\n return startsWith(acceptHeader.value, acceptValue) &&\n acceptHeader.value[acceptValue.length] !== '+';\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n // extension\n const ext = getFileExtension(urlObjext.pathname);\n const hasNoExt = (ext === null);\n const hasDcmExt = (ext === 'dcm');\n // content type (for wado url)\n const contentType = urlObjext.searchParams.get('contentType');\n const hasContentType = contentType !== null &&\n typeof contentType !== 'undefined';\n const hasDicomContentType = (contentType === 'application/dicom');\n\n return hasContentType ? hasDicomContentType : (hasNoExt || hasDcmExt);\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n const contentType = mem['Content-Type'];\n if (typeof contentType !== 'undefined' &&\n contentType.startsWith('application/dicom')) {\n return true;\n }\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.ArrayBuffer;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a progress event.\n * Default does nothing.\n *\n * @param {object} _event The load progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class DicomDataLoader\n","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\n\n/**\n * JSON text loader.\n */\nexport class JSONTextLoader {\n\n /**\n * Loading flag.\n *\n * @type {boolean}\n */\n #isLoading = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing?\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return this.#isLoading;\n }\n\n /**\n * Load data.\n *\n * @param {object} text The input text.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(text, origin, index) {\n // set loading flag\n this.#isLoading = true;\n this.onloadstart({\n source: origin\n });\n\n try {\n this.onprogress({\n lengthComputable: true,\n loaded: 100,\n total: 100,\n index: index,\n source: origin\n });\n const data = {\n data: text,\n source: origin\n };\n // only expecting one item\n this.onloaditem(data);\n this.onload(data);\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n } finally {\n // reset loading flag\n this.#isLoading = false;\n this.onloadend({\n source: origin\n });\n }\n }\n\n /**\n * Abort load: pass to listeners.\n */\n abort() {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * True if the file has a 'json' extension.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n const ext = getFileExtension(file.name);\n return (ext === 'json');\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'json',\n * - the `options.requestHeaders` contains a 'Accept: application/json' or\n * 'Accept: application/dicom+json',\n * - the url has a 'json' extension.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'json') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'application/json' or 'application/dicom+json\n return startsWith(acceptHeader.value, 'application/json') ||\n startsWith(acceptHeader.value, 'application/dicom+json');\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n const ext = getFileExtension(urlObjext.pathname);\n return (ext === 'json');\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n const contentType = mem['Content-Type'];\n if (typeof contentType !== 'undefined' &&\n contentType.startsWith('application/json')) {\n return true;\n }\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.Text;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.Text;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a progress event.\n * Default does nothing.\n *\n * @param {object} _event The load progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class JSONTextLoader\n","import {startsWith} from '../utils/string';\nimport {parseMultipart} from '../utils/array';\nimport {MemoryLoader} from './memoryLoader';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\n\n/**\n * Multipart data loader.\n */\nexport class MultipartLoader {\n\n /**\n * Loading flag.\n *\n * @type {boolean}\n */\n #isLoading = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing?\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return this.#isLoading;\n }\n\n /**\n * Load data.\n *\n * @param {object} buffer The DICOM buffer.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n // send start event\n this.onloadstart({\n source: origin\n });\n // set loading flag\n this.#isLoading = true;\n\n const memoryIO = new MemoryLoader();\n // memoryIO.onloadstart: nothing to do\n memoryIO.onprogress = (progress) => {\n // add 50% to take into account the un-Multipartping\n progress.loaded = 50 + progress.loaded / 2;\n // set data index\n progress.index = index;\n this.onprogress(progress);\n };\n memoryIO.onloaditem = this.onloaditem;\n memoryIO.onload = this.onload;\n memoryIO.onloadend = (event) => {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onloadend(event);\n };\n memoryIO.onerror = this.onerror;\n memoryIO.onabort = this.onabort;\n // launch\n memoryIO.load(parseMultipart(buffer));\n }\n\n /**\n * Abort load: pass to listeners.\n */\n abort() {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * Always returns false.\n *\n * @param {File} _file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(_file) {\n return false;\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'multipart',\n * - the `options.requestHeaders` contains a 'Accept: multipart/related'.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'multipart') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'multipart/related'\n return startsWith(acceptHeader.value, 'multipart/related');\n }\n }\n }\n\n return false;\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} _mem The memory object.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadMemory(_mem) {\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.ArrayBuffer;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class MultipartLoader\n","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {getViewFromDOMImage} from '../image/domReader';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\n\n/**\n * Raw image loader.\n */\nexport class RawImageLoader {\n\n /**\n * If abort is triggered, all image.onload callbacks have to be cancelled.\n *\n * @type {boolean}\n */\n #aborted = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing? TODO...\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return true;\n }\n\n /**\n * Create a Data URI from an HTTP request response.\n *\n * @param {ArrayBuffer} response The HTTP request response.\n * @param {string} dataType The data type.\n * @returns {string} The data URI.\n */\n #createDataUri(response, dataType) {\n // image type\n let imageType = dataType;\n if (!imageType || imageType === 'jpg') {\n imageType = 'jpeg';\n }\n // create uri\n const file = new Blob([response], {type: 'image/' + imageType});\n return window.URL.createObjectURL(file);\n }\n\n /**\n * Load data.\n *\n * @param {ArrayBuffer|string} buffer The read data.\n * @param {string|File} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n this.#aborted = false;\n // create a DOM image\n const image = new Image();\n // triggered by ctx.drawImage\n image.onload = (/*event*/) => {\n try {\n if (!this.#aborted) {\n this.onprogress({\n lengthComputable: true,\n loaded: 100,\n total: 100,\n index: index,\n source: origin\n });\n const data = getViewFromDOMImage(image, origin, index);\n // only expecting one item\n this.onloaditem(data);\n this.onload(data);\n }\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n } finally {\n this.onloadend({\n source: origin\n });\n }\n };\n // storing values to pass them on\n if (typeof buffer === 'string') {\n // file case\n image.src = buffer;\n } else if (typeof origin === 'string') {\n // url case\n const ext = origin.split('.').pop().toLowerCase();\n image.src = this.#createDataUri(buffer, ext);\n }\n }\n\n /**\n * Abort load.\n */\n abort() {\n this.#aborted = true;\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * True for files with type 'image.*'.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n return (typeof file.type !== 'undefined' &&\n file.type.match('image.*') !== null);\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'rawimage',\n * - the `options.requestHeaders` contains an item\n * starting with 'Accept: image/'.\n * - the url has a 'contentType' and it is 'image/jpeg', 'image/png'\n * or 'image/gif' (as in wado urls),\n * - the url has no 'contentType' and the extension is 'jpeg', 'jpg',\n * 'png' or 'gif'.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'rawimage') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'image/'\n return startsWith(acceptHeader.value, 'image/');\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n // extension\n const ext = getFileExtension(urlObjext.pathname);\n const hasImageExt = (ext === 'jpeg') || (ext === 'jpg') ||\n (ext === 'png') || (ext === 'gif');\n // content type (for wado url)\n const contentType = urlObjext.searchParams.get('contentType');\n const hasContentType = contentType !== null &&\n typeof contentType !== 'undefined';\n const hasImageContentType = (contentType === 'image/jpeg') ||\n (contentType === 'image/png') ||\n (contentType === 'image/gif');\n\n return hasContentType ? hasImageContentType : hasImageExt;\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.DataURL;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class RawImageLoader","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {getViewFromDOMVideo} from '../image/domReader';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\n\n/**\n * Raw video loader.\n *\n * Url example (cors enabled):\n * {@link https://raw.githubusercontent.com/clappr/clappr/master/test/fixtures/SampleVideo_360x240_1mb.mp4}.\n */\nexport class RawVideoLoader {\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing? TODO...\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return true;\n }\n\n /**\n * Create a Data URI from an HTTP request response.\n *\n * @param {object} response The HTTP request response.\n * @param {string} dataType The data type.\n * @returns {string} The data URI.\n */\n #createDataUri(response, dataType) {\n // image data as string\n const bytes = new Uint8Array(response);\n let videoDataStr = '';\n for (let i = 0; i < bytes.byteLength; ++i) {\n videoDataStr += String.fromCharCode(bytes[i]);\n }\n // create uri\n const uri = 'data:video/' + dataType +\n ';base64,' + window.btoa(videoDataStr);\n return uri;\n }\n\n /**\n * Internal Data URI load.\n *\n * @param {object} buffer The read data.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n // create a DOM video\n const video = document.createElement('video');\n if (typeof origin === 'string') {\n // url case\n const ext = origin.split('.').pop().toLowerCase();\n video.src = this.#createDataUri(buffer, ext);\n } else {\n video.src = buffer;\n }\n // onload handler\n video.onloadedmetadata = (event) => {\n try {\n getViewFromDOMVideo(event.target,\n this.onloaditem, this.onload,\n this.onprogress, this.onloadend,\n origin, index);\n } catch (error) {\n this.onerror({\n error: error,\n source: origin\n });\n this.onloadend({\n source: origin\n });\n }\n };\n }\n\n /**\n * Abort load.\n */\n abort() {\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * True for files with type 'video.*'.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n return (typeof file.type !== 'undefined' &&\n file.type.match('video.*') !== null);\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'rawvideo',\n * - the `options.requestHeaders` contains an item\n * starting with 'Accept: video/'.\n * - the url has a 'mp4', 'ogg' or 'webm' extension.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'rawvideo') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'video/'\n return startsWith(acceptHeader.value, 'video/');\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n const ext = getFileExtension(urlObjext.pathname);\n return (ext === 'mp4') ||\n (ext === 'ogg') ||\n (ext === 'webm');\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.DataURL;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class RawVideoLoader\n","import {startsWith, getFileExtension} from '../utils/string';\nimport {getUrlFromUri} from '../utils/uri';\nimport {fileContentTypes} from './filesLoader';\nimport {urlContentTypes} from './urlsLoader';\nimport {MemoryLoader} from './memoryLoader';\n\n/**\n * The zip library.\n *\n * Ref: {@link https://github.com/Stuk/jszip}.\n *\n * @external JSZip\n */\nimport JSZip from 'jszip';\n\n/**\n * ZIP data loader.\n */\nexport class ZipLoader {\n\n /**\n * Loading flag.\n *\n * @type {boolean}\n */\n #isLoading = false;\n\n /**\n * Set the loader options.\n *\n * @param {object} _opt The input options.\n */\n setOptions(_opt) {\n // does nothing\n }\n\n /**\n * Is the load ongoing?\n *\n * @returns {boolean} True if loading.\n */\n isLoading() {\n return this.#isLoading;\n }\n\n #filename = '';\n #files = [];\n #zobjs = null;\n\n /**\n * JSZip.async callback.\n *\n * @param {ArrayBuffer} content Unzipped file image.\n * @param {object} origin The origin of the file.\n * @param {number} index The data index.\n */\n #zipAsyncCallback(content, origin, index) {\n this.#files.push({filename: this.#filename, data: content});\n\n // sent un-ziped progress with the data index\n // (max 50% to take into account the memory loading)\n const unzipPercent = this.#files.length * 100 / this.#zobjs.length;\n this.onprogress({\n lengthComputable: true,\n loaded: (unzipPercent / 2),\n total: 100,\n index: index,\n item: {\n loaded: unzipPercent,\n total: 100,\n source: origin\n }\n });\n\n // recursively call until we have all the files\n if (this.#files.length < this.#zobjs.length) {\n const num = this.#files.length;\n this.#filename = this.#zobjs[num].name;\n this.#zobjs[num].async('arrayBuffer').then((content) => {\n this.#zipAsyncCallback(content, origin, index);\n });\n } else {\n const memoryIO = new MemoryLoader();\n // memoryIO.onloadstart: nothing to do\n memoryIO.onprogress = (progress) => {\n // add 50% to take into account the un-zipping\n progress.loaded = 50 + progress.loaded / 2;\n // set data index\n progress.index = index;\n this.onprogress(progress);\n };\n memoryIO.onloaditem = this.onloaditem;\n memoryIO.onload = this.onload;\n memoryIO.onloadend = (event) => {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onloadend(event);\n };\n memoryIO.onerror = this.onerror;\n memoryIO.onabort = this.onabort;\n // launch\n memoryIO.load(this.#files);\n }\n }\n\n /**\n * Load data.\n *\n * @param {object} buffer The DICOM buffer.\n * @param {string} origin The data origin.\n * @param {number} index The data index.\n */\n load(buffer, origin, index) {\n // send start event\n this.onloadstart({\n source: origin\n });\n // set loading flag\n this.#isLoading = true;\n\n JSZip.loadAsync(buffer).then((zip) => {\n this.#files = [];\n this.#zobjs = zip.file(/.*\\.dcm/);\n // recursively load zip files into the files array\n const num = this.#files.length;\n this.#filename = this.#zobjs[num].name;\n this.#zobjs[num].async('arrayBuffer').then((content) => {\n this.#zipAsyncCallback(content, origin, index);\n });\n });\n }\n\n /**\n * Abort load: pass to listeners.\n */\n abort() {\n // reset loading flag\n this.#isLoading = false;\n // call listeners\n this.onabort({});\n this.onloadend({});\n }\n\n /**\n * Check if the loader can load the provided file.\n * True if the file has a 'zip' extension.\n *\n * @param {File} file The file to check.\n * @returns {boolean} True if the file can be loaded.\n */\n canLoadFile(file) {\n const ext = getFileExtension(file.name);\n return (ext === 'zip');\n }\n\n /**\n * Check if the loader can load the provided url.\n * True if one of the folowing conditions is true:\n * - the `options.forceLoader` is 'zip',\n * - the `options.requestHeaders` contains an item\n * starting with 'Accept: application/zip'.\n * - the url has a 'zip' extension.\n *\n * @param {string} url The url to check.\n * @param {object} [options] Optional url request options.\n * @returns {boolean} True if the url can be loaded.\n */\n canLoadUrl(url, options) {\n // check options\n if (typeof options !== 'undefined') {\n // check options.forceLoader\n if (typeof options.forceLoader !== 'undefined' &&\n options.forceLoader === 'zip') {\n return true;\n }\n // check options.requestHeaders for 'Accept'\n if (typeof options.requestHeaders !== 'undefined') {\n const isNameAccept = function (element) {\n return element.name === 'Accept';\n };\n const acceptHeader = options.requestHeaders.find(isNameAccept);\n if (typeof acceptHeader !== 'undefined') {\n // starts with 'application/zip'\n return startsWith(acceptHeader.value, 'application/zip');\n }\n }\n }\n\n const urlObjext = getUrlFromUri(url);\n const ext = getFileExtension(urlObjext.pathname);\n return (ext === 'zip');\n }\n\n /**\n * Check if the loader can load the provided memory object.\n *\n * @param {object} mem The memory object.\n * @returns {boolean} True if the object can be loaded.\n */\n canLoadMemory(mem) {\n const contentType = mem['Content-Type'];\n if (typeof contentType !== 'undefined' &&\n contentType.startsWith('application/zip')) {\n return true;\n }\n if (typeof mem.filename !== 'undefined') {\n const tmpFile = new File(['from memory'], mem.filename);\n return this.canLoadFile(tmpFile);\n }\n return false;\n }\n\n /**\n * Get the file content type needed by the loader.\n *\n * @returns {number} One of the 'fileContentTypes'.\n */\n loadFileAs() {\n return fileContentTypes.ArrayBuffer;\n }\n\n /**\n * Get the url content type needed by the loader.\n *\n * @returns {number} One of the 'urlContentTypes'.\n */\n loadUrlAs() {\n return urlContentTypes.ArrayBuffer;\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle an load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class ZipLoader\n","import {MultiProgressHandler} from '../utils/progress';\nimport {loaderList} from './loaderList';\n\n// file content types\nexport const fileContentTypes = {\n Text: 0,\n ArrayBuffer: 1,\n DataURL: 2\n};\n\n/**\n * Files loader.\n */\nexport class FilesLoader {\n\n /**\n * Input data.\n *\n * @type {File[]}\n */\n #inputData = null;\n\n /**\n * Array of launched file readers.\n *\n * @type {FileReader[]}\n */\n #readers = [];\n\n /**\n * Data loader.\n *\n * @type {object}\n */\n #runningLoader = null;\n\n /**\n * Number of loaded data.\n *\n * @type {number}\n */\n #nLoad = 0;\n\n /**\n * Number of load end events.\n *\n * @type {number}\n */\n #nLoadend = 0;\n\n /**\n * The default character set (optional).\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * Get the default character set.\n *\n * @returns {string} The default character set.\n */\n getDefaultCharacterSet() {\n return this.#defaultCharacterSet;\n }\n\n /**\n * Set the default character set.\n *\n * @param {string} characterSet The character set.\n */\n setDefaultCharacterSet(characterSet) {\n this.#defaultCharacterSet = characterSet;\n }\n\n /**\n * Store the current input.\n *\n * @param {File[]} data The input data.\n */\n #storeInputData(data) {\n this.#inputData = data;\n // reset counters\n this.#nLoad = 0;\n this.#nLoadend = 0;\n // clear storage\n this.#clearStoredReaders();\n this.#clearStoredLoader();\n }\n\n /**\n * Store a launched reader.\n *\n * @param {FileReader} reader The launched reader.\n */\n #storeReader(reader) {\n this.#readers.push(reader);\n }\n\n /**\n * Clear the stored readers.\n *\n */\n #clearStoredReaders() {\n this.#readers = [];\n }\n\n /**\n * Store the launched loader.\n *\n * @param {object} loader The launched loader.\n */\n #storeLoader(loader) {\n this.#runningLoader = loader;\n }\n\n /**\n * Clear the stored loader.\n *\n */\n #clearStoredLoader() {\n this.#runningLoader = null;\n }\n\n /**\n * Increment the number of loaded data\n * and call onload if loaded all data.\n *\n * @param {object} _event The load data event.\n */\n #addLoad = (_event) => {\n this.#nLoad++;\n // call onload when all is loaded\n // (not using the input event since it is\n // an individual load)\n if (this.#nLoad === this.#inputData.length) {\n this.onload({\n source: this.#inputData\n });\n }\n };\n\n /**\n * Increment the counter of load end events\n * and run callbacks when all done, erroneus or not.\n *\n * @param {object} _event The load end event.\n */\n #addLoadend = (_event) => {\n this.#nLoadend++;\n // call onloadend when all is run\n // (not using the input event since it is\n // an individual load end)\n if (this.#nLoadend === this.#inputData.length) {\n this.onloadend({\n source: this.#inputData\n });\n }\n };\n\n /**\n * @callback eventFn\n * @param {object} event The event.\n */\n\n /**\n * Augment a callback event with a srouce.\n *\n * @param {object} callback The callback to augment its event.\n * @param {object} source The source to add to the event.\n * @returns {eventFn} The augmented callback.\n */\n #augmentCallbackEvent(callback, source) {\n return (event) => {\n event.source = source;\n callback(event);\n };\n }\n\n /**\n * Get a load handler for a data element.\n *\n * @param {object} loader The associated loader.\n * @param {File} dataElement The data element.\n * @param {number} i The index of the element.\n * @returns {eventFn} A load handler.\n */\n #getLoadHandler(loader, dataElement, i) {\n return (event) => {\n loader.load(event.target.result, dataElement, i);\n };\n }\n\n\n /**\n * Load a list of files.\n *\n * @param {File[]} data The list of files to load.\n */\n load(data) {\n // check input\n if (typeof data === 'undefined' || data.length === 0) {\n return;\n }\n this.#storeInputData(data);\n\n // send start event\n this.onloadstart({\n source: data\n });\n\n // create prgress handler\n const mproghandler = new MultiProgressHandler(this.onprogress);\n mproghandler.setNToLoad(data.length);\n\n // create loaders\n const loaders = [];\n for (let m = 0; m < loaderList.length; ++m) {\n loaders.push(new loaderList[m]());\n }\n\n // find an appropriate loader\n let dataElement = data[0];\n let loader = null;\n let foundLoader = false;\n for (let l = 0; l < loaders.length; ++l) {\n loader = loaders[l];\n if (loader.canLoadFile(dataElement)) {\n foundLoader = true;\n // load options\n loader.setOptions({\n numberOfFiles: data.length,\n defaultCharacterSet: this.getDefaultCharacterSet()\n });\n // set loader callbacks\n // loader.onloadstart: nothing to do\n loader.onprogress = mproghandler.getUndefinedMonoProgressHandler(1);\n loader.onloaditem = this.onloaditem;\n loader.onload = this.#addLoad;\n loader.onloadend = this.#addLoadend;\n loader.onerror = this.onerror;\n loader.onabort = this.onabort;\n\n // store loader\n this.#storeLoader(loader);\n // exit\n break;\n }\n }\n if (!foundLoader) {\n throw new Error('No loader found for file: ' + dataElement.name);\n }\n\n // loop on I/O elements\n for (let i = 0; i < data.length; ++i) {\n dataElement = data[i];\n\n // check loader\n if (!loader.canLoadFile(dataElement)) {\n throw new Error('Input file of different type: ' + dataElement);\n }\n\n /**\n * The file reader.\n *\n * Ref: {@link https://developer.mozilla.org/en-US/docs/Web/API/FileReader}.\n *\n * @external FileReader\n */\n const reader = new FileReader();\n // store reader\n this.#storeReader(reader);\n\n // set reader callbacks\n // reader.onloadstart: nothing to do\n reader.onprogress = this.#augmentCallbackEvent(\n mproghandler.getMonoProgressHandler(i, 0), dataElement);\n reader.onload = this.#getLoadHandler(loader, dataElement, i);\n // reader.onloadend: nothing to do\n const errorCallback =\n this.#augmentCallbackEvent(this.onerror, dataElement);\n reader.onerror = (event) => {\n this.#addLoadend();\n errorCallback(event);\n };\n const abortCallback =\n this.#augmentCallbackEvent(this.onabort, dataElement);\n reader.onabort = (event) => {\n this.#addLoadend();\n abortCallback(event);\n };\n // read\n if (loader.loadFileAs() === fileContentTypes.Text) {\n reader.readAsText(dataElement);\n } else if (loader.loadFileAs() === fileContentTypes.DataURL) {\n reader.readAsDataURL(dataElement);\n } else if (loader.loadFileAs() === fileContentTypes.ArrayBuffer) {\n reader.readAsArrayBuffer(dataElement);\n }\n }\n }\n\n /**\n * Abort a load.\n */\n abort() {\n // abort readers\n for (let i = 0; i < this.#readers.length; ++i) {\n // 0: EMPTY, 1: LOADING, 2: DONE\n if (this.#readers[i].readyState === 1) {\n this.#readers[i].abort();\n }\n }\n // abort loader\n if (this.#runningLoader && this.#runningLoader.isLoading()) {\n this.#runningLoader.abort();\n }\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load item event fired\n * when a file item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class FilesLoader\n","import {FilesLoader} from '../io/filesLoader';\nimport {MemoryLoader} from '../io/memoryLoader';\nimport {UrlsLoader} from '../io/urlsLoader';\n\n/**\n * Load controller.\n */\nexport class LoadController {\n\n /**\n * The default character set.\n *\n * @type {string}\n */\n #defaultCharacterSet;\n\n /**\n * List of current loaders.\n *\n * @type {object}\n */\n #currentLoaders = {};\n\n /**\n * @param {string} defaultCharacterSet The default character set.\n */\n constructor(defaultCharacterSet) {\n this.#defaultCharacterSet = defaultCharacterSet;\n }\n\n /**\n * Load a list of files. Can be image files or a state file.\n *\n * @param {File[]} files The list of files to load.\n * @param {string} dataId The data Id.\n */\n loadFiles(files, dataId) {\n // has been checked for emptiness.\n const ext = files[0].name.split('.').pop().toLowerCase();\n if (ext === 'json') {\n this.#loadStateFile(files[0], dataId);\n } else {\n this.#loadImageFiles(files, dataId);\n }\n }\n\n /**\n * Load a list of URLs. Can be image files or a state file.\n *\n * @param {string[]} urls The list of urls to load.\n * @param {string} dataId The data Id.\n * @param {object} [options] The load options:\n * - requestHeaders: an array of {name, value} to use as request headers.\n * - withCredentials: credentials flag to pass to the request.\n */\n\n loadURLs(urls, dataId, options) {\n // has been checked for emptiness.\n const ext = urls[0].split('.').pop().toLowerCase();\n if (ext === 'json') {\n this.#loadStateUrl(urls[0], dataId, options);\n } else {\n this.#loadImageUrls(urls, dataId, options);\n }\n }\n\n /**\n * Load a list of ArrayBuffers.\n *\n * @param {Array} data The list of ArrayBuffers to load\n * in the form of [{name: '', filename: '', data: data}].\n * @param {string} dataId The data Id.\n */\n loadImageObject(data, dataId) {\n // create IO\n const memoryIO = new MemoryLoader();\n // load data\n this.#loadData(data, memoryIO, 'image', dataId);\n }\n\n /**\n * Get the currently loaded data ids.\n *\n * @returns {string[]} The data ids.\n */\n getLoadingDataIds() {\n return Object.keys(this.#currentLoaders);\n }\n\n /**\n * Abort an individual current loader.\n *\n * @param {string} dataId The data to stop loading.\n */\n abort(dataId) {\n if (typeof this.#currentLoaders[dataId] !== 'undefined') {\n this.#currentLoaders[dataId].loader.abort();\n delete this.#currentLoaders[dataId];\n }\n }\n\n // private ----------------------------------------------------------------\n\n /**\n * Load a list of image files.\n *\n * @param {File[]} files The list of image files to load.\n * @param {string} dataId The data Id.\n */\n #loadImageFiles(files, dataId) {\n // create IO\n const fileIO = new FilesLoader();\n fileIO.setDefaultCharacterSet(this.#defaultCharacterSet);\n // load data\n this.#loadData(files, fileIO, 'image', dataId);\n }\n\n /**\n * Load a list of image URLs.\n *\n * @param {string[]} urls The list of urls to load.\n * @param {string} [dataId] The data Id.\n * @param {object} [options] The load options:\n * - requestHeaders: an array of {name, value} to use as request headers.\n * - withCredentials: credentials flag to pass to the request.\n */\n #loadImageUrls(urls, dataId, options) {\n // create IO\n const urlIO = new UrlsLoader();\n urlIO.setDefaultCharacterSet(this.#defaultCharacterSet);\n // load data\n this.#loadData(urls, urlIO, 'image', dataId, options);\n }\n\n /**\n * Load a State file.\n *\n * @param {File} file The state file to load.\n * @param {string} dataId The data Id.\n */\n #loadStateFile(file, dataId) {\n // create IO\n const fileIO = new FilesLoader();\n // load data\n this.#loadData([file], fileIO, 'state', dataId);\n }\n\n\n /**\n * Load a State url.\n *\n * @param {string} url The state url to load.\n * @param {string} [dataId] The data Id.\n * @param {object} [options] The load options:\n * - requestHeaders: an array of {name, value} to use as request headers.\n * - withCredentials: credentials flag to pass to the request.\n */\n #loadStateUrl(url, dataId, options) {\n // create IO\n const urlIO = new UrlsLoader();\n // load data\n this.#loadData([url], urlIO, 'state', dataId, options);\n }\n\n /**\n * Load a list of data.\n *\n * @param {string[]|File[]|Array} data Array of data to load.\n * @param {object} loader The data loader.\n * @param {string} loadType The data load type: 'image' or 'state'.\n * @param {string} dataId The data id.\n * @param {object} [options] Options passed to the final loader.\n */\n #loadData(data, loader, loadType, dataId, options) {\n const eventInfo = {\n loadtype: loadType,\n dataid: dataId\n };\n\n // set callbacks\n loader.onloadstart = (event) => {\n // store loader to allow abort\n this.#currentLoaders[dataId] = {\n loader: loader,\n isFirstItem: true\n };\n // callback\n this.#augmentCallbackEvent(this.onloadstart, eventInfo)(event);\n };\n loader.onprogress = this.#augmentCallbackEvent(this.onprogress, eventInfo);\n loader.onloaditem = (event) => {\n const eventInfoItem = {\n loadtype: loadType,\n dataid: dataId\n };\n if (typeof this.#currentLoaders[dataId] !== 'undefined') {\n eventInfoItem.isfirstitem = this.#currentLoaders[dataId].isFirstItem;\n }\n // callback\n this.#augmentCallbackEvent(this.onloaditem, eventInfoItem)(event);\n // update loader\n if (typeof this.#currentLoaders[dataId] !== 'undefined' &&\n this.#currentLoaders[dataId].isFirstItem) {\n this.#currentLoaders[dataId].isFirstItem = false;\n }\n };\n loader.onload = this.#augmentCallbackEvent(this.onload, eventInfo);\n loader.onloadend = (event) => {\n // reset current loader\n delete this.#currentLoaders[dataId];\n // callback\n this.#augmentCallbackEvent(this.onloadend, eventInfo)(event);\n };\n loader.onerror = this.#augmentCallbackEvent(this.onerror, eventInfo);\n loader.onabort = this.#augmentCallbackEvent(this.onabort, eventInfo);\n // launch load\n try {\n loader.load(data, options);\n } catch (error) {\n this.onerror({\n error: error,\n dataid: dataId\n });\n this.onloadend({\n dataid: dataId\n });\n return;\n }\n }\n\n /**\n * Augment a callback event: adds loadtype to the event\n * passed to a callback.\n *\n * @param {object} callback The callback to update.\n * @param {object} info Info object to append to the event.\n * @returns {object} A function representing the modified callback.\n */\n #augmentCallbackEvent(callback, info) {\n return function (event) {\n const keys = Object.keys(info);\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i];\n event[key] = info[key];\n }\n callback(event);\n };\n }\n\n /**\n * Handle a load start event.\n * Default does nothing.\n *\n * @param {object} _event The load start event.\n */\n onloadstart(_event) {}\n\n /**\n * Handle a load progress event.\n * Default does nothing.\n *\n * @param {object} _event The progress event.\n */\n onprogress(_event) {}\n\n /**\n * Handle a load event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when a file has been loaded successfully.\n */\n onload(_event) {}\n\n /**\n * Handle a load item event.\n * Default does nothing.\n *\n * @param {object} _event The load event fired\n * when an item has been loaded successfully.\n */\n onloaditem(_event) {}\n\n /**\n * Handle a load end event.\n * Default does nothing.\n *\n * @param {object} _event The load end event fired\n * when a file load has completed, successfully or not.\n */\n onloadend(_event) {}\n\n /**\n * Handle an error event.\n * Default does nothing.\n *\n * @param {object} _event The error event.\n */\n onerror(_event) {}\n\n /**\n * Handle an abort event.\n * Default does nothing.\n *\n * @param {object} _event The abort event.\n */\n onabort(_event) {}\n\n} // class LoadController\n","import {ListenerHandler} from '../utils/listen';\nimport {getReverseOrientation} from '../dicom/dicomParser';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {App} from '../app/application';\n/* eslint-enable no-unused-vars */\n\n/**\n * Get a number toprecision function with the provided precision.\n *\n * @param {number} precision The precision to achieve.\n * @returns {Function} The to precision function.\n */\nfunction getNumberToPrecision(precision) {\n return function (num) {\n return Number(num).toPrecision(precision);\n };\n}\n\n/**\n * Create a default replace format from a given length.\n * For example: '{v0}, {v1}'.\n *\n * @param {number} length The length of the format.\n * @returns {string} A replace format.\n */\nfunction createDefaultReplaceFormat(length) {\n let res = '';\n for (let i = 0; i < length; ++i) {\n if (i !== 0) {\n res += ', ';\n }\n res += '{v' + i + '}';\n }\n return res;\n}\n\n/**\n * Replace flags in a input string. Flags are keywords surrounded with curly\n * braces in the form: '{v0}, {v1}'.\n *\n * @param {string} inputStr The input string.\n * @param {string[]} values An array of strings.\n * @example\n * var values = [\"a\", \"b\"];\n * var str = \"The length is: {v0}. The size is: {v1}\";\n * var res = replaceFlags(str, values);\n * // \"The length is: a. The size is: b\"\n * @returns {string} The result string.\n */\nfunction replaceFlags(inputStr, values) {\n let res = inputStr;\n for (let i = 0; i < values.length; ++i) {\n res = res.replace('{v' + i + '}', values[i]);\n }\n return res;\n}\n\n/**\n * DICOM Header overlay info.\n */\nexport class OverlayData {\n\n /**\n * Associated app.\n *\n * @type {App}\n */\n #app;\n\n /**\n * Associated data id.\n *\n * @type {string}\n */\n #dataId;\n\n /**\n * Overlay config.\n *\n * @type {object}\n */\n #configs;\n\n /**\n * List of event used by the config.\n *\n * @type {string[]}\n */\n #eventNames = [];\n\n /**\n * Flag to know if listening to app.\n *\n * @type {boolean}\n */\n #isListening;\n\n /**\n * Overlay data.\n *\n * @type {Array}\n */\n #data = [];\n\n /**\n * Current data uid: set on pos change.\n *\n * @type {number}\n */\n #currentDataUid;\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * @param {App} app The associated application.\n * @param {string} dataId The associated data id.\n * @param {object} configs The overlay config.\n */\n constructor(app, dataId, configs) {\n this.#app = app;\n this.#dataId = dataId;\n this.#configs = configs;\n\n // parse overlays to get the list of events to listen to\n const keys = Object.keys(this.#configs);\n for (let i = 0; i < keys.length; ++i) {\n const config = this.#configs[keys[i]];\n for (let j = 0; j < config.length; ++j) {\n const eventType = config[j].event;\n if (typeof eventType !== 'undefined') {\n if (!this.#eventNames.includes(eventType)) {\n this.#eventNames.push(eventType);\n }\n }\n }\n }\n // add app listeners\n this.addAppListeners();\n }\n\n /**\n * Reset the data.\n */\n reset() {\n this.#data = [];\n this.#currentDataUid = undefined;\n }\n\n /**\n * Handle a new loaded item event.\n *\n * @param {object} data The item meta data.\n */\n addItemMeta(data) {\n // create and store overlay data\n let dataUid;\n // check if dicom data (00020010: transfer syntax)\n if (typeof data['00020010'] !== 'undefined') {\n if (typeof data['00080018'] !== 'undefined') {\n // SOP instance UID\n dataUid = data['00080018'].value[0];\n } else {\n dataUid = data.length;\n }\n this.#data[dataUid] = createOverlayData(data, this.#configs);\n } else {\n // image file case\n const keys = Object.keys(data);\n for (let d = 0; d < keys.length; ++d) {\n const obj = data[keys[d]];\n if (keys[d] === 'imageUid') {\n dataUid = obj.value;\n break;\n }\n }\n this.#data[dataUid] = createOverlayDataForDom(data, this.#configs);\n }\n // store uid\n this.#currentDataUid = dataUid;\n }\n\n /**\n * Handle a changed slice event.\n *\n * @param {object} event The slicechange event.\n */\n #onSliceChange = (event) => {\n if (event.dataid !== this.#dataId) {\n return;\n }\n if (typeof event.data !== 'undefined' &&\n typeof event.data.imageUid !== 'undefined' &&\n this.#currentDataUid !== event.data.imageUid) {\n this.#currentDataUid = event.data.imageUid;\n this.#updateData(event);\n }\n };\n\n /**\n * Update the overlay data.\n *\n * @param {object} event An event defined by the overlay map and\n * registered in toggleListeners.\n */\n #updateData = (event) => {\n if (event.dataid !== this.#dataId) {\n return;\n }\n\n const sliceOverlayData = this.#data[this.#currentDataUid];\n if (typeof sliceOverlayData === 'undefined') {\n console.warn('No slice overlay data for: ' + this.#currentDataUid);\n return;\n }\n\n for (let n = 0; n < sliceOverlayData.length; ++n) {\n let text = undefined;\n if (typeof sliceOverlayData[n].tags !== 'undefined') {\n // update tags only on slice change\n if (event.type === 'positionchange') {\n text = sliceOverlayData[n].value;\n }\n } else {\n // update text if the value is an event type\n if (typeof sliceOverlayData[n].event !== 'undefined' &&\n sliceOverlayData[n].event === event.type) {\n const format = sliceOverlayData[n].format;\n let values = event.value;\n // optional number precision\n if (typeof sliceOverlayData[n].precision !== 'undefined') {\n let mapFunc = null;\n if (sliceOverlayData[n].precision === 'round') {\n mapFunc = Math.round;\n } else {\n mapFunc = getNumberToPrecision(sliceOverlayData[n].precision);\n }\n values = values.map(mapFunc);\n }\n text = replaceFlags(format, values);\n }\n }\n if (typeof text !== 'undefined') {\n sliceOverlayData[n].value = text;\n }\n }\n\n // fire valuechange for listeners\n this.#fireEvent({type: 'valuechange', data: sliceOverlayData});\n };\n\n /**\n * Is this class listening to app events.\n *\n * @returns {boolean} True is listening to app events.\n */\n isListening() {\n return this.#isListening;\n }\n\n /**\n * Toggle info listeners.\n */\n addAppListeners() {\n // listen to update tags data\n this.#app.addEventListener('positionchange', this.#onSliceChange);\n // add event listeners\n for (let i = 0; i < this.#eventNames.length; ++i) {\n this.#app.addEventListener(this.#eventNames[i], this.#updateData);\n }\n // update flag\n this.#isListening = true;\n }\n\n /**\n * Toggle info listeners.\n */\n removeAppListeners() {\n // stop listening to update tags data\n this.#app.removeEventListener('positionchange', this.#onSliceChange);\n // remove event listeners\n for (let i = 0; i < this.#eventNames.length; ++i) {\n this.#app.removeEventListener(this.#eventNames[i], this.#updateData);\n }\n // update flag\n this.#isListening = false;\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {object} callback The method associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {object} callback The method associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent(event) {\n this.#listenerHandler.fireEvent(event);\n }\n\n} // class OverlayData\n\n/**\n * Create overlay data array for a DICOM image.\n *\n * @param {object} dicomElements DICOM elements of the image.\n * @param {object} configs The overlay data configs.\n * @returns {Array} Overlay data array.\n */\nfunction createOverlayData(dicomElements, configs) {\n const overlays = [];\n let modality;\n const modElement = dicomElements['00080060'];\n if (typeof modElement !== 'undefined') {\n modality = modElement.value[0];\n } else {\n return overlays;\n }\n const config = configs[modality] || configs['*'];\n if (!config) {\n return overlays;\n }\n\n for (let n = 0; n < config.length; ++n) {\n // deep copy\n const overlay = JSON.parse(JSON.stringify(config[n]));\n\n // add tag values\n const tags = overlay.tags;\n if (typeof tags !== 'undefined' && tags.length !== 0) {\n // get values\n const values = [];\n for (let i = 0; i < tags.length; ++i) {\n const elem = dicomElements[tags[i]];\n if (typeof elem !== 'undefined') {\n values.push(dicomElements[tags[i]].value);\n } else {\n values.push('');\n }\n }\n // format\n if (typeof overlay.format === 'undefined' || overlay.format === null) {\n overlay.format = createDefaultReplaceFormat(values.length);\n }\n overlay.value = replaceFlags(overlay.format, values).trim();\n }\n\n // store\n overlays.push(overlay);\n }\n\n // (0020,0020) Patient Orientation\n const poElement = dicomElements['00200020'];\n if (typeof poElement !== 'undefined' &&\n poElement.value.length === 2\n ) {\n const po0 = poElement.value[0];\n const po1 = poElement.value[1];\n overlays.push({\n pos: 'cr', value: po0, format: '{v0}'\n });\n overlays.push({\n pos: 'cl', value: getReverseOrientation(po0), format: '{v0}'\n });\n overlays.push({\n pos: 'bc', value: po1, format: '{v0}'\n });\n overlays.push({\n pos: 'tc', value: getReverseOrientation(po1), format: '{v0}'\n });\n }\n\n return overlays;\n}\n\n/**\n * Create overlay data array for a DOM image.\n *\n * @param {object} info Meta data.\n * @param {object} configs The overlay data configs.\n * @returns {Array} Overlay data array.\n */\nfunction createOverlayDataForDom(info, configs) {\n const overlays = [];\n const config = configs.DOM;\n if (!config) {\n return overlays;\n }\n\n const infoKeys = Object.keys(info);\n\n for (let n = 0; n < config.length; ++n) {\n // deep copy\n const overlay = JSON.parse(JSON.stringify(config[n]));\n\n // add tag values\n const tags = overlay.tags;\n if (typeof tags !== 'undefined' && tags.length !== 0) {\n // get values\n const values = [];\n for (let i = 0; i < tags.length; ++i) {\n for (let j = 0; j < infoKeys.length; ++j) {\n if (tags[i] === infoKeys[j]) {\n values.push(info[infoKeys[j]].value);\n }\n }\n }\n // format\n if (typeof overlay.format === 'undefined' || overlay.format === null) {\n overlay.format = createDefaultReplaceFormat(values.length);\n }\n overlay.value = replaceFlags(overlay.format, values).trim();\n }\n\n // store\n overlays.push(overlay);\n }\n\n return overlays;\n}\n","import {viewEventNames} from '../image/view';\nimport {ViewFactory} from '../image/viewFactory';\nimport {\n getMatrixFromName,\n getOrientationStringLPS,\n Orientation,\n getViewOrientation\n} from '../math/orientation';\nimport {Point3D} from '../math/point';\nimport {Stage} from '../gui/stage';\nimport {Style} from '../gui/style';\nimport {getLayerDetailsFromLayerDivId} from '../gui/layerGroup';\nimport {ListenerHandler} from '../utils/listen';\nimport {State} from '../io/state';\nimport {logger} from '../utils/logger';\nimport {getUriQuery, decodeQuery} from '../utils/uri';\nimport {UndoStack} from '../utils/undoStack';\nimport {ToolboxController} from './toolboxController';\nimport {LoadController} from './loadController';\nimport {DataController} from './dataController';\nimport {OverlayData} from '../gui/overlayData';\nimport {\n toolList,\n defaultToolList,\n toolOptions,\n defaultToolOptions\n} from '../tools';\nimport {binderList} from '../gui/stage';\nimport {WindowLevel} from '../image/windowLevel';\nimport {PlaneHelper} from '../image/planeHelper';\nimport {AnnotationGroup} from '../image/annotationGroup';\nimport {konvaToAnnotation} from '../gui/drawLayer';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {LayerGroup} from '../gui/layerGroup';\nimport {ViewLayer} from '../gui/viewLayer';\nimport {DrawLayer} from '../gui/drawLayer';\nimport {Image} from '../image/image';\nimport {Matrix33} from '../math/matrix';\nimport {DataElement} from '../dicom/dataElement';\nimport {Scalar3D} from '../math/scalar';\nimport {DicomData} from './dataController';\n/* eslint-enable no-unused-vars */\n\n/**\n * View configuration: mainly defines the ´divId´\n * of the associated HTML div.\n */\nexport class ViewConfig {\n /**\n * Associated HTML div id.\n *\n * @type {string}\n */\n divId;\n /**\n * Optional orientation of the data; 'axial', 'coronal' or 'sagittal'.\n * If undefined, will use the data aquisition plane.\n *\n * @type {string|undefined}\n */\n orientation;\n /**\n * Optional view colour map name.\n *\n * @type {string|undefined}\n */\n colourMap;\n /**\n * Optional layer opacity; in [0, 1] range.\n *\n * @type {number|undefined}\n */\n opacity;\n /**\n * Optional layer window level preset name.\n * If present, the preset name will be used and\n * the window centre and width ignored.\n *\n * @type {string|undefined}\n */\n wlPresetName;\n /**\n * Optional layer window center.\n *\n * @type {number|undefined}\n */\n windowCenter;\n /**\n * Optional layer window width.\n *\n * @type {number|undefined}\n */\n windowWidth;\n\n /**\n * @param {string} divId The associated HTML div id.\n */\n constructor(divId) {\n this.divId = divId;\n }\n}\n\n/**\n * Tool configuration.\n */\nexport class ToolConfig {\n /**\n * Optional tool options.\n * For Draw: list of shape names.\n * For Filter: list of filter names.\n *\n * @type {string[]|undefined}\n */\n options;\n\n /**\n * @param {string[]} [options] Optional tool options.\n */\n constructor(options) {\n this.options = options;\n }\n}\n\n/**\n * Application options.\n */\nexport class AppOptions {\n /**\n * DataId indexed object containing the data view configurations.\n *\n * @type {Object|undefined}\n */\n dataViewConfigs;\n /**\n * Tool name indexed object containing individual tool configurations.\n *\n * @type {Object|undefined}\n */\n tools;\n /**\n * Optional array of layerGroup binder names.\n *\n * @type {string[]|undefined}\n */\n binders;\n /**\n * Optional boolean flag to trigger the first data render\n * after the first loaded data or not. Defaults to true.\n *\n * @type {boolean|undefined}\n */\n viewOnFirstLoadItem;\n /**\n * Optional default chraracterset string used for DICOM parsing if\n * not passed in DICOM file.\n *\n * Valid values: {@link https://developer.mozilla.org/en-US/docs/Web/API/Encoding_API/Encodings}.\n *\n * @type {string|undefined}\n */\n defaultCharacterSet;\n /**\n * Optional overlay config.\n *\n * @type {object|undefined}\n */\n overlayConfig;\n /**\n * DOM root document.\n *\n * @type {DocumentFragment}\n */\n rootDocument;\n\n /**\n * @param {Object} [dataViewConfigs] Optional dataId\n * indexed object containing the data view configurations.\n */\n constructor(dataViewConfigs) {\n this.dataViewConfigs = dataViewConfigs;\n }\n}\n\n/**\n * List of ViewConfigs indexed by dataIds.\n *\n * @typedef {Object} DataViewConfigs\n */\n\n/**\n * Main application class.\n *\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * app.init(options);\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\nexport class App {\n\n /**\n * App options.\n *\n * @type {AppOptions}\n */\n #options = null;\n\n /**\n * Data controller.\n *\n * @type {DataController}\n */\n #dataController = null;\n\n /**\n * Toolbox controller.\n *\n * @type {ToolboxController}\n */\n #toolboxController = null;\n\n /**\n * Load controller.\n *\n * @type {LoadController}\n */\n #loadController = null;\n\n /**\n * Stage.\n *\n * @type {Stage}\n */\n #stage = null;\n\n /**\n * Undo stack.\n *\n * @type {UndoStack}\n */\n #undoStack = null;\n\n /**\n * Style.\n *\n * @type {Style}\n */\n #style = new Style();\n\n // overlay datas\n #overlayDatas = {};\n\n /**\n * Listener handler.\n *\n * @type {ListenerHandler}\n */\n #listenerHandler = new ListenerHandler();\n\n /**\n * Get a DicomData.\n *\n * @param {string} dataId The data id.\n * @returns {DicomData|undefined} The data.\n */\n getData(dataId) {\n return this.#dataController.get(dataId);\n }\n\n /**\n * Set the image at the given id.\n *\n * @param {string} dataId The data id.\n * @param {Image} img The associated image.\n */\n setImage(dataId, img) {\n this.#dataController.setImage(dataId, img);\n }\n\n /**\n * Add a new DicomData.\n *\n * @param {DicomData} data The new data.\n * @returns {string} The data id.\n */\n addData(data) {\n // get a new dataId\n const dataId = this.#dataController.getNextDataId();\n // add image to data controller\n this.#dataController.add(\n dataId,\n data\n );\n // optional render\n // if (this.#options.viewOnFirstLoadItem) {\n // this.render(dataId);\n // }\n // return\n return dataId;\n }\n\n /**\n * Get the meta data.\n *\n * @param {string} dataId The data id.\n * @returns {Object|undefined} The list of meta data.\n */\n getMetaData(dataId) {\n let res;\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n res = this.#dataController.get(dataId).meta;\n }\n return res;\n }\n\n /**\n * Get the list of ids in the data storage.\n *\n * @returns {string[]} The list of data ids.\n */\n getDataIds() {\n return this.#dataController.getDataIds();\n }\n\n /**\n * Get the list of dataIds that contain the input UIDs.\n *\n * @param {string[]} uids A list of UIDs.\n * @returns {string[]} The list of dataIds that contain the UIDs.\n */\n getDataIdsFromSopUids(uids) {\n return this.#dataController.getDataIdsFromSopUids(uids);\n }\n\n /**\n * Can the data (of the active view of the active layer) be scrolled?\n *\n * @returns {boolean} True if the data has a third dimension greater than one.\n * @deprecated Please use the ViewController equivalent directly instead.\n */\n canScroll() {\n const viewLayer = this.#stage.getActiveLayerGroup().getActiveViewLayer();\n const controller = viewLayer.getViewController();\n return controller.canScroll();\n }\n\n /**\n * Can window and level be applied to the data\n * (of the active view of the active layer)?\n *\n * @returns {boolean} True if the data is monochrome.\n * @deprecated Please use the ViewController equivalent directly instead.\n */\n canWindowLevel() {\n const viewLayer = this.#stage.getActiveLayerGroup().getActiveViewLayer();\n const controller = viewLayer.getViewController();\n return controller.canWindowLevel();\n }\n\n /**\n * Get the active layer group scale on top of the base scale.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getAddedScale() {\n return this.#stage.getActiveLayerGroup().getAddedScale();\n }\n\n /**\n * Get the base scale of the active layer group.\n *\n * @returns {Scalar3D} The scale as {x,y,z}.\n */\n getBaseScale() {\n return this.#stage.getActiveLayerGroup().getBaseScale();\n }\n\n /**\n * Get the layer offset of the active layer group.\n *\n * @returns {Scalar3D} The offset as {x,y,z}.\n */\n getOffset() {\n return this.#stage.getActiveLayerGroup().getOffset();\n }\n\n /**\n * Get the toolbox controller.\n *\n * @returns {ToolboxController} The controller.\n */\n getToolboxController() {\n return this.#toolboxController;\n }\n\n /**\n * Get the active layer group.\n * The layer is available after the first loaded item.\n *\n * @returns {LayerGroup|undefined} The layer group.\n */\n getActiveLayerGroup() {\n return this.#stage.getActiveLayerGroup();\n }\n\n /**\n * Set the active layer group.\n *\n * @param {number} index The layer group index.\n */\n setActiveLayerGroup(index) {\n this.#stage.setActiveLayerGroup(index);\n }\n\n /**\n * Get the view layers associated to a data id.\n * The layer are available after the first loaded item.\n *\n * @param {string} dataId The data id.\n * @returns {ViewLayer[]} The layers.\n */\n getViewLayersByDataId(dataId) {\n return this.#stage.getViewLayersByDataId(dataId);\n }\n\n /**\n * Get a list of view layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a ViewLayer as input and returns a boolean. If undefined,\n * returns all view layers.\n * @returns {ViewLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getViewLayers(callbackFn) {\n return this.#stage.getViewLayers(callbackFn);\n }\n\n /**\n * Get the draw layers associated to a data id.\n * The layer are available after the first loaded item.\n *\n * @param {string} dataId The data id.\n * @returns {DrawLayer[]} The layers.\n */\n getDrawLayersByDataId(dataId) {\n return this.#stage.getDrawLayersByDataId(dataId);\n }\n\n /**\n * Get a list of draw layers according to an input callback function.\n *\n * @param {Function} [callbackFn] A function that takes\n * a DrawLayer as input and returns a boolean. If undefined,\n * returns all draw layers.\n * @returns {DrawLayer[]} The layers that\n * satisfy the callbackFn.\n */\n getDrawLayers(callbackFn) {\n return this.#stage.getDrawLayers(callbackFn);\n }\n\n /**\n * Get a layer group by div id.\n * The layer is available after the first loaded item.\n *\n * @param {string} divId The div id.\n * @returns {LayerGroup} The layer group.\n */\n getLayerGroupByDivId(divId) {\n return this.#stage.getLayerGroupByDivId(divId);\n }\n\n /**\n * Get the number of layer groups.\n *\n * @returns {number} The number of groups.\n */\n getNumberOfLayerGroups() {\n return this.#stage.getNumberOfLayerGroups();\n }\n\n /**\n * Get the app style.\n *\n * @returns {object} The app style.\n */\n getStyle() {\n return this.#style;\n }\n\n /**\n * Add a command to the undo stack.\n *\n * @param {object} cmd The command to add.\n * @fires UndoStack#undoadd\n * @function\n */\n addToUndoStack = (cmd) => {\n if (this.#undoStack !== null) {\n this.#undoStack.add(cmd);\n }\n };\n\n /**\n * Remove a command from the undo stack.\n *\n * @param {string} name The name of the command to remove.\n * @returns {boolean} True if the command was found and removed.\n * @fires UndoStack#undoremove\n * @function\n */\n removeFromUndoStack = (name) => {\n let res = false;\n if (this.#undoStack !== null) {\n res = this.#undoStack.remove(name);\n }\n return res;\n };\n\n /**\n * Initialise the application.\n *\n * @param {AppOptions} opt The application options.\n * @example\n * // create the dwv app\n * const app = new dwv.App();\n * // initialise\n * const viewConfig0 = new dwv.ViewConfig('layerGroup0');\n * const viewConfigs = {'*': [viewConfig0]};\n * const options = new dwv.AppOptions(viewConfigs);\n * options.viewOnFirstLoadItem = false;\n * app.init(options);\n * // render button\n * const button = document.createElement('button');\n * button.id = 'render';\n * button.disabled = true;\n * button.appendChild(document.createTextNode('render'));\n * document.body.appendChild(button);\n * app.addEventListener('load', function () {\n * const button = document.getElementById('render');\n * button.disabled = false;\n * button.onclick = function () {\n * // render data #0\n * app.render(0);\n * };\n * });\n * // load dicom data\n * app.loadURLs([\n * 'https://raw.githubusercontent.com/ivmartel/dwv/master/tests/data/bbmri-53323851.dcm'\n * ]);\n */\n init(opt) {\n // store\n this.#options = opt;\n // defaults\n if (typeof this.#options.viewOnFirstLoadItem === 'undefined') {\n this.#options.viewOnFirstLoadItem = true;\n }\n if (typeof this.#options.dataViewConfigs === 'undefined') {\n this.#options.dataViewConfigs = {};\n }\n if (typeof this.#options.rootDocument === 'undefined') {\n this.#options.rootDocument = document;\n }\n\n // undo stack\n this.#undoStack = new UndoStack();\n this.#undoStack.addEventListener('undoadd', this.#fireEvent);\n this.#undoStack.addEventListener('undo', this.#fireEvent);\n this.#undoStack.addEventListener('redo', this.#fireEvent);\n\n // tools\n if (typeof this.#options.tools !== 'undefined') {\n // setup the tool list\n const appToolList = {};\n const keys = Object.keys(this.#options.tools);\n for (let t = 0; t < keys.length; ++t) {\n const toolName = keys[t];\n // find the tool in the default tool list\n let toolClass = defaultToolList[toolName];\n // or use external one\n if (typeof toolClass === 'undefined') {\n toolClass = toolList[toolName];\n }\n if (typeof toolClass !== 'undefined') {\n // create tool instance\n appToolList[toolName] = new toolClass(this);\n // register listeners\n if (typeof appToolList[toolName].addEventListener !== 'undefined') {\n const names = appToolList[toolName].getEventNames();\n for (let j = 0; j < names.length; ++j) {\n appToolList[toolName].addEventListener(names[j], this.#fireEvent);\n }\n }\n // tool options\n const toolParams = this.#options.tools[toolName];\n if (typeof toolParams.options !== 'undefined' &&\n toolParams.options.length !== 0) {\n let type = 'raw';\n if (typeof appToolList[toolName].getOptionsType !== 'undefined') {\n type = appToolList[toolName].getOptionsType();\n }\n let appToolOptions;\n if (type === 'instance' || type === 'factory') {\n appToolOptions = {};\n for (let i = 0; i < toolParams.options.length; ++i) {\n const optionName = toolParams.options[i];\n let optionClassName = optionName;\n if (type === 'factory') {\n optionClassName += 'Factory';\n }\n const toolNamespace = toolName.charAt(0).toLowerCase() +\n toolName.slice(1);\n // find the option in the default tool list\n let optionClass =\n defaultToolOptions[toolNamespace][optionClassName];\n // or use external one\n if (typeof optionClass === 'undefined') {\n optionClass = toolOptions[toolNamespace][optionClassName];\n }\n if (typeof optionClass !== 'undefined') {\n appToolOptions[optionName] = optionClass;\n } else {\n logger.warn('Could not find option class for: ' +\n optionName);\n }\n }\n } else {\n appToolOptions = toolParams.options;\n }\n appToolList[toolName].setOptions(appToolOptions);\n }\n } else {\n logger.warn('Could not initialise unknown tool: ' + toolName);\n }\n }\n // add tools to the controller\n this.#toolboxController = new ToolboxController(appToolList);\n }\n\n // create load controller\n this.#loadController =\n new LoadController(this.#options.defaultCharacterSet);\n this.#loadController.onloadstart = this.#onloadstart;\n this.#loadController.onprogress = this.#onloadprogress;\n this.#loadController.onloaditem = this.#onloaditem;\n this.#loadController.onload = this.#onload;\n this.#loadController.onloadend = this.#onloadend;\n this.#loadController.onerror = this.#onloaderror;\n this.#loadController.onabort = this.#onloadabort;\n\n // create data controller\n this.#dataController = new DataController();\n // propagate data events\n this.#dataController.addEventListener('dataadd', this.#fireEvent);\n this.#dataController.addEventListener('dataremove', this.#fireEvent);\n this.#dataController.addEventListener('dataimageset', this.#fireEvent);\n this.#dataController.addEventListener('dataupdate', this.#fireEvent);\n // propage individual data events\n this.#dataController.addEventListener(\n 'imagecontentchange', this.#fireEvent);\n this.#dataController.addEventListener(\n 'imagegeometrychange', this.#fireEvent);\n this.#dataController.addEventListener('annotationadd', this.#fireEvent);\n this.#dataController.addEventListener('annotationupdate', this.#fireEvent);\n this.#dataController.addEventListener('annotationremove', this.#fireEvent);\n this.#dataController.addEventListener(\n 'annotationgroupeditablechange', this.#fireEvent);\n // create stage\n this.#stage = new Stage();\n if (typeof this.#options.binders !== 'undefined') {\n this.#stage.setBinders(this.#options.binders);\n }\n }\n\n /**\n * Reset the application.\n */\n reset() {\n // clear objects\n this.#stage.empty();\n this.#overlayDatas = {};\n // reset undo/redo\n if (this.#undoStack) {\n this.#undoStack = new UndoStack();\n this.#undoStack.addEventListener('undoadd', this.#fireEvent);\n this.#undoStack.addEventListener('undo', this.#fireEvent);\n this.#undoStack.addEventListener('redo', this.#fireEvent);\n }\n }\n\n /**\n * Reset the layout of the application.\n */\n resetLayout() {\n this.#stage.reset();\n this.#stage.draw();\n }\n\n /**\n * Add an event listener to this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type, will be called with the fired event.\n */\n addEventListener(type, callback) {\n this.#listenerHandler.add(type, callback);\n }\n\n /**\n * Remove an event listener from this class.\n *\n * @param {string} type The event type.\n * @param {Function} callback The function associated with the provided\n * event type.\n */\n removeEventListener(type, callback) {\n this.#listenerHandler.remove(type, callback);\n }\n\n // load API [begin] -------------------------------------------------------\n\n /**\n * Load a list of files. Can be image files or a state file.\n *\n * @param {File[]} files The list of files to load.\n * @fires App#loadstart\n * @fires App#loadprogress\n * @fires App#loaditem\n * @fires App#loadend\n * @fires App#error\n * @fires App#abort\n * @function\n */\n loadFiles = (files) => {\n // Get new data id\n const dataId = this.#dataController.getNextDataId();\n if (files.length === 0) {\n logger.warn('Ignoring empty input file list.');\n return;\n }\n this.#loadController.loadFiles(files, dataId);\n };\n\n /**\n * Load a list of URLs. Can be image files or a state file.\n *\n * @param {string[]} urls The list of urls to load.\n * @param {object} [options] The options object, can contain:\n * - requestHeaders: an array of {name, value} to use as request headers,\n * - withCredentials: boolean xhr.withCredentials flag to pass to the request,\n * - batchSize: the size of the request url batch.\n * @fires App#loadstart\n * @fires App#loadprogress\n * @fires App#loaditem\n * @fires App#loadend\n * @fires App#error\n * @fires App#abort\n * @function\n */\n loadURLs = (urls, options) => {\n // Get new data id\n const dataId = this.#dataController.getNextDataId();\n if (urls.length === 0) {\n logger.warn('Ignoring empty input url list.');\n return;\n }\n this.#loadController.loadURLs(urls, dataId, options);\n };\n\n /**\n * Load from an input uri.\n *\n * @param {string} uri The input uri, for example: 'window.location.href'.\n * @param {object} [options] Optional url request options.\n * @function\n */\n loadFromUri = (uri, options) => {\n const query = getUriQuery(uri);\n\n // load end callback: loads the state.\n const onLoadEnd = (/*event*/) => {\n this.removeEventListener('loadend', onLoadEnd);\n this.loadURLs([query.state]);\n };\n\n // check query\n if (query && typeof query.input !== 'undefined') {\n // optional display state\n if (typeof query.state !== 'undefined') {\n // queue after main data load\n this.addEventListener('loadend', onLoadEnd);\n }\n // load base image\n decodeQuery(query, this.loadURLs, options);\n }\n // no else to allow for empty uris\n };\n\n /**\n * Load a list of ArrayBuffers.\n *\n * @param {Array} data The list of ArrayBuffers to load\n * in the form of [{name: \"\", filename: \"\", data: data}].\n * @fires App#loadstart\n * @fires App#loadprogress\n * @fires App#loaditem\n * @fires App#loadend\n * @fires App#error\n * @fires App#abort\n * @function\n */\n loadImageObject = (data) => {\n // Get new data id\n const dataId = this.#dataController.getNextDataId();\n this.#loadController.loadImageObject(data, dataId);\n };\n\n /**\n * Abort all the current loads.\n */\n abortAllLoads() {\n const ids = this.#loadController.getLoadingDataIds();\n for (const id of ids) {\n this.abortLoad(id);\n }\n }\n\n /**\n * Abort an individual data load.\n *\n * @param {string} dataId The data to stop loading.\n */\n abortLoad(dataId) {\n // abort load\n this.#loadController.abort(dataId);\n // remove data\n this.#dataController.remove(dataId);\n // clean up stage\n this.#stage.removeLayersByDataId(dataId);\n }\n\n // load API [end] ---------------------------------------------------------\n\n /**\n * Fit the display to the data of each layer group.\n * To be called once the image is loaded.\n */\n fitToContainer() {\n this.#stage.fitToContainer();\n }\n\n /**\n * Init the Window/Level display\n * (of the active layer of the active layer group).\n *\n * @deprecated Please set the opacity of the desired view layer directly.\n */\n initWLDisplay() {\n const viewLayer = this.#stage.getActiveLayerGroup().getActiveViewLayer();\n const controller = viewLayer.getViewController();\n controller.initialise();\n }\n\n /**\n * Set the imageSmoothing flag value. Default is false.\n *\n * @param {boolean} flag True to enable smoothing.\n */\n setImageSmoothing(flag) {\n this.#stage.setImageSmoothing(flag);\n this.#stage.draw();\n }\n\n /**\n * Get the layer group configuration from a data id.\n *\n * @param {string} dataId The data id.\n * @param {boolean} [excludeStarConfig] Exclude the star config\n * (default to false).\n * @returns {ViewConfig[]} The list of associated configs.\n */\n getViewConfigs(dataId, excludeStarConfig) {\n // check options\n if (this.#options.dataViewConfigs === null ||\n typeof this.#options.dataViewConfigs === 'undefined') {\n throw new Error('No available data view configuration');\n }\n let configs = [];\n if (typeof this.#options.dataViewConfigs[dataId] !== 'undefined') {\n configs = this.#options.dataViewConfigs[dataId];\n } else if (!excludeStarConfig &&\n typeof this.#options.dataViewConfigs['*'] !== 'undefined') {\n configs = this.#options.dataViewConfigs['*'];\n }\n return configs;\n }\n\n /**\n * Get the layer group configuration for a data id and group\n * div id.\n *\n * @param {string} dataId The data id.\n * @param {string} groupDivId The layer group div id.\n * @param {boolean} [excludeStarConfig] Exclude the star config\n * (default to false).\n * @returns {ViewConfig|undefined} The associated config.\n */\n getViewConfig(dataId, groupDivId, excludeStarConfig) {\n const configs = this.getViewConfigs(dataId, excludeStarConfig);\n return configs.find(function (item) {\n return item.divId === groupDivId;\n });\n }\n\n /**\n * Get the data view config.\n * Carefull, returns a reference, do not modify without resetting.\n *\n * @returns {Object} The configuration list.\n */\n getDataViewConfigs() {\n return this.#options.dataViewConfigs;\n }\n\n /**\n * Set the data view configuration.\n * Resets the stage and recreates all the views.\n *\n * @param {Object} configs The configuration list.\n */\n setDataViewConfigs(configs) {\n // clean up\n this.#stage.empty();\n // set new\n this.#options.dataViewConfigs = configs;\n // create layer groups\n this.#createLayerGroups(configs);\n }\n\n /**\n * Add a data view config.\n *\n * @param {string} dataId The data id.\n * @param {ViewConfig} config The view configuration.\n */\n addDataViewConfig(dataId, config) {\n // add to list\n const configs = this.#options.dataViewConfigs;\n if (typeof configs[dataId] === 'undefined') {\n configs[dataId] = [];\n }\n const equalDivId = function (item) {\n return item.divId === config.divId;\n };\n const itemIndex = configs[dataId].findIndex(equalDivId);\n if (itemIndex === -1) {\n this.#options.dataViewConfigs[dataId].push(config);\n } else {\n throw new Error('Duplicate view config for data ' + dataId +\n ' and div ' + config.divId);\n }\n\n // add layer group if not done\n if (typeof this.#stage.getLayerGroupByDivId(config.divId) === 'undefined') {\n this.#createLayerGroup(config);\n }\n\n // render (will create layers)\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n this.render(dataId, [config]);\n }\n }\n\n /**\n * Remove a data view config.\n *\n * @param {string} dataId The data id.\n * @param {string} divId The div id.\n */\n removeDataViewConfig(dataId, divId) {\n // remove from list\n const configs = this.#options.dataViewConfigs;\n if (typeof configs[dataId] === 'undefined') {\n // no config for dataId\n return;\n }\n const equalDivId = function (item) {\n return item.divId === divId;\n };\n const itemIndex = configs[dataId].findIndex(equalDivId);\n if (itemIndex === -1) {\n // no config for divId\n return;\n }\n configs[dataId].splice(itemIndex, 1);\n if (configs[dataId].length === 0) {\n delete configs[dataId];\n }\n\n // data is loaded, remove view\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n const lg = this.#stage.getLayerGroupByDivId(divId);\n if (typeof lg !== 'undefined') {\n const vls = lg.getViewLayersByDataId(dataId);\n if (vls.length === 1) {\n lg.removeLayer(vls[0]);\n }\n const dls = lg.getDrawLayersByDataId(dataId);\n if (dls.length === 1) {\n lg.removeLayer(dls[0]);\n }\n if (vls.length === 0 && dls.length === 0) {\n throw new Error('Expected one layer, got none');\n }\n if (lg.getNumberOfLayers() === 0) {\n this.#stage.removeLayerGroup(lg);\n }\n }\n }\n }\n\n /**\n * Update an existing data view config.\n * Removes and re-creates the layer if found.\n *\n * @param {string} dataId The data id.\n * @param {string} divId The div id.\n * @param {ViewConfig} config The view configuration.\n */\n updateDataViewConfig(dataId, divId, config) {\n const configs = this.#options.dataViewConfigs;\n // check data id\n if (typeof configs[dataId] === 'undefined') {\n throw new Error('No config for dataId: ' + dataId);\n }\n // check div id\n const equalDivId = function (item) {\n return item.divId === divId;\n };\n const itemIndex = configs[dataId].findIndex(equalDivId);\n if (itemIndex === -1) {\n throw new Error('No config for dataId: ' +\n dataId + ' and divId: ' + divId);\n }\n // update config\n const configToUpdate = configs[dataId][itemIndex];\n for (const prop in config) {\n configToUpdate[prop] = config[prop];\n }\n\n // remove previous layers\n const lg = this.#stage.getLayerGroupByDivId(configToUpdate.divId);\n if (typeof lg !== 'undefined') {\n const vls = lg.getViewLayersByDataId(dataId);\n if (vls.length === 1) {\n lg.removeLayer(vls[0]);\n }\n const dls = lg.getDrawLayersByDataId(dataId);\n if (dls.length === 1) {\n lg.removeLayer(dls[0]);\n }\n if (vls.length === 0 && dls.length === 0) {\n throw new Error('Expected one layer, got none');\n }\n }\n\n // render (will create layer)\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n this.render(dataId, [configToUpdate]);\n }\n }\n\n /**\n * Create layer groups according to a data view config:\n * adds them to stage and binds them.\n *\n * @param {DataViewConfigs} dataViewConfigs The data view config.\n */\n #createLayerGroups(dataViewConfigs) {\n const dataKeys = Object.keys(dataViewConfigs);\n const divIds = [];\n for (let i = 0; i < dataKeys.length; ++i) {\n const viewConfigs = dataViewConfigs[dataKeys[i]];\n for (let j = 0; j < viewConfigs.length; ++j) {\n const viewConfig = viewConfigs[j];\n // view configs can contain the same divIds, avoid duplicating\n if (!divIds.includes(viewConfig.divId)) {\n this.#createLayerGroup(viewConfig);\n divIds.push(viewConfig.divId);\n }\n }\n }\n }\n\n /**\n * Create a layer group according to a view config:\n * adds it to stage and binds it.\n *\n * @param {ViewConfig} viewConfig The view config.\n */\n #createLayerGroup(viewConfig) {\n // create new layer group\n const element = this.#options.rootDocument.getElementById(viewConfig.divId);\n const layerGroup = this.#stage.addLayerGroup(element);\n // bind events\n this.#bindLayerGroupToApp(layerGroup);\n }\n\n /**\n * Set the layer groups binders.\n *\n * @param {string[]} list The list of binder names.\n */\n setLayerGroupsBinders(list) {\n // create instances\n const instances = [];\n for (let i = 0; i < list.length; ++i) {\n if (typeof binderList[list[i]] !== 'undefined') {\n instances.push(new binderList[list[i]]);\n }\n }\n // pass to stage\n this.#stage.setBinders(instances);\n }\n\n /**\n * Render the current data.\n *\n * @param {string} dataId The data id to render.\n * @param {ViewConfig[]} [viewConfigs] The list of configs to render.\n */\n render(dataId, viewConfigs) {\n if (typeof dataId === 'undefined' || dataId === null) {\n throw new Error('Cannot render without data id');\n }\n // guess data type\n const isImage =\n typeof this.getData(dataId).image !== 'undefined';\n const isMeasurement =\n typeof this.getData(dataId).annotationGroup !== 'undefined';\n\n // create layer groups if not done yet\n // (create all to allow for ratio sync)\n if (this.#stage.getNumberOfLayerGroups() === 0) {\n this.#createLayerGroups(this.#options.dataViewConfigs);\n }\n\n // use options list if non provided\n if (typeof viewConfigs === 'undefined') {\n viewConfigs = this.getViewConfigs(dataId);\n }\n\n // nothing to do if no view config\n if (viewConfigs.length === 0) {\n logger.info('Not rendering data: ' + dataId +\n ' (no data view config)');\n return;\n }\n\n // loop on configs\n for (let i = 0; i < viewConfigs.length; ++i) {\n const config = viewConfigs[i];\n const layerGroup =\n this.#stage.getLayerGroupByDivId(config.divId);\n // layer group must exist\n if (!layerGroup) {\n throw new Error('No layer group for ' + config.divId);\n }\n // create layer if needed\n // warn: needs a loaded DOM\n if (typeof this.#dataController.get(dataId) !== 'undefined') {\n if (isImage &&\n layerGroup.getViewLayersByDataId(dataId).length === 0\n ) {\n this.#addViewLayer(dataId, config);\n } else if (isMeasurement &&\n layerGroup.getDrawLayersByDataId(dataId).length === 0\n ) {\n this.addDrawLayer(dataId, config);\n }\n }\n // draw\n layerGroup.draw();\n }\n }\n\n /**\n * Zoom the layers of the active layer group.\n *\n * @param {number} step The step to add to the current zoom.\n * @param {number} cx The zoom center X coordinate.\n * @param {number} cy The zoom center Y coordinate.\n */\n zoom(step, cx, cy) {\n const layerGroup = this.#stage.getActiveLayerGroup();\n const viewController = layerGroup.getActiveViewLayer().getViewController();\n const k = viewController.getCurrentScrollPosition();\n const center = new Point3D(cx, cy, k);\n layerGroup.addScale(step, center);\n layerGroup.draw();\n }\n\n /**\n * Apply a translation to the layers of the active layer group.\n *\n * @param {number} tx The translation along X.\n * @param {number} ty The translation along Y.\n */\n translate(tx, ty) {\n const layerGroup = this.#stage.getActiveLayerGroup();\n layerGroup.addTranslation({x: tx, y: ty, z: 0});\n layerGroup.draw();\n }\n\n /**\n * Set the active view layer (of the active layer group) opacity.\n *\n * @param {number} alpha The opacity ([0:1] range).\n * @deprecated Please set the opacity of the desired view layer directly.\n */\n setOpacity(alpha) {\n const viewLayer = this.#stage.getActiveLayerGroup().getActiveViewLayer();\n viewLayer.setOpacity(alpha);\n viewLayer.draw();\n }\n\n /**\n * Set the drawings of the active layer group.\n *\n * @deprecated Please switch to DICOM SR annotations.\n * @param {Array} drawings An array of drawings.\n * @param {Array} drawingsDetails An array of drawings details.\n * @param {string} dataId The converted data id.\n */\n setDrawings(drawings, drawingsDetails, dataId) {\n const layerGroup = this.#stage.getActiveLayerGroup();\n const viewLayer = layerGroup.getActiveViewLayer();\n const refDataId = viewLayer.getDataId();\n const viewController = viewLayer.getViewController();\n\n // convert konva to annotation\n const annotations = konvaToAnnotation(drawings, drawingsDetails);\n // create data\n const data = this.createAnnotationData(refDataId);\n // add annotations to data\n for (const annotation of annotations) {\n annotation.setViewController(viewController);\n data.annotationGroup.add(annotation);\n }\n // add to data controller\n this.#dataController.add(dataId, data);\n // render\n this.render(dataId);\n }\n\n /**\n * Apply a JSON state to this app.\n *\n * @deprecated\n * @param {string} jsonState The state of the app as a JSON string.\n * @param {string} dataId The state data id.\n */\n applyJsonState(jsonState, dataId) {\n const state = new State(dataId);\n state.apply(this, state.fromJSON(jsonState));\n }\n\n // Handler Methods -----------------------------------------------------------\n\n /**\n * Handle resize: fit the display to the window.\n * To be called once the image is loaded.\n * Can be connected to a window 'resize' event.\n *\n * @function\n */\n onResize = () => {\n this.fitToContainer();\n };\n\n /**\n * Key down callback. Meant to be used in tools.\n *\n * @param {KeyboardEvent} event The key down event.\n * @fires App#keydown\n * @function\n */\n onKeydown = (event) => {\n /**\n * Key down event.\n *\n * @event App#keydown\n * @type {KeyboardEvent}\n * @property {string} type The event type: keydown.\n * @property {string} context The tool where the event originated.\n */\n this.#fireEvent(event);\n };\n\n /**\n * Key down event handler example.\n * - CRTL-Z: undo,\n * - CRTL-Y: redo,\n * - CRTL-ARROW_LEFT: next element on fourth dim,\n * - CRTL-ARROW_UP: next element on third dim,\n * - CRTL-ARROW_RIGHT: previous element on fourth dim,\n * - CRTL-ARROW_DOWN: previous element on third dim.\n *\n * Applies to the active view of the active layer group.\n *\n * @param {KeyboardEvent} event The key down event.\n * @fires UndoStack#undo\n * @fires UndoStack#redo\n * @function\n */\n defaultOnKeydown = (event) => {\n if (event.ctrlKey) {\n if (event.shiftKey) {\n const layerGroup = this.#stage.getActiveLayerGroup();\n const viewController =\n layerGroup.getActiveViewLayer().getViewController();\n if (event.key === 'ArrowLeft') { // crtl-shift-arrow-left\n if (viewController.moreThanOne(3)) {\n viewController.decrementIndex(3);\n }\n } else if (event.key === 'ArrowUp') { // crtl-shift-arrow-up\n if (layerGroup.canScroll()) {\n viewController.incrementScrollIndex();\n }\n } else if (event.key === 'ArrowRight') { // crtl-shift-arrow-right\n if (layerGroup.moreThanOne(3)) {\n viewController.incrementIndex(3);\n }\n } else if (event.key === 'ArrowDown') { // crtl-shift-arrow-down\n if (layerGroup.canScroll()) {\n viewController.decrementScrollIndex();\n }\n }\n } else if (event.key === 'y') { // crtl-y\n this.#undoStack.redo();\n } else if (event.key === 'z') { // crtl-z\n this.#undoStack.undo();\n } else if (event.key === ' ') { // crtl-space\n for (let i = 0; i < this.#stage.getNumberOfLayerGroups(); ++i) {\n this.#stage.getLayerGroup(i).setShowCrosshair(\n !this.#stage.getLayerGroup(i).getShowCrosshair()\n );\n }\n }\n }\n };\n\n // Internal members shortcuts-----------------------------------------------\n\n /**\n * Reset the display.\n */\n resetDisplay() {\n this.resetLayout();\n this.initWLDisplay();\n }\n\n /**\n * Reset the app zoom.\n */\n resetZoom() {\n this.resetLayout();\n }\n\n /**\n * Set the colour map of the active view of the active layer group.\n *\n * @param {string} name The colour map name.\n * @deprecated Please use the ViewController equivalent directly instead.\n */\n setColourMap(name) {\n const viewController =\n this.#stage.getActiveLayerGroup()\n .getActiveViewLayer().getViewController();\n viewController.setColourMap(name);\n }\n\n /**\n * Set the window/level preset of the active view of the active layer group.\n *\n * @param {string} preset The window/level preset.\n * @deprecated Please use the ViewController equivalent directly instead.\n */\n setWindowLevelPreset(preset) {\n const viewController =\n this.#stage.getActiveLayerGroup()\n .getActiveViewLayer().getViewController();\n viewController.setWindowLevelPreset(preset);\n }\n\n /**\n * Set the tool.\n *\n * @param {string} tool The tool.\n */\n setTool(tool) {\n // bind tool to active layer\n for (let i = 0; i < this.#stage.getNumberOfLayerGroups(); ++i) {\n const layerGroup = this.#stage.getLayerGroup(i);\n // draw or view layer\n const isDrawTool = tool === 'Draw' ||\n tool === 'Livewire' ||\n tool === 'Floodfill';\n let layer;\n if (isDrawTool &&\n typeof layerGroup.getActiveDrawLayer() !== 'undefined') {\n layer = layerGroup.getActiveDrawLayer();\n } else {\n layer = layerGroup.getActiveViewLayer();\n }\n if (typeof layer !== 'undefined') {\n this.#toolboxController.bindLayerGroup(layerGroup, layer);\n }\n }\n\n // set toolbox tool\n this.#toolboxController.setSelectedTool(tool);\n }\n\n /**\n * Set the tool live features.\n *\n * @param {object} list The list of features.\n */\n setToolFeatures(list) {\n this.#toolboxController.setToolFeatures(list);\n }\n\n /**\n * Undo the last action.\n *\n * @fires UndoStack#undo\n */\n undo() {\n this.#undoStack.undo();\n }\n\n /**\n * Redo the last action.\n *\n * @fires UndoStack#redo\n */\n redo() {\n this.#undoStack.redo();\n }\n\n /**\n * Get the undo stack size.\n *\n * @returns {number} The size of the stack.\n */\n getStackSize() {\n return this.#undoStack.getStackSize();\n }\n\n /**\n * Get the current undo stack index.\n *\n * @returns {number} The stack index.\n */\n getCurrentStackIndex() {\n return this.#undoStack.getCurrentStackIndex();\n }\n\n /**\n * Get the overlay data for a data id.\n *\n * @param {string} dataId The data id.\n * @returns {OverlayData|undefined} The overlay data.\n */\n getOverlayData(dataId) {\n let data;\n if (typeof this.#overlayDatas !== 'undefined') {\n data = this.#overlayDatas[dataId];\n }\n return data;\n }\n\n /**\n * Toggle overlay listeners.\n *\n * @param {string} dataId The data id.\n */\n toggleOverlayListeners(dataId) {\n const data = this.getOverlayData(dataId);\n if (typeof data !== 'undefined') {\n if (data.isListening()) {\n data.removeAppListeners();\n } else {\n data.addAppListeners();\n }\n }\n }\n\n /**\n * Create new annotation data based on the data of\n * the active view layer.\n *\n * @param {string} refDataId The reference data id.\n * @returns {DicomData} The new data.\n */\n createAnnotationData(refDataId) {\n const refData = this.getData(refDataId);\n const refMeta = refData.image.getMeta();\n\n const data = new DicomData({});\n data.annotationGroup = new AnnotationGroup();\n data.annotationGroup.setMetaValue('Modality', 'SR');\n data.annotationGroup.setMetaValue(\n 'PatientID', refMeta.PatientID);\n data.annotationGroup.setMetaValue(\n 'StudyInstanceUID', refMeta.StudyInstanceUID);\n data.annotationGroup.setMetaValue(\n 'ReferencedSeriesSequence', {\n value: [{\n SeriesInstanceUID: refMeta.SeriesInstanceUID\n }]\n });\n return data;\n }\n\n /**\n * Add new data and render it with a simple new data view config.\n *\n * @param {DicomData} data The data to add.\n * @param {string} divId The div where to draw.\n * @param {string} refDataId The reference data id.\n */\n addAndRenderAnnotationData(data, divId, refDataId) {\n // add new data\n const dataId = this.addData(data);\n // add data view config based on reference data\n const refDataViewConfigs = this.getViewConfigs(refDataId);\n const refDataViewConfig = refDataViewConfigs.find(\n element => element.divId === divId);\n if (typeof refDataViewConfig === 'undefined') {\n throw new Error('No reference data view config for draw');\n }\n const drawDataViewConfig = new ViewConfig(divId);\n drawDataViewConfig.orientation = refDataViewConfig.orientation;\n this.addDataViewConfig(dataId, drawDataViewConfig);\n // render (will create draw layer)\n this.render(dataId);\n }\n\n // Private Methods -----------------------------------------------------------\n\n /**\n * Fire an event: call all associated listeners with the input event object.\n *\n * @param {object} event The event to fire.\n */\n #fireEvent = (event) => {\n this.#listenerHandler.fireEvent(event);\n };\n\n /**\n * Data load start callback.\n *\n * @param {object} event The load start event.\n */\n #onloadstart = (event) => {\n // create overlay data\n if (typeof this.#options.overlayConfig !== 'undefined') {\n this.#overlayDatas[event.dataid] = new OverlayData(\n this, event.dataid, this.#options.overlayConfig);\n }\n /**\n * Load start event.\n *\n * @event App#loadstart\n * @type {object}\n * @property {string} type The event type: loadstart.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n */\n event.type = 'loadstart';\n this.#fireEvent(event);\n };\n\n /**\n * Data load progress callback.\n *\n * @param {object} event The progress event.\n */\n #onloadprogress = (event) => {\n /**\n * Load progress event.\n *\n * @event App#loadprogress\n * @type {object}\n * @property {string} type The event type: loadprogress.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n * @property {number} loaded The loaded percentage.\n * @property {number} total The total percentage.\n */\n event.type = 'loadprogress';\n this.#fireEvent(event);\n };\n\n /**\n * Data load callback.\n *\n * @param {object} event The load event.\n */\n #onloaditem = (event) => {\n // check event\n if (typeof event.data === 'undefined') {\n logger.error('Missing loaditem event data.');\n }\n if (typeof event.loadtype === 'undefined') {\n logger.error('Missing loaditem event load type.');\n }\n\n const isFirstLoadItem = event.isfirstitem;\n\n let eventMetaData = null;\n if (event.loadtype === 'image') {\n if (isFirstLoadItem) {\n this.#dataController.add(event.dataid, event.data);\n } else {\n this.#dataController.update(event.dataid, event.data);\n }\n eventMetaData = event.data.meta;\n } else if (event.loadtype === 'state') {\n this.applyJsonState(event.data, event.dataid);\n eventMetaData = 'state';\n }\n\n /**\n * Load item event: fired when a load item is successfull.\n *\n * @event App#loaditem\n * @type {object}\n * @property {string} type The event type: loaditem.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n * @property {object} data The loaded meta data.\n */\n this.#fireEvent({\n type: 'loaditem',\n data: eventMetaData,\n source: event.source,\n loadtype: event.loadtype,\n dataid: event.dataid,\n isfirstitem: event.isfirstitem,\n warn: event.warn\n });\n\n // update overlay data if present\n if (typeof this.#overlayDatas !== 'undefined' &&\n typeof this.#overlayDatas[event.dataid] !== 'undefined') {\n this.#overlayDatas[event.dataid].addItemMeta(eventMetaData);\n }\n\n // render if first and flag allows\n if (event.loadtype === 'image' &&\n this.getViewConfigs(event.dataid).length !== 0 &&\n isFirstLoadItem && this.#options.viewOnFirstLoadItem) {\n this.render(event.dataid);\n }\n };\n\n /**\n * Data load callback.\n *\n * @param {object} event The load event.\n */\n #onload = (event) => {\n /**\n * Load event: fired when a load finishes successfully.\n *\n * @event App#load\n * @type {object}\n * @property {string} type The event type: load.\n * @property {string} loadType The load type: image or state.\n */\n event.type = 'load';\n this.#fireEvent(event);\n };\n\n /**\n * Data load end callback.\n *\n * @param {object} event The load end event.\n */\n #onloadend = (event) => {\n /**\n * Main load end event: fired when the load finishes,\n * successfully or not.\n *\n * @event App#loadend\n * @type {object}\n * @property {string} type The event type: loadend.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n */\n event.type = 'loadend';\n this.#fireEvent(event);\n };\n\n /**\n * Data load error callback.\n *\n * @param {object} event The error event.\n */\n #onloaderror = (event) => {\n /**\n * Load error event.\n *\n * @event App#error\n * @type {object}\n * @property {string} type The event type: error.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n * @property {object} error The error.\n * @property {object} target The event target.\n */\n if (typeof event.type === 'undefined') {\n event.type = 'error';\n }\n this.#fireEvent(event);\n };\n\n /**\n * Data load abort callback.\n *\n * @param {object} event The abort event.\n */\n #onloadabort = (event) => {\n /**\n * Load abort event.\n *\n * @event App#abort\n * @type {object}\n * @property {string} type The event type: abort.\n * @property {string} loadType The load type: image or state.\n * @property {*} source The load source: string for an url,\n * File for a file.\n */\n if (typeof event.type === 'undefined') {\n event.type = 'abort';\n }\n this.#fireEvent(event);\n };\n\n /**\n * Bind layer group events to app.\n *\n * @param {LayerGroup} group The layer group.\n */\n #bindLayerGroupToApp(group) {\n // propagate layer group events\n group.addEventListener('zoomchange', this.#fireEvent);\n group.addEventListener('offsetchange', this.#fireEvent);\n // propagate viewLayer events\n group.addEventListener('renderstart', this.#fireEvent);\n group.addEventListener('renderend', this.#fireEvent);\n // propagate view events\n for (let j = 0; j < viewEventNames.length; ++j) {\n group.addEventListener(viewEventNames[j], this.#fireEvent);\n }\n // propagate drawLayer events\n if (this.#toolboxController && this.#toolboxController.hasTool('Draw')) {\n group.addEventListener('drawcreate', this.#fireEvent);\n group.addEventListener('drawdelete', this.#fireEvent);\n }\n // updata data view config\n group.addEventListener('wlchange', (event) => {\n const layerDetails = getLayerDetailsFromLayerDivId(event.srclayerid);\n const groupId = layerDetails.groupDivId;\n const config = this.getViewConfig(event.dataid, groupId, true);\n if (typeof config !== 'undefined') {\n // reset previous values\n config.windowCenter = undefined;\n config.windowWidth = undefined;\n config.wlPresetName = undefined;\n // window width, center and name\n if (event.value.length === 3) {\n config.windowCenter = event.value[0];\n config.windowWidth = event.value[1];\n config.wlPresetName = event.value[2];\n }\n }\n });\n group.addEventListener('opacitychange', (event) => {\n const layerDetails = getLayerDetailsFromLayerDivId(event.srclayerid);\n const groupId = layerDetails.groupDivId;\n const config = this.getViewConfig(event.dataid, groupId, true);\n if (typeof config !== 'undefined') {\n config.opacity = event.value[0];\n }\n });\n group.addEventListener('colourmapchange', (event) => {\n const layerDetails = getLayerDetailsFromLayerDivId(event.srclayerid);\n const groupId = layerDetails.groupDivId;\n const config = this.getViewConfig(event.dataid, groupId, true);\n if (typeof config !== 'undefined') {\n config.colourMap = event.value[0];\n }\n });\n }\n\n /**\n * Add a view layer.\n *\n * @param {string} dataId The data id.\n * @param {ViewConfig} viewConfig The data view config.\n */\n #addViewLayer(dataId, viewConfig) {\n const data = this.#dataController.get(dataId);\n if (!data) {\n throw new Error('Cannot initialise layer with missing data, id: ' +\n dataId);\n }\n const layerGroup = this.#stage.getLayerGroupByDivId(viewConfig.divId);\n if (!layerGroup) {\n throw new Error('Cannot initialise layer with missing group, id: ' +\n viewConfig.divId);\n }\n const imageGeometry = data.image.getGeometry();\n\n // un-bind\n this.#stage.unbindLayerGroups();\n\n // create and setup view\n const viewFactory = new ViewFactory();\n const view = viewFactory.create(data.meta, data.image);\n const viewOrientation = getViewOrientation(\n imageGeometry.getOrientation(),\n getMatrixFromName(viewConfig.orientation)\n );\n view.setOrientation(viewOrientation);\n\n // make pixel of value 0 transparent for segmentation\n // (assuming RGB data)\n if (data.image.getMeta().Modality === 'SEG') {\n view.setAlphaFunction(function (value /*, index*/) {\n if (value[0] === 0 &&\n value[1] === 0 &&\n value[2] === 0) {\n return 0;\n } else {\n return 0xff;\n }\n });\n }\n\n // do we have more than one layer\n // (the layer has not been added to the layer group yet)\n const isBaseLayer = layerGroup.getNumberOfViewLayers() === 0;\n\n // opacity\n let opacity = 1;\n if (typeof viewConfig.opacity !== 'undefined') {\n opacity = viewConfig.opacity;\n } else {\n if (!isBaseLayer) {\n opacity = 0.5;\n }\n }\n\n // view layer\n const viewLayer = layerGroup.addViewLayer();\n viewLayer.setView(view, dataId);\n const size2D = imageGeometry.getSize(viewOrientation).get2D();\n const spacing2D = imageGeometry.getSpacing(viewOrientation).get2D();\n viewLayer.initialise(size2D, spacing2D, opacity);\n\n // view controller\n const viewController = viewLayer.getViewController();\n // window/level\n if (typeof viewConfig.wlPresetName !== 'undefined') {\n viewController.setWindowLevelPreset(viewConfig.wlPresetName);\n } else if (typeof viewConfig.windowCenter !== 'undefined' &&\n typeof viewConfig.windowWidth !== 'undefined') {\n const wl = new WindowLevel(\n viewConfig.windowCenter, viewConfig.windowWidth);\n viewController.setWindowLevel(wl);\n }\n // colour map\n if (typeof viewConfig.colourMap !== 'undefined') {\n viewController.setColourMap(viewConfig.colourMap);\n } else {\n if (!isBaseLayer) {\n if (data.image.getMeta().Modality === 'PT') {\n viewController.setColourMap('hot');\n } else {\n viewController.setColourMap('rainbow');\n }\n }\n }\n\n // listen to image set\n this.#dataController.addEventListener(\n 'dataimageset', viewLayer.onimageset);\n\n // sync layers position\n const value = [\n viewController.getCurrentIndex().getValues(),\n viewController.getCurrentPosition().getValues()\n ];\n layerGroup.updateLayersToPositionChange({\n value: value,\n srclayerid: viewLayer.getId()\n });\n\n // sync layer groups\n this.#stage.fitToContainer();\n\n // layer offset (done before scale)\n viewLayer.setOffset(layerGroup.getOffset());\n\n // get and apply flip flags\n const flipFlags = this.#getViewFlipFlags(\n imageGeometry.getOrientation(),\n viewConfig.orientation);\n this.#applyFlipFlags(flipFlags, viewLayer);\n\n // layer scale (done after possible flip)\n if (!isBaseLayer) {\n // use zoom offset of base layer\n const baseViewLayer = layerGroup.getBaseViewLayer();\n viewLayer.initScale(\n layerGroup.getScale(),\n baseViewLayer.getAbsoluteZoomOffset()\n );\n } else {\n viewLayer.setScale(layerGroup.getScale());\n }\n\n // bind\n this.#stage.bindLayerGroups();\n if (this.#toolboxController) {\n this.#toolboxController.bindLayerGroup(layerGroup, viewLayer);\n }\n\n /**\n * Add view layer event.\n *\n * @event Application#viewlayeradd\n * @type {object}\n * @property {string} type The event type.\n */\n this.#fireEvent({\n type: 'viewlayeradd',\n layerid: viewLayer.getId(),\n layergroupid: layerGroup.getDivId(),\n dataid: dataId\n });\n\n // initialise the toolbox for base\n if (isBaseLayer) {\n if (this.#toolboxController) {\n this.#toolboxController.init();\n }\n }\n }\n\n /**\n * Add a draw layer.\n *\n * @param {string} dataId The data id.\n * @param {ViewConfig} viewConfig The data view config.\n */\n addDrawLayer(dataId, viewConfig) {\n const layerGroup = this.#stage.getLayerGroupByDivId(viewConfig.divId);\n if (!layerGroup) {\n throw new Error('Cannot initialise layer with missing group, id: ' +\n viewConfig.divId);\n }\n\n // reference is the data of the view layer with the\n // same StudyInstanceUID\n const data = this.#dataController.get(dataId);\n if (!data) {\n throw new Error('Cannot initialise layer with missing data, id: ' +\n dataId);\n }\n const refSeriesSeq =\n data.annotationGroup.getMetaValue('ReferencedSeriesSequence');\n const refSeriesInstanceUID = refSeriesSeq.value[0].SeriesInstanceUID;\n const viewLayers = layerGroup.searchViewLayers({\n SeriesInstanceUID: refSeriesInstanceUID\n });\n if (viewLayers.length === 0) {\n console.warn(\n 'No loaded data that matches the measurement reference series UID');\n return;\n }\n const refViewLayer = viewLayers[0];\n const refDataId = refViewLayer.getDataId();\n\n // set annotation view controller (allows quantification)\n const refViewController = refViewLayer.getViewController();\n data.annotationGroup.setViewController(refViewController);\n\n // reference data to use as base for layer properties\n const refData = this.#dataController.get(refDataId);\n if (!refData) {\n throw new Error(\n 'Cannot initialise layer without reference data, id: ' +\n refDataId);\n }\n const imageGeometry = refData.image.getGeometry();\n\n const viewOrientation = getViewOrientation(\n imageGeometry.getOrientation(),\n getMatrixFromName(viewConfig.orientation)\n );\n const size2D = imageGeometry.getSize(viewOrientation).get2D();\n const spacing2D = imageGeometry.getSpacing(viewOrientation).get2D();\n\n const drawLayer = layerGroup.addDrawLayer();\n drawLayer.initialise(size2D, spacing2D, refViewLayer.getId());\n\n const planeHelper = new PlaneHelper(\n imageGeometry,\n viewOrientation\n );\n drawLayer.setPlaneHelper(planeHelper);\n\n // sync layers position\n const value = [\n refViewController.getCurrentIndex().getValues(),\n refViewController.getCurrentPosition().getValues()\n ];\n layerGroup.updateLayersToPositionChange({\n value: value,\n srclayerid: drawLayer.getId()\n });\n\n // sync layer groups\n this.#stage.fitToContainer();\n\n // layer offset (done before scale)\n drawLayer.setOffset(layerGroup.getOffset());\n\n // get and apply flip flags\n const flipFlags = this.#getViewFlipFlags(\n imageGeometry.getOrientation(),\n viewConfig.orientation);\n this.#applyFlipFlags(flipFlags, drawLayer);\n\n // layer scale (done after possible flip)\n // use zoom offset of ref layer\n drawLayer.initScale(\n layerGroup.getScale(),\n refViewLayer.getAbsoluteZoomOffset()\n );\n\n // add possible existing data\n drawLayer.setAnnotationGroup(\n data.annotationGroup,\n dataId,\n this.addToUndoStack);\n\n drawLayer.setCurrentPosition(\n refViewController.getCurrentPosition(),\n refViewController.getCurrentIndex()\n );\n\n /**\n * Add draw layer event.\n *\n * @event Application#drawlayeradd\n * @type {object}\n * @property {string} type The event type.\n */\n this.#fireEvent({\n type: 'drawlayeradd',\n layerid: drawLayer.getId(),\n layergroupid: layerGroup.getDivId(),\n dataid: dataId\n });\n }\n\n /**\n * Get the view flip flags: offset (x, y) and scale (x, y, z) flags.\n *\n * @param {Matrix33} imageOrientation The image orientation.\n * @param {string} viewConfigOrientation The view config orientation.\n * @returns {object} Offset and scale flip flags.\n */\n #getViewFlipFlags(imageOrientation, viewConfigOrientation) {\n // 'simple' orientation code (does not take into account angles)\n const orientationCode =\n getOrientationStringLPS(imageOrientation.asOneAndZeros());\n if (typeof orientationCode === 'undefined') {\n throw new Error('Unsupported undefined orientation code');\n }\n\n // view orientation flags\n const isViewUndefined = typeof viewConfigOrientation === 'undefined';\n const isViewAxial = !isViewUndefined &&\n viewConfigOrientation === Orientation.Axial;\n const isViewCoronal = !isViewUndefined &&\n viewConfigOrientation === Orientation.Coronal;\n const isViewSagittal = !isViewUndefined &&\n viewConfigOrientation === Orientation.Sagittal;\n\n // default flags\n const flipOffset = {\n x: false,\n y: false\n };\n const flipScale = {\n x: false,\n y: false,\n z: false\n };\n\n if (orientationCode === 'LPS') {\n // axial\n if (isViewCoronal || isViewSagittal) {\n flipScale.z = true;\n flipOffset.y = true;\n }\n } else if (orientationCode === 'LAI') {\n // axial\n if (isViewUndefined || isViewAxial) {\n flipOffset.y = true;\n } else if (isViewCoronal) {\n flipScale.z = true;\n } else if (isViewSagittal) {\n flipScale.z = true;\n flipOffset.x = true;\n }\n } else if (orientationCode === 'RPI') {\n // axial\n if (isViewUndefined || isViewAxial) {\n flipOffset.x = true;\n } else if (isViewCoronal) {\n flipScale.z = true;\n flipOffset.x = true;\n } else if (isViewSagittal) {\n flipScale.z = true;\n }\n } else if (orientationCode === 'RAS') {\n // axial\n flipOffset.x = true;\n flipOffset.y = true;\n if (isViewCoronal || isViewSagittal) {\n flipScale.z = true;\n }\n } else if (orientationCode === 'LSA') {\n // coronal\n flipOffset.y = true;\n if (isViewUndefined || isViewCoronal) {\n flipScale.z = true;\n } else if (isViewAxial) {\n flipScale.y = true;\n } else if (isViewSagittal) {\n flipOffset.x = true;\n flipScale.y = true;\n flipScale.z = true;\n }\n // } else if (orientationCode === 'LIP') { // nothing to do\n } else if (orientationCode === 'RSP') {\n // coronal\n if (isViewUndefined || isViewCoronal) {\n flipOffset.x = true;\n flipOffset.y = true;\n flipScale.x = true;\n flipScale.z = true;\n } else if (isViewAxial) {\n flipOffset.x = true;\n flipScale.x = true;\n } else if (isViewSagittal) {\n flipOffset.y = true;\n flipScale.z = true;\n }\n } else if (orientationCode === 'RIA') {\n // coronal\n flipOffset.x = true;\n if (isViewUndefined || isViewCoronal) {\n flipScale.x = true;\n } else if (isViewAxial) {\n flipOffset.y = true;\n flipScale.x = true;\n flipScale.y = true;\n } else if (isViewSagittal) {\n flipScale.y = true;\n }\n } else if (orientationCode === 'PSL') {\n // sagittal\n flipScale.z = true;\n if (isViewUndefined || isViewSagittal) {\n flipOffset.y = true;\n } else if (isViewCoronal) {\n flipOffset.y = true;\n }\n } else if (orientationCode === 'PIR') {\n // sagittal\n flipScale.z = true;\n if (isViewAxial || isViewCoronal) {\n flipOffset.x = true;\n }\n } else if (orientationCode === 'ASR') {\n // sagittal\n flipOffset.x = true;\n flipOffset.y = true;\n if (isViewUndefined || isViewSagittal) {\n flipScale.z = true;\n } else if (isViewCoronal) {\n flipScale.z = true;\n }\n } else if (orientationCode === 'AIL') {\n // sagittal\n if (isViewUndefined || isViewSagittal) {\n flipOffset.x = true;\n flipScale.z = true;\n } else if (isViewAxial) {\n flipOffset.y = true;\n } else if (isViewCoronal) {\n flipScale.z = true;\n }\n } else {\n logger.warn('Unsupported orientation code: ' +\n orientationCode + ', display could be incorrect');\n }\n\n return {\n scale: flipScale,\n offset: flipOffset\n };\n }\n\n #applyFlipFlags(flipFlags, layer) {\n if (flipFlags.offset.x) {\n layer.addFlipOffsetX();\n }\n if (flipFlags.offset.y) {\n layer.addFlipOffsetY();\n }\n if (flipFlags.scale.x) {\n layer.flipScaleX();\n }\n if (flipFlags.scale.y) {\n layer.flipScaleY();\n }\n if (flipFlags.scale.z) {\n layer.flipScaleZ();\n }\n }\n\n} // class App\n","import {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {MaskSegment} from '../dicom/dicomSegment';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mask segment helper: helps handling the segments list,\n * but does *NOT* update the associated mask (use special commands\n * for that such as DeleteSegmentCommand, ChangeSegmentColourCommand...).\n */\nexport class MaskSegmentHelper {\n\n /**\n * The associated mask.\n *\n * @type {Image}\n */\n #mask;\n\n /**\n * The segments: array of segment description.\n *\n * @type {MaskSegment[]}\n */\n #segments;\n\n /**\n * @param {Image} mask The associated mask image.\n */\n constructor(mask) {\n this.#mask = mask;\n // check segments in meta\n const meta = mask.getMeta();\n if (typeof meta.custom === 'undefined') {\n meta.custom = {};\n }\n if (typeof meta.custom.segments === 'undefined') {\n meta.custom.segments = [];\n }\n this.#segments = meta.custom.segments;\n }\n\n /**\n * Find the index of a segment in the segments list.\n *\n * @param {number} segmentNumber The number to find.\n * @returns {number} The index in the segments list, -1 if not found.\n */\n #findSegmentIndex(segmentNumber) {\n return this.#segments.findIndex(function (item) {\n return item.number === segmentNumber;\n });\n }\n\n /**\n * Check if a segment is part of the segments list.\n *\n * @param {number} segmentNumber The segment number.\n * @returns {boolean} True if the segment is included.\n */\n hasSegment(segmentNumber) {\n return this.#findSegmentIndex(segmentNumber) !== -1;\n }\n\n /**\n * Get the number of segments of the segmentation.\n *\n * @returns {number} The number of segments.\n */\n getNumberOfSegments() {\n return this.#segments.length;\n }\n\n /**\n * Check if a segment is present in a mask image.\n *\n * @param {number[]} numbers Array of segment numbers.\n * @returns {boolean[]} Array of boolean set to true\n * if the segment is present in the mask.\n */\n maskHasSegments(numbers) {\n // create values using displayValue\n const values = [];\n const unknowns = [];\n for (let i = 0; i < numbers.length; ++i) {\n const segment = this.getSegment(numbers[i]);\n if (typeof segment !== 'undefined') {\n if (typeof segment.displayValue !== 'undefined') {\n values.push(segment.displayValue);\n } else {\n values.push(segment.displayRGBValue);\n }\n } else {\n logger.warn('Unknown segment in maskHasSegments: ' + numbers[i]);\n unknowns.push(i);\n }\n }\n const res = this.#mask.hasValues(values);\n // insert unknowns as false in result\n for (let j = 0; j < unknowns.length; ++j) {\n res.splice(unknowns[j], 0, false);\n }\n return res;\n }\n\n /**\n * Get a segment from the inner segment list.\n *\n * @param {number} segmentNumber The segment number.\n * @returns {MaskSegment|undefined} The segment or undefined if not found.\n */\n getSegment(segmentNumber) {\n let segment;\n const index = this.#findSegmentIndex(segmentNumber);\n if (index !== -1) {\n segment = this.#segments[index];\n }\n return segment;\n }\n\n /**\n * Add a segment to the segments list.\n *\n * @param {MaskSegment} segment The segment to add.\n */\n addSegment(segment) {\n const index = this.#findSegmentIndex(segment.number);\n if (index === -1) {\n this.#segments.push(segment);\n } else {\n logger.warn(\n 'Not adding segment, it is allready in the segments list: ' +\n segment.number);\n }\n }\n\n /**\n * Remove a segment from the segments list.\n *\n * @param {number} segmentNumber The segment number.\n */\n removeSegment(segmentNumber) {\n const index = this.#findSegmentIndex(segmentNumber);\n if (index !== -1) {\n this.#segments.splice(index, 1);\n } else {\n logger.warn(\n 'Cannot remove segment, it is not in the segments list: ' +\n segmentNumber);\n }\n }\n\n /**\n * Update a segment of the segments list.\n *\n * @param {MaskSegment} segment The segment to update.\n */\n updateSegment(segment) {\n const index = this.#findSegmentIndex(segment.number);\n if (index !== -1) {\n this.#segments[index] = segment;\n } else {\n logger.warn(\n 'Cannot update segment, it is not in the segments list: ' +\n segment.number);\n }\n }\n\n} // class MaskSegmentHelper\n","import {MaskSegmentHelper} from './maskSegmentHelper';\nimport {BLACK} from '../utils/colour';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {MaskSegment} from '../dicom/dicomSegment';\n/* eslint-enable no-unused-vars */\n\n/**\n * Delete segment command.\n */\nexport class DeleteSegmentCommand {\n\n /**\n * The associated mask.\n *\n * @type {Image}\n */\n #mask;\n\n /**\n * The segment to remove.\n *\n * @type {MaskSegment}\n */\n #segment;\n\n /**\n * Flag to send creation events.\n *\n * @type {boolean}\n */\n #isSilent;\n\n /**\n * List of offsets.\n *\n * @type {number[]}\n */\n #offsets;\n\n /**\n * @param {Image} mask The mask image.\n * @param {MaskSegment} segment The segment to remove.\n * @param {boolean} [silent] Whether to send a creation event or not.\n */\n constructor(mask, segment, silent) {\n this.#mask = mask;\n this.#segment = segment;\n this.#isSilent = (typeof silent === 'undefined') ? false : silent;\n // list of offsets with the colour to delete\n if (typeof segment.displayRGBValue !== 'undefined') {\n this.#offsets = mask.getOffsets(segment.displayRGBValue);\n } else {\n this.#offsets = mask.getOffsets(segment.displayValue);\n }\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'Delete-segment';\n }\n\n /**\n * Check if a command is valid and can be executed.\n *\n * @returns {boolean} True if the command is valid.\n */\n isValid() {\n const segments = this.#mask.getMeta().custom.segments;\n return segments.some(segmentItem =>\n segmentItem.number === this.#segment.number\n );\n }\n\n /**\n * Execute the command.\n *\n * @fires DeleteSegmentCommand#masksegmentdelete\n */\n execute() {\n if (this.#offsets.length !== 0) {\n // remove from image\n if (typeof this.#segment.displayRGBValue !== 'undefined') {\n this.#mask.setAtOffsets(this.#offsets, BLACK);\n } else {\n this.#mask.setAtOffsets(this.#offsets, 0);\n }\n }\n\n // remove from segments\n const segHelper = new MaskSegmentHelper(this.#mask);\n segHelper.removeSegment(this.#segment.number);\n\n // callback\n if (!this.#isSilent) {\n /**\n * Segment delete event.\n *\n * @event DeleteSegmentCommand#masksegmentdelete\n * @type {object}\n * @property {number} segmentnumber The segment number.\n */\n this.onExecute({\n type: 'masksegmentdelete',\n segmentnumber: this.#segment.number\n });\n }\n }\n\n /**\n * Undo the command.\n *\n * @fires DeleteSegmentCommand#masksegmentredraw\n */\n undo() {\n if (this.#offsets.length !== 0) {\n // re-draw in image\n if (typeof this.#segment.displayRGBValue !== 'undefined') {\n this.#mask.setAtOffsets(this.#offsets, this.#segment.displayRGBValue);\n } else {\n this.#mask.setAtOffsets(this.#offsets, this.#segment.displayValue);\n }\n }\n // add back to segments\n const segHelper = new MaskSegmentHelper(this.#mask);\n segHelper.addSegment(this.#segment);\n\n // callback\n /**\n * Segment redraw event.\n *\n * @event DeleteSegmentCommand#masksegmentredraw\n * @type {object}\n * @property {number} segmentnumber The segment number.\n */\n this.onUndo({\n type: 'masksegmentredraw',\n segmentnumber: this.#segment.number\n });\n }\n\n /**\n * Handle an execute event.\n *\n * @param {object} _event The execute event with type and id.\n */\n onExecute(_event) {\n // default does nothing.\n }\n\n /**\n * Handle an undo event.\n *\n * @param {object} _event The undo event with type and id.\n */\n onUndo(_event) {\n // default does nothing.\n }\n\n} // DeleteSegmentCommand class\n","// doc imports\n/* eslint-disable no-unused-vars */\nimport {Image} from './image';\nimport {MaskSegment} from '../dicom/dicomSegment';\nimport {RGB} from '../utils/colour';\n/* eslint-enable no-unused-vars */\n\n/**\n * Change segment colour command.\n */\nexport class ChangeSegmentColourCommand {\n\n /**\n * The associated mask.\n *\n * @type {Image}\n */\n #mask;\n\n /**\n * The segment to modify.\n *\n * @type {MaskSegment}\n */\n #segment;\n\n /**\n * The new segment colour.\n *\n * @type {RGB|number}\n */\n #newColour;\n\n /**\n * The previous segment colour.\n *\n * @type {RGB|number}\n */\n #previousColour;\n\n /**\n * Flag to send creation events.\n *\n * @type {boolean}\n */\n #isSilent;\n\n /**\n * List of offsets.\n *\n * @type {number[]}\n */\n #offsets;\n\n /**\n * @param {Image} mask The mask image.\n * @param {MaskSegment} segment The segment to modify.\n * @param {RGB|number} newColour The new segment colour.\n * @param {boolean} [silent] Whether to send a creation event or not.\n */\n constructor(mask, segment, newColour, silent) {\n this.#mask = mask;\n this.#segment = segment;\n this.#newColour = newColour;\n\n this.#isSilent = (typeof silent === 'undefined') ? false : silent;\n // list of offsets with the colour to delete\n if (typeof segment.displayRGBValue !== 'undefined') {\n this.#previousColour = segment.displayRGBValue;\n } else {\n this.#previousColour = segment.displayValue;\n }\n this.#offsets = mask.getOffsets(this.#previousColour);\n }\n\n /**\n * Get the command name.\n *\n * @returns {string} The command name.\n */\n getName() {\n return 'Change-segment-colour';\n }\n\n /**\n * Check if a command is valid and can be executed.\n *\n * @returns {boolean} True if the command is valid.\n */\n isValid() {\n return this.#offsets.length !== 0;\n }\n\n /**\n * Execute the command.\n *\n * @fires ChangeSegmentColourCommand#changemasksegmentcolour\n */\n execute() {\n // remove\n this.#mask.setAtOffsets(this.#offsets, this.#newColour);\n // update segment property\n if (typeof this.#newColour === 'number') {\n this.#segment.displayValue = this.#newColour;\n } else {\n this.#segment.displayRGBValue = this.#newColour;\n }\n\n // callback\n if (!this.#isSilent) {\n /**\n * Segment delete event.\n *\n * @event ChangeSegmentColourCommand#changemasksegmentcolour\n * @type {object}\n * @property {number} segmentnumber The segment number.\n */\n this.onExecute({\n type: 'changemasksegmentcolour',\n segmentnumber: this.#segment.number,\n value: [this.#newColour]\n });\n }\n }\n\n /**\n * Undo the command.\n *\n * @fires ChangeSegmentColourCommand#changemasksegmentcolour\n */\n undo() {\n // re-draw\n this.#mask.setAtOffsets(this.#offsets, this.#previousColour);\n // update segment property\n if (typeof this.#previousColour === 'number') {\n this.#segment.displayValue = this.#previousColour;\n } else {\n this.#segment.displayRGBValue = this.#previousColour;\n }\n\n // callback\n /**\n * Segment redraw event.\n *\n * @event ChangeSegmentColourCommand#changemasksegmentcolour\n * @type {object}\n * @property {number} segmentnumber The segment number.\n */\n this.onUndo({\n type: 'changemasksegmentcolour',\n segmentnumber: this.#segment.number,\n value: [this.#previousColour]\n });\n }\n\n /**\n * Handle an execute event.\n *\n * @param {object} _event The execute event with type and id.\n */\n onExecute(_event) {\n // default does nothing.\n }\n\n /**\n * Handle an undo event.\n *\n * @param {object} _event The undo event with type and id.\n */\n onUndo(_event) {\n // default does nothing.\n }\n\n} // ChangeSegmentColourCommand class\n","import {logger} from '../utils/logger';\n\n// doc imports\n/* eslint-disable no-unused-vars */\nimport {MaskSegment} from '../dicom/dicomSegment';\n/* eslint-enable no-unused-vars */\n\n/**\n * Mask segment view helper: handles hidden segments.\n */\nexport class MaskSegmentViewHelper {\n\n /**\n * List of hidden segments.\n *\n * @type {MaskSegment[]}\n */\n #hiddenSegments = [];\n\n #isMonochrome;\n\n /**\n * Get the index of a segment in the hidden list.\n *\n * @param {number} segmentNumber The segment number.\n * @returns {number} The index in the array, -1 if not found.\n */\n #findHiddenIndex(segmentNumber) {\n return this.#hiddenSegments.findIndex(function (item) {\n return item.number === segmentNumber;\n });\n }\n\n /**\n * Check if a segment is in the hidden list.\n *\n * @param {number} segmentNumber The segment number.\n * @returns {boolean} True if the segment is in the list.\n */\n isHidden(segmentNumber) {\n return this.#findHiddenIndex(segmentNumber) !== -1;\n }\n\n /**\n * Add a segment to the hidden list.\n *\n * @param {MaskSegment} segment The segment to add.\n */\n addToHidden(segment) {\n if (!this.isHidden(segment.number)) {\n this.#hiddenSegments.push(segment);\n // base flag on latest added\n this.#isMonochrome = typeof segment.displayValue !== 'undefined';\n } else {\n logger.warn(\n 'Not hidding segment, it is allready in the hidden list: ' +\n segment.number);\n }\n }\n\n /**\n * Remove a segment from the hidden list.\n *\n * @param {number} segmentNumber The segment number.\n */\n removeFromHidden(segmentNumber) {\n const index = this.#findHiddenIndex(segmentNumber);\n if (index !== -1) {\n this.#hiddenSegments.splice(index, 1);\n } else {\n logger.warn(\n 'Cannot remove segment, it is not in the hidden list: ' +\n segmentNumber);\n }\n }\n\n /**\n * @callback alphaFn\n * @param {number[]|number} value The pixel value.\n * @param {number} index The values' index.\n * @returns {number} The opacity of the input value.\n */\n\n /**\n * Get the alpha function to apply hidden colors.\n *\n * @returns {alphaFn} The corresponding alpha function.\n */\n getAlphaFunc() {\n // get colours\n const hiddenColours = [];\n if (this.#isMonochrome) {\n hiddenColours[0] = 0;\n } else {\n hiddenColours[0] = {r: 0, g: 0, b: 0};\n }\n for (const segment of this.#hiddenSegments) {\n if (this.#isMonochrome) {\n hiddenColours.push(segment.displayValue);\n } else {\n hiddenColours.push(segment.displayRGBValue);\n }\n }\n\n // create alpha function\n let resultFn;\n if (this.#isMonochrome) {\n resultFn = function (value/*, index*/) {\n for (let i = 0; i < hiddenColours.length; ++i) {\n if (value === hiddenColours[i]) {\n return 0;\n }\n }\n // default\n return 255;\n };\n } else {\n resultFn = function (value/*, index*/) {\n for (let i = 0; i < hiddenColours.length; ++i) {\n if (value[0] === hiddenColours[i].r &&\n value[1] === hiddenColours[i].g &&\n value[2] === hiddenColours[i].b) {\n return 0;\n }\n }\n // default\n return 255;\n };\n }\n return resultFn;\n }\n}","/**\n * Mutable 2D scalar ({x,y}).\n */\nexport class Scalar2D {\n /**\n * X value.\n *\n * @type {number}\n */\n x;\n\n /**\n * Y value.\n *\n * @type {number}\n */\n y;\n}\n\n/**\n * Mutable 3D scalar ({x,y,z}).\n */\nexport class Scalar3D {\n /**\n * X value.\n *\n * @type {number}\n */\n x;\n\n /**\n * Y value.\n *\n * @type {number}\n */\n y;\n\n /**\n * Z value.\n *\n * @type {number}\n */\n z;\n}"],"names":["root","factory","exports","module","require","define","amd","this","__WEBPACK_EXTERNAL_MODULE__944__","__WEBPACK_EXTERNAL_MODULE__324__","__WEBPACK_EXTERNAL_MODULE__654__","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","Index","constructor","values","Error","length","every","val","isNaN","i","toString","getValues","slice","canCompare","rhs","equals","leni","compare","diffDims","push","add","getWithNew2D","j","l","lenl","ModalityLut","rsi","bitsStored","isID","Math","pow","Float32Array","apply","getRSI","getLength","getValue","offset","logger","levels","TRACE","DEBUG","INFO","WARN","ERROR","level","trace","msg","console","debug","info","warn","error","WindowLevel","center","width","defaultPresets","CT","mediastinum","lung","bone","brain","head","VoiLut","wl","getWindowLevel","c","setSignedOffset","WindowLut","modalityLut","isSigned","isDiscrete","size","getVoiLut","getModalityLut","setVoiLut","lut","getSlope","Uint8ClampedArray","floor","buildLut","func","id","invId","lut_range_max","ColourMap","red","green","blue","luts","plain","invPlain","rainbow","hot","third","hot_iron","pet","hot_metal_blue","pet_20step","RGB","g","b","BLACK","isEqualRgb","c1","c2","labToUintLab","triplet","d65","x","y","z","srgbToCielab","labFunc","res","illuminant","fy","ciexyzToCielab","invGammaFunc","rl","gl","bl","srgbToCiexyz","colourNameToHex","name","dict","Yellow","Red","White","Green","Blue","Lime","Fuchsia","Black","Vector3D","getX","getY","getZ","norm","sqrt","crossProduct","vector3D","dotProduct","isCodirectional","Number","EPSILON","REAL_WORLD_EPSILON","isSimilar","tol","abs","Matrix33","row","col","getInverse","m","m00","m01","m02","m10","m11","m12","m20","m21","m22","a1212","a2012","a0112","det","getMatrixInverse","p","str","multiply","tmp","k","getAbs","multiplyArray3D","array3D","multiplyVector3D","multiplyPoint3D","point3D","Point3D","multiplyIndex3D","index3D","getRowAbsMax","absMax","max","index","indexOf","getColAbsMax","asOneAndZeros","sign","getThirdColMajorDirection","getIdentityMat33","isIdentityMat33","mat33","Point2D","getCentroid","getDistance","point2D","dx","dy","dz","getClosest","pointList","minIndex","minDist","dist","minus","Point","get3D","values0","values1","mergeWith3D","i18n","t","props","split","mm","cm2","degree","startsWith","search","rawPos","pos","substring","endsWith","getFlags","inputStr","flags","regex","match","exec","getFileExtension","filePath","ext","pathSplit","toLowerCase","pop","test","includes","stringToUint8Array","arr","Uint8Array","charCodeAt","precisionRound","number","precision","factor","delta","round","toStringId","dims","arraySortEquals","arr0","arr1","arrayEquals","sort","element","uint8ArrayToString","String","fromCharCode","findInArraySubset","callbackFn","start","end","getFindArrayInArrayCallback","buildMultipart","parts","boundary","lineBreak","partsSize","headers","headerStr","partKeys","keys","header","byteLength","data","trailer","buffer","set","dictionary","addTagsToDictionary","group","tags","tagGroups","vr32bitVL","OB","OD","OF","OL","OV","OW","SQ","SV","UC","UN","UR","UT","UV","ox","is32bitVLVR","vr","vrCharSetString","SH","LO","ST","LT","PN","isCharSetStringVR","vrTypes","AE","AS","AT","CS","DA","DS","DT","FL","FD","IS","SL","SS","TM","UI","UL","US","transferSyntaxes","transferSyntaxKeywords","Tag","getGroup","getElement","getKey","getNameFromDictionary","getGroupName","isWithVR","isPrivate","parseInt","getVrFromDictionary","tagCompareFunction","getTagFromKey","getItemTag","isItemTag","tag","isItemDelimitationItemTag","isSequenceDelimitationItemTag","getPixelDataTag","isPixelDataTag","getTagFromDictionary","tagName","keys0","keys1","foundTag","k0","lenK0","k1","lenK1","DataElement","vl","undefinedLength","startOffset","endOffset","items","flipArrayEndianness","array","blen","u8","byteOffset","bpe","BYTES_PER_ELEMENT","DataReader","Int8Array","Int16Array","isNativeLittleEndian","isLittleEndian","DataView","readUint16","getUint16","readInt16","getInt16","readUint32","getUint32","readBigUint64","getBigUint64","readInt32","getInt32","readBigInt64","getBigInt64","readFloat32","getFloat32","readFloat64","getFloat64","readBinaryArray","bitArray","byteArrayLength","bitNumber","bitIndex","readUint8Array","readInt8Array","readUint16Array","Uint16Array","arraySize","readInt16Array","readUint32Array","Uint32Array","readUint64Array","BigUint64Array","readInt32Array","Int32Array","readInt64Array","BigInt64Array","readFloat32Array","readFloat64Array","Float64Array","readHex","toUpperCase","getDwvVersion","hasDicomPrefix","reduce","previous","current","ZWS","DefaultTextDecoder","decode","result","getReverseOrientation","ori","rlabels","L","R","A","P","H","F","rori","isImplicitTransferSyntax","syntax","isBigEndianTransferSyntax","isJpegBaselineTransferSyntax","isJpegLosslessTransferSyntax","isJpeg2000TransferSyntax","isRleTransferSyntax","getTypedArray","bitsAllocated","pixelRepresentation","RangeError","powerOf2","log","getDataElementPrefixByteSize","isImplicit","TagKeys","DicomParser","getDefaultCharacterSet","setDefaultCharacterSet","characterSet","setDecoderCharacterSet","TextDecoder","getDicomElements","reader","implicit","itemData","item","isSeqDelim","isItemDelim","offsetTableVl","readTagRes","is32bitVL","concat","isKnownVR","pixItemData","sqEndOffset","vrType","Array","from","stream","lastIndex","trim","cleanString","raw","stri","stri1","sqBitsAllocated","sqPixelRepresentation","dataElement","subElement","elements","parse","metaReader","dataReader","magicword","metaEnd","tsElement","firstDataElement","oEightGroupLittleEndian","vr0","vr1","guessTransferSyntax","isReadSupportedTransferSyntax","getTransferSyntaxName","charSetTerm","label","getUtfLabel","numberOfFrames","pixItems","nItemPerFrame","newPixItems","f","newBuffer","fragOffset","ListenerHandler","type","callback","remove","nFound","splice","fireEvent","event","stack","range","dataAccessor","maxIter","increment","blockMaxIter","blockIncrement","reverse1","reverse2","nextIndex","finalBlockIncrement","mainCount","blockCount","next","done","getIteratorValues","iterator","ival","getSliceIterator","image","position","isRescaled","viewOrientation","getGeometry","getSize","dirMax2Index","posValues","posStart","map","indexToOffset","getRescaledValueAtOffset","getValueAtOffset","ncols","nrows","nslices","sliceSize","getDimSize","ncomp","getNumberOfComponents","isPlanar","getPlanarConfiguration","getRange","iters","r0","r1","r2","range3d","rangeObj","dirMax0","dirMax2","simpleRange","componentIncrement","nextIndex1","nextIndex2","simpleRange3d","colourRange","colours","nextColourIndex","colour","RescaleSlopeAndIntercept","slope","intercept","getIntercept","Size","moreThanOne","dimension","canScroll3D","canScroll","getTotalSize","isInBounds","dirs","offsetToIndex","off","dimSize","get2D","Statistics","min","mean","stdDev","median","p25","p75","getStats","includesFullStatsFlags","stats","getBasicStats","getPercentile","getFullStats","sum","sumSqr","variance","ratio","i0","v0","guid","random","NumberRange","Spacing","Geometry","origin","spacing","orientation","time","getInitialTime","getCurrentTotalNumberOfSlices","count","hasSlicesAtTime","getCurrentNumberOfSlicesBeforeTime","getOrigin","getOrigins","includesOrigin","getOrientedArray3D","geoSliceSpacing","origins","spacings","origin1","origin2","sliceSpacing","getSliceGeometrySpacing","getSpacing","orientedValues","getRealSpacing","getOrientation","getSliceIndex","point","localOrigins","closestOriginIndex","closestOrigin","pointDir","appendOrigin","equalToOrigin","find","appendFrame","sizeValues","spacingValues","isIndexInBounds","worldToIndex","indexToWorld","orientedPoint3D","pointToWorld","worldToPoint","getDeOrientedArray3D","padZeroTwoDigit","getDate","daValue","monthBeginIndex","dayBeginIndex","year","monthIndex","day","getTime","tmValue","tmHours","tmMinutes","tmSeconds","tmFracSecondsStr","hours","minutes","seconds","milliseconds","dateToDateObj","date","getFullYear","getMonth","dateToTimeObj","getHours","getMinutes","getSeconds","getDicomDate","dateObj","getDicomTime","getCoronalMat33","Orientation","Axial","Coronal","Sagittal","getMatrixFromName","matrix","getOrientationStringLPS","v1","v2","getVectorStringLPS","vector","orientationX","orientationY","orientationZ","threshold","getOrientationName","cosines","orientMatrix","getOrientationFromCosines","code","orientStr","getLPSGroup","orientationMatrix","rowCosines","colCosines","normal","getViewOrientation","imageOrientation","targetOrientation","getImage2DSize","rows","columns","getSpacingFromMeasure","dataElements","pixelSpacing","parseFloat","checkTag","warning","TagValueExtractor","_elements","ImageFactory","getWarning","checkElements","modality","suvFactor","patWeight","patWeightEl","decayedDose","seriesDateObj","totalDose","halfLife","radioStart","radioInfoSq","totalDoseStr","totalDoseEl","halfLifeStr","halfLifeEl","radioStartDateTimeEl","radioStartDateObj","radioStartTimeObj","radioStartDateTime","dtValue","dateDataElement","dtDate","timeDataElement","getDateTime","Date","seriesTimeObj","scanStart","acqDateEl","acqTimeEl","acqDateObj","acqTimeObj","acqDate","frameRefTime","frameRefTimeElStr","frameRefTimeEl","actualFrameDuration","actualFrameDurationElStr","actualFrameDurationEl","decayConstant","decayDuringFrame","offsetSeconds","exp","decayTime","getDecayedDose","getSuvFactor","create","pixelBuffer","numberOfFiles","size2D","numberOfFramesEl","rowSpacing","columnSpacing","getPixelSpacing","jpeg2000","jpegBase","jpegLoss","imagePositionPatient","slicePosition","imageOrientationPatient","getOrientationMatrix","geometry","sopInstanceUid","siu","samplesPerPixel","spp","bufferSize","Image","photometricInterpretation","photo","setPhotometricInterpretation","planarConfiguration","setPlanarConfiguration","rescaleSlope","rescaleIntercept","meta","Modality","isPetWithSuv","intensityFactor","setRescaleSlopeAndIntercept","safeGet","TransferSyntaxUID","MediaStorageSOPClassUID","SOPClassUID","ImageType","SamplesPerPixel","PhotometricInterpretation","PixelRepresentation","BitsAllocated","BitsStored","HighBit","StudyDate","StudyTime","StudyInstanceUID","StudyID","SeriesInstanceUID","SeriesNumber","ReferringPhysicianName","PatientName","PatientID","PatientBirthDate","PatientSex","Manufacturer","ManufacturerModelName","DeviceSerialNumber","SoftwareVersions","ImageOrientationPatient","FrameOfReferenceUID","IsSigned","pixelUnit","unit","getPixelUnit","windowPresets","windowCenter","windowWidth","windowCWExplanation","getPhotometricInterpretation","redLutElement","greenLutElement","blueLutElement","redLut","greenLut","blueLut","descriptor","doScale","descSize","vlSize","scaleTo8","clone","recommendedDisplayFrameRate","RecommendedDisplayFrameRate","setMeta","DataWriter","writeUint8","setUint8","writeInt8","setInt8","writeUint16","setUint16","writeInt16","setInt16","writeUint32","setUint32","writeUint64","setBigUint64","writeInt32","setInt32","writeInt64","setBigInt64","writeFloat32","setFloat32","writeFloat64","setFloat64","writeHex","writeBinaryArray","byte","len","writeUint8Array","writeInt8Array","writeUint16Array","writeInt16Array","writeUint32Array","writeUint64Array","writeInt32Array","writeInt64Array","writeFloat32Array","writeFloat64Array","_uidCount","WriterRule","action","writerActions","copy","clear","replace","getUID","prefix","getDwvUIDPrefix","uid","datePart","toISOString","countPart","nonTagLength","tagNumber","isEven","isStringVr","uint8ArrayPush","newArr","DefaultTextEncoder","encode","DicomWriter","default","setUseUnVrForPrivateSq","flag","setFixUnknownVR","setRules","rules","addMissingTags","rule","tagKey","isKey","useSpecialTextEncoder","TextEncoder","getElementToWrite","groupName","writer","itemTag","subItem","itemElement","itemDelimElement","hexString","hexString1","hexString2","atValue","diff","message","finalValue","initialArray","initialArrayLength","arrayLength","flattenendArrayLength","flattenedArray","indexFlattenedArray","flattenArrayOfTypedArrays","isTagWithVR","undefinedLengthSequence","undefinedLengthItem","seqDelimElement","getBuffer","isBigEndian","oldscs","totalSize","localSize","metaElements","rawElements","metaLength","fmiglTag","fmivTag","icUIDTag","ivnTag","missingTags","originalElement","checkAndFixUnknownVR","fmiv","getDataElement","fmivSize","icUID","icUIDSize","icUIDValue","ivn","ivnSize","ivnValue","elemSortFunc","fmigl","fmiglSize","ArrayBuffer","metaWriter","dataWriter","lenj","metaOffset","lenk","newItems","oldItemElements","newItemElements","subSize","itemKeys","itemKey","padStr","pad","getVrPad","join","padOBValue","isTypedArrayVr","isArray","itemPrefixSize","getBpeForVrType","dictVr","getUint8ToVrValue","getElementsFromJSONTags","simpleTags","simpleTag","CodeValue","CodingSchemeDesignator","CodeMeaning","LongCodeValue","URNCodeValue","DicomCode","meaning","longValue","urnValue","schemeDesignator","isEqualCode","code1","code2","getCode","getDicomCodeItem","DcmCodes","SctCodes","UcumCodes","deg","getDicomCode","scheme","getMeasurementGroupCode","getReferenceGeometryCode","getSourceImageCode","getTrackingIdentifierCode","getShortLabelCode","getReferencePointsCode","getColourCode","QuantificationName2DictItem","angle","surface","height","radius","stddev","getQuantificationName","propKey","QuantificationUnit2UcumKey","HU","MGML","ED","PCT","CNTS","NONE","CM2","CM2ML","PCNT","CPS","BQML","MGMINML","UMOLMINML","MLMING","MLG","UMOLML","PROPCNTS","PROPCPS","MLMINML","MLML","GML","SUV","getQuantificationUnit","ucumKey","MaskSegment","algorithmType","algorithmName","displayValue","displayRGBValue","propertyTypeCode","propertyCategoryCode","trackingUid","trackingId","getSegment","segment","cielabElement","rgb","gammaFunc","ciexyzToSrgb","invLabFunc","l0","cielabToCiexyz","cielabToSrgb","getDicomSegmentItem","algoType","segmentItem","SegmentNumber","SegmentLabel","SegmentAlgorithmType","SegmentAlgorithmName","cieLab","RecommendedDisplayCIELabValue","RecommendedDisplayGrayscaleValue","SegmentedPropertyCategoryCodeSequence","SegmentedPropertyTypeCodeSequence","TrackingID","TrackingUID","DicomSegmentFrameInfo","dimIndex","imagePosPat","derivationImages","refSegmentNumber","getSegmentFrameInfo","derivationImageSq","sourceImages","sourceImageSq","sourceImage","referencedSOPClassUID","referencedSOPInstanceUID","segmentIdSq","frameInfo","framePlaneOrientationSeq","frameImageOrientation","framePixelMeasuresSeq","frameSpacing","getDicomSegmentFrameInfoItem","FrameContentSequence","DimensionIndexValues","PlanePositionSequence","ImagePositionPatient","SegmentIdentificationSequence","ReferencedSegmentNumber","sourceImgPurposeOfReferenceCode","segDerivationCode","derivationImageItems","derivationImage","PurposeOfReferenceCodeSequence","ReferencedSOPClassUID","ReferencedSOPInstanceUID","DerivationCodeSequence","SourceImageSequence","DerivationImageSequence","equalPosPat","pos1","pos2","JSON","stringify","tagDefinition","tagValue","enum","createRoiSliceBuffers","segments","sliceOffset","numberOfComponents","getPixelValue","equalValues","inputOffset","buffers","pixelValue","number2","RequiredDicomSegTags","getDefaultDicomSegJson","reqTag","MaskFactory","_dicomElements","frames","framesElem","orgSq","orgUID","indices","indexSqElem","indexSq","indexPointer","indexOrg","DimensionOrganizationUID","DimensionIndexPointer","DimensionDescriptionLabel","organizations","getDimensionOrganization","segSequence","storeAsRGB","sharedFunctionalGroupsSeq","funcGroup0","planeOrientationSeq","pixelMeasuresSeq","includesPosPat","some","arrVal","findIndexPosPat","findIndex","perFrameFuncGroupSequence","frameInfos","framePosPats","ii","invOrientation","p1","p2","getComparePosPat","point3DFromArray","frameOrigins","tmpGeometry","isAboveEpsilon","posPats","sliceIndex","frameOrigin","distPrevious","numberOfSlices","uids","getFindSegmentFunc","mul","fill","frameOffset","frameSegment","SeriesDate","SeriesTime","DimensionOrganizationSequence","DimensionIndexSequence","custom","SOPInstanceUID","frameOfReferenceUID","lossyImageCompression","LossyImageCompression","toDicom","extraTags","getMeta","Rows","Columns","now","ContentDate","ContentTime","segmentItems","SegmentSequence","SharedFunctionalGroupsSequence","PlaneOrientationSequence","PixelMeasuresSequence","SpacingBetweenSlices","PixelSpacing","roiBuffers","key0","createRoiBuffers","finalBuffers","referencedSOPs","number40","number4","key1","posPat","posPatArray","sourceIndex","getImageUid","NumberOfFrames","frameInfosTag","PerFrameFunctionalGroupsSequence","refSeriesTag","ReferencedInstanceSequence","ReferencedSeriesSequence","tags1","tags2","keys2","tagName2","mergeTags","dicomElements","pixVl","de","createImage","createMaskImage","imageUids","getSecondaryOffset","getOriginForImageUid","uidIndex","includesImageUid","containsImageUids","itemArr1","arrayContains","canQuantify","canWindowLevel","isMonochrome","nFiles","getRescaleSlopeAndIntercept","isConstantRSI","inRsi","isIdentityRSI","interp","config","getOffsets","bufferValue","offsets","equal","hasValues","finalValues","equalFunc","getEqualCallback","valuesToFind","indicesToRemove","v","clonedBuffer","tmpBuffer","appendSlice","rhsSize","rhsRange","getDataRange","rhsResRange","getRescaledDataRange","resRange","timeId","isNewFrame","volumeGeometry","sliceGeometry","fullBufferSize","fullSliceIndex","indexOffset","maxOffset","subarray","numberOfImages","rhsPresets","pkey","rhsPreset","windowPreset","perslice","appendFrameBuffer","frameBuffer","frameIndex","frameSize","calculateDataRange","calculateRescaledDataRange","getHistogram","calculateHistogram","dataRange","rescaledDataRange","histogram","addEventListener","removeEventListener","setAtOffsets","setAtOffsetsAndGetOriginals","offsetsLists","originalColoursLists","previousColour","originalColours","currentColour","setAtOffsetsWithIterator","getValueAtIndex","getRescaledValue","getRescaledValueAtIndex","resmin","resmax","rmin","rmax","rvalue","histo","convolute2D","weights","newImage","imgSize","dimOffset","convoluteBuffer","componentOffset","wOff","wOff00","wOff0x","wOff0n","wOffx0","wOffxn","wOffn0","wOffnx","wOffnn","pixelOffset","newValue","wOffFinal","wi","transform","operator","compose","ViewFactory","view","View","setColourMap","minmax","preset","setWindowPresets","init","viewEventNames","createView","getCurrentIndex","setCurrentIndex","getImage","setImage","inImage","setOrientation","setInitialIndex","getPlaybackMilliseconds","_value","_index","getAlphaFunction","setAlphaFunction","currentIndex","sliceWl","setWindowLevel","setWindowLevelPresetById","voiLut","voiLutWl","getWindowPresets","getWindowPresetsNames","presets","addWindowPresets","getCurrentWindowPresetName","getColourMap","getCurrentPosition","getCurrentImageUid","isPositionInBounds","getScrollIndex","originIndex","setCurrentPosition","silent","valid","minLen","maxLen","posEvent","imageUid","pixValue","isNewWl","isNewName","manual","wc","ww","skipGenerate","setWindowLevelPreset","getWindowLevelMinMax","setWindowLevelMinMax","generateImageData","photoInterpretation","alphaFunc","windowLut","colourMap","pxValue","generateImageDataMonochrome","is16BitsStored","to8","generateImageDataPaletteColor","generateImageDataRgb","cb","cr","generateImageDataYbrFull","isAquisitionOrientation","PlaneHelper","imageGeometry","getTargetOrientation","getOffset3DFromPlaneOffset","offset2D","planeOffset","getTargetDeOrientedVector3D","getPlaneOffsetFromOffset3D","offset3D","getTargetOrientedVector3D","planeVector","getTargetDeOrientedPoint3D","planePoint","getImageOrientedVector3D","getImageOrientedPoint3D","getImageDeOrientedVector3D","getImageDeOrientedPoint3D","getPositionFromPlanePoint","getPlanePoints","getTargetOrientedPositiveXYZ","getNativeScrollIndex","ViewController","getPlaneHelper","isMask","initialise","getModality","getWindowLevelPresetsNames","addWindowLevelPresets","isPlaying","getCurrentOrientedIndex","getCurrentScrollIndexValue","getCurrentScrollPosition","scrollIndex","img","get2DSpacing","getRescaledImageValue","sliceValues","sliceOrigin","getImageRegionValues","rescaled","iter","rangeNumberOfColumns","regionSize","regionOffset","regionElementCount","rangeRegion","getRegionSliceIterator","getImageVariableRegionValues","regions","offsetRegions","region","regionIndex","regionCount","rangeRegions","getVariableRegionSliceIterator","canQuantifyImage","getImageSize","dim","getImageWorldSize","getImageRescaledDataRange","equalImageMeta","imageMeta","metaKeys","metaKey","getPlanePositionFromPosition","getIndexFromPosition","getPlanePositionFromPlanePoint","incr","getIncrementPosition","getDecrementPosition","getIncrementScrollPosition","getDecrementScrollPosition","incrementIndex","decrementIndex","decrementScrollIndex","incrementScrollIndex","play","window","setInterval","canDoMore","stop","clearInterval","setViewAlphaFunction","bindImageAndLayer","viewLayer","onimagecontentchange","onimagegeometrychange","unbindImageAndLayer","ScrollSum","getSum","wheelDeltaY","deltaY","getSpinY","isTick","ScrollWheel","app","wheel","up","preventDefault","layerDetails","getLayerDetailsFromEvent","layerGroup","getLayerGroupByDivId","groupDivId","viewController","getActiveViewLayer","getViewController","newPosition","Line","begin","getBegin","getEnd","getDeltaX","getDeltaY","getWorldLength","spacing2D","wlen","dxs","dys","getMidpoint","getInclination","atan2","PI","quantify","quant","getAngle","line0","line1","dx0","dy0","dx1","dy1","dot","areOrthogonal","getPerpendicularLine","line","beginX","beginY","endX","endY","AnnotationGroup","list","getList","isEditable","setEditable","getColour","setColour","annotation","update","propKeys","setViewController","updateQuantification","hasMeta","getMetaValue","setMetaValue","DrawController","getAnnotation","getAnnotationGroup","isAnnotationGroupEditable","setAnnotationGroupEditable","addAnnotation","updateAnnotation","removeAnnotation","removeAnnotationWithCommand","exeCallback","command","RemoveAnnotationCommand","execute","updateAnnotationWithCommand","originalProps","newProps","UpdateAnnotationCommand","removeAllAnnotationsWithCommand","hasAnnotationMeta","setAnnotationMeta","Style","getFontFamily","getFontSize","getStrokeWidth","getTextColour","getLineColour","setLineColour","setBaseScale","scale","setZoomScale","getBaseScale","getZoomScale","applyZoomScale","applyZoomRatio","getShadowOffset","getTagOpacity","getTextPadding","getFontStr","getLineHeight","getScaledFontSize","getScaledStrokeWidth","getShadowLineColour","hexColour","hexStr","isNodeNameLabel","node","isNodeNameShape","isPositionNode","isNodeWithId","getDefaultAnchor","style","absRadius","Konva","stroke","strokeWidth","strokeScaleEnabled","radiusX","radiusY","dragOnTop","draggable","visible","Rectangle","getSurface","getWorldSurface","mulABC","getRealWidth","getRealHeight","getWidth","getHeight","getRound","quantif","ROI","points","getPoint","getPoints","addPoint","addPoints","cx","cy","pi","pi1","ai","a1","Protractor","_viewController","_flags","Ellipse","centre","getCenter","getA","getB","centerX","centerY","radiusRatio","rySquare","maxY","transX","getEllipseIndices","dir","centerValues","radiusI","radiusJ","radiusJ2","di","dj","jmax","jmin","imax","imin","Circle","getRadius","rSquare","DrawShapeEditor","eventCallback","setShape","inshape","drawLayer","getFactory","getShape","isActive","enable","getLayer","draw","disable","reset","resetAnchors","getParent","forEach","anchor","setAnchorsActive","anchors","getAnchors","getStyle","on","cancelBubble","mathShape","referencePoints","target","stageSize","changed","boundNodePosition","validateAnchorPosition","getBaseSize","constrainAnchorMove","updateAnnotationOnAnchorMove","updateShapeGroupOnAnchorMove","getDrawController","addToUndoStack","dataid","getDataId","moveToTop","DrawTrash","createTrashIcon","trashLine1","trashLine2","activate","stage","getKonvaStage","konvaLayer","getKonvaLayer","invscale","changeChildrenColourOnTrashHover","eventPosition","shapeGroup","originalShapeColour","isOverTrash","changeGroupChildrenColour","getChildren","tshape","trashHalfWidth","scaleX","trashHalfHeight","scaleY","DrawShapeHandler","setEditorShape","shape","drawController","getEditorShapeGroup","getEditorAnnotation","disableAndResetEditor","storeMouseOverCursor","cursor","document","body","opacity","onMouseOutShapeGroup","addShapeListeners","dragStartPos","previousPos","originalLabelPosition","getShapePositionRange","boundRect","getClientRect","relativeTo","isShapeInRange","children","labelWithDefaultPosition","labelPosition","child","move","updateAnnotationOnTranslation","updateLabelContent","mousePoint","getMousePoint","evt","eventPos","translation","newLabelPosition","originalTextExpr","textExpr","customUI","openRoiDialog","newTextExpr","removeShapeListeners","DrawLayer","containerDiv","className","setShapeHandler","handler","getReferenceLayerId","getLayers","setPlaneHelper","helper","getId","removeFromDOM","getOpacity","setOpacity","alpha","addFlipOffsetX","addFlipOffsetY","flipScaleX","flipScaleY","flipScaleZ","setScale","newScale","orientedNewScale","finalNewScale","resetOffset","worldCenter","newOffset","getScaledOffset","newZoomOffset","initScale","absoluteZoomOffset","setOffset","planeNewOffset","setBaseOffset","scrollOffset","needsUpdate","display","isVisible","refLayerId","container","listening","getContent","setAttribute","setAnnotationGroup","annotationGroup","dataId","activateCurrentPositionShapes","AddAnnotationCommand","allPosGroups","posGroup","shapeGroups","getCurrentPosGroup","planePoints","planeOrigin","posGroupId","layerChildren","posChildren","isCompatibleView","createShapeGroup","setLabelVisibility","fitToContainer","containerSize","divToWorldSizeRatio","fitOffset","divToImageSizeRatio","newViewOffset","scaledImageSize","newFlipOffset","isAnnotationVisible","setAnnotationVisibility","setLabelsVisibility","posGroups","getText","text","deleteDraw","_id","_exeCallback","deleteDraws","getNumberOfDraws","bindInteraction","pointerEvents","names","InteractionEventNames","unbindInteraction","scrollIndexValue","findOne","srclayerid","ratioX","ratioY","labels","getName","undo","originaProps","Path","inputPointArray","inputControlPointIndexArray","pointArray","controlPointIndexArray","isControlPoint","addControlPoint","newPointArray","appenPath","other","oldSize","indexArray","BucketQueue","bits","cost_functor","bucketCount","mask","loc","cost","buckets","buildArray","bucket","getBucket","ret","isEmpty","newSize","__twothirdpi","gradUnitVector","gradX","gradY","px","py","out","oy","gvm","Scissors","curPoint","searchGranBits","searchGran","pointsPerPost","greyscale","laplace","gradient","parents","working","trained","trainingPoints","edgeWidth","trainingLength","edgeGran","edgeTraining","gradPointsNeeded","gradGran","gradTraining","insideGran","insideTraining","outsideGran","outsideTraining","getTrainingIdx","granularity","getTrainedEdge","edge","getTrainedGrad","grad","getTrainedInside","inside","getTrainedOutside","outside","setWorking","setDimensions","setData","gradMagnitude","lap","computeGreyscale","computeLaplace","computeGradient","computeGradX","computeGradY","sides","guv","ix","iy","computeSides","findTrainingPoints","resetTraining","doTraining","calculateTraining","addInStaticGrad","input","output","maxVal","idx","gaussianBlur","have","need","gradDirection","qx","qy","__dgpuv","__gdquv","dp","dq","SQRT1_2","acos","adj","sx","sy","ex","ey","setPoint","sp","visited","MAX_VALUE","pq","doWork","timeout","pointCount","newPoints","adjList","q","pqCost","defaults","labelText","arrow","circle","ellipse","protractor","rectangle","roi","ruler","LabelFactory","positionGetter","getPosition","ktext","fontSize","fontFamily","padding","shadowColor","shadowOffset","setText","zoomScale","labelScale","klabel","updatePosition","updateContent","Threshold","getMin","setMin","getMax","setMax","setOriginalImage","getOriginalImage","imageMin","Sharpen","Sobel","RunFilterCommand","filter","render","onExecute","onUndo","_event","toolList","toolOptions","defaultToolList","divId","diffX","diffY","pixelToIntensity","WindowLevelValues","mousedown","mousemove","mouseup","mouseout","touchstart","touchPoints","getTouchPoints","touchmove","touchend","dblclick","displayToPlaneIndex","getData","keydown","context","onKeydown","_bool","setFeatures","_features","Scroll","planePos","displayToPlanePos","yMove","xMove","setTimeout","clearTimeout","showTooltip","removeTooltipDiv","features","displayTooltip","ZoomAndPan","tx","ty","displayToPlaneScale","addTranslation","#twoTouchUpdate","lineRatio","zoom","displayToMainPlanePos","addScale","step","Opacity","op","Draw","getActiveDrawLayer","refDataId","seriesInstanceUID","createAnnotationData","addAndRenderAnnotationData","setActiveDrawLayerByDataId","kshape","getIntersection","selectedShape","getNPoints","timer","getTimeout","getActiveLayerGroup","destroy","tmpPoints","drawLayerId","layerId","Annotation","groupColour","setAnnotationMathShape","finalPoints","layer","drawLayers","getDrawLayers","setOptions","options","getOptionsType","autoShapeColour","shapeColour","shapeName","hasShape","mouseOverCursor","withScroll","blacklist","getEventNames","listener","Filter","bool","getSelectedFilter","filterName","hasFilter","run","args","runArgs","getFilterList","Floodfill","setExtend","getExtend","#getIndex","simple","bytes","MagicWand","cs","icsl","newMathShape","originalMathShape","extend","ini","imageSize","jl","onThresholdChange","getImageData","getAbsoluteScale","movedpoint","Livewire","pn","p0","results","_p","_q","defaultToolOptions","ArrowFactory","supports","setTextExpr","extras","extra","_anchor","kline","pointBegin","pointEnd","endPoint","newBegin","newEnd","_style","tickLen","linePerp0","linePerp1","hitFunc","beginPath","moveTo","lineTo","closePath","fillStrokeShape","beginTy","angleRad","sin","cos","rotation","ktriangle","verticalLine","_annotation","_group","CircleFactory","left","right","bottom","top","anchorPoint","newRadius","newCenter","kcircle","swapX","swapY","offsetX","offsetY","kshadow","minX","minY","maxX","pixelLine","EllipseFactory","kellipse","ProtractorFactory","mid","pointMid","newPointList","inclination","innerRadius","outerRadius","midX","midY","karc","arcPos","RectangleFactory","rectX","rectY","rectWidth","rectHeight","topLeft","bottomRight","pointTopLeft","pointBottomRight","krect","topRight","bottomLeft","rWidth","rHeight","RoiFactory","kroi","newPoint","closed","RulerFactory","ktick0","ktick1","ThresholdFilter","SobelFilter","SharpenFilter","referenceSopUID","quantification","planeHelper","inputPlanePoints","originPoint","valueObj","valueStr","toPrecision","replaceFlags","fac","factoryName","prompt","getTouchesPositions","touches","offsetLeft","offsetTop","offsetParent","positions","pageX","pageY","targetTouches","changedTouches","canCreateCanvas","testCvs","createElement","cropCvs","testCtx","getContext","cropCtx","fillRect","drawImage","ViewLayer","getScale","getAbsoluteZoomOffset","setImageSmoothing","setView","bindImage","onimageset","unbindImage","vcSize","origin0","layerGroupOrigin","layerGroupOrigin0","deScaled","planePosToDisplay","posX","posY","layerid","globalAlpha","setTransform","imageSmoothingEnabled","appendChild","alert","clearRect","createImageData","needsDraw","eventName","passive","putImageData","dims3D","indexScrollIndex","save","restore","getLayerDetailsFromLayerDivId","idString","layerIndex","layerDiv","closest","indexCenter","LayerGroup","getShowCrosshair","setShowCrosshair","getDivId","getAddedScale","getOffset","getNumberOfLayers","getViewLayers","someViewLayer","hasOne","getNumberOfViewLayers","tmpLayer","getBaseViewLayer","baseLayer","getViewLayersByDataId","searchViewLayers","getViewDataIndices","getDrawLayersByDataId","setActiveViewLayer","setActiveViewLayerByDataId","setActiveDrawLayer","addViewLayer","viewLayerIndex","div","append","addDrawLayer","updateLayersToPositionChange","empty","getElementsByClassName","removeLayersByDataId","removeLayer","displayPos","lineH","offsetWidth","lineV","offsetHeight","span","createTextNode","viewLayerOffsets","baseViewLayerOrigin0","baseViewLayerOrigin","hasSetOffset","vc","scrollDiff","planeDiff","scroll","plane","refOffsets","hasSetPos","getDivToWorldSizeRatio","maxWorldSize","getMaxWorldSize","maxSize","scaleStep","binderList","WindowLevelBinder","getEventType","getCallback","viewLayers","PositionBinder","pointValues","currentPos","currentDims","inputDims","ZoomBinder","OffsetBinder","OpacityBinder","ColourMapBinder","Stage","getLayerGroup","getNumberOfLayerGroups","setActiveLayerGroup","addLayerGroup","htmlElement","isBound","unbindLayerGroups","bindLayerGroups","setBinders","removeLayerGroup","minRatio","hasRatio","binder","binderObj","elem","State","fromJSON","json","version","baseScale","scaleCenter","originX","originY","oldTx","oldTy","setDrawings","drawings","drawingsDetails","v02DAndD","inputDrawings","newDrawings","drawGroups","drawGroup","lenf","newFrameDrawings","leng","karcs","ktexts","toObject","txtLen","longText","v01Tov02DrawingsAndDetails","v02Tov03Drawings","v03Tov04DrawingsDetails","v04Tov05Data","v04Tov05Drawings","details","groupDetails","v02Tov03DrawingsDetails","groupShapes","parentGroup","groupDrawings","currentPosition","gnode","detail","ids","attrs","sliceNumber","frameNumber","newId","getUrlFromUri","uri","base","location","URL","splitUri","sepIndex","hashIndex","query","pairs","pair","splitKeyValueString","UndoStack","getStackSize","getCurrentStackIndex","cmd","redo","ToolboxController","enableShortcuts","getToolList","hasTool","getSelectedTool","getSelectedToolEventHandler","eventType","setSelectedTool","setToolFeatures","bindLayerGroup","layerGroupDivId","applySelectedTool","MultiProgressHandler","setNumberOfDimensions","num","setNToLoad","onprogress","lengthComputable","subindex","percent","loaded","total","source","lenprog","getMonoProgressHandler","getUndefinedMonoProgressHandler","UrlsLoader","request","loader","onload","onloadend","load","onloadstart","status","onerror","responseURL","statusText","response","mproghandler","loaders","loaderList","foundLoader","canLoadUrl","defaultCharacterSet","onloaditem","onabort","lastRunRequestIndex","requestOnLoadEnd","send","XMLHttpRequest","open","requestHeaders","setRequestHeader","withCredentials","errorCallback","abortCallback","loadUrlAs","responseType","batchSize","dicomDirUrl","urls","parser","dirSeq","records","series","study","recType","refFileIds","getFileListFromDicomDir","rootUrl","fullUrls","abort","readyState","isLoading","ThreadPool","poolSize","taskQueue","freeThreads","WorkerThread","runningThreads","addWorkerTask","workerTask","onworkstart","workerThread","shift","onworkend","onTaskEnd","onwork","handleWorkerError","onworkitem","parentPool","runningTask","worker","Worker","script","onmessage","postMessage","startMessage","terminate","itemNumber","numberOfItems","WorkerTask","hasJpegBaselineDecoder","JpegImage","hasJpegLosslessDecoder","jpeg","lossless","hasJpeg2000Decoder","JpxImage","decoderScripts","rle","AsynchPixelBufferDecoder","_numberOfData","pixelMeta","ondecodestart","ondecodeditem","ondecoded","ondecodeend","SynchPixelBufferDecoder","algoName","numberOfData","decoder","decodedBuffer","buf","Decoder","decoded","tiles","dwvdecoder","RleDecoder","PixelBufferDecoder","NumericValue","FloatingPointValue","RationalNumeratorValue","RationalDenominatorValue","MeasurementUnitsCodeSequence","MeasuredValue","numericValue","floatingPointValue","rationalNumeratorValue","rationalDenominatorValue","measurementUnitsCode","getDicomMeasuredValueItem","MeasuredValueSequence","NumericValueQualifierCodeSequence","NumericMeasurement","measuredValue","numericValueQualifierCode","getDicomNumericMeasurementItem","measurement","SopInstanceReference","getSopInstanceReference","ref","getDicomSopInstanceReferenceItem","ReferencedFrameNumber","ReferencedSOPSequence","ImageReference","referencedSOPSequence","referencedFrameNumber","referencedSegmentNumber","fiducialUID","getDicomImageReferenceItem","PixelOriginInterpretation","GraphicData","GraphicType","FiducialUID","GraphicTypes","SpatialCoordinate","graphicData","graphicType","pixelOriginInterpretation","getDicomSpatialCoordinateItem","scoord","ReferencedFrameofReferenceUID","SpatialCoordinate3D","referencedFrameofReferenceUID","getDicomSpatialCoordinate3DItem","RelationshipType","ValueType","ConceptNameCodeSequence","ConceptCodeSequence","ContentSequence","DateTime","Time","UID","PersonName","TextValue","ContinuityOfContent","RelationshipTypes","ValueTypes","datetime","uidref","pname","composite","waveform","scoord3d","tcoord","table","ValueTypeValueTagName","TEXT","DATE","TIME","DATETIME","UIDREF","PNAME","CONTAINER","DicomSRContent","valueType","conceptNameCode","relationshipType","contentSequence","getSRContent","content","getMeasuredValue","getNumericMeasurement","getImageReference","getSpatialCoordinate","getSpatialCoordinate3D","valueTagName","getDicomSRContentItem","contentItem","getSRContentFromValue","getConceptNameCode","measure","getMeasurementUnitsCode","numMeasure","AnnotationGroupFactory","srContent","dataLength","isClosed","numberOfPoints","firstPoint","lastPoint","line2","line3","getShapeFromScoord","subsubItem","nPoints","quantifName","quantifUnit","annotations","seriesElement","srScoord","pointPerimeter","getScoordFromShape","itemContentSequence","srImage","sopRef","imageRef","srUid","shortLabel","labelPosScoord","refPointsScoord","pointsScoord","quatifContent","CompletionFlag","VerificationFlag","DicomData","DataController","getNextDataId","getDataIds","getDataIdsFromSopUids","dataToUpdate","idKey","obj1","obj2","valueKey","mergedObj1","merged","id1","id2","value1","subValue1","value2","subValue2","mergeObjects","DicomBufferToView","opt","modalityElement","dicomParser","columnsElement","rowsElement","samplesPerPixelElement","planarConfigurationElement","dataIndex","decodedData","fullSize","algo","getSyntaxDecompressionName","convert","MemoryLoader","canLoadMemory","filename","imageDataToBuffer","imageData","dataLen","getDefaultImage","imageBuffer","imageSpacing","canLoadFile","file","url","forceLoader","isNameAccept","acceptHeader","acceptValue","urlObjext","pathname","hasNoExt","hasDcmExt","contentType","searchParams","mem","tmpFile","File","loadFileAs","fileContentTypes","_opt","Text","memoryIO","progress","u8Array","partHeaderEndCb","partHeaderEndIndex","lines","boundaryStr","boundaryCb","boundaryLen","nextBoundaryIndex","part","partHeaderLines","semiColonIndex","dataBeginIndex","dataEndIndex","parseMultipart","_file","_mem","dataType","imageType","Blob","createObjectURL","domImage","canvas","ctx","lastModified","getViewFromDOMImage","src","hasImageExt","DataURL","videoDataStr","btoa","video","onloadedmetadata","videoWidth","videoHeight","ceil","duration","onseeked","imgBuffer","storeFrame","nextTime","currentTime","getViewFromDOMVideo","unzipPercent","async","then","JSZip","zip","FilesLoader","FileReader","readAsText","readAsDataURL","readAsArrayBuffer","LoadController","loadFiles","files","loadURLs","loadImageObject","getLoadingDataIds","fileIO","urlIO","loadType","eventInfo","loadtype","isFirstItem","eventInfoItem","isfirstitem","getNumberToPrecision","createDefaultReplaceFormat","OverlayData","configs","addAppListeners","addItemMeta","dataUid","overlays","modElement","overlay","format","poElement","po0","po1","createOverlayData","DOM","infoKeys","createOverlayDataForDom","sliceOverlayData","mapFunc","isListening","removeAppListeners","ViewConfig","wlPresetName","ToolConfig","AppOptions","dataViewConfigs","tools","binders","viewOnFirstLoadItem","overlayConfig","rootDocument","App","addData","getMetaData","getToolboxController","removeFromUndoStack","appToolList","toolName","toolClass","toolParams","appToolOptions","optionName","optionClassName","toolNamespace","charAt","optionClass","resetLayout","loadFromUri","getUriQuery","onLoadEnd","state","protocol","host","decodeURIComponent","manifest","rootURL","getElementsByTagName","getAttribute","patientList","studyList","studyUID","seriesList","seriesUID","instanceList","link","decodeManifest","responseXML","decodeManifestQuery","replaceMode","repeatKeyReplaceMode","queryUri","inputQueryPairs","repeatKey","repeatList","baseUrl","gotOneArg","decodeKeyValueUri","dwvReplaceMode","decodeQuery","abortAllLoads","abortLoad","initWLDisplay","getViewConfigs","excludeStarConfig","getViewConfig","getDataViewConfigs","setDataViewConfigs","addDataViewConfig","removeDataViewConfig","itemIndex","lg","vls","dls","updateDataViewConfig","configToUpdate","dataKeys","divIds","viewConfigs","viewConfig","getElementById","setLayerGroupsBinders","instances","isImage","isMeasurement","translate","statePosGroups","statePosKids","stateGroup","pointsArray","absPosition","absolutePosition","konvaToAnnotation","applyJsonState","jsonState","onResize","defaultOnKeydown","ctrlKey","shiftKey","resetDisplay","resetZoom","setTool","tool","getOverlayData","toggleOverlayListeners","refMeta","refDataViewConfig","drawDataViewConfig","isFirstLoadItem","eventMetaData","groupId","isBaseLayer","flipFlags","baseViewLayer","layergroupid","refSeriesInstanceUID","refViewLayer","refViewController","refData","viewConfigOrientation","orientationCode","isViewUndefined","isViewAxial","isViewCoronal","isViewSagittal","flipOffset","flipScale","MaskSegmentHelper","segmentNumber","hasSegment","getNumberOfSegments","maskHasSegments","numbers","unknowns","addSegment","removeSegment","updateSegment","DeleteSegmentCommand","isValid","segmentnumber","ChangeSegmentColourCommand","newColour","MaskSegmentViewHelper","isHidden","addToHidden","removeFromHidden","getAlphaFunc","hiddenColours","resultFn","Scalar2D","Scalar3D"],"sourceRoot":""} \ No newline at end of file diff --git a/package.json b/package.json index 146a964e88..cd5b1407f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dwv", - "version": "0.34.0-beta.18", + "version": "0.34.0-beta.19", "description": "DICOM Web Viewer.", "keywords": [ "DICOM", diff --git a/resources/api/dwv.api.md b/resources/api/dwv.api.md index 1cd9665197..ceb15f22b8 100644 --- a/resources/api/dwv.api.md +++ b/resources/api/dwv.api.md @@ -16,6 +16,7 @@ export class Annotation { colour: string | undefined; getCentroid(): Point | undefined; getFactory(): object; + getOrientationName(): string | undefined; getText(): string; id: string; init(viewController: ViewController): void; @@ -497,7 +498,7 @@ export function getLayerDetailsFromEvent(event: object): object; export function getMousePoint(event: object): Point2D; // @public -export function getOrientationName(orientation: number[]): string | undefined; +export function getOrientationName(cosines: number[]): string | undefined; // @public export function getPixelDataTag(): Tag; @@ -812,8 +813,10 @@ export class PlaneHelper { getScrollIndex(): number; getTargetDeOrientedPoint3D(planePoint: Point3D): Point3D; getTargetDeOrientedVector3D(planeVector: Vector3D): Vector3D; + getTargetOrientation(): Matrix33; getTargetOrientedPositiveXYZ(values: Scalar3D): Scalar3D; getTargetOrientedVector3D(vector: Vector3D): Vector3D; + getViewOrientation(): Matrix33; isAquisitionOrientation(): boolean; worldToIndex(point: Point): Index; } @@ -839,6 +842,7 @@ export class Point2D { equals(rhs: Point2D): boolean; getCentroid(): Point2D; getDistance(point2D: Point2D): number; + getValues(): number[]; getX(): number; getY(): number; toString(): string; @@ -850,6 +854,7 @@ export class Point3D { equals(rhs: Point3D): boolean; getClosest(pointList: Point3D[]): number; getDistance(point3D: Point3D): number; + getValues(): number[]; getX(): number; getY(): number; getZ(): number; diff --git a/resources/doc/jsdoc.conf.json b/resources/doc/jsdoc.conf.json index f836513c0a..6a763de703 100644 --- a/resources/doc/jsdoc.conf.json +++ b/resources/doc/jsdoc.conf.json @@ -25,7 +25,7 @@ "package": "package.json", "theme_opts": { "title": "DWV", - "footer": "Documentation generated for dwv v0.34.0-beta.18.", + "footer": "Documentation generated for dwv v0.34.0-beta.19.", "sections": [ "Tutorials", "Namespaces", @@ -50,7 +50,7 @@ "codepen": { "enable_for": ["examples"], "options": { - "js_external": "https://github.com/ivmartel/dwv/releases/download/v0.34.0-beta.18/dwv-0.34.0-beta.18.min.js", + "js_external": "https://github.com/ivmartel/dwv/releases/download/v0.34.0-beta.19/dwv-0.34.0-beta.19.min.js", "html": "
" } } diff --git a/src/dicom/dicomParser.js b/src/dicom/dicomParser.js index f2abb26a2a..baa2f48388 100755 --- a/src/dicom/dicomParser.js +++ b/src/dicom/dicomParser.js @@ -29,7 +29,7 @@ import {logger} from '../utils/logger'; * @returns {string} The version of the library. */ export function getDwvVersion() { - return '0.34.0-beta.18'; + return '0.34.0-beta.19'; } /**