StudentMedicalAllergy
extends BaseComponent
in package
Student medical allergy
Tags
Table of Contents
Properties
- $allergy : string
- $allergy_signs : string|null
- $date_as_of : string
- $date_until : string|null
- $major_reaction_response : string|null
- $minor_reaction_response : string|null
- $notes : string|null
- $student_medications : array<string|int, int>|null
- $user_id : int
- $fields : array<string|int, string>
Properties
$allergy
public
string
$allergy
The ID or description of the allergy.
$allergy_signs
public
string|null
$allergy_signs
The signs of an allergic reaction
$date_as_of
public
string
$date_as_of
The start date for the allergy. Use ISO-8601 date format: 2022-08-31.
$date_until
public
string|null
$date_until
The end date for the allergy. Use ISO-8601 date format: 2022-08-31.
$major_reaction_response
public
string|null
$major_reaction_response
The response for a major allergic reaction
$minor_reaction_response
public
string|null
$minor_reaction_response
The response for a minor allergic reaction
$notes
public
string|null
$notes
The notes for the allergy.
$student_medications
public
array<string|int, int>|null
$student_medications
An array of student medication ID integers.
$user_id
public
int
$user_id
The user ID of the student.
$fields
protected
static array<string|int, string>
$fields
= ["user_id" => "int", "allergy" => "string", "date_as_of" => "string", "date_until" => "string", "notes" => "string", "allergy_signs" => "string", "minor_reaction_response" => "string", "major_reaction_response" => "string", "access_roles" => "\\Blackbaud\\SKY\\School\\Components\\StudentAccessRole[]", "student_medications" => "int[]"]