17 lines
978 B
HTML
17 lines
978 B
HTML
![]() |
<div class="template-container">
|
||
|
<section class="dashboard-section">
|
||
|
<div class="section-title-wrapper clearfix">
|
||
|
<h2 class="section-title fl">{{getFormDisplayName(conceptDisplayName)}}</h2>
|
||
|
<button class="confirm fr" ng-click="save()" accesskey="s">
|
||
|
<span class="text" ng-bind-html="'CLINICAL_SAVE_TRANSLATION_KEY'| translate"></span>
|
||
|
</button>
|
||
|
</div>
|
||
|
<div ng-if="isFormBuilderForm && formDetails.formUuid" class="concept-set-container" id="{{formDetails.formUuid}}">
|
||
|
<form-controls form="formDetails" patient="patient" validate-form="false"></form-controls>
|
||
|
</div>
|
||
|
<div ng-if="!isFormBuilderForm()" class="concept-set-container" id="scrollOnEdit">
|
||
|
<concept-set patient="::patient" concept-set-name="::conceptSetName" observations="editableObservations" show-title="::false" ng-if="encounter">
|
||
|
</concept-set>
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|