예제 #1
0
foreach ($custom_field_list as $custom_field) {
    $field_name = $custom_field->fieldName;
    echo $field_name;
    echo "<br>";
}
echo "<hr>";
echo "<br><br>";
# Infection report settings
echo "<b>" . $LANG_ARRAY['lab_config_home']['MENU_INFECTION'] . "</b>";
echo "<br><br>";
LangUtil::setPageId("lab_config_home");
$page_elems->getAggregateReportSummary($lab_config);
echo "<hr>";
echo "<br><br>";
# User accounts
echo "<b>" . $LANG_ARRAY['lab_config_home']['MENU_USERS'] . "</b>";
echo "<br><br>";
$user_list = $lab_config->getUsers();
$page_elems->getLabUsersTable($user_list, $lab_config_id, true);
echo "<hr>";
echo "<br><br>";
# TATs values
echo "<b>" . $LANG_ARRAY['lab_config_home']['MENU_TAT'] . "</b>";
echo "<br><br>";
$page_elems->getGetGoalTatTable($lab_config->id);
echo "<br><br>";
echo "<hr>";
?>
</div>
<?php 
SessionUtil::restore($saved_session);