This commit is contained in:
parent
5f753d8c4e
commit
617176f1b0
1 changed files with 10 additions and 1 deletions
|
|
@ -2393,7 +2393,16 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
LastUpdateFullName = FullName ?? "System Administrator",
|
||||
LastUpdateUserId = UserId ?? "",
|
||||
LastUpdatedAt = DateTime.Now,
|
||||
}; ;
|
||||
|
||||
Prefix = _profile.Prefix,
|
||||
Position = _profile.Position,
|
||||
CitizenId = _profile.CitizenId,
|
||||
ProfileType = _profile.ProfileType,
|
||||
FirstName = _profile.FirstName,
|
||||
LastName = _profile.LastName,
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue