<?xml version="1.0" encoding="utf-8" standalone="no"?>
<TfrxReport Version="2026.1.0" DotMatrixReport="False" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="4095" PreviewOptions.Maximized="False" PreviewOptions.Zoom="1" PrintOptions.Printer="Color DIN A3" PrintOptions.PrintOnSheet="0" ReportOptions.Author="Gembus/ Leimbrock" ReportOptions.CreateDate="39414,5702933218" ReportOptions.Description.Text="" ReportOptions.Name="Infektionsschutzgesetz" ReportOptions.LastChange="46152,8122233565" ScriptLanguage="PascalScript" ScriptText.Text="var&#13;&#10;  Vertikal,Horizontal:double;&#13;&#10;  EinZeile,EinSpalte:integer;&#13;&#10;  ohne,mit,SQLSTMT,RKRGrund: string;&#13;&#10;  kids : array[0..999] of string;&#13;&#10;  Braunschweig, Hannover, Lueneburg, Osnabrueck, Andere : boolean;&#13;&#10;  var&#13;&#10;  heute: TDateTime;&#13;&#10;  tt,mm,jj:integer;&#13;&#10;  ttx,mmx,jjx:integer;&#13;&#10;  tt2,mm2,jj2:integer;&#13;&#10;  jj5:integer;&#13;&#10;  datum: string;&#13;&#10;  datumbis: string;&#13;&#10;  datumend: string;&#13;&#10;&#13;&#10;procedure WeiterOnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  if mia.checked=true then&#13;&#10;  begin&#13;&#10;//     ShowMessage(&#39;Page 1&#39;);&#13;&#10;     Page1.visible:=true;&#13;&#10;     Page2.visible:=false;&#13;&#10;     Page3.visible:=false;&#13;&#10;     Page4.visible:=false;&#13;&#10;     Page5.visible:=false;&#13;&#10;     Page6.visible:=false;&#13;&#10;     sort.visible:=true;&#13;&#10;     DialogPage1.visible:=true;&#13;&#10;     DialogPage2.visible:=true;&#13;&#10;  end&#13;&#10;  else&#13;&#10;  begin&#13;&#10;  if formular.checked=true then&#13;&#10;     begin&#13;&#10;     if blanko.checked=true then&#13;&#10;     begin&#13;&#10;//     ShowMessage(&#39;Page 3&#39;);&#13;&#10;     Page1.visible:=false;&#13;&#10;     Page2.visible:=false;&#13;&#10;     Page3.visible:=true;&#13;&#10;     Page4.visible:=false;&#13;&#10;     Page5.visible:=false;&#13;&#10;     Page6.visible:=false;&#13;&#10;     sort.visible:=false;&#13;&#10;     DialogPage1.visible:=false;&#13;&#10;     DialogPage2.visible:=false;&#13;&#10;     end&#13;&#10;     else&#13;&#10;     begin&#13;&#10;//     ShowMessage(&#39;Page 5&#39;);&#13;&#10;     Page1.visible:=false;&#13;&#10;     Page2.visible:=false;&#13;&#10;     Page3.visible:=false;&#13;&#10;     Page4.visible:=false;&#13;&#10;     Page5.visible:=true;&#13;&#10;     Page6.visible:=false;&#13;&#10;     sort.visible:=false;&#13;&#10;     DialogPage1.visible:=false;&#13;&#10;     DialogPage2.visible:=false;&#13;&#10;     end&#13;&#10;     end&#13;&#10;  else&#13;&#10;     begin&#13;&#10;     if blanko.checked=true then&#13;&#10;     begin&#13;&#10;//     ShowMessage(&#39;Page 4&#39;);&#13;&#10;     Page1.visible:=false;&#13;&#10;     Page2.visible:=false;&#13;&#10;     Page3.visible:=false;&#13;&#10;     Page4.visible:=true;&#13;&#10;     Page5.visible:=false;&#13;&#10;     Page6.visible:=false;&#13;&#10;     sort.visible:=false;&#13;&#10;     DialogPage1.visible:=false;&#13;&#10;     DialogPage2.visible:=false;&#13;&#10;     end&#13;&#10;     else&#13;&#10;     begin&#13;&#10;//     ShowMessage(&#39;Page 6&#39;);&#13;&#10;     Page1.visible:=false;&#13;&#10;     Page2.visible:=false;&#13;&#10;     Page3.visible:=false;&#13;&#10;     Page4.visible:=false;&#13;&#10;     Page5.visible:=false;&#13;&#10;     Page6.visible:=true;&#13;&#10;     sort.visible:=false;&#13;&#10;     DialogPage1.visible:=false;&#13;&#10;     DialogPage2.visible:=false;&#13;&#10;     end&#13;&#10;     end&#13;&#10;     end&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure DialogPage1OnActivate(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;  j: integer;&#13;&#10;&#13;&#10;begin&#13;&#10;//showmessage(q1.SQL.Text);&#13;&#10;  q1.Open;&#13;&#10;  j:=0;&#13;&#10;  kids[0]:=&#39;0&#39;;&#13;&#10;  try&#13;&#10;    while not q1.Eof do&#13;&#10;    begin&#13;&#10;      j:=j+1;&#13;&#10;      kids[j]:=q1.FieldByName(&#39;LId&#39;).AsString;&#13;&#10;      CheckListBox1.items.add(q1.FieldByName(&#39;LName&#39;).AsString);&#13;&#10;      q1.Next;&#13;&#10;    end;&#13;&#10;  finally&#13;&#10;    q1.Close;&#13;&#10;  end;&#13;&#10;  for j:=0 to CheckListBox1.items.Count-1 do&#13;&#10;  begin&#13;&#10;   CheckListBox1.checked[j]:= false&#13;&#10;&#13;&#10;  end;&#13;&#10;&#13;&#10;begin&#13;&#10;dateedit1.enabled:=true;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure DialogPage2OnActivate(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;  Horizontal,Hoehe,Breite: double;&#13;&#10;  Seiten:integer;&#13;&#10;  datum1: TdateTime;&#13;&#10;  datum2: TdateTime;&#13;&#10;  datum5: TdateTime;&#13;&#10;&#13;&#10;begin&#13;&#10;  Seiten:=0;&#13;&#10;  Vertikal:=4.8 ;&#13;&#10;  Horizontal:=10.5;&#13;&#10;  EinZeile:=2;&#13;&#10;  EinSpalte:=6;&#13;&#10;  StartE.Text:=&#39;0&#39;;&#13;&#10;&#13;&#10;  DecodeDate(date,jj,mm,tt);&#13;&#10; tt:=tt;&#13;&#10; tt2:=tt+1;&#13;&#10; jj5:=jj+5;&#13;&#10; if tt&#60;=0 then tt:=1;&#13;&#10; if tt2&#60;=0 then tt2:=1;&#13;&#10; datum1:=EncodeDate(jj,mm,tt);&#13;&#10;;&#13;&#10; datum5:=EncodeDate(jj5,mm,tt);&#13;&#10; DateEdit1.Date:=datum1;&#13;&#10; datum:=datetostr(datum1);&#13;&#10; datumend:=datetostr(datum5);&#13;&#10;end;&#13;&#10;&#13;&#10;procedure DateEdit1OnChange(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  datum:=datetostr(DateEdit1.Date);&#13;&#10;  DecodeDate(DateEdit1.Date,jjx,mmx,ttx);&#13;&#10;  jjx:=jjx+5;&#13;&#10;  datumend:=datetostr(EncodeDate(jjx,mmx,ttx));&#13;&#10;end;&#13;&#10;&#13;&#10;procedure DateEdit2OnChange(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;end;&#13;&#10;&#13;&#10;procedure weiter0OnEnter(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  SQLSTMT:= &#39;SELECT l.Id LId,concat(if(p.Geschlecht=&#34;w&#34;,&#34;Fr. &#34;,&#34;H. &#34;),if(p.Namenszusatz&#62;&#34;&#34;,concat(p.Namenszusatz,&#34; &#34;),&#34;&#34;),p.Nachname,&#34; (&#34;,l.Kuerzel,&#34;)&#34;) LName FROM lehrer l left join person p on l.Id=p.Id where p.Deleted=0 and l.abgang is null&#39;;&#13;&#10;  if CheckBox1.checked=false then ohne:=&#39; and AbgeordnetAn=&#34;&#34;&#39;;&#13;&#10;  if CheckBox4.checked=true then&#13;&#10;  begin&#13;&#10;       mit:=&#39; and Lehrkraft=1&#39;;&#13;&#10;       if Checkbox5.checked=true then&#13;&#10;               mit:=&#39;&#39;;&#13;&#10;  end;&#13;&#10;  if (CheckBox4.checked=false) and (Checkbox5.checked=true) then&#13;&#10;       mit:=&#39; and Lehrkraft=0&#39;;&#13;&#10;&#13;&#10;  q1.SQL.Text := SQLSTMT + ohne + mit+&#39; order by Nachname&#39;;&#13;&#10;  //showmessage(q1.SQL.Text);&#13;&#10;  sort.ModalResult := mrOk;&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;procedure weiter2OnEnter(Sender: TfrxComponent);&#13;&#10;  var&#13;&#10;  j: integer;&#13;&#10;  gewaehlt: string;&#13;&#10;&#13;&#10;begin&#13;&#10;StartE.Text:=&#39;1&#39;;&#13;&#10;{  if strtoint(StartE.Text)&#60;=0 then&#13;&#10;    showmessage(&#39;Bitte geben Sie eine Etiketten-Nr. ein.&#39;);&#13;&#10;  if strtoint(StartE.Text)&#62;0 then&#13;&#10;}&#13;&#10;  begin&#13;&#10;    gewaehlt:=&#39;&#39;;&#13;&#10;    for j:=0 to CheckListBox1.items.Count-1 do&#13;&#10;    begin&#13;&#10;      if CheckListBox1.checked[j]= true then&#13;&#10;      begin&#13;&#10;        if gewaehlt=&#39;&#39; then&#13;&#10;          gewaehlt:=kids[j+1]&#13;&#10;        else&#13;&#10;          gewaehlt:=gewaehlt+&#39;,&#39;+kids[j+1];&#13;&#10;      end;&#13;&#10;       begin&#13;&#10;                if lschb1.Checked then&#13;&#10;                Braunschweig := True;&#13;&#10;                if lschb2.Checked then&#13;&#10;                Hannover := True;&#13;&#10;                if lschb3.Checked then&#13;&#10;                Lueneburg := True;&#13;&#10;                if lschb4.Checked then&#13;&#10;                Osnabrueck := True;&#13;&#10;                if lschb5.Checked then&#13;&#10;                Andere := True;&#13;&#10;          end;&#13;&#10;&#13;&#10;&#13;&#10;    end;&#13;&#10;        q1.SQL.Text:=&#39;select l.*, p.*, d.Bezeichnung Dienstbezeichnung FROM lehrer l left join person p on l.Id=p.Id left join dienstbezeichnung d on l.DienstbezeichnungId=d.Id where l.Id in (&#39;+gewaehlt+&#39;) order by Nachname&#39;;&#13;&#10;    //showmessage(q1.SQL.Text);&#13;&#10;&#13;&#10;    begin&#13;&#10;&#13;&#10;     end;&#13;&#10;    if Antragsdatum.Checked then&#13;&#10;    begin&#13;&#10;    Datumbis:=&#39;--------&#39;&#13;&#10;    end;&#13;&#10;    weiter2.default:=true;&#13;&#10;    weiter2.modalResult:=mrOk;&#13;&#10;  end;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;&#13;&#10;procedure AuswahlumkehrenOnClick(Sender: TfrxComponent);&#13;&#10;var&#13;&#10;  j:integer;&#13;&#10;begin&#13;&#10;  for j:=0 to CheckListBox1.items.Count-1 do&#13;&#10;  begin&#13;&#10;    if CheckListBox1.checked[j]= true then&#13;&#10;      CheckListBox1.checked[j]:= false&#13;&#10;    else&#13;&#10;      CheckListBox1.checked[j]:= true;&#13;&#10;  end;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure keindatumOnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;dateedit1.enabled:=false;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure eintaegigOnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;dateedit1.enabled:=true;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure zeitraumOnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;dateedit1.enabled:=true;&#13;&#10;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure miaOnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  blanko.checked:=false;&#13;&#10;  blanko.enabled:=false;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure formularOnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  blanko.enabled:=true;&#13;&#10;end;&#13;&#10;&#13;&#10;procedure arztOnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;  blanko.enabled:=true;&#13;&#10;end;&#13;&#10;&#13;&#10;begin&#13;&#10;&#13;&#10;end." StoreInDFM="False">
  <Datasets>
    <item DataSet="q1" DataSetName="q1"/>
    <item DataSet="sh" DataSetName="sh"/>
    <item DataSet="ad" DataSetName="ad"/>
    <item DataSet="sl" DataSetName="sl"/>
    <item DataSet="qx" DataSetName="qx"/>
    <item DataSet="kontakt" DataSetName="kontakt"/>
    <item DataSet="d" DataSetName="d"/>
  </Datasets>
  <TfrxDataPage Name="Data" HGuides.Text="" VGuides.Text="" Height="1000" Left="0" Top="0" Width="1000">
    <TfrxMYDACQuery Name="q1" UserName="q1" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="100" Top="40" IgnoreDupParams="False" SQL.Text="###&#13;&#10;### wird zur Laufzeit geaendert&#13;&#10;###  &#13;&#10;select * from lehrer l     &#13;&#10;left join person p on l.id=p.Id                                                                        " SQLSchema="eAGLdkksSXRKLE6N5eUKDvSxtbAwMzEzMDE35OWKDklMykktBkqk2KYk5mUW6xiagpCRgQGQMgAqcC/KTAFKG9hq6UAUpOgY6hiAIVDWJzMvG6QbADC4GbU=" LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Id"/>
        <item FieldName="ArbZeitKontoPlus"/>
        <item FieldName="FachId1"/>
        <item FieldName="FachId2"/>
        <item FieldName="FachId3"/>
        <item FieldName="StdAndereSchule"/>
        <item FieldName="Neuaufnahme" FieldType="fftBoolean"/>
        <item FieldName="Kuerzel" FieldType="fftString" Size="32"/>
        <item FieldName="LehramtId"/>
        <item FieldName="StdUnterrichtHier"/>
        <item FieldName="ArbZeitKontoMinus"/>
        <item FieldName="Mehrunterricht"/>
        <item FieldName="AbgeordnetAn" FieldType="fftString" Size="256"/>
        <item FieldName="Grund" FieldType="fftString" Size="256"/>
        <item FieldName="DienstbezeichnungId"/>
        <item FieldName="Zugang" FieldType="fftDateTime"/>
        <item FieldName="Abgang" FieldType="fftDateTime"/>
        <item FieldName="Regelstunden"/>
        <item FieldName="ZZBeurlaubt" FieldType="fftBoolean"/>
        <item FieldName="Ermaessigung"/>
        <item FieldName="Personalnummer" FieldType="fftString" Size="60"/>
        <item FieldName="Probezeit" FieldType="fftBoolean"/>
        <item FieldName="Beamter" FieldType="fftBoolean"/>
        <item FieldName="Lehrkraft" FieldType="fftBoolean"/>
        <item FieldName="Funktion" FieldType="fftString" Size="255"/>
        <item FieldName="Bemerkung" FieldType="fftString" Size="255"/>
        <item FieldName="Schulnetz" FieldType="fftBoolean"/>
        <item FieldName="Lehrerfunktion"/>
        <item FieldName="Passwort" FieldType="fftString" Size="255"/>
        <item FieldName="Id_1"/>
        <item FieldName="Deleted" FieldType="fftBoolean"/>
        <item FieldName="UpdateCount"/>
        <item FieldName="Rufname" FieldType="fftString" Size="256"/>
        <item FieldName="Vornamen" FieldType="fftString" Size="256"/>
        <item FieldName="Nachname" FieldType="fftString" Size="256"/>
        <item FieldName="Titel" FieldType="fftString" Size="64"/>
        <item FieldName="AkadTitel" FieldType="fftString" Size="64"/>
        <item FieldName="Geburtsdatum" FieldType="fftDateTime"/>
        <item FieldName="Geschlecht" FieldType="fftString"/>
        <item FieldName="IdentNummer" FieldType="fftString" Size="64"/>
        <item FieldName="Namenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="KonfessionId"/>
        <item FieldName="Geburtsort" FieldType="fftString" Size="256"/>
        <item FieldName="StaatsangehoerigkeitId"/>
        <item FieldName="lastmodified" FieldType="fftDateTime"/>
        <item FieldName="guid" FieldType="fftString" Size="36"/>
        <item FieldName="SanisSync"/>
        <item FieldName="Staatsangehoerigkeit2Id"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="sh" UserName="sh" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="100" Top="139" IgnoreDupParams="False" SQL.Text="select Name, Adresse, PLZ, Ort, logo from schule s                                                      " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Name" FieldType="fftString" Size="256"/>
        <item FieldName="Adresse" FieldType="fftString" Size="64"/>
        <item FieldName="PLZ"/>
        <item FieldName="Ort" FieldType="fftString" Size="64"/>
        <item FieldName="logo"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="ad" UserName="ad" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Master="q1" Left="249" Top="40" IgnoreDupParams="False" SQL.Text="SELECT a.PersonId, a.Strasse, o.PLZ, o.Name Ort, i.nachweis_datum, i.nachweis_art, i.nachweis_form, i.meldung, i.rueckmeldung, i.gesundheitsamtid, i.kontraindikation_bis                &#13;&#10;FROM&#13;&#10;    adresse a&#13;&#10;    LEFT OUTER JOIN ort o ON (a.OrtId=o.Id)&#13;&#10;    LEFT JOIN infektionsschutz i ON a.PersonId = i.id        " MasterFields="PersonId=Id" LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="PersonId"/>
        <item FieldName="Strasse" FieldType="fftString" Size="256"/>
        <item FieldName="PLZ" FieldType="fftString" Size="32"/>
        <item FieldName="Ort" FieldType="fftString" Size="256"/>
        <item FieldName="nachweis_datum" FieldType="fftDateTime"/>
        <item FieldName="nachweis_art"/>
        <item FieldName="nachweis_form"/>
        <item FieldName="meldung" FieldType="fftDateTime"/>
        <item FieldName="rueckmeldung" FieldType="fftDateTime"/>
        <item FieldName="gesundheitsamtid"/>
        <item FieldName="kontraindikation_bis" FieldType="fftDateTime"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="sl" UserName="sl" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="248" Top="140" IgnoreDupParams="False" SQL.Text="SELECT l.Id, p.Titel, p.Nachname, p.Rufname, p.Geschlecht, p.Namenszusatz, p.AkadTitel                                                                                                                   &#13;&#10;FROM&#13;&#10;    lehrer l&#13;&#10;    INNER JOIN schule s ON (l.Id=s.SchulleiterID)&#13;&#10;    INNER JOIN person p ON (s.SchulleiterID=p.Id)  " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Id"/>
        <item FieldName="Titel" FieldType="fftString" Size="64"/>
        <item FieldName="Nachname" FieldType="fftString" Size="256"/>
        <item FieldName="Rufname" FieldType="fftString" Size="256"/>
        <item FieldName="Geschlecht" FieldType="fftString"/>
        <item FieldName="Namenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="AkadTitel" FieldType="fftString" Size="64"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACQuery Name="qx" UserName="qx" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="156" Top="96" IgnoreDupParams="False" SQL.Text="SELECT l.*,p.*            &#13;&#10;,(select Kennzahl from fach where l.FachId1=Id) Fach1&#13;&#10;,(select Kennzahl from fach where l.FachId2=Id) Fach2&#13;&#10;,(select Kennzahl from fach where l.FachId3=Id) Fach3&#13;&#10;,d.Bezeichnung Dienstbezeichnung&#13;&#10;,la.Bezeichnung Staatsangehoerigkeit&#13;&#10;,b.Data                                             &#13;&#10;FROM lehrer l&#13;&#10;left join person p on l.Id=p.Id                                                                         &#13;&#10;left join land la on p.StaatsangehoerigkeitId=la.Id&#13;&#10;left join dienstbezeichnung d on l.DienstbezeichnungId=d.Id&#13;&#10;left join bild b on l.Id=b.Id  &#13;&#10;where p.Deleted=0&#13;&#10;order by Nachname,Rufname    " SQLSchema="eAGLdkksSXRKLE6N5eUKDvSxtbAwMzEzMDE35OWKDklMykktBkqk2KYk5mUW6xiagpCRgQGQMgAqcC/KTAFKG9hq6UAUpOgY6hiAIVDWJzMvG6QbADC4GbU=" LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Id"/>
        <item FieldName="ArbZeitKontoPlus"/>
        <item FieldName="FachId1"/>
        <item FieldName="FachId2"/>
        <item FieldName="FachId3"/>
        <item FieldName="StdAndereSchule"/>
        <item FieldName="Neuaufnahme" FieldType="fftBoolean"/>
        <item FieldName="Kuerzel" FieldType="fftString" Size="32"/>
        <item FieldName="LehramtId"/>
        <item FieldName="StdUnterrichtHier"/>
        <item FieldName="ArbZeitKontoMinus"/>
        <item FieldName="Mehrunterricht"/>
        <item FieldName="AbgeordnetAn" FieldType="fftString" Size="256"/>
        <item FieldName="Grund" FieldType="fftString" Size="256"/>
        <item FieldName="DienstbezeichnungId"/>
        <item FieldName="Zugang" FieldType="fftDateTime"/>
        <item FieldName="Abgang" FieldType="fftDateTime"/>
        <item FieldName="Regelstunden"/>
        <item FieldName="ZZBeurlaubt" FieldType="fftBoolean"/>
        <item FieldName="Ermaessigung"/>
        <item FieldName="Personalnummer" FieldType="fftString" Size="60"/>
        <item FieldName="Probezeit" FieldType="fftBoolean"/>
        <item FieldName="Beamter" FieldType="fftBoolean"/>
        <item FieldName="Lehrkraft" FieldType="fftBoolean"/>
        <item FieldName="Funktion" FieldType="fftString" Size="255"/>
        <item FieldName="Bemerkung" FieldType="fftString" Size="255"/>
        <item FieldName="Schulnetz" FieldType="fftBoolean"/>
        <item FieldName="Lehrerfunktion"/>
        <item FieldName="Passwort" FieldType="fftString" Size="255"/>
        <item FieldName="Id_1"/>
        <item FieldName="Deleted" FieldType="fftBoolean"/>
        <item FieldName="UpdateCount"/>
        <item FieldName="Rufname" FieldType="fftString" Size="256"/>
        <item FieldName="Vornamen" FieldType="fftString" Size="256"/>
        <item FieldName="Nachname" FieldType="fftString" Size="256"/>
        <item FieldName="Titel" FieldType="fftString" Size="64"/>
        <item FieldName="AkadTitel" FieldType="fftString" Size="64"/>
        <item FieldName="Geburtsdatum" FieldType="fftDateTime"/>
        <item FieldName="Geschlecht" FieldType="fftString"/>
        <item FieldName="IdentNummer" FieldType="fftString" Size="64"/>
        <item FieldName="Namenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="KonfessionId"/>
        <item FieldName="Geburtsort" FieldType="fftString" Size="256"/>
        <item FieldName="StaatsangehoerigkeitId"/>
        <item FieldName="lastmodified" FieldType="fftDateTime"/>
        <item FieldName="guid" FieldType="fftString" Size="36"/>
        <item FieldName="SanisSync"/>
        <item FieldName="Staatsangehoerigkeit2Id"/>
        <item FieldName="Fach1" FieldType="fftString" Size="16"/>
        <item FieldName="Fach2" FieldType="fftString" Size="16"/>
        <item FieldName="Fach3" FieldType="fftString" Size="16"/>
        <item FieldName="Dienstbezeichnung" FieldType="fftString" Size="512"/>
        <item FieldName="Staatsangehoerigkeit" FieldType="fftString" Size="64"/>
        <item FieldName="Data"/>
      </FieldDefs>
    </TfrxMYDACQuery>
    <TfrxMYDACTable Name="kontakt" UserName="kontakt" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Master="q1" Left="144" Top="184" MasterFields="PersonId=Id" TableName="kontakt" IndexFieldNames="PersonId" LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="Id"/>
        <item FieldName="UpdateCount"/>
        <item FieldName="Adresse" FieldType="fftString" Size="64"/>
        <item FieldName="PersonId"/>
        <item FieldName="Art"/>
        <item FieldName="BerichtsStufe"/>
        <item FieldName="NurIntern" FieldType="fftBoolean"/>
        <item FieldName="Hauptkontakt" FieldType="fftBoolean"/>
      </FieldDefs>
    </TfrxMYDACTable>
    <TfrxMYDACQuery Name="d" UserName="d" CloseDataSource="True" BCDToCurrency="False" DataSetOptions="0" Left="244" Top="212" IgnoreDupParams="False" SQL.Text="select d.*, i.nachweis_datum, i.nachweis_art, i.nachweis_form, i.meldung, i.rueckmeldung, i.gesundheitsamtid, i.kontraindikation_bis from danis d                 &#13;&#10;LEFT JOIN infektionsschutz i ON d.SchuelerId = i.id                                                                                                                             " LocalMasterDetail="False">
      <FieldDefs>
        <item FieldName="EigenschaftElternIServ" FieldType="fftBoolean"/>
        <item FieldName="Eigenschaftfaest" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftFotoerlaubnis" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftGTMo" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftHomepage" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftISerVEB2" FieldType="fftBoolean"/>
        <item FieldName="EigenschaftPseudonym_Schachmeisterschaft" FieldType="fftString" Size="64"/>
        <item FieldName="GruppeBezeichnung" FieldType="fftString" Size="56"/>
        <item FieldName="GruppeGanztagsunterricht" FieldType="fftBoolean"/>
        <item FieldName="GruppeId"/>
        <item FieldName="GruppeJahrgangsstufe"/>
        <item FieldName="GruppeRaum" FieldType="fftString"/>
        <item FieldName="GruppeZeugnisstatus"/>
        <item FieldName="GruppeStandort" FieldType="fftString" Size="256"/>
        <item FieldName="JahrgangsdatenEndDatum" FieldType="fftDateTime"/>
        <item FieldName="JahrgangsdatenId"/>
        <item FieldName="JahrgangsdatenKlassensprecher"/>
        <item FieldName="JahrgangsdatenKreisschuelerrat"/>
        <item FieldName="JahrgangsdatenSchuelersprecher"/>
        <item FieldName="JahrgangsdatenStadtschuelerrat"/>
        <item FieldName="JahrgangsdatenLandesschuelerrat" FieldType="fftBoolean"/>
        <item FieldName="JahrgangsdatenProfil" FieldType="fftString" Size="64"/>
        <item FieldName="JahrgangsdatenProfil2" FieldType="fftString" Size="64"/>
        <item FieldName="JahrgangsdatenStatus"/>
        <item FieldName="KombiJahrgangsstufe"/>
        <item FieldName="InfektionsschutzNachweis"/>
        <item FieldName="InfektionsschutzNachweisForm"/>
        <item FieldName="InfektionsschutzNachweisDatum" FieldType="fftDateTime"/>
        <item FieldName="InfektionsschutzKontraindikationBis" FieldType="fftDateTime"/>
        <item FieldName="InfektionsschutzMeldungGesundheitsamt" FieldType="fftDateTime"/>
        <item FieldName="InfektionsschutzRueckmeldungGesundheitsamt" FieldType="fftDateTime"/>
        <item FieldName="LehrerID1"/>
        <item FieldName="Lehrervorname1" FieldType="fftString" Size="256"/>
        <item FieldName="Lehrernachname1" FieldType="fftString" Size="256"/>
        <item FieldName="LehrerID2"/>
        <item FieldName="Lehrervorname2" FieldType="fftString" Size="256"/>
        <item FieldName="Lehrernachname2" FieldType="fftString" Size="256"/>
        <item FieldName="LernmittelausleiheBezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="LernmittelausleiheDatum" FieldType="fftDateTime"/>
        <item FieldName="LernmittelausleiheGezahlterBetrag"/>
        <item FieldName="LernmittelausleiheLernmittelBezahlt" FieldType="fftBoolean"/>
        <item FieldName="LernmittelausleiheLeihtAus" FieldType="fftBoolean"/>
        <item FieldName="LernmittelausleiheProzent"/>
        <item FieldName="NachSchulformBezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="NachSchulformKennzahl"/>
        <item FieldName="NachSchulformKuerzel" FieldType="fftString" Size="64"/>
        <item FieldName="PersonSanisSync"/>
        <item FieldName="SchuelerAbgangsdatum" FieldType="fftDateTime"/>
        <item FieldName="SchuelerAbschlussBezeichnung" FieldType="fftString" Size="67"/>
        <item FieldName="SchuelerAbschlussId"/>
        <item FieldName="SchuelerAbschlussKennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerAufnahmedatum" FieldType="fftDateTime"/>
        <item FieldName="SchuelerBankverbindung" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerBeginnDerSchulpflicht"/>
        <item FieldName="SchuelerBemerkungen" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerBerufswunsch" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerBild"/>
        <item FieldName="SchuelerBildVorhanden" FieldType="fftBoolean"/>
        <item FieldName="SchuelerElternEntscheidungId"/>
        <item FieldName="SchuelerElternWunschId"/>
        <item FieldName="SchuelerElternEntscheidung" FieldType="fftString" Size="50"/>
        <item FieldName="SchuelerElternWunsch" FieldType="fftString" Size="50"/>
        <item FieldName="SchuelerEMail" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerEmpfehlung"/>
        <item FieldName="SchuelerErstEinschulJahr"/>
        <item FieldName="SchuelerFahrschueler" FieldType="fftBoolean"/>
        <item FieldName="SchuelerFax" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerFlexiKind" FieldType="fftBoolean"/>
        <item FieldName="SchuelerFoerderDeutschaZAb" FieldType="fftDateTime"/>
        <item FieldName="SchuelerFoerderung" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerFoerderungAb" FieldType="fftDateTime"/>
        <item FieldName="SchuelerGeburtsdatum" FieldType="fftDateTime"/>
        <item FieldName="SchuelerGeburtslandbezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerGeburtslandkennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerGeburtslandbezeichnungIso" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerGeburtslandCodeIso" FieldType="fftString"/>
        <item FieldName="SchuelerGeburtsort" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerGeschlecht" FieldType="fftString"/>
        <item FieldName="SchuelerHerkunftBezeichnung" FieldType="fftString" Size="128"/>
        <item FieldName="SchuelerHerkunftKennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerId"/>
        <item FieldName="SchuelerIdentNummer" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerKonfession" FieldType="fftString" Size="128"/>
        <item FieldName="SchuelerKonfessionKennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerKrankenkasse" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerLandkreis" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerNachname" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerNachSchule" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerNamenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="SchuelerNotfall" FieldType="fftString" Size="255"/>
        <item FieldName="SchuelerOPNV" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerOrtsname" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerOrtsname2" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerOrtsteil" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerPLZ" FieldType="fftString" Size="32"/>
        <item FieldName="SchuelerPLZ2" FieldType="fftString" Size="32"/>
        <item FieldName="SchuelerRufname" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerSchulbesuchsjahr"/>
        <item FieldName="SchuelerSonderpaedBedarf"/>
        <item FieldName="SchuelerStaatsangehoerigkeit" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerStaatsangehoerigkeitKennzahl" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerStaatsangehoerigkeit2" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerStaatsangehoerigkeitKennzahl2" FieldType="fftString" Size="16"/>
        <item FieldName="SchuelerStaatsangehoerigkeitIso" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerStaatsangehoerigkeitCodeIso" FieldType="fftString"/>
        <item FieldName="SchuelerStaatsangehoerigkeitIso2" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerStaatsangehoerigkeitCodeIso2" FieldType="fftString"/>
        <item FieldName="SchuelerStrasse" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerStrasse2" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerTelefon1" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerTelefon2" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerTitel" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerTrendEmpfehlung"/>
        <item FieldName="SchuelerUnterordner" FieldType="fftString" Size="50"/>
        <item FieldName="SchuelerVerkehrsspracheId"/>
        <item FieldName="SchuelerVerkehrsSprache" FieldType="fftString" Size="64"/>
        <item FieldName="SchuelerVonSchule" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerVornamen" FieldType="fftString" Size="256"/>
        <item FieldName="SchuelerWiederholt" FieldType="fftString" Size="15"/>
        <item FieldName="SchuelerWohnsitz"/>
        <item FieldName="SchuelerZurueckgestellt" FieldType="fftBoolean"/>
        <item FieldName="SchuelerZuzugsjahr"/>
        <item FieldName="SchuleAdresse" FieldType="fftString" Size="64"/>
        <item FieldName="SchuleIdentNummer" FieldType="fftString" Size="64"/>
        <item FieldName="SchuleLand" FieldType="fftString" Size="64"/>
        <item FieldName="SchuleName" FieldType="fftString" Size="256"/>
        <item FieldName="SchuleOrt" FieldType="fftString" Size="64"/>
        <item FieldName="SchulePLZ"/>
        <item FieldName="SchulformBezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="SchulformKennzahl"/>
        <item FieldName="SchulformKuerzel" FieldType="fftString" Size="64"/>
        <item FieldName="SchulgliederungId"/>
        <item FieldName="SchuljahrBezeichnung" FieldType="fftString" Size="64"/>
        <item FieldName="SchuljahrId"/>
        <item FieldName="UnterordnerId"/>
        <item FieldName="Verantw1Id"/>
        <item FieldName="Verantw1Erziehungsberechtigt" FieldType="fftBoolean"/>
        <item FieldName="Verantw1Umgangsberechtigt" FieldType="fftBoolean"/>
        <item FieldName="Verantw1Art"/>
        <item FieldName="Verantw1Vorname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1Nachname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1Titel" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1AkadTitel" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Geburtsdatum" FieldType="fftDateTime"/>
        <item FieldName="Verantw1Geschlecht" FieldType="fftString"/>
        <item FieldName="Verantw1Namenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw1Strasse" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1Ortsname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw1PLZ" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw1EMail" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Telefon1" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Telefon2" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Bankverbindung" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw1Fax" FieldType="fftString" Size="64"/>
        <item FieldName="SerienBriefAnredeErz1" FieldType="fftString" Size="374"/>
        <item FieldName="SerienbriefFrauHerrn" FieldType="fftString" Size="15"/>
        <item FieldName="SerienbriefAnredeNamen"/>
        <item FieldName="Verantw2Id"/>
        <item FieldName="Verantw2Erziehungsberechtigt" FieldType="fftBoolean"/>
        <item FieldName="Verantw2Umgangsberechtigt" FieldType="fftBoolean"/>
        <item FieldName="Verantw2Art"/>
        <item FieldName="Verantw2Vorname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw2Nachname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw2Titel" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2AkadTitel" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Geburtsdatum" FieldType="fftDateTime"/>
        <item FieldName="Verantw2Geschlecht" FieldType="fftString"/>
        <item FieldName="Verantw2Namenszusatz" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw2Strasse" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw2Ortsname" FieldType="fftString" Size="256"/>
        <item FieldName="Verantw2PLZ" FieldType="fftString" Size="32"/>
        <item FieldName="Verantw2EMail" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Telefon1" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Telefon2" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Bankverbindung" FieldType="fftString" Size="64"/>
        <item FieldName="Verantw2Fax" FieldType="fftString" Size="64"/>
        <item FieldName="SerienBriefAnredeErz2"/>
        <item FieldName="nachweis_datum" FieldType="fftDateTime"/>
        <item FieldName="nachweis_art"/>
        <item FieldName="nachweis_form"/>
        <item FieldName="meldung" FieldType="fftDateTime"/>
        <item FieldName="rueckmeldung" FieldType="fftDateTime"/>
        <item FieldName="gesundheitsamtid"/>
        <item FieldName="kontraindikation_bis" FieldType="fftDateTime"/>
      </FieldDefs>
    </TfrxMYDACQuery>
  </TfrxDataPage>
  <TfrxReportPage Name="Page1" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Color="255" Frame.Typ="0" Frame.Width="0,5" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData1" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1039,37075" Left="0" Top="18,89765" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="q1" DataSetName="q1" RowCount="0">
      <TfrxMemoView Name="Memo1" AllowVectorExport="True" Left="31,11420959" Top="6,56332994" Width="639,14794449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Dokumentationshilfe für Einrichtungen bzw. Übermittlungsbogen an das zuständige Gesundheitsamt"/>
      <TfrxMemoView Name="Memo2" AllowVectorExport="True" Left="32,03264719" Top="32,1420518" Width="639,14794449" Height="22,58665234" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="TEST"/>
      <TfrxMemoView Name="Memo3" AllowVectorExport="True" Left="38,31679138" Top="104,70654622" Width="128,91139449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname:"/>
      <TfrxMemoView Name="Memo4" AllowVectorExport="True" Left="466,26651042" Top="104,36520856" Width="128,91139449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geburtsdatum:"/>
      <TfrxMemoView Name="Memo6" AllowVectorExport="True" Left="38,61291162" Top="214,68634749" Width="79,77750449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Adresse:"/>
      <TfrxMemoView Name="Memo7" AllowVectorExport="True" Left="466,1891994" Top="213,90082946" Width="185,60434449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Erreichbarkeit (Telefon, etc.):"/>
      <TfrxMemoView Name="Memo27" AllowVectorExport="True" Left="38,20082485" Top="954,69527138" Width="64,65938449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ort, Datum"/>
      <TfrxMemoView Name="Memo28" AllowVectorExport="True" Left="240,09351281" Top="954,72080305" Width="64,65938449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Unterschrift"/>
      <TfrxMemoView Name="Memo29" AllowVectorExport="True" Left="487,55937" Top="954,72080305" Width="128,91139449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Stempel/Einrichtung"/>
      <TfrxMemoView Name="Memo30" AllowVectorExport="True" Left="30,9765406" Top="1010,63479695" Width="491,74627449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Quelle: DaNiS, gemäß Vorlage Niedersächsisches Ministerium für Soziales, Gesundheit und Gleichstellung"/>
      <TfrxMemoView Name="Memo31" AllowVectorExport="True" Left="559,85983778" Top="1009,81062341" Width="87,33656449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Stand: 09.01.2020"/>
      <TfrxLineView Name="Line1" AllowVectorExport="True" Left="33,41696761" Top="105,90415102" Width="626,8031776" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line2" AllowVectorExport="True" Left="34,13173653" Top="160,14426617" Width="627,40198" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line3" AllowVectorExport="True" Left="32,93413174" Top="214,63528413" Width="627,40198" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line4" AllowVectorExport="True" Left="660,22014521" Top="105,2280376" Width="0" Height="202,11149719" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line5" AllowVectorExport="True" Left="34,13173653" Top="105,05444581" Width="0" Height="200,91389239" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line6" AllowVectorExport="True" Left="460,47904192" Top="105,05444581" Width="0" Height="54,80610796" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line7" AllowVectorExport="True" Left="461,07784431" Top="214,03648174" Width="0" Height="91,93185646" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line8" AllowVectorExport="True" Left="32,93413174" Top="306,85085299" Width="627,40198" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line18" AllowVectorExport="True" Left="32,81816521" Top="956,07302988" Width="404,40971" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo32" AllowVectorExport="True" Left="39,99059587" Top="126,71609862" Width="414,16406587" Height="31,68468263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[q1.&#34;Nachname&#34;], [q1.&#34;Rufname&#34;][IIF(&#60;q1.&#34;Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#39;, &#39;+&#60;q1.&#34;Namenszusatz&#34;&#62;,&#39;&#39;)][IIF(&#60;q1.&#34;AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#39;, &#39;+&#60;q1.&#34;AkadTitel&#34;&#62;,&#39;&#39;)]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo34" AllowVectorExport="True" Left="41,57483" Top="238,11039" Width="410,38453587" Height="61,92092263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[ad.&#34;Strasse&#34;]&#13;&#10;[ad.&#34;PLZ&#34;] [ad.&#34;Ort&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo35" AllowVectorExport="True" Left="465,86826347" Top="126,61133204" Width="183,61273587" Height="27,90515263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[q1.&#34;Geburtsdatum&#34;]"/>
      <TfrxSubreport Name="Subreport1" AllowVectorExport="True" Left="468,66172" Top="238,11039" Width="173,85838" Height="18,89765" Page="Page2"/>
      <TfrxMemoView Name="Memo52" AllowVectorExport="True" Left="34,01577" Top="933,54391" Width="393,07112" Height="30,23624" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[sh.&#34;Ort&#34;], [Date]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo259" AllowVectorExport="True" Left="34,01577" Top="332,59864" Width="627,80935449" Height="41,48430234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für o.g. Person wurde nachfolgende Bescheinigung über einen ausreichenden, den Anforderungen gemäß § 20 Absatz 9 IfSG genügenden Masernschutz vorgelegt:"/>
      <TfrxMemoView Name="Memo260" AllowVectorExport="True" Left="70,04019449" Top="381,91268371" Width="317,88789449" Height="26,36618234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Nachweis über 2 Masernimpfungen, vorgelegt am"/>
      <TfrxMemoView Name="Memo261" AllowVectorExport="True" Left="522,38034378" Top="382,32477048" Width="53,32079449" Height="26,36618234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="über"/>
      <TfrxLineView Name="Line87" AllowVectorExport="True" Left="36,86172186" Top="378,28777575" Width="627,40198" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxLineView Name="Line88" AllowVectorExport="True" Left="663,85161509" Top="376,86479982" Width="0" Height="260,78757" Color="0" Frame.Style="fsDot" Frame.Typ="1"/>
      <TfrxLineView Name="Line89" AllowVectorExport="True" Left="35,7800836" Top="377,61894024" Width="0" Height="260,78757" Color="0" Frame.Style="fsDot" Frame.Typ="1"/>
      <TfrxShapeView Name="Shape50" AllowVectorExport="True" Left="44,45215946" Top="385,28012695" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo262" AllowVectorExport="True" Left="384,57848186" Top="382,06730575" Width="134,47884587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo263" AllowVectorExport="True" Left="44,75484162" Top="383,85715102" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo264" AllowVectorExport="True" Left="99,47779264" Top="408,44670473" Width="91,11609449" Height="26,36618234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Impfausweis"/>
      <TfrxMemoView Name="Memo265" AllowVectorExport="True" Left="99,2524215" Top="433,78312096" Width="283,87212449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Anlage zum Untersuchungsheft"/>
      <TfrxMemoView Name="Memo266" AllowVectorExport="True" Left="99,81256839" Top="459,2289418" Width="283,87212449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung"/>
      <TfrxMemoView Name="Memo267" AllowVectorExport="True" Left="99,58063533" Top="484,71341815" Width="283,87212449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Bescheinigung Behörde/Einrichtung"/>
      <TfrxMemoView Name="Memo268" AllowVectorExport="True" Left="70,66452857" Top="516,06995192" Width="472,84862449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung, dass eine Immunität gegen Masern vorliegt,"/>
      <TfrxMemoView Name="Memo269" AllowVectorExport="True" Left="69,87901054" Top="557,16194605" Width="544,65969449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung über eine dauerhafte medizinische Kontraindikation,"/>
      <TfrxMemoView Name="Memo270" AllowVectorExport="True" Left="70,54200012" Top="597,35245563" Width="544,65969449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Bescheinigung einer Behörde oder einer anderen Einrichtung,"/>
      <TfrxMemoView Name="Memo271" AllowVectorExport="True" Left="70,36184642" Top="534,03402377" Width="223,39964449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="weshalb kein Impfnachweis erforderlich ist."/>
      <TfrxMemoView Name="Memo272" AllowVectorExport="True" Left="71,37273557" Top="574,15378425" Width="438,83285449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="aufgrund derer eine Masernschutzimpfung nicht gegeben werden darf."/>
      <TfrxMemoView Name="Memo273" AllowVectorExport="True" Left="70,44571935" Top="616,1341391" Width="525,76204449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="dass eine ärztliche Bescheinigung über Immunität oder Kontraindikation bereits vorgelegt wurde."/>
      <TfrxLineView Name="Line90" AllowVectorExport="True" Left="35,7800836" Top="511,75067677" Width="627,40198" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxLineView Name="Line91" AllowVectorExport="True" Left="36,37888599" Top="638,09798216" Width="627,40198" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxLineView Name="Line92" AllowVectorExport="True" Left="381,28906563" Top="399,17582647" Width="139,84261" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxShapeView Name="Shape51" AllowVectorExport="True" Left="72,9058321" Top="411,75067677" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape52" AllowVectorExport="True" Left="72,9058321" Top="436,90037737" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape53" AllowVectorExport="True" Left="72,3070297" Top="462,64888036" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape54" AllowVectorExport="True" Left="72,3070297" Top="487,79858096" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape55" AllowVectorExport="True" Left="43,56451473" Top="519,53510791" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape56" AllowVectorExport="True" Left="43,56451473" Top="560,25367078" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape57" AllowVectorExport="True" Left="43,56451473" Top="600,97223365" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo274" AllowVectorExport="True" Left="72,9058321" Top="409,95426958" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo275" AllowVectorExport="True" Left="73,50463449" Top="435,10397018" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo276" AllowVectorExport="True" Left="72,9058321" Top="460,85247318" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo277" AllowVectorExport="True" Left="72,9058321" Top="486,00217377" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo278" AllowVectorExport="True" Left="43,56451473" Top="518,33750312" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo279" AllowVectorExport="True" Left="43,56451473" Top="558,45726359" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo280" AllowVectorExport="True" Left="43,56451473" Top="599,77462886" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo281" AllowVectorExport="True" Left="41,12993366" Top="654,64420803" Width="487,96674449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für o.g. Person konnte § 20 Absatz 9 IfSG NICHT als erfüllt bewertet werden."/>
      <TfrxMemoView Name="Memo282" AllowVectorExport="True" Left="70,04675641" Top="690,45638521" Width="487,96674449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es konnte keiner der oben aufgeführten Nachweise vorgelegt werden."/>
      <TfrxLineView Name="Line93" AllowVectorExport="True" Left="36,37888599" Top="686,00217377" Width="627,40198" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxLineView Name="Line94" AllowVectorExport="True" Left="35,7800836" Top="686,60097617" Width="0" Height="83,14966" Color="0" Frame.Style="fsDot" Frame.Typ="1"/>
      <TfrxLineView Name="Line95" AllowVectorExport="True" Left="663,32499378" Top="686,60097617" Width="0" Height="83,14966" Color="0" Frame.Style="fsDot" Frame.Typ="1"/>
      <TfrxShapeView Name="Shape58" AllowVectorExport="True" Left="43,56451473" Top="695,5830121" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo283" AllowVectorExport="True" Left="43,56451473" Top="693,78660491" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo284" AllowVectorExport="True" Left="70,58065563" Top="717,24787096" Width="487,96674449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die vorgelegten Nachweise waren nicht eindeutig."/>
      <TfrxMemoView Name="Memo285" AllowVectorExport="True" Left="69,70541875" Top="743,02846755" Width="487,96674449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ein Impfschutz gegen Masern ist erst zu einem späteren Zeitpunkt möglich."/>
      <TfrxLineView Name="Line96" AllowVectorExport="True" Left="36,37888599" Top="768,63690431" Width="627,40198" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxShapeView Name="Shape59" AllowVectorExport="True" Left="43,56451473" Top="720,1339103" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape60" AllowVectorExport="True" Left="43,56451473" Top="746,48121569" Width="13,69514407" Height="13,60629921" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo286" AllowVectorExport="True" Left="43,56451473" Top="718,93630551" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo287" AllowVectorExport="True" Left="43,56451473" Top="744,6848085" Width="17,31341587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo288" AllowVectorExport="True" Left="41,85782641" Top="782,54286371" Width="382,13990449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Eine Meldung erfolgte an das zuständige Gesundheitsamt am:"/>
      <TfrxMemoView Name="Memo289" AllowVectorExport="True" Left="425,60044288" Top="784,20576659" Width="138,25837587" Height="16,56656263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxLineView Name="Line97" AllowVectorExport="True" Left="425,53482372" Top="800,24290892" Width="139,84261" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo290" AllowVectorExport="True" Left="41,33633503" Top="809,07688473" Width="106,23421449" Height="22,58665234" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Kommentare:"/>
      <TfrxMemoView Name="Memo291" AllowVectorExport="True" Left="146,46809186" Top="812,93372575" Width="523,77043587" Height="99,71622263" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo292" AllowVectorExport="True" ShiftMode="smDontShift" Left="44,02720466" Top="382,96110026" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_art&#34;&#62;=1,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo293" AllowVectorExport="True" ShiftMode="smDontShift" Left="71,61779246" Top="408,2839349" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_form&#34;&#62;=1,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo294" AllowVectorExport="True" ShiftMode="smDontShift" Left="71,61779246" Top="433,9847223" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_form&#34;&#62;=2,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo295" AllowVectorExport="True" ShiftMode="smDontShift" Left="71,61779246" Top="458,55165144" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_form&#34;&#62;=3,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo296" AllowVectorExport="True" ShiftMode="smDontShift" Left="71,61779246" Top="485,00834435" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_form&#34;&#62;=4,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo297" AllowVectorExport="True" ShiftMode="smDontShift" Left="44,02720466" Top="517,13465569" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_art&#34;&#62;=2,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo298" AllowVectorExport="True" ShiftMode="smDontShift" Left="44,02720466" Top="556,81936797" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_art&#34;&#62;=2,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo299" AllowVectorExport="True" ShiftMode="smDontShift" Left="44,02720466" Top="596,50478569" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_art&#34;&#62;=4,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo300" AllowVectorExport="True" ShiftMode="smDontShift" Left="392,87784246" Top="381,07157569" Width="132,28355" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_datum&#34;&#62;&#60;&#62;0,&#60;ad.&#34;nachweis_datum&#34;&#62;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo301" AllowVectorExport="True" ShiftMode="smDontShift" Left="41,38155246" Top="692,8823601" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_art&#34;&#62;=5,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo302" AllowVectorExport="True" ShiftMode="smDontShift" Left="41,38155246" Top="716,69338372" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_art&#34;&#62;=6,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo303" AllowVectorExport="True" ShiftMode="smDontShift" Left="41,38155246" Top="743,90645569" Width="94,48825" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;nachweis_art&#34;&#62;=7,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo304" AllowVectorExport="True" ShiftMode="smDontShift" Left="426,89361246" Top="781,70175569" Width="132,28355" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;ad.&#34;meldung&#34;&#62;&#60;&#62;0,&#60;ad.&#34;meldung&#34;&#62;,&#39;&#39;)]"/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxDialogPage Name="DialogPage3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" HGuides.Text="" VGuides.Text="" DoubleBuffered="False" Height="288" ClientHeight="249" Left="923" Top="201" Width="374" Scaled="True" ClientWidth="358">
    <TfrxRadioButtonControl Name="formular" Left="16" Top="52" Width="261" Height="17" ShowHint="True" Caption="Formular für Dokumentation (SuS)" Checked="True" Color="-16777201" OnClick="formularOnClick"/>
    <TfrxRadioButtonControl Name="arzt" Left="16" Top="80" Width="249" Height="17" ShowHint="True" Caption="Bescheinigung Vorlage Arzt" TabStop="False" Color="-16777201" OnClick="arztOnClick"/>
    <TfrxCheckBoxControl Name="blanko" Left="20" Top="164" Width="217" Height="17" ShowHint="True" Caption="Ohne Daten drucken" Color="-16777201"/>
    <TfrxBitBtnControl Name="Weiter" Left="124" Top="208" Width="100" Height="25" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Tahoma" Font.Style="0" ParentFont="False" ShowHint="True" Glyph.PropData="04446174610AE2010000DE010000424DDE01000000000000760000002800000024000000120000000100040000000000680100000000000000000000100000000000000000000000000080000080000000808000800000008000800080800000C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333333333333333333333333333333333330000333333333333333333333333F3333333333300003333344333333333333333388F3333333333000033334224333333333333338338F3333333330000333422224333333333333833338F3333333300003342222224333333333383333338F3333333000034222A22224333333338F338F3338F33333300003222A3A2224333333338F3838F338F33333300003A2A333A222433333338F83338F338F33333000033A33333A222433333338333338F338F33330000333333333A222433333333333338F338F33300003333333333A222433333333333338F338F33000033333333333A222433333333333338F338F30000333333333333A222433333333333338F338F00003333333333333A224333333333333338F38F000033333333333333A223333333333333338F830000333333333333333A3333333333333333383300003333333333333333333333333333333333330000" Kind="bkOK" Caption="Weiter" ModalResult="1" NumGlyphs="2" OnClick="WeiterOnClick" OnEnter="WeiterOnClick"/>
    <TfrxLabelControl Name="Label3" Left="16" Top="20" Width="321" Height="16" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" ShowHint="True" Caption="Nachweise gemäß Infektionsschutzgesetz (Masern)" Color="-16777201"/>
    <TfrxRadioButtonControl Name="mia" Left="376" Top="136" Width="261" Height="17" ShowHint="True" Visible="False" Caption="Formular für Dokumentation (Mitarbeiter)" TabStop="False" Color="-16777201" OnClick="miaOnClick"/>
  </TfrxDialogPage>
  <TfrxDialogPage Name="sort" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" HGuides.Text="" VGuides.Text="" Caption="Antrag für" DoubleBuffered="False" Height="228" ClientHeight="189" Left="602" Top="168" Width="282" Scaled="True" ClientWidth="266">
    <TfrxGroupBoxControl Name="GroupBox1" Left="18" Top="24" Width="229" Height="77" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" ShowHint="True" Caption="In Auswahl übernehmen:" Color="-16777201" OnClick="GroupBox1OnClick">
      <TfrxCheckBoxControl Name="CheckBox1" Left="122" Top="20" Width="97" Height="17" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Abgeordnete" Color="-16777201"/>
      <TfrxCheckBoxControl Name="CheckBox4" Left="6" Top="20" Width="97" Height="17" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Lehrer" Checked="True" State="cbChecked" Color="-16777201"/>
      <TfrxCheckBoxControl Name="CheckBox5" Left="6" Top="46" Width="97" Height="17" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Mitarbeiter" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxButtonControl Name="weiter0" Left="171" Top="145" Width="75" Height="25" ShowHint="True" Caption="weiter" OnEnter="weiter0OnEnter"/>
  </TfrxDialogPage>
  <TfrxDialogPage Name="DialogPage1" Tag="1" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" Visible="False" HGuides.Text="" VGuides.Text="" Caption="Antrag für" DoubleBuffered="False" Height="439" ClientHeight="400" Left="657" Top="220" Width="300" Scaled="True" ClientWidth="284" OnActivate="DialogPage1OnActivate">
    <TfrxButtonControl Name="weiter1" Left="184" Top="356" Width="75" Height="25" ShowHint="True" Caption="weiter" ModalResult="1" OnEnter="weiter1OnEnter"/>
    <TfrxCheckListBoxControl Name="CheckListBox1" Left="32" Top="24" Width="233" Height="269" ShowHint="True" Color="-16777211" Items.Text=""/>
    <TfrxButtonControl Name="Auswahlumkehren" Left="100" Top="308" Width="111" Height="25" ShowHint="True" Caption="Auswahl umkehren" OnClick="AuswahlumkehrenOnClick"/>
  </TfrxDialogPage>
  <TfrxDialogPage Name="DialogPage2" Tag="2" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="0" Visible="False" HGuides.Text="" VGuides.Text="" Caption="Adresse" DoubleBuffered="False" Height="178" ClientHeight="139" Left="544" Top="200" Width="189" Scaled="True" ClientWidth="173" OnActivate="DialogPage2OnActivate">
    <TfrxEditControl Name="StartE" Left="38,5" Top="133" Width="0" Height="21" ShowHint="True" Color="-16777211" MaxLength="0" PasswordChar="0" Text="0"/>
    <TfrxButtonControl Name="weiter2" Tag="2" Left="48" Top="101" Width="75" Height="25" ShowHint="True" Caption="weiter" OnEnter="weiter2OnEnter"/>
    <TfrxLabelControl Name="Label1" Left="12" Top="12" Width="108" Height="13" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Tahoma" Font.Style="1" ParentFont="False" ShowHint="True" Caption="Unterschrieben am" Color="-16777201" OnClick="Label1OnClick"/>
    <TfrxRadioButtonControl Name="lschb1" Left="196" Top="32" Width="217" Height="17" ShowHint="True" Visible="False" Caption="LSchB, Regionalabteilung Braunschweig" TabStop="False" Color="-16777201"/>
    <TfrxRadioButtonControl Name="lschb2" Left="228" Top="60" Width="217" Height="17" ShowHint="True" Visible="False" Caption="LSchB, Regionalabteilung Hannover" TabStop="False" Color="-16777201"/>
    <TfrxRadioButtonControl Name="lschb3" Left="232" Top="88" Width="217" Height="17" ShowHint="True" Visible="False" Caption="LSchB, Regionalabteilung Lüneburg" TabStop="False" Color="-16777201"/>
    <TfrxRadioButtonControl Name="lschb4" Left="220" Top="116" Width="217" Height="17" ShowHint="True" Visible="False" Caption="LSchB, Regionalabteilung Osnabrück" TabStop="False" Color="-16777201" OnClick="lschb4OnClick"/>
    <TfrxRadioButtonControl Name="lschb5" Left="220" Top="160" Width="217" Height="17" ShowHint="True" Visible="False" Caption="keine Adresse vorgeben" TabStop="False" Color="-16777201"/>
    <TfrxDateEditControl Name="DateEdit1" Left="12" Top="56" Width="145" Height="21" ShowHint="True" Color="-16777211" Date="43266" Time="0,478680902800988" WeekNumbers="False" OnChange="DateEDit1OnChange"/>
    <TfrxRadioButtonControl Name="Antragsdatum" Left="208" Top="56" Width="85" Height="17" ShowHint="True" Visible="False" Caption="Antragsdatum" Checked="True" Color="-16777201" OnClick="eintaegigOnClick"/>
    <TfrxLabelControl Name="Label2" Left="12" Top="32" Width="136" Height="13" ShowHint="True" Caption="Datum (Ort, den [&#60;datum&#62;]" Color="-16777201" OnClick="Label2OnClick"/>
  </TfrxDialogPage>
  <TfrxReportPage Name="Page2" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="23,8" RightMargin="10" TopMargin="0" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="0" Frame.Typ="0" LargeDesignHeight="True" MirrorMode="0">
    <TfrxMasterData Name="MasterData2" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="18,8976378" Left="0" Top="18,89765" Width="665,953186" ColumnWidth="0" ColumnGap="0" DataSet="kontakt" DataSetName="kontakt" RowCount="0">
      <TfrxMemoView Name="Memo51" AllowVectorExport="True" Left="0" Top="0,77953" Width="253,22834646" Height="18,89765" Editable="3" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;Kontakt.&#34;Art&#34;&#62;=3,&#39;Fax &#39;+ &#60;Kontakt.&#34;Adresse&#34;&#62;,IIF(&#60;Kontakt.&#34;Art&#34;&#62;=0,&#39;Telefon: &#39; + &#60;Kontakt.&#34;Adresse&#34;&#62;,IIF(&#60;Kontakt.&#34;Art&#34;&#62;=1,&#60;Kontakt.&#34;Adresse&#34;&#62;,&#39;&#39;)))]"/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxReportPage Name="Page3" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData7" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1046,92913385827" Left="0" Top="18,89765" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="d" DataSetName="d" RowCount="0">
      <TfrxShapeView Name="Shape28" AllowVectorExport="True" Left="7,55905512" Top="341,15748031" Width="695,43351978" Height="264,56710167" Frame.Style="fsDot" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape27" AllowVectorExport="True" Left="7,55905512" Top="71,43307087" Width="695,43351978" Height="215,43321167" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo54" AllowVectorExport="True" Left="24,57311527" Top="98,03464868" Width="448,17983587" Height="16,56656263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo55" AllowVectorExport="True" Left="501,36420287" Top="97,4889421" Width="183,61273587" Height="16,56656263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo56" AllowVectorExport="True" Left="24,5669291338583" Top="149,73599006" Width="667,39257587" Height="20,34609263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo57" AllowVectorExport="True" Left="24,6298294" Top="205,31082006" Width="402,82547587" Height="69,47998263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo58" AllowVectorExport="True" Left="505,1576594" Top="207,42894006" Width="176,05367587" Height="61,92092263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="">
        <Formats>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo59" AllowVectorExport="True" Left="498,9371894" Top="539,46852006" Width="134,47884587" Height="16,56656263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="4" Frame.Typ="0" ParentFont="False" Text="                                      "/>
      <TfrxMemoView Name="Memo60" AllowVectorExport="True" Left="11,33859" Top="950,10297" Width="393,07112" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="4" Frame.Typ="0" ParentFont="False" Text="                                                                                                              "/>
      <TfrxMemoView Name="Memo61" AllowVectorExport="True" ShiftMode="smDontShift" Left="19,1023622" Top="345,28346457" Width="26,45671" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo62" AllowVectorExport="True" ShiftMode="smDontShift" Left="50,69295" Top="372,93963254" Width="22,67718" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo63" AllowVectorExport="True" ShiftMode="smDontShift" Left="51,02628333" Top="396,97375328" Width="26,45671" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo64" AllowVectorExport="True" ShiftMode="smDontShift" Left="50,35961667" Top="421,87401575" Width="26,45671" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo65" AllowVectorExport="True" ShiftMode="smDontShift" Left="50,35961667" Top="448,66404199" Width="26,45671" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo66" AllowVectorExport="True" ShiftMode="smDontShift" Left="17,76902887" Top="484,79035333" Width="22,67718" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo67" AllowVectorExport="True" ShiftMode="smDontShift" Left="17,1023622" Top="524,14173228" Width="22,67718" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo68" AllowVectorExport="True" ShiftMode="smDontShift" Left="15,76902887" Top="565,82715" Width="26,45671" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo69" AllowVectorExport="True" ShiftMode="smDontShift" Left="365,61441" Top="344,71676" Width="132,28355" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="                                      "/>
      <TfrxMemoView Name="Memo70" AllowVectorExport="True" ShiftMode="smDontShift" Left="16,45671" Top="657,53805774" Width="94,48825" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo71" AllowVectorExport="True" ShiftMode="smDontShift" Left="16,45671" Top="709,80579136" Width="94,48825" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo72" AllowVectorExport="True" ShiftMode="smDontShift" Left="15,12337667" Top="735,01886333" Width="94,48825" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo73" AllowVectorExport="True" ShiftMode="smDontShift" Left="447,30210333" Top="775,69078667" Width="132,28355" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo74" AllowVectorExport="True" Left="15,11812495" Top="826,45719401" Width="694,17365794" Height="114,64580703" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo75" AllowVectorExport="True" ShiftMode="smDontShift" Left="16" Top="685,10235" Width="94,48825" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo76" AllowVectorExport="True" Left="15,11811967" Top="994,01636248" Width="570,70902682" Height="15,11810303" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Quelle: DaNiS gemäß: Niedersächsisches Landesgesundheitsamt (NLGA) 		Stand: 25.07.2022"/>
      <TfrxMemoView Name="Memo224" AllowVectorExport="True" Left="7,55905512" Top="6,04724409" Width="578,26808883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Dokumentationshilfe für Einrichtungen bzw. Übermittlungsbogen an das zuständige Gesundheitsamt"/>
      <TfrxMemoView Name="Memo225" AllowVectorExport="True" Left="7,55905512" Top="26,57483004" Width="578,26808883" Height="30,23624167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Nachweis gemäß § 20 Absatz 9 Infektionsschutzgesetz (IfSG)"/>
      <TfrxMemoView Name="Memo226" AllowVectorExport="True" Left="15,1181102362205" Top="71,47248098" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname:"/>
      <TfrxLineView Name="Line34" AllowVectorExport="True" Left="7,33859" Top="120,94495739" Width="695,43352203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo227" AllowVectorExport="True" Left="15,1181102362205" Top="123,16543098" Width="347,71675883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Bei Minderjährigen Name der Erziehungsberechtigten:"/>
      <TfrxLineView Name="Line35" AllowVectorExport="True" Left="491,55935702" Top="70,25201" Width="0" Height="50,64566441" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line36" AllowVectorExport="True" Left="7,55906033" Top="178,41744098" Width="695,43352203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo228" AllowVectorExport="True" Left="495,11811024" Top="71,58266106" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geburtsdatum:"/>
      <TfrxLineView Name="Line37" AllowVectorExport="True" Left="491,55937033" Top="177,85838098" Width="0" Height="108,472440944882" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo229" AllowVectorExport="True" Left="15,1181102362205" Top="179,63791098" Width="347,71675883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Adresse:"/>
      <TfrxMemoView Name="Memo230" AllowVectorExport="True" Left="495,11811023622" Top="179,74801539" Width="188,97649883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Erreichbarkeit (Telefon, etc.):"/>
      <TfrxMemoView Name="Memo231" AllowVectorExport="True" Left="7,55905511811024" Top="295,937007874016" Width="676,53586883" Height="37,79530167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für o.g. Person wurde nachfolgende Bescheinigung über einen ausreichenden, den Anforderungen gemäß § 20 Absatz 9 IfSG genügenden Masernschutz vorgelegt:"/>
      <TfrxLineView Name="Line38" AllowVectorExport="True" Left="7,33859" Top="478,22078" Width="695,43352203" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxShapeView Name="Shape29" AllowVectorExport="True" Left="15,67718" Top="346,49629546" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape30" AllowVectorExport="True" Left="47,80316425" Top="373,27582" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape31" AllowVectorExport="True" Left="47,80316425" Top="397,953" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape32" AllowVectorExport="True" Left="47,80316425" Top="423,40971" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape33" AllowVectorExport="True" Left="47,80316425" Top="450,08689" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo232" AllowVectorExport="True" Left="52,82684976" Top="344,93723" Width="309,92145883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Nachweis über 2 Masernimpfungen, vorgelegt am"/>
      <TfrxMemoView Name="Memo233" AllowVectorExport="True" Left="83,70872976" Top="372,49629" Width="309,92145883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Impfausweis"/>
      <TfrxMemoView Name="Memo234" AllowVectorExport="True" Left="83,70872976" Top="396,953" Width="309,92145883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Anlage zum Untersuchungsheft"/>
      <TfrxMemoView Name="Memo235" AllowVectorExport="True" Left="83,70872976" Top="422,40971" Width="309,92145883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung"/>
      <TfrxMemoView Name="Memo236" AllowVectorExport="True" Left="84,48825976" Top="448,08689" Width="309,92145883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Bescheinigung Behörde/Einrichtung"/>
      <TfrxShapeView Name="Shape34" AllowVectorExport="True" Left="15,11812" Top="484,77984" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape35" AllowVectorExport="True" Left="15,11812" Top="524,57514" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape36" AllowVectorExport="True" Left="15,11812" Top="566,14997" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo237" AllowVectorExport="True" Left="52,91339559" Top="483,00031" Width="434,64594883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung, dass eine Immunität gegen Masern vorliegt,"/>
      <TfrxMemoView Name="Memo238" AllowVectorExport="True" Left="52,91339559" Top="499,89796" Width="302,36239883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="weshalb kein Impfnachweis erforderlich ist."/>
      <TfrxMemoView Name="Memo239" AllowVectorExport="True" Left="52,91339559" Top="523,57514" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung über eine dauerhafte medizinische Kontraindikation,"/>
      <TfrxMemoView Name="Memo240" AllowVectorExport="True" Left="52,91339559" Top="540,47279" Width="442,20500883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="aufgrund derer eine Masernschutzimpfung nicht gegeben werden darf. Ggf. Befristung bis:"/>
      <TfrxMemoView Name="Memo241" AllowVectorExport="True" Left="52,91339559" Top="566,14997" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Bescheinigung einer Behörde oder einer anderen Einrichtung,"/>
      <TfrxMemoView Name="Memo305" AllowVectorExport="True" Left="52,91339559" Top="583,04762" Width="442,20500883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="dass eine ärztliche Bescheinigung über Immunität oder Kontraindikation bereits vorgelegt wurde."/>
      <TfrxMemoView Name="Memo306" AllowVectorExport="True" Left="18,5196850393701" Top="615,06339" Width="608,50432883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für o.g. Person konnte § 20 Absatz 9 IfSG NICHT als erfüllt bewertet werden."/>
      <TfrxShapeView Name="Shape37" AllowVectorExport="True" Left="7,55906" Top="642,29963" Width="695,43351978" Height="136,06308167" Frame.Style="fsDot" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape38" AllowVectorExport="True" Left="15,11811024" Top="650,97681" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape39" AllowVectorExport="True" Left="15,11811024" Top="683,65399" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape61" AllowVectorExport="True" Left="15,11811024" Top="717,66976" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape62" AllowVectorExport="True" Left="15,11811024" Top="751,68553" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo307" AllowVectorExport="True" Left="52,91338583" Top="649,85869" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es wurde keiner der oben aufgeführten Nachweise vorgelegt."/>
      <TfrxMemoView Name="Memo308" AllowVectorExport="True" Left="52,91338583" Top="681,87446" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Der vorgelegte Nachweis war unzureichend."/>
      <TfrxMemoView Name="Memo309" AllowVectorExport="True" Left="52,91338583" Top="716,66976" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Der vorgelegte Nachweis war zweifelhaft / nicht eindeutig."/>
      <TfrxMemoView Name="Memo310" AllowVectorExport="True" Left="52,91338583" Top="750,906" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ein Nachweis wurde nicht fristgerecht vorgelegt / nachgereicht."/>
      <TfrxMemoView Name="Memo311" AllowVectorExport="True" Left="22,89765" Top="788,031496062992" Width="396,85064883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Eine Meldung erfolgte an das zuständige Gesundheitsamt am:"/>
      <TfrxMemoView Name="Memo312" AllowVectorExport="True" Left="22,89765" Top="807,59895" Width="241,88991883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Kommentare:"/>
      <TfrxMemoView Name="Memo314" AllowVectorExport="True" Left="14,33859" Top="967,55906" Width="332,59863883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ort,  Datum"/>
      <TfrxMemoView Name="Memo315" AllowVectorExport="True" Left="478,42548" Top="967,55906" Width="128,50401883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Stempel/Einrichtung"/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxReportPage Name="Page4" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData4" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1046,92913386" Left="0" Top="18,89765" Width="718,1107" ColumnWidth="0" ColumnGap="0" RowCount="1">
      <TfrxMemoView Name="Memo340" AllowVectorExport="True" Left="52,91342" Top="718,11023622" Width="604,72479883" Height="37,79530167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für die o.g. Person wird bescheinigt, dass sie aufgrund einer medizinischen Kontraindikation nicht gegen Masern geimpft werden kann."/>
      <TfrxMemoView Name="Memo342" AllowVectorExport="True" Left="132,28359638" Top="791,46506" Width="544,25231883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Kontraindikation ist voraussichtlich befristet bis zum  __ __ / __ __ / __ __ __ __"/>
      <TfrxShapeView Name="Shape72" AllowVectorExport="True" Left="102,04731" Top="792,46506" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo341" AllowVectorExport="True" Left="132,28359638" Top="765,00835" Width="548,03184883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Kontraindikation besteht dauerhaft."/>
      <TfrxShapeView Name="Shape71" AllowVectorExport="True" Left="102,04731" Top="766,00835" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo335" AllowVectorExport="True" Left="52,9606348" Top="570,7248" Width="430,86641883" Height="26,45671167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Nachweis gemäß § 20 Absatz 9 Infektionsschutzgesetz (IfSG)"/>
      <TfrxShapeView Name="Shape70" AllowVectorExport="True" Left="52,59056583" Top="601,28386" Width="593,38620978" Height="109,60637167" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo337" AllowVectorExport="True" Left="56,37013" Top="601,16570827" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname:"/>
      <TfrxMemoView Name="Memo328" AllowVectorExport="True" Left="132,28359638" Top="398,18924" Width="544,25231883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Kontraindikation ist voraussichtlich befristet bis zum  __ __ / __ __ / __ __ __ __"/>
      <TfrxMemoView Name="Memo327" AllowVectorExport="True" Left="132,28359638" Top="371,73253" Width="548,03184883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Kontraindikation besteht dauerhaft."/>
      <TfrxMemoView Name="Memo326" AllowVectorExport="True" Left="99,04724409" Top="331,37817" Width="502,67748883" Height="37,79530167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es liegt eine medizinische Kontraindikation vor, aufgrund derer nicht gegen Masern geimpft werden kann."/>
      <TfrxMemoView Name="Memo324" AllowVectorExport="True" Left="98,26778" Top="271,68522" Width="597,16573883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Eine Immunität gegen Masern (serologischer Labornachweis) liegt vor."/>
      <TfrxMemoView Name="Memo323" AllowVectorExport="True" Left="98,26778" Top="245,22851" Width="597,16573883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="1 Masernschutzimpfung (ausreichend für Kinder im 2. Lebensjahr)"/>
      <TfrxMemoView Name="Memo322" AllowVectorExport="True" Left="98,26778" Top="219,21274" Width="597,16573883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="2 Masernschutzimpfungen (für Personen nach vollendetem 2. Lebensjahr)"/>
      <TfrxShapeView Name="Shape63" AllowVectorExport="True" Left="48,69295" Top="51,03154" Width="593,38620978" Height="113,38590167" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo186" AllowVectorExport="True" Left="65,37013245" Top="71,8110682" Width="389,29160223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo189" AllowVectorExport="True" Left="497,55937" Top="71,81107" Width="132,28356223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo190" AllowVectorExport="True" Left="60,72449" Top="124,48825" Width="510,23656223" Height="34,01577082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo191" AllowVectorExport="True" Left="100,67749" Top="179,11039" Width="79,37014223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo192" AllowVectorExport="True" Left="71" Top="220,10235" Width="22,67719223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo195" AllowVectorExport="True" Left="71" Top="246,10235" Width="22,67719223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo201" AllowVectorExport="True" Left="70" Top="273,10235" Width="22,67719223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo202" AllowVectorExport="True" Left="71" Top="332,10235" Width="22,67719223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo203" AllowVectorExport="True" Left="104" Top="398,10235" Width="22,67719223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo204" AllowVectorExport="True" Left="104" Top="373,10235" Width="22,67719223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo206" AllowVectorExport="True" Left="61,37013" Top="627,70903" Width="396,85066223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo207" AllowVectorExport="True" Left="487,55936755" Top="624,7090318" Width="143,62215223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo208" AllowVectorExport="True" Left="65,72448755" Top="670,6066818" Width="495,11844223" Height="37,79530082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo209" AllowVectorExport="True" Left="105" Top="793,10235" Width="22,67719223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo210" AllowVectorExport="True" Left="105" Top="766,10235" Width="22,67719223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo212" AllowVectorExport="True" Left="480" Top="329,10235" Width="151,18121223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo214" AllowVectorExport="True" Left="60,14966" Top="971,35498" Width="355,27583223" Height="18,89765082" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="Memo313" AllowVectorExport="True" Left="51,4015748031496" Top="0" Width="430,86641883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung"/>
      <TfrxMemoView Name="Memo316" AllowVectorExport="True" Left="7,55905511811024" Top="18,8976377952756" Width="30,23623883" Height="377,95300167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="15" GapY="10" ParentFont="False" Rotation="90" Text="Zur Vorlage bei der Einrichtungsleitung / Arbeitsstelle"/>
      <TfrxMemoView Name="Memo317" AllowVectorExport="True" Left="51,35436" Top="22,45671" Width="430,86641883" Height="26,45671167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Nachweis gemäß § 20 Absatz 9 Infektionsschutzgesetz (IfSG)"/>
      <TfrxMemoView Name="Memo318" AllowVectorExport="True" Left="53,03150339" Top="50,59063173" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname:"/>
      <TfrxMemoView Name="Memo319" AllowVectorExport="True" Left="484,67717268" Top="50,64566929" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geburtsdatum:"/>
      <TfrxLineView Name="Line39" AllowVectorExport="True" Left="48,69295" Top="100,72452173" Width="593,38582677" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line40" AllowVectorExport="True" Left="479,3389" Top="51,03154" Width="0" Height="49,88976378" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo320" AllowVectorExport="True" Left="53,03150339" Top="101,94499173" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Adresse:"/>
      <TfrxMemoView Name="Memo321" AllowVectorExport="True" Left="52,91338583" Top="173,85838" Width="604,72479883" Height="37,79530167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für die o.g. Person wird bescheinigt, dass folgender, altersentsprechender, den Anforderungen gemäß § 20 Absatz 9 IfSG genügender Masernschutz vorliegt:"/>
      <TfrxShapeView Name="Shape64" AllowVectorExport="True" Left="68,03149362" Top="220,21274" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape65" AllowVectorExport="True" Left="68,03149362" Top="246,44898" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape66" AllowVectorExport="True" Left="68,03149362" Top="272,68522" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo325" AllowVectorExport="True" Left="52,91342" Top="304,251968503937" Width="604,72479883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Befreiung von einer Masern-Impfung:"/>
      <TfrxShapeView Name="Shape67" AllowVectorExport="True" Left="68,0314960629921" Top="332,37817" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape68" AllowVectorExport="True" Left="102,04731" Top="372,73253" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape69" AllowVectorExport="True" Left="102,04731" Top="399,18924" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo329" AllowVectorExport="True" Left="53,47247981" Top="439,52783" Width="389,29158883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="4" Frame.Typ="0" ParentFont="False" Text="                                                                                                                  "/>
      <TfrxMemoView Name="Memo330" AllowVectorExport="True" Left="60,25200981" Top="458,20501" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ort,  Datum"/>
      <TfrxMemoView Name="Memo331" AllowVectorExport="True" Left="325,59863981" Top="458,42548" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Unterschrift"/>
      <TfrxMemoView Name="Memo332" AllowVectorExport="True" Left="563,70902981" Top="458,42548" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Stempel"/>
      <TfrxMemoView Name="Memo333" AllowVectorExport="True" Left="53,47247981" Top="486,66172" Width="359,05534883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Quelle: Niedersächsisches Landesgesundheitsamt (NLGA), Stand: 24.08.2023"/>
      <TfrxLineView Name="Line41" AllowVectorExport="True" Left="38,47247981" Top="524,01608" Width="634,96104203" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxPictureView Name="Picture4" AllowVectorExport="True" Left="10,33859" Top="513,89797215" Width="22,67717883" Height="18,89764404" Frame.Typ="0" Picture.PropData="04446174610A6C0200000A544A504547496D6167655D020000FFD8FFE000104A46494600010101006000600000FFDB00430006040506050406060506070706080A100A0A09090A140E0F0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D302D283025282928FFDB0043010707070A080A130A0A13281A161A2828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828FFC00011080017001C03012200021101031101FFC40017000101010100000000000000000000000006000705FFC4002710000202010401030403000000000000000102030405000611211207133122414261527291FFC400160101010100000000000000000000000000010002FFC4001B11000203010101000000000000000000000001112141F071C1FFDA000C03010002110311003F00DFD3745A39E9AB3E36118C8ACAD379C5B06C47231010BC1E3D46C48E183927907C40E484D66786AC124F6658E1863059E49182AA81F724F40683FA9ABB76DD0B63218C6C9E5B1F5DAD426A00966A7882C1D67E47B07E9E412C39E3A0DF1ACF3726073F2C185C9FA894F27B9B6F4502358C7E2AD07481C1E44B2C3E08D63AF12483D10DF4907A5D3F7BEA04EA3BA99A4ED6F52313BAF3F3E3F6DD3C9E469C1D4B968A151495BF889198163FD54FF9A6DAE0EC9CE6DCCE60609B685AA33E2E2511A2540116100748538050F1F8900FEB5DED6539B34D4505AE6CBA97AE586B990C8CD8CB137BF2E28B46B5A47FB962A824752472519CA9F8E38EB4A756AD3B21901D8364EDDAFBADB72D5C6475F34EA564B1048F18941F9F345215CFED813A45AB56AD92C83FFFD9" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxPictureView Name="Picture5" AllowVectorExport="True" Left="684,65398981" Top="513,88185803" Width="22,67717883" Height="18,89764404" Frame.Typ="0" Picture.PropData="04446174610AC20200000A544A504547496D616765B3020000FFD8FFE000104A46494600010101006000600000FFDB00430006040506050406060506070706080A100A0A09090A140E0F0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D302D283025282928FFDB0043010707070A080A130A0A13281A161A2828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828FFC00011080017001C03012200021101031101FFC4001B00000202030100000000000000000000000007030402050608FFC40029100001040104020005050000000000000001020304051100061221133107143251612341717281FFC400160101010100000000000000000000000000010002FFC4001B110002030101010000000000000000000000110121F031B1D1FFDA000C03010002110311003F00F4D5F58AAA6A64CE4409B60594F2F968484ADE73FAA54A009FC675A8D91BE28B79C575CA5967E6583C64C27D3E393195E8A5C6CF63BC8CFAC838275D36925F14ACB6A5DEE16E16DC8136E77EC7E9A9142F781E89EC7EB4900A129F638AF97BFA7BD0ED6D98A70C68EE2BD72BA4C5815D055616B292B71B64B9E26DB6D240538EB841E0805491D052893D24F78976ADB3B75529972186195F3523319F2FB2E01E94DB85292B49FBF11D83FC959A62DBD66E0AFB0F894C4CB7665C54436D15E83223B0F7D4B438C3680B77978F9722952538C60744B6EBE5459B0DB7E03ADBB194309536723AE88FC608C63F6C634C71CEBF86666D6CFC22BAAB8B755922BEC12EAA2BE9E2E25A7D6CA88FB72410A1FE1D54DABB629769D5A2BB6ED74781113DF06876A3F7528E4A8FE4927468D515C1E966EEADBB685E05BF2233895071A9119412E32B1E94924119EC8C1041048208246B1A2AA454435B224C996F3AE179E9120A7C8EACE0151084A523A00612903AF5A346AE14D9FFD9" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Memo334" AllowVectorExport="True" Left="52,9606348" Top="548,04762" Width="627,40197883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung – Qualifiziertes Attest bei Kontraindikationsstellung"/>
      <TfrxMemoView Name="Memo336" AllowVectorExport="True" Left="9,11812" Top="543,03185" Width="30,23623883" Height="502,67749167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="15" GapY="10" ParentFont="False" Rotation="90" Text="Zur Vorlage beim Gesundheitsamt (nur nach behördlicher Aufforderung)"/>
      <TfrxLineView Name="Line42" AllowVectorExport="True" Left="51,91342" Top="651,07916" Width="593,38621203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line43" AllowVectorExport="True" Left="479,55937" Top="601,38617827" Width="0" Height="49,88976378" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo338" AllowVectorExport="True" Left="487,01608" Top="601,25228583" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geburtsdatum:"/>
      <TfrxMemoView Name="Memo339" AllowVectorExport="True" Left="56,37013" Top="651,52006827" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Adresse:"/>
      <TfrxMemoView Name="Memo343" AllowVectorExport="True" Left="82,69298417" Top="822,17380393" Width="582,04761883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Nennung der die Kontraindikation begründenden Diagnosen und sachdienliche Erläuterungen:"/>
      <TfrxPictureView Name="Picture6" AllowVectorExport="True" ShiftMode="smDontShift" Left="56,91342" Top="820,15801" Width="22,67718264" Height="26,45670404" Frame.Typ="0" Picture.PropData="04446174610ADA0100000A544A504547496D616765CB010000FFD8FFE000104A46494600010101006000600000FFDB00430006040506050406060506070706080A100A0A09090A140E0F0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D302D283025282928FFDB0043010707070A080A130A0A13281A161A2828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828FFC00011080018001603012200021101031101FFC400190001000301010000000000000000000000000206080409FFC4002D100000040404030803000000000000000000010212040506110313215116314107081517374261637481B3FFC4001501010100000000000000000000000000000001FFC4001C1100020202030000000000000000000000000103114151122122FFDA000C03010002110311003F00D522B348D6B29AA23E752F81C564C65117890B150CB327A5AA322596E955B43DEE5D0617EF13EB5555F929FE681C1D8D71579872BE04BF8CBF475F2B2FDF9BF5DB9FEADAD8597C5AD3246F9D3D9E8E808E13F2919ADCC6939BCAFD6DF0022ECAC90ACD23454A6978F9D4C20709F319BC5E2454544AC89EA728CC905B2537D0B7B9F5000C50CD966000007FFFD9" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxLineView Name="Line44" AllowVectorExport="True" Left="86,92919" Top="865,51237" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line45" AllowVectorExport="True" Left="86,92919" Top="884,41002" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line46" AllowVectorExport="True" Left="86,92919" Top="903,30767" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line47" AllowVectorExport="True" Left="86,92919" Top="922,20532" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line48" AllowVectorExport="True" Left="86,92919" Top="941,10297" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo344" AllowVectorExport="True" Left="53,47248" Top="971,44156" Width="389,29158883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="4" Frame.Typ="0" ParentFont="False" Text="                                                                                                                  "/>
      <TfrxMemoView Name="Memo345" AllowVectorExport="True" Left="58,57486417" Top="989,11874" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ort,  Datum"/>
      <TfrxMemoView Name="Memo346" AllowVectorExport="True" Left="323,92149417" Top="989,33921" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Unterschrift"/>
      <TfrxMemoView Name="Memo347" AllowVectorExport="True" Left="562,03188417" Top="989,33921" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Stempel"/>
      <TfrxMemoView Name="Memo348" AllowVectorExport="True" Left="52,69295" Top="1025,4731" Width="359,05534883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Quelle: Niedersächsisches Landesgesundheitsamt (NLGA), Stand: 24.08.2023"/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxReportPage Name="Page5" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="10" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData5" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1020,47244094" Left="0" Top="18,89765" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="d" DataSetName="d" RowCount="0">
      <TfrxShapeView Name="Shape11" AllowVectorExport="True" Left="7,55906" Top="638,96104" Width="695,43351978" Height="136,06308167" Frame.Style="fsDot" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape2" AllowVectorExport="True" Left="7,55906" Top="340,1577" Width="695,43351978" Height="260,78757167" Frame.Style="fsDot" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape1" AllowVectorExport="True" Left="7,5590601" Top="71,26777816" Width="695,43351978" Height="215,43321167" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo147" AllowVectorExport="True" Left="15,11811024" Top="91,03464868" Width="467,07748587" Height="35,46421263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sq.&#34;SchuelerTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][IIF(&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;SchuelerNachname&#34;], [d.&#34;SchuelerRufname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo148" AllowVectorExport="True" Left="495,11811024" Top="91,07086614" Width="172,27414587" Height="20,34609263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerGeburtsdatum&#34;]"/>
      <TfrxMemoView Name="Memo152" AllowVectorExport="True" Left="15,11811024" Top="149,73599006" Width="678,73116587" Height="35,46421263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" WordWrap="False" Text="[IIF(&#60;d.&#34;Verantw1Titel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;Verantw1Titel&#34;&#62;+&#39; &#39;,&#39;&#39;)][IIF(&#60;d.&#34;Verantw1Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;Verantw1Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Verantw1Nachname&#34;][IIF(&#60;d.&#34;Verantw1AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#39;, &#39;+&#60;d.&#34;Verantw1AkadTitel&#34;&#62;,&#39;&#39;)], [d.&#34;Verantw1Vorname&#34;] ([d_Verantwortlichenart(&#60;d.&#34;Verantw1Art&#34;&#62;)])&#13;&#10;[IIF(&#60;d.&#34;Verantw2Titel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;Verantw2Titel&#34;&#62;+&#39; &#39;,&#39;&#39;)][IIF(&#60;d.&#34;Verantw2Namenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;Verantw2Namenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;Verantw2Nachname&#34;][IIF(&#60;d.&#34;Verantw2AkadTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#39;, &#39;+&#60;d.&#34;Verantw2AkadTitel&#34;&#62;,&#39;&#39;)], [d.&#34;Verantw2Vorname&#34;] [IIF(&#60;d.&#34;Verantw2Erziehungsberechtigt&#34;&#62;=&#39;1&#39;,&#39;(&#39;+d_Verantwortlichenart(&#60;d.&#34;Verantw2Art&#34;&#62;)+&#39;)&#39;,&#39;&#39;)]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo153" AllowVectorExport="True" Left="15,11811024" Top="207,31082006" Width="402,82547587" Height="69,47998263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerStrasse&#34;]&#13;&#10;[d.&#34;SchuelerPLZ&#34;] [d.&#34;SchuelerOrtsname&#34;][IIF(&#60;d.&#34;SchuelerOrtsteil&#34;&#62;&#60;&#62;&#39;&#39;,&#39;, &#39;+&#60;d.&#34;SchuelerOrtsteil&#34;&#62;,&#39;&#39;)]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo154" AllowVectorExport="True" Left="495,11811024" Top="207,48031496" Width="183,61273587" Height="61,92092263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DataSet="d" DataSetName="d" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerTelefon1&#34;]&#13;&#10;[d.&#34;Verantw1EMail&#34;]&#13;&#10;[d.&#34;Verantw2EMail&#34;]"/>
      <TfrxMemoView Name="Memo245" AllowVectorExport="True" Left="11,33859" Top="941,10297" Width="215,43321" Height="22,67718" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="4" Frame.Typ="0" ParentFont="False" Text="[sh.&#34;Ort&#34;], [Date]">
        <Formats>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo246" AllowVectorExport="True" ShiftMode="smDontShift" Left="17,1023622" Top="344,28346457" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_art&#34;&#62;=1,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo247" AllowVectorExport="True" ShiftMode="smDontShift" Left="50,69295" Top="370,93963254" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_form&#34;&#62;=1,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo248" AllowVectorExport="True" ShiftMode="smDontShift" Left="50,02628333" Top="395,97375328" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_form&#34;&#62;=2,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo249" AllowVectorExport="True" ShiftMode="smDontShift" Left="49,35961667" Top="421,87401575" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_form&#34;&#62;=3,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo250" AllowVectorExport="True" ShiftMode="smDontShift" Left="49,35961667" Top="447,66404199" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_form&#34;&#62;=4,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo251" AllowVectorExport="True" ShiftMode="smDontShift" Left="17,76902887" Top="479,79035333" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_art&#34;&#62;=2,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo252" AllowVectorExport="True" ShiftMode="smDontShift" Left="17,1023622" Top="520,14173228" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_art&#34;&#62;=3,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo253" AllowVectorExport="True" ShiftMode="smDontShift" Left="15,76902887" Top="561,82715" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_art&#34;&#62;=4,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo254" AllowVectorExport="True" ShiftMode="smDontShift" Left="365,63018" Top="344,1577" Width="94,48825" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_datum&#34;&#62;&#60;&#62;0,&#60;d.&#34;nachweis_datum&#34;&#62;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo255" AllowVectorExport="True" ShiftMode="smDontShift" Left="17,76377953" Top="646,19946774" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_art&#34;&#62;=5,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo256" AllowVectorExport="True" ShiftMode="smDontShift" Left="17,76377953" Top="712,58532136" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_art&#34;&#62;=6,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo257" AllowVectorExport="True" ShiftMode="smDontShift" Left="17,76377953" Top="747,13698333" Width="30,23624" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;nachweis_art&#34;&#62;=7,&#39;X&#39;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo258" AllowVectorExport="True" ShiftMode="smDontShift" Left="409,30210333" Top="788,69078667" Width="132,28355" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;meldung&#34;&#62;&#60;&#62;0,&#60;d.&#34;meldung&#34;&#62;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo53" AllowVectorExport="True" Left="15,11812495" Top="832,45719401" Width="694,17365794" Height="103,30721703" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text=""/>
      <TfrxMemoView Name="adkontraindikation_bis" IndexTag="1" AllowVectorExport="True" Left="498,81138" Top="536,69326" Width="139,84261" Height="18,89765" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DataSet="ad" DataSetName="ad" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;kontraindikation_bis&#34;&#62;&#60;&#62;0,&#60;d.&#34;kontraindikation_bis&#34;&#62;,&#39;&#39;)]"/>
      <TfrxMemoView Name="Memo77" AllowVectorExport="True" Left="11,33859" Top="990,23686" Width="570,70902682" Height="15,11810303" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Quelle: DaNiS gemäß: Niedersächsisches Landesgesundheitsamt (NLGA) 		Stand: 25.07.2022"/>
      <TfrxMemoView Name="Memo78" AllowVectorExport="True" Left="7,55905512" Top="6,11811996" Width="578,26808883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Dokumentationshilfe für Einrichtungen bzw. Übermittlungsbogen an das zuständige Gesundheitsamt"/>
      <TfrxMemoView Name="Memo79" AllowVectorExport="True" Left="7,55905512" Top="27,13389" Width="578,26808883" Height="30,23624167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Nachweis gemäß § 20 Absatz 9 Infektionsschutzgesetz (IfSG)"/>
      <TfrxMemoView Name="Memo80" AllowVectorExport="True" Left="15,11811024" Top="70,92919" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname:"/>
      <TfrxLineView Name="Line19" AllowVectorExport="True" Left="7,33858967" Top="129,40166641" Width="695,43352203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo81" AllowVectorExport="True" Left="15,11812" Top="129,62214" Width="347,71675883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Bei Minderjährigen Name der Erziehungsberechtigten:"/>
      <TfrxLineView Name="Line20" AllowVectorExport="True" Left="487,55935669" Top="70,70871902" Width="0" Height="58,20472441" Color="0" Frame.Typ="1"/>
      <TfrxLineView Name="Line21" AllowVectorExport="True" Left="7,55906" Top="186,87415" Width="695,43352203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo82" AllowVectorExport="True" Left="495,11843" Top="71,03937008" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geburtsdatum:"/>
      <TfrxLineView Name="Line22" AllowVectorExport="True" Left="487,55937" Top="186,31509" Width="0" Height="99,77955441" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo83" AllowVectorExport="True" Left="15,11811024" Top="188,09462" Width="347,71675883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Adresse:"/>
      <TfrxMemoView Name="Memo84" AllowVectorExport="True" Left="495,11843" Top="188,20472441" Width="188,97649883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Erreichbarkeit (Telefon, etc.):"/>
      <TfrxMemoView Name="Memo85" AllowVectorExport="True" Left="7,55906" Top="295,92146" Width="676,53586883" Height="37,79530167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für o.g. Person wurde nachfolgende Bescheinigung über einen ausreichenden, den Anforderungen gemäß § 20 Absatz 9 IfSG genügenden Masernschutz vorgelegt:"/>
      <TfrxShapeView Name="Shape3" AllowVectorExport="True" Left="15,11811024" Top="346,39394546" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape4" AllowVectorExport="True" Left="47,24409449" Top="373,17347" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape5" AllowVectorExport="True" Left="47,24409449" Top="397,85065" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape6" AllowVectorExport="True" Left="47,24409449" Top="423,30736" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape7" AllowVectorExport="True" Left="47,24409449" Top="449,98454" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape8" AllowVectorExport="True" Left="15,11811024" Top="481,77984" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape9" AllowVectorExport="True" Left="15,11811024" Top="521,57514" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape10" AllowVectorExport="True" Left="15,11811024" Top="563,14997" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo86" AllowVectorExport="True" Left="52,26778" Top="344,83488" Width="309,92145883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Nachweis über 2 Masernimpfungen, vorgelegt am"/>
      <TfrxMemoView Name="Memo87" AllowVectorExport="True" Left="463,10266" Top="344,692913385827" Width="41,57482883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="durch"/>
      <TfrxMemoView Name="Memo88" AllowVectorExport="True" Left="83,14966" Top="372,39394" Width="309,92145883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Impfausweis"/>
      <TfrxMemoView Name="Memo89" AllowVectorExport="True" Left="83,14966" Top="396,85065" Width="309,92145883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Anlage zum Untersuchungsheft"/>
      <TfrxMemoView Name="Memo90" AllowVectorExport="True" Left="83,14966" Top="422,30736" Width="309,92145883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung"/>
      <TfrxMemoView Name="Memo91" AllowVectorExport="True" Left="83,92919" Top="447,98454" Width="309,92145883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Bescheinigung Behörde/Einrichtung"/>
      <TfrxLineView Name="Line23" AllowVectorExport="True" Left="7,33859" Top="474,44125" Width="695,43352203" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo92" AllowVectorExport="True" Left="52,91338583" Top="480,00031" Width="434,64594883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung, dass eine Immunität gegen Masern vorliegt,"/>
      <TfrxMemoView Name="Memo93" AllowVectorExport="True" Left="52,91338583" Top="496,89796" Width="302,36239883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="weshalb kein Impfnachweis erforderlich ist."/>
      <TfrxMemoView Name="Memo149" AllowVectorExport="True" Left="52,91338583" Top="520,57514" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" DisplayFormat.FormatStr="dd/mm/yyyy" DisplayFormat.Kind="fkDateTime" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung über eine dauerhafte medizinische Kontraindikation,"/>
      <TfrxMemoView Name="Memo150" AllowVectorExport="True" Left="52,91338583" Top="537,47279" Width="442,20500883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="aufgrund derer eine Masernschutzimpfung nicht gegeben werden darf. Ggf. Befristung bis:"/>
      <TfrxMemoView Name="Memo151" AllowVectorExport="True" Left="52,91338583" Top="563,14997" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Bescheinigung einer Behörde oder einer anderen Einrichtung,"/>
      <TfrxMemoView Name="Memo155" AllowVectorExport="True" Left="52,91338583" Top="580,04762" Width="442,20500883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="dass eine ärztliche Bescheinigung über Immunität oder Kontraindikation bereits vorgelegt wurde."/>
      <TfrxMemoView Name="Memo156" AllowVectorExport="True" Left="18,55906" Top="614,50433" Width="608,50432883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für o.g. Person konnte § 20 Absatz 9 IfSG NICHT als erfüllt bewertet werden."/>
      <TfrxShapeView Name="Shape12" AllowVectorExport="True" Left="15,11811024" Top="647,63822" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape13" AllowVectorExport="True" Left="15,11811024" Top="680,3154" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape14" AllowVectorExport="True" Left="15,11811024" Top="714,33117" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape15" AllowVectorExport="True" Left="15,11811024" Top="748,34694" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo157" AllowVectorExport="True" Left="52,91338583" Top="646,5201" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es wurde keiner der oben aufgeführten Nachweise vorgelegt."/>
      <TfrxMemoView Name="Memo158" AllowVectorExport="True" Left="52,91338583" Top="678,53587" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Der vorgelegte Nachweis war unzureichend."/>
      <TfrxMemoView Name="Memo159" AllowVectorExport="True" Left="52,91338583" Top="713,33117" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Der vorgelegte Nachweis war zweifelhaft / nicht eindeutig."/>
      <TfrxMemoView Name="Memo160" AllowVectorExport="True" Left="52,91338583" Top="747,56741" Width="574,48855883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ein Nachweis wurde nicht fristgerecht vorgelegt / nachgereicht."/>
      <TfrxMemoView Name="Memo161" AllowVectorExport="True" Left="22,67716535" Top="788,14224" Width="381,73252883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Eine Meldung erfolgte an das zuständige Gesundheitsamt am:"/>
      <TfrxMemoView Name="Memo162" AllowVectorExport="True" Left="22,67716535" Top="808,81942" Width="226,77179883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Kommentare:"/>
      <TfrxMemoView Name="Memo163" AllowVectorExport="True" Left="14,33859" Top="960" Width="332,59863883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ort,  Datum"/>
      <TfrxMemoView Name="Memo164" AllowVectorExport="True" Left="478,42548" Top="960" Width="128,50401883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Stempel/Einrichtung"/>
      <TfrxMemoView Name="Memo165" AllowVectorExport="True" ShiftMode="smDontShift" Left="364,67749" Top="344,29159" Width="94,48825" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="                                         "/>
      <TfrxMemoView Name="Memo166" AllowVectorExport="True" ShiftMode="smDontShift" Left="498,89796" Top="535,47279" Width="94,48825" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="                                         "/>
      <TfrxMemoView Name="Memo167" AllowVectorExport="True" ShiftMode="smDontShift" Left="409,52783" Top="787,92177" Width="120,94496" Height="18,89765" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="5" Frame.Typ="0" ParentFont="False" Text="                                         "/>
    </TfrxMasterData>
  </TfrxReportPage>
  <TfrxReportPage Name="Page6" HGuides.Text="" VGuides.Text="" PaperWidth="210" PaperHeight="297" PaperSize="9" LeftMargin="10" RightMargin="10" TopMargin="10" BottomMargin="5" ColumnWidth="0" ColumnPositions.Text="" Frame.Typ="0" MirrorMode="0">
    <TfrxMasterData Name="MasterData6" FillType="ftBrush" FillGap.Top="0" FillGap.Left="0" FillGap.Bottom="0" FillGap.Right="0" Frame.Typ="0" Height="1046,92913386" Left="0" Top="18,89765" Width="718,1107" ColumnWidth="0" ColumnGap="0" DataSet="d" DataSetName="d" RowCount="0">
      <TfrxShapeView Name="Shape24" AllowVectorExport="True" Left="52,91338583" Top="600,41778173" Width="593,38620978" Height="109,60637167" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape16" AllowVectorExport="True" Left="52,91338583" Top="51,03154" Width="593,38620978" Height="113,38590167" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo205" AllowVectorExport="True" Left="498,96732026" Top="73,94488189" Width="138,25837587" Height="16,56656263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerGeburtsdatum&#34;]"/>
      <TfrxMemoView Name="Memo187" AllowVectorExport="True" Left="64,2519685" Top="74,81107" Width="414,16406587" Height="16,56656263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sq.&#34;SchuelerTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][IIF(&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;SchuelerNachname&#34;], [d.&#34;SchuelerRufname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo188" AllowVectorExport="True" Left="64,2519685" Top="126,26778" Width="516,21137587" Height="31,68468263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerStrasse&#34;]&#13;&#10;[d.&#34;SchuelerPLZ&#34;] [d.&#34;SchuelerOrtsname&#34;][IIF(&#60;d.&#34;SchuelerOrtsteil&#34;&#62;&#60;&#62;&#39;&#39;,&#39;, &#39;+&#60;d.&#34;SchuelerOrtsteil&#34;&#62;,&#39;&#39;)]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo242" AllowVectorExport="True" Left="498,8976378" Top="624,46456693" Width="138,25837587" Height="16,56656263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerGeburtsdatum&#34;]"/>
      <TfrxMemoView Name="Memo243" AllowVectorExport="True" Left="64,2519685" Top="624,53587" Width="399,04594587" Height="16,56656263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[IIF(&#60;d.&#34;SchuelerTitel&#34;&#62;&#60;&#62;&#39;&#39;,&#60;sq.&#34;SchuelerTitel&#34;&#62;+&#39; &#39;,&#39;&#39;)][IIF(&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;&#60;&#62;&#39;&#39;,&#60;d.&#34;SchuelerNamenszusatz&#34;&#62;+&#39; &#39;,&#39;&#39;)][d.&#34;SchuelerNachname&#34;], [d.&#34;SchuelerRufname&#34;]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo244" AllowVectorExport="True" Left="64,2519685" Top="671,43352" Width="512,43184587" Height="35,46421263" Editable="3" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="[d.&#34;SchuelerStrasse&#34;]&#13;&#10;[d.&#34;SchuelerPLZ&#34;] [d.&#34;SchuelerOrtsname&#34;][IIF(&#60;d.&#34;SchuelerOrtsteil&#34;&#62;&#60;&#62;&#39;&#39;,&#39;, &#39;+&#60;d.&#34;SchuelerOrtsteil&#34;&#62;,&#39;&#39;)]">
        <Formats>
          <item/>
          <item/>
          <item/>
          <item/>
        </Formats>
      </TfrxMemoView>
      <TfrxMemoView Name="Memo168" AllowVectorExport="True" Left="51,55905512" Top="0,33859" Width="430,86641883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung"/>
      <TfrxMemoView Name="Memo169" AllowVectorExport="True" Left="7,55906" Top="19,23624" Width="30,23623883" Height="377,95300167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="15" GapY="10" ParentFont="False" Rotation="90" Text="Zur Vorlage bei der Einrichtungsleitung / Arbeitsstelle"/>
      <TfrxMemoView Name="Memo170" AllowVectorExport="True" Left="51,35436" Top="23,01577" Width="430,86641883" Height="26,45671167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Nachweis gemäß § 20 Absatz 9 Infektionsschutzgesetz (IfSG)"/>
      <TfrxMemoView Name="Memo171" AllowVectorExport="True" Left="56,69291339" Top="52,69295" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname:"/>
      <TfrxMemoView Name="Memo172" AllowVectorExport="True" Left="491,33858268" Top="52,77952756" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geburtsdatum:"/>
      <TfrxLineView Name="Line24" AllowVectorExport="True" Left="52,35436" Top="99,82684" Width="593,38582677" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line25" AllowVectorExport="True" Left="483,00031" Top="50,13385827" Width="0" Height="49,88976378" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo173" AllowVectorExport="True" Left="56,69291339" Top="102,04731" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Adresse:"/>
      <TfrxMemoView Name="Memo174" AllowVectorExport="True" Left="52,91342" Top="173,85838" Width="604,72479883" Height="37,79530167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für die o.g. Person wird bescheinigt, dass folgender, altersentsprechender, den Anforderungen gemäß § 20 Absatz 9 IfSG genügender Masernschutz vorliegt:"/>
      <TfrxShapeView Name="Shape17" AllowVectorExport="True" Left="71,81102362" Top="220,21274" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape18" AllowVectorExport="True" Left="71,81102362" Top="246,44898" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxShapeView Name="Shape20" AllowVectorExport="True" Left="71,81102362" Top="272,68522" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo175" AllowVectorExport="True" Left="102,04731" Top="219,21274" Width="597,16573883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="2 Masernschutzimpfungen (für Personen nach vollendetem 2. Lebensjahr)"/>
      <TfrxMemoView Name="Memo176" AllowVectorExport="True" Left="102,04731" Top="245,22851" Width="597,16573883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="1 Masernschutzimpfung (ausreichend für Kinder im 2. Lebensjahr)"/>
      <TfrxMemoView Name="Memo177" AllowVectorExport="True" Left="102,04731" Top="271,68522" Width="597,16573883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Eine Immunität gegen Masern (serologischer Labornachweis) liegt vor."/>
      <TfrxMemoView Name="Memo178" AllowVectorExport="True" Left="52,91342" Top="304,26005" Width="604,72479883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Befreiung von einer Masern-Impfung:"/>
      <TfrxShapeView Name="Shape21" AllowVectorExport="True" Left="71,81102362" Top="331,71676" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo179" AllowVectorExport="True" Left="102,04724409" Top="330,71676" Width="502,67748883" Height="41,57483167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Es liegt eine medizinische Kontraindikation vor, aufgrund derer nicht gegen Masern geimpft werden kann."/>
      <TfrxShapeView Name="Shape22" AllowVectorExport="True" Left="102,04731" Top="377,07112" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo180" AllowVectorExport="True" Left="132,28359638" Top="376,07112" Width="548,03184883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Kontraindikation besteht dauerhaft."/>
      <TfrxShapeView Name="Shape23" AllowVectorExport="True" Left="102,04731" Top="403,52783" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo181" AllowVectorExport="True" Left="132,28359638" Top="402,52783" Width="544,25231883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Kontraindikation ist voraussichtlich befristet bis zum  __ __ / __ __ / __ __ __ __"/>
      <TfrxMemoView Name="Memo182" AllowVectorExport="True" Left="52,91342" Top="439,66172" Width="389,29158883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="4" Frame.Typ="0" ParentFont="False" Text="                                                                                                                  "/>
      <TfrxMemoView Name="Memo183" AllowVectorExport="True" Left="59,69295" Top="458,3389" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ort,  Datum"/>
      <TfrxMemoView Name="Memo184" AllowVectorExport="True" Left="325,03958" Top="458,55937" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Unterschrift"/>
      <TfrxMemoView Name="Memo185" AllowVectorExport="True" Left="563,14997" Top="458,55937" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Stempel"/>
      <TfrxMemoView Name="Memo193" AllowVectorExport="True" Left="52,91342" Top="486,79561" Width="359,05534883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Quelle: Niedersächsisches Landesgesundheitsamt (NLGA), Stand: 24.08.2023"/>
      <TfrxLineView Name="Line26" AllowVectorExport="True" Left="37,91342" Top="524,14997" Width="634,96104203" Height="0" Color="0" Frame.Style="fsDot" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo197" AllowVectorExport="True" Left="51,4015748" Top="547,82715" Width="627,40197883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Ärztliche Bescheinigung – Qualifiziertes Attest bei Kontraindikationsstellung"/>
      <TfrxMemoView Name="Memo198" AllowVectorExport="True" Left="51,4015748" Top="570,50433" Width="430,86641883" Height="26,45671167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-19" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Nachweis gemäß § 20 Absatz 9 Infektionsschutzgesetz (IfSG)"/>
      <TfrxLineView Name="Line27" AllowVectorExport="True" Left="52,23624" Top="650,21308173" Width="593,38621203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line28" AllowVectorExport="True" Left="479,88219" Top="600,5201" Width="0" Height="49,88976378" Color="0" Frame.Typ="1"/>
      <TfrxMemoView Name="Memo196" AllowVectorExport="True" Left="56,69295" Top="602,29963" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Name, Vorname:"/>
      <TfrxMemoView Name="Memo200" AllowVectorExport="True" Left="491,3389" Top="602,38620756" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Geburtsdatum:"/>
      <TfrxMemoView Name="Memo215" AllowVectorExport="True" Left="56,69295" Top="648,65399" Width="113,38589883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Adresse:"/>
      <TfrxMemoView Name="Memo216" AllowVectorExport="True" Left="52,91342" Top="718,92177" Width="604,72479883" Height="37,79530167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Für die o.g. Person wird bescheinigt, dass sie aufgrund einer medizinischen Kontraindikation nicht gegen Masern geimpft werden kann."/>
      <TfrxShapeView Name="Shape25" AllowVectorExport="True" Left="102,04731" Top="763,03989" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo217" AllowVectorExport="True" Left="132,28359638" Top="762,03989" Width="548,03184883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Kontraindikation besteht dauerhaft."/>
      <TfrxShapeView Name="Shape26" AllowVectorExport="True" Left="102,04731" Top="789,4966" Width="18,89765264" Height="18,89764404" Frame.Typ="0"/>
      <TfrxMemoView Name="Memo218" AllowVectorExport="True" Left="132,28359638" Top="788,4966" Width="544,25231883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Die Kontraindikation ist voraussichtlich befristet bis zum  __ __ / __ __ / __ __ __ __"/>
      <TfrxMemoView Name="Memo219" AllowVectorExport="True" Left="78,69295" Top="822,51237" Width="582,04761883" Height="22,67718167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="1" Frame.Typ="0" ParentFont="False" Text="Nennung der die Kontraindikation begründenden Diagnosen und sachdienliche Erläuterungen:"/>
      <TfrxPictureView Name="Picture1" AllowVectorExport="True" Left="9,77953019" Top="514,03186215" Width="22,67717883" Height="18,89764404" Frame.Typ="0" Picture.PropData="04446174610A6C0200000A544A504547496D6167655D020000FFD8FFE000104A46494600010101006000600000FFDB00430006040506050406060506070706080A100A0A09090A140E0F0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D302D283025282928FFDB0043010707070A080A130A0A13281A161A2828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828FFC00011080017001C03012200021101031101FFC40017000101010100000000000000000000000006000705FFC4002710000202010401030403000000000000000102030405000611211207133122414261527291FFC400160101010100000000000000000000000000010002FFC4001B11000203010101000000000000000000000001112141F071C1FFDA000C03010002110311003F00DFD3745A39E9AB3E36118C8ACAD379C5B06C47231010BC1E3D46C48E183927907C40E484D66786AC124F6658E1863059E49182AA81F724F40683FA9ABB76DD0B63218C6C9E5B1F5DAD426A00966A7882C1D67E47B07E9E412C39E3A0DF1ACF3726073F2C185C9FA894F27B9B6F4502358C7E2AD07481C1E44B2C3E08D63AF12483D10DF4907A5D3F7BEA04EA3BA99A4ED6F52313BAF3F3E3F6DD3C9E469C1D4B968A151495BF889198163FD54FF9A6DAE0EC9CE6DCCE60609B685AA33E2E2511A2540116100748538050F1F8900FEB5DED6539B34D4505AE6CBA97AE586B990C8CD8CB137BF2E28B46B5A47FB962A824752472519CA9F8E38EB4A756AD3B21901D8364EDDAFBADB72D5C6475F34EA564B1048F18941F9F345215CFED813A45AB56AD92C83FFFD9" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxPictureView Name="Picture2" AllowVectorExport="True" Left="684,09493" Top="514,01574803" Width="22,67717883" Height="18,89764404" Frame.Typ="0" Picture.PropData="04446174610AC20200000A544A504547496D616765B3020000FFD8FFE000104A46494600010101006000600000FFDB00430006040506050406060506070706080A100A0A09090A140E0F0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D302D283025282928FFDB0043010707070A080A130A0A13281A161A2828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828FFC00011080017001C03012200021101031101FFC4001B00000202030100000000000000000000000007030402050608FFC40029100001040104020005050000000000000001020304051100061221133107143251612341717281FFC400160101010100000000000000000000000000010002FFC4001B110002030101010000000000000000000000110121F031B1D1FFDA000C03010002110311003F00F4D5F58AAA6A64CE4409B60594F2F968484ADE73FAA54A009FC675A8D91BE28B79C575CA5967E6583C64C27D3E393195E8A5C6CF63BC8CFAC838275D36925F14ACB6A5DEE16E16DC8136E77EC7E9A9142F781E89EC7EB4900A129F638AF97BFA7BD0ED6D98A70C68EE2BD72BA4C5815D055616B292B71B64B9E26DB6D240538EB841E0805491D052893D24F78976ADB3B75529972186195F3523319F2FB2E01E94DB85292B49FBF11D83FC959A62DBD66E0AFB0F894C4CB7665C54436D15E83223B0F7D4B438C3680B77978F9722952538C60744B6EBE5459B0DB7E03ADBB194309536723AE88FC608C63F6C634C71CEBF86666D6CFC22BAAB8B755922BEC12EAA2BE9E2E25A7D6CA88FB72410A1FE1D54DABB629769D5A2BB6ED74781113DF06876A3F7528E4A8FE4927468D515C1E966EEADBB685E05BF2233895071A9119412E32B1E94924119EC8C1041048208246B1A2AA454435B224C996F3AE179E9120A7C8EACE0151084A523A00612903AF5A346AE14D9FFD9" HightQuality="False" Transparent="False" TransparentColor="16777215"/>
      <TfrxPictureView Name="Picture3" AllowVectorExport="True" ShiftMode="smDontShift" Left="52,91338583" Top="820,49657607" Width="22,67718264" Height="26,45670404" Frame.Typ="0" Picture.PropData="04446174610ADA0100000A544A504547496D616765CB010000FFD8FFE000104A46494600010101006000600000FFDB00430006040506050406060506070706080A100A0A09090A140E0F0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D302D283025282928FFDB0043010707070A080A130A0A13281A161A2828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828282828FFC00011080018001603012200021101031101FFC400190001000301010000000000000000000000000206080409FFC4002D100000040404030803000000000000000000010212040506110313215116314107081517374261637481B3FFC4001501010100000000000000000000000000000001FFC4001C1100020202030000000000000000000000000103114151122122FFDA000C03010002110311003F00D522B348D6B29AA23E752F81C564C65117890B150CB327A5AA322596E955B43DEE5D0617EF13EB5555F929FE681C1D8D71579872BE04BF8CBF475F2B2FDF9BF5DB9FEADAD8597C5AD3246F9D3D9E8E808E13F2919ADCC6939BCAFD6DF0022ECAC90ACD23454A6978F9D4C20709F319BC5E2454544AC89EA728CC905B2537D0B7B9F5000C50CD966000007FFFD9" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxLineView Name="Line29" AllowVectorExport="True" Left="80,69295" Top="860,86673" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line30" AllowVectorExport="True" Left="80,69295" Top="879,76438" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line31" AllowVectorExport="True" Left="80,69295" Top="898,66203" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line32" AllowVectorExport="True" Left="80,69295" Top="917,55968" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxLineView Name="Line33" AllowVectorExport="True" Left="80,69295" Top="936,45733" Width="570,70903203" Height="0" Color="0" Frame.Typ="4"/>
      <TfrxMemoView Name="Memo194" AllowVectorExport="True" Left="52,91338583" Top="971,6778" Width="389,29158883" Height="18,89765167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Calibri" Font.Style="4" Frame.Typ="0" ParentFont="False" Text="                                                                                                                  "/>
      <TfrxMemoView Name="Memo199" AllowVectorExport="True" Left="58,01577" Top="989,35498" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Ort,  Datum"/>
      <TfrxMemoView Name="Memo220" AllowVectorExport="True" Left="323,3624" Top="989,57545" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Unterschrift"/>
      <TfrxMemoView Name="Memo221" AllowVectorExport="True" Left="561,47279" Top="989,57545" Width="71,81106883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Stempel"/>
      <TfrxMemoView Name="Memo222" AllowVectorExport="True" Left="52,91338583" Top="1025,81169" Width="359,05534883" Height="15,11812167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Calibri" Font.Style="0" Frame.Typ="0" ParentFont="False" Text="Quelle: Niedersächsisches Landesgesundheitsamt (NLGA), Stand: 24.08.2023"/>
      <TfrxMemoView Name="Memo223" AllowVectorExport="True" Left="7,55906" Top="542,81138" Width="30,23623883" Height="502,67749167" ContentScaleOptions.Constraints.MaxIterationValue="0" ContentScaleOptions.Constraints.MinIterationValue="0" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Calibri" Font.Style="1" Frame.Typ="15" GapY="10" ParentFont="False" Rotation="90" Text="Zur Vorlage beim Gesundheitsamt (nur nach behördlicher Aufforderung)"/>
    </TfrxMasterData>
  </TfrxReportPage>
</TfrxReport>
