PHP 클래스 Disorder

The followings are the available columns in table 'disorder':
상속: extends BaseActiveRecordVersioned
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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

메소드 상세

attributeLabels() 공개 메소드

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

behaviors() 공개 메소드

public behaviors ( )

canAutocomplete() 공개 메소드

public canAutocomplete ( )

getAutocompleteField() 공개 메소드

getDisorderOptions() 공개 정적인 메소드

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

getSystemic() 공개 메소드

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

model() 공개 정적인 메소드

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

treeTable() 공개 메소드

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

프로퍼티 상세

$SNOMED_DIABETES_SET 공개적으로 정적으로 프로퍼티

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

$SNOMED_DIABETES_TYPE_II_SET 공개적으로 정적으로 프로퍼티

public static $SNOMED_DIABETES_TYPE_II_SET

$SNOMED_DIABETES_TYPE_I_SET 공개적으로 정적으로 프로퍼티

public static $SNOMED_DIABETES_TYPE_I_SET