PHP 클래스 OEModule\OphCiExamination\models\OphCiExamination_PostOpComplications

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

보호된 프로퍼티들

프로퍼티 타입 설명
$auto_update_relations

공개 메소드들

메소드 설명
assign ( array $item_ids, integer | null $subspecialty_id = null ) Assign the given items to the given episode summary.
attributeLabels ( )
available ( integer | null $subspecialty_id = null ) : EpisodeSummaryItem Named scope to fetch available (non-enabled) items for the given subspecialty.
defaultScope ( )
enabled ( integer | null $subspecialty_id = null ) : EpisodeSummaryItem Named scope to fetch enabled items for the given subspecialty.
getPostOpComplicationsList ( $element_id, $operation_note_id, $subspecialty_id, $eye_id, $term = null )
model ( $className = __CLASS__ ) : OphCiExamination_Comorbidities_Item 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

메소드 상세

assign() 공개 메소드

Assign the given items to the given episode summary.
public assign ( array $item_ids, integer | null $subspecialty_id = null )
$item_ids array
$subspecialty_id integer | null

attributeLabels() 공개 메소드

public attributeLabels ( )

available() 공개 메소드

Named scope to fetch available (non-enabled) items for the given subspecialty.
public available ( integer | null $subspecialty_id = null ) : EpisodeSummaryItem
$subspecialty_id integer | null Null for default episode summary
리턴 EpisodeSummaryItem

defaultScope() 공개 메소드

public defaultScope ( )

enabled() 공개 메소드

Named scope to fetch enabled items for the given subspecialty.
public enabled ( integer | null $subspecialty_id = null ) : EpisodeSummaryItem
$subspecialty_id integer | null Null for default episode summary
리턴 EpisodeSummaryItem

getPostOpComplicationsList() 공개 메소드

public getPostOpComplicationsList ( $element_id, $operation_note_id, $subspecialty_id, $eye_id, $term = null )

model() 공개 정적인 메소드

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

relations() 공개 메소드

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

rules() 공개 메소드

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

tableName() 공개 메소드

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

프로퍼티 상세

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

protected $auto_update_relations