gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Adjusting plugins in GNUmed 1.3.x


From: Busser, Jim
Subject: Re: [Gnumed-devel] Adjusting plugins in GNUmed 1.3.x
Date: Fri, 12 Jul 2013 13:30:55 +0000

On 2013-07-11, at 11:28 PM, Jim Busser <address@hidden> wrote:

Can I cleanly remove

gmEMRTimelinePlugin

by the command

UPDATE cfg.cfg_str_array
SET value TO 'foo' WHERE fk_item = 130
;

using in place of 'foo' the desired string from above, and would the SET clause correctly require, inside a pair of single quotes

' '

the double quotes and parens

"(    …  )"

thusly

UPDATE cfg.cfg_str_array
SET value TO '"(   the part I wish to keep   )"'
WHERE fk_item = 130
;

On 2013-07-12, at 12:32 AM, Karsten Hilbert <address@hidden> wrote:

GNUmed
-> Master Data
-> Manage Lists
-> Workplaces (at the very bottom)


Ah, missed that, however would direct editing of the backend string value per the above been effective?

-- Jim

reply via email to

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