New onsite patient portal, take 4.
[openemr.git] / portal / patient / libs / Model / DAO / OnsiteActivityViewDAO.php
blob981daa5a1bfde72966a2bb0b41bd1c66739b7c54
1 <?php
2 /** @package Openemr::Model::DAO */
4 /**
6 * Copyright (C) 2016-2017 Jerry Padgett <sjpadgett@gmail.com>
8 * LICENSE: This program is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU Affero General Public License as
10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU Affero General Public License for more details.
18 * You should have received a copy of the GNU Affero General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 * @package OpenEMR
22 * @author Jerry Padgett <sjpadgett@gmail.com>
23 * @link http://www.open-emr.org
26 /** import supporting libraries */
27 require_once("verysimple/Phreeze/Phreezable.php");
28 require_once("OnsiteActivityViewMap.php");
30 /**
31 * OnsiteActivityViewDAO provides object-oriented access to the onsite_activity_view table. This
32 * class is automatically generated by ClassBuilder.
34 * WARNING: THIS IS AN AUTO-GENERATED FILE
36 * This file should generally not be edited by hand except in special circumstances.
37 * Add any custom business logic to the Model class which is extended from this DAO class.
38 * Leaving this file alone will allow easy re-generation of all DAOs in the event of schema changes
40 * @package Openemr::Model::DAO
41 * @author ClassBuilder
42 * @version 1.0
44 class OnsiteActivityViewDAO extends Phreezable
46 /** @var int */
47 public $Id;
49 /** @var date */
50 public $Date;
52 /** @var int */
53 public $PatientId;
55 /** @var string */
56 public $Activity;
58 /** @var int */
59 public $RequireAudit;
61 /** @var string */
62 public $PendingAction;
64 /** @var string */
65 public $ActionTaken;
67 /** @var string */
68 public $Status;
70 /** @var longtext */
71 public $Narrative;
73 /** @var longtext */
74 public $TableAction;
76 /** @var longtext */
77 public $TableArgs;
79 /** @var int */
80 public $ActionUser;
82 /** @var date */
83 public $ActionTakenTime;
85 /** @var longtext */
86 public $Checksum;
88 /** @var string */
89 public $Title;
91 /** @var string */
92 public $Fname;
94 /** @var string */
95 public $Lname;
97 /** @var string */
98 public $Mname;
100 /** @var date */
101 public $Dob;
103 /** @var string */
104 public $Ss;
106 /** @var string */
107 public $Street;
109 /** @var string */
110 public $PostalCode;
112 /** @var string */
113 public $City;
115 /** @var string */
116 public $State;
118 /** @var string */
119 public $Referrerid;
121 /** @var int */
122 public $Providerid;
124 /** @var int */
125 public $RefProviderid;
127 /** @var string */
128 public $Pubpid;
130 /** @var int */
131 public $CareTeam;
133 /** @var string */
134 public $Username;
136 /** @var int */
137 public $Authorized;
139 /** @var string */
140 public $Ufname;
142 /** @var string */
143 public $Umname;
145 /** @var string */
146 public $Ulname;
148 /** @var string */
149 public $Facility;
151 /** @var int */
152 public $Active;
154 /** @var string */
155 public $Utitle;
157 /** @var string */
158 public $PhysicianType;