Property | Type | Description | |
---|---|---|---|
$auto_update_relations |
Method | Description | |
---|---|---|
__get ( string $prop ) : mixed | null | ||
__isset ( string $prop ) : boolean | ||
attributeLabels ( ) : array | ||
behaviors ( ) | ||
getList ( string $term, string $restrict = null ) : array | Get a list of procedures. | |
getListBySubspecialty ( $subspecialtyId, boolean $restrict = false ) : array | ||
getProceduresByOpNote ( $opNoteElementId ) : array | ||
model ( $className = __CLASS__ ) : Procedure | 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 | ||
validateOpNotes ( $attribute, $params ) |
Method | Description | |
---|---|---|
addOpNoteElementRelation ( ) | ||
afterConstruct ( ) | Add relation to OphTrOperationnote_ProcedureListOperationElement if it exists. | |
afterFind ( ) | Add relation to OphTrOperationnote_ProcedureListOperationElement if it exists. | |
get_has_benefits ( ) : boolean | ||
get_has_complications ( ) : boolean |
protected afterConstruct ( ) |
protected afterFind ( ) |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public getListBySubspecialty ( $subspecialtyId, boolean $restrict = false ) : array | ||
$subspecialtyId | ||
$restrict | boolean | |
return | array |
public getProceduresByOpNote ( $opNoteElementId ) : array | ||
$opNoteElementId | ||
return | array |
protected get_has_complications ( ) : boolean | ||
return | boolean |
public static model ( $className = __CLASS__ ) : Procedure | ||
return | Procedure | the static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |