PHP Class ReportDiagnoses

(C) Moorfields Eye Hospital NHS Foundation Trust, 2008-2011 (C) OpenEyes Foundation, 2011-2013 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 .
Author: OpenEyes ([email protected])
Inheritance: extends BaseReport
ファイルを表示 Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$condition_type
$diagnoses
$end_date
$principal
$secondary
$start_date

Public Methods

Method Description
addDiagnosesResultItem ( $item )
afterValidate ( )
attributeLabels ( )
attributeNames ( )
description ( )
filterDiagnoses ( )
getDbCommand ( )
getDiagnosesForRow ( $type, $item, $list, $diagnoses )
getFreeTimestampIndex ( $date, $list )
joinDisorders ( $type, $list, &$select, &$whereParams, &$or_conditions, &$query )
rules ( )
run ( )
toCSV ( ) : string Output the report in CSV format.

Method Details

addDiagnosesResultItem() public method

public addDiagnosesResultItem ( $item )

afterValidate() public method

public afterValidate ( )

attributeLabels() public method

public attributeLabels ( )

attributeNames() public method

public attributeNames ( )

description() public method

public description ( )

filterDiagnoses() public method

public filterDiagnoses ( )

getDbCommand() public method

public getDbCommand ( )

getDiagnosesForRow() public method

public getDiagnosesForRow ( $type, $item, $list, $diagnoses )

getFreeTimestampIndex() public method

public getFreeTimestampIndex ( $date, $list )

joinDisorders() public method

public joinDisorders ( $type, $list, &$select, &$whereParams, &$or_conditions, &$query )

rules() public method

public rules ( )

run() public method

public run ( )

toCSV() public method

Output the report in CSV format.
public toCSV ( ) : string
return string

Property Details

$condition_type public_oe property

public $condition_type

$diagnoses public_oe property

public $diagnoses

$end_date public_oe property

public $end_date

$principal public_oe property

public $principal

$secondary public_oe property

public $secondary

$start_date public_oe property

public $start_date