当前位置: 首页 > news >正文

一张Billing项目的流程图

流程图

工作记录 2016-11-11

序号

工作

相关人员

1

修改Payment Posted的导出。

Claim List的页面加了导出。

Historical Job 加了Applied的显示和详细。

识别引擎监控

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

    LOG_File= 20161110.txt

    BLANK_CDA/ALL= 45/1098 (4.1%)

        TIME_OUT= 14

        SR_SCORE LOW= 12

        SR_RATIO LOW AND TRANSLATION_LEN= 4

        SR_RATIO LOW = 12

        SR_EMPTY = 1

        CHAR_RATIO LOW = 2

服务器更新

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

据库更新:
数据库没有更新。

更新的文件:
└─web
    │  main.aspx
    │ 
    ├─bin
    │      Business.dll
    │      Business.pdb
    │      DataAccess.dll
    │      DataAccess.pdb
    │      Web.dll
    │      Web.pdb
    │     
    └─scripts
        └─billingservice
                historical.js
                new_job.js                


修改的问题

1、Add the Claim # column in the historical page
Modified


2、Historical Jobs: Sorting not working for Billed Amount and Applied Amount
Modified

3、Historical Export page, if the patient has multiple? procedures it needs to be listed on every entry not just the first
Modified
4、Remove the Payment # column
Modified
5、Remove the Total row
Modified

Claim List的页面加了导出:

Historical Job 加了Applied的显示和详细:

Under Hospxxx database, for the table “BillingJob”, we need to add 7 new fields:

Other_ID - Store the unique ID from SAMS patmas.xml – Patvisit.BillingJobList.BillingNo, this number is more like our Job_No in the SAMS, we will use this ID to link with their Claim and Payment.

Other_Claimno,

Other_BilledAmount,

Other_BilledDate,

Other_Payername

Other_AppliedAmount

Other_AppliedDate

These above 6 new fields will be imported from new XML fetched from SAMS (I will talk you the detail field names after we generate Claim.XML and Payment.XML)

So in the “historical job list”, for these “Discard” job, we will just directly display these fields from “BillingJob” table, or if the job completed by us, then we will get the info. from our own claim and payment tables.

Need to extend the exported Excel sheet: MRN, Patient Name, DOS, Insurance (Payer Name), CPT, Claim No, Billed Amount, Billed Date, Applied Amount, Applied Date

http://www.dtcms.com/a/216490.html

相关文章:

  • opencv(C++) 图像滤波
  • AR眼镜+AI视频盒子+视频监控联网平台:消防救援的智能革命
  • FileZillaServer(1) -- 记录
  • 模型可信度
  • 详解Kubernetes Scheduler 的调度策略
  • 基于 STM32 的农村污水处理控制系统设计与实现
  • HTML 表单与输入:基础语法到核心应用全解析
  • Kotlin 实战:Android 设备语言与国家地区的 5 种获取方式
  • 说说 Kotlin 中的 Any 与 Java 中的 Object 有何异同?
  • 国标GB28181视频平台EasyGBS助力公交/客运搭建全场景实时监控安全管理
  • 对于ARM开发各种手册的分类
  • 在springboot,禁止查询数据库种的某字段
  • 如何将 PDF 文件中的文本提取为 YAML(教程)
  • 代码随想录算法训练营 Day58 图论Ⅷ 拓扑排序 Dijkstra
  • 前端vue中使用signalr
  • Windows系统下 NVM 安装 Node.js 及版本切换实战指南
  • 如何实现高性能超低延迟的RTSP或RTMP播放器
  • Modbus通信中的延迟和时间间隔详解
  • KT6368A通过蓝牙芯片获取手机时间详细说明,对应串口指令举例
  • Spring Boot整合JWT实现认证与授权
  • 【C++】封装哈希表实现 unordered_map、unordered_set
  • 算力中心:数字经济发展的新引擎
  • 在 Linux 系统上连接 GitHub 的方法 (适用2025年)
  • Git安装后配置Gitee发现C盘下无.ssh
  • git 命令之-git cherry-pick
  • 【Webtrees 手册】第 9 章 - 开发指南
  • SOC-ESP32S3部分​​​​​​​:15-PWM脉冲宽度调制
  • 赋能低空经济 | 奇妙智能已掌握AI+无人机智慧巡检技术
  • 浅谈Mysql的MVCC机制(RC与RR隔离级别)
  • 定时清理流媒体服务器录像自动化bash脚本