Re: Question on CDMv3.1 Run

2017-07-25 Thread French, Tony
d, Alexander" mailto:astodd...@mcw.edu>>, "dsteg...@uwhealth.org<mailto:dsteg...@uwhealth.org>" mailto:dsteg...@uwhealth.org>>, "GPC-DEV@LISTSERV.KUMC.EDU<mailto:GPC-DEV@LISTSERV.KUMC.EDU>" mailto:GPC-DEV@LISTSERV.KUMC.EDU>> Cc: "Hood, Danie

Re: Question on CDMv3.1 Run

2017-07-25 Thread French, Tony
quot;Stoddard, Alexander" mailto:astodd...@mcw.edu>>, "dsteg...@uwhealth.org<mailto:dsteg...@uwhealth.org>" mailto:dsteg...@uwhealth.org>>, "GPC-DEV@LISTSERV.KUMC.EDU<mailto:GPC-DEV@LISTSERV.KUMC.EDU>" mailto:GPC-DEV@LISTSERV.KUMC.EDU>> S

Re: Question on CDMv3.1 Run

2017-07-19 Thread Campbell, James R
From: Gpc-dev on behalf of Michael Prittie Sent: Wednesday, July 19, 2017 4:19:54 PM To: French, Tony; Stoddard, Alexander; dsteg...@uwhealth.org; gpc-dev@listserv.kumc.edu Subject: Re: Question on CDMv3.1 Run Hi Tony, Here at KUMC I added the following to the i2p

Re: Question on CDMv3.1 Run

2017-07-19 Thread Michael Prittie
Hi Tony, Here at KUMC I added the following to the i2p-transform PCORNetLabResultCM procedureĀ¹s INSERT/SELECT WHERE clause: and (m.nval_num is null or m.nval_num<=999) -- exclude lengths that exceed the spec https://github.com/kumc-bmi/i2p-transform/blob/master/Oracle/PCORNetLoader_ o

Re: Question on CDMv3.1 Run

2017-07-19 Thread French, Tony
Related to this topic: OBSERVATION_FACT.NVAL_NUM is defined as NUMBER(18,5). However, the CDM V3.1 LAB_RESULT_CM.RESULT_NUM is defined as NUMBER(15,8). How have the sites handled this discrepancy? Or perhaps the data has largely fit without any issues? Thanks, Tony Tony French | Interim As

Re: Question on CDMv3.1 Run

2017-07-11 Thread Michael Prittie
I can verify that the RESULT_NUM data type conversion in data_step_view_prep.sas was the source of the data check exception being thrown in the EDC mentioned as Alex mentioned. I have updated the code, which is available at https://github.com/kumc-bmi/i2p-transform/blob/master/SAS/data_step_view_p

Re: Question on CDMv3.1 Run

2017-07-11 Thread Michael Prittie
Alex, Thanks for the response, thatĀ¹s exactly the fix I am currently testing. If it works for us here at KUMC as well, I will update the code at (https://github.com/kumc-bmi/i2p-transform/blob/result_num_fix/SAS/data_ste p_view_prep.sas) and send another email confirming that the issue originates i

RE: Question on CDMv3.1 Run

2017-07-11 Thread Stoddard, Alexander
MCW had the exact same problem with RESULT_NUM being seen by SAS as a character field despite being numeric in our source RDMS table (Oracle). For us this was caused by the data_step_view_prep.sas code which explicitly forces the RESULT_NUM field to character (which was how it was originally m