代码添加
parent
92aa223f3f
commit
4f8f4fe9b8
|
@ -20,7 +20,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
{CriterionType.PCWG3,typeof(PCWG3CalculateService) },
|
{CriterionType.PCWG3,typeof(PCWG3CalculateService) },
|
||||||
{CriterionType.SelfDefine,typeof(SelfDefineCalculateService) },
|
{CriterionType.SelfDefine,typeof(SelfDefineCalculateService) },
|
||||||
{CriterionType.RECIST1Pointt1_MB,typeof(RECIST1Point1_BMCalculateService) },
|
{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
Loading…
Reference in New Issue