We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ec78a5 + 9344003 commit ea984daCopy full SHA for ea984da
1 file changed
onprc_ehr/resources/etls/clinPathDateFinalized.xml
@@ -0,0 +1,21 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!--update of procedure to production for daily run-->
3
+<etl xmlns="http://labkey.org/etl/xml">
4
+
5
+ <name>clinPathRunDateFinalized</name>
6
7
+ <description>Clin Path Runs ensure that QCState Completed generated the Date Finalized </description>
8
+ <transforms>
9
+ <transform id="clnPathRunEndDate" type="StoredProcedure">
10
+ <description>Runs Stored Procedure that checks if the Date Finalized in present for finalized Charges</description>
11
+ <procedure schemaName="onprc_billing" procedureName="UpdateClinPathEndDate">
12
+ </procedure>
13
+ </transform>
14
+ </transforms>
15
16
+ <schedule>
17
+ <!--4:50AM-->
18
+ <cron expression="0 50 4 * * ?"/>
19
20
+ </schedule>
21
+</etl>
0 commit comments