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 = "",
|
Area = "",
|
||||||
Province = "",
|
Province = "",
|
||||||
Telephone = p.TelephoneNumber,
|
Telephone = p.TelephoneNumber,
|
||||||
|
CoupleLastNameOld = p == null ? "" : p.CoupleLastNameOld,
|
||||||
CouplePrefix = c_pf == null ? "" : c_pf.Name,
|
CouplePrefix = c_pf == null ? "" : c_pf.Name,
|
||||||
CoupleFullName = $"{p.CoupleFirstName} {p.CoupleLastName}".Trim(),
|
CoupleFullName = $"{p.CoupleFirstName} {p.CoupleLastName}".Trim(),
|
||||||
FatherPrefix = f_pf == null ? "" : f_pf.Name,
|
FatherPrefix = f_pf == null ? "" : f_pf.Name,
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,9 @@ namespace BMA.EHR.Profile.Service.Models.HR
|
||||||
[MaxLength(100)]
|
[MaxLength(100)]
|
||||||
public string? CoupleLastName { get; set; }
|
public string? CoupleLastName { get; set; }
|
||||||
|
|
||||||
|
[MaxLength(100)]
|
||||||
|
public string? CoupleLastNameOld { get; set; }
|
||||||
|
|
||||||
[MaxLength(100)]
|
[MaxLength(100)]
|
||||||
public string? CoupleCareer { get; set; }
|
public string? CoupleCareer { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue