Skip to content

Commit

Permalink
Deployed a641c38 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 22, 2024
1 parent ce8bf4d commit 3c175b4
Show file tree
Hide file tree
Showing 16 changed files with 2,636 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Entity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ <h1 id="class-entity">Class: Entity</h1>
Entity &lt;|-- Person
Entity &lt;|-- Participant
Entity &lt;|-- ResearchStudy
Entity &lt;|-- Visit
Entity &lt;|-- Organization
Entity &lt;|-- TimePoint

Expand All @@ -223,6 +224,7 @@ <h2 id="inheritance">Inheritance</h2>
<li><a href="../Person/">Person</a></li>
<li><a href="../Participant/">Participant</a></li>
<li><a href="../ResearchStudy/">ResearchStudy</a></li>
<li><a href="../Visit/">Visit</a></li>
<li><a href="../Organization/">Organization</a></li>
<li><a href="../TimePoint/">TimePoint</a></li>
</ul>
Expand Down
28 changes: 28 additions & 0 deletions Participant/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#usages">
Usages
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#identifier-and-mapping-information">
Identifier and Mapping Information
</a>
Expand Down Expand Up @@ -308,6 +313,25 @@ <h2 id="slots">Slots</h2>
</tr>
</tbody>
</table>
<h2 id="usages">Usages</h2>
<table>
<thead>
<tr>
<th>used by</th>
<th>used in</th>
<th>type</th>
<th>used</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="../Visit/">Visit</a></td>
<td><a href="../related_participant/">related_participant</a></td>
<td>range</td>
<td><a href="./">Participant</a></td>
</tr>
</tbody>
</table>
<h2 id="identifier-and-mapping-information">Identifier and Mapping Information</h2>
<h3 id="schema-source">Schema Source</h3>
<ul>
Expand Down Expand Up @@ -366,6 +390,8 @@ <h3 id="direct">Direct</h3>
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: integer
unit:
ucum_code: d
index_timepoint:
name: index_timepoint
description: The text term used to describe the reference or anchor date used
Expand Down Expand Up @@ -432,6 +458,8 @@ <h3 id="induced">Induced</h3>
domain_of:
- Participant
range: integer
unit:
ucum_code: d
index_timepoint:
name: index_timepoint
description: The text term used to describe the reference or anchor date used
Expand Down
4 changes: 4 additions & 0 deletions Person/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ <h3 id="direct">Direct</h3>
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: integer
unit:
ucum_code: d
year_of_death:
name: year_of_death
description: Numeric value to represent the calendar year in which an individual
Expand Down Expand Up @@ -585,6 +587,8 @@ <h3 id="induced">Induced</h3>
domain_of:
- Person
range: integer
unit:
ucum_code: d
year_of_death:
name: year_of_death
description: Numeric value to represent the calendar year in which an individual
Expand Down
Loading

0 comments on commit 3c175b4

Please sign in to comment.