프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |
public attributeLabels ( ) : array | ||
리턴 | array | customized attribute labels (name=>label) |
public static getDisorderOptions ( string $term ) : array | ||
$term | string | |
리턴 | array |
public getSystemic ( ) : boolean | ||
리턴 | boolean |
public search ( ) : CActiveDataProvider | ||
리턴 | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |
public static $SNOMED_DIABETES_SET |