gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] sort drugs by frequency of use


From: Vaibhav Banait
Subject: Re: [Gnumed-devel] sort drugs by frequency of use
Date: Tue, 18 Jun 2013 03:13:16 +0000

                        data,
                        field_label,
                        list_label,
                        rank
                FROM ((
                        -- substance intakes which match are first
                        SELECT
                                pk_substance AS data,
                                (description || ' ' || amount || ' ' || unit) 
AS field_label,
                                (description || ' ' || amount || ' ' || unit || 
' (in use)') AS list_label,
            
--------------------------
To this if we add durations and frequency , will it help autocomplete? 
Vaibhav 

Vaibhav Banait



reply via email to

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