This repository was archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBlood.xml
More file actions
37 lines (37 loc) · 1.32 KB
/
Blood.xml
File metadata and controls
37 lines (37 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SubstanceCompound xmlns="uri:/mil/tatrc/physiology/datamodel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" contentVersion="BioGears_6.3.0-beta" xsi:schemaLocation="">
<Name>Blood</Name>
<Component Name="Hemoglobin">
<Concentration value="3.7" unit="g/dL"/>
</Component>
<Component Name="Oxyhemoglobin">
<Concentration value="11.1" unit="g/dL"/>
</Component>
<Component Name="Sodium">
<Concentration value="0.322" unit="g/dL"/>
</Component>
<Component Name="Albumin">
<Concentration value="4.5" unit="g/dL"/>
</Component>
<Component Name="Urea">
<Concentration value="0.0257" unit="g/dL"/>
</Component>
<Component Name="Glucose">
<Concentration value="0.08" unit="g/dL"/>
</Component>
<Component Name="Triacylglycerol">
<Concentration value="0.107" unit="g/dL"/>
</Component>
<Component Name="Calcium">
<Concentration value="0.01" unit="g/dL"/>
</Component>
<Component Name="Creatinine">
<Concentration value="0.001" unit="g/dL"/>
</Component>
<Component Name="Oxygen">
<Concentration value="0.0314" unit="g/L"/>
</Component>
<Component Name="CarbonDioxide">
<Concentration value="0.715" unit="g/L"/>
</Component>
</SubstanceCompound>