修改一版
parent
c8f71fa61b
commit
4935cb286d
|
@ -45,7 +45,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// <summary>
|
||||
/// 名称
|
||||
/// </summary>
|
||||
public string SubjectVisitName { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
@ -89,8 +89,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 模块类型
|
||||
/// </summary>
|
||||
|
|
|
@ -192,7 +192,7 @@ namespace IRaCIS.Application.Services
|
|||
SubjectId = dto.SubjectId,
|
||||
ModuleType = ModuleTypeEnum.Read,
|
||||
IsUrgent = visit.IsUrgent,
|
||||
ModuleName = dto.SubjectVisitName,
|
||||
ModuleName = dto.Name,
|
||||
SubjectVisitId = visit.Id,
|
||||
Status = ReadModuleEnum.ImageRead,
|
||||
|
||||
|
|
Loading…
Reference in New Issue