﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.02" type="Net" application="StiReport">
  <CacheAllData>True</CacheAllData>
  <Dictionary Ref="1" type="Dictionary" isKey="true">
    <BusinessObjects isList="true" count="0" />
    <Databases isList="true" count="1">
      <Xanthos Ref="2" type="Stimulsoft.Report.Dictionary.StiOleDbDatabase" isKey="true">
        <Alias>Xanthos</Alias>
        <ConnectionStringEncrypted>4MhxLO8N801rGanU+5zgG8bQ/Q3ebKKU4k1VWPvsag6eyI+rVnHSvHQbKUzq2PW//xSbL2JM+wX5Z31cdIAtP5nQ941fa5Ho+UegcHo96F7iRtXCa32iGct8JdRxceHj6OD3zdZr8tl5ezH0ddglDtFUsw3VbAFpaRXMXGrYdafC4oHLX0xLRWFm/XBqeOuX/9C3LM18u7zwek1MTfglCuDEu6BhBXrNTxtl7Mc9LdfRyEHJznZCmWtryFjH9GK7mFZDy8Vr+oHzSjlsTRRpP+/u2etde1E=</ConnectionStringEncrypted>
        <Name>Xanthos</Name>
      </Xanthos>
    </Databases>
    <DataSources isList="true" count="5">
      <MaterialEingang Ref="3" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>MaterialEingang</Alias>
        <Columns isList="true" count="12">
          <value>ORIGINAL,ID,id,id,System.Int32</value>
          <value>ORIGINAL,ENUMMER,ENummer,ENummer,System.Int32</value>
          <value>ORIGINAL,ENUMMERBIS,ENummerBis,ENummerBis,System.Int32</value>
          <value>ORIGINAL,SUBNUMMER,SubNummer,SubNummer,System.Int32</value>
          <value>ORIGINAL,MATERIALBEZEICHNUNG,MaterialBezeichnung,MaterialBezeichnung,System.String</value>
          <value>ORIGINAL,GEWINNUNGSARTBEZEICHNUNG,GewinnungsartBezeichnung,GewinnungsartBezeichnung,System.String</value>
          <value>ORIGINAL,BEFUNDERBEZEICHNUNG,BefunderBezeichnung,BefunderBezeichnung,System.String</value>
          <value>ORIGINAL,BEARBEITERBEZEICHNUNG,BearbeiterBezeichnung,BearbeiterBezeichnung,System.String</value>
          <value>ORIGINAL,MATERIALZUSATZTEXT,MaterialZusatztext,MaterialZusatztext,System.String</value>
          <value>ORIGINAL,LOKALISATIONBEZEICHNUNG,LokalisationBezeichnung,LokalisationBezeichnung,System.String</value>
          <value>ORIGINAL,GEWINNUNGSDATUM,Gewinnungsdatum,Gewinnungsdatum,System.DateTime</value>
          <value>ORIGINAL,GEWINNUNGSZEIT,Gewinnungszeit,Gewinnungszeit,System.DateTime</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <IsCloud>False</IsCloud>
        <Name>MaterialEingang</Name>
        <NameInSource>Xanthos</NameInSource>
        <Parameters isList="true" count="1">
          <value>_x0040_P01,_x0028_idZuweisung_x0020_as_x0020_Grz.Xanthos.Reporting.ReportParameterField_x0029_.SelectedValues_x005B_0_x005D_.Value,200,7</value>
        </Parameters>
        <SqlCommand>SELECT materialeingang.id, materialeingang.ENummer, materialeingang.ENummerBis,
	materialeingang.SubNummer, material.Bezeichnung MaterialBezeichnung,
	gewinnungsart.Bezeichnung GewinnungsartBezeichnung,
	Bearbeiter.Bezeichnung BearbeiterBezeichnung,
	Befunder.Bezeichnung BefunderBezeichnung,
	Zusatztext.Text MaterialZusatztext, lokalisation.Bezeichnung LokalisationBezeichnung,
	MaterialEingang.Gewinnungsdatum, MaterialEingang.Gewinnungszeit
	FROM materialeingang INNER JOIN
	material ON materialeingang.idMaterial = material.id LEFT JOIN
  gewinnungsart ON materialeingang.idGewinnungsart = gewinnungsart.id LEFT JOIN
  befunder Bearbeiter ON materialeingang.idBearbeiter = Bearbeiter.id
  LEFT JOIN
  Befunder ON materialeingang.idBefunder = Befunder.id LEFT JOIN
(Select MaterialEingangBefundtext.IdMaterialEingang,  MaterialEingangBefundtext.Text FROM
	MaterialEingangBefundtext INNER JOIN
	Textart ON Textart.id = MaterialEingangBefundtext.idTextart AND Textart.Kuerzel='ZA') Zusatztext
ON materialeingang.id =
    Zusatztext.idMaterialEingang LEFT JOIN Lokalisation on materialeingang.idlokalisation = lokalisation.id
WHERE 
materialeingang.Geloescht = 0 AND
/* &lt;Block name="IdZuweisung"&gt; */
	materialeingang.IdZuweisung  LIKE ? /* &lt;Parameter id="pIdZuweisung" variable="idZuweisung" expression=""/&gt; */
