影像检查的部位 增加字段
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-15 13:24:13 +08:00
parent 774e7ccc25
commit 71f978609b
10 changed files with 20058 additions and 0 deletions
@@ -81,6 +81,8 @@ namespace IRaCIS.Core.Application.Contracts
public string VideoUrl { get; set; } = string.Empty;
public string BodyPartForEditOther { get; set; }
}
@@ -39,6 +39,8 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public string BodyPart { get; set; } = String.Empty;
public string BodyPartForEditOther { get; set; }
}
public class QCQuestionAnswerCommand
@@ -427,6 +429,8 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public bool IsCompleteClinicalData { get; set; }
public string BodyPartForEditOther { get; set; }
}
public class QASeriesInfoDto