Documentation

MedicationDosageCreate extends BaseComponent
in package

Determines the frequency the medication is dispensed.

Table of Contents

Properties

$days  : Days
$frequency  : string
$times_a_day  : int
$fields  : array<string|int, string>

Properties

$frequency

public string $frequency

The weekly frequency to dispense the medication. Allowed values: every day, as needed, specific days.

$fields

protected static array<string|int, string> $fields = ["times_a_day" => "int", "frequency" => "string", "days" => "\\Blackbaud\\SKY\\School\\Components\\Days"]

        
On this page

Search results