[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] state of test results handling
From: |
Karsten Hilbert |
Subject: |
Re: [Gnumed-devel] state of test results handling |
Date: |
Fri, 18 Apr 2008 01:34:41 +0200 |
> In what release of the server and client will this version appear?
> 0.2.9?
v0.2.9 / v9, IOW our next release
> Also, I notice in the tooltip for CRP a "standard normal range" of
>
> ? – ? / 0.7-8
>
> so I am just wondering whether in the test_results table for that
> item, the value for
> val_normal_min
> was null, and the value for
Yes.
> val_normal_max
> was "0.7-8"?
No.
> Maybe the above reference information in fact represented a range
> (not a normal max) and ought better to have been in
>
> val_normal_range
It was.
> in which case the tooltip would omit the ? – ? and would instead just
> show
> 0.7-8
> ??
It should but it is non-trivial (unless we come up with reasonable
constraints) because the following is currently technically possible:
val_normal_min = NULL
val_normal_max = 8
val_normal_range = 0.7-8
which begs the question exactly what to display. This case would, in fact,
be a rather easily parseable one but labs are wont to do this:
val_normal_min = NULL
val_normal_max = <5.5
val_normal_range = "normally 0-5.5 but under liver enzyme inducing
drugs up to 8"
which ain't parseable anymore.
I will add some code to omit the ? - ? when both _min and _max are NULL.
A Null _range is omitted anyways, I think.
Karsten
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/address@hidden
- Re: [Gnumed-devel] Clinician call of judgement, (continued)
- [Gnumed-devel] another vista at abnormality/relevance flags, Karsten Hilbert, 2008/04/09
- Re: [Gnumed-devel] another vista at abnormality/relevance flags, James Busser, 2008/04/09
- Re: [Gnumed-devel] another vista at abnormality/relevance flags, Karsten Hilbert, 2008/04/11
- Re: [Gnumed-devel] another vista at abnormality/relevance flags, Karsten Hilbert, 2008/04/11
- Re: [Gnumed-devel] state of test results handling, Karsten Hilbert, 2008/04/15
- Re: [Gnumed-devel] state of test results handling, James Busser, 2008/04/16
- Re: [Gnumed-devel] state of test results handling,
Karsten Hilbert <=
- Re: [Gnumed-devel] state of test results handling, Karsten Hilbert, 2008/04/18
- Re: [Gnumed-devel] state of test results handling, Karsten Hilbert, 2008/04/16
- keyboard shortcuts (was Re: [Gnumed-devel] state of test results handling), James Busser, 2008/04/17
- Re: keyboard shortcuts (was Re: [Gnumed-devel] state of test results handling), Karsten Hilbert, 2008/04/18
- Re: [Gnumed-devel] state of test results handling, James Busser, 2008/04/17
- Re: [Gnumed-devel] state of test results handling, Karsten Hilbert, 2008/04/25
Re: [Gnumed-devel] state of test results handling, Karsten Hilbert, 2008/04/02
Re: [Gnumed-devel] state of test results handling, Karsten Hilbert, 2008/04/02