Documentation

StudentAllergiesView extends BaseComponent
in package

Student medical allergy

Tags
@property

?\Blackbaud\SKY\School\Components\StudentMedication[] $student_medications An array of student medication objects.

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

$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.

$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[]"]

        
On this page

Search results