Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions onprc_ehr/resources/etls/clinPathDateFinalized.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--update of procedure to production for daily run-->
<etl xmlns="http://labkey.org/etl/xml">

<name>clinPathRunDateFinalized</name>

<description>for Clin Path Runs insure that QCState Completed generated Date Finalized </description>


<transforms>
<transform id="clnPathRunEndDate" type="StoredProcedure">
<description>Code to enddate or remove Aliases not Assocatied with ONPRC.</description>
<procedure schemaName="onprc_billing" procedureName="UpdateClinPathEndDate">
</procedure>
</transform>


</transforms>

<schedule>

<!--4:50AM-->
<cron expression="0 50 04 * * ?"/>

</schedule>
</etl>