修改一版
parent
b03a5da2a1
commit
7b94d2a74e
|
@ -33,6 +33,12 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
public UserSimpleInfo DoctorUser { get; set; }
|
public UserSimpleInfo DoctorUser { get; set; }
|
||||||
|
|
||||||
public UserSimpleInfo MedicalManagerUser { get; set; }
|
public UserSimpleInfo MedicalManagerUser { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 医学审核对话关闭原因
|
||||||
|
/// </summary>
|
||||||
|
public MedicalDialogClose MedicalDialogCloseEnum { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class GenerateMedicalReviewTaskView : VisitTaskViewBasic
|
public class GenerateMedicalReviewTaskView : VisitTaskViewBasic
|
||||||
|
|
|
@ -47,6 +47,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public bool IsUrgent { get; set; }
|
public bool IsUrgent { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 医学审核对话关闭原因
|
||||||
|
/// </summary>
|
||||||
|
public MedicalDialogClose MedicalDialogCloseEnum { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 审核 质询状态
|
/// 审核 质询状态
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -541,7 +541,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
SaveConclusionTime=x.SaveConclusionTime,
|
SaveConclusionTime=x.SaveConclusionTime,
|
||||||
IsClosedDialog=x.IsClosedDialog,
|
IsClosedDialog=x.IsClosedDialog,
|
||||||
IsHaveQuestion=x.IsHaveQuestion,
|
IsHaveQuestion=x.IsHaveQuestion,
|
||||||
|
MedicalDialogCloseEnum=x.MedicalDialogCloseEnum,
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue