PHP 클래스 OEModule\OphCiExamination\models\Element_OphCiExamination_PostOpComplications

상속: extends SplitEventTypeElement
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$firm
$service
$subspecialty_id

공개 메소드들

메소드 설명
afterSave ( )
attributeLabels ( ) : array
beforeDelete ( )
beforeSave ( )
checkComplicationEyePanels ( type $attribute, type $params ) Validation rule to assign complication to both eyes.
getFullComplicationList ( $eye_id )
getOperationNoteList ( ) : array Returns the Opertion notes belongs to a patient.
getRecordedComplications ( integer $eye_id, integer $operation_note_id = null ) : array Returns recorded complications based on eye and operation note id.
model ( $className = __CLASS__ ) : the Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

메소드 상세

afterSave() 공개 메소드

public afterSave ( )

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array customized attribute labels (name=>label)

beforeDelete() 공개 메소드

public beforeDelete ( )

beforeSave() 공개 메소드

public beforeSave ( )

checkComplicationEyePanels() 공개 메소드

Validation rule to assign complication to both eyes.
public checkComplicationEyePanels ( type $attribute, type $params )
$attribute type
$params type

getFullComplicationList() 공개 메소드

public getFullComplicationList ( $eye_id )

getOperationNoteList() 공개 메소드

Returns the Opertion notes belongs to a patient.
public getOperationNoteList ( ) : array
리턴 array list of op notes

getRecordedComplications() 공개 메소드

if no recorded complications are found and there are complication in the POST (user wants to save but the site redirect with form error) we get the complications from the POST and display so the user does not have to select it again
public getRecordedComplications ( integer $eye_id, integer $operation_note_id = null ) : array
$eye_id integer
$operation_note_id integer
리턴 array

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : the
리턴 the static model class

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name

프로퍼티 상세

$firm 공개적으로 프로퍼티

public $firm

$service 공개적으로 프로퍼티

public $service

$subspecialty_id 공개적으로 프로퍼티

public $subspecialty_id