Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 179 | espaco | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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"> |
||
| 3 | <property name="ireport.zoom" value="1.0"/> |
||
| 4 | <property name="ireport.x" value="0"/> |
||
| 5 | <property name="ireport.y" value="0"/> |
||
| 6 | <parameter name="pSequencialAtendimento" class="java.lang.Integer"> |
||
| 7 | <defaultValueExpression><![CDATA[]]></defaultValueExpression> |
||
| 8 | </parameter> |
||
| 9 | <queryString> |
||
| 10 | <![CDATA[select pr.dsc_procedimento, |
||
| 11 | sp.dth_solicitacao, |
||
| 12 | rp.dsc_laudo |
||
| 13 | from sc_cln.cln_solicitacao_procedimento sp |
||
| 14 | left join sc_cln.cln_procedimento pr on (pr.seq_procedimento = sp.seq_procedimento) |
||
| 15 | left join sc_cln.cln_resultado_procedimento rp on (sp.seq_resultado_procedimento = rp.seq_resultado_procedimento) |
||
| 16 | where sp.seq_atendimento = $P{pSequencialAtendimento}]]> |
||
| 17 | </queryString> |
||
| 18 | <field name="dsc_procedimento" class="java.lang.String"/> |
||
| 19 | <field name="dth_solicitacao" class="java.sql.Timestamp"/> |
||
| 20 | <field name="dsc_laudo" class="java.lang.String"/> |
||
| 21 | <background> |
||
| 22 | <band splitType="Stretch"/> |
||
| 23 | </background> |
||
| 24 | <detail> |
||
| 25 | <band height="61" splitType="Stretch"> |
||
| 26 | <textField isStretchWithOverflow="true"> |
||
| 27 | <reportElement uuid="51b72e06-36db-4074-b12a-58c43d030fc8" x="205" y="0" width="350" height="20" isPrintWhenDetailOverflows="true"/> |
||
| 28 | <textElement> |
||
| 29 | <font fontName="Arial"/> |
||
| 30 | </textElement> |
||
| 31 | <textFieldExpression><![CDATA[$F{dsc_procedimento}]]></textFieldExpression> |
||
| 32 | </textField> |
||
| 33 | <staticText> |
||
| 34 | <reportElement uuid="f75abd69-8fca-4491-a090-fc5619d7eb5d" positionType="Float" x="2" y="20" width="188" height="20"/> |
||
| 35 | <textElement> |
||
| 36 | <font fontName="Arial"/> |
||
| 37 | </textElement> |
||
| 38 | <text><![CDATA[DATA DA SOLICITAÇÃO:]]></text> |
||
| 39 | </staticText> |
||
| 40 | <textField pattern="dd/MM/yyyy HH:mm"> |
||
| 41 | <reportElement uuid="62e8b693-64e9-44e7-846d-895f7337d997" positionType="Float" x="205" y="20" width="138" height="20"/> |
||
| 42 | <textElement> |
||
| 43 | <font fontName="Arial"/> |
||
| 44 | </textElement> |
||
| 45 | <textFieldExpression><![CDATA[$F{dth_solicitacao}]]></textFieldExpression> |
||
| 46 | </textField> |
||
| 47 | <staticText> |
||
| 48 | <reportElement uuid="d980d225-13a6-4540-b6ed-8724161cd2db" x="2" y="0" width="188" height="20"/> |
||
| 49 | <textElement> |
||
| 50 | <font fontName="Arial"/> |
||
| 51 | </textElement> |
||
| 52 | <text><![CDATA[SOLICITAÇÃO DE PROCEDIMENTO:]]></text> |
||
| 53 | </staticText> |
||
| 54 | <staticText> |
||
| 55 | <reportElement uuid="f75abd69-8fca-4491-a090-fc5619d7eb5d" positionType="Float" x="2" y="40" width="188" height="20"/> |
||
| 56 | <textElement> |
||
| 57 | <font fontName="Arial"/> |
||
| 58 | </textElement> |
||
| 59 | <text><![CDATA[LAUDO:]]></text> |
||
| 60 | </staticText> |
||
| 61 | <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> |
||
| 62 | <reportElement uuid="62e8b693-64e9-44e7-846d-895f7337d997" positionType="Float" x="205" y="40" width="350" height="20"/> |
||
| 63 | <textElement> |
||
| 64 | <font fontName="Arial"/> |
||
| 65 | </textElement> |
||
| 66 | <textFieldExpression><![CDATA[$F{dsc_laudo}]]></textFieldExpression> |
||
| 67 | </textField> |
||
| 68 | <line> |
||
| 69 | <reportElement uuid="4d27502a-6b60-4fc5-8290-23aa2cd81f2a" positionType="Float" x="2" y="60" width="553" height="1"/> |
||
| 70 | <graphicElement> |
||
| 71 | <pen lineWidth="0.5" lineStyle="Dashed"/> |
||
| 72 | </graphicElement> |
||
| 73 | </line> |
||
| 74 | </band> |
||
| 75 | </detail> |
||
| 76 | </jasperReport> |