PHP Class OEModule\OphCiExamination\models\Element_OphCiExamination_ClinicOutcome

The followings are the available columns in table:
Inheritance: extends BaseEventTypeElement
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Méthodes publiques

Méthode Description
afterSave ( )
attributeLabels ( ) : array
getFollowUp ( )
getFollowUpQuantityOptions ( )
getLetter_fup ( ) : string Returns the follow up period information.
getPatientTicket ( ) : mixed If the PatientTicketing module is installed, will use API to get Patient Ticket for this element event (if one exists).
getPatientTicketQueues ( $firm, $patient ) : array Will determine the queue options for the given firm.
model ( $className = __CLASS__ ) : Element_OphCiExamination_ClinicOutcome Returns the static model of the specified AR class.
relations ( ) : array
roleDependencyValidation ( $attribute ) Role comments are only required if role flags it.
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
statusDependencyValidation ( $attribute ) Follow up data is only required for status that are flagged for follow up.
tableName ( ) : string

Method Details

afterSave() public méthode

public afterSave ( )

attributeLabels() public méthode

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

getFollowUp() public méthode

public getFollowUp ( )

getFollowUpQuantityOptions() public méthode

getLetter_fup() public méthode

Returns the follow up period information.
public getLetter_fup ( ) : string
Résultat string

getPatientTicket() public méthode

If the PatientTicketing module is installed, will use API to get Patient Ticket for this element event (if one exists).
public getPatientTicket ( ) : mixed
Résultat mixed

getPatientTicketQueues() public méthode

Will determine the queue options for the given firm.
public getPatientTicketQueues ( $firm, $patient ) : array
$firm
Résultat array

model() public static méthode

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Element_OphCiExamination_ClinicOutcome
Résultat Element_OphCiExamination_ClinicOutcome the static model class

relations() public méthode

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

roleDependencyValidation() public méthode

Role comments are only required if role flags it.
public roleDependencyValidation ( $attribute )

rules() public méthode

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

statusDependencyValidation() public méthode

Follow up data is only required for status that are flagged for follow up.
public statusDependencyValidation ( $attribute )

tableName() public méthode

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