Uat_Study
parent
dba2dcb0e5
commit
136b59b074
|
@ -45,9 +45,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public MedicalReviewAuditState? AuditState { get; set; }
|
public MedicalReviewAuditState? AuditState { get; set; }
|
||||||
|
|
||||||
public string SubjectCode { get; set; }
|
public string SubjectCode { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string TaskBlindName { get; set; }
|
public string TaskBlindName { get; set; } = string.Empty;
|
||||||
|
|
||||||
public ReadingCategory? ReadingCategory { get; set; }
|
public ReadingCategory? ReadingCategory { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue