PHP 클래스 TransportController

상속: extends yupe\components\controllers\FrontController
파일 보기 프로젝트 열기: openeyes/openeyes

공개 프로퍼티들

프로퍼티 타입 설명
$items_per_page
$layout
$page
$pages
$renderPatientPanel
$total_items

공개 메소드들

메소드 설명
accessRules ( )
actionConfirm ( ) Ajax method to mark the given operations with transport arranged.
actionDownloadcsv ( ) Download a CSV of the operations requiring transport changes.
actionIndex ( ) initial view loads framework for TCI list - actual list is loaded through ajax request.
actionPrint ( $id ) Print transport letters for bookings.
actionPrintList ( ) Print the list based on given criteria.
actionTCIs ( ) Ajax action to load the list of TCIs based on the request criteria.
getTransportList ( $data, boolean $all = false ) : Element_OphTrOperationbooking_Operation[] Get all the operations that have TCI requirements based on the given criteria.
getUriAppend ( )
printActions ( ) : array

메소드 상세

accessRules() 공개 메소드

public accessRules ( )

actionConfirm() 공개 메소드

Ajax method to mark the given operations with transport arranged.
public actionConfirm ( )

actionDownloadcsv() 공개 메소드

Download a CSV of the operations requiring transport changes.
public actionDownloadcsv ( )

actionIndex() 공개 메소드

initial view loads framework for TCI list - actual list is loaded through ajax request.
public actionIndex ( )

actionPrint() 공개 메소드

Print transport letters for bookings.
public actionPrint ( $id )

actionPrintList() 공개 메소드

Print the list based on given criteria.
public actionPrintList ( )

actionTCIs() 공개 메소드

Ajax action to load the list of TCIs based on the request criteria.
public actionTCIs ( )

getTransportList() 공개 메소드

Get all the operations that have TCI requirements based on the given criteria.
public getTransportList ( $data, boolean $all = false ) : Element_OphTrOperationbooking_Operation[]
$data
$all boolean
리턴 Element_OphTrOperationbooking_Operation[]

getUriAppend() 공개 메소드

public getUriAppend ( )

printActions() 공개 메소드

또한 보기: parent::printActions()
public printActions ( ) : array
리턴 array (non-phpdoc)

프로퍼티 상세

$items_per_page 공개적으로 프로퍼티

public $items_per_page

$layout 공개적으로 프로퍼티

public $layout

$page 공개적으로 프로퍼티

public $page

$pages 공개적으로 프로퍼티

public $pages

$renderPatientPanel 공개적으로 프로퍼티

public $renderPatientPanel

$total_items 공개적으로 프로퍼티

public $total_items