Documentation

StudentImmunizationRead extends BaseComponent
in package

Student medication

Tags
@property

\Blackbaud\SKY\School\Components\StudentImmunizationType $immunization_type Student immunization type

Table of Contents

Properties

$id  : int
$immunization_date  : string|null
$is_complete  : bool|null
$fields  : array<string|int, string>

Properties

$immunization_date

public string|null $immunization_date

The date of immunization. Use format ... Uses ISO-8601 format: 2022-01-20T16:30:00-05:00

$fields

protected static array<string|int, string> $fields = ["id" => "int", "immunization_type" => "\\Blackbaud\\SKY\\School\\Components\\StudentImmunizationType", "is_complete" => "bool", "immunization_date" => "string"]

        
On this page

Search results