[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Past history
From: |
Busser, Jim |
Subject: |
Re: [Gnumed-devel] Past history |
Date: |
Mon, 6 Aug 2012 14:06:52 +0000 |
On 2012-08-06, at 12:47 AM, Karsten Hilbert <address@hidden> wrote:
> If you are using the "PHX" placeholder (which maps to health
> issues) you can access the 'age_noted' field which may help
> some.
So… age_noted would either carry a numeric value, or be null.
If the date at which the problem / event occurred would have been inputted,
would age_noted be computed?
Also with a placeholder, the user could potentially attempt
<Problem> at age <value>
however in the case of no value entered the display would be
Influenza at age
Foo2 at age 27
Foo3 at age 35...
so am not sure if there is any suggested workaround (unless the placeholder can
replace a missing value for age with "?").
> The "problems" placheolder can only offer 'problem_active'
> and 'clinically_relevant'.
do the above return / supply "TRUE" ("true") and "FALSE" ("false")?
-- Jim