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

相关推荐
IT_陈寒1 小时前
Python装饰器把我坑惨了,原来这样用才不掉链子
前端·人工智能·后端
界面开发小八哥1 小时前
界面控件DevExpress XAF v26.1新版亮点——AI Agent Skills
ai·c#·跨平台·devexpress·ui开发·xaf
程序员爱钓鱼1 小时前
Rust Associated Type关联类型详解:为Trait定义内部类型
前端·后端·rust
csdn_aspnet1 小时前
C# 高效便利的处理数据
开发语言·windows·c#
淡海水1 小时前
03-02-线性-List-T-动态数组布局-扩容与操作成本
数据结构·windows·c#·list·编译·clr·机器码
zh_xuan2 小时前
个人主页左侧菜单支持分组,以及菜单显示和隐藏
前端·javascript·css
Emily156853598705 小时前
Emerson 1C31129G03 Analog Input Module
java·开发语言·前端·plc·emerson·1c31129g03·input module
To_OC10 小时前
面试被问了三回三栏布局,这次我终于把 BFC 那层窗户纸捅破了
前端·css·面试
To_OC10 小时前
啃完 TS 工具类型我发现:Pick 和 Omit 原来就是一层窗户纸
前端·面试·typescript
csdn_aspnet12 小时前
C# 在逗号分割的字符串中判断是否包含指定字符
c#·正则·linq·string·regex·contains