Compare commits
No commits in common. "7cb177cb7c42d32a3b95f64f958f974c772d6a98" and "5e79baa232fe3c2ddfb1eedde1540c68d19ef1be" have entirely different histories.
7cb177cb7c
...
5e79baa232
|
|
@ -357,7 +357,7 @@ public class UrgentIRApplyedReReadingConsumer(
|
||||||
private readonly SystemEmailSendConfig _systemEmailConfig = systemEmailConfig.CurrentValue;
|
private readonly SystemEmailSendConfig _systemEmailConfig = systemEmailConfig.CurrentValue;
|
||||||
public async Task Consume(ConsumeContext<UrgentApplyedReReading> context)
|
public async Task Consume(ConsumeContext<UrgentApplyedReReading> context)
|
||||||
{
|
{
|
||||||
Console.WriteLine("发送(024,025) 【加急医学反馈】邮件!!!");
|
Console.WriteLine("发送(024,25) 【加急医学反馈】邮件!!!");
|
||||||
var isEn_US = CultureInfo.CurrentCulture.Name == StaticData.CultureInfo.en_US;
|
var isEn_US = CultureInfo.CurrentCulture.Name == StaticData.CultureInfo.en_US;
|
||||||
|
|
||||||
var visitTaskId = context.Message.VisitTaskId;
|
var visitTaskId = context.Message.VisitTaskId;
|
||||||
|
|
|
||||||
|
|
@ -301,27 +301,6 @@ namespace IRaCIS.Application.Contracts
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class BasicInfoAndEmploymentDto: DoctorBasicInfoCommand
|
|
||||||
{
|
|
||||||
//部门
|
|
||||||
public Guid? DepartmentId { get; set; } = Guid.Empty;
|
|
||||||
public string DepartmentOther { get; set; } = string.Empty;
|
|
||||||
public string DepartmentOtherCN { get; set; } = string.Empty;
|
|
||||||
//职称
|
|
||||||
public Guid? RankId { get; set; } = Guid.Empty;
|
|
||||||
public string RankOther { get; set; } = string.Empty;
|
|
||||||
public string RankOtherCN { get; set; } = string.Empty;
|
|
||||||
//职位 主席 副主席
|
|
||||||
public Guid? PositionId { get; set; } = Guid.Empty;
|
|
||||||
public string PositionOther { get; set; } = string.Empty;
|
|
||||||
public string PositionOtherCN { get; set; } = string.Empty;
|
|
||||||
|
|
||||||
public Guid? HospitalId { get; set; } = Guid.Empty;
|
|
||||||
|
|
||||||
public Guid? PhysicianId { get; set; }
|
|
||||||
public string Physician { get; set; } = string.Empty;
|
|
||||||
public string PhysicianCN { get; set; } = string.Empty;
|
|
||||||
}
|
|
||||||
public class DoctorBasicInfoCommand : DoctorBasicInfo
|
public class DoctorBasicInfoCommand : DoctorBasicInfo
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -112,19 +112,6 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 新增修改 医生基本信息和工作
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="indto"></param>
|
|
||||||
/// <returns></returns>
|
|
||||||
[HttpPost]
|
|
||||||
public async Task<IResponseOutput<DoctorBasicInfoCommand>> AddOrUpdateDoctorBasicInfoAndEmployment(BasicInfoAndEmploymentDto indto)
|
|
||||||
{
|
|
||||||
return await AddOrUpdateDoctorBasicInfo(indto);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///详情、编辑-获取 医生基本信息 BasicInfo
|
///详情、编辑-获取 医生基本信息 BasicInfo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue