修改医生基本信息
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user