From 38d9a21a5d327f9dac9c56598d8d3781c3ff2609 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 3 Dec 2025 11:33:11 +0800 Subject: [PATCH] =?UTF-8?q?lugano=20=E6=95=B4=E4=BD=93=E8=82=BF=E7=98=A4pd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Common/Export/TumorExportService.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs b/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs index 124df9c38..0e02f1918 100644 --- a/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs +++ b/IRaCIS.Core.Application/Service/Common/Export/TumorExportService.cs @@ -763,7 +763,7 @@ public class Tumor_CDISC_ExportService(IRepository 0) @@ -773,18 +773,24 @@ public class Tumor_CDISC_ExportService(IRepository rsValueList = new List(); + var overallPD = ""; + if (criterion.CriterionType == CriterionType.RECIST1Point1) { rsValueTypeIndex = Get_Resist_RS_VisitFixed_Index(task, questionAnswer); rsValueList = RESIST_RSFixed.RSValueList; + overallPD = "PD"; + } else if (criterion.CriterionType == CriterionType.Lugano2014) { rsValueTypeIndex = Get_Lugano_RS_VisitFixed_Index(task, questionAnswer); rsValueList = Lugano_RSFixed.RSValueList; + + overallPD = "PMD/PD"; } @@ -812,7 +818,7 @@ public class Tumor_CDISC_ExportService(IRepository