change
This commit is contained in:
parent
5cd1619865
commit
fb033f5bcd
23 changed files with 1465 additions and 3798 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue