gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Medications plug-in, refactored - *Managing* medicati


From: Busser, Jim
Subject: Re: [Gnumed-devel] Medications plug-in, refactored - *Managing* medications
Date: Mon, 5 Aug 2013 03:21:01 +0000

Before we "manage" medications let us figure out what kind of "informing" may 
be … well … more informative

>From the following observations:

- Started may, or may not, be known

- Duration / Until may, or may not, be NULL

- Discontinued may, or may not, be NULL


The following cases can be developed:

- Started < today(); Discontinued < today()

- Started < today() and Discontinued = today()

- Started < today() and Discontinued is NULL and Duration computes < today()

- Started < today() and Discontinued is NULL and Duration computes = today()

- Started < today() and Discontinued is NULL and Duration computes > today()

- Started < today() and Discontinued is NULL and Duration is NULL

- same as above, with Started is NULL …

See next email ...

-- Jim


reply via email to

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