Commit generated changelog for 7.0.2.1 (#7458)
[openemr.git] / library / classes / Person.class.php
blob9163553a702d14e343b76a0050a1622da7136f86
1 <?php
3 /************************************************************************
4 pharmacy.php - Copyright duhlman
6 /usr/share/apps/umbrello/headings/heading.php
8 This file was generated on %date% at %time%
9 The original location of this file is /home/duhlman/uml-generated-code/prescription.php
10 **************************************************************************/
12 /**
13 * class Person
16 class Person
18 var $id;
19 var $last_name;
20 var $first_name;
21 var $user_name;
23 /**
24 * Constructor sets all Prescription attributes to their default value
26 function __construct($id = "", $prefix = "")
28 $this->id = $id;
31 function populate()
34 } // end of Person