Exemplo n.º 1
0
 public function getPatient()
 {
     return @$this->hasOne(Patient::className(), ['hn' => 'hn']);
 }