StudentImmunizationType
extends BaseComponent
in package
Student immunization type
Table of Contents
Properties
- $description : string|null
- $id : int|null
- $required : bool|null
- $fields : array<string|int, string>
Properties
$description
public
string|null
$description
The description of immunization type
$id
public
int|null
$id
The ID of immunization type
$required
public
bool|null
$required
Returns true if immunization type is required else false
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "description" => "string", "required" => "bool"]