gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Vaccine routes: values in clin.vacc_route


From: Jim Busser
Subject: Re: [Gnumed-devel] Vaccine routes: values in clin.vacc_route
Date: Tue, 13 Sep 2011 19:53:38 -0700

On 2011-09-13, at 11:40 AM, Jim Busser wrote:

> 1) can we change, either in
> 
>       ~/git/gnumed/gnumed/gnumed/server/sql/gmClin-Vaccination-data.sql
> 
> or in the next maintenance release
> 
>       UPDATE clin.vacc_route
>       SET route = 'oral' WHERE route = 'orally'

rather

        UPDATE clin.vacc_route
        SET description = 'oral' WHERE description = 'orally' ;

-- Jim




reply via email to

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