diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 684f02c44..552be6f40 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -2464,6 +2464,11 @@ 是否显示 + + + 最大问题数 + + Id @@ -2544,6 +2549,11 @@ 是否显示 + + + 最大问题数 + + 系统标准Id @@ -2749,6 +2759,11 @@ 图片数量 + + + 最大问题数 + + Id @@ -2839,6 +2854,11 @@ 是否显示 + + + 最大问题数 + + 返回的对象 @@ -2994,6 +3014,13 @@ + + + 获取系统的其他医学审核问题 + + + + 新增或修改系统医学审核问题 @@ -3453,6 +3480,11 @@ 任务类型 + + + 排序 + + ReadingMedicineSystemQuestionQuery 列表查询参数模型 @@ -3476,6 +3508,11 @@ 任务类型 + + + 任务类型 + + 获取项目的其他问题 diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index 07e19f60e..3297c69fd 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -295,6 +295,8 @@ namespace IRaCIS.Application.Contracts public string EMail { get; set; } = String.Empty; public string WeChat { get; set; } = String.Empty; public int Nation { get; set; } + + } public class DoctorBasicInfoCommand : DoctorBasicInfo @@ -325,6 +327,10 @@ namespace IRaCIS.Application.Contracts public class DoctorBasicInfoDTO : DoctorBasicInfo { + public string BlindName { get; set; } + + public string BlindNameCN { get; set; } = string.Empty; + public List DoctorDicViewDtos = new List(); //职称 diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/ResearchPublicationModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/ResearchPublicationModel.cs index d5a61a587..d1f38df5b 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/ResearchPublicationModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/ResearchPublicationModel.cs @@ -17,5 +17,8 @@ namespace IRaCIS.Application.Contracts public string AwardsHonorsCN { get; set; } = String.Empty; + public string BlindPublications { get; set; } + + } } \ No newline at end of file