Exemple #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;NegotiatedCurriculumPlan&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Does the student have a negotiated curriculum plan?"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetNegotiatedCurriculumPlan(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(StudentDTD.STUDENTSDTN_NEGOTIATEDCURRICULUMPLAN, val);
 }
Exemple #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;AdjustedEducationProgram&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Does the student have an adjusted education program?"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetAdjustedEducationProgram(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(StudentDTD.STUDENTSDTN_ADJUSTEDEDUCATIONPROGRAM, val);
 }
Exemple #3
0
 /// <summary>
 /// Sets the value of the <c>&lt;AttendanceConcerns&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicator of whether the Student had attendance concerns worth noting."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetAttendanceConcerns(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(StudentDTD.STUDENTSDTN_ATTENDANCECONCERNS, val);
 }
Exemple #4
0
 /// <summary>
 /// Sets the value of the <c>&lt;HealthNeeds&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicator of whether the Student has any Health Care Needs."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetHealthNeeds(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(StudentDTD.STUDENTSDTN_HEALTHNEEDS, val);
 }
Exemple #5
0
 /// <summary>
 /// Sets the value of the <c>&lt;RollMarked&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Was the Roll Marked for this Period?"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetRollMarked(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(SchoolDTD.SESSIONINFO_ROLLMARKED, val);
 }
Exemple #6
0
 /// <summary>
 /// Sets the value of the <c>&lt;IndividualLearningPlan&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Does this student have an individual learning plan in place?"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetIndividualLearningPlan(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(StudentDTD.STUDENTSCHOOLENROLLMENT_INDIVIDUALLEARNINGPLAN, val);
 }
Exemple #7
0
 /// <summary>
 /// Sets the value of the <c>&lt;GiftedEligibilityCriteria&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetGiftedEligibilityCriteria(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(ProgramsDTD.STUDENTPARTICIPATION_GIFTEDELIGIBILITYCRITERIA, val);
 }
Exemple #8
0
 /// <summary>
 /// Sets the value of the <c>&lt;MainlySpeaksEnglishAtHome&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Is English the main language spoken at home?"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetMainlySpeaksEnglishAtHome(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(StudentDTD.STUDENTCONTACT_MAINLYSPEAKSENGLISHATHOME, val);
 }
Exemple #9
0
 /// <summary>
 /// Sets the value of the <c>&lt;OKToPublish&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Can the picture be published?"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetOKToPublish(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(SchoolDTD.PERSONPICTURE_OKTOPUBLISH, val);
 }
Exemple #10
0
 /// <summary>
 /// Sets the value of the <c>&lt;GraduationRequirement&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Does the state require that the course be completed for graduation?"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetGraduationRequirement(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(StudentDTD.SCHOOLCOURSEINFO_GRADUATIONREQUIREMENT, val);
 }
Exemple #11
0
 /// <summary>
 /// Sets the value of the <c>&lt;CoreAcademicCourse&gt;</c> element.
 /// </summary>
 /// <param name="val">A AUCodeSetsYesOrNoCategoryType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Does the course meet the state definition of a core academic course?"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetCoreAcademicCourse(AUCodeSetsYesOrNoCategoryType val)
 {
     SetField(StudentDTD.SCHOOLCOURSEINFO_COREACADEMICCOURSE, val);
 }