APIs

Show:

Popup for creating billing codes

Methods

getAdjReasonCodeID

(
  • val
)
Int

With supplied code, find model and retrieve id to set in billing code model

Parameters:

  • val String

    carc_code

Returns:

Int:

returns ClaimAdjustmentReasonCodeModel carc_id

handleAdjGroupReasonDisplay

() Undefined

Shows or hides the Adjustment Group/Reason Code portion of the form. Form is only shown when: Bill Type = Insurance Code Type = Adjustment Entry Type = Credit

Any other choice will clear any existing choices, and hide this portion of the form.

Returns:

Undefined:

undefined

handleEditBillCodePopup

() Undefined

Edit Custom Transaction Code - ONLY Claim Adjustment Group/Reason Codes can be edited.

Returns:

Undefined:

undefined

onSearchAdjReasonCodes

() Undefined

Search Adjustment Reason Codes if needed

Returns:

Undefined:

undefined

showHidePaymentType

() Undefined

Shows or hides the Payment Type radio group based on the values of the Bill Type and Code Type selections.

If Bill Type == "Patient" and Code Type == "Payment" then SHOW Payment Type. Otherwise HIDE.

Returns:

Undefined:

undefined

validateAdjustmentReasonCode

(
  • val
)
Object

Validates Claim adjustment reason code

Parameters:

  • val String

    carc_code

Returns:

Object:

awa.mvc.Model returns ClaimAdjustmentReasonCodeModel model