StudentConditionView
extends BaseComponent
in package
Student medical condition
Tags
Table of Contents
Properties
- $condition : IdDescriptorField
- $date_as_of : string|null
- $date_until : string|null
- $id : int
- $notes : string|null
- $fields : array<string|int, string>
Properties
$condition
public
IdDescriptorField
$condition
$date_as_of
public
string|null
$date_as_of
The start date for the condition.
$date_until
public
string|null
$date_until
The end date for the condition.
$id
public
int
$id
The ID of the student’s condition
$notes
public
string|null
$notes
The notes for the condition.
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "condition" => "\\Blackbaud\\SKY\\School\\Components\\IdDescriptorField", "date_as_of" => "string", "date_until" => "string", "notes" => "string", "student_medications" => "\\Blackbaud\\SKY\\School\\Components\\StudentMedication[]"]