Browse Source

pacs接口

master
wxd 1 year ago
parent
commit
fa7ad45433
  1. 6
      src/Shentun.Peis.Application/ThirdPartyPublicInterfaces/ThirdPartyPublicInterfaceAppService.cs

6
src/Shentun.Peis.Application/ThirdPartyPublicInterfaces/ThirdPartyPublicInterfaceAppService.cs

@ -363,7 +363,9 @@ namespace Shentun.Peis.ThirdPartyPublicInterfaces
asbitem,
ItemTypeName = itemTypeHaveEmpty != null ? itemTypeHaveEmpty.DisplayName : "",
ItemTypeId = itemTypeHaveEmpty != null ? itemTypeHaveEmpty.Id.ToString() : "",
IsSignIn = registerCheck.IsSignIn
IsSignIn = registerCheck.IsSignIn,
StandardPrice = registerCheckAsbitem.StandardPrice,
ChargePrice = registerCheckAsbitem.ChargePrice
});
@ -419,6 +421,8 @@ namespace Shentun.Peis.ThirdPartyPublicInterfaces
xmbh = s.asbitem.Id.ToString(),
xmlx = "1",
xmmc = s.asbitem.DisplayName,
dj = s.StandardPrice,
ssjg = s.ChargePrice
}).ToList();
return new PatientPacsInfoDto

Loading…
Cancel
Save