Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cohort id to log, not just cohort name #132

Closed
gowthamrao opened this issue Feb 18, 2024 · 0 comments · Fixed by #140
Closed

Add cohort id to log, not just cohort name #132

gowthamrao opened this issue Feb 18, 2024 · 0 comments · Fixed by #140
Milestone

Comments

@gowthamrao
Copy link
Member

CohortGenerator FUN 2/284- Generating cohort: Cough or Sputum

I use the log to see which cohort is being generated from the CohortDefinitionSet object. The log only tells me the cohort name. While that is informative, its not sufficient. CohortNames are not unique, cohortIds are.

Can we do a simple change to write both cohortId and cohortName to the log? can be even as simple as paste0(cohortId, " - ", cohortName).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants