肿瘤学阅片结果导出
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user