The StudentInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Address |
The student's preferred mailing address.
| |
BirthDate | (Required)
The student's date of birth.
| |
Gender | (Required)
The gender of this student.
| |
HealthVersion | (Required)
This value is used to track student changes that are relevant to the immunization program.
| |
IsDeceased | (Required)
True if this student is deceased.
| |
LegalFirstName | (Required)
The legal first name of the student.
| |
LegalLastName | (Required)
The legal last name of the student.
| |
LegalMiddleName |
The legal middle name of the student.
| |
LegalSuffix |
The legal suffix of the student.
| |
ParentGuardians | (Required)
A list of associated Parent/Guardian information
| |
PhoneNumber |
The student's preferred phone number.
| |
PreferredFirstName | (Required)
The preferred first name of the student.
| |
PreferredLastName | (Required)
The preferred last name of the student.
| |
PreferredMiddleName |
The preferred middle name of the student.
| |
PreferredSuffix |
The preferred suffix of the student.
| |
SchoolEnrolments | (Required)
A list of school enrolments with a school year that is equal to or later than the
current calendar year and where the enrolment has not ended.
| |
SecondaryStudents |
A collection of student keys that identify the secondary students.
| |
StudentKey | (Required)
A unique key used to identify the student.
|
See Also