Uat_Study
parent
57c4b198f7
commit
9feba1c570
|
@ -3384,6 +3384,11 @@
|
||||||
VisitTaskId
|
VisitTaskId
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingTableAnswerRowInfoBase.MarkTool">
|
||||||
|
<summary>
|
||||||
|
标记工具
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingTableAnswerRowInfoBase.TrialId">
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingTableAnswerRowInfoBase.TrialId">
|
||||||
<summary>
|
<summary>
|
||||||
TrialId
|
TrialId
|
||||||
|
@ -3824,6 +3829,11 @@
|
||||||
任务Id
|
任务Id
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.SubmitTableQuestionInDto.MarkTool">
|
||||||
|
<summary>
|
||||||
|
标记工具
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.SubmitTableQuestionInDto.PicturePath">
|
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.SubmitTableQuestionInDto.PicturePath">
|
||||||
<summary>
|
<summary>
|
||||||
截图地址
|
截图地址
|
||||||
|
|
|
@ -535,10 +535,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
//整体肿瘤评估
|
//整体肿瘤评估
|
||||||
new ReadingCalculateData (){QuestionType=QuestionType.Tumor,GetStringFun=GetTumor,IsConvertedTask=false},
|
new ReadingCalculateData (){QuestionType=QuestionType.Tumor,GetStringFun=GetTumor,IsConvertedTask=false},
|
||||||
|
|
||||||
|
|
||||||
// 转化时整体肿瘤评估
|
// 转化时整体肿瘤评估
|
||||||
new ReadingCalculateData (){QuestionType=QuestionType.Tumor,GetStringFun=GetConvertingTumor,IsConvertedTask=true,IsBeTransforming=true},
|
new ReadingCalculateData (){QuestionType=QuestionType.Tumor,GetStringFun=GetConvertingTumor,IsConvertedTask=true,IsBeTransforming=true},
|
||||||
|
|
||||||
|
|
||||||
//IRECIST整体肿瘤评估
|
//IRECIST整体肿瘤评估
|
||||||
new ReadingCalculateData (){QuestionType=QuestionType.Tumor,GetStringFun=GetIRECSITTargetLesionEvaluate,IsConvertedTask=true},
|
new ReadingCalculateData (){QuestionType=QuestionType.Tumor,GetStringFun=GetIRECSITTargetLesionEvaluate,IsConvertedTask=true},
|
||||||
|
@ -1812,7 +1810,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
/// {
|
/// {
|
||||||
/// 非靶病灶疗效为 iCPD
|
/// 非靶病灶疗效为 iCPD
|
||||||
/// }
|
/// }
|
||||||
/// else if (满足RECIST1.1的PD标准 && 任一非靶病灶状态评估为“显著增大(iUPD)”)
|
/// else if (任一非靶病灶状态评估为“显著增大(iUPD)”)
|
||||||
/// {
|
/// {
|
||||||
/// 非靶病灶疗效为 iUPD
|
/// 非靶病灶疗效为 iUPD
|
||||||
/// }
|
/// }
|
||||||
|
@ -1898,8 +1896,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
// 非靶病灶疗效为 iCPD
|
// 非靶病灶疗效为 iCPD
|
||||||
result = NoTargetAssessment.iCPD;
|
result = NoTargetAssessment.iCPD;
|
||||||
}
|
}
|
||||||
// else if (满足RECIST1.1的PD标准 && 任一非靶病灶状态评估为“显著增大(iUPD)”)
|
// else if ( 任一非靶病灶状态评估为“显著增大(iUPD)”)
|
||||||
else if (data.RECISTPD && data.ExistiUPD)
|
else if ( data.ExistiUPD)
|
||||||
{
|
{
|
||||||
// 非靶病灶疗效为 iUPD
|
// 非靶病灶疗效为 iUPD
|
||||||
result = NoTargetAssessment.iUPD;
|
result = NoTargetAssessment.iUPD;
|
||||||
|
|
Loading…
Reference in New Issue