示例#1
0
        echo $style_string;
        ?>
><?php 
        echo $specimen->getTypeName();
        ?>
</td>
				<td <?php 
        echo $style_string;
        ?>
><?php 
        echo $cost["amount"];
        ?>
</td>
				<?php 
        if ($testHasBeenBilled) {
            $assoc = BillsTestsAssociationObject::loadByTestId($test->testId, $_SESSION['lab_config_id']);
            ?>
					<td> <a href="bill_review.php?bill_id=<?php 
            echo $assoc->getBillId();
            ?>
">View Associated Bill</a> </td>
				<?php 
        } else {
            ?>
					<td <?php 
            echo $style_string;
            ?>
><input name='test_checkboxes[]' type='checkbox' value='<?php 
            echo $test->testId;
            ?>
'></input></td>