/* &lt;/Block&gt; */</SqlCommand>
      </MaterialEingang>
      <Zuweisung Ref="4" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>Zuweisung</Alias>
        <Columns isList="true" count="122">
          <value>ORIGINAL,ID,id,id,System.Int32</value>
          <value>ORIGINAL,TIMESTAMP,Timestamp,Timestamp,System.DateTime</value>
          <value>ORIGINAL,EINGANGSDATUM,Eingangsdatum,Eingangsdatum,System.DateTime</value>
          <value>ORIGINAL,AUSGANGSDATUM,Ausgangsdatum,Ausgangsdatum,System.Nullable`1[System.DateTime]</value>
          <value>ORIGINAL,ZUWEISUNGSTATUS,ZuweisungStatus,ZuweisungStatus,System.Int32</value>
          <value>ORIGINAL,LAUFENDENR,laufendeNr,laufendeNr,System.Int32</value>
          <value>ORIGINAL,AUFNAHMEZAHL,Aufnahmezahl,Aufnahmezahl,System.String</value>
          <value>ORIGINAL,FREMDEAUFNAHMEZAHL,FremdeAufnahmezahl,FremdeAufnahmezahl,System.String</value>
          <value>ORIGINAL,ANFORDERUNGSNUMMER,Anforderungsnummer,Anforderungsnummer,System.String</value>
          <value>ORIGINAL,ANFORDERUNGSDATUM,Anforderungsdatum,Anforderungsdatum,System.DateTime</value>
          <value>ORIGINAL,ANFORDERUNGSZEIT,Anforderungszeit,Anforderungszeit,System.DateTime</value>
          <value>ORIGINAL,EINGANGSZEIT,Eingangszeit,Eingangszeit,System.DateTime</value>
          <value>ORIGINAL,AUSGANGSZEIT,Ausgangszeit,Ausgangszeit,System.DateTime</value>
          <value>ORIGINAL,AUFNAHMEDATUM,Aufnahmedatum,Aufnahmedatum,System.Nullable`1[System.DateTime]</value>
          <value>ORIGINAL,AUFNAHMEZEIT,Aufnahmezeit,Aufnahmezeit,System.DateTime</value>
          <value>ORIGINAL,OBDUKTIONSDATUM,Obduktionsdatum,Obduktionsdatum,System.DateTime</value>
          <value>ORIGINAL,OBDUKTIONSZEIT,Obduktionszeit,Obduktionszeit,System.DateTime</value>
          <value>ORIGINAL,ZUWEISUNGZUSATZINFO,ZuweisungZusatzInfo,ZuweisungZusatzInfo,System.String</value>
          <value>ORIGINAL,AUFNAHMEZAHL2,Aufnahmezahl2,Aufnahmezahl2,System.String</value>
          <value>ORIGINAL,LISTENNR,ListenNr,ListenNr,System.Int32</value>
          <value>ORIGINAL,LISTENSTATUS,ListenStatus,ListenStatus,System.Int32</value>
          <value>ORIGINAL,PATIENTNAME,PatientName,PatientName,System.String</value>
          <value>ORIGINAL,PATIENTVORNAME,PatientVorname,PatientVorname,System.String</value>
          <value>ORIGINAL,PATIENTTITEL,PatientTitel,PatientTitel,System.String</value>
          <value>ORIGINAL,PATIENTAKADEMISCHVOR,PatientAkademischVor,PatientAkademischVor,System.String</value>
          <value>ORIGINAL,PATIENTAKADEMISCHNACH,PatientAkademischNach,PatientAkademischNach,System.String</value>
          <value>ORIGINAL,PATIENTSVNR,PatientSVNR,PatientSVNR,System.String</value>
          <value>ORIGINAL,PATIENTSTERBEDATUM,PatientSterbedatum,PatientSterbedatum,System.DateTime</value>
          <value>ORIGINAL,PATIENTSTERBEZEIT,PatientSterbezeit,PatientSterbezeit,System.DateTime</value>
          <value>ORIGINAL,STERBEADRESSE,Sterbeadresse,Sterbeadresse,System.String</value>
          <value>ORIGINAL,STERBEPLZ,SterbePLZ,SterbePLZ,System.String</value>
          <value>ORIGINAL,STERBEORT,SterbeOrt,SterbeOrt,System.String</value>
          <value>ORIGINAL,STERBELANDKUERZEL,SterbeLandKuerzel,SterbeLandKuerzel,System.String</value>
          <value>ORIGINAL,STERBELAND,SterbeLand,SterbeLand,System.String</value>
          <value>ORIGINAL,PATIENTGEBURTSNAME,PatientGeburtsname,PatientGeburtsname,System.String</value>
          <value>ORIGINAL,PATIENTGEBURTSDATUM,PatientGeburtsdatum,PatientGeburtsdatum,System.DateTime</value>
          <value>ORIGINAL,PATIENTBERUF,PatientBeruf,PatientBeruf,System.String</value>
          <value>ORIGINAL,PATIENTADRESSE,PatientAdresse,PatientAdresse,System.String</value>
          <value>ORIGINAL,PATIENTTELEFONNR,PatientTelefonNr,PatientTelefonNr,System.String</value>
          <value>ORIGINAL,PATIENTVERSVERH,PatientVersVerh,PatientVersVerh,System.Int32</value>
          <value>ORIGINAL,PATIENTDIENSTGEBER,PatientDienstgeber,PatientDienstgeber,System.String</value>
          <value>ORIGINAL,PATIENTGESCHLECHT,PatientGeschlecht,PatientGeschlecht,System.Int32</value>
          <value>ORIGINAL,PATIENTPLZ,PatientPlz,PatientPlz,System.String</value>
          <value>ORIGINAL,PATIENTORT,PatientOrt,PatientOrt,System.String</value>
          <value>ORIGINAL,PATIENTORTSTEIL,PatientOrtsteil,PatientOrtsteil,System.String</value>
          <value>ORIGINAL,PATIENTLAND,PatientLand,PatientLand,System.String</value>
          <value>ORIGINAL,PATIENTLANDBEZEICHNUNG,PatientLandBezeichnung,PatientLandBezeichnung,System.String</value>
          <value>ORIGINAL,HV1NAME,HV1Name,HV1Name,System.String</value>
          <value>ORIGINAL,HV1VORNAME,HV1Vorname,HV1Vorname,System.String</value>
          <value>ORIGINAL,HV1TITEL,HV1Titel,HV1Titel,System.String</value>
          <value>ORIGINAL,HV1AKADEMISCHVOR,HV1AkademischVor,HV1AkademischVor,System.String</value>
          <value>ORIGINAL,HV1AKADEMISCHNACH,HV1AkademischNach,HV1AkademischNach,System.String</value>
          <value>HV1SVNR,System.String</value>
          <value>ORIGINAL,HV1GEBURTSNAME,HV1Geburtsname,HV1Geburtsname,System.String</value>
          <value>ORIGINAL,HV1GEBURTSDATUM,HV1Geburtsdatum,HV1Geburtsdatum,System.DateTime</value>
          <value>ORIGINAL,HV1BERUF,HV1Beruf,HV1Beruf,System.String</value>
          <value>ORIGINAL,HV1ADRESSE,HV1Adresse,HV1Adresse,System.String</value>
          <value>ORIGINAL,HV1TELEFONNR,HV1TelefonNr,HV1TelefonNr,System.String</value>
          <value>ORIGINAL,HV1VERSVERH,HV1VersVerh,HV1VersVerh,System.Int32</value>
          <value>ORIGINAL,HV1DIENSTGEBER,HV1Dienstgeber,HV1Dienstgeber,System.String</value>
          <value>ORIGINAL,HV1GESCHLECHT,HV1Geschlecht,HV1Geschlecht,System.Int32</value>
          <value>ORIGINAL,HV1PLZ,HV1Plz,HV1Plz,System.String</value>
          <value>ORIGINAL,HV1ORT,HV1Ort,HV1Ort,System.String</value>
          <value>ORIGINAL,HVO1RTSTEIL,HVO1rtsteil,HVO1rtsteil,System.String</value>
          <value>ORIGINAL,HV1LAND,HV1Land,HV1Land,System.String</value>
          <value>ORIGINAL,HV1LANDBEZEICHNUNG,HV1LandBezeichnung,HV1LandBezeichnung,System.String</value>
          <value>ORIGINAL,HV2NAME,HV2Name,HV2Name,System.String</value>
          <value>ORIGINAL,HV2VORNAME,HV2Vorname,HV2Vorname,System.String</value>
          <value>ORIGINAL,HV2TITEL,HV2Titel,HV2Titel,System.String</value>
          <value>ORIGINAL,HV2AKADEMISCHVOR,HV2AkademischVor,HV2AkademischVor,System.String</value>
          <value>ORIGINAL,HV2AKADEMISCHNACH,HV2AkademischNach,HV2AkademischNach,System.String</value>
          <value>HV2SVNR,System.String</value>
          <value>ORIGINAL,HV2GEBURTSNAME,HV2Geburtsname,HV2Geburtsname,System.String</value>
          <value>ORIGINAL,HV2GEBURTSDATUM,HV2Geburtsdatum,HV2Geburtsdatum,System.DateTime</value>
          <value>ORIGINAL,HV2BERUF,HV2Beruf,HV2Beruf,System.String</value>
          <value>ORIGINAL,HV2ADRESSE,HV2Adresse,HV2Adresse,System.String</value>
          <value>ORIGINAL,HV2TELEFONNR,HV2TelefonNr,HV2TelefonNr,System.String</value>
          <value>ORIGINAL,HV2VERSVERH,HV2VersVerh,HV2VersVerh,System.Int32</value>
          <value>ORIGINAL,HV2DIENSTGEBER,HV2Dienstgeber,HV2Dienstgeber,System.String</value>
          <value>ORIGINAL,HV2GESCHLECHT,HV2Geschlecht,HV2Geschlecht,System.Int32</value>
          <value>ORIGINAL,HV2PLZ,HV2Plz,HV2Plz,System.String</value>
          <value>ORIGINAL,HV2ORT,HV2Ort,HV2Ort,System.String</value>
          <value>ORIGINAL,HVO2RTSTEIL,HVO2rtsteil,HVO2rtsteil,System.String</value>
          <value>ORIGINAL,HV2LAND,HV2Land,HV2Land,System.String</value>
          <value>ORIGINAL,HV2LANDBEZEICHNUNG,HV2LandBezeichnung,HV2LandBezeichnung,System.String</value>
          <value>ORIGINAL,KLASSEKUERZEL,KlasseKuerzel,KlasseKuerzel,System.String</value>
          <value>ORIGINAL,KLASSEBEZEICHNUNG,KlasseBezeichnung,KlasseBezeichnung,System.String</value>
          <value>ORIGINAL,ZUWARTKUERZEL,ZuwArtKuerzel,ZuwArtKuerzel,System.String</value>
          <value>ORIGINAL,ZUWARTBEZEICHNUNG,ZuwArtBezeichnung,ZuwArtBezeichnung,System.String</value>
          <value>ORIGINAL,BEREICHKUERZEL,BereichKuerzel,BereichKuerzel,System.String</value>
          <value>ORIGINAL,BEREICHBEZEICHNUNG,BereichBezeichnung,BereichBezeichnung,System.String</value>
          <value>ORIGINAL,BEREICHDRUCKBEZEICHNUNG,BereichDruckBezeichnung,BereichDruckBezeichnung,System.String</value>
          <value>ORIGINAL,BEREICHMODUL,BereichModul,BereichModul,System.Int32</value>
          <value>ORIGINAL,BENUTZERLOGIN,BenutzerLogin,BenutzerLogin,System.String</value>
          <value>ORIGINAL,BENUTZERNAME,BenutzerName,BenutzerName,System.String</value>
          <value>ORIGINAL,BENUTZERVORNAME,BenutzerVorname,BenutzerVorname,System.String</value>
          <value>ORIGINAL,BENUTZERKURZZEICHEN,BenutzerKurzzeichen,BenutzerKurzzeichen,System.String</value>
          <value>ORIGINAL,ZUWEISERID,ZuweiserId,ZuweiserId,System.Int32</value>
          <value>ORIGINAL,ZUWEISERNAME,ZuweiserName,ZuweiserName,System.String</value>
          <value>ORIGINAL,ZUWEISERVORNAME,ZuweiserVorname,ZuweiserVorname,System.String</value>
          <value>ORIGINAL,ZUWEISERADRESSE,ZuweiserAdresse,ZuweiserAdresse,System.String</value>
          <value>ORIGINAL,ZUWEISERPLZ,ZuweiserPlz,ZuweiserPlz,System.String</value>
          <value>ORIGINAL,ZUWEISERBEZEICHNUNG,ZuweiserBezeichnung,ZuweiserBezeichnung,System.String</value>
          <value>ORIGINAL,ZUWEISERORT,ZuweiserOrt,ZuweiserOrt,System.String</value>
          <value>ORIGINAL,ZUWEISERLAND,ZuweiserLand,ZuweiserLand,System.String</value>
          <value>ORIGINAL,ZUWEISERVPNR,ZuweiserVPNR,ZuweiserVPNR,System.String</value>
          <value>ORIGINAL,ZUWEISERKRANKENANSTALTENNR,ZuweiserKrankenanstaltennr,ZuweiserKrankenanstaltennr,System.String</value>
          <value>ORIGINAL,ANFORDERERBEZEICHNUNG,AnfordererBezeichnung,AnfordererBezeichnung,System.String</value>
          <value>ORIGINAL,ANFORDERERNAME,AnfordererName,AnfordererName,System.String</value>
          <value>ORIGINAL,ANFORDERERVORNAME,AnfordererVorname,AnfordererVorname,System.String</value>
          <value>ORIGINAL,ANFORDERERADRESSE,AnfordererAdresse,AnfordererAdresse,System.String</value>
          <value>ORIGINAL,ANFORDERERPLZ,AnfordererPlz,AnfordererPlz,System.String</value>
          <value>ORIGINAL,ANFORDERERORT,AnfordererOrt,AnfordererOrt,System.String</value>
          <value>ORIGINAL,ANFORDERERLAND,AnfordererLand,AnfordererLand,System.String</value>
          <value>ORIGINAL,ANFORDERERTELEFONNR,AnfordererTelefonNr,AnfordererTelefonNr,System.String</value>
          <value>ORIGINAL,FALLARTKUERZEL,FallartKuerzel,FallartKuerzel,System.String</value>
          <value>ORIGINAL,FALLARTBEZEICHNUNG,FallartBezeichnung,FallartBezeichnung,System.String</value>
          <value>ORIGINAL,BEREICHID,BereichId,BereichId,System.Int32</value>
          <value>ORIGINAL,MANDANTID,MandantId,MandantId,System.String</value>
          <value>ORIGINAL,MANDANTKOPF,MandantKopf,MandantKopf,System.String</value>
          <value>ORIGINAL,BEREICHKOPF,BereichKopf,BereichKopf,System.String</value>
          <value>ORIGINAL,PATIENTID,PatientId,PatientId,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <IsCloud>False</IsCloud>
        <Name>Zuweisung</Name>
        <NameInSource>Xanthos</NameInSource>
        <Parameters isList="true" count="1">
          <value>_x0040_P23,_x0028_idZuweisung_x0020_as_x0020_Grz.Xanthos.Reporting.ReportParameterField_x0029_.SelectedValues_x005B_0_x005D_.Value,200,7</value>
        </Parameters>
        <SqlCommand>select zuweisung_view.*,
	Mandant.MandantKopf, Bereich.BereichKopf

