Uat_Study
he 2022-04-13 14:53:38 +08:00
parent b643ae1c18
commit 587ead5ae4
2 changed files with 33 additions and 25 deletions

View File

@ -58,6 +58,13 @@
<param name="item"></param> <param name="item"></param>
<returns></returns> <returns></returns>
</member> </member>
<member name="M:IRaCIS.Core.Application.Service.FrontAuditConfigService.GetDescriptionByModuleType(IRaCIS.Core.Application.ViewModel.GetDescriptionByModuleTypeDto)">
<summary>
获取Description
</summary>
<param name="dto"></param>
<returns></returns>
</member>
<member name="M:IRaCIS.Core.Application.Service.FrontAuditConfigService.GetFrontAuditConfigList(IRaCIS.Core.Application.ViewModel.FrontAuditConfigQuery)"> <member name="M:IRaCIS.Core.Application.Service.FrontAuditConfigService.GetFrontAuditConfigList(IRaCIS.Core.Application.ViewModel.FrontAuditConfigQuery)">
<summary> <summary>
获取列表 获取列表
@ -191,16 +198,6 @@
用户 签名某个文档 Dto 用户 签名某个文档 Dto
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.ModuleType">
<summary>
功能模块
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.BlindName">
<summary>
盲态访视名
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.TrialId"> <member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.TrialId">
<summary> <summary>
项目iD 项目iD
@ -211,29 +208,44 @@
中心 中心
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.SubjectId"> <member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.SubjectInfo">
<summary> <summary>
受试者 受试者
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.SubjectVisitId"> <member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.VisitPlanInfo">
<summary> <summary>
访视
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.OptType"> <member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.StartTime">
<summary> <summary>
操作类型 开始时间
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.ChildrenType"> <member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.EndTime">
<summary> <summary>
子类 结束时间
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.Reason"> <member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.ModuleType">
<summary> <summary>
修改原因 功能模块
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.Description">
<summary>
Description
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.OpByUserName">
<summary>
操作人名称模糊查询
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.ReaderUser">
<summary>
阅读片人
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.IsSign"> <member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.IsSign">
@ -241,11 +253,6 @@
是否有签名 是否有签名
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.GetDataInspectionDto.ObjectType">
<summary>
对象名称
</summary>
</member>
<member name="M:IRaCIS.Core.Application.Service.Inspection.InspectionService.Enforcement(System.Object,IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionAddDTO,IRaCIS.Core.Application.Contracts.SignDTO,System.Object,IRaCIS.Core.Infrastructure.Extention.IResponseOutput)"> <member name="M:IRaCIS.Core.Application.Service.Inspection.InspectionService.Enforcement(System.Object,IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionAddDTO,IRaCIS.Core.Application.Contracts.SignDTO,System.Object,IRaCIS.Core.Infrastructure.Extention.IResponseOutput)">
<summary> <summary>
通用逻辑封装 通用逻辑封装

View File

@ -92,7 +92,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
{ {
CreateTime = data.CreateTime, CreateTime = data.CreateTime,
CreateUserId = data.CreateUserId, CreateUserId = data.CreateUserId,
ModuleType = data.ModuleType, ModuleType = leftmoduleTypec.Id.ToString(),
BlindName = data.BlindName, BlindName = data.BlindName,
TrialId = data.TrialId, TrialId = data.TrialId,
SiteId = data.SiteId, SiteId = data.SiteId,
@ -132,6 +132,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
Identification= leftfrontAuditConfig.Identification, Identification= leftfrontAuditConfig.Identification,
OptType= leftOptType.Value, OptType= leftOptType.Value,
VisitNum=leftsubjectVisit.VisitNum, VisitNum=leftsubjectVisit.VisitNum,
}; };
query = query.WhereIf(dto.TrialId != null, x => x.TrialId == dto.TrialId) query = query.WhereIf(dto.TrialId != null, x => x.TrialId == dto.TrialId)