Subversion Repositories Integrator Subversion

Rev

Rev 182 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

<?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="prontuario_procedimento_subreport1" pageWidth="555" pageHeight="802" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="23b96b43-65c7-4811-90dd-4db62ba19e4c">
        <property name="ireport.zoom" value="1.0"/>
        <property name="ireport.x" value="0"/>
        <property name="ireport.y" value="0"/>
        <parameter name="pSequencialAtendimento" class="java.lang.Integer">
                <defaultValueExpression><![CDATA[]]></defaultValueExpression>
        </parameter>
        <queryString>
                <![CDATA[select pr.dsc_procedimento,
sp.dth_solicitacao,
rp.dsc_laudo
from sc_cln.cln_solicitacao_procedimento sp
left join sc_cln.cln_procedimento pr on (pr.seq_procedimento = sp.seq_procedimento)
left join sc_cln.cln_resultado_procedimento rp on (sp.seq_resultado_procedimento = rp.seq_resultado_procedimento)
where sp.seq_atendimento = $P{pSequencialAtendimento}]]>
        </queryString>
        <field name="dsc_procedimento" class="java.lang.String"/>
        <field name="dth_solicitacao" class="java.sql.Timestamp"/>
        <field name="dsc_laudo" class="java.lang.String"/>
        <background>
                <band splitType="Stretch"/>
        </background>
        <detail>
                <band height="61" splitType="Stretch">
                        <textField isStretchWithOverflow="true">
                                <reportElement uuid="51b72e06-36db-4074-b12a-58c43d030fc8" x="205" y="0" width="350" height="20" isPrintWhenDetailOverflows="true"/>
                                <textElement>
                                        <font fontName="Arial"/>
                                </textElement>
                                <textFieldExpression><![CDATA[$F{dsc_procedimento}]]></textFieldExpression>
                        </textField>
                        <staticText>
                                <reportElement uuid="f75abd69-8fca-4491-a090-fc5619d7eb5d" positionType="Float" x="2" y="20" width="188" height="20"/>
                                <textElement>
                                        <font fontName="Arial"/>
                                </textElement>
                                <text><![CDATA[DATA DA SOLICITAÇÃO:]]></text>
                        </staticText>
                        <textField pattern="dd/MM/yyyy HH:mm">
                                <reportElement uuid="62e8b693-64e9-44e7-846d-895f7337d997" positionType="Float" x="205" y="20" width="138" height="20"/>
                                <textElement>
                                        <font fontName="Arial"/>
                                </textElement>
                                <textFieldExpression><![CDATA[$F{dth_solicitacao}]]></textFieldExpression>
                        </textField>
                        <staticText>
                                <reportElement uuid="d980d225-13a6-4540-b6ed-8724161cd2db" x="2" y="0" width="188" height="20"/>
                                <textElement>
                                        <font fontName="Arial"/>
                                </textElement>
                                <text><![CDATA[SOLICITAÇÃO DE PROCEDIMENTO:]]></text>
                        </staticText>
                        <staticText>
                                <reportElement uuid="f75abd69-8fca-4491-a090-fc5619d7eb5d" positionType="Float" x="2" y="40" width="188" height="20"/>
                                <textElement>
                                        <font fontName="Arial"/>
                                </textElement>
                                <text><![CDATA[LAUDO:]]></text>
                        </staticText>
                        <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true">
                                <reportElement uuid="62e8b693-64e9-44e7-846d-895f7337d997" positionType="Float" x="205" y="40" width="350" height="20"/>
                                <textElement>
                                        <font fontName="Arial"/>
                                </textElement>
                                <textFieldExpression><![CDATA[$F{dsc_laudo}]]></textFieldExpression>
                        </textField>
                        <line>
                                <reportElement uuid="4d27502a-6b60-4fc5-8290-23aa2cd81f2a" positionType="Float" x="2" y="60" width="553" height="1"/>
                                <graphicElement>
                                        <pen lineWidth="0.5" lineStyle="Dashed"/>
                                </graphicElement>
                        </line>
                </band>
        </detail>
</jasperReport>