Company Profile

People working in this practice:

'; while ($row1 = pg_fetch_assoc($stmt1)) { $role = $row1['role']; if ($row1['role'] == 'a') $role = 'Admin'; if ($row1['role'] == 'u') $role = 'Office Staff'; if ($row1['role'] == 'c') $role = 'General Purpose User'; if ($row1['role'] == 'd') $role = 'Trusted Doctor'; if ($row1['role'] == 'h') $role = 'Admin + Trusted Doctor'; if ($row1['role'] == 'p') $role = 'Patient'; echo ' '; } echo '
Select Login Email Name Message Team Invitation Code Used Role Last Update By Last Updated Date Last Login Time
' . $row1['login_email'] . ' ' . $row1['first_name'] . ' ' . $row1['invitation_code_used'] . ' ' . $row1['last_update_by_name'] . ' ' . date('M d Y H:i', strtotime($row1['last_updated_date'])) . ' ' . date('M d Y H:i', strtotime($row1['last_login_time'])) . '
'; pg_free_result($stmt1); } pg_close($conn); ?>

Enter the email address of the person you want to join your practice and select their role: View invited users

Please share invitation codes below with people who can join your practice:

Help choosing role
'; while ($row1 = pg_fetch_assoc($stmt1)) { $invitation_code_data = $row1; $accepting_new_users = $row1['accepting_new_users']; if ($row1['accepting_new_users'] == 'Y') $accepting_new_users = 'Yes'; if ($row1['accepting_new_users'] == 'N') $accepting_new_users = 'No'; echo ' '; //$lastsno=$idata[0]; } echo '
Company Name Admin + Doctor Invitation Code Admin Invitation Code Doctor\'s Invitation Code Office Staff Invitation Code Common User Invitation Code Accepting New Users
' . $row1['company_name'] . ' ' . $row1['admin_plus_td_invitation_code'] . ' ' . $row1['admin_invitation_code'] . ' ' . $row1['td_invitation_code'] . ' ' . $row1['user_invitation_code'] . ' ' . $row1['common_user_invitation_code'] . ' ' . $accepting_new_users . '
'; echo ' '; pg_free_result($stmt1); } else if (isset($_SESSION["smiley_uid"])) { echo ' '; } pg_close($conn); ?>