Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<div class="patient-consent" ng-class="{'content-loading': globalDelayTracker.active(), 'content-loaded': !globalDelayTracker.active()}">
<div class="wrapper">
<div class="consent">
<button ng-click="cancel()" class="close-btn">
<i class="icon icon-close-1" aria-hidden="true"></i>
<span class="sr-only">Close</span>
</button>
<div class="consent-content">
<p>I understand the following:</p>
<ol class="parenthesis">
<li>This app is not for emergency consultation. If you believe you are experiencing a medical emergency,
<button id="btn911" ng-click="dial911($event)" title="Dial 9 1 1 from your mobile device" class="ui-link">dial 911</button>.</li>
<li>Information that I submit may not be immediately reviewed by my healthcare team.</li>
<li>I am using this app to provide information to VA healthcare providers instead of making a face-to-face visit.</li>
<li>The information I submit with this app may be added to my VA electronic record.</li>
<li>A healthcare provider will review the information that I submit and communicate information to me using this mobile app.</li>
<li>I am responsible for using my own device to submit photos and/or videos of myself along with answers to some questions.</li>
</ol>
</div>

<div class="consent-buttons">
<button ng-click="dontConsent()" class="btn btn-default do-not-consent">I Do Not Consent</button>
<button ng-click="consent()" class="btn btn-default">I Consent</button>
<div class="checkbox-group">
<button class="btn btn-default" id="no-show-consent-btn" ng-click="updateNoShow()" role="checkbox" aria-checked="{{noShowConsent}}" aria-label="{{'Do not display again'}}">
<span class="glyphicon" ng-class="[{'glyphicon-check': noShowConsent}, {'glyphicon-unchecked': !noShowConsent}]"></span>
</button>
<span class="checkbox-label" ng-click="updateNoShow()">Do not display again</span>
</div>
</div>
</div>
</div>
</div>