Uat_Study
parent
397afad22b
commit
c243e01908
|
@ -18,7 +18,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
{
|
{
|
||||||
{CriterionType.RECIST1Point1,typeof(RECIST1Point1CalculateService) }, //RECIST1.1
|
{CriterionType.RECIST1Point1,typeof(RECIST1Point1CalculateService) }, //RECIST1.1
|
||||||
{CriterionType.PCWG3,typeof(PCWG3CalculateService) },
|
{CriterionType.PCWG3,typeof(PCWG3CalculateService) },
|
||||||
{CriterionType.SelfDefine,typeof(SelfDefineCalculateService) }
|
{CriterionType.SelfDefine,typeof(SelfDefineCalculateService) },
|
||||||
|
{CriterionType.RECIST1Pointt1_MB,typeof(RECIST1Point1_BMCalculateService) }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue