gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] Re: NIH informations


From: Eric MAEKER
Subject: [Gnumed-devel] Re: NIH informations
Date: Fri, 30 Jul 2010 00:30:29 +0200

Still a better idea. I can add into Drugs databases a table which contains the drugs' informations searching URL constructor. Like this

CREATE TABLE SEARCHENGINES
        ID
        TEXT (for the help button label eg: 'NIH search')
        URL

Where URL can be what ever you want with automatic replacement of tokens:

        - [[DRUG_ATC]] --> if known the DRUGS.ATC value (ATC code)
- [[ATC_CODES]] --> all know ATC Codes of the drug (and its molecular components) - [[ATC_LABELS]] --> all known ATC Label of the drug (and its molecular components)
        - [[DRUG_NAME]] --> exact value of the DRUGS.NAME field
- [[CONSTRUCTED_DRUG_NAME]] --> the constructed drug name like inform in the INFORMATIONS table

Eric

I can't find a simple URL to search inside the WHO ATC/DDD... If someone can help...

        http://www.whocc.no/atc_ddd_index/

We need an url formatted query.

Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]