ConditionalText

Text which has a changeable value depending on a stated condition, response to earlier questions, or as input from a set of metrics (pre-supplied data).

Extends

TextContent

Properties

Name Type Cardinality
expression CommandCode 0..1

expression

The condition on which the associated text varies expressed by a command code. For example, a command that inserts an age by calculating the difference between today’s date and a previously defined date of birth.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_ConditionalText [ label = "{<id>ConditionalText | + expression : CommandCode \l \l \l| \l \l}" tooltip = "ComplexDataTypes:ConditionalText" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_TextContent [ label = "{<id>TextContent | + description : StructuredString \l \l \l| \l \l}" tooltip = "ComplexDataTypes:TextContent" ]; } DDI4_ConditionalText -> DDI4_TextContent [arrowhead=empty color="#000000" ]; }