dcmjs 0.50.1 → 0.50.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dcmjs.es.js +5 -5
- package/build/dcmjs.es.js.map +1 -1
- package/build/dcmjs.js +5 -5
- package/build/dcmjs.js.map +1 -1
- package/build/dcmjs.min.js +1 -1
- package/build/dcmjs.min.js.map +1 -1
- package/package.json +1 -1
package/build/dcmjs.js
CHANGED
|
@@ -26662,7 +26662,7 @@ b"+i+"*=d\
|
|
|
26662
26662
|
function NormalRangeProperties(options) {
|
|
26663
26663
|
var _this6;
|
|
26664
26664
|
_classCallCheck(this, NormalRangeProperties);
|
|
26665
|
-
_this6 = _callSuper(this, NormalRangeProperties
|
|
26665
|
+
_this6 = _callSuper(this, NormalRangeProperties);
|
|
26666
26666
|
if (options.values === undefined) {
|
|
26667
26667
|
throw new Error("Option 'values' is required for NormalRangeProperties.");
|
|
26668
26668
|
}
|
|
@@ -27088,7 +27088,7 @@ b"+i+"*=d\
|
|
|
27088
27088
|
function SubjectContextDevice(options) {
|
|
27089
27089
|
var _this17;
|
|
27090
27090
|
_classCallCheck(this, SubjectContextDevice);
|
|
27091
|
-
_this17 = _callSuper(this, SubjectContextDevice
|
|
27091
|
+
_this17 = _callSuper(this, SubjectContextDevice);
|
|
27092
27092
|
if (options.name === undefined) {
|
|
27093
27093
|
throw new Error("Option 'name' is required for SubjectContextDevice.");
|
|
27094
27094
|
}
|
|
@@ -27388,7 +27388,7 @@ b"+i+"*=d\
|
|
|
27388
27388
|
function MeasurementsDerivedFromMultipleROIMeasurements(options) {
|
|
27389
27389
|
var _this21;
|
|
27390
27390
|
_classCallCheck(this, MeasurementsDerivedFromMultipleROIMeasurements);
|
|
27391
|
-
_this21 = _callSuper(this, MeasurementsDerivedFromMultipleROIMeasurements
|
|
27391
|
+
_this21 = _callSuper(this, MeasurementsDerivedFromMultipleROIMeasurements);
|
|
27392
27392
|
if (options.derivation === undefined) {
|
|
27393
27393
|
throw new Error("Option 'derivation' is required for " + "MeasurementsDerivedFromMultipleROIMeasurements.");
|
|
27394
27394
|
}
|
|
@@ -27588,7 +27588,7 @@ b"+i+"*=d\
|
|
|
27588
27588
|
function TimePointContext(options) {
|
|
27589
27589
|
var _this24;
|
|
27590
27590
|
_classCallCheck(this, TimePointContext);
|
|
27591
|
-
_this24 = _callSuper(this, TimePointContext
|
|
27591
|
+
_this24 = _callSuper(this, TimePointContext);
|
|
27592
27592
|
if (options.timePoint === undefined) {
|
|
27593
27593
|
throw new Error("Option 'timePoint' is required for TimePointContext.");
|
|
27594
27594
|
}
|
|
@@ -27744,7 +27744,7 @@ b"+i+"*=d\
|
|
|
27744
27744
|
function TrackingIdentifier(options) {
|
|
27745
27745
|
var _this27;
|
|
27746
27746
|
_classCallCheck(this, TrackingIdentifier);
|
|
27747
|
-
_this27 = _callSuper(this, TrackingIdentifier
|
|
27747
|
+
_this27 = _callSuper(this, TrackingIdentifier);
|
|
27748
27748
|
if (options.uid === undefined) {
|
|
27749
27749
|
throw new Error("Option 'uid' is required for TrackingIdentifier.");
|
|
27750
27750
|
}
|