PHP 클래스 Element_OphTrOperationnote_Anaesthetic

The followings are the available columns in table 'et_ophtroperationnote_anaesthetic':
상속: extends Element_OpNote
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$service
$surgeonlist
$witness_enabled

공개 메소드들

메소드 설명
attributeLabels ( ) : array
beforeValidate ( ) : boolean Validate the witness field if it's turned on.
getAnaestheticComplicationValues ( ) Get ids of anaesthetic complications in use by the element.
getHidden ( ) : boolean Should not display other anaesthetic details if the anaesthetic type is general.
getSurgeons ( ) TODO: This should use the standard surgeons method
getWitness_hidden ( ) : boolean Don't need a witness for anaesthetic unless it is administered by a nurse.
model ( $className = __CLASS__ ) : Element_OphTrOperationnote_Anaesthetic 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
updateAnaestheticAgents ( $agent_ids ) Update the Anaesthetic Agents associated with the element.
updateComplications ( int[] $complication_ids ) Update the complications assigned to this element.
validateAnaesthetic ( $attribute, $params )

보호된 메소드들

메소드 설명
beforeDelete ( ) Need to delete associated records.

메소드 상세

attributeLabels() 공개 메소드

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

beforeDelete() 보호된 메소드

Need to delete associated records.
또한 보기: CActiveRecord::beforeDelete()
protected beforeDelete ( )

beforeValidate() 공개 메소드

Validate the witness field if it's turned on.
public beforeValidate ( ) : boolean
리턴 boolean

getAnaestheticComplicationValues() 공개 메소드

Get ids of anaesthetic complications in use by the element.

getHidden() 공개 메소드

Should not display other anaesthetic details if the anaesthetic type is general.
public getHidden ( ) : boolean
리턴 boolean

getSurgeons() 공개 메소드

TODO: This should use the standard surgeons method
public getSurgeons ( )

getWitness_hidden() 공개 메소드

Don't need a witness for anaesthetic unless it is administered by a nurse.
public getWitness_hidden ( ) : boolean
리턴 boolean

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Element_OphTrOperationnote_Anaesthetic
리턴 Element_OphTrOperationnote_Anaesthetic 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

updateAnaestheticAgents() 공개 메소드

Update the Anaesthetic Agents associated with the element.
public updateAnaestheticAgents ( $agent_ids )
$agent_ids

updateComplications() 공개 메소드

Update the complications assigned to this element.
public updateComplications ( int[] $complication_ids )
$complication_ids int[]

validateAnaesthetic() 공개 메소드

public validateAnaesthetic ( $attribute, $params )

프로퍼티 상세

$service 공개적으로 프로퍼티

public $service

$surgeonlist 공개적으로 프로퍼티

public $surgeonlist

$witness_enabled 공개적으로 프로퍼티

public $witness_enabled