view · edit · sidebar · attach · print · history

20130305-update-swissmedicinfo-updater

<< | Index | >>


Summary

  • Update Parser for FI/PI from swissmedicinfo.

Commit

Index


Update fiparsed for Swisswmedicinfo FI/PI

knowed issues.

  • storing bug for DE/FR
  • Improvement for some broken table tags(In some case HTML has other table structure DE/FR)
  • UpdateChapter detection (improvement for unexpected invalid character)
    • FachinfoDocument Object does not hove :registration_owner. use FachinfoDocument2001.
  • parse embeded image (encoded into html, directry.)
  • PI Parser
commit

some table does not have tr/td.

pseudo table in BeneFIX's DE Fachinfo.

<tr>
  <td class="s18">
    <p class="s10">
    <span>
      <span>Recovery</span>
    </span>
    </p>
    <p class="s13">
    <p class="s13">
    <p class="s13">
    <p class="s13">
    <p class="s13">
    <p class="s13">
...

import images

src="data:image/base64,XXXXXX"

Import as normal file for IE.

commit

Missing Galenische Form.

Fix missing galenic_form.

commit

broken Table

Change table parse for swissmedicinfo.

commit

This commit has potential of bugs for other format FI/PI (compendium, docmed, word file that oddb.org user created).


Zulassungsnummer

LEV DESITIN FR has backtik(backquote).

Numéro d'autorisation

62´069, 61´848 (Swissmedic).
commit

bold chapter text

Vitacal® Sachets has all text into Chapter Title at some Chapters.

<p id="section7" class="s8">
  <span class="s6">
    <span>Warnhinweise und Vorsichtsmassnahmen</span> #=> chapter title
  </span>
  <span class="s6">   #=> chapter text
  <span class="s5">   #=> chapter text
</p>

normal chapter.

<p id="section4" class="s4"> #=> chapter title.
  <span class="s5">
    <br>
  </span>
  <span class="s6">
    <span>Indikationen/Anwendungsmöglichkeiten</span>
  </span>
</p>
<p class="s8">               #=> chapter text.
  <span class="s7">
    <span>Belegte Indikationen</span>
  </span>
...

There is no way to fix this...

view · edit · sidebar · attach · print · history
Page last modified on March 05, 2013, at 06:27 PM