Skip to content

Commit

Permalink
Deployed 9651317 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 28, 2024
1 parent bc73233 commit b6e31ea
Show file tree
Hide file tree
Showing 10 changed files with 929 additions and 13 deletions.
439 changes: 439 additions & 0 deletions Diagnosis/index.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions Study/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,15 @@ <h1 id="class-study">Class: Study</h1>

Study : description

Study : diagnosis




Study --&gt; "0..1" Diagnosis : diagnosis
click Diagnosis href "../Diagnosis"


Study : id

Study : name
Expand Down Expand Up @@ -279,6 +288,12 @@ <h2 id="slots">Slots</h2>
<td>direct</td>
</tr>
<tr>
<td><a href="../diagnosis/">diagnosis</a></td>
<td>0..1 <br/> <a href="../Diagnosis/">Diagnosis</a></td>
<td></td>
<td>direct</td>
</tr>
<tr>
<td><a href="../id/">id</a></td>
<td>1 <br/> <a href="../Uriorcurie/">Uriorcurie</a></td>
<td>A unique identifier for a thing</td>
Expand Down Expand Up @@ -354,6 +369,7 @@ <h3 id="direct">Direct</h3>
- birth_date
- age_in_years
- vital_status
- diagnosis
slot_usage:
primary_email:
name: primary_email
Expand Down Expand Up @@ -415,6 +431,15 @@ <h3 id="induced">Induced</h3>
domain_of:
- Study
range: PersonStatus
diagnosis:
name: diagnosis
from_schema: https://w3id.org/ncihtan/htan-linkml
rank: 1000
alias: diagnosis
owner: Study
domain_of:
- Study
range: Diagnosis
id:
name: id
description: A unique identifier for a thing
Expand Down
8 changes: 4 additions & 4 deletions description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,13 @@ <h2 id="applicable-classes">Applicable Classes</h2>
</thead>
<tbody>
<tr>
<td><a href="../NamedThing/">NamedThing</a></td>
<td>A generic grouping for any identifiable entity</td>
<td><a href="../Study/">Study</a></td>
<td>Represents a Study</td>
<td>no</td>
</tr>
<tr>
<td><a href="../Study/">Study</a></td>
<td>Represents a Study</td>
<td><a href="../NamedThing/">NamedThing</a></td>
<td>A generic grouping for any identifiable entity</td>
<td>no</td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit b6e31ea

Please sign in to comment.