修改医生基本信息

This commit is contained in:
2022-08-11 15:29:55 +08:00
parent e234e1a946
commit 1887aee2fb
8 changed files with 247 additions and 8 deletions
@@ -455,6 +455,9 @@ namespace IRaCIS.Application.Contracts
public Guid? HospitalId { get; set; } = Guid.Empty;
public string Physician { get; set; } = string.Empty;
public string PhysicianCN { get; set; } = string.Empty;
}
#endregion
@@ -636,6 +639,9 @@ namespace IRaCIS.Application.Contracts
public bool IsVirtual { get; set; }
public string BlindName { get; set; } = String.Empty;
public string BlindNameCN { get; set; } = string.Empty;
}
public class ResumeConfirmDTO
@@ -9,6 +9,7 @@
public Guid? PhaseId { get; set; }
public string EvaluationContent { get; set; } = String.Empty;
public int VisitReadingCount { get; set; }
//public string Term { get; set; }