PHP Class TransportController

Inheritance: extends yupe\components\controllers\FrontController
显示文件 Open project: openeyes/openeyes

Public Properties

Property Type Description
$items_per_page
$layout
$page
$pages
$renderPatientPanel
$total_items

Public Methods

Method Description
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

Method Details

accessRules() public method

public accessRules ( )

actionConfirm() public method

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

actionDownloadcsv() public method

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

actionIndex() public method

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

actionPrint() public method

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

actionPrintList() public method

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

actionTCIs() public method

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

getTransportList() public method

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
return Element_OphTrOperationbooking_Operation[]

getUriAppend() public method

public getUriAppend ( )

printActions() public method

See also: parent::printActions()
public printActions ( ) : array
return array (non-phpdoc)

Property Details

$items_per_page public_oe property

public $items_per_page

$layout public_oe property

public $layout

$page public_oe property

public $page

$pages public_oe property

public $pages

$renderPatientPanel public_oe property

public $renderPatientPanel

$total_items public_oe property

public $total_items