PHP 클래스 PcrRiskReport

User: peter Date: 19/02/16 Time: 16:09.
상속: extends Report, implements ReportInterface
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$graphConfig
$mode integer
$searchTemplate string
$totalOperations

공개 메소드들

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

보호된 메소드들

메소드 설명
average ( ) : float
queryData ( $surgeon, $dateFrom, $dateTo ) : CDbDataReader | mixed
upper95 ( ) : array
upper98 ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( $app )
$app

average() 보호된 메소드

protected average ( ) : float
리턴 float

dataSet() 공개 메소드

public dataSet ( ) : array
리턴 array

getTotalOperations() 공개 메소드

public getTotalOperations ( ) : integer
리턴 integer

graphConfig() 공개 메소드

public graphConfig ( ) : string
리턴 string

queryData() 보호된 메소드

protected queryData ( $surgeon, $dateFrom, $dateTo ) : CDbDataReader | mixed
$surgeon
$dateFrom
$dateTo
리턴 CDbDataReader | mixed

renderSearch() 공개 메소드

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

seriesJson() 공개 메소드

public seriesJson ( ) : string
리턴 string

upper95() 보호된 메소드

protected upper95 ( ) : array
리턴 array

upper98() 보호된 메소드

protected upper98 ( ) : array
리턴 array

프로퍼티 상세

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

protected $graphConfig

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

protected int $mode
리턴 integer

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

protected string $searchTemplate
리턴 string

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

protected $totalOperations