Пример #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ParamedicalSupport&gt;</c> element.
 /// </summary>
 /// <param name="val">A ParamedicalSupport object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Type of therapy needed by Learner. CBDS: 100086"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetParamedicalSupport(ParamedicalSupport val)
 {
     SetField(LearnerDTD.LEARNERSPECIALNEEDS_PARAMEDICALSUPPORT, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;ParamedicalSupport&gt;</c> element.
 /// </summary>
 /// <param name="val">A ParamedicalSupport object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Type of therapy needed by Learner. CBDS: 100086"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetParamedicalSupport( ParamedicalSupport val )
 {
     SetField( LearnerDTD.LEARNERSPECIALNEEDS_PARAMEDICALSUPPORT, val );
 }