Skip to content

Commit

Permalink
Update anordnungen.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpen committed Dec 29, 2017
1 parent 74460a7 commit d3b0570
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions module/cerner-medico/anordnungen.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<notfalldatenmodul>
<name>Anordnungen</name>
<version>1.0</version>
<version>1.1</version>
<maintainer>FEK, Serpen</maintainer>
<history />
<parameter>
Expand All @@ -26,7 +26,7 @@ SELECT
goald,
n1210don.crd as crd,
des as namechr,
CASE state
CASE n1210don.state
WHEN 10 THEN 'Nicht bestätigt'
WHEN 20 THEN '(Von Anordner) bestätigt'
WHEN 30 THEN 'in Ausarbeitung'
Expand All @@ -40,9 +40,9 @@ FROM n1200dor
WHERE
pat = :pat
AND (greatest(goald,docd) >= SYSDATE - :DaysLookBack
OR state &lt; 40)
OR n1210don.state &lt; 40)

ORDER BY goald, srvtxt
</sql>
<converter default="true">Convert-QueryToXML</converter>
</notfalldatenmodul>
</notfalldatenmodul>

0 comments on commit d3b0570

Please sign in to comment.