PHP Class PatientMergeRequestController
(C) Moorfields Eye Hospital NHS Foundation Trust, 2008-2011
(C) OpenEyes Foundation, 2011-2012
This file is part of OpenEyes.
OpenEyes is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
OpenEyes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with OpenEyes in a file titled COPYING. If not, see
.
ファイルを表示
Open project: openeyes/openeyes
Public Properties
Property |
Type |
Description |
|
$firm |
|
|
|
$layout |
|
the default layout for the views |
|
Public Methods
Method Details
accessRules()
public method
actionCreate()
public method
actionDelete()
public method
actionIndex()
public method
actionLog()
public method
Displays a particular model.
actionMerge()
public method
actionSearch()
public method
actionUpdate()
public method
If update is successful, the browser will be redirected to the 'view' page.
actionView()
public method
Displays a particular model.
beforeAction()
public method
getEpisodesHTML()
public method
isPatientInRequestList()
public method
Check if the paient id is already in the request list.
loadModel()
public method
If the data model is not found, an HTTP exception will be raised.
public loadModel ( integer $id ) : PatientMergeRequest |
$id |
integer |
the ID of the model to be loaded |
return |
PatientMergeRequest |
the loaded model |
Property Details
$layout public_oe property
the default layout for the views