PHP 클래스 Procedure

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

보호된 프로퍼티들

프로퍼티 타입 설명
$auto_update_relations

공개 메소드들

메소드 설명
__get ( string $prop ) : mixed | null
__isset ( string $prop ) : boolean
attributeLabels ( ) : array
behaviors ( )
getList ( string $term, string $restrict = null ) : array Get a list of procedures.
getListBySubspecialty ( $subspecialtyId, boolean $restrict = false ) : array
getProceduresByOpNote ( $opNoteElementId ) : array
model ( $className = __CLASS__ ) : Procedure 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
validateOpNotes ( $attribute, $params )

보호된 메소드들

메소드 설명
addOpNoteElementRelation ( )
afterConstruct ( ) Add relation to OphTrOperationnote_ProcedureListOperationElement if it exists.
afterFind ( ) Add relation to OphTrOperationnote_ProcedureListOperationElement if it exists.
get_has_benefits ( ) : boolean
get_has_complications ( ) : boolean

메소드 상세

__get() 공개 메소드

public __get ( string $prop ) : mixed | null
$prop string
리턴 mixed | null

__isset() 공개 메소드

public __isset ( string $prop ) : boolean
$prop string
리턴 boolean

addOpNoteElementRelation() 보호된 메소드

protected addOpNoteElementRelation ( )

afterConstruct() 보호된 메소드

Add relation to OphTrOperationnote_ProcedureListOperationElement if it exists.
protected afterConstruct ( )

afterFind() 보호된 메소드

Add relation to OphTrOperationnote_ProcedureListOperationElement if it exists.
protected afterFind ( )

attributeLabels() 공개 메소드

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

behaviors() 공개 메소드

public behaviors ( )

getList() 공개 정적인 메소드

Get a list of procedures.
public static getList ( string $term, string $restrict = null ) : array
$term string term to search by
$restrict string Set to 'booked' or 'unbooked' to restrict results to procedures of that type
리턴 array

getListBySubspecialty() 공개 메소드

public getListBySubspecialty ( $subspecialtyId, boolean $restrict = false ) : array
$subspecialtyId
$restrict boolean
리턴 array

getProceduresByOpNote() 공개 메소드

public getProceduresByOpNote ( $opNoteElementId ) : array
$opNoteElementId
리턴 array

get_has_benefits() 보호된 메소드

protected get_has_benefits ( ) : boolean
리턴 boolean

get_has_complications() 보호된 메소드

protected get_has_complications ( ) : boolean
리턴 boolean

model() 공개 정적인 메소드

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

validateOpNotes() 공개 메소드

public validateOpNotes ( $attribute, $params )

프로퍼티 상세

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

protected $auto_update_relations