PHP Класс Medication

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
afterDelete ( )
afterSave ( )
afterValidate ( )
attributeLabels ( )
beforeSave ( )
createFromPrescriptionItem ( $item ) Takes a prescription item and sets the appropriate medication values from it.
getDrugLabel ( ) : string Wrapper for the drug name for display.
isCurrentMedication ( ) : boolean Is the medication current.
isPreviousMedication ( ) : boolean Is the preview current.
matches ( $item ) : boolean
relations ( ) : array
rules ( ) : array
tableName ( ) : string
validateOptionId ( )

Защищенные методы

Метод Описание
removePatientAdherence ( ) Will remove the patient adherence element if it is no longer relevant.

Описание методов

afterDelete() публичный Метод

public afterDelete ( )

afterSave() публичный Метод

public afterSave ( )

afterValidate() публичный Метод

public afterValidate ( )

attributeLabels() публичный Метод

public attributeLabels ( )

beforeSave() публичный Метод

public beforeSave ( )

createFromPrescriptionItem() публичный Метод

Takes a prescription item and sets the appropriate medication values from it.
public createFromPrescriptionItem ( $item )
$item

getDrugLabel() публичный Метод

Wrapper for the drug name for display.
public getDrugLabel ( ) : string
Результат string

isCurrentMedication() публичный Метод

Is the medication current.
public isCurrentMedication ( ) : boolean
Результат boolean

isPreviousMedication() публичный Метод

Is the preview current.
public isPreviousMedication ( ) : boolean
Результат boolean

matches() публичный Метод

public matches ( $item ) : boolean
$item
Результат boolean

relations() публичный Метод

public relations ( ) : array
Результат array relational rules.

removePatientAdherence() защищенный Метод

Will remove the patient adherence element if it is no longer relevant.
protected removePatientAdherence ( )

rules() публичный Метод

public rules ( ) : array
Результат array validation rules for model attributes.

tableName() публичный Метод

public tableName ( ) : string
Результат string the associated database table name

validateOptionId() публичный Метод

public validateOptionId ( )