Home > Geeky, Uni > Simple things

Simple things

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.

Geeky, Uni , , , ,

  1. No comments yet.
  1. No trackbacks yet.