肿瘤学阅片结果导出

This commit is contained in:
2025-02-11 15:45:50 +08:00
parent 131425774a
commit faea3a4f86
3 changed files with 79 additions and 6 deletions
@@ -1216,6 +1216,8 @@ namespace IRaCIS.Core.Application.Contracts
public Guid Id { get; set; }
public Guid SubjectId { get; set; }
public Guid? DoctorUserId { get; set; }
public string TaskName { get; set; }
@@ -1270,6 +1272,17 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime? SignTime { get; set; }
#endregion
#region
[DictionaryTranslateAttribute("OncologyAssessType")]
public string OncologyResult { get; set; } = string.Empty;
public string OncologyReason { get; set; } = string.Empty;
public string OncologyUserName { get; set; }
#endregion
}
public class CommonLessionExport : CommonEvaluationExport