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