-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/AI-READI/ai-readi-docs
- Loading branch information
Showing
21 changed files
with
529 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
docs/dataset/clinical-data/OMOP-Clinical-Data-Structure/OMOP-Mapping-Table.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: OMOP Mapping Table | ||
--- | ||
|
||
|
||
import {Redirect} from '@docusaurus/router'; | ||
import DirectOmopTable from '@site/src/components/DirectOmopTable'; | ||
|
||
|
||
<!-- {/* <Redirect to="/omopTable"/>; */} --> | ||
<DirectOmopTable /> | ||
|
4 changes: 4 additions & 0 deletions
4
docs/dataset/clinical-data/OMOP-Clinical-Data-Structure/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "OMOP Clinical Data Structure", | ||
"position": 1 | ||
} |
4 changes: 4 additions & 0 deletions
4
docs/dataset/clinical-data/clinical-lab-tests/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "Clinical Lab Tests", | ||
"position": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/dataset/clinical-data/clinical-lab-tests/data-Domain-Table.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: Data Domain Table | ||
--- | ||
|
||
|
||
import {Redirect} from '@docusaurus/router'; | ||
import DirectDataDomainTable from '@site/src/components/DirectDataDomainTable'; | ||
|
||
<DirectDataDomainTable /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_position: 3 | ||
title: Cognition/MoCA | ||
--- | ||
|
||
|
11 changes: 11 additions & 0 deletions
11
docs/dataset/wearable-activity-monitor/file-processing-table.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: File Processing Table | ||
--- | ||
|
||
|
||
import {Redirect} from '@docusaurus/router'; | ||
import DirectFileProcessingTable from '@site/src/components/DirectFileProcessingTable'; | ||
|
||
|
||
<DirectFileProcessingTable /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.