Update resep dokter
Pemasangan no sip dokter order dan judul cetakan
This commit is contained in:
parent
4e363525c8
commit
fdd37d1457
@ -19,10 +19,10 @@ import com.jasamedika.medifirst2000.entities.ResepDokter;
|
||||
public interface ResepDokterDao extends PagingAndSortingRepository<ResepDokter, String> {
|
||||
@Query("select distinct new Map(so.noRec as noRec," + "so.tglOrder as tglOrder," + "so.masalah as alergi,"
|
||||
+ "so.diagnosis as beratBadan," + "ru.namaRuangan as ruangan," + "pg.namaLengkap as dokter,"
|
||||
+ "pd.noRegistrasi as noRegistrasi," + "pd.tglRegistrasi as tglRegistrasi," + "ps.namaPasien as namaPasien,"
|
||||
+ "ps.tglLahir as tglLahir," + "ps.noCm as noCm) " + "from ResepDokter rd " + "left join rd.strukOrder so "
|
||||
+ "left join rd.ruangan ru " + "left join so.noRegistrasi pd " + "left join so.noCm ps "
|
||||
+ "inner join so.pegawaiOrder pg " + "where rd.strukOrderId = :strukOrderId")
|
||||
+ "pg.noSip as noSip," + "pd.noRegistrasi as noRegistrasi," + "pd.tglRegistrasi as tglRegistrasi,"
|
||||
+ "ps.namaPasien as namaPasien," + "ps.tglLahir as tglLahir," + "ps.noCm as noCm) " + "from ResepDokter rd "
|
||||
+ "left join rd.strukOrder so " + "left join rd.ruangan ru " + "left join so.noRegistrasi pd "
|
||||
+ "left join so.noCm ps " + "inner join so.pegawaiOrder pg " + "where rd.strukOrderId = :strukOrderId")
|
||||
Map<String, Object> findResepHeaderByStrukOrderId(@Param("strukOrderId") String strukOrderId);
|
||||
|
||||
@Query("select new Map(rd.racikanKe as rKe," + "rd.namaObat as obat," + "rd.qtyProduk as jumlah,"
|
||||
|
||||
@ -7802,6 +7802,7 @@ public class ReportingController extends LocaleController<RegistrasiPelayananVO>
|
||||
m.addObject("beratBadan", headerResep.get("beratBadan"));
|
||||
m.addObject("ruangan", headerResep.get("ruangan"));
|
||||
m.addObject("dokter", headerResep.get("dokter"));
|
||||
m.addObject("noSip", headerResep.get("noSip"));
|
||||
m.addObject("noRegistrasi", headerResep.get("noRegistrasi"));
|
||||
m.addObject("namaPasien", headerResep.get("namaPasien"));
|
||||
m.addObject("tglLahir", headerResep.get("tglLahir"));
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
<parameter name="namaPasien" class="java.lang.String"/>
|
||||
<parameter name="noCm" class="java.lang.String"/>
|
||||
<parameter name="umur" class="java.lang.String"/>
|
||||
<parameter name="noSip" class="java.lang.String"/>
|
||||
<field name="rKe" class="java.lang.String"/>
|
||||
<field name="obat" class="java.lang.String"/>
|
||||
<field name="jumlah" class="java.lang.String"/>
|
||||
@ -29,49 +30,15 @@
|
||||
<field name="aturanPakai" class="java.lang.String"/>
|
||||
<field name="isRacikan" class="java.lang.Boolean"/>
|
||||
<columnHeader>
|
||||
<band height="160" splitType="Stretch">
|
||||
<band height="187" splitType="Stretch">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<image>
|
||||
<reportElement x="-4" y="-20" width="388" height="110" uuid="0d6d891e-46bc-4742-b8dd-ef5167539064"/>
|
||||
<imageExpression><![CDATA["../images/kop.png"]]></imageExpression>
|
||||
</image>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="90" width="60" height="12" uuid="004f8d41-a930-4bc3-a112-f632261294a0">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<text><![CDATA[No]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="90" width="5" height="12" uuid="0c75518b-f014-4248-acd3-aeee3a9b616b">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="90" width="115" height="12" uuid="c130f5ee-5f30-45a4-a28e-bcde9892b5b8">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
<box topPadding="0" leftPadding="0" bottomPadding="0" rightPadding="0">
|
||||
<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="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$P{noRegistrasi} != null ? $P{noRegistrasi} : ""]]></textFieldExpression>
|
||||
</textField>
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="102" width="60" height="12" uuid="41dddb5e-4d2f-40ef-a55b-3159fdde250b">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="90" width="60" height="12" uuid="41dddb5e-4d2f-40ef-a55b-3159fdde250b">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
@ -80,7 +47,7 @@
|
||||
<text><![CDATA[Nama Pasien]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="102" width="5" height="12" uuid="ae7a3c5d-73a0-412b-965a-80495cbc33a6">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="90" width="5" height="12" uuid="ae7a3c5d-73a0-412b-965a-80495cbc33a6">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -90,7 +57,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="102" width="115" height="12" uuid="590b2329-9980-424c-8615-aac5fce96881">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="90" width="115" height="12" uuid="590b2329-9980-424c-8615-aac5fce96881">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
@ -108,7 +75,7 @@
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="114" width="60" height="12" uuid="9290195c-891c-46d6-8bac-1510c3c6950a">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="102" width="60" height="12" uuid="9290195c-891c-46d6-8bac-1510c3c6950a">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
@ -117,7 +84,7 @@
|
||||
<text><![CDATA[No CM]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="114" width="5" height="12" uuid="bde62cb2-7939-455d-89c4-fdacf34b2a64">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="102" width="5" height="12" uuid="bde62cb2-7939-455d-89c4-fdacf34b2a64">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -127,7 +94,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="114" width="115" height="12" uuid="1730be10-8875-434b-9196-743c046be25b">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="102" width="115" height="12" uuid="1730be10-8875-434b-9196-743c046be25b">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
@ -145,7 +112,7 @@
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="126" width="60" height="12" uuid="4e100239-ce48-4a9e-8c49-0170ba009267">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="114" width="60" height="12" uuid="4e100239-ce48-4a9e-8c49-0170ba009267">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
@ -154,7 +121,7 @@
|
||||
<text><![CDATA[Tanggal Lahir]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="126" width="5" height="12" uuid="9f0d6ffd-a8de-4cf3-9a86-e3946c1d1068">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="114" width="5" height="12" uuid="9f0d6ffd-a8de-4cf3-9a86-e3946c1d1068">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -164,7 +131,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="126" width="115" height="12" uuid="9e8e17b2-cd18-49f0-82d5-975e26ddccf3">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="114" width="115" height="12" uuid="9e8e17b2-cd18-49f0-82d5-975e26ddccf3">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
@ -182,7 +149,7 @@
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="138" width="60" height="12" uuid="a0c66ab0-7597-4a65-9bfb-9a709c92bc54">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="126" width="60" height="12" uuid="a0c66ab0-7597-4a65-9bfb-9a709c92bc54">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
@ -191,7 +158,7 @@
|
||||
<text><![CDATA[Umur]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="138" width="5" height="12" uuid="a3634922-03e1-45c9-8846-72d19ada825f">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="126" width="5" height="12" uuid="a3634922-03e1-45c9-8846-72d19ada825f">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -201,7 +168,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="138" width="115" height="12" uuid="25a89e92-31b3-43c1-b55f-f8d0fc214a40"/>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="126" width="115" height="12" uuid="25a89e92-31b3-43c1-b55f-f8d0fc214a40"/>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font size="8"/>
|
||||
</textElement>
|
||||
@ -210,7 +177,7 @@
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="90" width="60" height="12" uuid="78ff798a-fcb4-4015-a8fa-69580495a687">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="138" width="60" height="12" uuid="78ff798a-fcb4-4015-a8fa-69580495a687">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
@ -219,7 +186,7 @@
|
||||
<text><![CDATA[Alergi]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="90" width="5" height="12" uuid="b3246160-8229-4702-b5f2-0165eb721e8a">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="138" width="5" height="12" uuid="b3246160-8229-4702-b5f2-0165eb721e8a">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -229,7 +196,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="90" width="115" height="12" uuid="033a78ae-f96a-4948-aab8-fd3b44d02f0d">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="138" width="115" height="12" uuid="033a78ae-f96a-4948-aab8-fd3b44d02f0d">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
@ -247,7 +214,7 @@
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="102" width="60" height="12" uuid="ff12e5f9-efdf-4474-91db-a74fb1331478">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="150" width="60" height="12" uuid="ff12e5f9-efdf-4474-91db-a74fb1331478">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
@ -256,7 +223,7 @@
|
||||
<text><![CDATA[Berat Badan]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="102" width="5" height="12" uuid="d02857d7-6d06-485d-8919-2571dc74c499">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="60" y="150" width="5" height="12" uuid="d02857d7-6d06-485d-8919-2571dc74c499">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -266,7 +233,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="102" width="115" height="12" uuid="2df6be30-ca49-4b63-9040-3fd28b2471df">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="65" y="150" width="115" height="12" uuid="2df6be30-ca49-4b63-9040-3fd28b2471df">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
@ -284,16 +251,17 @@
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="114" width="60" height="12" uuid="1d5ec63a-e2a5-4673-8710-c45e98a24346">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="90" width="60" height="12" uuid="004f8d41-a930-4bc3-a112-f632261294a0">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Dokter]]></text>
|
||||
<text><![CDATA[No]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="114" width="5" height="12" uuid="57e8c16b-d296-45c2-b478-63e8aa19452c">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="90" width="5" height="12" uuid="0c75518b-f014-4248-acd3-aeee3a9b616b">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -303,7 +271,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="114" width="115" height="12" uuid="bfe24aff-b909-4fbe-9639-c8ce603f8771">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="90" width="115" height="12" uuid="c130f5ee-5f30-45a4-a28e-bcde9892b5b8">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
@ -316,12 +284,12 @@
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$P{dokter} != null ? $P{dokter} : ""]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[$P{noRegistrasi} != null ? $P{noRegistrasi} : ""]]></textFieldExpression>
|
||||
</textField>
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="126" width="60" height="12" uuid="8e49d7b9-01c7-4952-a739-a7aec4403992">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="102" width="60" height="12" uuid="8e49d7b9-01c7-4952-a739-a7aec4403992">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
@ -330,7 +298,7 @@
|
||||
<text><![CDATA[Tanggal Input]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="126" width="5" height="12" uuid="2126ba5a-e5c2-4d98-b5c4-9f8127eb1ea9">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="102" width="5" height="12" uuid="2126ba5a-e5c2-4d98-b5c4-9f8127eb1ea9">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -340,7 +308,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="126" width="115" height="12" uuid="ce56f8ad-fab3-4f0c-b71a-9374ca9118f6">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="102" width="115" height="12" uuid="ce56f8ad-fab3-4f0c-b71a-9374ca9118f6">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
@ -358,7 +326,7 @@
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="138" width="60" height="12" uuid="5d75ba7a-89a8-42da-b1aa-d8a3e3bb3289">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="114" width="60" height="12" uuid="5d75ba7a-89a8-42da-b1aa-d8a3e3bb3289">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
@ -367,7 +335,7 @@
|
||||
<text><![CDATA[Ruangan]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="138" width="5" height="12" uuid="988fe46e-2e37-430b-9227-79bb0ae4ef3a">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="114" width="5" height="12" uuid="988fe46e-2e37-430b-9227-79bb0ae4ef3a">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
@ -377,7 +345,7 @@
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="138" width="115" height="12" uuid="062baf7f-9232-4742-810f-4cb7e3365f68">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="114" width="115" height="12" uuid="062baf7f-9232-4742-810f-4cb7e3365f68">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
@ -393,10 +361,103 @@
|
||||
<textFieldExpression><![CDATA[$P{ruangan} != null ? $P{ruangan} : ""]]></textFieldExpression>
|
||||
</textField>
|
||||
</elementGroup>
|
||||
<image>
|
||||
<reportElement x="-4" y="-20" width="388" height="110" uuid="0d6d891e-46bc-4742-b8dd-ef5167539064"/>
|
||||
<imageExpression><![CDATA["../images/kop.png"]]></imageExpression>
|
||||
</image>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="126" width="60" height="12" uuid="1d5ec63a-e2a5-4673-8710-c45e98a24346">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Dokter]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="126" width="5" height="12" uuid="57e8c16b-d296-45c2-b478-63e8aa19452c">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="126" width="115" height="12" uuid="bfe24aff-b909-4fbe-9639-c8ce603f8771">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
<box topPadding="0" leftPadding="0" bottomPadding="0" rightPadding="0">
|
||||
<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="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$P{dokter} != null ? $P{dokter} : ""]]></textFieldExpression>
|
||||
</textField>
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="190" y="138" width="60" height="12" uuid="b83ed281-3533-4849-b029-b8c433fa519d">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<text><![CDATA[No SIP]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="250" y="138" width="5" height="12" uuid="8fc73ced-48cb-4719-9309-93fbeacce6d3">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<text><![CDATA[:]]></text>
|
||||
</staticText>
|
||||
<textField textAdjust="StretchHeight">
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="255" y="138" width="115" height="12" uuid="a6c270e3-4d46-48ff-b7d4-9fa82fe94810">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
<box topPadding="0" leftPadding="0" bottomPadding="0" rightPadding="0">
|
||||
<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="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$P{noSip} != null ? $P{noSip} : ""]]></textFieldExpression>
|
||||
</textField>
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<line>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="10" y="162" width="359" height="1" uuid="acbfbe28-8ed2-455d-99bd-c9de1707f268">
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
||||
</reportElement>
|
||||
<graphicElement>
|
||||
<pen lineWidth="1.0"/>
|
||||
</graphicElement>
|
||||
</line>
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="163" width="380" height="12" uuid="71deaa21-be13-4ed7-8912-b9ff6da8160a">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
</reportElement>
|
||||
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="None">
|
||||
<font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false"/>
|
||||
</textElement>
|
||||
<text><![CDATA[RESEP DOKTER]]></text>
|
||||
</staticText>
|
||||
</elementGroup>
|
||||
</band>
|
||||
</columnHeader>
|
||||
<detail>
|
||||
@ -405,7 +466,7 @@
|
||||
<staticText>
|
||||
<reportElement positionType="Float" stretchType="ElementGroupHeight" x="0" y="0" width="15" height="12" uuid="77291745-ed58-4293-bf37-01be6b4fa86f">
|
||||
<property name="com.jaspersoft.studio.unit.width" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.height" value="px"/>
|
||||
<property name="com.jaspersoft.studio.unit.y" value="px"/>
|
||||
</reportElement>
|
||||
<textElement rotation="None">
|
||||
<font fontName="SansSerif" size="8" isBold="true" isItalic="false" isUnderline="false"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user