工作记录 2017-03-07

工作记录 2017-03-07

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

更新的问题

1、增加了2个菜单Global Fee Category、Global Fee List。

2、增加了Global Fee Category页面。

3、增加了Global Fee List页面。

我在把邮件上的文件生成导入数据库的sql脚本时,有些细节还不清楚:

Medi-Cal rates_excel:

生成sql脚本时 payer id(Global Fee Category)用哪个?

execl中的Proc Type 列是

"E" Local Educational Agency

"F" EAPC

"G" AIDS Waiver

"I" Injection

"J" Anesthesia

"K" Primary Surgeon

"L" Radiology

"M" Pathology and Clinical Laboratory

"N" Medicine

"O" Assistant Surgeon

"P" Podiatrist

"Q" Psychology Services for Mental Health Expansion

"1" Allied Health and other programs

"3" Vision Care

我在生成sql脚本时,这个Proc Type 是global_fee_structure的type字段?

Medicare.xlsx:

生成sql脚本时 payer id(Global Fee Category)用哪个?

Notes列为'#' ,global_fee_structure的type字段插入'0',

Notes列为空 ,global_fee_structure的type字段插入'1'。

这里的这个'1' 会不会和 Medi-Cal的 "1" Allied Health and other programs,冲突?

4、修改了Pending Payments、Payment Posted、All A/R Accounts页面,加了reset按钮。

5、修改了Job List/Claim List的默认排序,有颜色的排在最前。

识别引擎监控

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

LOG_File= 20170306.txt

BLANK_CDA/ALL= 48/741 (6.5%)

TIME_OUT= 10

SR_SCORE LOW= 13

SR_RATIO LOW AND TRANSLATION_LEN= 3

SR_RATIO LOW = 20

SR_EMPTY = 0

CHAR_RATIO LOW = 2

服务器更新

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

数据库更新:

1、在GeneDBS库中执行genedbs.sql。

增加了2个菜单 Global Fee Category、Global Fee List

增加了2个表 global_fee_structure_category、global_fee_structure

更新的文件

├─sql

│ genedbs.sql

│ readme.txt

└─web

├─bin

│ Business.dll

│ Business.pdb

│ DataAccess.dll

│ DataAccess.pdb

│ Web.dll

│ Web.pdb

└─scripts

│ pub.js

└─billingservice

billing.js

claim.js

manager.js

Statistical.js

相关推荐
未孤_有青山17 小时前
库卡机器人通讯-EtherKRL-XML格式
xml·c#
課代表18 小时前
VB.NET 与 C# 文件操作文本到二进制文件的读写
c#·二进制文件·vb.net·streamwriter·文本文件·读写·streamreader
我是唐青枫18 小时前
C#.NET Cronos 实战:优雅解析与执行 Cron 表达式
c#·.net
还是大剑师兰特18 小时前
C#面试题及详细答案120道(41-50)-- 异常处理
c#·大剑师
Hare_bai19 小时前
WPF的MVVM模式核心架构与实现细节
ui·架构·c#·wpf·交互·xaml·mvvm
星夜泊客19 小时前
C# 中的空条件运算符(?.)与空合并运算符(??)详解
c#·空条件运算符·语法糖
作孽就得先起床19 小时前
c#调Lua返回个字符串
unity·c#·lua·xlua
Jackson@ML20 小时前
在macOS上搭建C#集成开发环境指南
开发语言·macos·c#
月光双刀20 小时前
给旧版 .NET 也开一扇“私有之门”——ILAccess.Fody 实现原理与设计
c#·.net·fody·il·mono.cecil
张人玉20 小时前
WPF 静态样式与动态样式的定义及使用详解
ui·c#·wpf