Example #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;InterventionDelivery&gt;</c> element.
 /// </summary>
 /// <param name="val">A InterventionDelivery object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "How the instruction is delivered."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetInterventionDelivery( InterventionDelivery val )
 {
     SetField( InstrDTD.INTERVENTION_INTERVENTIONDELIVERY, val );
 }
Example #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;InterventionDelivery&gt;</c> element.
 /// </summary>
 /// <param name="val">A InterventionDelivery object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "How the instruction is delivered."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetInterventionDelivery(InterventionDelivery val)
 {
     SetField(InstrDTD.INTERVENTION_INTERVENTIONDELIVERY, val);
 }