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.
$date_as_of
public
string|null
$date_as_of
The date to begin the medication. Use format
... Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$date_until
public
string|null
$date_until
The date to end the medication. Use format
... Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$despense_times_a_day
public
int
$despense_times_a_day
The times per day to dispense the medication
$dispense_days
public
Days
$dispense_days
Days for medication
$dispense_frequency
public
string|null
$dispense_frequency
The weekly frequency to dispense the medication. Allowed values: everyday, asneeded, specificdays.
$dosage
public
string|null
$dosage
The dosage of the medication to dispense.
$location
public
string|null
$location
The ID or description of the location of the medication.
$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[]"]