/// <summary> /// Sets the value of the <c><InterventionType></c> element. /// </summary> /// <param name="val">A InterventionType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "The description of the type of intervention that is delivered."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetInterventionType( InterventionType val ) { SetField( InstrDTD.INTERVENTION_INTERVENTIONTYPE, val ); }
/// <summary> /// Sets the value of the <c><InterventionType></c> element. /// </summary> /// <param name="val">A InterventionType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "The description of the type of intervention that is delivered."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetInterventionType(InterventionType val) { SetField(InstrDTD.INTERVENTION_INTERVENTIONTYPE, val); }