示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->person = new Person();
     $this->permissionTemplate = new PermissionTemplate();
     $this->permissionTemplate->_cascadePersist = false;
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->person = new Person();
     $this->homeAddress = new Address();
     $this->billingAddress = new Address();
     //$this->phoneNumber = new PhoneNumber();
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
     $this->audit = new Audit();
     $this->audit->_cascadePersist = $this->_cascadePersist;
     $this->handler = new Handler();
     $this->handler->_cascadePersist = $this->_cascadePersist;
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
     $this->building = new Building();
     $this->building->_cascadePersist = false;
     $this->provider = new Provider();
     $this->provider->_cascadePersist = false;
 }
 function __construct()
 {
     parent::__construct();
     $this->medication = new Medication();
     $this->medication->_cascadePersist = false;
     $this->refillResponse = new MedicationRefillResponse();
     $this->refillResponse->_cascadePersist = false;
 }
 public function __construct()
 {
     parent::__construct();
     $this->company = new Company();
     $this->company->_cascadePersist = $this->_cascadePersist;
     $this->address = new Address();
     $this->address->_cascadePersist = $this->_cascadePersist;
 }
 public function __construct()
 {
     parent::__construct();
     $this->healthStatusHandler = new HealthStatusHandler();
     $this->healthStatusHandler->_cascadePersist = $this->_cascadePersist;
     $this->person = new Patient();
     $this->person->_cascadePersist = $this->_cascadePersist;
 }
示例#8
0
 public function __construct()
 {
     $this->person = new Person();
     $this->person->_cascadePersist = false;
     $this->provider = new Provider();
     $this->provider->_cascadePersist = false;
     parent::__construct();
 }
示例#9
0
 public function __construct()
 {
     parent::__construct();
     $this->patient = new Patient();
     $this->patient->_cascadePersist = $this->_cascadePersist;
     $this->user = new User();
     $this->user->_cascadePersist = $this->_cascadePersist;
 }
 public function __construct()
 {
     parent::__construct();
     $this->insuranceProgram = new InsuranceProgram();
     $this->insuranceProgram->_cascadePersist = $this->_cascadePersist;
     $this->person = new Person();
     $this->person->_cascadePersist = $this->_cascadePersist;
 }
示例#11
0
 public function __construct()
 {
     parent::__construct();
     $this->provider = new Provider();
     $this->provider->_cascadePersist = false;
     $this->room = new Room();
     $this->room->_cascadePersist = false;
 }
示例#12
0
 public function __construct($objectType = self::TYPE_EPRESCRIBE)
 {
     parent::__construct();
     $this->person = new Person();
     $this->person->_cascadePersist = false;
     $this->provider = new Provider();
     $this->provider->_cascadePersist = false;
     $this->setObjectType($objectType);
 }
 public function __construct()
 {
     parent::__construct();
     $this->audit = new Audit();
     $this->audit->_cascadePersist = false;
     $this->pharmacy = new Pharmacy();
     $this->pharmacy->_cascadePersist = false;
     $this->medication = new Medication();
     $this->medication->_cascadePersist = false;
 }
示例#14
0
 public function __construct($table = null, $ormClass = null)
 {
     parent::__construct();
     if ($table !== null) {
         $this->_table = $table;
     }
     if ($ormClass !== null) {
         $this->_ormClass = $ormClass;
     }
 }
示例#15
0
 public function __construct()
 {
     parent::__construct();
     $this->patient = new Patient();
     $this->patient->_cascadePersist = false;
     $this->provider = new Provider();
     $this->provider->_cascadePersist = false;
     $this->pharmacy = new Pharmacy();
     $this->pharmacy->_cascadePersist = false;
 }
示例#16
0
 /**
  * Class constructor
  *
  * @param string $name tableName/configId
  * @return void
  */
 public function __construct($name = null)
 {
     parent::__construct();
     $this->_config = new ConfigItem();
     if ($name !== null) {
         $this->setName($name);
     } else {
         // set current table to config table
         $this->_table = $this->_config->_table;
     }
 }
示例#17
0
 function __construct()
 {
     parent::__construct();
     $this->patient = new Patient();
     $this->patient->_cascadePersist = false;
     $this->provider = new Provider();
     $this->provider->_cascadePersist = false;
     $this->creator = new User();
     $this->creator->_cascadePersist = false;
     $this->lastChange = new User();
     $this->lastChange->_cascadePersist = false;
 }
示例#18
0
 public function __construct($handlerType = 0)
 {
     parent::__construct();
     $this->handlerType = (int) $handlerType;
 }
示例#19
0
 public function __construct()
 {
     parent::__construct();
 }
示例#20
0
 public function __construct()
 {
     parent::__construct();
     $this->practice = new Practice();
     $this->practice->_cascadePersist = false;
 }
示例#21
0
 function __construct()
 {
     parent::__construct();
     $this->labTest = new LabTest();
 }
 function __construct()
 {
     parent::__construct();
     $this->medication = new Medication();
     $this->medication->_cascadePersist = false;
 }
示例#23
0
 public function __construct()
 {
     parent::__construct();
     $this->_init();
 }
 public function __construct()
 {
     $this->author = new Person();
     parent::__construct();
 }
示例#25
0
 public function __construct()
 {
     parent::__construct();
     $this->number = new PhoneNumber();
 }
 public function __construct()
 {
     parent::__construct();
     $this->person = new Person();
     $this->person->_cascadePersist = false;
 }
示例#27
0
 public function __construct($context = '*', $alias = null)
 {
     $this->_context = $context;
     $this->_alias = $alias;
     parent::__construct();
 }
示例#28
0
 function __construct()
 {
     $this->provider = new Provider();
     $this->patient = new Patient();
     parent::__construct();
 }
示例#29
0
 public function __construct()
 {
     parent::__construct();
     $this->primaryAddress = new Address();
     $this->secondaryAddress = new Address();
 }
示例#30
0
 function __construct()
 {
     parent::__construct();
     $this->labOrder = new LabOrder();
 }