2.16.840.1.113883.5.10/static-2012-07-24: Unterschied zwischen den Versionen
ADbot (Diskussion | Beiträge) (Automated TermBot page content) |
ADbot (Diskussion | Beiträge) (Automated TermBot page content) |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 17: | Zeile 17: | ||
| bgcolor="#ECE9E4" colspan="2"|'''Beschreibung''' | | bgcolor="#ECE9E4" colspan="2"|'''Beschreibung''' | ||
|- | |- | ||
− | + | |- | |
− | + | |0-L | |
− | + | |'''S''' | |
− | + | |[[Datei:EN-US.png]] entry | |
− | + | | colspan="2" |<p>Condition is tested once before the service is executed (IF condition THEN service).</p> | |
− | + | |- | |
− | + | |0-L | |
− | + | |'''B''' | |
− | + | |[[Datei:EN-US.png]] beginning | |
− | + | | colspan="2" |<p>Condition is tested every time before execution of the service (WHILE condition DO service).</p> | |
− | + | |- | |
− | + | |0-L | |
− | + | |'''E''' | |
− | + | |[[Datei:EN-US.png]] end | |
− | + | | colspan="2" |<p>Condition is tested at the end of a repeated service execution. The service is repeated only if the condition is true (DO service WHILE condition).</p> | |
− | + | |- | |
− | + | |0-L | |
− | + | |'''T''' | |
− | + | |[[Datei:EN-US.png]] through | |
+ | | colspan="2" |<p>Condition must be true throughout the execution and the service is interrupted (asynchronously) as soon as the condition turns false (asynchronous WHILE loop). The service must be interruptible.</p> | ||
+ | |- | ||
+ | |0-L | ||
+ | |'''X''' | ||
+ | |[[Datei:EN-US.png]] exit | ||
+ | | colspan="2" |<p>Condition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to exit.</p> | ||
+ | |} |