|
@@ -10,6 +10,7 @@ class MeasureUnsupportedTerms {
|
|
|
FL_AC,
|
|
|
FL_HC,
|
|
|
TCD_AC,
|
|
|
+ Vas_Plaque,
|
|
|
];
|
|
|
static const PSAD = "PSAD";
|
|
|
static const AntPelvic_Rest = "Ant. Pelvic(Rest)";
|
|
@@ -19,6 +20,7 @@ class MeasureUnsupportedTerms {
|
|
|
static const FL_AC = "FL/AC";
|
|
|
static const FL_HC = "FL/HC";
|
|
|
static const TCD_AC = "TCD/AC";
|
|
|
+ static const Vas_Plaque = "Vas Plaque";
|
|
|
}
|
|
|
|
|
|
class MeasureTerms {
|