Documentation

StudentMedicationUpdate extends BaseComponent
in package

Student medication

Table of Contents

Properties

$allergies  : array<string|int, int>|null
$conditions  : array<string|int, int>|null
$date_as_of  : string|null
$date_until  : string|null
$despense_times_a_day  : int
$dispense_days  : Days
$dispense_frequency  : string|null
$dosage  : string|null
$location  : string|null
$fields  : array<string|int, string>

Properties

$allergies

public array<string|int, int>|null $allergies

The list of student allergy IDs for the allergy. If included, this list will replace the existing list of allegies on the medication.

$conditions

public array<string|int, int>|null $conditions

The list of student condition IDs for the condition. If included, this list will replace the existing list of conditions on the medication.

$dispense_frequency

public string|null $dispense_frequency

The weekly frequency to dispense the medication. Allowed values: everyday, asneeded, specificdays.

$fields

protected static array<string|int, string> $fields = ["date_as_of" => "string", "date_until" => "string", "location" => "string", "dosage" => "string", "despense_times_a_day" => "int", "dispense_frequency" => "string", "dispense_days" => "\\Blackbaud\\SKY\\School\\Components\\Days", "conditions" => "int[]", "allergies" => "int[]"]

        
On this page

Search results