Merge branch 'master' of git://github.com/openemr/openemr
[openemr.git] / contrib / forms / patient_instruction / view.php
blob00f48c856318a27208cf774c02c4041418f488e4
1 <?php
2 // Copyright (C) 2009 Aron Racho <aron@mi-squared.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 include_once("../../globals.php");
8 include_once("$srcdir/api.inc");
10 require ("C_FormPatientInstruction.class.php");
12 $c = new C_FormPatientInstruction();
13 echo $c->view_action($_GET['id']);