A MethodSignature defines the parameters and return values for a method. The MethodSignature improves traceability while enhancing the ability for automation engines to execute a MethodDef's FormalExpression.  Most Methods use one or more input parameters and return one or more values.  

Element NameMethodSignature
Parent ElementsConditionDefMethodDef, RangeCheck
Element XPath(s)
  • /ODM/Study/MetaDataVersion/ItemDef/RangeCheck/MethodSignature
  • /ODM/Study/MetaDataVersion/MethodDef/MethodSignature
  • /ODM/Study/MetaDataVersion/ConditionDef/MethodSignature
Element Textual ValueNone
AttributesNone
Child Elements(Parameter*, ReturnValue*)
Usage/Business Rules
  • Business Rule(s):
    • One MethodSignature element is required for the MethodDef and ConditionDef elements, and in the RangeCheck element when a FormalExpression is used. In cases where a MethodSignature element exists without an associated FormalExpression, the MethodSignature supports improved traceability. It also serves the case where one role defines the MethodDef or ConditionDef, but another role provides the executable FormalExpression.
    • A MethodSignature is a required element of every MethodDef. MethodSignature Parameters and ReturnValues are optional.
    • An empty MethodSignature may be used to explicitly indicate that the method does not take any input parameters or return any values.

  • No labels