APIs

Show:

Popup for appointment insurance verification actions.

Methods

onAppointmentApprove

() Undefined

click #ins_verify_approve

Returns:

Undefined:

onAppointmentDeny

() Undefined

click #ins_verify_deny

Returns:

Undefined:

onAppointmentVerify

() Undefined

Called when the user clicks the Verify link.

click #ins_verify_action

Returns:

Undefined:

open

(
  • event
)
Undefined

Called to open the popup menu frame.

Parameters:

  • event Event

    DOM Event

Returns:

Undefined:

render

(
  • apt_id
  • xpos
  • ypos
)
Undefined

Render the popup menu frame.

Parameters:

  • apt_id Integer

    Id of appointment

  • xpos Integer

    X Position

  • ypos Integer

    Y Position

Returns:

Undefined:

showPopup

(
  • appointment
)
Undefined

This actually presents the popup on the screen after the appointment data has been fetched.

Parameters:

  • appointment Object

    Appointment object

Returns:

Undefined: