StudentConditionUpdate
extends BaseComponent
in package
Student condition update
Tags
Table of Contents
Properties
- $date_as_of : string|null
- $date_until : string|null
- $medications : array<string|int, int>|null
- $notes : string|null
- $fields : array<string|int, string>
Properties
$date_as_of
public
string|null
$date_as_of
The date the 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 condition ended. Use format ...
Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$medications
public
array<string|int, int>|null
$medications
The list of student medication IDs for the condition. If included, this list will replace the existing list of medications.
$notes
public
string|null
$notes
The notes for the condition
$fields
protected
static array<string|int, string>
$fields
= ["date_as_of" => "string", "date_until" => "string", "notes" => "string", "role_access" => "\\Blackbaud\\SKY\\School\\Components\\MedicalSecurityRole[]", "medications" => "int[]"]