Skip to content

Commit

Permalink
removed physical condition
Browse files Browse the repository at this point in the history
  • Loading branch information
merovingienne committed Aug 24, 2017
1 parent db7edfb commit 31df58d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions omod/src/main/webapp/pages/pretheaterData.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -218,21 +218,6 @@ ${ ui.includeFragment('operationtheater', 'surgeryHeader', [
</div>
</fieldset>

<fieldset class="section-container" id="patient_history">
<legend style="padding: 5px 5px 0px 5px">Fitness for Surgery</legend>
<div class="section">
<div class="section-item">
<h3>Physical condition</h3>
<p>Enter conditions that may be of concern for the procedure.</p>
${ ui.includeFragment('operationtheater', 'field/textarea', [
placeholder : "Physical Condition",
formFieldName: "physicalCondition",
id : "physicalCondition",
rows : 3
]) }
</div>
</div>
</fieldset>

<fieldset class="section-container" id="patient_history">
<legend style="padding: 5px 5px 0px 5px">Pre-procedure tasks</legend>
Expand Down

0 comments on commit 31df58d

Please sign in to comment.