PHP 클래스 OEModule\OphCoCvi\models\Element_OphCoCvi_ClericalInfo

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

공개 메소드들

메소드 설명
attributeLabels ( ) : array
generateStructuredContactUrgency ( ) : array To generate the contact urgency array for the pdf
generateStructuredEmploymentStatus ( ) : array To generate the employement status array for the pdf
getPatientFactorAnswer ( OphCoCvi_ClericalInfo_PatientFactor $factor ) : OphCoCvi_ClericalInfo_PatientFactor_Answer | null
getStructuredDataForPrint ( ) Returns an associative array of the data values for printing
model ( null | string $className = __CLASS__ ) : the Returns the static model of the specified AR class.
patientFactorList ( $element_id ) : array Retrieves a list of patient factor
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string
updatePatientFactorAnswers ( $data )

보호된 메소드들

메소드 설명
generateStructuredPatientFactors ( ) : array

비공개 메소드들

메소드 설명
updateAnswer ( $answer, $data )

메소드 상세

attributeLabels() 공개 메소드

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

generateStructuredContactUrgency() 공개 메소드

To generate the contact urgency array for the pdf

generateStructuredEmploymentStatus() 공개 메소드

To generate the employement status array for the pdf

generateStructuredPatientFactors() 보호된 메소드

getPatientFactorAnswer() 공개 메소드

public getPatientFactorAnswer ( OphCoCvi_ClericalInfo_PatientFactor $factor ) : OphCoCvi_ClericalInfo_PatientFactor_Answer | null
$factor OphCoCvi_ClericalInfo_PatientFactor
리턴 OphCoCvi_ClericalInfo_PatientFactor_Answer | null

getStructuredDataForPrint() 공개 메소드

Returns an associative array of the data values for printing

model() 공개 정적인 메소드

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

patientFactorList() 공개 메소드

Retrieves a list of patient factor
public patientFactorList ( $element_id ) : array
$element_id
리턴 array

relations() 공개 메소드

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

rules() 공개 메소드

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

tableName() 공개 메소드

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

updatePatientFactorAnswers() 공개 메소드

public updatePatientFactorAnswers ( $data )
$data