PHP Class Disorder

The followings are the available columns in table 'disorder':
Inheritance: extends BaseActiveRecordVersioned
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Свойство Type Description
$SNOMED_DIABETES_SET For example, diabetes is indicated by both the disorder parent and associated disorders
$SNOMED_DIABETES_TYPE_II_SET
$SNOMED_DIABETES_TYPE_I_SET

Méthodes publiques

Méthode Description
attributeLabels ( ) : array
behaviors ( )
canAutocomplete ( )
getAutocompleteField ( )
getDisorderOptions ( string $term ) : array Fetch a list of disorders whose term matches a provided value (with wildcards).
getSystemic ( ) : boolean returns boolean to indicate if the disorder is systemic (true).
model ( string $className = __CLASS__ ) : Disorder 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
treeTable ( ) : string

Method Details

attributeLabels() public méthode

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

behaviors() public méthode

public behaviors ( )

canAutocomplete() public méthode

public canAutocomplete ( )

getAutocompleteField() public méthode

getDisorderOptions() public static méthode

Fetch a list of disorders whose term matches a provided value (with wildcards).
public static getDisorderOptions ( string $term ) : array
$term string
Résultat array

getSystemic() public méthode

returns boolean to indicate if the disorder is systemic (true).
public getSystemic ( ) : boolean
Résultat boolean

model() public static méthode

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : Disorder
$className string
Résultat Disorder 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

treeTable() public méthode

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

Property Details

$SNOMED_DIABETES_SET public_oe static_oe property

For example, diabetes is indicated by both the disorder parent and associated disorders
public static $SNOMED_DIABETES_SET

$SNOMED_DIABETES_TYPE_II_SET public_oe static_oe property

public static $SNOMED_DIABETES_TYPE_II_SET

$SNOMED_DIABETES_TYPE_I_SET public_oe static_oe property

public static $SNOMED_DIABETES_TYPE_I_SET