fix: allow viewing of fee sheet items if billing.billed is null (#7808)
[openemr.git] / portal / patient / libs / Model / DAO / OnsiteActivityViewDAO.php
blob0aa9b8ebc3322935cd4dd6d281c8a8c01468c31f
1 <?php
3 /**
4 * OnsiteActivityViewDAO.php
6 * @package OpenEMR
7 * @link https://www.open-emr.org
8 * @author Jerry Padgett <sjpadgett@gmail.com>
9 * @copyright Copyright (c) 2016-2017 Jerry Padgett <sjpadgett@gmail.com>
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
13 /** import supporting libraries */
14 require_once("verysimple/Phreeze/Phreezable.php");
15 require_once("OnsiteActivityViewMap.php");
17 /**
18 * OnsiteActivityViewDAO provides object-oriented access to the onsite_activity_view table. This
19 * class is automatically generated by ClassBuilder.
21 * WARNING: THIS IS AN AUTO-GENERATED FILE
23 * This file should generally not be edited by hand except in special circumstances.
24 * Add any custom business logic to the Model class which is extended from this DAO class.
25 * Leaving this file alone will allow easy re-generation of all DAOs in the event of schema changes
27 * @package Openemr::Model::DAO
28 * @author ClassBuilder
29 * @version 1.0
31 class OnsiteActivityViewDAO extends Phreezable
33 /** @var int */
34 public $Id;
36 /** @var date */
37 public $Date;
39 /** @var int */
40 public $PatientId;
42 /** @var string */
43 public $Activity;
45 /** @var int */
46 public $RequireAudit;
48 /** @var string */
49 public $PendingAction;
51 /** @var string */
52 public $ActionTaken;
54 /** @var string */
55 public $Status;
57 /** @var longtext */
58 public $Narrative;
60 /** @var longtext */
61 public $TableAction;
63 /** @var longtext */
64 public $TableArgs;
66 /** @var int */
67 public $ActionUser;
69 /** @var date */
70 public $ActionTakenTime;
72 /** @var longtext */
73 public $Checksum;
75 /** @var string */
76 public $Title;
78 /** @var string */
79 public $Fname;
81 /** @var string */
82 public $Lname;
84 /** @var string */
85 public $Mname;
87 /** @var date */
88 public $Dob;
90 /** @var string */
91 public $Ss;
93 /** @var string */
94 public $Street;
96 /** @var string */
97 public $PostalCode;
99 /** @var string */
100 public $City;
102 /** @var string */
103 public $State;
105 /** @var string */
106 public $Referrerid;
108 /** @var int */
109 public $Providerid;
111 /** @var int */
112 public $RefProviderid;
114 /** @var string */
115 public $Pubpid;
117 /** @var int */
118 public $CareTeam;
120 /** @var string */
121 public $Username;
123 /** @var int */
124 public $Authorized;
126 /** @var string */
127 public $Ufname;
129 /** @var string */
130 public $Umname;
132 /** @var string */
133 public $Ulname;
135 /** @var string */
136 public $Facility;
138 /** @var int */
139 public $Active;
141 /** @var string */
142 public $Utitle;
144 /** @var string */
145 public $PhysicianType;