Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
audit ( $target, $action, $data = null, $log = false, $properties = [] ) | ||
cancel ( $reason, $cancellation_comment, $reschedule = false ) | ||
getCancellationReasonWithComment ( ) | ||
getProcedureCount ( ) : integer | Pass through convenience function. | |
getWarningHTML ( $type ) | ||
lessThanSessionEndTimeValidate ( ) | check if admission time is less than session_end_time. | |
model ( $className = __CLASS__ ) : the | 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. | |
showWarning ( $type ) | ||
tableName ( ) : string |
Method | Description | |
---|---|---|
afterSave ( ) | ||
afterValidate ( ) | ||
beforeValidate ( ) : boolean | Ensure display_order is set. | |
calculateDefaultDisplayOrder ( ) : integer | calculate the appropriate default displayorder for this record. |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public audit ( $target, $action, $data = null, $log = false, $properties = [] ) |
protected beforeValidate ( ) : boolean | ||
return | boolean |
protected calculateDefaultDisplayOrder ( ) : integer | ||
return | integer |
public getProcedureCount ( ) : integer | ||
return | integer |
public lessThanSessionEndTimeValidate ( ) |
public static model ( $className = __CLASS__ ) : the | ||
return | the | static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |