Skip to content

Commit

Permalink
Merge pull request #137 from OHDSI/HV-VisitDetail.AdmittingSourceValu…
Browse files Browse the repository at this point in the history
…e-fix

Update HealthVerityPersonBuilder.cs
  • Loading branch information
bradanton authored Nov 19, 2024
2 parents 49ce1e2 + 9a41e06 commit 9255019
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ public override IEnumerable<VisitDetail> BuildVisitDetails(VisitDetail[] visitDe
var visitDetail =
new VisitDetail(visitOccurrence)
{
Id = Offset.GetKeyOffset(visitOccurrence.PersonId).VisitDetailId
Id = Offset.GetKeyOffset(visitOccurrence.PersonId).VisitDetailId,
AdmittingSourceValue = visitOccurrence.AdmittingSourceValue
};

if (!visitDetail.EndDate.HasValue)
Expand Down

0 comments on commit 9255019

Please sign in to comment.