2.16.840.1.113883.5.10/static-2012-07-24: Unterschied zwischen den Versionen

Aus Hl7wiki
Wechseln zu: Navigation, Suche
(Automated TermBot page content)
 
(Automated TermBot page content)
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 17: Zeile 17:
 
| bgcolor="#ECE9E4" colspan="2"|'''Beschreibung'''
 
| bgcolor="#ECE9E4" colspan="2"|'''Beschreibung'''
 
|-
 
|-
 
               
 
                Condition is tested once before the service is executed (IF condition THEN service).
 
           
 
               
 
                Condition is tested every time before execution of the service (WHILE condition DO service).
 
           
 
               
 
                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).
 
           
 
               
 
                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.
 
           
 
               
 
                Condition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to
 
                    exit.
 
            |}
 
 
|-
 
|-
 
|0-L
 
|0-L
 
|'''S'''
 
|'''S'''
|<font color="grey">(en-US)</font> entry
+
|[[Datei:EN-US.png]] entry
 
| colspan="2" |<p>Condition is tested once before the service is executed (IF condition THEN service).</p>
 
| colspan="2" |<p>Condition is tested once before the service is executed (IF condition THEN service).</p>
 
|-
 
|-
 
|0-L
 
|0-L
 
|'''B'''
 
|'''B'''
|<font color="grey">(en-US)</font> beginning
+
|[[Datei:EN-US.png]] beginning
 
| colspan="2" |<p>Condition is tested every time before execution of the service (WHILE condition DO service).</p>
 
| colspan="2" |<p>Condition is tested every time before execution of the service (WHILE condition DO service).</p>
 
|-
 
|-
 
|0-L
 
|0-L
 
|'''E'''
 
|'''E'''
|<font color="grey">(en-US)</font> end
+
|[[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>
 
| 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
 
|0-L
 
|'''T'''
 
|'''T'''
|<font color="grey">(en-US)</font> through
+
|[[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>
 
| 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
 
|0-L
 
|'''X'''
 
|'''X'''
|<font color="grey">(en-US)</font> exit
+
|[[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>
 
| 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>
 +
|}

Aktuelle Version vom 18. November 2012, 13:16 Uhr

Codesystem Name Codesystem Id Version / Eingangsdatum Status
ActRelationshipCheckpoint 2.16.840.1.113883.5.10 2012-07-24 definitiv
Level/Typ Code Anzeigename Beschreibung
0-L S EN-US.png entry

Condition is tested once before the service is executed (IF condition THEN service).

0-L B EN-US.png beginning

Condition is tested every time before execution of the service (WHILE condition DO service).

0-L E EN-US.png end

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).

0-L T EN-US.png through

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.

0-L X EN-US.png exit

Condition is a loop checkpoint, i.e. it is a step of an activity plan and, if negative causes the containing loop to exit.