Browse Source

修改配置项

denny 8 months ago
parent
commit
cdc87cf94d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Measure/MeasureServiceImpl.cs

+ 4 - 0
src/Measure/MeasureServiceImpl.cs

@@ -663,6 +663,10 @@ namespace WingRemedicalModule.Measure
                     MeasureTypeName = item.BaseType?.Id,
                     IsWorking = (isNeedOutputsWorking && index == 0) ? true : false
                 };
+                if (baseName == "Renal Vol.(L)" || baseName == "Renal Vol.(R)")
+                {
+                    childItemMetaDTO.Description = "Renal " + childItemMetaDTO.Description;
+                }
                 MeasureParam workingMethodsParam = item.Args.TryGetItem(MeasureParam.WorkingMethodKey);
                 if (workingMethodsParam != null)
                 {