Documentation

Days extends BaseComponent
in package

Days for medication

Table of Contents

Properties

$friday  : bool
$monday  : bool
$saturday  : bool
$sunday  : bool
$thursday  : bool
$tuesday  : bool
$wednesday  : bool
$fields  : array<string|int, string>

Properties

$friday

public bool $friday

Set to true to dispense medication on friday. Allowed values: true, false

$monday

public bool $monday

Set to true to dispense medication on monday. Allowed values: true, false

$saturday

public bool $saturday

Set to true to dispense medication on saturday. Allowed values: true, false

$sunday

public bool $sunday

Set to true to dispense medication on sunday. Allowed values: true, false

$thursday

public bool $thursday

Set to true to dispense medication on thursday. Allowed values: true, false

$tuesday

public bool $tuesday

Set to true to dispense medication on tuesday. Allowed values: true, false

$wednesday

public bool $wednesday

Set to true to dispense medication on wednesday. Allowed values: true, false

$fields

protected static array<string|int, string> $fields = ["sunday" => "bool", "monday" => "bool", "tuesday" => "bool", "wednesday" => "bool", "thursday" => "bool", "friday" => "bool", "saturday" => "bool"]

        
On this page

Search results