from (select z.id, z.Timestamp, Eingangsdatum, Ausgangsdatum, 
	z.status ZuweisungStatus, laufendeNr, Aufnahmezahl, FremdeAufnahmezahl, 
		Anforderungsnummer, Anforderungsdatum, Anforderungszeit, Eingangszeit, 
		Ausgangszeit, Aufnahmedatum, Aufnahmezeit, Obduktionsdatum, 
        Obduktionszeit, ZusatzInformation ZuweisungZusatzInfo, Aufnahmezahl2, 
        l.ListenNr, l.status as ListenStatus,  
        pp.name PatientName, pp.vorname PatientVorname, pp.titel PatientTitel, pp.akademischerGradVor PatientAkademischVor, 
        pp.akademischerGradNach PatientAkademischNach, p.svnr PatientSVNR, p.sterbedatum PatientSterbedatum, p.id PatientId,
           p.sterbezeit PatientSterbezeit, p.Sterbeadresse, SterbePLZ.Kuerzel AS SterbePLZ, SterbePLZ.Ort AS SterbeOrt, 
                      SterbeLand.Kuerzel AS SterbeLandKuerzel, SterbeLand.Bezeichnung AS SterbeLand, p.geburtsname PatientGeburtsname, p.geburtsdatum PatientGeburtsdatum, p.beruf PatientBeruf, 
           p.adresse PatientAdresse, p.telnr PatientTelefonNr, p.versichertenverhaeltnis PatientVersVerh, p.dienstgeber PatientDienstgeber, 
           p.geschlecht PatientGeschlecht, pplz.kuerzel PatientPlz, pplz.ort PatientOrt, pplz.ortsteil PatientOrtsteil, 
           pland.kuerzel PatientLand, pland.bezeichnung PatientLandBezeichnung,
           phv.name HV1Name, phv.vorname HV1Vorname, phv.titel HV1Titel, phv.akademischerGradVor HV1AkademischVor, 
           phv.akademischerGradNach HV1AkademischNach, hv.svnr HV1SVNR, hv.geburtsname HV1Geburtsname, hv.geburtsdatum HV1Geburtsdatum, 
           hv.beruf HV1Beruf, hv.adresse HV1Adresse, hv.telnr HV1TelefonNr, hv.versichertenverhaeltnis HV1VersVerh, 
           hv.dienstgeber HV1Dienstgeber, hv.geschlecht HV1Geschlecht, hvplz.kuerzel HV1Plz, 
           hvplz.ort HV1Ort, hvplz.ortsteil HVO1rtsteil, hvland.kuerzel HV1Land, 
           hvland.bezeichnung HV1LandBezeichnung,
           phv2.name HV2Name, phv2.vorname HV2Vorname, phv2.titel HV2Titel, phv2.akademischerGradVor HV2AkademischVor, 
           phv2.akademischerGradNach HV2AkademischNach, hv2.svnr HV2SVNR, hv2.geburtsname HV2Geburtsname, hv2.geburtsdatum HV2Geburtsdatum, 
           hv2.beruf HV2Beruf, hv2.adresse HV2Adresse, hv2.telnr HV2TelefonNr, hv2.versichertenverhaeltnis HV2VersVerh, 
           hv2.dienstgeber HV2Dienstgeber, hv2.geschlecht HV2Geschlecht, hv2plz.kuerzel HV2Plz, 
           hv2plz.ort HV2Ort, hv2plz.ortsteil HVO2rtsteil, hv2land.kuerzel HV2Land, 
           hv2land.bezeichnung HV2LandBezeichnung,
           k.kuerzel KlasseKuerzel, k.bezeichnung KlasseBezeichnung,
           za.kuerzel ZuwArtKuerzel, za.bezeichnung ZuwArtBezeichnung,
           ber.kuerzel BereichKuerzel, ber.bezeichnung BereichBezeichnung, ber.bezeichnungdruck BereichDruckBezeichnung, 
           ber.modul BereichModul,
           ben.login BenutzerLogin, benp.name BenutzerName, benp.vorname BenutzerVorname, benp.kurzzeichen BenutzerKurzzeichen,
           zuw.bezeichnung ZuweiserBezeichnung, zuwp.name ZuweiserName, zuwp.vorname ZuweiserVorname, zuw.adresse ZuweiserAdresse, 
           zuwplz.kuerzel ZuweiserPlz, zuwplz.ort ZuweiserOrt, zuwland.kuerzel ZuweiserLand, zuw.vertragspartnernummer ZuweiserVPNR, 
           zuw.krankenanstaltennummer ZuweiserKrankenanstaltennr,
           aa.bezeichnung AnfordererBezeichnung,  aap.name AnfordererName, aap.vorname AnfordererVorname, aa.adresse AnfordererAdresse, 
           aaplz.kuerzel AnfordererPlz, aaplz.ort AnfordererOrt, aaland.kuerzel AnfordererLand, aa.telnr AnfordererTelefonNr,
           f.kuerzel FallartKuerzel, f.bezeichnung FallartBezeichnung, z.IdBereich as BereichId, zuw.IdMandant as MandantId,
		   23 as Patientenalter,
		   365 as PatientenalterTage
from zuweisung z left outer join liste l on l.id = z.idliste 
	inner join patient p on z.idpatient = p.id  
				left outer join patient hv on p.idhauptversicherter = hv.id 
				left outer join patient hv2 on p.idhauptversicherter2 = hv2.id 
				left outer join person pp on p.idperson = pp.id
				left outer join person phv on hv.idperson = phv.id 
				left outer join person phv2 on hv2.idperson = phv2.id 
				left outer join postleitzahl pplz on p.idpostleitzahl = pplz.id left outer join land pland on pplz.idland = pland.id
				left outer join postleitzahl hvplz on hv.idpostleitzahl = hvplz.id left outer join land hvland on hvplz.idland = hvland.id  
				left outer join postleitzahl hv2plz on hv2.idpostleitzahl = hv2plz.id left outer join land hv2land on hv2plz.idland = hv2land.id  
	inner join klasse k on z.idklasse = k.id
	left outer join zuweisungsart za on z.idzuweisungsart = za.id
	inner join bereich ber on z.idbereich = ber.id 
	inner join benutzer ben on z.idgeaendertvon = ben.id inner join person benp on ben.idperson = benp.id
	inner join zuweiser zuw on z.idzuweiser = zuw.id inner join person zuwp on zuw.idperson = zuwp.id 
					left outer join postleitzahl zuwplz on zuw.idpostleitzahl = zuwplz. id 
					left outer join land zuwland on zuwplz.idland = zuwland.id
	left outer join anfordernderArzt aa on z.idanfordernderarzt = aa.id left outer join person aap on aa.idperson = aap.id 
					left outer join postleitzahl aaplz on aa.idpostleitzahl = aaplz. id 
					left outer join land aaland on aaplz.idland = aaland.id
	inner join fallart f on z.idfallart = f.id 
	LEFT OUTER JOIN
                      Postleitzahl SterbePLZ ON SterbePLZ.id = p.idSterbePostleitzahl LEFT OUTER JOIN
                      Land SterbeLand ON SterbePLZ.idLand = SterbeLand.id
	where z.geloescht = 0) zuweisung_view  
