PHP Class OEModule\OphCiExamination\components\VisualOutcomeReport

Inheritance: extends Report, implements ReportInterface
Afficher le fichier Open project: openeyes/openeyes

Protected Properties

Свойство Type Description
$graphConfig array
$method integer
$months integer
$searchTemplate string
$totalEyes integer
$type string

Méthodes publiques

Méthode Description
__construct ( $app )
dataSet ( ) : array
graphConfig ( ) : string
renderSearch ( ) : mixed | string
seriesJson ( ) : string

Méthodes protégées

Méthode Description
convertVisualAcuity ( $baseValue ) : float
queryData ( $surgeon, $dateFrom, $dateTo, integer $months = 4, integer | string $method = 'best', string $type = 'distance' ) : array | CDbDataReader

Method Details

__construct() public méthode

public __construct ( $app )
$app

convertVisualAcuity() protected méthode

protected convertVisualAcuity ( $baseValue ) : float
$baseValue
Résultat float

dataSet() public méthode

public dataSet ( ) : array
Résultat array

graphConfig() public méthode

public graphConfig ( ) : string
Résultat string

queryData() protected méthode

protected queryData ( $surgeon, $dateFrom, $dateTo, integer $months = 4, integer | string $method = 'best', string $type = 'distance' ) : array | CDbDataReader
$surgeon
$dateFrom
$dateTo
$months integer
$method integer | string
$type string
Résultat array | CDbDataReader

renderSearch() public méthode

public renderSearch ( ) : mixed | string
Résultat mixed | string

seriesJson() public méthode

public seriesJson ( ) : string
Résultat string

Property Details

$graphConfig protected_oe property

protected array $graphConfig
Résultat array

$method protected_oe property

protected int $method
Résultat integer

$months protected_oe property

protected int $months
Résultat integer

$searchTemplate protected_oe property

protected string $searchTemplate
Résultat string

$totalEyes protected_oe property

protected int $totalEyes
Résultat integer

$type protected_oe property

protected string $type
Résultat string