This commit is contained in:
he
2023-01-31 13:46:20 +08:00
22 changed files with 312 additions and 165 deletions
@@ -65,6 +65,11 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("DoctorId")]
public Doctor Doctor { get; set; }
public string CriterionName { get; set; }
public Guid? TrialReadingCriterionId { get; set; }
public Guid? TrialId { get; set; }
}