工作记录 2017-01-06

devtools/2025/3/14 9:03:59/

工作记录 2017-01-06

序号

工作

相关人员

1

协助BPO进行Billing的工作。

修改CSV、EDI837的导入。

修改邮件上的问题。

更新RD服务器。

修改的问题:

1、

In “Full Job Summary” (patient info.), sometime, the Visit->Facility is missed, then biller manually select the “Facility”, and the job summary displays this new selected facility.? However, “New Claim” won’t bring the facility into CMS 1500 item 32.? Please check.

BillingJobPoster修改了4个地方:

   1.1 导入SAMS 数据时,修改了GENEDBS..BillingJobPool的service_dt字段处理。

   1.2 导入Amazing chart 数据时,修改了GENEDBS..BillingJobPool的service_dt字段处理。

   1.3 导入Amazing chart 数据时,修改了Facility的处理。

   1.4 导入Amazing chart 数据时,当CPT的Total amt为0时,从Fee Schedules取了Fee。

2、As listed before: Add ‘Service Date’ column (Right after Job# column) in ‘To Be Billed’ (Pending Pool), ‘Online Billing’ and ‘Missing Info’ list (Same as Historical Jobs).? And also add search criteria for ‘Service Date’ same as in Historical Jobs. ?(Also allow sorting by service date in the list same as other column).? Also move “Job Date” to the end of the list.

   Pending Pool、Online Billing、Missing Infos加了Service Date。

3、As listed before: ?In Job Summary -> patient Insurance (patinsurance table), we will need to add a new button to allow users to upload the patient insurance card (image/pdf file). And also in Job Summary page, in the insurance section, need to have link to launch this upload image.? This feature will be used right now for account 0851.  

   patient Insurance增加upload files,summary加了显示。

4、Sometime, the Service Date is missed in Job Summary, Visit page, so biller filled in manually, but the service date did not display in the “Historical Job List” or maybe “To Be Billed” etc.

   修改了  

5、As listed before, Throughout the system, change Payer # to “Payer ID”.  

   修改了  

6、As in the separated email, Add Upload button in patient demography to upload CCDA and link in Job Summary page to display the CCDA

   发布时需要在WebI下放置CDA.xsl文件

服务器更新

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

数据库更新:

1、在Hosp库中执行hosp.sql。

另: Hosp库中执行下面的sql语句,调整service_dt。注意set @acct_code 。

update BillingJob set service_dt= srve_dt from PatVisit where PatVisit.case_no=BillingJob.case_no and PatVisit.mr_no=BillingJob.mr_no and  srve_dt is not null and PatVisit.srve_dt<>BillingJob.service_dt

declare @acct_code varchar(4)

set  @acct_code ='0009'

update GENEDBS..BillingJobPool set service_dt=BillingJob.service_dt from BillingJob, GENEDBS..BillingJobPool as BillingJobPool where acct_code=@acct_code and BillingJob.job_no=BillingJobPool.job_no

更新的文件:
├─BillingJobPoster
│  │  
│  └─bin
│          BillingJobPoster.exe
│          BillingJobPoster.pdb
│          Business.dll
│          Business.pdb
│          DataAccess.dll
│          DataAccess.pdb
│          
├─patientinfo
│      CDA.xsl
│      
├─sql
│      hosp.sql
│      readme.txt
│      
└─web
    │  main.aspx
    │  
    ├─bin
    │      Business.dll
    │      Business.pdb
    │      DataAccess.dll
    │      DataAccess.pdb
    │      Web.dll
    │      Web.pdb
    │      
    └─scripts
        └─billingservice
                billing.js
                claim.js
                demographic.js
                manager.js
                pat_insurance.js
                pay.js


http://www.ppmy.cn/devtools/166977.html

相关文章

RHCE(RHCSA复习:虚拟的安装和设置)

一、安装虚拟机&#xff08;见截图&#xff09; 虚拟机放大&#xff1a;ctrlshift加号 虚拟机缩小&#xff1a;ctrl减号 连接xshell的命令&#xff1a; ssh root(加上自己的ip)虚拟机关机的命令&#xff1a; systemctl poweroff 或者init 0&#xff08;该命令很古老&#xff…

LeetCode:93. 复原 IP 地址(DFS Java)

目录 93. 复原 IP 地址 题目描述&#xff1a; 实现代码与解析&#xff1a; DFS 原理思路&#xff1a; 93. 复原 IP 地址 题目描述&#xff1a; 有效 IP 地址 正好由四个整数&#xff08;每个整数位于 0 到 255 之间组成&#xff0c;且不能含有前导 0&#xff09;&#xf…

阿里云魔笔低代码应用开发平台快速搭建教程

AI低代码&#xff0c;大模型时代应用开发新范式 什么是魔笔 介绍什么是魔笔低代码应用开发平台。 魔笔是一款面向全端&#xff08;Web、H5、全平台小程序、App&#xff09;场景的模型驱动低代码开发平台&#xff0c;提供一站式的应用全生命周期管理&#xff0c;包括可视化开发…

Spring 事务失效的 8 种场景!

在日常工作中&#xff0c;如果对Spring的事务管理功能使用不当&#xff0c;则会造成Spring事务不生效的问题。而针对Spring事务不生效的问题&#xff0c;也是在跳槽面试中被问的比较频繁的一个问题。 点击上方卡片关注我 今天&#xff0c;我们就一起梳理下有哪些场景会导致Sp…

Flutter 常用组件大全

Flutter 常用组件大全 Flutter 提供了丰富的组件来构建 UI&#xff0c;以下是常见的组件&#xff0c;按 功能类别 分类。 1️⃣ 基础布局组件 组件作用示例Container盒子容器&#xff0c;支持装饰、边距、大小Container(width: 100, height: 100, color: Colors.red)Padding内…

MySQL 技术浅析(聚簇索引、UndoLog、RedoLog、MVCC)

MySQL 核心技术深度解析 一、聚簇索引与非聚簇索引 1. 聚簇索引结构 存储方式 InnoDB 中&#xff0c;聚簇索引的叶子节点直接存储完整数据行&#xff0c;数据按主键值物理排序存储。 主键索引即数据文件&#xff0c;非叶子节点存储主键范围和子节点指针数据行与主键索引绑定&…

JavaScript class

1. 抽象类 抽象类定义之后不能被实例化&#xff0c;只能被继承&#xff0c;抽象方法定义之后&#xff0c;必须由继承类实现 abstract class Animal {name: string;constructor(name) {this.name name;}abstract say():void }class Dog extends Animal {constructor(name) {s…

小程序酒店:如何实现智能预订与在线支付?

在移动互联网快速发展的今天,酒店行业面临着前所未有的机遇与挑战。用户需求日益多样化,市场竞争愈发激烈,传统酒店预订方式已经难以满足现代消费者的需求。而小程序作为一种轻量化、便捷化的移动应用形式,正在成为酒店行业数字化转型的重要工具。通过小程序开发,酒店可以…