oddb.org 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gemtest +0 -0
- data/Guide.txt +23 -17
- data/{README → INSTALL_from_Source.txt} +64 -75
- data/Manifest.txt +110 -4
- data/README.txt +4 -2
- data/Rakefile +5 -0
- data/doc/favicon.ico +0 -0
- data/doc/index.rbx +15 -0
- data/doc/resources/anthroposophy/favicon.ico +0 -0
- data/doc/resources/anthroposophy/logo.png +0 -0
- data/doc/resources/atupri/logo.gif +0 -0
- data/doc/resources/desitin/logo.jpg +0 -0
- data/doc/resources/downloads/datadesc/analysis.csv.txt +57 -0
- data/doc/resources/downloads/datadesc/doctors.csv.txt +43 -0
- data/doc/resources/downloads/datadesc/doctors.yaml.txt +52 -0
- data/doc/resources/downloads/datadesc/fachinfo.yaml.txt +107 -0
- data/doc/resources/downloads/datadesc/generics.xls.txt +42 -0
- data/doc/resources/downloads/datadesc/index_therapeuticus.txt +38 -0
- data/doc/resources/downloads/datadesc/interactions.yaml.txt +78 -0
- data/doc/resources/downloads/datadesc/migel.csv.txt +84 -0
- data/doc/resources/downloads/datadesc/narcotics.csv.txt +49 -0
- data/doc/resources/downloads/datadesc/narcotics.yaml.txt +40 -0
- data/doc/resources/downloads/datadesc/oddb.csv.txt +98 -0
- data/doc/resources/downloads/datadesc/oddb.yaml.txt +255 -0
- data/doc/resources/downloads/datadesc/oddb2.csv.txt +94 -0
- data/doc/resources/downloads/datadesc/oddbdat.txt +228 -0
- data/doc/resources/downloads/datadesc/patents.xls.txt +29 -0
- data/doc/resources/downloads/datadesc/patinfo.yaml.txt +79 -0
- data/doc/resources/downloads/datadesc/price_history.csv.txt +43 -0
- data/doc/resources/downloads/datadesc/price_history.yaml.txt +55 -0
- data/doc/resources/downloads/datadesc/s31x.txt +40 -0
- data/doc/resources/downloads/datadesc/swissdrug-update.xls.txt +59 -0
- data/doc/resources/downloads/examples/Inderal.Preisvergleich.csv +19 -0
- data/doc/resources/downloads/examples/analysis.csv +35 -0
- data/doc/resources/downloads/examples/compendium_ch.oddb.org.firefox.epub +0 -0
- data/doc/resources/downloads/examples/compendium_ch.oddb.org.htc.prc +0 -0
- data/doc/resources/downloads/examples/compendium_ch.oddb.org.kindle.mobi +0 -0
- data/doc/resources/downloads/examples/compendium_ch.oddb.org.stanza.epub +0 -0
- data/doc/resources/downloads/examples/doctors.csv +13 -0
- data/doc/resources/downloads/examples/doctors.yaml +238 -0
- data/doc/resources/downloads/examples/fachinfo.yaml +1255 -0
- data/doc/resources/downloads/examples/fachinfos_de.pdf +51565 -0
- data/doc/resources/downloads/examples/fachinfos_fr.pdf +52072 -0
- data/doc/resources/downloads/examples/generics.xls +0 -0
- data/doc/resources/downloads/examples/index_therapeuticus.tar.gz +0 -0
- data/doc/resources/downloads/examples/interactions.yaml +161 -0
- data/doc/resources/downloads/examples/migel.csv +36 -0
- data/doc/resources/downloads/examples/narcotics.yaml +92 -0
- data/doc/resources/downloads/examples/oddb.csv +1378 -0
- data/doc/resources/downloads/examples/oddb.yaml +14976 -0
- data/doc/resources/downloads/examples/oddb2.csv +1566 -0
- data/doc/resources/downloads/examples/oddbdat.tar.gz +0 -0
- data/doc/resources/downloads/examples/patents.xls +0 -0
- data/doc/resources/downloads/examples/patinfo.yaml +2505 -0
- data/doc/resources/downloads/examples/price_history.csv +99 -0
- data/doc/resources/downloads/examples/price_history.yaml +431 -0
- data/doc/resources/downloads/examples/swissdrug-update.xls +0 -0
- data/doc/resources/errors/appdown.html +50 -0
- data/doc/resources/errors/logo.png +0 -0
- data/doc/resources/errors/logo_de.gif +0 -0
- data/doc/resources/gcc/banner.gif +0 -0
- data/doc/resources/gcc/logo.png +0 -0
- data/doc/resources/gcc/logo_de.gif +0 -0
- data/doc/resources/gcc/logo_doc.gif +0 -0
- data/doc/resources/gcc/logo_fr.gif +0 -0
- data/doc/resources/gcc/logo_rss.png +0 -0
- data/doc/resources/generika/favicon.ico +0 -0
- data/doc/resources/generika/logo.gif +0 -0
- data/doc/resources/generika/logo_de.gif +0 -0
- data/doc/resources/generika/logo_fr.gif +0 -0
- data/doc/resources/homeopathy/favicon.ico +0 -0
- data/doc/resources/homeopathy/logo.png +0 -0
- data/doc/resources/icon_twitter.gif +0 -0
- data/doc/resources/innova/logo.gif +0 -0
- data/doc/resources/innova/logo_de.gif +0 -0
- data/doc/resources/javascript/admin.js +14 -0
- data/doc/resources/javascript/autofill.js +21 -0
- data/doc/resources/javascript/bit.ly.js +29 -0
- data/doc/resources/javascript/company.js +22 -0
- data/doc/resources/javascript/dojo/Editor.js +219 -0
- data/doc/resources/javascript/dojo/HtmlEditorToolbar.html +163 -0
- data/doc/resources/javascript/dojo/sigma.gif +0 -0
- data/doc/resources/javascript/widget/SymbolPalette.js +162 -0
- data/doc/resources/javascript/widget/Tooltip.js +85 -0
- data/doc/resources/javascript/widget/__package__.js +2 -0
- data/doc/resources/livemarks16.png +0 -0
- data/doc/resources/mail.gif +0 -0
- data/doc/resources/mobile/logo.png +0 -0
- data/doc/resources/paypal_donate.gif +0 -0
- data/doc/resources/phyto-pharma/favicon.ico +0 -0
- data/doc/resources/phyto-pharma/logo.png +0 -0
- data/doc/resources/plugins/Generika.cc.gif +0 -0
- data/doc/resources/plugins/Generika.cc.html +34 -0
- data/doc/resources/plugins/Generika.cc.src +34 -0
- data/doc/resources/plugins/oddb.org.gif +0 -0
- data/doc/resources/plugins/oddb.org.html +34 -0
- data/doc/resources/plugins/oddb.org.src +34 -0
- data/doc/resources/print.css +33 -0
- data/doc/resources/provita/logo_de.gif +0 -0
- data/doc/resources/santesuisse/logo_de.gif +0 -0
- data/doc/resources/schoenenberger/logo_de.gif +0 -0
- data/doc/resources/swissmedic/logo.png +0 -0
- data/doc/resources/swissmedic/logo_de.gif +0 -0
- data/doc/resources/swissmedic/logo_doc.gif +0 -0
- data/doc/resources/swissmedic/logo_fr.gif +0 -0
- data/doc/resources/sympany/logo.gif +0 -0
- data/doc/robots.txt +29 -0
- data/ext/export/src/generics_xls.rb +29 -5
- data/ext/export/src/oddbdat.rb +1 -1
- data/ext/export/test/test_generics_xls.rb +216 -0
- data/ext/export/test/test_oddbdat.rb +880 -0
- data/lib/oddb.org.rb +1 -1
- data/src/model/package.rb +3 -2
- data/src/plugin/analysis.rb +2 -0
- data/src/plugin/bsv_xml.rb +1 -1
- data/src/plugin/hospitals.rb +1 -0
- data/src/plugin/oddbdat_export.rb +12 -2
- data/src/plugin/text_info.rb +16 -29
- data/src/util/exporter.rb +21 -1
- data/src/util/log.rb +3 -0
- data/src/util/oddbapp.rb +1 -1
- data/src/util/oddbconfig.rb +1 -1
- data/src/util/updater.rb +9 -1
- data/test/data/html/interaction/flockhart/prepared_table.asp +820 -0
- data/test/data/html/interaction/flockhart/table.asp +820 -0
- data/test/data/html/text_info/News.html +18 -93
- data/test/suite.rb +78 -4
- data/test/test_model/package.rb +38 -0
- data/test/test_plugin/bsv_xml.rb +4 -2
- data/test/test_plugin/flockhart.rb +1 -1
- data/test/test_plugin/oddbdat_export.rb +79 -658
- data/test/test_plugin/ouwerkerk.rb +2 -2
- data/test/test_plugin/suite.rb +8 -6
- data/test/test_plugin/text_info.rb +40 -52
- data/test/test_plugin/{doctors.rb → zdoctor.rb} +0 -0
- data/test/test_util/exporter.rb +500 -0
- data/test/test_util/suite.rb +8 -6
- data/test/test_util/{log.rb → zlog.rb} +19 -0
- data/test/test_view/{search.rb → asearch.rb} +0 -0
- data/test/test_view/suite.rb +8 -6
- metadata +143 -14
data/.gemtest
ADDED
|
File without changes
|
data/Guide.txt
CHANGED
|
@@ -37,9 +37,9 @@ dependencies:
|
|
|
37
37
|
13. racc
|
|
38
38
|
14. rmail
|
|
39
39
|
15. ruby-dbi (*4)
|
|
40
|
-
16. ruby-gd
|
|
40
|
+
16. ruby-gd (*5)
|
|
41
41
|
17. ruby-password (*6)
|
|
42
|
-
18. ruby-
|
|
42
|
+
18. ruby-pg (*7)
|
|
43
43
|
19. rubyzip
|
|
44
44
|
20. spreadsheet
|
|
45
45
|
21. tarsimple
|
|
@@ -57,13 +57,13 @@ dependencies:
|
|
|
57
57
|
8. swissmedic-diff
|
|
58
58
|
9. ydim
|
|
59
59
|
10. yus
|
|
60
|
-
11. oniguruma_patch (*
|
|
60
|
+
11. oniguruma_patch (*8)
|
|
61
61
|
|
|
62
62
|
=== IV Others
|
|
63
|
-
1. html-parser.rb (*
|
|
63
|
+
1. html-parser.rb (*9)
|
|
64
64
|
2. formatter.rb
|
|
65
65
|
3. sgml-parser.rb
|
|
66
|
-
4. rockit (*
|
|
66
|
+
4. rockit (*10)
|
|
67
67
|
|
|
68
68
|
----
|
|
69
69
|
*1 Ruby MUST be version 1.8.6 (<= patch level 369).
|
|
@@ -76,16 +76,19 @@ dependencies:
|
|
|
76
76
|
http://raa.ruby-lang.org/cache/ruby-gd/
|
|
77
77
|
*6 ruby-password 0.5.3
|
|
78
78
|
http://www.caliban.org/ruby/ruby-password.shtml
|
|
79
|
-
*7
|
|
79
|
+
*7 ruby gem name is 'pg'. See http://rubygems.org/gems/pg
|
|
80
|
+
pg 0.9.0 requires Ruby 1.8.7 or later version
|
|
81
|
+
ruby-postgres (0.7.9.20080128) is also available instead of ruby-pg.
|
|
82
|
+
*8 oniguruma patch for Ruby 1.8.6
|
|
80
83
|
http://trac.ywesee.com/raw-attachment/ticket/166/oniguruma_patch_hannes_15.6.2010.tar.gz
|
|
81
|
-
*
|
|
84
|
+
*9 html-parser.rb, formatter.rb and sgml-parser.rb are
|
|
82
85
|
originally placed on
|
|
83
86
|
http://raa.ruby-lang.org/project/html-parser-2/.
|
|
84
87
|
However, the links are dead. You can get them from
|
|
85
88
|
http://trac.ywesee.com/raw-attachment/ticket/226/html-parser.rb
|
|
86
89
|
http://trac.ywesee.com/raw-attachment/ticket/226/sgml-parser.rb
|
|
87
90
|
http://trac.ywesee.com/raw-attachment/ticket/226/formatter.rb
|
|
88
|
-
*
|
|
91
|
+
*10 Rockit is the 'Ruby O-o Compiler construction toolKIT'
|
|
89
92
|
You can get the rockit version 0.3.8 from
|
|
90
93
|
http://rockit.sourceforge.net/
|
|
91
94
|
There is a more recent version, 0.7.2, but it does not work
|
|
@@ -121,7 +124,7 @@ following versions:
|
|
|
121
124
|
23. ruby-gd 0.7.4
|
|
122
125
|
24. ruby-ole 1.2.10.1
|
|
123
126
|
25. ruby-password 0.5.3
|
|
124
|
-
26. ruby-
|
|
127
|
+
26. ruby-pg 0.8.0 (gem name is 'pg')
|
|
125
128
|
27. rubyzip 0.5.12
|
|
126
129
|
28. spreadsheet 0.6.4.1
|
|
127
130
|
29. tmail 1.2.7.1
|
|
@@ -627,7 +630,7 @@ way
|
|
|
627
630
|
|
|
628
631
|
Also see:
|
|
629
632
|
|
|
630
|
-
|
|
633
|
+
* http://masaywesee.wordpress.com/2010/07/21/rewind-postgresql-data/
|
|
631
634
|
|
|
632
635
|
== Background
|
|
633
636
|
|
|
@@ -646,24 +649,27 @@ Post by Tim: This certainly carries some pretty scary scenarios. Are
|
|
|
646
649
|
there not laws to prevent abuse? It would seem that a government
|
|
647
650
|
monoploy has been issued here and there would be protections in place.
|
|
648
651
|
|
|
649
|
-
Post by Zeno:
|
|
652
|
+
Post by Zeno:
|
|
653
|
+
|
|
654
|
+
Yes, that is exactly the problem. The company that has
|
|
650
655
|
the monopoly also is working for the government and administrating the
|
|
651
656
|
database of all drugs that are covered by the public health insurance.
|
|
652
|
-
|
|
657
|
+
|
|
658
|
+
I have taken the above issues to antitrust department and the 'price
|
|
653
659
|
governing' department of Switzerland. The first pushed the issue to the
|
|
654
660
|
second and vice versa. I then contacted the leading consumer
|
|
655
|
-
representative of Switzerland and she gave the issue some momentum.
|
|
661
|
+
representative of Switzerland and she gave the issue some momentum.
|
|
662
|
+
|
|
656
663
|
The result of the above is ODDB.org an independent database for
|
|
657
664
|
Switzerland. My personal interest is the acceleration of the electronic
|
|
658
665
|
data interchange in the healthcare industry. This can only take place on
|
|
659
666
|
open standards.
|
|
660
667
|
|
|
661
668
|
More here:
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
* http://www.ywesee.com/pmwiki.php/Main/Bundesgerichtsurteil
|
|
669
|
+
* http://www.ywesee.com/pmwiki.php/Main/WekoBlog
|
|
670
|
+
* http://www.ywesee.com/pmwiki.php/Main/Bundesgerichtsurteil
|
|
665
671
|
|
|
666
|
-
Authors Guide.txt
|
|
672
|
+
== Authors Guide.txt
|
|
667
673
|
|
|
668
674
|
* Masaomi Hatakeyama
|
|
669
675
|
* Zeno R.R. Davatz
|
|
@@ -1,28 +1,25 @@
|
|
|
1
|
-
ODDB.org stands for OpenDrugDatabase
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
Date: 2010-08-09
|
|
1
|
+
== ODDB.org stands for OpenDrugDatabase
|
|
2
|
+
Date: 09.08.2010
|
|
3
|
+
Last Update: 22.12.2010
|
|
5
4
|
|
|
6
5
|
Short Description: ODDB.org is an OpenDrugDatabase that enables the
|
|
7
6
|
search for Drugs by their ActiveAgent, Name, Producer, ATC-Code. You
|
|
8
7
|
can do a price comparison between the Original Drug and the Generic by
|
|
9
8
|
Clicking on the Drug's Name. The database tells you when the Drug has
|
|
10
|
-
been
|
|
11
|
-
the YAML.org Format (15'881
|
|
9
|
+
been registered in Switzerland. ODDB.org exports the complete Data in
|
|
10
|
+
the YAML.org Format (15'881 registered products).
|
|
12
11
|
|
|
13
12
|
For for more information about the background see:
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
For usage also see:
|
|
14
|
+
* http://www.ywesee.com
|
|
15
|
+
* http://www.oddb.org
|
|
16
|
+
* http://dev.ywesee.com
|
|
20
17
|
|
|
21
|
-
|
|
18
|
+
For usage also see:
|
|
22
19
|
|
|
23
|
-
|
|
24
|
-
------------
|
|
20
|
+
* http://wiki.oddb.org/
|
|
25
21
|
|
|
22
|
+
=== Requirements
|
|
26
23
|
ch.oddb.org has a large set of functionality, and with it a large set of
|
|
27
24
|
dependencies:
|
|
28
25
|
|
|
@@ -169,8 +166,7 @@ following versions:
|
|
|
169
166
|
cd text-hyphenate; ruby install.rb config;
|
|
170
167
|
ruby install.rb setup; sudo ruby install.rb install }}})
|
|
171
168
|
|
|
172
|
-
Install
|
|
173
|
-
-------
|
|
169
|
+
=== Install
|
|
174
170
|
Although it is possible to install ch.oddb.org in any linux system, we
|
|
175
171
|
recommend the installation of ch.oddb.org in Gentoo (Funtoo) linux.
|
|
176
172
|
|
|
@@ -676,8 +672,7 @@ recommend the installation of ch.oddb.org in Gentoo (Funtoo) linux.
|
|
|
676
672
|
those of the version of last year. Just compare the two
|
|
677
673
|
CSV files headers.
|
|
678
674
|
|
|
679
|
-
rewind the data of PostgreSQL on ch.oddb.org
|
|
680
|
-
--------------------------------------------
|
|
675
|
+
=== rewind the data of PostgreSQL on ch.oddb.org
|
|
681
676
|
If Swissmedic publishes Bullshit data and everything is connected in the wrong way
|
|
682
677
|
|
|
683
678
|
(get an archive)
|
|
@@ -695,86 +690,80 @@ If Swissmedic publishes Bullshit data and everything is connected in the wrong w
|
|
|
695
690
|
|
|
696
691
|
Also see:
|
|
697
692
|
|
|
698
|
-
|
|
693
|
+
* http://masaywesee.wordpress.com/2010/07/21/rewind-postgresql-data/
|
|
699
694
|
|
|
700
|
-
Install Instructions
|
|
701
|
-
--------------------
|
|
695
|
+
=== Install Instructions
|
|
702
696
|
|
|
703
|
-
|
|
697
|
+
* http://dev.ywesee.com/wiki.php/Oddb/InstallOddb
|
|
704
698
|
|
|
705
|
-
Further Information
|
|
706
|
-
-------------------
|
|
707
|
-
* http://trac.ywesee.com/ticket/226
|
|
699
|
+
==== Further Information
|
|
708
700
|
|
|
709
|
-
|
|
710
|
-
-----
|
|
701
|
+
* http://trac.ywesee.com/ticket/226
|
|
711
702
|
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
703
|
+
=== Usage
|
|
704
|
+
|
|
705
|
+
* Normal Consumer
|
|
706
|
+
* Health Insurance (Krankenkasse)
|
|
707
|
+
* Pharmacie
|
|
708
|
+
* Hospital
|
|
709
|
+
* Doctor / Physician
|
|
710
|
+
* Pharma Marketing
|
|
711
|
+
|
|
712
|
+
=== Background
|
|
718
713
|
|
|
719
|
-
Background
|
|
720
|
-
----------
|
|
721
|
-
|
|
722
714
|
A discussion on http://www.linuxmednews.org
|
|
723
715
|
|
|
724
716
|
Post by Zeno: In Switzerland we have the problem that there is only one
|
|
725
717
|
provider of the data. And that provider serves all hospitals, doctors,
|
|
726
718
|
old age homes, pharmacies etc. As they have the monopoly the could issue
|
|
727
719
|
a tax on every transaction that is done with there data; Example: The
|
|
728
|
-
|
|
720
|
+
doctor in the hospital prescribes one drug to the patient. That info
|
|
729
721
|
goes into the system and then gets passed on the specialist (external of
|
|
730
722
|
hospital) and then gets passed on to the insurance etc. Imagine you
|
|
731
723
|
must pay 50cent for every transaction of the data...
|
|
732
724
|
|
|
733
725
|
Post by Tim: This certainly carries some pretty scary scenarios. Are
|
|
734
726
|
there not laws to prevent abuse? It would seem that a government
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
Post by Zeno: 1. Yes, that is exactly the problem. The company that has
|
|
738
|
-
the monopoly also is working for the government and administrating the
|
|
739
|
-
database of all drugs that are covered by the public health insurance.
|
|
740
|
-
2. I have taken the above issues to antitrust department and the 'price
|
|
741
|
-
governing' department of Switzerland. The first pushed the issue to the
|
|
742
|
-
second and vice versa. I then contacted the leading consumer
|
|
743
|
-
representative of Switzerland and she gave the issue some momentum. 3.
|
|
744
|
-
The result of the above is ODDB.org an independent database for
|
|
745
|
-
Switzerland. My personal interest is the acceleration of the electronic
|
|
746
|
-
data interchange in the healthcare industry. This can only take place on
|
|
747
|
-
open standards.
|
|
748
|
-
|
|
749
|
-
More here:
|
|
750
|
-
|
|
751
|
-
* http://www.ywesee.com/pmwiki.php/Main/WekoBlog
|
|
752
|
-
* http://www.ywesee.com/pmwiki.php/Main/Bundesgerichtsurteil
|
|
727
|
+
monopoly has been issued here and there would be protections in place.
|
|
753
728
|
|
|
754
|
-
|
|
755
|
-
|
|
729
|
+
Post by Zeno: 1. Yes, that is exactly the problem. The company
|
|
730
|
+
that has the monopoly also is working for the government and
|
|
731
|
+
administrating the database of all drugs that are covered by the
|
|
732
|
+
public health insurance. 2. I have taken the above issues to
|
|
733
|
+
antitrust department and the 'price governing' department of
|
|
734
|
+
Switzerland. The first pushed the issue to the second and vice
|
|
735
|
+
versa. I then contacted the leading consumer representative of
|
|
736
|
+
Switzerland and she gave the issue some momentum. 3. The result of
|
|
737
|
+
the above is ODDB.org an independent database for Switzerland.
|
|
738
|
+
My personal interest is the acceleration of the electronic data
|
|
739
|
+
interchange in the healthcare industry. This can only take place
|
|
740
|
+
on open standards.
|
|
756
741
|
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
742
|
+
More here:
|
|
743
|
+
* http://www.ywesee.com/pmwiki.php/Main/WekoBlog
|
|
744
|
+
* http://www.ywesee.com/pmwiki.php/Main/Bundesgerichtsurteil
|
|
745
|
+
|
|
746
|
+
=== License
|
|
747
|
+
|
|
748
|
+
* GPLv2
|
|
749
|
+
|
|
750
|
+
=== Source Code Download with GIT
|
|
761
751
|
|
|
762
|
-
|
|
752
|
+
* URL: http://scm.ywesee.com/?p=oddb.org/.git;a=summary
|
|
763
753
|
|
|
764
|
-
Authors
|
|
765
|
-
-------
|
|
754
|
+
=== Authors
|
|
766
755
|
|
|
767
|
-
|
|
756
|
+
* ywesee GmbH
|
|
768
757
|
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
758
|
+
* Zeno R.R. Davatz <zdavatz@ywesee.com>
|
|
759
|
+
* Hannes Wyss <hwyss@ywesee.com>
|
|
760
|
+
* Markus Huggler <maege@ywesee.com>
|
|
761
|
+
* Mike Walder <walder@allink.ch>
|
|
762
|
+
* Raphael Waltert <rwaltert@ywesee.com>
|
|
763
|
+
* Andreas Schrafl <aschrafl@ywesee.com>
|
|
764
|
+
* Benjamin Fay <benfay@ywesee.com>
|
|
775
765
|
|
|
776
|
-
README Author
|
|
777
|
-
-------------
|
|
766
|
+
=== README Author
|
|
778
767
|
|
|
779
|
-
|
|
780
|
-
|
|
768
|
+
* Zeno Davatz <zdavatz@ywesee.com>
|
|
769
|
+
* Masaomi Hatakeyama <mhatakeyama@ywesee.com>
|
data/Manifest.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Guide.txt
|
|
2
2
|
History.txt
|
|
3
|
+
INSTALL_from_Source.txt
|
|
3
4
|
LICENCE.txt
|
|
4
5
|
Manifest.txt
|
|
5
|
-
README
|
|
6
6
|
README.txt
|
|
7
7
|
Rakefile
|
|
8
8
|
bin/admin
|
|
@@ -26,6 +26,107 @@ data/quanty/quanty-ja.rd
|
|
|
26
26
|
data/quanty/test.rb
|
|
27
27
|
data/quanty/units.dat
|
|
28
28
|
data/txt/datenbeschrieb.txt
|
|
29
|
+
doc/favicon.ico
|
|
30
|
+
doc/index.rbx
|
|
31
|
+
doc/resources/anthroposophy/favicon.ico
|
|
32
|
+
doc/resources/anthroposophy/logo.png
|
|
33
|
+
doc/resources/atupri/logo.gif
|
|
34
|
+
doc/resources/desitin/logo.jpg
|
|
35
|
+
doc/resources/downloads/datadesc/analysis.csv.txt
|
|
36
|
+
doc/resources/downloads/datadesc/doctors.csv.txt
|
|
37
|
+
doc/resources/downloads/datadesc/doctors.yaml.txt
|
|
38
|
+
doc/resources/downloads/datadesc/fachinfo.yaml.txt
|
|
39
|
+
doc/resources/downloads/datadesc/generics.xls.txt
|
|
40
|
+
doc/resources/downloads/datadesc/index_therapeuticus.txt
|
|
41
|
+
doc/resources/downloads/datadesc/interactions.yaml.txt
|
|
42
|
+
doc/resources/downloads/datadesc/migel.csv.txt
|
|
43
|
+
doc/resources/downloads/datadesc/narcotics.csv.txt
|
|
44
|
+
doc/resources/downloads/datadesc/narcotics.yaml.txt
|
|
45
|
+
doc/resources/downloads/datadesc/oddb.csv.txt
|
|
46
|
+
doc/resources/downloads/datadesc/oddb.yaml.txt
|
|
47
|
+
doc/resources/downloads/datadesc/oddb2.csv.txt
|
|
48
|
+
doc/resources/downloads/datadesc/oddbdat.txt
|
|
49
|
+
doc/resources/downloads/datadesc/patents.xls.txt
|
|
50
|
+
doc/resources/downloads/datadesc/patinfo.yaml.txt
|
|
51
|
+
doc/resources/downloads/datadesc/price_history.csv.txt
|
|
52
|
+
doc/resources/downloads/datadesc/price_history.yaml.txt
|
|
53
|
+
doc/resources/downloads/datadesc/s31x.txt
|
|
54
|
+
doc/resources/downloads/datadesc/swissdrug-update.xls.txt
|
|
55
|
+
doc/resources/downloads/examples/Inderal.Preisvergleich.csv
|
|
56
|
+
doc/resources/downloads/examples/analysis.csv
|
|
57
|
+
doc/resources/downloads/examples/compendium_ch.oddb.org.firefox.epub
|
|
58
|
+
doc/resources/downloads/examples/compendium_ch.oddb.org.htc.prc
|
|
59
|
+
doc/resources/downloads/examples/compendium_ch.oddb.org.kindle.mobi
|
|
60
|
+
doc/resources/downloads/examples/compendium_ch.oddb.org.stanza.epub
|
|
61
|
+
doc/resources/downloads/examples/doctors.csv
|
|
62
|
+
doc/resources/downloads/examples/doctors.yaml
|
|
63
|
+
doc/resources/downloads/examples/fachinfo.yaml
|
|
64
|
+
doc/resources/downloads/examples/fachinfos_de.pdf
|
|
65
|
+
doc/resources/downloads/examples/fachinfos_fr.pdf
|
|
66
|
+
doc/resources/downloads/examples/generics.xls
|
|
67
|
+
doc/resources/downloads/examples/index_therapeuticus.tar.gz
|
|
68
|
+
doc/resources/downloads/examples/interactions.yaml
|
|
69
|
+
doc/resources/downloads/examples/migel.csv
|
|
70
|
+
doc/resources/downloads/examples/narcotics.yaml
|
|
71
|
+
doc/resources/downloads/examples/oddb.csv
|
|
72
|
+
doc/resources/downloads/examples/oddb.yaml
|
|
73
|
+
doc/resources/downloads/examples/oddb2.csv
|
|
74
|
+
doc/resources/downloads/examples/oddbdat.tar.gz
|
|
75
|
+
doc/resources/downloads/examples/patents.xls
|
|
76
|
+
doc/resources/downloads/examples/patinfo.yaml
|
|
77
|
+
doc/resources/downloads/examples/price_history.csv
|
|
78
|
+
doc/resources/downloads/examples/price_history.yaml
|
|
79
|
+
doc/resources/downloads/examples/swissdrug-update.xls
|
|
80
|
+
doc/resources/errors/appdown.html
|
|
81
|
+
doc/resources/errors/logo.png
|
|
82
|
+
doc/resources/errors/logo_de.gif
|
|
83
|
+
doc/resources/gcc/banner.gif
|
|
84
|
+
doc/resources/gcc/logo.png
|
|
85
|
+
doc/resources/gcc/logo_de.gif
|
|
86
|
+
doc/resources/gcc/logo_doc.gif
|
|
87
|
+
doc/resources/gcc/logo_fr.gif
|
|
88
|
+
doc/resources/gcc/logo_rss.png
|
|
89
|
+
doc/resources/generika/favicon.ico
|
|
90
|
+
doc/resources/generika/logo.gif
|
|
91
|
+
doc/resources/generika/logo_de.gif
|
|
92
|
+
doc/resources/generika/logo_fr.gif
|
|
93
|
+
doc/resources/homeopathy/favicon.ico
|
|
94
|
+
doc/resources/homeopathy/logo.png
|
|
95
|
+
doc/resources/icon_twitter.gif
|
|
96
|
+
doc/resources/innova/logo.gif
|
|
97
|
+
doc/resources/innova/logo_de.gif
|
|
98
|
+
doc/resources/javascript/admin.js
|
|
99
|
+
doc/resources/javascript/autofill.js
|
|
100
|
+
doc/resources/javascript/bit.ly.js
|
|
101
|
+
doc/resources/javascript/company.js
|
|
102
|
+
doc/resources/javascript/dojo/Editor.js
|
|
103
|
+
doc/resources/javascript/dojo/HtmlEditorToolbar.html
|
|
104
|
+
doc/resources/javascript/dojo/sigma.gif
|
|
105
|
+
doc/resources/javascript/widget/SymbolPalette.js
|
|
106
|
+
doc/resources/javascript/widget/Tooltip.js
|
|
107
|
+
doc/resources/javascript/widget/__package__.js
|
|
108
|
+
doc/resources/livemarks16.png
|
|
109
|
+
doc/resources/mail.gif
|
|
110
|
+
doc/resources/mobile/logo.png
|
|
111
|
+
doc/resources/paypal_donate.gif
|
|
112
|
+
doc/resources/phyto-pharma/favicon.ico
|
|
113
|
+
doc/resources/phyto-pharma/logo.png
|
|
114
|
+
doc/resources/plugins/Generika.cc.gif
|
|
115
|
+
doc/resources/plugins/Generika.cc.html
|
|
116
|
+
doc/resources/plugins/Generika.cc.src
|
|
117
|
+
doc/resources/plugins/oddb.org.gif
|
|
118
|
+
doc/resources/plugins/oddb.org.html
|
|
119
|
+
doc/resources/plugins/oddb.org.src
|
|
120
|
+
doc/resources/print.css
|
|
121
|
+
doc/resources/provita/logo_de.gif
|
|
122
|
+
doc/resources/santesuisse/logo_de.gif
|
|
123
|
+
doc/resources/schoenenberger/logo_de.gif
|
|
124
|
+
doc/resources/swissmedic/logo.png
|
|
125
|
+
doc/resources/swissmedic/logo_de.gif
|
|
126
|
+
doc/resources/swissmedic/logo_doc.gif
|
|
127
|
+
doc/resources/swissmedic/logo_fr.gif
|
|
128
|
+
doc/resources/sympany/logo.gif
|
|
129
|
+
doc/robots.txt
|
|
29
130
|
etc/index_definitions.yaml
|
|
30
131
|
etc/trans_handler.yml
|
|
31
132
|
ext/analysisparse/bin/analysisd
|
|
@@ -81,6 +182,8 @@ ext/export/src/oddb_yaml.rb
|
|
|
81
182
|
ext/export/src/oddbdat.rb
|
|
82
183
|
ext/export/src/patent_xls.rb
|
|
83
184
|
ext/export/test/test_csv_exporter.rb
|
|
185
|
+
ext/export/test/test_generics_xls.rb
|
|
186
|
+
ext/export/test/test_oddbdat.rb
|
|
84
187
|
ext/fiparse/bin/fiparsed
|
|
85
188
|
ext/fiparse/src/fachinfo_doc.rb
|
|
86
189
|
ext/fiparse/src/fachinfo_hpricot.rb
|
|
@@ -799,7 +902,9 @@ test/data/html/interaction/flockhart/2D6.htm
|
|
|
799
902
|
test/data/html/interaction/flockhart/2E1.htm
|
|
800
903
|
test/data/html/interaction/flockhart/3A457.htm
|
|
801
904
|
test/data/html/interaction/flockhart/clinlist.htm
|
|
905
|
+
test/data/html/interaction/flockhart/prepared_table.asp
|
|
802
906
|
test/data/html/interaction/flockhart/prepared_table.htm
|
|
907
|
+
test/data/html/interaction/flockhart/table.asp
|
|
803
908
|
test/data/html/interaction/flockhart/table.htm
|
|
804
909
|
test/data/html/interaction/hayes/CYP450-1.html
|
|
805
910
|
test/data/html/interaction/hayes/CYP450-2.html
|
|
@@ -901,7 +1006,6 @@ test/test_model/text.rb
|
|
|
901
1006
|
test/test_model/user.rb
|
|
902
1007
|
test/test_plugin/bsv_xml.rb
|
|
903
1008
|
test/test_plugin/comarketing.rb
|
|
904
|
-
test/test_plugin/doctors.rb
|
|
905
1009
|
test/test_plugin/download_invoicer.rb
|
|
906
1010
|
test/test_plugin/flockhart.rb
|
|
907
1011
|
test/test_plugin/hayes.rb
|
|
@@ -921,6 +1025,7 @@ test/test_plugin/swissmedicjournal.rb
|
|
|
921
1025
|
test/test_plugin/text_info.rb
|
|
922
1026
|
test/test_plugin/vaccines.rb
|
|
923
1027
|
test/test_plugin/yaml.rb
|
|
1028
|
+
test/test_plugin/zdoctor.rb
|
|
924
1029
|
test/test_state/admin/companyuser.rb
|
|
925
1030
|
test/test_state/admin/login.rb
|
|
926
1031
|
test/test_state/admin/root.rb
|
|
@@ -947,11 +1052,11 @@ test/test_state/user/download_export.rb
|
|
|
947
1052
|
test/test_state/user/fipi_offer_input.rb
|
|
948
1053
|
test/test_util/config.rb
|
|
949
1054
|
test/test_util/csstemplate.rb
|
|
1055
|
+
test/test_util/exporter.rb
|
|
950
1056
|
test/test_util/html_parser.rb
|
|
951
1057
|
test/test_util/interval.rb
|
|
952
1058
|
test/test_util/language.rb
|
|
953
1059
|
test/test_util/levenshtein_distance.rb
|
|
954
|
-
test/test_util/log.rb
|
|
955
1060
|
test/test_util/logfile.rb
|
|
956
1061
|
test/test_util/loggroup.rb
|
|
957
1062
|
test/test_util/notification_logger.rb
|
|
@@ -963,6 +1068,8 @@ test/test_util/soundex.rb
|
|
|
963
1068
|
test/test_util/suite.rb
|
|
964
1069
|
test/test_util/updater.rb
|
|
965
1070
|
test/test_util/validator.rb
|
|
1071
|
+
test/test_util/zlog.rb
|
|
1072
|
+
test/test_view/asearch.rb
|
|
966
1073
|
test/test_view/chapter.rb
|
|
967
1074
|
test/test_view/companies/companylist.rb
|
|
968
1075
|
test/test_view/descriptionform.rb
|
|
@@ -974,7 +1081,6 @@ test/test_view/logo.rb
|
|
|
974
1081
|
test/test_view/navigationfoot.rb
|
|
975
1082
|
test/test_view/pager.rb
|
|
976
1083
|
test/test_view/pointersteps.rb
|
|
977
|
-
test/test_view/search.rb
|
|
978
1084
|
test/test_view/sponsorhead.rb
|
|
979
1085
|
test/test_view/suite.rb
|
|
980
1086
|
test/test_view/user/powerlink.rb
|