From the following section of html on the Consent Form shows expected results for bahmni-observation display control but does not show adminsion-details. Is this the correct usage of Admission Details display control in print?
<div class="right">
<link rel="stylesheet" href="../styles/registrationPrint.css" media="all"/>
<section class="block observation dashboard-section">
<bahmni-observation patient="patient"
config="{conceptNames: ['Referred By Doctor'],
scope:'latest', showGroupDateTime: false}"
section-title="">
</bahmni-observation>
</section>
<section>
<admission-details
patient-uuid="::patient.uuid"
title="Admission Details" visit-summary="visitSummary">
</admission-details>
</section>
</div>
I have already referred to wiki for display control in print and Admission Details display control for the config