Element Name | Parameter |
---|---|
Parent Element(s) | MethodSignature |
Element XPath(s) |
|
Element Textual Value | None |
Usage | Conditional. There must be an ItemDef element for each unique ItemOID attribute value in the study. |
Attributes | Name, Definition,DataType, OrderNumber |
Child Elements | (Description?, Question?, RangeCheck*, CodeListRef?, Coding*, Alias*) |
Name | name | The parameter name | |
Definition | text | (optional) | A free-text definition of the parameter |
DataType | (text | integer | decimal | float | double | date | time | datetime | string | boolean | double | hexBinary | base64Binary | hexFloat | base64Float | partialDate | partialTime | partialDatetime | durationDatetime | intervalDatetime | incompleteDatetime | incompleteDate | incompleteTime | URI ) | Parameter datatype | |
OrderNumber | positiveInteger | (optional) | Position of the Parameter in the MethodSignature |
Contained in:
The Parameter element represents a method parameter used as part of a MethodSignature in MethodDef, ConditionDef, or RangeCheck. A Parameter identifies values passed to a Method that may be processed by a FormalExpression. To maintain the relative simplicity of MethodDef implementations, default values and optional parameters are not explicitly supported.