noti report
This commit is contained in:
parent
85d9754db6
commit
037435b3bc
5 changed files with 83 additions and 26 deletions
|
|
@ -144,6 +144,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
{
|
||||
Id = x.Id,
|
||||
PersonalId = x.Id,
|
||||
x.profileId,
|
||||
Avatar = x.ProfileImg == null ? Guid.Parse("00000000-0000-0000-0000-000000000000") : x.ProfileImg.Id,
|
||||
FullName = $"{x.Prefix}{x.Firstname} {x.Lastname}",
|
||||
Prefix = x.Prefix,
|
||||
|
|
@ -203,6 +204,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
p.Lastname,
|
||||
p.IdCard,
|
||||
p.CitizenId,
|
||||
p.profileId,
|
||||
p.ExamNumber,
|
||||
p.posmasterId,
|
||||
p.root,
|
||||
|
|
@ -282,6 +284,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
{
|
||||
Id = x.Id,
|
||||
PersonalId = x.Id,
|
||||
x.profileId,
|
||||
Avatar = x.ProfileImg == null ? Guid.Parse("00000000-0000-0000-0000-000000000000") : x.ProfileImg.Id,
|
||||
FullName = $"{x.Prefix}{x.Firstname} {x.Lastname}",
|
||||
Prefix = x.Prefix,
|
||||
|
|
@ -341,6 +344,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
p.Lastname,
|
||||
p.IdCard,
|
||||
p.CitizenId,
|
||||
p.profileId,
|
||||
p.ExamNumber,
|
||||
p.posmasterId,
|
||||
p.root,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue