Subversion Repository Public Repository

Satyam

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="report name" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="9c5c4ee4-4fa6-4fd3-8862-9ec17d67a16f">
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="294"/>
	<style name="table">
		<box>
			<pen lineWidth="1.0" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 1">
		<box>
			<pen lineWidth="1.0" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 1_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 1_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 1_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 2">
		<box>
			<pen lineWidth="1.0" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 2_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 2_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 2_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 3">
		<box>
			<pen lineWidth="1.0" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 3_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 3_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 3_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 4">
		<box>
			<pen lineWidth="1.0" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 4_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 4_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 4_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 5">
		<box>
			<pen lineWidth="1.0" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 5_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 5_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 5_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 6">
		<box>
			<pen lineWidth="1.0" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 6_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 6_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 6_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#000000"/>
		</box>
	</style>
	<style name="table 7">
		<box>
			<pen lineWidth="1.0" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 7_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 7_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 7_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 8">
		<box>
			<pen lineWidth="1.0" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 8_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 8_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 8_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 9">
		<box>
			<pen lineWidth="1.0" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 9_TH" mode="Opaque" backcolor="#F0F8FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 9_CH" mode="Opaque" backcolor="#BFE1FF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<style name="table 9_TD" mode="Opaque" backcolor="#FFFFFF">
		<box>
			<pen lineWidth="0.5" lineColor="#FFFFFF"/>
		</box>
	</style>
	<subDataset name="ProcedureDataset" uuid="b398335c-47cf-49f7-a7e5-1b565416e551">
		<parameter name="encounterId" class="java.lang.Long"/>
		<queryString>
			<![CDATA[select distinct(t_procedure_master.`procedure_name`) AS t_patient_procedure_name from 
  `t_pat_enc` t_pat_enc 
INNER JOIN `t_inpatent_admission` t_inpatent_admission ON t_pat_enc.`enc_id` = t_inpatent_admission.`enc_id`
INNER JOIN `t_pat_enc_procedure` t_pat_enc_procedure 
ON t_pat_enc_procedure.`enc_id`=t_pat_enc.`enc_id` 
INNER JOIN `t_procedure_master` t_procedure_master 
ON t_procedure_master.`id`=t_pat_enc_procedure.`procedure_id`
WHERE
t_pat_enc_procedure.`enc_id`=$P{encounterId}]]>
		</queryString>
		<field name="t_patient_procedure_name" class="java.lang.String"/>
	</subDataset>
	<subDataset name="MedicationDataset" uuid="5c671ce0-4f19-460c-ac6b-c8f723238472">
		<parameter name="encounterId" class="java.lang.Long"/>
		<queryString>
			<![CDATA[select distinct(t_medication_master.`medication_name`) AS t_patient_medication_name from 
  `t_pat_enc` t_pat_enc 
INNER JOIN `t_inpatent_admission` t_inpatent_admission ON t_pat_enc.`enc_id` = t_inpatent_admission.`enc_id`
INNER JOIN `t_pat_enc_medication` t_pat_enc_medication 
ON t_pat_enc_medication.`enc_id`=t_pat_enc.`enc_id` 
INNER JOIN `t_medication_master` t_medication_master 
ON t_medication_master.`id`=t_pat_enc_medication.`medication_id`
WHERE
t_pat_enc_medication.`enc_id`=$P{encounterId}]]>
		</queryString>
		<field name="t_patient_medication_name" class="java.lang.String"/>
	</subDataset>
	<subDataset name="DiagnosisDataset" uuid="73989098-9278-4611-9088-452f2148bcbc">
		<parameter name="encounterId" class="java.lang.Long"/>
		<queryString>
			<![CDATA[select distinct(t_diagnosis_master.`diagnosis_name`) AS t_patient_diagnosis_name from 
  `t_pat_enc` t_pat_enc 
INNER JOIN `t_inpatent_admission` t_inpatent_admission ON t_pat_enc.`enc_id` = t_inpatent_admission.`enc_id`
INNER JOIN `t_pat_enc_diagnosis` t_pat_enc_diagnosis 
ON t_pat_enc_diagnosis.`enc_id`=t_pat_enc.`enc_id` 
INNER JOIN `t_diagnosis_master` t_diagnosis_master 
ON t_diagnosis_master.`id`=t_pat_enc_diagnosis.`diagnosis_id`
WHERE
t_pat_enc_diagnosis.`enc_id`=$P{encounterId}]]>
		</queryString>
		<field name="t_patient_diagnosis_name" class="java.lang.String"/>
	</subDataset>
	<parameter name="aurologo1" class="java.io.InputStream"/>
	<parameter name="aurologo2" class="java.io.InputStream"/>
	<parameter name="encounterId" class="java.lang.Long"/>
	<queryString>
		<![CDATA[SELECT  
concat(t_patient.`patient_f_name`,' ',t_patient.`patient_m_name`,' ',t_patient.`patient_l_name`) AS patent_name,  
TIMESTAMPDIFF(YEAR,t_patient.`birth_date`,CURDATE()) AS ageyr,
TIMESTAMPDIFF(MONTH,t_patient.`birth_date`,CURDATE())%12 AS agemn, 
t_patient.`patient_gender` AS t_patient_patient_gender,
t_inpatent_admission.`patient_disease` AS t_inpatent_indication_disease, 
t_inpatent_admission.`admission_date` AS t_inpatent_admission_admission_date,  
t_inpatent_admission.`release_date` AS t_inpatent_admission_release_date, 
t_doctor_information.`doctor_name` AS t_doctor_information_doctor_name, 
t_bed_master.`bed_number` AS t_bed_master_bed_number,
t_maternity_details.`Date_Of_Delivery` AS t_maternity_delivery_date,
t_maternity_details.`Time_Of_Delivery` AS t_maternity_delivery_time,
t_maternity_details.`Sex_Of_Child` AS t_maternity_sex_of_child,
t_maternity_details.`Weight_Of_Child` AS t_maternity_weight_of_child,   
concat('AT- ',t_patient.`present_address1`) AS present_address1,
 concat('PO- ',t_patient.`present_address2`) AS present_address2,
 concat('City- ',t_patient.`present_patient_city`) AS t_patient_present_patient_city,
 concat('Dist- ',t_patient.`present_patient_district`) AS t_patient_present_patient_district,
 concat('State- ',ifnull(t_patient.`present_patient_state`,'')) AS t_patient_present_patient_state,
 concat('Country-',ifnull(t_patient.`present_patient_country`,''))AS t_patient_present_patient_country,
 concat('PinCode-',ifnull(t_patient.`present_patient_pincode`,'')) AS t_patient_present_patient_pincode,
 t_patient.`patient_id` AS t_patient_id    
FROM
`t_patient` t_patient 
INNER JOIN `t_inpatent_admission` t_inpatent_admission ON t_patient.`id` = t_inpatent_admission.`patient_id`
INNER JOIN `t_doctor_information` t_doctor_information ON t_inpatent_admission.`doctor_id` = t_doctor_information.`id`    
INNER JOIN `t_bed_master`t_bed_master ON t_inpatent_admission.`bed_id` = t_bed_master.`id`   
INNER JOIN `t_pat_enc` t_pat_enc ON  t_inpatent_admission.`enc_id`= t_pat_enc.`enc_id`
INNER JOIN `t_maternity_details` t_maternity_details ON  t_maternity_details.`Child_Id`= t_pat_enc.`enc_id`
WHERE
     t_pat_enc.`enc_id`=$P{encounterId}]]>
	</queryString>
	<field name="patent_name" class="java.lang.String"/>
	<field name="ageyr" class="java.lang.Long"/>
	<field name="agemn" class="java.lang.Long"/>
	<field name="t_patient_patient_gender" class="java.lang.String"/>
	<field name="t_inpatent_indication_disease" class="java.lang.String"/>
	<field name="t_inpatent_admission_admission_date" class="java.sql.Timestamp"/>
	<field name="t_inpatent_admission_release_date" class="java.sql.Timestamp"/>
	<field name="t_doctor_information_doctor_name" class="java.lang.String"/>
	<field name="t_bed_master_bed_number" class="java.lang.String"/>
	<field name="t_maternity_delivery_date" class="java.sql.Date"/>
	<field name="t_maternity_delivery_time" class="java.lang.String"/>
	<field name="t_maternity_sex_of_child" class="java.lang.String"/>
	<field name="t_maternity_weight_of_child" class="java.lang.Float"/>
	<field name="present_address1" class="java.lang.String"/>
	<field name="present_address2" class="java.lang.String"/>
	<field name="t_patient_present_patient_city" class="java.lang.String"/>
	<field name="t_patient_present_patient_district" class="java.lang.String"/>
	<field name="t_patient_present_patient_state" class="java.lang.String"/>
	<field name="t_patient_present_patient_country" class="java.lang.String"/>
	<field name="t_patient_present_patient_pincode" class="java.lang.String"/>
	<field name="t_patient_id" class="java.lang.String"/>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="119" splitType="Stretch">
			<rectangle radius="10">
				<reportElement x="8" y="7" width="540" height="112" forecolor="#006633" uuid="193ffa3e-164e-4be9-9134-e02c514ee0a2"/>
				<graphicElement>
					<pen lineWidth="1.5"/>
				</graphicElement>
			</rectangle>
			<staticText>
				<reportElement x="92" y="7" width="358" height="31" forecolor="#006633" uuid="2e9f15ce-9cd2-4465-8a7a-25e4dcc82d91"/>
				<textElement textAlignment="Center" verticalAlignment="Middle">
					<font fontName="Bodoni MT Black" size="14" isBold="true"/>
				</textElement>
				<text><![CDATA[SATYAM HOSPITAL]]></text>
			</staticText>
			<image>
				<reportElement x="23" y="26" width="67" height="76" uuid="aaa48667-6701-4ac1-9d1a-3d123395a703"/>
				<imageExpression><![CDATA[$P{aurologo1}]]></imageExpression>
			</image>
			<staticText>
				<reportElement x="135" y="33" width="272" height="20" forecolor="#006633" uuid="dc873bdb-15f9-4451-8a3d-506858fb4592"/>
				<textElement textAlignment="Center" verticalAlignment="Middle">
					<font fontName="Bodoni MT Black" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[(Complete Treatment..........Gently)]]></text>
			</staticText>
			<image>
				<reportElement x="453" y="20" width="75" height="76" uuid="521b3d67-c6f4-4de6-9bb1-3a41ef0daf38"/>
				<imageExpression><![CDATA[$P{aurologo2}]]></imageExpression>
			</image>
			<staticText>
				<reportElement x="113" y="58" width="319" height="20" forecolor="#006633" uuid="e2e92bb0-be05-4291-8d6d-93953e5c8e7b"/>
				<textElement textAlignment="Center" verticalAlignment="Middle">
					<font fontName="Bodoni MT Black" size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[N-5/121,JAYDEV VIHAR, BHUBANESWAR]]></text>
			</staticText>
			<staticText>
				<reportElement x="192" y="80" width="158" height="20" forecolor="#006633" uuid="5838260c-f5cf-468d-b93e-553ef1354dc7"/>
				<textElement textAlignment="Center">
					<font fontName="Bodoni MT Black" size="14"/>
				</textElement>
				<text><![CDATA[ MOB:- 9438144007]]></text>
			</staticText>
			<staticText>
				<reportElement x="153" y="100" width="236" height="16" forecolor="#006633" uuid="b9d26308-9e19-4dcb-8d18-ad03dede5bdd"/>
				<textElement textAlignment="Center">
					<font fontName="Bodoni MT Black" size="12" isBold="false"/>
				</textElement>
				<text><![CDATA[Email- satyambbsr121@gmail.com]]></text>
			</staticText>
		</band>
	</title>
	<pageHeader>
		<band height="41" splitType="Stretch">
			<rectangle radius="10">
				<reportElement x="154" y="10" width="255" height="26" uuid="a4fbe607-79dc-43fe-837a-67745352cb24"/>
			</rectangle>
			<staticText>
				<reportElement x="178" y="16" width="230" height="20" uuid="06d75b22-96dc-4653-b407-9602495df118"/>
				<textElement>
					<font size="12" isBold="true" isUnderline="true"/>
				</textElement>
				<text><![CDATA[MATERNITY DISCHARGE CERTIFICATE]]></text>
			</staticText>
		</band>
	</pageHeader>
	<columnHeader>
		<band height="3" splitType="Stretch"/>
	</columnHeader>
	<detail>
		<band height="136" splitType="Stretch">
			<staticText>
				<reportElement x="21" y="103" width="112" height="20" uuid="e9700076-2f8f-45cb-bccc-68e183bfc9e4"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Name of Surgeon:]]></text>
			</staticText>
			<staticText>
				<reportElement x="330" y="81" width="87" height="20" uuid="4b816337-1ab1-4de4-9ff9-5e7b8f1f5f66"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Bed/Cabin No:]]></text>
			</staticText>
			<staticText>
				<reportElement x="330" y="58" width="30" height="20" uuid="4a3741bc-1993-4a94-96b0-57fc8970a544"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Sex:]]></text>
			</staticText>
			<staticText>
				<reportElement x="330" y="32" width="27" height="20" uuid="114555bd-f836-46a0-9a2f-67d329ebb5ef"/>
				<textElement verticalAlignment="Middle">
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Age:]]></text>
			</staticText>
			<staticText>
				<reportElement x="21" y="80" width="120" height="20" uuid="ef74882c-722a-4ea9-bec0-8a8bfbc57181"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Date of Discharge:]]></text>
			</staticText>
			<staticText>
				<reportElement x="21" y="31" width="120" height="20" uuid="7a2da194-e2e2-45c5-844b-4213e8fb6d18"/>
				<textElement verticalAlignment="Middle">
					<font fontName="SansSerif" size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Name of the Patient:]]></text>
			</staticText>
			<staticText>
				<reportElement x="330" y="105" width="100" height="20" uuid="2698edba-0dad-4405-8f6f-eae9f4fe41a9"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Date of Delivery:]]></text>
			</staticText>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement x="141" y="36" width="149" height="17" uuid="a447c620-8fc8-4602-a5db-386315db3d02"/>
				<textFieldExpression><![CDATA[$F{patent_name}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="446" y="33" width="11" height="17" uuid="1e47b1ae-9e14-4ff7-a2e8-c1114d70655f"/>
				<textElement verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA[$F{agemn}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="412" y="33" width="27" height="17" uuid="998f4860-a576-4f5b-8cd8-67c7e0c38fd3"/>
				<textElement verticalAlignment="Middle"/>
				<text><![CDATA[Years]]></text>
			</staticText>
			<textField isBlankWhenNull="true">
				<reportElement x="395" y="33" width="15" height="17" uuid="2a6e339b-27e4-4746-9f89-85597af51a9d"/>
				<textElement verticalAlignment="Middle"/>
				<textFieldExpression><![CDATA[$F{ageyr}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="457" y="33" width="32" height="17" uuid="d36c721d-8dd4-409f-a3fe-e4ae88d4604c"/>
				<textElement verticalAlignment="Middle"/>
				<text><![CDATA[Month]]></text>
			</staticText>
			<textField>
				<reportElement x="432" y="62" width="57" height="16" uuid="e6ea275c-1ee2-410a-ac98-aeb763908779"/>
				<textFieldExpression><![CDATA[$F{t_patient_patient_gender}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="431" y="83" width="52" height="17" uuid="fa0567da-b64d-495b-8596-f01824a80ec6"/>
				<textFieldExpression><![CDATA[$F{t_bed_master_bed_number}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="432" y="108" width="118" height="14" uuid="6d55e862-61cf-4bd9-8c6c-f5ca6248d7b6"/>
				<textFieldExpression><![CDATA[$F{t_maternity_delivery_date}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="141" y="83" width="122" height="14" uuid="d93b4e5e-ae9c-4dd2-8108-3be039e837f3"/>
				<textFieldExpression><![CDATA[$F{t_inpatent_admission_release_date}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="133" y="105" width="96" height="19" uuid="a1f1414a-61c1-4527-9889-49b6367779e0"/>
				<textFieldExpression><![CDATA[$F{t_doctor_information_doctor_name}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="58" y="11" width="100" height="20" uuid="0e128d8c-96a3-46b7-9cab-afd1eec8f35e"/>
				<textFieldExpression><![CDATA[$F{t_patient_id}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="21" y="9" width="37" height="20" uuid="4aa74d69-4605-41fd-bbe5-3cf988bbcedb"/>
				<textElement>
					<font fontName="SansSerif" size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[MRN:]]></text>
			</staticText>
			<textField isBlankWhenNull="true">
				<reportElement x="74" y="58" width="99" height="17" uuid="6b9edfa3-3a0b-4ed4-8589-eab2d2ba12e6"/>
				<textFieldExpression><![CDATA[$F{t_inpatent_indication_disease}]]></textFieldExpression>
			</textField>
		</band>
		<band height="215">
			<staticText>
				<reportElement x="21" y="27" width="78" height="20" uuid="2d8b97b9-0cb8-405e-8b59-fce5a9eb8bdb"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Sex of Child:]]></text>
			</staticText>
			<staticText>
				<reportElement x="21" y="49" width="92" height="20" uuid="54a0542a-37ee-4776-8ebf-b0d4fa3d5b4c"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Weight of Child:]]></text>
			</staticText>
			<staticText>
				<reportElement x="21" y="71" width="94" height="20" uuid="f468b0cc-ab60-4771-b9a0-894d5c97e460"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Address:]]></text>
			</staticText>
			<staticText>
				<reportElement x="21" y="7" width="97" height="20" uuid="25f471fd-cc72-4590-856c-ec4317fafbd7"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Time of Delivery:]]></text>
			</staticText>
			<textField isBlankWhenNull="true">
				<reportElement x="118" y="9" width="146" height="17" uuid="4092895f-2d04-459b-b485-46b072dfedb3"/>
				<textFieldExpression><![CDATA[$F{t_maternity_delivery_time}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="99" y="29" width="119" height="20" uuid="dd7d8091-a4dd-410b-9a09-cd6c9f4705e6"/>
				<textFieldExpression><![CDATA[$F{t_maternity_sex_of_child}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="119" y="51" width="20" height="20" uuid="811b5521-8357-4dde-b7d9-11d4e1bde167"/>
				<textFieldExpression><![CDATA[$F{t_maternity_weight_of_child}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="117" y="93" width="173" height="20" uuid="572d30ae-0631-4794-8d95-3a513d01e84d"/>
				<textFieldExpression><![CDATA[$F{present_address2}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement x="118" y="75" width="172" height="18" uuid="41b7b9cd-2cf7-4f54-9aac-7a2c2dd4feb6"/>
				<textFieldExpression><![CDATA[$F{present_address1}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement x="117" y="151" width="173" height="18" uuid="8db32917-52f9-4761-b36a-4a2b76a88909"/>
				<textFieldExpression><![CDATA[$F{t_patient_present_patient_state}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement x="118" y="113" width="172" height="20" uuid="0ed263dd-cb2b-46c2-8174-37e0a5658870"/>
				<textFieldExpression><![CDATA[$F{t_patient_present_patient_city}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="117" y="169" width="173" height="20" uuid="b7a985e6-53b5-4198-aa93-721f4603abcd"/>
				<textFieldExpression><![CDATA[$F{t_patient_present_patient_country}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement x="117" y="133" width="172" height="18" uuid="eeb9aa84-0d3f-4254-82ed-630bdad0abb1"/>
				<textFieldExpression><![CDATA[$F{t_patient_present_patient_district}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="117" y="189" width="173" height="20" uuid="15919b63-87e1-4722-95d8-497c5323647b"/>
				<textFieldExpression><![CDATA[$F{t_patient_present_patient_pincode}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="135" y="51" width="22" height="20" uuid="3da5db82-1212-4ec9-90aa-09437967b9e8"/>
				<textElement>
					<font size="11" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Kg.]]></text>
			</staticText>
		</band>
		<band height="66">
			<staticText>
				<reportElement x="9" y="8" width="64" height="20" uuid="2fce6c05-b210-4913-a8b0-a17c68338f01"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Diagnosis:]]></text>
			</staticText>
			<componentElement>
				<reportElement key="table 9" style="table 9" x="86" y="14" width="90" height="47" uuid="1704b197-6950-442f-a4b5-5859b55262f5"/>
				<jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">
					<datasetRun subDataset="DiagnosisDataset" uuid="267d3672-3aac-4f4d-8d6a-ffd15950d2ea">
						<datasetParameter name="encounterId">
							<datasetParameterExpression><![CDATA[$P{encounterId}]]></datasetParameterExpression>
						</datasetParameter>
						<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
					</datasetRun>
					<jr:column width="90" uuid="e2242e07-7b22-4335-b22f-f768d6d04857">
						<jr:detailCell style="table 9_TD" height="20" rowSpan="1">
							<textField>
								<reportElement x="0" y="0" width="90" height="20" uuid="b6fff0c5-e355-41fa-ac76-b4a3f1ccf5e6"/>
								<textFieldExpression><![CDATA[$F{t_patient_diagnosis_name}]]></textFieldExpression>
							</textField>
						</jr:detailCell>
					</jr:column>
				</jr:table>
			</componentElement>
		</band>
		<band height="63">
			<staticText>
				<reportElement x="11" y="6" width="64" height="20" uuid="6b84bfe8-3947-48f3-8a0d-83fee34e31fe"/>
				<textElement>
					<font size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Procedure:]]></text>
			</staticText>
			<componentElement>
				<reportElement key="table 7" style="table 7" x="88" y="14" width="90" height="47" uuid="54145cba-ac73-473c-89cc-6bf1ff5b637c"/>
				<jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">
					<datasetRun subDataset="ProcedureDataset" uuid="982c68c2-ba73-4b52-b15b-88012f0a8876">
						<datasetParameter name="encounterId">
							<datasetParameterExpression><![CDATA[$P{encounterId}]]></datasetParameterExpression>
						</datasetParameter>
						<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
					</datasetRun>
					<jr:column width="90" uuid="edeed6a3-f527-4000-8935-9e34a3fd1b56">
						<jr:detailCell style="table 7_TD" height="20" rowSpan="1">
							<textField>
								<reportElement x="0" y="0" width="90" height="20" uuid="558506c2-9ad8-45d0-9022-e7b3e2a4c556"/>
								<textFieldExpression><![CDATA[$F{t_patient_procedure_name}]]></textFieldExpression>
							</textField>
						</jr:detailCell>
					</jr:column>
				</jr:table>
			</componentElement>
		</band>
		<band height="59">
			<staticText>
				<reportElement x="9" y="3" width="75" height="20" uuid="6c63b862-5605-4e38-b998-f589c8f2d664"/>
				<textElement>
					<font size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Medication:]]></text>
			</staticText>
			<componentElement>
				<reportElement key="table 8" style="table 8" x="88" y="8" width="90" height="47" uuid="6dd3c68b-108f-4a65-b241-9b3f5ecc16b5"/>
				<jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">
					<datasetRun subDataset="MedicationDataset" uuid="16ba3fdd-9563-48ad-8547-75328ae65582">
						<datasetParameter name="encounterId">
							<datasetParameterExpression><![CDATA[$P{encounterId}]]></datasetParameterExpression>
						</datasetParameter>
						<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
					</datasetRun>
					<jr:column width="90" uuid="4a9870b2-6764-442d-92c3-75c5b2a43bc5">
						<jr:detailCell style="table 8_TD" height="20" rowSpan="1">
							<textField>
								<reportElement x="0" y="0" width="90" height="20" uuid="cad67811-328b-4b87-bd49-377d60d46822"/>
								<textFieldExpression><![CDATA[$F{t_patient_medication_name}]]></textFieldExpression>
							</textField>
						</jr:detailCell>
					</jr:column>
				</jr:table>
			</componentElement>
		</band>
		<band height="26">
			<staticText>
				<reportElement x="7" y="3" width="78" height="23" uuid="d081af1f-de92-41d1-a92a-4622564ee707"/>
				<textElement>
					<font size="12" isBold="true"/>
				</textElement>
				<text><![CDATA[Advice:]]></text>
			</staticText>
		</band>
	</detail>
	<pageFooter>
		<band height="33" splitType="Stretch">
			<staticText>
				<reportElement x="425" y="11" width="100" height="20" uuid="a52cdb20-2ba9-4c6b-b900-0fe134a453a5"/>
				<textElement>
					<font size="12" isBold="true" pdfFontName="Helvetica-Bold" isPdfEmbedded="true"/>
				</textElement>
				<text><![CDATA[Signature/MO]]></text>
			</staticText>
		</band>
	</pageFooter>
	<summary>
		<band splitType="Stretch"/>
	</summary>
</jasperReport>

Commits for Satyam/AuroCareHealthCareInPatient/src/main/resources/reports/IPMaternityDischargeReport.jrxml

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 20 Jul, 2018 05:59:17 +0000