工作记录 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

相关推荐
kyriewen1 小时前
Anthropic 估值逼近万亿美元,Claude Sonnet 5 + Claude Science 一天两连发
前端·ai编程·claude
小徐_23333 小时前
Wot UI 2.2.0 发布:Button 新增 subtle,VideoPreview 预览体验继续增强
前端·微信小程序·uni-app
天蓝色的鱼鱼5 小时前
关于 CSS 你可能不知道的属性,但关键时刻很有用
前端·css
泯泷6 小时前
第 2 篇:设计第一套字节码:Opcode、Instruction 与 Constant Pool
前端·javascript·安全
妙码生花6 小时前
从 PHP 到 AI + Golang,程序员自救转型手记(十五):优化细节、网络请求封装
前端·后端·ai编程
泯泷6 小时前
第 1 篇:从 1 + 2 开始:亲手写出第一台 JSVM
前端·javascript·安全
团团崽_七分甜6 小时前
Spring Boot 核心知识点总结
前端
lichenyang4536 小时前
从一个按钮开始,理解 ASCF 框架到底在做什么
前端
古夕6 小时前
第三方 SSO 接入实践:redirect_uri 编码、回调一致性与跨项目联调
前端·vue.js