|
|
@@ -730,6 +730,9 @@ namespace PTMedicalInsurance.Business
|
|
|
decimal ybAmt, psnAcctAmt, hospAmt, psnCashAmt, medFee, commercialReimamt, commercialRenflag;
|
|
|
try
|
|
|
{
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
commercialRenflag = getFee(jo, "commercial_renflag");
|
|
|
commercialReimamt = getFee(jo, "commercial_reimamt");
|
|
|
|
|
|
@@ -746,6 +749,7 @@ namespace PTMedicalInsurance.Business
|
|
|
+ getFee(jo, "cvlserv_pay")
|
|
|
+ getFee(jo, "maf_pay")
|
|
|
+ getFee(jo, "oth_pay");
|
|
|
+
|
|
|
|
|
|
psnAcctAmt = getFee(jo, "acct_pay");
|
|
|
psnCashAmt = getFee(jo, "psn_cash_pay");
|