Created
April 21, 2018 13:11
-
-
Save aarshtalati/d10ce2dd77f25a08231b00d5b2a82529 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-md-5 panel panel-primary"> | |
<div class="panel-heading"> | |
<h3 id="hImpairmentText" class="text-center">Impairment Domain: Not Well Controlled</h3> | |
</div> | |
<div class="row unselectable"> | |
<p class="text-center">Recommended Action for treatment <i> | |
<small> (editable)</small> | |
</i>: | |
</p> | |
</div> | |
<!-- potential bug, what happens if you delete all text? data-emptytext doesnt seem to help--> | |
<!-- Will pull in recommended action treatment from API here (remove hardcode, apppend to HTML)--> | |
<div class="row"> | |
<div class="panel panel-default" data-emptytext="Enter Action for treatment"> | |
<ul id="ulImpairmentActionTreatment" class="treatment_actionsZ" contenteditable="true"> | |
<li>Step up (1 step) and</li> | |
<li>Reevaluate in 2-6 weeks.</li> | |
<li>If no clear benefit in 4-6 weeks, consider alternative diagnoses or adjusting therapy.</li> | |
<li>For side effects, consider alternative treatment options.</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
<div class="col-md-1"></div> | |
<div class="col-md-5 panel panel-default"> | |
<div class="row unselectable"> | |
<h3 id="hRiskText" class="text-center">Risk Domain*: Well Controlled</h3> | |
</div> | |
<div class="row unselectable"> | |
<p class="text-center">Recommended Action for treatment <i> | |
<small> (editable)</small> | |
</i>: | |
</p> | |
</div> | |
<div class="row"> | |
<div class="panel panel-default" data-emptytext="Enter Action for treatment"> | |
<ul id="ulRiskActionTreatment" class="treatment_actionsZ" contenteditable="true"> | |
<li>Maintain current treatment.</li> | |
<li>Regular followup every 1-6 months.</li> | |
<li>Consider step down if well controlled for at least 3 months.</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment