コード例 #1
0
ファイル: show_drg.php プロジェクト: patmark/care2x-tz
* CARE2X Integrated Hospital Information System beta 2.0.1 - 2004-07-04
* GNU General Public License
* Copyright 2002,2003,2004,2005 Elpidio Latorilla
* elpidio@care2x.org, 
*
* See the file "copy_notice.txt" for the licence notice
*/
$thisfile = basename($_SERVER['PHP_SELF']);
# Create DRG object
require_once $root_path . 'include/care_api_classes/class_drg.php';
$obj = new DRG();
//$db->debug=1;
if (!isset($mode)) {
    $mode = 'show';
}
require './include/init_show.php';
if ($parent_admit) {
    # Get the DRG records data of this encounter
    $drg_obj =& $obj->encDRGList($_SESSION['sess_en']);
} else {
    # Get all DRG records  of this person
    $drg_obj =& $obj->pidDRGList($_SESSION['sess_pid']);
}
$rows = $obj->LastRecordCount();
//echo $obj->getLastQuery();
$subtitle = $LDDRG;
$_SESSION['sess_file_return'] = $thisfile;
$buffer = str_replace('~tag~', $title . ' ' . $name_last, $LDNoRecordFor);
$norecordyet = str_replace('~obj~', strtolower($subtitle), $buffer);
/* Load GUI page */
require './gui_bridge/default/gui_show.php';
コード例 #2
0
ファイル: drg-quicklist.php プロジェクト: patmark/care2x-tz
        $save_related = 1;
        $element_related = "related_ops";
        $hidselector = 'ops_px';
        break;
    default:
        header("location:" . $root_path . "language/" . $lang . "/lang_" . $lang . "_invalid-access-warning.php?mode=close");
        exit;
}
$toggle = 0;
$thisfile = "drg-quicklist.php";
if ($mode == 'save') {
    $itemselector = 'sel';
    include $root_path . 'include/inc_drg_entry_save.php';
} else {
    if ($qlist_obj = $DRG_obj->DeptQuicklist($target, $dept_nr)) {
        $linecount = $DRG_obj->LastRecordCount();
    }
}
?>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<?php 
html_rtl($lang);
?>
<HEAD>
<?php 
echo setCharSet();
?>
 <TITLE><?php 
echo "{$LDQuickList} {$title}";
?>
</TITLE>