StudentAllergiesView
extends BaseComponent
in package
Student medical allergy
Tags
Table of Contents
Properties
- $allergy : IdDescriptorField
- $allergy_signs : string|null
- $date_as_of : string|null
- $date_until : string|null
- $id : int
- $major_reaction_response : string|null
- $minor_reaction_response : string|null
- $notes : string|null
- $fields : array<string|int, string>
Properties
$allergy
public
IdDescriptorField
$allergy
$allergy_signs
public
string|null
$allergy_signs
The signs of an allergic reaction.
$date_as_of
public
string|null
$date_as_of
The start date for the allergy.
$date_until
public
string|null
$date_until
The end date for the allergy.
$id
public
int
$id
The ID of student medical allergy
$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.
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "allergy" => "\\Blackbaud\\SKY\\School\\Components\\IdDescriptorField", "date_as_of" => "string", "date_until" => "string", "notes" => "string", "allergy_signs" => "string", "minor_reaction_response" => "string", "major_reaction_response" => "string", "student_medications" => "\\Blackbaud\\SKY\\School\\Components\\StudentMedication[]"]