Compare commits
No commits in common. "290506a06090fe88b2fc94bb0e5c93b3a9de4e3e" and "6374781d26286ff6b030fe48c9a69fd81f8c770d" have entirely different histories.
290506a060
...
6374781d26
|
@ -3232,19 +3232,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
entity.RowMark = entity.OrderMark + entity.RowIndex.GetLesionMark();
|
entity.RowMark = entity.OrderMark + entity.RowIndex.GetLesionMark();
|
||||||
|
|
||||||
string extraIdentification = string.Empty;
|
|
||||||
|
|
||||||
var readingQuestion = await _dbContext.ReadingQuestionTrial.Where(t => t.Id == entity.QuestionId).Include(x=>x.ReadingQuestionCriterionTrial).FirstNotNullAsync();
|
|
||||||
if (readingQuestion.ReadingQuestionCriterionTrial.CriterionGroup == CriterionGroup.Nontumorous)
|
|
||||||
{
|
|
||||||
extraIdentification = "/Nontumorous";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
await InsertInspection<ReadingTableAnswerRowInfo>(entity, type, x => new InspectionConvertDTO()
|
await InsertInspection<ReadingTableAnswerRowInfo>(entity, type, x => new InspectionConvertDTO()
|
||||||
{
|
{
|
||||||
ExtraIndentification = extraIdentification,
|
|
||||||
VisitTaskId = x.VisitTaskId,
|
VisitTaskId = x.VisitTaskId,
|
||||||
|
|
||||||
ObjectRelationParentId = x.VisitTaskId,
|
ObjectRelationParentId = x.VisitTaskId,
|
||||||
|
|
Loading…
Reference in New Issue