PHP 클래스 OEModule\OphCiExamination\models\Element_OphCiExamination_ClinicOutcome

The followings are the available columns in table:
상속: extends BaseEventTypeElement
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

afterSave() 공개 메소드

public afterSave ( )

attributeLabels() 공개 메소드

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

getFollowUp() 공개 메소드

public getFollowUp ( )

getFollowUpQuantityOptions() 공개 메소드

getLetter_fup() 공개 메소드

Returns the follow up period information.
public getLetter_fup ( ) : string
리턴 string

getPatientTicket() 공개 메소드

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

getPatientTicketQueues() 공개 메소드

Will determine the queue options for the given firm.
public getPatientTicketQueues ( $firm, $patient ) : array
$firm
리턴 array

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : Element_OphCiExamination_ClinicOutcome
리턴 Element_OphCiExamination_ClinicOutcome the static model class

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

roleDependencyValidation() 공개 메소드

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

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

statusDependencyValidation() 공개 메소드

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

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name