PHP Class OEModule\OphCiExamination\models\Element_OphCiExamination_BlebAssessment

NOTE that this element provides the facility to set a patient secondary diagnosis for the diabetic type. To enable support for deleting it, we record the id of the SecondaryDiagnosis it creates, as well as the type. A foreign key constraint is not enforced to allow the SecondaryDiagnosis to be deleted as normal through the Patient view. The followings are the available columns in table:
Inheritance: extends SplitEventTypeElement
Afficher le fichier Open project: openeyes/openeyes

Méthodes publiques

Свойство Type Description
$secondarydiagnosis_disorder_required
$service

Méthodes publiques

Méthode Description
attributeLabels ( ) : array
canCopy ( )
model ( string $className = __CLASS__ ) : the Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
sidedFields ( ) : array
tableName ( ) : string

Method Details

attributeLabels() public méthode

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

canCopy() public méthode

public canCopy ( )

model() public static méthode

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

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.

sidedFields() public méthode

See also: parent::sidedFields()
public sidedFields ( ) : array
Résultat array (non-phpdoc)

tableName() public méthode

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

Property Details

$secondarydiagnosis_disorder_required public_oe property

public $secondarydiagnosis_disorder_required

$service public_oe property

public $service