fix #1357
This commit is contained in:
parent
d0e39e385b
commit
c3c9c85d30
1 changed files with 3 additions and 0 deletions
|
|
@ -1514,6 +1514,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
.Where(x => req.InsigniaId == null ? x.RequestInsignia != null : (x.RequestInsignia.Id == req.InsigniaId))
|
||||
.Select(x => new
|
||||
{
|
||||
x.ProfileId,
|
||||
Id = x.Id,
|
||||
x.Prefix,
|
||||
x.FirstName,
|
||||
|
|
@ -1555,6 +1556,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
.Select(x => new
|
||||
{
|
||||
Id = x.Id,
|
||||
ProfileId = x.ProfileId,
|
||||
Prefix = x.Prefix ?? "",
|
||||
Position = x.Position ?? "",
|
||||
ProfileType = x.ProfileType ?? "",
|
||||
|
|
@ -1597,6 +1599,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
new
|
||||
{
|
||||
insigniaNoteProfile.Id,
|
||||
insigniaNoteProfile.ProfileId,
|
||||
insigniaNoteProfile.Prefix,
|
||||
insigniaNoteProfile.Position,
|
||||
insigniaNoteProfile.CitizenId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue