From f4e0d1a2de548856dcdc4ceed2652ba25304a593 Mon Sep 17 00:00:00 2001 From: tianj7 Date: Wed, 20 Mar 2024 14:15:39 -0500 Subject: [PATCH] change variable to public --- models/cohortdata.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/models/cohortdata.go b/models/cohortdata.go index cdbf742c..ba075d82 100644 --- a/models/cohortdata.go +++ b/models/cohortdata.go @@ -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)