inner join Mandant on zuweisung_view.MandantId = Mandant.Id
inner join Bereich on zuweisung_view.BereichId = Bereich.Id


WHERE 
	/* &lt;Block name="IdZuweisung"&gt; */
	zuweisung_view.Id   LIKE ? /* &lt;Parameter id="pIdZuweisung" variable="idZuweisung" expression=""/&gt; */
	/* &lt;/Block&gt; */</SqlCommand>
      </Zuweisung>
      <MaterialEingangKeim Ref="5" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>MaterialEingangKeim</Alias>
        <Columns isList="true" count="24">
          <value>ORIGINAL,ID,id,id,System.Int32</value>
          <value>ORIGINAL,IDMATERIALEINGANG,idMaterialEingang,idMaterialEingang,System.Int32</value>
          <value>ORIGINAL,IDGEAENDERTVON,idGeaendertVon,idGeaendertVon,System.Int64</value>
          <value>ORIGINAL,IDBEFUNDART,idBefundart,idBefundart,System.Int64</value>
          <value>ORIGINAL,TIMESTAMP,Timestamp,Timestamp,System.DateTime</value>
          <value>ORIGINAL,MASKIERT,Maskiert,Maskiert,System.Int64</value>
          <value>ORIGINAL,INDEX_,Index_,Index_,System.String</value>
          <value>ORIGINAL,ANREICHERUNG,Anreicherung,Anreicherung,System.Int64</value>
          <value>ORIGINAL,KEIMZAHL,Keimzahl,Keimzahl,System.String</value>
          <value>ORIGINAL,IDQUELLE,idQuelle,idQuelle,System.Int64</value>
          <value>ORIGINAL,IDKULTURART,idKulturart,idKulturart,System.Int32</value>
          <value>ORIGINAL,IDKEIM,idKeim,idKeim,System.Int64</value>
          <value>ORIGINAL,IDRESISTENZGRUPPE,idResistenzgruppe,idResistenzgruppe,System.Int64</value>
          <value>ORIGINAL,IDMHKGRUPPE,idMHKGruppe,idMHKGruppe,System.Int64</value>
          <value>ORIGINAL,GELOESCHT,Geloescht,Geloescht,System.Int64</value>
          <value>ORIGINAL,IDKEIMTYP,idKeimTyp,idKeimTyp,System.Int64</value>
          <value>ORIGINAL,LAUFENDENR,laufendeNr,laufendeNr,System.Int64</value>
          <value>ORIGINAL,ERGEBNIS,Ergebnis,Ergebnis,System.String</value>
          <value>ORIGINAL,ANTIB,Antib,Antib,System.String</value>
          <value>ORIGINAL,DRUCKBEZ,DruckBez,DruckBez,System.String</value>
          <value>ORIGINAL,KEIMBEZ,Keimbez,Keimbez,System.String</value>
          <value>ORIGINAL,ERGEBNISKUERZEL,ErgebnisKuerzel,ErgebnisKuerzel,System.String</value>
          <value>ORIGINAL,KEIMZAHLFORMATIERT,KeimzahlFormatiert,KeimzahlFormatiert,System.String</value>
          <value>ORIGINAL,SORTIERNUMMER,Sortiernummer,Sortiernummer,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <IsCloud>False</IsCloud>
        <Name>MaterialEingangKeim</Name>
        <NameInSource>Xanthos</NameInSource>
        <Parameters isList="true" count="1">
          <value>_x0040_P45,_x0028_idZuweisung_x0020_as_x0020_Grz.Xanthos.Reporting.ReportParameterField_x0029_.SelectedValues_x005B_0_x005D_.Value,200,7</value>
        </Parameters>
        <SqlCommand>SELECT Keim.Bezeichnung AS Keimbez, MikroErgebnis.Bezeichnung AS
	Ergebnis, Antibiotikum.Bezeichnung AS Antib,
	MikroBefundart.BezeichnungDruck AS DruckBez, MaterialEingangKeim.*, MikroErgebnis.Kuerzel ErgebnisKuerzel,

case 
 when MaterialEingangKeim.keimzahl = '3+' then cast('+++' as nvarchar2(10))
 when MaterialEingangKeim.keimzahl = '4+' then cast('++++' as nvarchar2(10))
 when MaterialEingangKeim.keimzahl = '5+' then cast('+++++'  as nvarchar2(10))
 when LENGTH(TRIM(TRANSLATE(MaterialEingangKeim.keimzahl, '0123456789', ' '))) is null then 
  case 
   when to_number(MaterialEingangKeim.keimzahl) = 0 then cast('0' as nvarchar2(10))
   when to_number(MaterialEingangKeim.keimzahl) &lt; 10 then cast('10^' as nvarchar2(10)) || to_number(MaterialEingangKeim.keimzahl)
   when to_number(MaterialEingangKeim.keimzahl) between 10 and 99 then to_number(MaterialEingangKeim.keimzahl) || cast('/ml'  as nvarchar2(10))
   else MaterialEingangKeim.keimzahl 
  end
 else MaterialEingangKeim.keimzahl
end 
as KeimzahlFormatiert, substr('0000000000' || cast(Antibiotikum.Sortiernummer as varchar2(10)),-10,10) Sortiernummer
FROM MaterialEingangKeim INNER JOIN
 Keim ON MaterialEingangKeim.idKeim = Keim.id INNER JOIN
  MikroBefundart ON MaterialEingangKeim.idBefundart = MikroBefundart.id
  LEFT JOIN
  MaterialEingangKeim_Kultur ON
    MaterialEingangKeim_Kultur.idMaterialEingangKeim =
    MaterialEingangKeim.id AND
MaterialEingangKeim_Kultur.Maskiert = 0 AND MaterialEingangKeim_Kultur.Geloescht = 0 LEFT JOIN
  MikroErgebnis ON MaterialEingangKeim_Kultur.idErgebnis =
    MikroErgebnis.id LEFT JOIN
  Antibiotikum ON MaterialEingangKeim_Kultur.idAntibiotikum =
    Antibiotikum.id inner join materialeingang mateg on mateg.id = materialeingangkeim.idmaterialeingang
where 
/* &lt;Block name="IdZuweisung"&gt; */
	mateg.IdZuweisung  LIKE ? /* &lt;Parameter id="pIdZuweisung" variable="idZuweisung" expression=""/&gt; */
/* &lt;/Block&gt; */
AND
MaterialEingangKeim.Geloescht = 0
AND
MaterialEingangKeim.Maskiert = 0

AND 
mateg.Geloescht = 0
ORDER BY substr('0000000000' || cast(Antibiotikum.Sortiernummer as varchar2(10)),-10,10)</SqlCommand>
      </MaterialEingangKeim>
      <MaterialEingangKeimKultur Ref="6" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>MaterialEingangKeimKultur</Alias>
        <Columns isList="true" count="3">
          <value>ORIGINAL,ID,id,id,System.Int32</value>
          <value>ORIGINAL,BEZEICHNUNG,bezeichnung,bezeichnung,System.String</value>
          <value>ORIGINAL,IDMATERIALEINGANG,IdMaterialEingang,IdMaterialEingang,System.Int32</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <IsCloud>False</IsCloud>
        <Name>MaterialEingangKeimKultur</Name>
        <NameInSource>Xanthos</NameInSource>
        <Parameters isList="true" count="1">
          <value>_x0040_P67,_x0028_idZuweisung_x0020_as_x0020_Grz.Xanthos.Reporting.ReportParameterField_x0029_.SelectedValues_x005B_0_x005D_.Value,200,7</value>
        </Parameters>
        <SqlCommand>select kulturart.id, kulturart.bezeichnung, me.id IdMaterialEingang
from MaterialEingangKeim inner join kulturart on kulturart.id = materialeingangkeim.idkulturart
inner join materialeingang me on me.id = MaterialEingangKeim.IdMaterialEingang

where 
/* &lt;Block name="IdZuweisung"&gt; */
	me.IdZuweisung  LIKE ? /* &lt;Parameter id="pIdZuweisung" variable="idZuweisung" expression=""/&gt; */
/* &lt;/Block&gt; */
AND
MaterialEingangKeim.Geloescht = 0
AND me.Geloescht = 0
AND MaterialEingangKeim.Maskiert = 0


group by kulturart.id, kulturart.bezeichnung,me.id
</SqlCommand>
      </MaterialEingangKeimKultur>
      <ME_4097704_Kultur_mit_MHK1_1 Ref="7" type="DataTableSource" isKey="true">
        <Alias>ME_4097704_Kultur_mit_MHK1_1</Alias>
        <Columns isList="true" count="6">
          <value>_x0031_,System.String</value>
          <value>_x0032_,System.String</value>
          <value>Column1,System.String</value>
          <value>Antib,System.String</value>
          <value>MaterialEingangKeimId,System.Int32</value>
          <value>KulturArtId,System.Int32</value>
        </Columns>
        <Dictionary isRef="1" />
        <IsCloud>False</IsCloud>
        <Name>ME_4097704_Kultur_mit_MHK1_1</Name>
        <NameInSource>ME_4097704_Kultur_mit_MHK1_1</NameInSource>
      </ME_4097704_Kultur_mit_MHK1_1>
    </DataSources>
    <Relations isList="true" count="3">
      <relKulturartME Ref="8" type="DataRelation" isKey="true">
        <Alias>relKulturartME</Alias>
        <ChildColumns isList="true" count="1">
          <value>IdMaterialEingang</value>
        </ChildColumns>
        <ChildSource isRef="6" />
        <Dictionary isRef="1" />
        <Name>relKulturartME</Name>
        <NameInSource>relKulturartME</NameInSource>
        <ParentColumns isList="true" count="1">
          <value>id</value>
        </ParentColumns>
        <ParentSource isRef="3" />
      </relKulturartME>
      <relKulturKeim Ref="9" type="DataRelation" isKey="true">
        <Alias>relKulturKeim</Alias>
        <ChildColumns isList="true" count="2">
          <value>idKulturart</value>
          <value>idMaterialEingang</value>
        </ChildColumns>
        <ChildSource isRef="5" />
        <Dictionary isRef="1" />
        <Name>relKulturKeim</Name>
        <NameInSource>relKulturKeim</NameInSource>
        <ParentColumns isList="true" count="2">
          <value>id</value>
          <value>IdMaterialEingang</value>
        </ParentColumns>
        <ParentSource isRef="6" />
      </relKulturKeim>
      <relME_4097704_Kultur_mit_MHK1_1ToMaterialEingangKultur Ref="10" type="DataRelation" isKey="true">
        <Alias>relME_4097704_Kultur_mit_MHK1_1ToMaterialEingangKultur</Alias>
        <ChildColumns isList="true" count="2">
          <value>KulturArtId</value>
          <value>MaterialEingangKeimId</value>
        </ChildColumns>
        <ChildSource isRef="7" />
        <Dictionary isRef="1" />
        <Name>relME_4097704_Kultur_mit_MHK1_1ToMaterialEingangKultur</Name>
        <NameInSource>relME_4097704_Kultur_mit_MHK1_1ToMaterialEingangKultur</NameInSource>
        <ParentColumns isList="true" count="2">
          <value>id</value>
          <value>IdMaterialEingang</value>
        </ParentColumns>
        <ParentSource isRef="6" />
      </relME_4097704_Kultur_mit_MHK1_1ToMaterialEingangKultur>
    </Relations>
    <Report isRef="0" />
    <Variables isList="true" count="7">
      <value>Parameter</value>
      <value>Parameter,idZuweisung,idZuweisung,System.Object,_x0032_90896,False,False</value>
      <value>Parameter,idEmpfaenger,idEmpfaenger,System.Object,_x0039_030,False,False</value>
      <value>Parameter,SchnittstellenTypen,SchnittstellenTypen,System.Object,_x0030_,False,False</value>
      <value>,band_ME_4097704_Kultur_mit_MHK1_0,band_ME_4097704_Kultur_mit_MHK1_0,System.Boolean,false,False,False</value>
      <value>,tmp_ME_4097704_Kultur_mit_MHK1_0,tmp_ME_4097704_Kultur_mit_MHK1_0,System.Int32,_x0030_,False,False</value>
      <value>,footer_ME_4097704_Kultur_mit_MHK1_0,footer_ME_4097704_Kultur_mit_MHK1_0,System.String,,False,False</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <MetaTags isList="true" count="0" />
  <NumberOfPass>DoublePass</NumberOfPass>
  <Pages isList="true" count="1">
    <Page1 Ref="11" type="Page" isKey="true">
      <BeginRenderEvent>AnforderungenSichtbar()</BeginRenderEvent>
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="7">
        <PageFooterBand1 Ref="12" type="PageFooterBand" isKey="true">
          <Border>Top;Black;1;Solid;False;4;Black</Border>
          <Brush>Transparent</Brush>
          <CanShrink>True</CanShrink>
          <ClientRectangle>0,1102.8,190.2,6</ClientRectangle>
          <Components isList="true" count="5">
            <Text55 Ref="13" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>95,0.6,41,4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>de3dbc30dc994f7d9e6ec4dff28fad7a</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text55</Name>
              <Page isRef="11" />
              <Parent isRef="12" />
              <Text>Druck: {Format("{0:dd.MM.yyyy HH:mm}", DateTime.Now)}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text55>
            <Text37 Ref="14" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>136,0.6,44,4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text37</Name>
              <Page isRef="11" />
              <Parent isRef="12" />
              <Text>Seite {PageNumber} von {TotalPageCount}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text37>
            <Text54 Ref="15" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>2,0.6,20,4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>c7d3f9c7d70c435c8730b5b89e86a22a</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text54</Name>
              <Page isRef="11" />
              <Parent isRef="12" />
              <Text>DVR: 0000191</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text54>
            <Text28 Ref="16" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>31,0.6,61,4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>4e508deb463f46cd89351288d1467c10</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text28</Name>
              <Page isRef="11" />
              <Parent isRef="12" />
              <Text>E-Nr: {Zuweisung.BereichKuerzel}-{SetENummer()}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text28>
            <Text31 Ref="17" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,3.6,181,2</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,4</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text31</Name>
              <Page isRef="11" />
              <Parent isRef="12" />
              <Text>Vor Verwendung zu wissenschaftlicher Veröffentlichung schriftliches Einverständnis des Vorstandes des pathologischen Institutes erforderlich</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text31>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>PageFooterBand1</Name>
          <Page isRef="11" />
          <Parent isRef="11" />
        </PageFooterBand1>
        <PageFooterBand2 Ref="18" type="PageFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,1086.8,190.2,8</ClientRectangle>
          <Components isList="true" count="1">
            <Text120 Ref="19" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>2,1.2,180,4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text120</Name>
              <Page isRef="11" />
              <Parent isRef="18" />
              <Text>Keimzahlen: '+' vereinzelt, '++' spärlich, '+++' mäßig, '++++' reichlich, '+++++' massenhaft</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text120>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>PageFooterBand2</Name>
          <Page isRef="11" />
          <Parent isRef="11" />
        </PageFooterBand2>
        <GroupHeaderBand2 Ref="20" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,4,190.2,6</ClientRectangle>
          <Components isList="true" count="0" />
          <Condition>{MaterialEingang.id}</Condition>
          <Conditions isList="true" count="0" />
          <KeepGroupHeaderTogether>False</KeepGroupHeaderTogether>
          <Name>GroupHeaderBand2</Name>
          <Page isRef="11" />
          <Parent isRef="11" />
        </GroupHeaderBand2>
        <dataMaterialEingang Ref="21" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <CanShrink>True</CanShrink>
          <ClientRectangle>0,18,190.2,42</ClientRectangle>
          <Components isList="true" count="2">
            <Text72 Ref="22" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <CanShrink>True</CanShrink>
              <ClientRectangle>0,1,78,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11,Bold</Font>
              <Guid>115a730e37824b9492780c31e4d8ac0a</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text72</Name>
              <Page isRef="11" />
              <Parent isRef="21" />
              <Text>Eingangsnummer: {SetENummer()}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
            </Text72>
            <Panel2 Ref="23" type="Panel" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <CanShrink>True</CanShrink>
              <ClientRectangle>0,9,188,28</ClientRectangle>
              <Components isList="true" count="0" />
              <Conditions isList="true" count="0" />
              <Name>Panel2</Name>
              <Page isRef="11" />
              <Parent isRef="21" />
            </Panel2>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>MaterialEingang</DataSourceName>
          <Filters isList="true" count="0" />
          <Name>dataMaterialEingang</Name>
          <Page isRef="11" />
          <Parent isRef="11" />
          <PrintIfDetailEmpty>True</PrintIfDetailEmpty>
          <Sort isList="true" count="0" />
        </dataMaterialEingang>
        <GroupFooterBand3 Ref="24" type="GroupFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,68,190.2,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Conditions isList="true" count="0" />
          <Name>GroupFooterBand3</Name>
          <Page isRef="11" />
          <Parent isRef="11" />
        </GroupFooterBand3>
        <DataBand4 Ref="25" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,76,190.2,5</ClientRectangle>
          <Components isList="true" count="1">
            <Text51 Ref="26" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <CanShrink>True</CanShrink>
              <ClientRectangle>0,4,180,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text51</Name>
              <Page isRef="11" />
              <Parent isRef="25" />
              <Text>{MaterialEingangKeimKultur.bezeichnung}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
            </Text51>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName>relKulturartME</DataRelationName>
          <DataSourceName>MaterialEingangKeimKultur</DataSourceName>
          <Filters isList="true" count="0" />
          <MasterComponent isRef="21" />
          <Name>DataBand4</Name>
          <Page isRef="11" />
          <Parent isRef="11" />
          <Sort isList="true" count="0" />
        </DataBand4>
        <ME_4097704_Kultur_mit_MHK1_1_DataTable Ref="27" type="Stimulsoft.Report.Components.Table.StiTable" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,0,118,32</ClientRectangle>
          <ColumnCount>4</ColumnCount>
          <Components isList="true" count="16">
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell1 Ref="28" type="TableCell" isKey="true">
              <Border>Top, Left;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[255:255:255]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0,8,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11</Font>
              <GrowToHeight>True</GrowToHeight>
              <ID>0</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell1</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>2</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell1>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell2 Ref="29" type="TableCell" isKey="true">
              <Border>Top;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[128:128:0]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>8,0,8,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11</Font>
              <GrowToHeight>True</GrowToHeight>
              <ID>1</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell2</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>2</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell2>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell3 Ref="30" type="TableCell" isKey="true">
              <Border>Top, Left;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[255:255:255]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0,96,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11</Font>
              <GrowToHeight>True</GrowToHeight>
              <ID>2</ID>
              <Join>True</Join>
              <JoinCells isList="true" count="3">
                <value>0</value>
                <value>1</value>
                <value>2</value>
              </JoinCells>
              <JoinHeight>1</JoinHeight>
              <JoinWidth>3</JoinWidth>
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell3</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>2</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>STA 1</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell3>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell4 Ref="31" type="TableCell" isKey="true">
              <AllowHtmlTags>True</AllowHtmlTags>
              <Border>Top, Right;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[255:255:255]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>96,0,30,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11,Bold</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Right</HorAlignment>
              <ID>3</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell4</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>Anr.</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <TextQuality>Wysiwyg</TextQuality>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell4>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell5 Ref="32" type="TableCell" isKey="true">
              <Border>Left, Bottom;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[255:255:255]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,6,8,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11</Font>
              <GrowToHeight>True</GrowToHeight>
              <ID>4</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell5</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell5>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell6 Ref="33" type="TableCell" isKey="true">
              <Border>Left, Bottom;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[128:128:0]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>8,6,8,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11</Font>
              <GrowToHeight>True</GrowToHeight>
              <ID>5</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell6</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>6</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell6>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell7 Ref="34" type="TableCell" isKey="true">
              <Border>Top, Left, Bottom;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[128:128:0]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>8,6,88,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11</Font>
              <GrowToHeight>True</GrowToHeight>
              <ID>6</ID>
              <Join>True</Join>
              <JoinCells isList="true" count="2">
                <value>5</value>
                <value>6</value>
              </JoinCells>
              <JoinHeight>1</JoinHeight>
              <JoinWidth>2</JoinWidth>
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell7</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>6</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>STA 2</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell7>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell8 Ref="35" type="TableCell" isKey="true">
              <AllowHtmlTags>True</AllowHtmlTags>
              <Border>Top, Right, Bottom;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[128:128:0]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>96,6,30,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,11,Bold</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Right</HorAlignment>
              <ID>7</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell8</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>Anr.</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <TextQuality>Wysiwyg</TextQuality>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell8>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell9 Ref="36" type="TableCell" isKey="true">
              <Border>Left, Right;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[255:255:255]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,12,8,6</ClientRectangle>
              <Conditions isList="true" count="2">
                <value>Line_x0020__x003D__x003D__x0020_1,[0:0:0],[255:255:255],Arial_x002C_13_x002C_Bold,True,False,,,Top_x002C__x0020_Left_x002C__x0020_Right</value>
                <value>Line_x0020__x0020__x003D__x003D__x0020_4,[0:0:0],[255:255:255],Arial_x002C_13_x002C_Bold,True,False,,,Left_x002C__x0020_Right_x002C__x0020_Bottom</value>
              </Conditions>
              <Font>Arial,13,Bold</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Center</HorAlignment>
              <ID>8</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell9</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>{ME_4097704_Kultur_mit_MHK1_1.n1}</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell9>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell10 Ref="37" type="TableCell" isKey="true">
              <Border>Left, Right;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[128:128:0]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>8,12,8,6</ClientRectangle>
              <Conditions isList="true" count="2">
                <value>Line_x0020__x003D__x003D__x0020_1,[0:0:0],[128:128:0],Arial_x002C_13_x002C_Bold,True,False,,,Top_x002C__x0020_Left_x002C__x0020_Right</value>
                <value>Line_x0020__x0020__x003D__x003D__x0020_4,[0:0:0],[128:128:0],Arial_x002C_13_x002C_Bold,True,False,,,Left_x002C__x0020_Right_x002C__x0020_Bottom</value>
              </Conditions>
              <Font>Arial,13,Bold</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Center</HorAlignment>
              <ID>9</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell10</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>{ME_4097704_Kultur_mit_MHK1_1.n2}</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell10>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell11 Ref="38" type="TableCell" isKey="true">
              <Border>Left, Right;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[255:255:255]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>16,12,80,6</ClientRectangle>
              <Conditions isList="true" count="2">
                <value>Line_x0020__x003D__x003D__x0020_1,[0:0:0],[255:255:255],Arial_x002C_11,True,False,,,Top_x002C__x0020_Left_x002C__x0020_Right</value>
                <value>Line_x0020__x0020__x003D__x003D__x0020_4,[0:0:0],[255:255:255],Arial_x002C_11,True,False,,,Left_x002C__x0020_Right_x002C__x0020_Bottom</value>
              </Conditions>
              <Enabled>False</Enabled>
              <Font>Arial,11</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Center</HorAlignment>
              <ID>10</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell11</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>11</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>{ME_4097704_Kultur_mit_MHK1_1.Column1}</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell11>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell12 Ref="39" type="TableCell" isKey="true">
              <Border>Left, Right;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>[255:255:255]</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>16,12,110,6</ClientRectangle>
              <Conditions isList="true" count="2">
                <value>Line_x0020__x003D__x003D__x0020_1,[0:0:0],[255:255:255],Arial_x002C_11,True,False,,,Top_x002C__x0020_Left_x002C__x0020_Right</value>
                <value>Line_x0020__x0020__x003D__x003D__x0020_4,[0:0:0],[255:255:255],Arial_x002C_11,True,False,,,Left_x002C__x0020_Right_x002C__x0020_Bottom</value>
              </Conditions>
              <Font>Arial,11</Font>
              <GrowToHeight>True</GrowToHeight>
              <ID>11</ID>
              <Join>True</Join>
              <JoinCells isList="true" count="2">
                <value>10</value>
                <value>11</value>
              </JoinCells>
              <JoinHeight>1</JoinHeight>
              <JoinWidth>2</JoinWidth>
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell12</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>11</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Tag>Antibiotikum</Tag>
              <Text>{ME_4097704_Kultur_mit_MHK1_1.Antib}</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell12>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell13 Ref="40" type="TableCell" isKey="true">
              <Border>Top;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,18,8,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Center</HorAlignment>
              <ID>12</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell13</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell13>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell14 Ref="41" type="TableCell" isKey="true">
              <Border>Top;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>8,18,8,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Center</HorAlignment>
              <ID>13</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell14</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell14>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell15 Ref="42" type="TableCell" isKey="true">
              <Border>Top;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>16,18,80,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Enabled>False</Enabled>
              <Font>Arial,8</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Center</HorAlignment>
              <ID>14</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell15</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>15</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell15>
            <ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell16 Ref="43" type="TableCell" isKey="true">
              <BeforePrintEvent>if (IsFirstPass) {if (tmp_ME_4097704_Kultur_mit_MHK1_0 == 0) {tmp_ME_4097704_Kultur_mit_MHK1_0 = PageNumber; } else {if (tmp_ME_4097704_Kultur_mit_MHK1_0 != PageNumber) {band_ME_4097704_Kultur_mit_MHK1_0 = true;}}}else if(IsSecondPass){if ((PageNumber != tmp_ME_4097704_Kultur_mit_MHK1_0 &amp;&amp; band_ME_4097704_Kultur_mit_MHK1_0) || (!band_ME_4097704_Kultur_mit_MHK1_0)) { ((Stimulsoft.Report.Components.IStiText)(sender)).TextValue = footer_ME_4097704_Kultur_mit_MHK1_0;((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;return;}}</BeforePrintEvent>
              <Border>Top;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>16,12,110,6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <GrowToHeight>True</GrowToHeight>
              <HorAlignment>Right</HorAlignment>
              <ID>15</ID>
              <Join>True</Join>
              <JoinCells isList="true" count="2">
                <value>14</value>
                <value>15</value>
              </JoinCells>
              <JoinHeight>1</JoinHeight>
              <JoinWidth>2</JoinWidth>
              <Margins>0,0,0,0</Margins>
              <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell16</Name>
              <Page isRef="11" />
              <Parent isRef="27" />
              <ParentJoin>15</ParentJoin>
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>weiter auf der nächsten Seite ...</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <VertAlignment>Center</VertAlignment>
            </ME_4097704_Kultur_mit_MHK1_1_DataTable_Cell16>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName>relME_4097704_Kultur_mit_MHK1_1ToMaterialEingangKultur</DataRelationName>
          <DataSourceName>ME_4097704_Kultur_mit_MHK1_1</DataSourceName>
          <Filters isList="true" count="0" />
          <FooterPrintIfEmpty>False</FooterPrintIfEmpty>
          <FooterPrintOnAllPages>True</FooterPrintOnAllPages>
          <FooterRowsCount>1</FooterRowsCount>
          <HeaderPrintIfEmpty>False</HeaderPrintIfEmpty>
          <HeaderRowsCount>2</HeaderRowsCount>
          <MasterComponent isRef="25" />
          <Name>ME_4097704_Kultur_mit_MHK1_1_DataTable</Name>
          <NumberID>16</NumberID>
          <Page isRef="11" />
          <Parent isRef="11" />
          <RowCount>4</RowCount>
          <Sort isList="true" count="0" />
        </ME_4097704_Kultur_mit_MHK1_1_DataTable>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>3fae9079819b45d1ba365bf23d8c835b</Guid>
      <LargeHeight>True</LargeHeight>
      <Margins>9.9,9.9,9.9,9.9</Margins>
      <Name>Page1</Name>
      <PageHeight>297</PageHeight>
      <PageWidth>210</PageWidth>
      <PaperSize>A4</PaperSize>
      <Report isRef="0" />
      <Watermark Ref="44" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,72</Font>
        <ShowBehind>True</ShowBehind>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PrinterSettings Ref="45" type="Stimulsoft.Report.Print.StiPrinterSettings" isKey="true">
    <ShowDialog>False</ShowDialog>
  </PrinterSettings>
  <ReferencedAssemblies isList="true" count="14">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
    <value>Grz.Xanthos.Services.dll</value>
    <value>Grz.Xanthos.Reporting.dll</value>
    <value>Grz.Xanthos.Reporting.dll</value>
    <value>Grz.Xanthos.Reporting.dll</value>
    <value>Grz.Xanthos.Reporting.dll</value>
    <value>Grz.Xanthos.Reporting.dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Befunddruck.Mikro_6590</ReportAlias>
  <ReportCacheMode>On</ReportCacheMode>
  <ReportChanged>2/12/2015 3:01:21 PM</ReportChanged>
  <ReportCreated>3/9/2010 3:33:24 PM</ReportCreated>
  <ReportFile>I:\Projekte\Xanthos\Release\Release1.11\Sources\Xanthos\Grz.Xanthos.ReportSpooler\bin\debug\Resources\ReportTemplates\Befunddruck\AKH\Befund Mikro Hanusch.mrt</ReportFile>
  <ReportGuid>6add7c63e4d64e84b9aaeb7d51c05a5a</ReportGuid>
  <ReportName>Befunddruck.Mikro</ReportName>
  <ReportUnit>Millimeters</ReportUnit>
  <ReportVersion>2014.3.8</ReportVersion>
  <Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;
using Grz.Xanthos.Services.Report;

namespace Reports
{
    
	public class Befund : Stimulsoft.Report.StiReport
	{
        
		public Befund()
		{
			this.InitializeComponent();
		}
		#region StiReport Designer generated code - do not modify
		#endregion StiReport Designer generated code - do not modify
		
		public string SetKopfDaten(){
//			try{
//				return StimulsoftReportHelper.FormatInstitutsDaten(Zuweisung.MandantKopf,Zuweisung.BereichKopf);
//			}catch{
//				return Zuweisung.MandantKopf.Replace("[{Bereich.BereichKopf}]", Zuweisung.BereichKopf);
//			}
			return "Kopf-Daten";
		}
		
		public string SetENummer(){
			try{
				string enummer =  StimulsoftReportHelper.FormatENummer(Zuweisung.BereichKuerzel,MaterialEingang.ENummer,MaterialEingang.ENummerBis,MaterialEingang.SubNummer, Zuweisung.MandantId);
			
				if(Zuweisung.laufendeNr &gt; 0){
					enummer += "-" + Zuweisung.laufendeNr;
				}
				return enummer;
			}catch{
				return MaterialEingang.ENummer.ToString();
			}
			
		}
		/*
		private string FormatVorbefundENummer(){
			try{
				return StimulsoftReportHelper.FormatENummer(Vorbefunde.bereichkuerzel,Vorbefunde.ENummer,Vorbefunde.ENummerBis,Vorbefunde.Subnummer,Vorbefunde.mandantid);
			}catch{
			}
			return Vorbefunde.bereichkuerzel + "-" + Vorbefunde.ENummer;
		}*/
		private void AnforderungenSichtbar(){	
//			if(string.IsNullOrEmpty(Zuweisung.Anforderungsnummer)){
//				PanelAnforderung.SelectAll();
//				PanelAnforderung.RemoveAllSelected();
//			}
		}
	
		
		private FontStyle DiagnoseStyle {get{return FontStyle.Bold | FontStyle.Underline;}}
		public void FormatDiagnoseText(){
//			if(ZuweisungTexteFooter.Kategorie == 2)
//				this.txtZuweisungFooterText.Font = new Font(this.txtZuweisungFooterText.Font, DiagnoseStyle);
//			else
//				this.txtZuweisungFooterText.Font = new Font(this.txtZuweisungFooterText.Font, FontStyle.Regular);
		}
		public string AusgangsDatumUndOrt(){			
//			string datum = Zuweisung["Ausgangsdatum"] == DBNull.Value ? string.Empty : ((DateTime)(StiReport.ChangeType(Zuweisung["Ausgangsdatum"], typeof(DateTime), true))).ToShortDateString();
			return "Wien, am " + DateTime.Now;
		}
		
		public string MatZusatzKuerzel(){
			return "MZ";
		}
		public string FormatText(string text){
//			try{
//				return StimulsoftReportHelper.FormatHTMLText(text);
//			}catch{
//				return text;
//			}
			return string.Empty;
		}
		public string GetBefundStatus(){
			string befundStatus = string.Empty;
//			try{
//				string befundStatus = string.Empty;
//				befundStatus = StimulsoftReportHelper.GetBefundStatus(Zuweisung.ZuweisungStatus);
//				if (Zuweisung.Ausgangsdatum.HasValue){
//					befundStatus += " (" + Format("{0:dd.MM.yyyy}", Zuweisung.Ausgangsdatum.Value) + ")";
//				}
//				return befundStatus;
//			}catch{
//				return Zuweisung.ZuweisungStatus.ToString();
//			}
			
			return befundStatus;
		}
		
		public string FormatPatientName(){
			string s = string.Empty;
//				s = Zuweisung.PatientName;
//			bool beistrich = false;
//			if(!string.IsNullOrEmpty(Zuweisung.PatientAkademischVor)){
//				s = string.Format("{0}, {1}",s, Zuweisung.PatientAkademischVor);
//				beistrich = true;
//			}
//			
//			if(!string.IsNullOrEmpty(Zuweisung.PatientTitel)){
//				s = string.Format("{0}{1} {2}",s,beistrich ? string.Empty : ",",Zuweisung.PatientTitel);
//			}
//			
//			s = string.Format ("{0} {1}",s,Zuweisung.PatientVorname);
//			
//			if(!string.IsNullOrEmpty(Zuweisung.PatientAkademischNach)){
//				s = string.Format("{0} {1}",s,Zuweisung.PatientAkademischNach);
//			}
			
			return s;
		}
			
		public string FormatZuweiserAdresse(){
			string s = string.Empty;
			
//			if(!string.IsNullOrEmpty(Zuweiser.Land)){
//				s = Zuweiser.Land + "-";
//			}
//			s = string.Format("{0}{1} {2} {3}",s,Zuweiser.PLZ,Zuweiser.Ort,Zuweiser.Ortsteil);
			return s;
		}
	}
}
</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="7">
    <XanthosHeader_x0020_Style Ref="46" type="Stimulsoft.Report.StiStyle" isKey="true">
      <Brush>Gray</Brush>
      <Conditions isList="true" count="0" />
      <Description />
      <Font>Arial,8,Bold</Font>
      <Name>XanthosHeader Style</Name>
      <TextBrush>White</TextBrush>
    </XanthosHeader_x0020_Style>
    <XanthosDataStyle Ref="47" type="Stimulsoft.Report.StiStyle" isKey="true">
      <Brush>Bisque</Brush>
      <Conditions isList="true" count="0" />
      <Description />
      <Font>Arial,8.25,Bold,Point,False,0</Font>
      <Name>XanthosDataStyle</Name>
      <TextBrush>Firebrick</TextBrush>
    </XanthosDataStyle>
    <Style1 Ref="48" type="Stimulsoft.Report.StiChartStyle" isKey="true">
      <BasicStyleColor>Lime</BasicStyleColor>
      <BrushType>Gradient90</BrushType>
      <Conditions isList="true" count="0" />
      <Description />
      <Name>Style1</Name>
      <StyleColors>White</StyleColors>
    </Style1>
    <ChartStyle Ref="49" type="Stimulsoft.Report.StiChartStyle" isKey="true">
      <BasicStyleColor>Red</BasicStyleColor>
      <Conditions isList="true" count="0" />
      <Description />
      <Name>ChartStyle</Name>
      <StyleColors>White</StyleColors>
    </ChartStyle>
    <EvenStyle Ref="50" type="Stimulsoft.Report.StiStyle" isKey="true">
      <Brush>LightGray</Brush>
      <Conditions isList="true" count="0" />
      <Description />
      <Font>Arial,8</Font>
      <Name>EvenStyle</Name>
      <TextBrush>Black</TextBrush>
    </EvenStyle>
    <PanelDiagnose Ref="51" type="Stimulsoft.Report.StiStyle" isKey="true">
      <Border>All;Black;1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Conditions isList="true" count="0" />
      <Description />
      <Font>Arial,8</Font>
      <Name>PanelDiagnose</Name>
      <TextBrush>Black</TextBrush>
    </PanelDiagnose>
    <DiagnoseStyle Ref="52" type="Stimulsoft.Report.StiStyle" isKey="true">
      <Brush>Transparent</Brush>
      <Conditions isList="true" count="0" />
      <Description />
      <Font>Arial,8,Bold</Font>
      <Name>DiagnoseStyle</Name>
      <TextBrush>Black</TextBrush>
    </DiagnoseStyle>
  </Styles>
</StiSerializer>