FreeMED Opensource EMR/PM Software | Index Extract the facility key from the procedure key. Creates a fax object. Callback to allow custom fax controls (for addressbook, et cetera). Create Javascript alerts for finished faxes.
The FreeMED implementation of FreeB::FBBillingContact. FreeMED implementation of FreeB::FBBillingService FreeMEDs implementation of FreeB::FBClearingHouse. FreeMEDs implementation of FreeB::FBFacility. The FreeMED implementation of FreeB::FBInsured. Check to see whether an entry exists in a particular interference map. Retrieve ending hour for booking in the scheduler. Create an “interference map” which allows the system to determine which appointments may conflict with others based on several criteria. Form a human readable time string from an hour and a minute. Scroll a given date forward by a month Scroll a given date back by a month Retrieve starting hour for booking in the scheduler. Args: $key $key The name of the key whose value to get Returns an associative array for the next table row of an SQL result. Get data element value associated with the currently loaded data set.
Find authorizations based on a coverage id Look up list of appointments for specified day and provider.
Given a group id, return the appointments in that group Args: (None) bcfname from the bcontact table depends on coverage being self. @param object|string $result DB_result object from a query or a string containing the name of a table. Recursively flatten multidimensional arrays into a single dimension array. Assemble seperate date fields into single SQL format date hash Creates XHTML-compliant date selection widget Create a nicely formatted date display Convert array to XHTML input type=HIDDEN tags Create an XHTML compliant number selection widget This table defines the filenames that are associated with the font descriptions. Superclass stub for basic add/modify form capabilities. Builds the table used by the add/mod form methods, and returns it as an associative array which is passed to html_form::form_table. Creates a pre-formatted simple table for displaying HTML forms List of form variables which need to be used in the add or modify forms.
XML-RPC provider-related methods. Administration module superclass. Wrapper for internal version of Agata Reports (5 final, forked). Wrapper for Agata Reports 7.x (official version) Superclass for authentication. FreeMED authentication via HTTP basic auth Classic FreeMED authentication via password. Handle all aspects of authorizations for patient visits. Basic FreeMED module class. Allows access to functions involving the internal FreeMED claim log, which is used by the system to track billing, rebilling, bill keys, et cetera. Class encapsulating insurance coverage. Handle comma-separated values format Wrapper class to handle Djvu documents. Electronic Medical Record module superclass. Allows for CLI plugins to extend FreeMED functionality This is the FreeMED fax transmission API, and is used to send faxes using the HylaFax fax system. Use XML templates to fill out information on PDF forms. Maintain cached list of XML templates for filling out PDF forms. Class used by FreeMED to determine if its components are in working order. Normalizing graph for trending data points over time Class container for source of patient payment (another person.) Superclass to encapsulate HL7 v2.3 message handlers. Class container for Insurance Company. Class to handle FreeMED’s language registry, built from entries in FreeMED’s “locale” folder. Handle logging to FreeMED’s internal event log. Database table maintenance module superclass. Handle compositing of multiple PDF files HL7 v2.3 compatible generic parser Patient object container. Class container for a “payer” in the system. Class object wrapper for physician/provider. Handle individual table row locking. Communication and document creation class for interfacing with a REMITT server. Wrapper for rxlist.com formulary access. Holds methods for dealing with calendar ans scheduling appointments. LaTeX rendering class. Class container for FreeMED user information. Class to encapsulate a single vCalendar event. Create alternating texts. Creates the ADD/RETURN TO MENU bar present in most FreeMED modules. Creates an XHTML facility selection widget. Creates a paginated list display based on formatting data for a particular result set. Create an XHTML selection box Export FreeMED database table to a file Get next valid SQL format date (YYYY-MM-DD) Get previous date in SQL format (YYYY-MM-DD) Import an SQL table into FreeMED
Get the patient’s full name. Form full name of physician/provider. Type: function<br> Name: html_checkboxes<br> Date: 24.Feb.2003<br> Purpose: Prints out a list of checkbox input types<br> Input:<br> Type: function<br> Name: html_radios<br> Date: 24.Feb.2003<br> Purpose: Prints out a list of radio input types<br> Input:<br> Name: assign<br> Purpose: assign a value to a template variable @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} (Smarty online manual) @param array Format: array(‘var’ => variable name, ‘value’ => value to assign) @param Smarty |