From 57c1f806d6b64b0428eff5ec71b943e648d44c6b Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 12 Aug 2022 11:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=8C=BB=E7=94=9F=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IRaCIS.Core.Application.xml | 37 +++++++++++++++++++ .../Service/Doctor/DTO/DoctorModel.cs | 6 +++ .../Doctor/DTO/ResearchPublicationModel.cs | 3 ++ 3 files changed, 46 insertions(+) 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