|
@@ -60,6 +60,13 @@ class TwoLocation extends TwoLengthAbstract<TwoLocationFeature> {
|
|
|
twoLocation.calculator = MaxPgCal(twoLocation);
|
|
|
return twoLocation;
|
|
|
}
|
|
|
+
|
|
|
+ static TwoLocation createPulsatilityIndex(ItemMeta meta,
|
|
|
+ [IMeasureItem? parent]) {
|
|
|
+ TwoLocation twoLocation = TwoLocation(meta);
|
|
|
+ twoLocation.calculator = MaxPgCal(twoLocation);
|
|
|
+ return twoLocation;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
class TwoLocationFeature extends TopMeasureItemFeature {
|