Convert LDAP / Active Directory authentication to use native PHP LDAP… (#2746)
[openemr.git] / contrib / forms / nursing_notes / new.php
blob9330b450801fc4b110516a20babd5f738e1df7f4
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 require_once("../../globals.php");
8 require_once("$srcdir/api.inc");
10 require("C_FormNursingNotes.class.php");
12 $c = new C_FormNursingNotes();
13 echo $c->default_action();