代码添加

IRC_NewDev
he 2023-08-21 17:12:44 +08:00
parent 92aa223f3f
commit 4f8f4fe9b8
2 changed files with 1826 additions and 1 deletions

View File

@ -20,7 +20,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{CriterionType.PCWG3,typeof(PCWG3CalculateService) },
{CriterionType.SelfDefine,typeof(SelfDefineCalculateService) },
{CriterionType.RECIST1Pointt1_MB,typeof(RECIST1Point1_BMCalculateService) },
{CriterionType.IRECIST1Point1,typeof(IRECIST1Point1CalculateService) }
{CriterionType.IRECIST1Point1,typeof(IRECIST1Point1CalculateService) },
{CriterionType.Lugano2014,typeof(LuganoCalculateService) }
};

File diff suppressed because it is too large Load Diff