Re: Multiple word synonyms (maybe?) - Mailing list pgsql-general

From Tim van der Linden
Subject Re: Multiple word synonyms (maybe?)
Date
Msg-id 20151021093017.c98624aa21022a52175dbcf8@shisaa.jp
Whole thread Raw
In response to Re: Multiple word synonyms (maybe?)  (rob stone <floriparob@gmail.com>)
List pgsql-general
On Tue, 20 Oct 2015 21:57:59 +1100
rob stone <floriparob@gmail.com> wrote:
>
> Looking at this from an entirely different perspective, why are you not
> using ICD codes to identify patient events?
> It is a one to many relationship between patient and their events
> identified by the relevant ICD code and date.
> Given that MI has several applicable ICD codes you can use a select
> along the lines of:-
> WHERE icd_code IN (  . . . )
>
>
> I know it doesn't answer your question!

It does indeed not answer my direct question, but it does offer an interesting perspecitive to be used on one of the
nextphases of the medical application. 

Thanks for the heads-up!

> Cheers,
> Rob

Cheers,
Tim


pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Re: My first PL/pgSQL function
Next
From: Tim van der Linden
Date:
Subject: Re: Multiple word synonyms (maybe?)