| @@ -0,0 +1,258 @@ | ||
| <?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="null" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> | ||
| <property name="ireport.zoom" value="1.5"/> | ||
| <property name="ireport.x" value="0"/> | ||
| <property name="ireport.y" value="0"/> | ||
| <parameter name="namars" class="java.lang.String"/> | ||
| <parameter name="alamatrs" class="java.lang.String"/> | ||
| <parameter name="kotars" class="java.lang.String"/> | ||
| <parameter name="propinsirs" class="java.lang.String"/> | ||
| <parameter name="kontakrs" class="java.lang.String"/> | ||
| <parameter name="emailrs" class="java.lang.String"/> | ||
| <parameter name="logo" class="java.io.InputStream"/> | ||
| <queryString> | ||
| <![CDATA[select perusahaan_pasien.kode_perusahaan, perusahaan_pasien.nama_perusahaan, | ||
| perusahaan_pasien.alamat,perusahaan_pasien.kota, perusahaan_pasien.no_telp from perusahaan_pasien order by perusahaan_pasien.kode_perusahaan]]> | ||
| </queryString> | ||
| <field name="kode_perusahaan" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nama_perusahaan" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="alamat" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="kota" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_telp" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <background> | ||
| <band splitType="Stretch"/> | ||
| </background> | ||
| <title> | ||
| <band height="84" splitType="Stretch"> | ||
| <textField> | ||
| <reportElement x="2" y="35" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["E-mail : "+$P{emailrs}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="0" width="553" height="17"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="12"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{namars}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="25" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{kontakrs}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="14" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{alamatrs}+", "+$P{kotars}+", "+$P{propinsirs}]]></textFieldExpression> | ||
| </textField> | ||
| <staticText> | ||
| <reportElement x="65" y="52" width="424" height="23"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="11" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[DATA INSTANSI/PERUSAHAAN PASIEN]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="48" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="2.0" lineStyle="Double"/> | ||
| </graphicElement> | ||
| </line> | ||
| <image scaleImage="FillFrame" onErrorType="Blank"> | ||
| <reportElement x="0" y="2" width="48" height="45"/> | ||
| <imageExpression class="java.io.InputStream"><![CDATA[$P{logo}]]></imageExpression> | ||
| </image> | ||
| </band> | ||
| </title> | ||
| <pageHeader> | ||
| <band splitType="Stretch"/> | ||
| </pageHeader> | ||
| <columnHeader> | ||
| <band height="18" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="65" y="0" width="125" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Nama Instansi/Perusahaan]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="189" y="0" width="187" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Alamat Instansi/Perusahaan]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="375" y="0" width="116" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Kota]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="491" y="0" width="64" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Telp]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="0" y="0" width="66" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[ Kode]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="17" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </columnHeader> | ||
| <detail> | ||
| <band height="11" splitType="Stretch"> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="0" y="0" width="65" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{kode_perusahaan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="65" y="0" width="124" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nama_perusahaan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="189" y="0" width="186" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{alamat}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="375" y="0" width="116" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{kota}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="491" y="0" width="64" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_telp}]]></textFieldExpression> | ||
| </textField> | ||
| </band> | ||
| </detail> | ||
| <columnFooter> | ||
| <band splitType="Stretch"/> | ||
| </columnFooter> | ||
| <pageFooter> | ||
| <band height="18" splitType="Stretch"> | ||
| <textField evaluationTime="Report" pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="519" y="3" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["" + $V{PAGE_NUMBER}]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="349" y="3" width="170" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement textAlignment="Right" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["Halaman " + $V{PAGE_NUMBER} + " dari "]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="dd/MM/yyyy HH.mm.ss" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="1" y="3" width="74" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.util.Date"><![CDATA[new Date()]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="158" y="3" width="87" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$V{REPORT_COUNT}.toString()]]></textFieldExpression> | ||
| </textField> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="110" y="3" width="46" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <textElement textAlignment="Right" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Record :]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="16" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </pageFooter> | ||
| <summary> | ||
| <band splitType="Stretch"/> | ||
| </summary> | ||
| </jasperReport> |
| @@ -0,0 +1,258 @@ | ||
| <?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="null" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> | ||
| <property name="ireport.zoom" value="1.5"/> | ||
| <property name="ireport.x" value="0"/> | ||
| <property name="ireport.y" value="0"/> | ||
| <parameter name="namars" class="java.lang.String"/> | ||
| <parameter name="alamatrs" class="java.lang.String"/> | ||
| <parameter name="kotars" class="java.lang.String"/> | ||
| <parameter name="propinsirs" class="java.lang.String"/> | ||
| <parameter name="kontakrs" class="java.lang.String"/> | ||
| <parameter name="emailrs" class="java.lang.String"/> | ||
| <parameter name="logo" class="java.io.InputStream"/> | ||
| <queryString> | ||
| <![CDATA[select perusahaan_pasien.kode_perusahaan, perusahaan_pasien.nama_perusahaan, | ||
| perusahaan_pasien.alamat,perusahaan_pasien.kota, perusahaan_pasien.no_telp from perusahaan_pasien order by perusahaan_pasien.kode_perusahaan]]> | ||
| </queryString> | ||
| <field name="kode_perusahaan" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nama_perusahaan" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="alamat" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="kota" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_telp" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <background> | ||
| <band splitType="Stretch"/> | ||
| </background> | ||
| <title> | ||
| <band height="84" splitType="Stretch"> | ||
| <textField> | ||
| <reportElement x="2" y="35" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["E-mail : "+$P{emailrs}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="0" width="553" height="17"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="12"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{namars}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="25" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{kontakrs}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="14" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{alamatrs}+", "+$P{kotars}+", "+$P{propinsirs}]]></textFieldExpression> | ||
| </textField> | ||
| <staticText> | ||
| <reportElement x="65" y="52" width="424" height="23"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="11" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[DATA INSTANSI/PERUSAHAAN PASIEN]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="48" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="2.0" lineStyle="Double"/> | ||
| </graphicElement> | ||
| </line> | ||
| <image scaleImage="FillFrame" onErrorType="Blank"> | ||
| <reportElement x="0" y="2" width="48" height="45"/> | ||
| <imageExpression class="java.io.InputStream"><![CDATA[$P{logo}]]></imageExpression> | ||
| </image> | ||
| </band> | ||
| </title> | ||
| <pageHeader> | ||
| <band splitType="Stretch"/> | ||
| </pageHeader> | ||
| <columnHeader> | ||
| <band height="18" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="65" y="0" width="125" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Nama Instansi/Perusahaan]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="189" y="0" width="187" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Alamat Instansi/Perusahaan]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="375" y="0" width="116" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Kota]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="491" y="0" width="64" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Telp]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="0" y="0" width="66" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[ Kode]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="17" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </columnHeader> | ||
| <detail> | ||
| <band height="11" splitType="Stretch"> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="0" y="0" width="65" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{kode_perusahaan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="65" y="0" width="124" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nama_perusahaan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="189" y="0" width="186" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{alamat}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="375" y="0" width="116" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{kota}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="491" y="0" width="64" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_telp}]]></textFieldExpression> | ||
| </textField> | ||
| </band> | ||
| </detail> | ||
| <columnFooter> | ||
| <band splitType="Stretch"/> | ||
| </columnFooter> | ||
| <pageFooter> | ||
| <band height="18" splitType="Stretch"> | ||
| <textField evaluationTime="Report" pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="519" y="3" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["" + $V{PAGE_NUMBER}]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="349" y="3" width="170" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement textAlignment="Right" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["Halaman " + $V{PAGE_NUMBER} + " dari "]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="dd/MM/yyyy HH.mm.ss" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="1" y="3" width="74" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.util.Date"><![CDATA[new Date()]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="158" y="3" width="87" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$V{REPORT_COUNT}.toString()]]></textFieldExpression> | ||
| </textField> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="110" y="3" width="46" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <textElement textAlignment="Right" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Record :]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="16" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </pageFooter> | ||
| <summary> | ||
| <band splitType="Stretch"/> | ||
| </summary> | ||
| </jasperReport> |
| @@ -0,0 +1,258 @@ | ||
| <?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="null" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> | ||
| <property name="ireport.zoom" value="1.5"/> | ||
| <property name="ireport.x" value="0"/> | ||
| <property name="ireport.y" value="0"/> | ||
| <parameter name="namars" class="java.lang.String"/> | ||
| <parameter name="alamatrs" class="java.lang.String"/> | ||
| <parameter name="kotars" class="java.lang.String"/> | ||
| <parameter name="propinsirs" class="java.lang.String"/> | ||
| <parameter name="kontakrs" class="java.lang.String"/> | ||
| <parameter name="emailrs" class="java.lang.String"/> | ||
| <parameter name="logo" class="java.io.InputStream"/> | ||
| <queryString> | ||
| <![CDATA[select perusahaan_pasien.kode_perusahaan, perusahaan_pasien.nama_perusahaan, | ||
| perusahaan_pasien.alamat,perusahaan_pasien.kota, perusahaan_pasien.no_telp from perusahaan_pasien order by perusahaan_pasien.kode_perusahaan]]> | ||
| </queryString> | ||
| <field name="kode_perusahaan" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nama_perusahaan" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="alamat" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="kota" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_telp" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <background> | ||
| <band splitType="Stretch"/> | ||
| </background> | ||
| <title> | ||
| <band height="84" splitType="Stretch"> | ||
| <textField> | ||
| <reportElement x="2" y="35" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["E-mail : "+$P{emailrs}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="0" width="553" height="17"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="12"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{namars}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="25" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{kontakrs}]]></textFieldExpression> | ||
| </textField> | ||
| <textField> | ||
| <reportElement x="2" y="14" width="553" height="14"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="9"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$P{alamatrs}+", "+$P{kotars}+", "+$P{propinsirs}]]></textFieldExpression> | ||
| </textField> | ||
| <staticText> | ||
| <reportElement x="65" y="52" width="424" height="23"/> | ||
| <textElement textAlignment="Center" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="11" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[DATA INSTANSI/PERUSAHAAN PASIEN]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="48" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="2.0" lineStyle="Double"/> | ||
| </graphicElement> | ||
| </line> | ||
| <image scaleImage="FillFrame" onErrorType="Blank"> | ||
| <reportElement x="0" y="2" width="48" height="45"/> | ||
| <imageExpression class="java.io.InputStream"><![CDATA[$P{logo}]]></imageExpression> | ||
| </image> | ||
| </band> | ||
| </title> | ||
| <pageHeader> | ||
| <band splitType="Stretch"/> | ||
| </pageHeader> | ||
| <columnHeader> | ||
| <band height="18" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="65" y="0" width="125" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Nama Instansi/Perusahaan]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="189" y="0" width="187" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Alamat Instansi/Perusahaan]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="375" y="0" width="116" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Kota]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="491" y="0" width="64" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[Telp]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement stretchType="RelativeToBandHeight" mode="Opaque" x="0" y="0" width="66" height="18" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <text><![CDATA[ Kode]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="17" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </columnHeader> | ||
| <detail> | ||
| <band height="11" splitType="Stretch"> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="0" y="0" width="65" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{kode_perusahaan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="65" y="0" width="124" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nama_perusahaan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="189" y="0" width="186" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{alamat}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="375" y="0" width="116" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{kota}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | ||
| <reportElement stretchType="RelativeToBandHeight" x="491" y="0" width="64" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_telp}]]></textFieldExpression> | ||
| </textField> | ||
| </band> | ||
| </detail> | ||
| <columnFooter> | ||
| <band splitType="Stretch"/> | ||
| </columnFooter> | ||
| <pageFooter> | ||
| <band height="18" splitType="Stretch"> | ||
| <textField evaluationTime="Report" pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="519" y="3" width="36" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["" + $V{PAGE_NUMBER}]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="349" y="3" width="170" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement textAlignment="Right" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["Halaman " + $V{PAGE_NUMBER} + " dari "]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="dd/MM/yyyy HH.mm.ss" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="1" y="3" width="74" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.util.Date"><![CDATA[new Date()]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="158" y="3" width="87" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <box> | ||
| <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> | ||
| </box> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$V{REPORT_COUNT}.toString()]]></textFieldExpression> | ||
| </textField> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="110" y="3" width="46" height="15" forecolor="#000000" backcolor="#FFFFFF"/> | ||
| <textElement textAlignment="Right" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Record :]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="16" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </pageFooter> | ||
| <summary> | ||
| <band splitType="Stretch"/> | ||
| </summary> | ||
| </jasperReport> |
| @@ -1,4 +1,5 @@ | ||
| package simrskhanza; | ||
| import inventory.DlgPemberianObat; | ||
| import laporan.DlgDiagnosaPenyakit; | ||
| import keuangan.DlgBilingRalan; | ||
| import fungsi.WarnaTable; | ||
| @@ -1,6 +1,7 @@ | ||
|
|
||
| package simrskhanza; | ||
|
|
||
| import inventory.DlgPemberianObat; | ||
| import fungsi.WarnaTable; | ||
| import fungsi.batasInput; | ||
| import fungsi.koneksiDB; | ||
| @@ -12,6 +12,7 @@ | ||
|
|
||
| package simrskhanza; | ||
|
|
||
| import inventory.DlgPemberianObat; | ||
| import fungsi.WarnaTable; | ||
| import fungsi.batasInput; | ||
| import fungsi.koneksiDB; | ||
| @@ -11,6 +11,7 @@ | ||
| */ | ||
|
|
||
| package simrskhanza; | ||
| import inventory.DlgPemberianObat; | ||
| import bridging.BPJSDataSEP; | ||
| import bridging.InhealthDataSJP; | ||
| import laporan.DlgDiagnosaPenyakit; | ||