FreeMED Opensource EMR/PM Software |
FreeMED. PatientPatient object container. Summary
dateOfBirth
Determine patient’s date of birth. ReturnsString representation of patient’s date of birth, using fm_date_print format. |
Produces a user-friendly age description.
function age ( $date_to = "" )
Produces a numeric age value.
function numericAge ( )
Determine last procedure date for this patient object.
function date_of_last_procedure ( )
Get the patient’s full name.
function fullName ( $with_dob = false )
Convert record into textual representation.
function to_text ( $id = )
Determine patient’s city/state/zip address line.
function cityStateZip ( )
Determine patient’s date of birth.
function dateOfBirth ( $no_parameters = "" )
Get short date of birth output.
function dateOfBirthShort ( )
Determine patient’s database table id number.
function idNumber ( )
Determine patient’s employment status.
function isEmployed ( )
Determine whether patient is female.
function isFemale ( )
Determine whether patient is male.
function isMale ( )
Formatted phone number string
function phoneNumber ( )
Get list of patient id keys based on first and last name provided
function get_list_by_name ( $last, $first )
Get list of procedures to bill by patient
function get_procedures_to_bill ( $by_patient = true )
Produce proper capitalization of a string.
function _fixcaps ( $string )
Create a nicely formatted date display
function fm_date_print ( $actualdate, $show_text_days = false )