BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Configure Display Controls in Print

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 :

Screen Shot 2015-11-18 at 12.09.47 PM.png

Print Observation display control

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

<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

<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>
Screen Shot 2016-07-05 at 12.37.14 PM.png
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