修改申请重阅事件
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-12 11:02:12 +08:00
parent 2f1f266ea3
commit c940976f7f
4 changed files with 11 additions and 8 deletions
@@ -1,4 +1,5 @@
using IRaCIS.Core.Domain.BaseModel;
using IRaCIS.Core.Domain.Share;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -33,9 +34,11 @@ public class UrgentMIMRepliedMedicalReview : DomainEvent
/// <summary>
/// 加急阅片 IR 申请重阅
/// 加急阅片 IR 申请重阅 或者PM 申请重阅
/// </summary>
public class UrgentIRApplyedReReading : DomainEvent
public class UrgentApplyedReReading : DomainEvent
{
public Guid VisitTaskId { get; set; }
public ReReadingApplyState ReReadingApplyState { get; set; }
}