Summary

This command returns true if the two parameters are not equal.


Attributes

Parameters

Choice of one of the following:

  • two boolean commands
  • two date commands
  • two number commands
  • two string commands
  • two partial date commands

Example

  <script scriptId="AECheck">
      <body>
        <s:alert>
          <s:expression>
            <s:or>
              <s:not>
                <s:isSet/>
              </s:not>
              
              <s:ne>
                <s:numberPath path=":value"/>
                <s:number value="2"/>
              </s:ne>
              
              <s:contains>
                <s:question path="/ds4.dsdecodn_et"/>
                <s:string value="Adverse Event"/>
              </s:contains>
            </s:or>
          </s:expression>
          <s:correction>
            <s:string value="optional"/>
          </s:correction>
          <s:text>
            <s:string value="Action taken is Drug Withdrawn, however Completion Status 
            primary reason for study discontinuation is not Adverse Event. Please 
            clarify."/>
          </s:text>
        </s:alert>
      </body>
      <target typeId="aeacnn" when="preprocess" shouldReconcile='true' />
      <dependent path="/ds4.dsdecodn_et"/>
    </script>



Need more help?

Please visit the Fountayn Contact Information page.