The followings are the available columns in table:
Inheritance: extends BaseActiveRecordVersioned
Example #1
0
 /**
  * Simple abstraction wrapper to get the patient factors that should be rendered in the event form.
  *
  * @return mixed
  */
 public function getPatientFactors()
 {
     return models\OphCoCvi_ClericalInfo_PatientFactor::model()->active()->findAll();
 }