工作记录 2017-08-01

工作记录 2017-08-01

序号

工作

相关人员

1

修改邮件上的问题。

更新RD服务器。

郝峰鸽

RD服务器更新了,更新的文件放在190的D:\Temp\CHTeam\fnehr_update_20170801\下了。

数据库更新

1、在hosp库中执行hosp_sp.sql 

sp_get_invoice的改动:

1、主保险的判断改为  where ( (isnull(b.payer_flag,'') like '%Primary%')  or (isnull(b.payer_flag,'')='') )

   其他保险改为where (isnull(b.payer_flag,'')  not like '%Primary%' ) and (isnull(b.payer_flag,'')<>'')

2、copay的 balance改为0-(isnull(adjustment,0)+isnull(appliedamount,0))

insert into #invoice(code,       billed,applied,adjustment,          copay,                  balance,                                        detail)

         select        paymenttype,null,  null,   isnull(adjustment,0),isnull(appliedamount,0),0-(isnull(adjustment,0)+isnull(appliedamount,0)),   ''

         from PatVisitPayment

         where mr_no=@mr_no and case_no=@case_no and paymenttype in ('copay','coinsurance','deductible')

sp_job_summary的改动:

1、注释掉了这句

  --update @payer_flag_list set idx=1 where flag<>'Processed as Secondary'

  idx=1 表示是主保险

2、修改了payer的显示顺序update @payment_header_list set idx=99 where idx is null

sp_complete_job_pay的改动:

1、改了pay_status的处理

update payment set pay_status='Completed' where claim_no in ( select claim_no from claims where job_no=@job_no and state not in ('Denied','Deleted')) and isnull(pay_status,'')<>'Deleted'

更新的文件

│ 

├─sql

│      hosp_sp.sql

│     

└─web

    ├─bin

    │      Business.dll

    │      Business.pdb

    │      DataAccess.dll

    │      DataAccess.pdb

    │      Web.dll

    │      Web.pdb

    │     

    └─scripts

        └─billingservice

                visit_list.js

               

更新的问题

1、修改了invoice的copay的处理。

2、修改了payment summary的主保险的判断。

这里的applied大于allowed?

3、修改了payment summary的显示顺序。

4、payment list 加了 notes。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

月巴月巴白勺合鸟月半

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值