view · edit · sidebar · attach · print · history

20130228-update-fiparsed

<< | Index | >>


Summary

  • Update Parser for FI/PI from swissmedicinfo.

Commit

Index


Update fiparsed for Swisswmedicinfo FI/PI

Note

Nokogiri

NodeSet#find_all

# File lib/nokogiri/xml/node_set.rb, line 177
def filter expr
  find_all { |node| node.matches?(expr) }
end

Commit


Many PI has broken sections.
Section is not always same number.

<a href="#section1">Information für Patientinnen und Patienten</a>
<br>
<a href="#section2">Aerius®</a>
<br>
<a href="#section3">Was ist Aerius und wann wird es angewendet?</a>
<br>
<a href="#section4">Wann darf Aerius nicht eingenommen/angewendet werden?</a>
<br>
<a href="#section1">DUL-X® Crème warm</a>
<br>
<a href="#section2">Pflanzliches Arzneimittel</a>
<br>
<a href="#section3">Was ist DUL-X Crème warm und wann wird es angewendet?</a>
<br>
<a href="#section4">Wann darf DUL-X Crème warm nicht oder nur mit Vorsicht angewendet werden?</a>
<br>
Plugin: ODDB::TextInfoPlugin
Error: RuntimeError
Message: Unknown chapter-code section15, while parsing Pflanzliches Arzneimittel
Backtrace:
(druby://localhost:10002) /var/www/oddb.org/ext/fiparse/src/patinfo_hpricot.rb:62:in `identify_chapter'
(druby://localhost:10002) /var/www/oddb.org/ext/fiparse/src/textinfo_hpricot.rb:94:in `block in extract'
(druby://localhost:10002) /var/www/oddb.org/ext/fiparse/src/textinfo_hpricot.rb:91:in `each'
(druby://localhost:10002) /var/www/oddb.org/ext/fiparse/src/textinfo_hpricot.rb:91:in `extract'
view · edit · sidebar · attach · print · history
Page last modified on March 01, 2013, at 09:09 AM