流程圖
工作記錄 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