Skip to content

Commit

Permalink
Update Therapy.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton committed Dec 6, 2024
1 parent a4e085e commit 27620e7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
select
ch.person_id as patid,
a.staffid,
a.issueseq,
a.eventdate,
product.gemscriptcode,
round(case when a.qty < 0 then null else a.qty end, 0) qty,
Expand Down Expand Up @@ -98,7 +97,6 @@
<EndDate>eventdate</EndDate>
<DaysSupply>days_supply</DaysSupply>
<VisitDetailId>visit_occurrence_id</VisitDetailId>
<Refill>issueseq</Refill>
<Sig>dosage_text</Sig>
<Quantity>qty</Quantity>
<ProviderId>staffid</ProviderId>
Expand Down

0 comments on commit 27620e7

Please sign in to comment.