AllergiesAndConditionsView
extends BaseComponent
in package
Student medical allergy/condition
Tags
Table of Contents
Properties
- $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
- $type : string|null
- $fields : array<string|int, string>
Properties
$allergy_signs
public
string|null
$allergy_signs
The signs of an allergic reaction
$date_as_of
public
string|null
$date_as_of
The date the allergy or condition 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 or condition ended. Use
format ... Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$id
public
int
$id
The ID of student medical allergy/conditon
$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 a allergy/condition
$type
public
string|null
$type
Medical type
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "type" => "string", "allergy_condition_type" => "\\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", "medications" => "\\Blackbaud\\SKY\\School\\Components\\StudentMedicationRead[]"]