Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose and Benefits

 Display controls can be printed as part or printing out registration cards from Registration App. This functionality is completely configurable based on user requirements.

Steps

The Print functionality for registration appears in the Registration module as shown below :

Print Observation display control

Add following code in registration card print . Value of "conceptNames" in following code must be fully specified name.

 

Code Block
languagexml
linenumberstrue
 <div class="print-wrapper">
 	<link rel="stylesheet" href="../styles/registrationPrint.css" media="all"/>
 	<section class="block observation dashboard-section">
 		<bahmni-observation patient="patient" config="{conceptNames: ['Vitals']}" section-title="'Vitals'">
		</bahmni-observation>
 	</section>
</div>


Print Diagnosis display control 

Code Block
languagexml
linenumberstrue
 <div class="print-wrapper">
 	<link rel="stylesheet" href="../styles/registrationPrint.css" media="all"/>
 	<section class="block observation dashboard-section">
 		<bahmni-diagnosis patient-uuid="::patient.uuid"
                  config='{"title": "Diagnosis","type": "diagnosis"}'></bahmni-diagnosis>
 	</section>
</div>

Image Added





Tip
iconfalse
titleOn this Page

Table of Contents

Panel
titleColorwhite
titleBGColor#668D3C
titleFeature Details

Registration - Feature Guide