Documentation

StudentImmunization extends BaseComponent
in package

Student immunization

Table of Contents

Properties

$immunization_date  : string|null
$immunization_type  : string
$fields  : array<string|int, string>

Properties

$immunization_date

public string|null $immunization_date

The date of the immunization. Use format ... Uses ISO-8601 format: 2022-01-20T16:30:00-05:00 Excluding a date here will clear the immunization from the student's immunizations.

$immunization_type

public string $immunization_type

The ID or description of the immunization type

$fields

protected static array<string|int, string> $fields = ["immunization_type" => "string", "immunization_date" => "string"]

        
On this page

Search results