gnumed-bugs
[Top][All Lists]
Advanced

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

Re: [Gnumed-bugs] Placeholder external ids - improperly formatted user a


From: Karsten Hilbert
Subject: Re: [Gnumed-bugs] Placeholder external ids - improperly formatted user arguments?
Date: Fri, 7 Oct 2011 00:12:01 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Oct 06, 2011 at 09:34:57AM -0700, Jim Busser wrote:

>       & home phone $<patient_comm::homephone>$\\ 
> 
> I still get error:
> 
>       home phone error with placeholder [< patientcomm :: homephone >]

Ah, OK, the placeholder also does not conform to the format
that's required:

Try any of:

        $<patient_comm::homephone::>$

and

        $<patient_comm::homephone::9999>$                               (to set 
the max length to 9999)

This is what gmMacro.py sayeth about the format:

        # those must satisfy the pattern "$<name::args::(optional) max string 
length>$" when used

across the top of the relevant placeholder list.

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

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