consumerportal
Version:
mydna Custimised for you
52 lines (44 loc) • 2.4 kB
HTML
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69139205-6', 'auto');
ga('set', {
page: '/meds/result.html',
title: 'Meds Result'
});
ga('send', 'pageview');
</script>
<div ng-if="!vm.loaded" class="window loading"><span>Loading Details...</span></div>
<div ng-if="vm.loaded" class="window shadow report meds">
<report-navigator title="'Medications'" links="vm.navigation" selected-value="'results'"></report-navigator>
<div class="main">
<p>Your unique genetic results determine how your body responds to certain medications.</p>
<p>People vary in how slow or fast they process medications. This explains why certain medications may cause side-effects in some people and may not work for others.</p>
<p>The table below explains how your genes work and how it may impact your response to certain medications.</p>
<table ng-if="vm.patientGenoTypes.length > 0">
<thead>
<tr>
<th width="25%">Test</th>
<th width="25%">Result</th>
<th width="50%">Explanation</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="val in vm.patientGenoTypes">
<td data-th="Gene">{{val.Gene}}</td>
<td data-th="Predicted Function">
<div class="results_traffic_light {{val.Color}}">
{{val.ShortPhenotype}}
</div>
</td>
<td data-th="Interpretation">{{val.LongDescription}}</td>
</tr>
</tbody>
</table>
<p ng-if="vm.patientGenoTypes.length<=0">Your Genetic Results are not yet available.</p>
<div class="gap"></div>
<p class="small">There are many factors that your healthcare professional considers when deciding a suitable medication for you such as age, lifestyle and other medications. Do not alter the dose of your medications without consulting your doctor.</p>
</div>
</div>