Skip to content

Instantly share code, notes, and snippets.

@vladmarchuk
Created October 22, 2018 13:05
Show Gist options
  • Save vladmarchuk/b699901e183e3a15c5161f8ec9bd66b5 to your computer and use it in GitHub Desktop.
Save vladmarchuk/b699901e183e3a15c5161f8ec9bd66b5 to your computer and use it in GitHub Desktop.
<slider>
<slider-item :src="./assets/slider-1/slide-1.jpg" :symphtome="Syncope">
<div class="info-wrap">
<ul>
<li>Hemodynamic: Systemic vasodilation (exertion, orthostatic, vasodepressor) and low-fixed cardiac output (CO) due to high pulmonary resistance</li>
<li>Arrhythmic: Benign arrhythmias (atrial fibrillation) result in loss of atrial contribution to CO; Malignant arrhythmias provoked by wall stretch, ischemia</li>
</ul>
</div>
</slider-item>
<slider-item :src="./assets/slider-1/slide-2.jpg" :symphtome="Angina">
<div class="info-wrap">
<p>Angina is common in PAH. It may be indicative of disease progression. Characteristics of angina to look for include:</p>
<ul>
<li>Increased myocardial oxygen (O<sub>2</sub> ) demand: Elevated right ventricular wall stress (volume, pressure)</li>
<li>Inadequate O<sub>2</sub> delivery.</li>
</ul>
</div>
</slider-item>
...
</slider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment