Skip to content

Commit

Permalink
change variable to public
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Mar 20, 2024
1 parent 376392e commit f4e0d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/cohortdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ type Person struct {
}

type OrdinalGroupData struct {
name string
personCount int64
valueAsString string
valueAsConceptID int64
Name string
PersonCount int64
ValueAsString string
ValueAsConceptID int64
}

// This function returns the subjects that belong to both cohorts (the intersection of both cohorts)
Expand Down

0 comments on commit f4e0d1a

Please sign in to comment.