Retrieve description of current user.
function getDescription ( $no_parameters = "" )
Get the provider associated with the current user object.
function getPhysician ( $no_parameters = "" )
Get list of faxes in queue to check
function getFaxesInQueue ( )
Gives stored description of fax in queue by id number.
function getFaxDescription ( $fid )
function getFaxDetails ( $fid )
Set a fax to be in the queue to check.
function setFaxInQueue ( $fid, $patient, $number, $module = NULL, $record = NULL, $info = NULL )
function removeFaxFromQueue ( $id )
Create Javascript alerts for finished faxes.
function faxNotify ( )
Retrieves the user name.
function getName ( $no_parameters = "" )
Determines if the user is classified as a physician/provider.
function isPhysician ( $no_parameters = "" )
Set password for specified user id
function setPassword ( $password, $user_id )
Retrieve a user configuration variable by key.
function getManageConfig ( $key )
Determines how many new unread messages exist in the system for this user.
function newMessages ()
Creates user database table and populates it with required data.
function init( $adminpassword )