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 edit and print component functions and small fixes #13

Merged
merged 6 commits into from
Feb 1, 2021
Merged

Conversation

mdlavallee92
Copy link
Collaborator

  • Edit Functions --> can edit a component part by adding or replacing a feature in an existing component. Still in development stage. Only works for subclasses, Primary Criteria and Inclusion Rules. Need to work on edit functions to groups.

  • Print Statements --> preview the component part that the user has created. Needs testing and input on style

  • changed componentClass function to componentType to avoid confusion between the component class and subtype of component

  • Add has feature to readInCirce--> when reading a circe json can toggle to either read in just the cohort definition (like before) or read in a hash table (environment) into the R global environment that contains all the pieces needed to build the cohort definition (excluding the connection details)

  • Update r language builder to work with concept set id of json instead of sequential use. For example if concept set ids are 1 and 4 then they are loaded instead of assuming the ids are ordered 0,1.

  • Add concept attribute user functions

  • Bug fix to cohort compilation. handles instances when cohort definition does not have additional criteria or inclusion rules

  • Updates to documentation

@leeevans leeevans merged commit 1cacadf into main Feb 1, 2021
@mdlavallee92 mdlavallee92 deleted the develop2 branch February 1, 2021 19:36
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 this pull request may close these issues.

2 participants