Hierarchy

  • StudentInfo

Properties

additionalInfo: AdditionalInfo[]

Additional information about the student such as transportation information

address?: string

The student's address

birthDate: Date

The birth date of the student

counselor?: Staff

The student's counselor

currentSchool?: string

The school the student goes to

dentist?: {
    extn: string;
    name: string;
    office: string;
    phone: string;
}

The student's dentist

Type declaration

  • extn: string
  • name: string
  • office: string
  • phone: string
email?: string

The email of the student provided by the school

emergencyContacts: EmergencyContact[]

A list of contacts in case of emergency

gender?: string

The student's gender

grade?: string

The grade level of the student

homeLanguage?: string

The student's primary language

homeRoom?: string

The student's homeroom location/name

homeRoomTeacher?: Staff

The student's homeroom teacher

id?: string

The student's ID. Can be their matric number

lockerInfoRecords?: string

The info about the student's lockers

orgYearGu?: string

The organization year Gu. it is unknown what this does

phone?: string

The student's parent phone number

photo?: string

The student's photo. It is a base64 string

physician?: {
    extn: string;
    hospital: string;
    name: string;
    phone: string;
}

The student's physician

Type declaration

  • extn: string
  • hospital: string
  • name: string
  • phone: string
student: {
    lastName: string;
    name: string;
    nickname: string;
}

Basic info about the student

Type declaration

  • lastName: string

    The last name of the student

  • name: string

    The name of the student

  • nickname: string

    The nickname of the student

track?: string

The track the student is in

Generated using TypeDoc