Subversion Repository Public Repository

Aurocare_27_07_2018

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
<?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="IPTreatmentReport_2_2_final_subreport1" language="groovy" pageWidth="555" pageHeight="802" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="9b4263ce-bbf5-41a9-ae4e-29f654fcf67e">
	<property name="ireport.zoom" value="1.0"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="0"/>
	<queryString language="SQL">
		<![CDATA[SELECT
     t_medication_master.`medication_name` AS t_medication_master_medication_name,
     t_medication_master.`medication_frequency` AS t_medication_master_medication_frequency
FROM
     `t_medication_master` t_medication_master]]>
	</queryString>
	<field name="t_medication_master_medication_name" class="java.lang.String"/>
	<field name="t_medication_master_medication_frequency" class="java.lang.String"/>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="79" splitType="Stretch"/>
	</title>
	<pageHeader>
		<band height="35" splitType="Stretch"/>
	</pageHeader>
	<columnHeader>
		<band height="61" splitType="Stretch">
			<staticText>
				<reportElement x="32" y="2" width="100" height="20" uuid="a915f171-8009-4b5c-9a25-a7e4dacfc698"/>
				<text><![CDATA[t_medication_master_medication_name]]></text>
			</staticText>
			<staticText>
				<reportElement x="251" y="2" width="100" height="20" uuid="3b70eeb5-6087-4a19-8233-1e7fba8415f9"/>
				<text><![CDATA[t_medication_master_medication_frequency]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="125" splitType="Stretch">
			<textField>
				<reportElement x="32" y="31" width="100" height="20" uuid="1bde2946-da5e-4c19-bf89-bdc22ff08264"/>
				<textFieldExpression><![CDATA[$F{t_medication_master_medication_name}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="251" y="31" width="100" height="20" uuid="9802a6b0-65c2-48de-8737-553c59164df5"/>
				<textFieldExpression><![CDATA[$F{t_medication_master_medication_frequency}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<columnFooter>
		<band height="45" splitType="Stretch"/>
	</columnFooter>
	<pageFooter>
		<band height="54" splitType="Stretch"/>
	</pageFooter>
	<summary>
		<band height="42" splitType="Stretch"/>
	</summary>
</jasperReport>

Commits for Aurocare_27_07_2018/AuroCareHealthCareInPatient/src/main/resources/reports/IPTreatmentReport_2_2_final_subreport1.jrxml

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 27 Jul, 2018 07:21:55 +0000