Browse Source

1、屏蔽Vas Plaque 测量项

bakamaka.guan 2 years ago
parent
commit
0e10ff78b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/interfaces/process/items/terms.dart

+ 2 - 0
lib/interfaces/process/items/terms.dart

@@ -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 {