diff --git a/BMA.EHR.Insignia.Service/Controllers/InsigniaManageController.cs b/BMA.EHR.Insignia.Service/Controllers/InsigniaManageController.cs index da09268a..9218d370 100644 --- a/BMA.EHR.Insignia.Service/Controllers/InsigniaManageController.cs +++ b/BMA.EHR.Insignia.Service/Controllers/InsigniaManageController.cs @@ -609,9 +609,11 @@ namespace BMA.EHR.Insignia.Service.Controllers p.LastUpdatedAt, p.CreatedAt, p.InsigniaNoteProfileId, + CitizenId = p.Profile == null ? "" : p.Profile.CitizenId, Prefix = p.Profile == null ? "" : p.Profile.Prefix, Position = p.Profile == null ? "" : p.Profile.Position, FullName = p.Profile == null ? "" : $"{p.Profile.Prefix}{p.Profile.FirstName} {p.Profile.LastName}", + ProfileType = p.Profile == null ? "" : p.Profile.ProfileType, p.RequestInsignia, p.RequestInsigniaId, p.RequestInsigniaShortName,