Documentation

StudentAllergyUpdate extends BaseComponent
in package

Student allergy update

Tags
@property

?\Blackbaud\SKY\School\Components\MedicalSecurityRole[] $role_access Array of roles. If a role is not included, default access will be set to true

Table of Contents

Properties

$allergy_signs  : string|null
$date_as_of  : string|null
$date_until  : string|null
$major_reaction_response  : string|null
$medications  : array<string|int, int>|null
$minor_reaction_response  : string|null
$notes  : string|null
$fields  : array<string|int, string>

Properties

$date_as_of

public string|null $date_as_of

The date the allergy began. Use format ... Uses ISO-8601 format: 2022-01-20T16:30:00-05:00

$date_until

public string|null $date_until

The date the allergy ended. Use format ... Uses ISO-8601 format: 2022-01-20T16:30:00-05:00

$major_reaction_response

public string|null $major_reaction_response

The response for a major allergic reaction

$medications

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

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

$minor_reaction_response

public string|null $minor_reaction_response

The response for a minor allergic reaction

$fields

protected static array<string|int, string> $fields = ["date_as_of" => "string", "date_until" => "string", "notes" => "string", "allergy_signs" => "string", "minor_reaction_response" => "string", "major_reaction_response" => "string", "role_access" => "\\Blackbaud\\SKY\\School\\Components\\MedicalSecurityRole[]", "medications" => "int[]"]

        
On this page

Search results