Beispiel #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Source of inidividual's recorded ethnic code."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSource( SourceOfCode val )
 {
     SetField( CommonDTD.ETHNICITY_SOURCE, val );
 }
Beispiel #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Source of person's religious affiliation code. CBDS: 100058"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSource(SourceOfCode val)
 {
     SetField(CommonDTD.RELIGION_SOURCE, val);
 }
Beispiel #3
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Source of individual's recorded traveller/gypsy code."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSource( SourceOfCode val )
 {
     SetField( CommonDTD.TRAVELLER_SOURCE, val );
 }
Beispiel #4
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Source of person's religious affiliation code. CBDS: 100058"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSource( SourceOfCode val )
 {
     SetField( CommonDTD.RELIGION_SOURCE, val );
 }
Beispiel #5
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Source of inidividual's recorded ethnic code."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSource(SourceOfCode val)
 {
     SetField(CommonDTD.ETHNICITY_SOURCE, val);
 }
Beispiel #6
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Source of individual's recorded traveller/gypsy code."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSource(SourceOfCode val)
 {
     SetField(CommonDTD.TRAVELLER_SOURCE, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;ContactSequenceSource&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates the person who provided the contact sequence order. CBDS: 100221"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetContactSequenceSource( SourceOfCode val )
 {
     SetField( LearnerDTD.LEARNERCONTACT_CONTACTSEQUENCESOURCE, val );
 }
Beispiel #8
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Source of data on use of the specified language.SOURCE: 190052, P161a"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSource( SourceOfCode val )
 {
     SetField( CommonDTD.LANGUAGE_SOURCE, val );
 }
Beispiel #9
0
 /// <summary>
 /// Sets the value of the <c>&lt;Source&gt;</c> element.
 /// </summary>
 /// <param name="val">A SourceOfCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Source of data on use of the specified language.SOURCE: 190052, P161a"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSource(SourceOfCode val)
 {
     SetField(CommonDTD.LANGUAGE_SOURCE, val);
 }