PHP 클래스 OEModule\OphCiExamination\components\VisualOutcomeReport

상속: extends Report, implements ReportInterface
파일 보기 프로젝트 열기: openeyes/openeyes

보호된 프로퍼티들

프로퍼티 타입 설명
$graphConfig array
$method integer
$months integer
$searchTemplate string
$totalEyes integer
$type string

공개 메소드들

메소드 설명
__construct ( $app )
dataSet ( ) : array
graphConfig ( ) : string
renderSearch ( ) : mixed | string
seriesJson ( ) : string

보호된 메소드들

메소드 설명
convertVisualAcuity ( $baseValue ) : float
queryData ( $surgeon, $dateFrom, $dateTo, integer $months = 4, integer | string $method = 'best', string $type = 'distance' ) : array | CDbDataReader

메소드 상세

__construct() 공개 메소드

public __construct ( $app )
$app

convertVisualAcuity() 보호된 메소드

protected convertVisualAcuity ( $baseValue ) : float
$baseValue
리턴 float

dataSet() 공개 메소드

public dataSet ( ) : array
리턴 array

graphConfig() 공개 메소드

public graphConfig ( ) : string
리턴 string

queryData() 보호된 메소드

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
리턴 array | CDbDataReader

renderSearch() 공개 메소드

public renderSearch ( ) : mixed | string
리턴 mixed | string

seriesJson() 공개 메소드

public seriesJson ( ) : string
리턴 string

프로퍼티 상세

$graphConfig 보호되어 있는 프로퍼티

protected array $graphConfig
리턴 array

$method 보호되어 있는 프로퍼티

protected int $method
리턴 integer

$months 보호되어 있는 프로퍼티

protected int $months
리턴 integer

$searchTemplate 보호되어 있는 프로퍼티

protected string $searchTemplate
리턴 string

$totalEyes 보호되어 있는 프로퍼티

protected int $totalEyes
리턴 integer

$type 보호되어 있는 프로퍼티

protected string $type
리턴 string