コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ImmunisationCertificateStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A ImmunisationCertificateStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Status of Immunisation Certificate"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetImmunisationCertificateStatus(ImmunisationCertificateStatusType val)
 {
     SetField(CommonDTD.DEMOGRAPHICS_IMMUNISATIONCERTIFICATESTATUS, val);
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;ImmunisationCertificateStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A ImmunisationCertificateStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Status of Immunisation Certificate"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetImmunisationCertificateStatus( ImmunisationCertificateStatusType val )
 {
     SetField( CommonDTD.DEMOGRAPHICS_IMMUNISATIONCERTIFICATESTATUS, val );
 }