You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Element NameMethodDef
Parent Element(s)MetaDataVersion
Element XPath(s)/ODM/Study/MetaDataVersion/MethodDef
Element Textual ValueNone
Usage

Conditional. There must be an MethodDef element for each unique MethodOID attribute value in the study.

The MethodOID attribute may be used on the ItemGroupDef or ItemDef elements.

AttributesOID, Name, Type, CommentOID
Child Elements

(Description, MethodSignature, FormalExpression*Alias*, DocumentRef*)

The Description element must be provided and should include a prose description. The MethodSignature element must also be provided and identifies the input parameter and return values for the MethodDef. The Description and MethodSignature are the normative content of the MethodDef.

If a FormalExpression is provided, it must contain a machine-readable expression that implements the Description and MethodSignature. Multiple FormalExpressions can be provided if each has a different Context attribute, allowing the same expression to be represented in forms appropriate to multiple systems. A FormalExpression can reference an external code library such that it can be retrieved for execution at run-time. If MethodDef execution order must be specified then use workflows for this purpose.

  • No labels