Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
L
 language, Locale:: Framework
 last_record, PHP.sql
 LastName
 line, PHP. Postscript
 link_bar, template
 link_button, template
 linkify
 ListOptions, FreeMED. Remitt
 ListOutputMonths, FreeMED. Remitt
 ListOutputYears, FreeMED. Remitt
 ListPlugins, FreeMED. Remitt
 load_catalog, Locale:: Framework:: GettextXML
 LoadData, FreeMED. FormTemplate
 LoadPatient, FreeMED. FormTemplate
 location, FreeMED. vCalendarEvent
 lock_override, freemed
 locked, FreeMED. EMRModule
 LockRow, FreeMED. RecordLock
 Log, FreeMED.Log
 log_billing, FreeMED. ClaimLog
 log_event, FreeMED. ClaimLog
 log_object, freemed
 Login, FreeMED. Remitt
 lookupPatient
M
 make_js_hash
 make_js_hash_from_array
 map
 map_fit
 map_init
 mark_billed
 mark_billed_array, FreeMED. ClaimLog
 markuntranslated, PHP. GettextXML. GettextXML
 Merge_From_Translation
 metainformation, PHP. GettextXML. GettextXML
 MiddleName
 mod, FreeMED. MaintenanceModule
 module_cache, freemed
 module_check, freemed
 module_check_acl, freemed
 module_function
 module_get_meta, freemed
 module_get_value, freemed
 module_handler, freemed
 module_lookup, freemed
 module_register, freemed
 module_tables, freemed
 module_to_table, freemed
 module_version, freemed
 move_appointment, FreeMED. Scheduler
 move_group_appointment, FreeMED. Scheduler
 move_to_next_coverage, FreeMED. Ledger
 moveto, PHP. Postscript
 moveto_font, PHP. Postscript
 multimap
 multiple_choice, freemed
 MultiplePDF, FreeMED. MultiplePDF
sub language
function last_record ($result =  NULL,
$table =  NULL)
Returns the last SERIAL field to be added to a database.
function LastName ($key)
bclname from the bcontact table
Returns the last name of the provider referenced by its parameter.
function line($xcoord_from = 0,
$ycoord_from = 0,
$xcoord_to = 0,
$ycoord_to = 0,
$linewidth = 0)
Draw a line
function link_bar ($links,  
$opts =  '')
Produce XHTML group of links.
function link_button ($text,  
$url,  
$options =  NULL)
Creates an XHTML “button” for a link
function linkify ($original)
Converts email addresses and URLs into links.
function ListOptions ($type,  
$plugin,  
$media =  NULL,
$format =  NULL)
Wrapper for Remitt.Interface.ListOptions
function ListOutputMonths ($year =  NULL)
Wrapper for Remitt.Interface.GetOutputMonths
function ListOutputYears ( )
Wrapper for Remitt.Interface.GetOutputYears
function ListPlugins ($type)
Wrapper for Remitt.Interface.ListPlugins
sub load_catalog
function LoadData ($id)
Load a form_results entry into the current set.
function LoadPatient ($patient_id)
Load patient information into an XML form template.
function location ( )
Generate text location.
Determine if the current user has the ability to “override” the locking of a record.
function locked ($id,  
$quiet =  false)
Determines if record id is locked or not.
function LockRow ($row)
Lock the specified row, or renew a currently held lock.
function Log ( )
function log_billing ($billkey,  
$format,  
$target,  
$comment =  '')
Recursively log all procedures from a particular billkey as being billed NOW.
function log_event ($procedure,
$param)
Add an event to the claim log
Get log object with caching.
function Login ($username,
$password)
Logs into the Remitt server, and stores authentication data received in the session.
function lookupPatient ($module,
$id)
Get patient from other information given.
sub make_js_hash
sub make_js_hash_from_array
function map ($query)
Creates a scheduler map.
Creates a scheduler map.
function map_fit ($map,  
$time,  
$duration = 5,
$id =  -1)
Determine whether an appointment of the specified duration at the specified time will fit in the specified map.
Determine whether an appointment of the specified duration at the specified time will fit in the specified map.
function map_init ()
Creates a blank scheduler map.
Creates a blank scheduler map.
function mark_billed ( )
Allow interface to mark claims as being billed.
function mark_billed ($billkeys)
Mark all procedures in a billkey as being billed.
function mark_billed_array ($procs)
Mark all procedures in an array as being billed.
Set debugging status by adding a character or set of characters to the end of every untranslated string.
sub Merge_From_Translation
Get associated meta information for GettextXML files
function MiddleName ($key)
bcmname from the bcontact table
function MiddleName ($cov)
depends on coverage being self.
function mod()
Wrapper for _mod.
Provides global access to a PHP.module_list object with cached module information.
Determines whether a module is installed in the system, and optionally whether it is above a certain minimum versioning number.
Check to see if module is allowable via ACLs
function module_function ($module_name,  
$function,  
$params =  "")
Execute an arbitrary method in a module
Gets cached metainformation for the specified module in the module cache.
Gets a cached module value (such as “MODULE_NAME”, etc) from the module cache.
Returns the list of modules associated with a certain handler.
Lookup the module name as needed by FreeMED’s module calls, but by the class name of the module.
Registers module or newer version of module in FreeMED’s global module registry.
Get list of tables for modules.
Get table name from module name.
Get the current version number of a particular module in FreeMED from the module database table.
function move_appointment ($original,  
$data =  NULL)
Given an appointment id and data, modify an appointment record.
function move_group_appointment ($group_id,
$data)
Given a group id (for a group of appointments), modify a group of appointment records with the given data.
function move_to_next_coverage ($proc,  
$disallow =  NULL)
Moves a procedure to the next available coverage.
function moveto($xcoord,
$ycoord)
Move to coordinates
function moveto_font($xcoord,
$ycoord,
$font_name,
$font_size)
Move to coordinates and change the font
function multimap ($query,  
$selected =  -1)
Creates 3rd generation multiple scheduling map.
Creates 3rd generation multiple scheduling map.
Create a multiple-choice widget
function MultiplePDF ( )