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 concept_name field to summary & monthly tables from pre-processing #33

Closed
andysouth opened this issue Aug 20, 2024 · 1 comment · Fixed by #32
Closed

add concept_name field to summary & monthly tables from pre-processing #33

andysouth opened this issue Aug 20, 2024 · 1 comment · Fixed by #32

Comments

@andysouth
Copy link
Contributor

as agreed in meeting 2024-08-16
Will make development & bug spotting easier.
Also will make display easier without needing to join repeatedly

Can be done by something like
left_join(select(cdm$concept, concept_id, concept_name),
by = 'concept_id')

At the end of analyse_summary_stats() & analyse_monthly_counts()

Copy link

linear bot commented Aug 20, 2024

SAF-649 add concept_name field to summary & monthly tables from pre-processing

as agreed in meeting 2024-08-16
Will make development & bug spotting easier.
Also will make display easier without needing to join repeatedly

Can be done by something like
left_join(select(cdm$concept, concept_id, concept_name),
by = 'concept_id')

At the end of analyse_summary_stats() & analyse_monthly_counts()

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

Successfully merging a pull request may close this issue.

3 participants