Skip to content

Beginner docs added#62

Open
Jay-sanjay wants to merge 2 commits intodevfrom
jay-beginer-docs
Open

Beginner docs added#62
Jay-sanjay wants to merge 2 commits intodevfrom
jay-beginer-docs

Conversation

@Jay-sanjay
Copy link
Copy Markdown
Member

  • Beginner docs added for the functions added till now.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 26, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fb124a8) to head (e65348a).
⚠️ Report is 47 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff            @@
##               dev       #62   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           19        46   +27     
=========================================
+ Hits            19        46   +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@TheCedarPrince TheCedarPrince left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good so far! I'll let you keep writing. Left one comment for now! 😃 Thanks Jay!!!

Comment thread docs/src/beginner_tutorial.md Outdated
Comment on lines +61 to +84
We will use this to generate database connection details that will inform `OMOPCDMCohortCreator` about the type of queries we will write (i.e. SQLite) and the name of the database's schema.
For this step, we will use `OMOPCDMCohortCreator`:

```julia
import OMOPCDMCohortCreator as occ

occ.GenerateDatabaseDetails(
:sqlite,
"main"
)
```

Finally, we will generate internal representations of each table found within Eunomia for OMOPCDMCohortCreator to use:

```julia
occ.GenerateTables(conn)
```

As a check to make sure everything was correctly installed and works properly, the following block should work and return a list of all person ids in this data:

```julia
occ.GetDatabasePersonIDs(conn)
```

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remind me, I don't think we actually need any of this, correct?

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