public function jsonSerialize()
 {
     return ['Id' => $this->getId(), 'BevragingId' => $this->getBevragingId(), 'Datum' => $this->Datum->format(DateTime::ISO8601), 'Antwoorden' => Finah::arrayToCsv($this->getAntwoorden()), 'LeeftijdsCategorie' => $this->getLeeftijdsCategorie(), 'Bevraging' => $this->getBevraging()];
 }
示例#2
0
 public function jsonSerialize()
 {
     return ['Id' => $this->getId(), 'Aandoening' => $this->Aandoening, 'AandoeningId' => $this->Aandoening["Id"], 'Bevraging_Pat' => $this->Bevraging_Pat, 'Bevraging_Man' => $this->Bevraging_Man, 'Bevraging_PatId' => $this->Bevraging_Pat["Id"], 'Bevraging_ManId' => $this->Bevraging_Man["Id"], 'Datum' => $this->Datum->format(DateTime::ISO8601), 'Pathologie' => $this->Pathologie, 'PathologieId' => $this->Pathologie["Id"], 'Antwoorden' => Finah::arrayToCsv($this->getAntwoorden()), 'Vragen' => $this->getVragen(), 'Relatie' => $this->getRelatie(), 'VragenId' => $this->Vragen["Id"], 'RelatieId' => $this->Relatie["Id"]];
 }