Skip to content

Commit

Permalink
Update HealthVerityPersonBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton committed Nov 19, 2024
1 parent 49ce1e2 commit 9a41e06
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 9a41e06

Please sign in to comment.