PHP Class WorklistPatient

Inheritance: extends BaseActiveRecordVersioned
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

getCurrentAttributesById() public méthode

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

getScheduledTime() public méthode

public getScheduledTime ( )

getWorklistAttributeValue() public méthode

public getWorklistAttributeValue ( WorklistAttribute $attr )
$attr WorklistAttribute

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name