Skip to content

Commit

Permalink
Add the high priority flowsheet excel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesterguan committed Feb 9, 2024
1 parent b729646 commit 7a965aa
Show file tree
Hide file tree
Showing 4 changed files with 3,367 additions and 124 deletions.
14 changes: 14 additions & 0 deletions sop-website/docs/Data-Cohort/EHR_processing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: EHR data processing
id: ehr-data-processing
description: EHR data elements
---



[High-Priority Flowsheet Data Elements](https://docs.google.com/spreadsheets/d/1Bu0wCXa8uJhWIY_CRp1bZG7ehy1pr-D3/edit?usp=sharing&ouid=102935042242647676321&rtpof=true&sd=true)

<div width="100%">
<iframe
src={'https://docs.google.com/spreadsheets/d/1Bu0wCXa8uJhWIY_CRp1bZG7ehy1pr-D3/edit?usp=sharing&ouid=102935042242647676321&rtpof=true&sd=true'} width="100%" height="600rem" />
</div>
12 changes: 10 additions & 2 deletions sop-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,16 @@ const config = {
blogSidebarTitle: 'Latest posts',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/chorus-ai/data_acq_SOP/edit/main/sop-website/',
editUrl:({locale, blogDirPath, blogPath, permalink}) =>
`https://github.com/chorus-ai/data_acq_SOP/edit/main/sop-website/${blogDirPath}/${blogPath}`,
editLocalizedFiles: false,
include: ['**/*.{md,mdx}'],
exclude: [
'**/_*.{js,jsx,ts,tsx,md,mdx}',
'**/_*/**',
'**/*.test.{js,jsx,ts,tsx}',
'**/__tests__/**',
],
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down
Loading

0 comments on commit 7a965aa

Please sign in to comment.