|
|
|
@ -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 |
|
|
|
|