PHP Class WorklistPatient

Inheritance: extends BaseActiveRecordVersioned
Show file Open project: openeyes/openeyes Class Usage Examples

Public Methods

Method Description
afterValidate ( ) Only set when for scheduled worklist entries.
attributeLabels ( ) : array
getCurrentAttributesById ( ) : array Get the current worklist patient attributes indexed by the worklist mapping Ids.
getScheduledTime ( )
getWorklistAttributeValue ( WorklistAttribute $attr )
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Method Details

afterValidate() public method

Only set when for scheduled worklist entries.
public afterValidate ( )

attributeLabels() public method

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

getCurrentAttributesById() public method

Get the current worklist patient attributes indexed by the worklist mapping Ids.
public getCurrentAttributesById ( ) : array
return array

getScheduledTime() public method

public getScheduledTime ( )

getWorklistAttributeValue() public method

public getWorklistAttributeValue ( WorklistAttribute $attr )
$attr WorklistAttribute

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