StudentMedication
extends BaseComponent
in package
An object for student medication information
Table of Contents
Properties
- $date_as_of : string|null
- $date_until : string|null
- $id : int
- $medication : IdDescriptorField
- $fields : array<string|int, string>
Properties
$date_as_of
public
string|null
$date_as_of
The start date for the medication.
$date_until
public
string|null
$date_until
The end date for the medication.
$id
public
int
$id
The ID of the student’s medication
$medication
public
IdDescriptorField
$medication
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "medication" => "\\Blackbaud\\SKY\\School\\Components\\IdDescriptorField", "date_as_of" => "string", "date_until" => "string"]