PHP 클래스 SecondaryToCommonOphthalmicDisorder

This model allows for the definition of "secondary to" options for disorders specified in CommonOphthalmicDisorder They should be provided as choices in disorder widgets that use the common disorder drop downs in diagnoses selection. The followings are the available columns in table 'common_ophthalmic_disorder':
상속: extends BaseActiveRecordVersioned
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 메소드들

메소드 설명
attributeLabels ( ) : array
defaultScope ( )
getConditionLabel ( )
getDisorderOrFinding ( ) : Disorder | Finding
getType ( ) : string
model ( $className = __CLASS__ ) : SecondaryToCommonOphthalmicDisorder 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

보호된 메소드들

메소드 설명
afterValidate ( )

메소드 상세

afterValidate() 보호된 메소드

protected afterValidate ( )

attributeLabels() 공개 메소드

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

defaultScope() 공개 메소드

public defaultScope ( )

getConditionLabel() 공개 메소드

public getConditionLabel ( )

getDisorderOrFinding() 공개 메소드

public getDisorderOrFinding ( ) : Disorder | Finding
리턴 Disorder | Finding

getType() 공개 메소드

public getType ( ) : string
리턴 string

model() 공개 정적인 메소드

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