PHP Class 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':
Inheritance: extends BaseActiveRecordVersioned
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
afterValidate ( )

Method Details

afterValidate() protected méthode

protected afterValidate ( )

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

defaultScope() public méthode

public defaultScope ( )

getConditionLabel() public méthode

public getConditionLabel ( )

getDisorderOrFinding() public méthode

public getDisorderOrFinding ( ) : Disorder | Finding
Résultat Disorder | Finding

getType() public méthode

public getType ( ) : string
Résultat string

model() public static méthode

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : SecondaryToCommonOphthalmicDisorder
Résultat SecondaryToCommonOphthalmicDisorder the static model class

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name