예제 #1
0
 public function showAttach()
 {/*{{{*/
     $patientAttachmentIds = AskSessionInfo::getAttachIds();
     $patientAttachment = DAL::get()->find('patientattachment', current($patientAttachmentIds));
     $attachment = $patientAttachment->getAttachment();
 }/*}}}*/