Archive

Posts Tagged ‘Medical’

Simple things

June 4th, 2008 No comments

With 4 and a bit days to go till my exams start today I finished my final PBL scenario of the year (alcoholic liver disease). Personally I considered it a horrid final scenario but wonder if the idea was to put us off drinking too much following the exam. Good luck.

Whilst finishing the questions I came across a sentence about liver function tests that I felt just had to be explained like so:

if ($g_gt > G_GT_NORM) AND ($alk_phos == ALK_P_NORM)
{
$patient = “boozer”;
}
else
{
$patient = “complicated”;
}
die($patient);

I felt like I needed to come on here and reflect upon the sadness (and difficulties, I made many mistakes!) of writing code in my notes. In conclusion I’ve decided the stress has finally got to me.
Read more…

Categories: Geeky, Uni Tags: , , , ,