Created
May 13, 2020 11:45
-
-
Save rrameshbtech/75659b21e4bcd659bc3054d5a66a2b80 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="card_block"> | |
<div class="card_block_body form_body"> | |
<div id="carePlan"> | |
<div | |
class="panel-group" | |
id="accordion" | |
role="tablist" | |
aria-multiselectable="true" | |
> | |
<div class="card panel-default"> | |
<div class="card-header" role="tab"> | |
<h4 class="panel-title"> | |
<a | |
class="card-link collapsed" | |
role="button" | |
data-toggle="collapse" | |
data-parent="#accordion" | |
href="#carePlanBody" | |
aria-expanded="false" | |
aria-controls="carePlanBody" | |
> | |
<uimessage code="icrcforms.wttc.carePlanHeader" /> | |
</a> | |
</h4> | |
</div> | |
<div | |
id="carePlanBody" | |
class="panel-collapse collapse panel-careplan" | |
role="tabpanel" | |
> | |
<div class="card-body"> | |
<div id="surgeryByExternalSurgeon"> | |
<div class="row"> | |
<div class="col-lg-12"> | |
<label class="inside_sec_heading d-block"> | |
<uimessage | |
code="icrcforms.wttc.carePlan.surgeryByExternalSurgeon" | |
/> | |
</label> | |
</div> | |
</div> | |
<div id="surgeryByExternalSurgeonBody"> | |
<obsgroup | |
groupingConceptId="ICRC:SURGERY_LEAD_BY_EXTERNAL_SURGEON" | |
> | |
<repeat | |
with="['icrcforms.wttc.carePlan.hipSurgery','ICRC:HIP_SURGERY', 'ICRC:HIP_SURGERY_DISPOSITION_COMMENT'], | |
['icrcforms.wttc.carePlan.kneeSurgery','ICRC:KNEE_SURGERY','ICRC:KNEE_SURGERY_DISPOSITION_COMMENT'], | |
['icrcforms.wttc.carePlan.upperLimbSurgery','ICRC:UPPER_LIMB_SURGERY','ICRC:UPPER_LIMB_SURGERY_DISPOSITION_COMMENT'], | |
['icrcforms.wttc.carePlan.maxillofacialSurgery','ICRC:MAXILLOFACIAL_SURGERY','ICRC:MAXILLOFACIAL_SURGERY_DISPOSITION_COMMENT'], | |
['icrcforms.wttc.carePlan.plasticSurgery','ICRC:PLASTIC_SURGERY','ICRC:PLASTIC_SURGERY_DISPOSITION_COMMENT']" | |
> | |
<div class="row col-lg-12 planRow"> | |
<div class="col-lg-3 col-sm-12 planName"> | |
<label class="ui_label font_weight_normal"> | |
<uimessage code="{0}" /> | |
<input type="checkbox" value="" /> | |
</label> | |
</div> | |
<div class="col-lg dispositionDetails"> | |
<ifMode mode="VIEW" include="false"> | |
<div class="currentDisposition col-lg-6"> | |
<div> | |
<label class="ui_label"> | |
<uimessage | |
code="icrcforms.wttc.careplan.currentDisposition" | |
/>: | |
</label> | |
<label class="ui_label font_weight_normal"> | |
<lookup | |
complexExpression="#if($fn.latestObs('{1}')) | |
${fn.latestObs('{1}').valueCoded.name} | |
#else | |
${fn.message('icrcforms.wttc.careplan.dispositionNotApplicable')} | |
#end" | |
/> | |
</label> | |
</div> | |
<div> | |
<label class="ui_label"> | |
<uimessage | |
code="icrcforms.wttc.careplan.dispositionSince" | |
/>: | |
</label> | |
<label | |
class="ui_label sinceDate font_weight_normal" | |
> | |
<lookup | |
complexExpression="#if($fn.latestObs('{1}')) | |
${fn.latestObs('{1}').obsDatetime} | |
#else | |
${fn.message('icrcforms.wttc.careplan.dispositionNotApplicable')} | |
#end" | |
/> | |
</label> | |
</div> | |
</div> | |
</ifMode> | |
<div class="col-lg-6"> | |
<div class="dispositionSelection"> | |
<ifMode mode="VIEW" include="true"> | |
<div> | |
<label class="ui_label"> | |
<uimessage | |
code="icrcforms.wttc.careplan.selectedDisposition" | |
/> | |
</label> | |
</div> | |
</ifMode> | |
<obs conceptId="{1}" /> | |
</div> | |
<div class="dispositionComment"> | |
<ifMode mode="VIEW" include="true"> | |
<label class="ui_label"> | |
<uimessage | |
code="icrcforms.wttc.carePlan.dispositionComments" | |
/> | |
</label> | |
</ifMode> | |
<obs conceptId="{2}" style="text" /> | |
</div> | |
</div> | |
</div> | |
</div> | |
<hr /> | |
</repeat> | |
</obsgroup> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment