修改医生既往阅片情况声明

This commit is contained in:
2023-01-31 09:35:52 +08:00
parent e18b890f96
commit 79d4c6a116
21 changed files with 242 additions and 117 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; }
}