no message

This commit is contained in:
Kittapath 2024-02-03 13:45:31 +07:00
parent 55224a594b
commit 168d921ddd
3 changed files with 4 additions and 0 deletions

View file

@ -341,6 +341,7 @@ namespace BMA.EHR.Report.Service.Controllers
Area = "",
Province = "",
Telephone = p.TelephoneNumber,
CoupleLastNameOld = p == null ? "" : p.CoupleLastNameOld,
CouplePrefix = c_pf == null ? "" : c_pf.Name,
CoupleFullName = $"{p.CoupleFirstName} {p.CoupleLastName}".Trim(),
FatherPrefix = f_pf == null ? "" : f_pf.Name,