工作记录 2017-02-03

工作记录 2017-02-03

|----|---------------------------------------------------|------|
| 序号 | 工作 | 相关人员 |
| 1 | 修改DataExport和BillingJobPoster。 修改邮件上的问题。 更新RD服务器。 | 郝 |

更新的问题

1、"Insurance Name" 改为 "IPA/Group Name",有11处改动。

2、增加了ListPmInsurance的处理。

2.1、DataExport 的配置中增加了ListPmInsurance的处理。

2.2、BillingJobPoster中增加了的ListPmInsurance的导入,具体的处理在HOSP库的存储过程sp_import_ListPmInsurance中。

2.3、修改了Patient Insurance detail 页面。增加了Group Name、Relationship、Last Name、First Name、Middle、DOB、Capitation。

Insurance Plan后面的那个按钮是js框架自带的样式,如果改动会影响所有的这类输入框。

点击输入框,也可以弹出选择窗口。

2.4、修改了summary 页面。增加了Group Name、Relationship、Last Name、First Name、Middle、DOB。

3、修改了New CMS 1500 时的处理。

HOSP库的存储过程sp_get_claim_default_data的if (isnull(@patient_relationship_to_insured,'')<>'') and (@patient_relationship_to_insured<>'SELF')

识别引擎监控

Ps (iCDA LOG :剔除了43篇ASG_BLANK之后的结果):

LOG_File= 20170202.txt

BLANK_CDA/ALL= 70/775 (9.0%)

TIME_OUT= 25

SR_SCORE LOW= 28

SR_RATIO LOW AND TRANSLATION_LEN= 0

SR_RATIO LOW = 11

SR_EMPTY = 1

CHAR_RATIO LOW = 5

服务器更新

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

数据库更新:

1、在GeneDBS中执行GeneDBS.sql。

2、在Hosp库中执行HOSP.sql。

3、在Hosp库中执行HOSP_StoreProc.sql。

更新的文件:

├─BillingJobPoster

│ └─bin

│ BillingJobPoster.exe

│ BillingJobPoster.pdb

│ Business.dll

│ Business.pdb

│ DataAccess.dll

│ DataAccess.pdb

├─DataExport

│ └─bin

│ DataExport.exe

│ dataexport.xml

├─sql

│ GeneDBS.sql

│ HOSP.sql

│ HOSP_StoreProc.sql

│ readme.txt

├─testfiles

│ 20170103-20170203-.xml

└─web

├─bin

│ Business.dll

│ Business.pdb

│ DataAccess.dll

│ DataAccess.pdb

│ Web.dll

│ Web.pdb

└─scripts

└─billingservice

billing.js

bill_pub.js

historical.js

manager.js

pat_insurance.js

pay.js

相关推荐
console.log('npc')5 分钟前
Cursor,Trae,Claude Code如何协作生产出一套前后台app?
前端·人工智能·react.js·设计模式·ai·langchain·ai编程
乌拉那拉丹18 分钟前
vue3 配置跨域 (vite.config.ts中配置)
前端·vue.js
happymaker062622 分钟前
web前端学习日记——DAY01(HTML基本标签)
前端·学习·html
笨笨狗吞噬者25 分钟前
【uniapp】小程序支持分包引用分包 node_modules 依赖产物打包到分包中
前端·微信小程序·uni-app
悟空瞎说36 分钟前
Electron 踩坑实录:主窗口 icon 配置了,打包 Windows 后死活不显示?(全网最细排查+解决方案)
前端
Lee川1 小时前
Vue Router 4 核心精讲:从原理到面试实战
前端·vue.js
树上有只程序猿1 小时前
2026年,学“前端”还有前途吗?
前端
我命由我123451 小时前
JS 开发问题:url.includes is not a function
开发语言·前端·javascript·html·ecmascript·html5·js
weixin199701080161 小时前
义乌购商品详情页前端性能优化实战
前端·性能优化
汪啊汪1 小时前
Day 3:Hooks 原理
前端