Setup script bootstrapped with new theme selector - Take 2 (#2139)
[openemr.git] / library / classes / Person.class.php
blobd7b080e980aff13f8ce9580201063edcc0e94062
1 <?php
2 /************************************************************************
3 pharmacy.php - Copyright duhlman
5 /usr/share/apps/umbrello/headings/heading.php
7 This file was generated on %date% at %time%
8 The original location of this file is /home/duhlman/uml-generated-code/prescription.php
9 **************************************************************************/
11 /**
12 * class Person
15 class Person
17 var $id;
18 var $last_name;
19 var $first_name;
20 var $user_name;
22 /**
23 * Constructor sets all Prescription attributes to their default value
25 function __construct($id = "", $prefix = "")
27 $this->id = $id;
30 function populate()
33 } // end of Person