diff --git a/BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs b/BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs index 483228b4..f419847a 100644 --- a/BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs +++ b/BMA.EHR.Insignia/Controllers/InsigniaRequestController.cs @@ -426,6 +426,10 @@ namespace BMA.EHR.Insignia.Service.Controllers citizenId = x.CitizenId, fullName = $"{x.Prefix}{x.FirstName} {x.LastName}", root = x.Root, + child1 = x.Child1 ?? "", + child2 = x.Child2 ?? "", + child3 = x.Child3 ?? "", + child4 = x.Child4 ?? "", dateAppoint = x.DateAppoint == null ? "" : x.DateAppoint.Value.ToThaiShortDate(), salary = x.Amount, salaryCondition = x.ProfileSalary == null || x.ProfileSalary.Count == 0 ? 0 :