@@ -342,6 +342,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public class SubjectExportDTO
|
||||
{
|
||||
|
||||
public string Code { get; set; } = String.Empty;
|
||||
|
||||
//public int? Age { get; set; }
|
||||
@@ -393,6 +394,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string LatestVisitName { get; set; } = string.Empty;
|
||||
|
||||
public string LatestBlindName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
[DictionaryTranslateAttribute("YesOrNo")]
|
||||
public bool IsMissingImages => MissingSubmmitCount > 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user