Uat_Study
he 2023-03-15 17:55:43 +08:00
parent 397afad22b
commit c243e01908
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
{CriterionType.RECIST1Point1,typeof(RECIST1Point1CalculateService) }, //RECIST1.1
{CriterionType.PCWG3,typeof(PCWG3CalculateService) },
{CriterionType.SelfDefine,typeof(SelfDefineCalculateService) }
{CriterionType.SelfDefine,typeof(SelfDefineCalculateService) },
{CriterionType.RECIST1Pointt1_MB,typeof(RECIST1Point1_BMCalculateService) }
};