The followings are the available columns in table:
Inheritance: extends BaseActiveRecordVersioned
Exemplo n.º 1
0
 /**
  * Simple wrapper to get the disorder sections that should be rendered in the event form.
  *
  * @return mixed
  */
 public function getDisorderSections()
 {
     return models\OphCoCvi_ClinicalInfo_Disorder_Section::model()->active()->findAll();
 }