modules/ procedure. emr. module.php

Summary
Create authorizations select widget for the specified patient ID
Associated method to provide interface for billing rules

Functions

GetAuthorizations

function GetAuthorizations($patid)

Create authorizations select widget for the specified patient ID

Parameters

$patidPatient ID number

Returns

HTML widget

RuleInterface

function RuleInterface ($type)

Associated method to provide interface for billing rules

Parameters

$clause’if’ or ‘then’

Returns

Array with the following array type as each element

  • [0] - field name
  • [1] - equivalence / assignment choices (array)
  • [2] - widget
function GetAuthorizations($patid)
Create authorizations select widget for the specified patient ID
function RuleInterface ($type)
Associated method to provide interface for billing rules