Skip to content

New ETL that handles End Date and Revision in the future for eIACUC t… #1310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release24.11-SNAPSHOT
Choose a base branch
from
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
6 changes: 0 additions & 6 deletions onprc_ehr/resources/etls/UpdateEhrProtocols.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@

<transforms>

<transform id="UpdateBaseProtocol" type="StoredProcedure">
<description>Determines and populates BaseProtocol and RevisionNumber data for the protocol table in schema onprc_ehr.</description>
<procedure schemaName="onprc_ehr" procedureName="BaseProtocol">
</procedure>
</transform>

<transform id="enddateExpiredProtocolsProtocol" type="StoredProcedure">
<description>Adds enddate data to the protocol table in ehr.</description>
<procedure schemaName="onprc_ehr" procedureName="ExpiredProtocolUpdate">
Expand Down