PHP Class Disorder

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

Public Properties

Property 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

Public Methods

Method 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 method

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

behaviors() public method

public behaviors ( )

canAutocomplete() public method

public canAutocomplete ( )

getAutocompleteField() public method

getDisorderOptions() public static method

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

getSystemic() public method

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

model() public static method

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : Disorder
$className string
return Disorder the static model class

relations() public method

public relations ( ) : array
return array relational rules.

rules() public method

public rules ( ) : array
return array validation rules for model attributes.

tableName() public method

public tableName ( ) : string
return string the associated database table name

treeTable() public method

public treeTable ( ) : string
return 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