|
@@ -287,6 +287,7 @@ class MeasureTerms {
|
|
|
/// Stroke volume
|
|
|
/// 每搏量
|
|
|
static const SV = "SV";
|
|
|
+ static const SV_Card = "SV-Card";
|
|
|
|
|
|
/// Ejection fraction
|
|
|
/// 射血分数
|
|
@@ -549,6 +550,30 @@ class MeasureTerms {
|
|
|
static const EpiLVAd = "Epi LVAd";
|
|
|
static const EndoVLAd = "Endo LVAd";
|
|
|
static const LVLd = "LVLd";
|
|
|
+ static const VelpAo = "VelpAo";
|
|
|
+ static const VelpLA = "VelpLA";
|
|
|
+ static const AVA_VTI = "AVA VTI";
|
|
|
+
|
|
|
+ /// 右室压力随时间变化率
|
|
|
+ static const RvDpDt = "RV dP/dt";
|
|
|
+
|
|
|
+ /// 左室压力随时间变化率
|
|
|
+ static const LvDpDt = "LV dP/dt";
|
|
|
+
|
|
|
+ /// 肺循环/体循环
|
|
|
+ static const QpQs = "Qp/Qs";
|
|
|
+
|
|
|
+ /// 二尖瓣反流
|
|
|
+ static const PISA_MR = "PISA MR";
|
|
|
+
|
|
|
+ /// 肺循环
|
|
|
+ static const Qp = "Qp";
|
|
|
+
|
|
|
+ /// 体循环
|
|
|
+ static const Qs = "Qs";
|
|
|
+
|
|
|
+ /// 半自动跟踪
|
|
|
+ static const SemiautoTrace = "Semiauto Trace";
|
|
|
|
|
|
/// body weight normalized left ventricular internal dimension in diastole
|
|
|
static const LVIDdN = "LVIDdN";
|