This commit is contained in:
Suphonchai Phoonsawat 2023-06-17 05:53:52 +07:00
parent 5cd1619865
commit fb033f5bcd
23 changed files with 1465 additions and 3798 deletions

View file

@ -1142,7 +1142,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
FullName = $"{c.PrefixName}{c.FirstName} {c.LastName}",
Nationality = c.Nationality,
DateOfBirth = c.DateOfBirth == null ? "" : c.DateOfBirth.Value.Date.ToThaiShortDate(),
Age = c.DateOfBirth == null ? "" : c.DateOfBirth.Value.Date.CalculateGovAgeStr(0, 0),
Age = c.DateOfBirth == null ? "" : c.DateOfBirth.Value.Date.CalculateAgeStrV2(0, 0),
RelationshipName = c.RelationshipName,
Telephone = c.Telephone,
MobilePhone = c.MobilePhone,