Exemple #1
0
echo $LDBy;
?>
</b></td>
<?php 
if ($display == "composite") {
    ?>
 		<td><font size=2 color=#ffffff>&nbsp;</td>
<?php 
}
?>
    	</tr>

<?php 
if (is_object($drg)) {
    # Load the diagnosis categories
    if ($cat_obj =& $DRG_obj->DiagnosisCategories()) {
        $cat_ok = true;
    } else {
        $cat_ok = false;
    }
    # Load the localization types
    if ($loc_obj =& $DRG_obj->LocalizationTypes()) {
        $loc_ok = true;
    } else {
        $loc_ok = false;
    }
    while ($icd = $drg->FetchRow()) {
        # Start creating the display
        if ($icd['category_nr'] == "1") {
            $fcolor = "#0000ff";
        } else {