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.es.js
CHANGED
|
@@ -26656,7 +26656,7 @@ var NormalRangeProperties = /*#__PURE__*/function (_Template4) {
|
|
|
26656
26656
|
function NormalRangeProperties(options) {
|
|
26657
26657
|
var _this6;
|
|
26658
26658
|
_classCallCheck(this, NormalRangeProperties);
|
|
26659
|
-
_this6 = _callSuper(this, NormalRangeProperties
|
|
26659
|
+
_this6 = _callSuper(this, NormalRangeProperties);
|
|
26660
26660
|
if (options.values === undefined) {
|
|
26661
26661
|
throw new Error("Option 'values' is required for NormalRangeProperties.");
|
|
26662
26662
|
}
|
|
@@ -27082,7 +27082,7 @@ var SubjectContextDevice = /*#__PURE__*/function (_Template10) {
|
|
|
27082
27082
|
function SubjectContextDevice(options) {
|
|
27083
27083
|
var _this17;
|
|
27084
27084
|
_classCallCheck(this, SubjectContextDevice);
|
|
27085
|
-
_this17 = _callSuper(this, SubjectContextDevice
|
|
27085
|
+
_this17 = _callSuper(this, SubjectContextDevice);
|
|
27086
27086
|
if (options.name === undefined) {
|
|
27087
27087
|
throw new Error("Option 'name' is required for SubjectContextDevice.");
|
|
27088
27088
|
}
|
|
@@ -27382,7 +27382,7 @@ var MeasurementsDerivedFromMultipleROIMeasurements = /*#__PURE__*/function (_Tem
|
|
|
27382
27382
|
function MeasurementsDerivedFromMultipleROIMeasurements(options) {
|
|
27383
27383
|
var _this21;
|
|
27384
27384
|
_classCallCheck(this, MeasurementsDerivedFromMultipleROIMeasurements);
|
|
27385
|
-
_this21 = _callSuper(this, MeasurementsDerivedFromMultipleROIMeasurements
|
|
27385
|
+
_this21 = _callSuper(this, MeasurementsDerivedFromMultipleROIMeasurements);
|
|
27386
27386
|
if (options.derivation === undefined) {
|
|
27387
27387
|
throw new Error("Option 'derivation' is required for " + "MeasurementsDerivedFromMultipleROIMeasurements.");
|
|
27388
27388
|
}
|
|
@@ -27582,7 +27582,7 @@ var TimePointContext = /*#__PURE__*/function (_Template16) {
|
|
|
27582
27582
|
function TimePointContext(options) {
|
|
27583
27583
|
var _this24;
|
|
27584
27584
|
_classCallCheck(this, TimePointContext);
|
|
27585
|
-
_this24 = _callSuper(this, TimePointContext
|
|
27585
|
+
_this24 = _callSuper(this, TimePointContext);
|
|
27586
27586
|
if (options.timePoint === undefined) {
|
|
27587
27587
|
throw new Error("Option 'timePoint' is required for TimePointContext.");
|
|
27588
27588
|
}
|
|
@@ -27738,7 +27738,7 @@ var TrackingIdentifier = /*#__PURE__*/function (_Template19) {
|
|
|
27738
27738
|
function TrackingIdentifier(options) {
|
|
27739
27739
|
var _this27;
|
|
27740
27740
|
_classCallCheck(this, TrackingIdentifier);
|
|
27741
|
-
_this27 = _callSuper(this, TrackingIdentifier
|
|
27741
|
+
_this27 = _callSuper(this, TrackingIdentifier);
|
|
27742
27742
|
if (options.uid === undefined) {
|
|
27743
27743
|
throw new Error("Option 'uid' is required for TrackingIdentifier.");
|
|
27744
27744
|
}
|