| @@ -0,0 +1,305 @@ | ||
| <?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="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> | ||
| <property name="ireport.zoom" value="2.0"/> | ||
| <property name="ireport.x" value="0"/> | ||
| <property name="ireport.y" value="0"/> | ||
| <parameter name="parameter" class="java.lang.String"> | ||
| <defaultValueExpression><![CDATA[]]></defaultValueExpression> | ||
| </parameter> | ||
| <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"/> | ||
| <parameter name="tanggal1" class="java.lang.String"/> | ||
| <parameter name="tanggal2" class="java.lang.String"/> | ||
| <queryString> | ||
| <![CDATA[select resep_obat.no_resep,resep_obat.tgl_peresepan,resep_obat.jam_peresepan, | ||
| resep_obat.no_rawat,pasien.no_rkm_medis,pasien.nm_pasien,resep_obat.kd_dokter,dokter.nm_dokter, | ||
| if(resep_obat.jam_peresepan=resep_obat.jam,'Belum Terlayani','Sudah Terlayani') as status | ||
| from resep_obat inner join reg_periksa inner join pasien inner join dokter on resep_obat.no_rawat=reg_periksa.no_rawat | ||
| and reg_periksa.no_rkm_medis=pasien.no_rkm_medis and resep_obat.kd_dokter=dokter.kd_dokter where | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and resep_obat.no_resep like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and resep_obat.no_rawat like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and pasien.no_rkm_medis like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and pasien.nm_pasien like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and dokter.nm_dokter like $P{parameter} order by resep_obat.tgl_perawatan,resep_obat.jam]]> | ||
| </queryString> | ||
| <field name="no_resep" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="tgl_peresepan" class="java.sql.Date"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="jam_peresepan" class="java.sql.Time"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_rawat" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_rkm_medis" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nm_pasien" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="kd_dokter" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nm_dokter" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="status" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <background> | ||
| <band splitType="Stretch"/> | ||
| </background> | ||
| <title> | ||
| <band height="84" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement x="0" y="49" width="555" height="18"/> | ||
| <textElement textAlignment="Center" verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="11" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[DAFTAR RESEP DOKTER]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement positionType="FixRelativeToBottom" x="0" y="83" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <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> | ||
| <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="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="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> | ||
| <image scaleImage="FillFrame" onErrorType="Blank"> | ||
| <reportElement x="0" y="2" width="48" height="45"/> | ||
| <imageExpression class="java.io.InputStream"><![CDATA[$P{logo}]]></imageExpression> | ||
| </image> | ||
| <line> | ||
| <reportElement x="0" y="48" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="2.0" lineStyle="Double"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </title> | ||
| <pageHeader> | ||
| <band splitType="Stretch"/> | ||
| </pageHeader> | ||
| <columnHeader> | ||
| <band height="15" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="108" y="0" width="47" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Jam]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="155" y="0" width="74" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.Rawat]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="228" y="0" width="40" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.RM]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="268" y="0" width="119" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Nama Pasien]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="387" y="0" width="102" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Dokter]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="489" y="0" width="66" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Status]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="0" y="0" width="48" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.Resep]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="48" y="0" width="61" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Tgl.Peresepan]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="14" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </columnHeader> | ||
| <detail> | ||
| <band height="11" splitType="Stretch"> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="2" y="0" width="46" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_resep}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" pattern="dd/MM/yyyy"> | ||
| <reportElement mode="Transparent" x="48" y="0" width="61" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.util.Date"><![CDATA[$F{tgl_peresepan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" pattern="HH:mm:ss"> | ||
| <reportElement mode="Transparent" x="109" y="0" width="45" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.sql.Time"><![CDATA[$F{jam_peresepan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="155" y="0" width="73" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_rawat}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="228" y="0" width="40" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_rkm_medis}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="268" y="0" width="119" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nm_pasien}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="387" y="0" width="102" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nm_dokter}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="489" y="0" width="66" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{status}]]></textFieldExpression> | ||
| </textField> | ||
| </band> | ||
| </detail> | ||
| <columnFooter> | ||
| <band splitType="Stretch"/> | ||
| </columnFooter> | ||
| <pageFooter> | ||
| <band height="26" splitType="Stretch"> | ||
| <textField evaluationTime="Report" pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="505" y="6" width="36" height="12" 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{PAGE_NUMBER}]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="305" y="6" width="170" height="12" 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" isBold="false"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["Page " + $V{PAGE_NUMBER} + " of "]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="5" y="6" width="209" height="12" 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.util.Date"><![CDATA[new Date()]]></textFieldExpression> | ||
| </textField> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="23" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </pageFooter> | ||
| <summary> | ||
| <band splitType="Stretch"/> | ||
| </summary> | ||
| </jasperReport> |
| @@ -0,0 +1,305 @@ | ||
| <?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="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> | ||
| <property name="ireport.zoom" value="2.0"/> | ||
| <property name="ireport.x" value="0"/> | ||
| <property name="ireport.y" value="0"/> | ||
| <parameter name="parameter" class="java.lang.String"> | ||
| <defaultValueExpression><![CDATA[]]></defaultValueExpression> | ||
| </parameter> | ||
| <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"/> | ||
| <parameter name="tanggal1" class="java.lang.String"/> | ||
| <parameter name="tanggal2" class="java.lang.String"/> | ||
| <queryString> | ||
| <![CDATA[select resep_obat.no_resep,resep_obat.tgl_peresepan,resep_obat.jam_peresepan, | ||
| resep_obat.no_rawat,pasien.no_rkm_medis,pasien.nm_pasien,resep_obat.kd_dokter,dokter.nm_dokter, | ||
| if(resep_obat.jam_peresepan=resep_obat.jam,'Belum Terlayani','Sudah Terlayani') as status | ||
| from resep_obat inner join reg_periksa inner join pasien inner join dokter on resep_obat.no_rawat=reg_periksa.no_rawat | ||
| and reg_periksa.no_rkm_medis=pasien.no_rkm_medis and resep_obat.kd_dokter=dokter.kd_dokter where | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and resep_obat.no_resep like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and resep_obat.no_rawat like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and pasien.no_rkm_medis like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and pasien.nm_pasien like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and dokter.nm_dokter like $P{parameter} order by resep_obat.tgl_perawatan,resep_obat.jam]]> | ||
| </queryString> | ||
| <field name="no_resep" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="tgl_peresepan" class="java.sql.Date"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="jam_peresepan" class="java.sql.Time"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_rawat" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_rkm_medis" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nm_pasien" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="kd_dokter" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nm_dokter" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="status" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <background> | ||
| <band splitType="Stretch"/> | ||
| </background> | ||
| <title> | ||
| <band height="84" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement x="0" y="49" width="555" height="18"/> | ||
| <textElement textAlignment="Center" verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="11" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[DAFTAR RESEP DOKTER]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement positionType="FixRelativeToBottom" x="0" y="83" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <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> | ||
| <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="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="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> | ||
| <image scaleImage="FillFrame" onErrorType="Blank"> | ||
| <reportElement x="0" y="2" width="48" height="45"/> | ||
| <imageExpression class="java.io.InputStream"><![CDATA[$P{logo}]]></imageExpression> | ||
| </image> | ||
| <line> | ||
| <reportElement x="0" y="48" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="2.0" lineStyle="Double"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </title> | ||
| <pageHeader> | ||
| <band splitType="Stretch"/> | ||
| </pageHeader> | ||
| <columnHeader> | ||
| <band height="15" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="108" y="0" width="47" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Jam]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="155" y="0" width="74" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.Rawat]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="228" y="0" width="40" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.RM]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="268" y="0" width="119" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Nama Pasien]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="387" y="0" width="102" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Dokter]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="489" y="0" width="66" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Status]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="0" y="0" width="48" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.Resep]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="48" y="0" width="61" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Tgl.Peresepan]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="14" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </columnHeader> | ||
| <detail> | ||
| <band height="11" splitType="Stretch"> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="2" y="0" width="46" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_resep}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" pattern="dd/MM/yyyy"> | ||
| <reportElement mode="Transparent" x="48" y="0" width="61" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.util.Date"><![CDATA[$F{tgl_peresepan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" pattern="HH:mm:ss"> | ||
| <reportElement mode="Transparent" x="109" y="0" width="45" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.sql.Time"><![CDATA[$F{jam_peresepan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="155" y="0" width="73" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_rawat}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="228" y="0" width="40" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_rkm_medis}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="268" y="0" width="119" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nm_pasien}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="387" y="0" width="102" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nm_dokter}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="489" y="0" width="66" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{status}]]></textFieldExpression> | ||
| </textField> | ||
| </band> | ||
| </detail> | ||
| <columnFooter> | ||
| <band splitType="Stretch"/> | ||
| </columnFooter> | ||
| <pageFooter> | ||
| <band height="26" splitType="Stretch"> | ||
| <textField evaluationTime="Report" pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="505" y="6" width="36" height="12" 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{PAGE_NUMBER}]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="305" y="6" width="170" height="12" 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" isBold="false"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["Page " + $V{PAGE_NUMBER} + " of "]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="5" y="6" width="209" height="12" 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.util.Date"><![CDATA[new Date()]]></textFieldExpression> | ||
| </textField> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="23" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </pageFooter> | ||
| <summary> | ||
| <band splitType="Stretch"/> | ||
| </summary> | ||
| </jasperReport> |
| @@ -0,0 +1,305 @@ | ||
| <?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="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> | ||
| <property name="ireport.zoom" value="2.0"/> | ||
| <property name="ireport.x" value="0"/> | ||
| <property name="ireport.y" value="0"/> | ||
| <parameter name="parameter" class="java.lang.String"> | ||
| <defaultValueExpression><![CDATA[]]></defaultValueExpression> | ||
| </parameter> | ||
| <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"/> | ||
| <parameter name="tanggal1" class="java.lang.String"/> | ||
| <parameter name="tanggal2" class="java.lang.String"/> | ||
| <queryString> | ||
| <![CDATA[select resep_obat.no_resep,resep_obat.tgl_peresepan,resep_obat.jam_peresepan, | ||
| resep_obat.no_rawat,pasien.no_rkm_medis,pasien.nm_pasien,resep_obat.kd_dokter,dokter.nm_dokter, | ||
| if(resep_obat.jam_peresepan=resep_obat.jam,'Belum Terlayani','Sudah Terlayani') as status | ||
| from resep_obat inner join reg_periksa inner join pasien inner join dokter on resep_obat.no_rawat=reg_periksa.no_rawat | ||
| and reg_periksa.no_rkm_medis=pasien.no_rkm_medis and resep_obat.kd_dokter=dokter.kd_dokter where | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and resep_obat.no_resep like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and resep_obat.no_rawat like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and pasien.no_rkm_medis like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and pasien.nm_pasien like $P{parameter} or | ||
| resep_obat.tgl_perawatan between $P{tanggal1} and $P{tanggal2} and dokter.nm_dokter like $P{parameter} order by resep_obat.tgl_perawatan,resep_obat.jam]]> | ||
| </queryString> | ||
| <field name="no_resep" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="tgl_peresepan" class="java.sql.Date"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="jam_peresepan" class="java.sql.Time"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_rawat" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="no_rkm_medis" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nm_pasien" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="kd_dokter" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="nm_dokter" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <field name="status" class="java.lang.String"> | ||
| <fieldDescription><![CDATA[]]></fieldDescription> | ||
| </field> | ||
| <background> | ||
| <band splitType="Stretch"/> | ||
| </background> | ||
| <title> | ||
| <band height="84" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement x="0" y="49" width="555" height="18"/> | ||
| <textElement textAlignment="Center" verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="11" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[DAFTAR RESEP DOKTER]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement positionType="FixRelativeToBottom" x="0" y="83" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <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> | ||
| <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="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="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> | ||
| <image scaleImage="FillFrame" onErrorType="Blank"> | ||
| <reportElement x="0" y="2" width="48" height="45"/> | ||
| <imageExpression class="java.io.InputStream"><![CDATA[$P{logo}]]></imageExpression> | ||
| </image> | ||
| <line> | ||
| <reportElement x="0" y="48" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="2.0" lineStyle="Double"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </title> | ||
| <pageHeader> | ||
| <band splitType="Stretch"/> | ||
| </pageHeader> | ||
| <columnHeader> | ||
| <band height="15" splitType="Stretch"> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="108" y="0" width="47" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Jam]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="155" y="0" width="74" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.Rawat]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="228" y="0" width="40" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.RM]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="268" y="0" width="119" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Nama Pasien]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="387" y="0" width="102" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Dokter]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="489" y="0" width="66" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Status]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="0" y="0" width="48" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[No.Resep]]></text> | ||
| </staticText> | ||
| <staticText> | ||
| <reportElement mode="Opaque" x="48" y="0" width="61" height="15" forecolor="#000000" backcolor="#F0F0DC"/> | ||
| <textElement verticalAlignment="Middle" lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8" isBold="false"/> | ||
| </textElement> | ||
| <text><![CDATA[Tgl.Peresepan]]></text> | ||
| </staticText> | ||
| <line> | ||
| <reportElement x="0" y="14" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </columnHeader> | ||
| <detail> | ||
| <band height="11" splitType="Stretch"> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="2" y="0" width="46" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_resep}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" pattern="dd/MM/yyyy"> | ||
| <reportElement mode="Transparent" x="48" y="0" width="61" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.util.Date"><![CDATA[$F{tgl_peresepan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true" pattern="HH:mm:ss"> | ||
| <reportElement mode="Transparent" x="109" y="0" width="45" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.sql.Time"><![CDATA[$F{jam_peresepan}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="155" y="0" width="73" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_rawat}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="228" y="0" width="40" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{no_rkm_medis}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="268" y="0" width="119" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nm_pasien}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="387" y="0" width="102" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{nm_dokter}]]></textFieldExpression> | ||
| </textField> | ||
| <textField isStretchWithOverflow="true"> | ||
| <reportElement mode="Transparent" x="489" y="0" width="66" height="10"/> | ||
| <textElement lineSpacing="Single"> | ||
| <font fontName="Tahoma" size="8"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA[$F{status}]]></textFieldExpression> | ||
| </textField> | ||
| </band> | ||
| </detail> | ||
| <columnFooter> | ||
| <band splitType="Stretch"/> | ||
| </columnFooter> | ||
| <pageFooter> | ||
| <band height="26" splitType="Stretch"> | ||
| <textField evaluationTime="Report" pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="505" y="6" width="36" height="12" 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{PAGE_NUMBER}]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="305" y="6" width="170" height="12" 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" isBold="false"/> | ||
| </textElement> | ||
| <textFieldExpression class="java.lang.String"><![CDATA["Page " + $V{PAGE_NUMBER} + " of "]]></textFieldExpression> | ||
| </textField> | ||
| <textField pattern="" isBlankWhenNull="false"> | ||
| <reportElement key="textField" x="5" y="6" width="209" height="12" 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.util.Date"><![CDATA[new Date()]]></textFieldExpression> | ||
| </textField> | ||
| <line> | ||
| <reportElement x="0" y="0" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| <line> | ||
| <reportElement x="0" y="23" width="555" height="1"/> | ||
| <graphicElement> | ||
| <pen lineWidth="0.5"/> | ||
| </graphicElement> | ||
| </line> | ||
| </band> | ||
| </pageFooter> | ||
| <summary> | ||
| <band splitType="Stretch"/> | ||
| </summary> | ||
| </jasperReport> |
| @@ -197,7 +197,7 @@ object frmUtama: TfrmUtama | ||
| end | ||
| object PanelLogin: TsuiGroupBox | ||
| Left = 272 | ||
| Top = 10 | ||
| Width = 409 | ||
| Height = 241 | ||
| UIStyle = MacOS | ||
| @@ -197,7 +197,7 @@ object frmUtama: TfrmUtama | ||
| end | ||
| object PanelLogin: TsuiGroupBox | ||
| Left = 272 | ||
| Top = 10 | ||
| Width = 409 | ||
| Height = 241 | ||
| UIStyle = MacOS | ||
| @@ -38,7 +38,6 @@ | ||
| import javax.swing.table.TableColumn; | ||
| import keuangan.Jurnal; | ||
| import simrskhanza.DlgCariBangsal; | ||
|
|
||
| /** | ||
| * | ||
| @@ -50,7 +50,6 @@ | ||
| import keuangan.Jurnal; | ||
| import simrskhanza.DlgCariObatPenyakit; | ||
| import simrskhanza.DlgPasien; | ||
|
|
||
| /** | ||
| * | ||
| @@ -11,6 +11,7 @@ | ||
| */ | ||
|
|
||
| package simrskhanza; | ||
| import inventory.DlgResepObat; | ||
| import inventory.DlgPemberianObat; | ||
| import bridging.BPJSDataSEP; | ||
| import laporan.DlgFrekuensiPenyakitRalan; | ||
| @@ -11,6 +11,7 @@ | ||
| */ | ||
|
|
||
| package simrskhanza; | ||
| import inventory.DlgResepObat; | ||
| import laporan.DlgDataHAIs; | ||
| import bridging.BPJSDataSEP; | ||
| import laporan.DlgDiagnosaPenyakit; | ||
| @@ -11,6 +11,7 @@ | ||
| */ | ||
|
|
||
| package simrskhanza; | ||
| import inventory.DlgResepObat; | ||
| import inventory.DlgPemberianObat; | ||
| import bridging.BPJSDataSEP; | ||
| import bridging.InhealthDataSJP; | ||