no message
This commit is contained in:
parent
55224a594b
commit
168d921ddd
3 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue