StudentImmunizationRead
extends BaseComponent
in package
Student medication
Tags
Table of Contents
Properties
- $id : int
- $immunization_date : string|null
- $is_complete : bool|null
- $fields : array<string|int, string>
Properties
$id
public
int
$id
The ID of student immunization
$immunization_date
public
string|null
$immunization_date
The date of immunization. Use format
... Uses ISO-8601 format:
2022-01-20T16:30:00-05:00
$is_complete
public
bool|null
$is_complete
Returns true if immunization exists for the student
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "immunization_type" => "\\Blackbaud\\SKY\\School\\Components\\StudentImmunizationType", "is_complete" => "bool", "immunization_date" => "string"]