Skip to content

Commit

Permalink
v2482 pre tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
koskedk committed Jun 5, 2020
1 parent b86183e commit a459296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class PatientExtractView : ClientExtract
[NotMapped] public bool HasStatus => null != PatientStatusExtracts && PatientStatusExtracts.Any();
[NotMapped] public bool HasVisit => null != PatientVisitExtracts && PatientVisitExtracts.Any();

// [NotMapped] public bool HasAdverse => null != PatientAdverseEventExtracts && PatientAdverseEventExtracts.Any();
[NotMapped] public bool HasAdverse => null != PatientAdverseEventExtracts && PatientAdverseEventExtracts.Any();

public Facility GetFacility()
{
Expand Down

0 comments on commit a459296

Please sign in to comment.