合并
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-10-12 16:57:01 +08:00
25 changed files with 36081 additions and 76 deletions
@@ -1,4 +1,5 @@
using IRaCIS.Core.Domain.BaseModel;
using IRaCIS.Core.Domain.Share;
using IRaCIS.Core.Domain.Models;
using System;
using System.Collections.Generic;
@@ -34,9 +35,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; }
}
@@ -22,4 +22,6 @@ public class SiteSurveySPMSubmitedEvent : DomainEvent
public class SiteSurverRejectedEvent : DomainEvent
{
public Guid TrialSiteSurveyId { get; set; }
public bool IsHaveSPMOrCPM { get; set; }
}