There is a bug in the configuration file: I get a message stating: "Value for QSTEST not found in (KPS Scale TEST) CT codelist", while the value in question is correct. When looking into the config file, I found this:
<val:Lookup ID="CT0158" Message="Value for QSTEST not found in (KPS Scale TEST) CT codelist" Description="Question Name (QSTEST) variable values must be populated with terms found in 'Karnofsky Performance Status Scale Test Name' (C100169) CDISC controlled terminology codelist, when Category for Question (QSTCAT) is 'KPS SCALE' (Karnofsky Performance Status Scale Questionnaire. New values cannot be added into the CDISC CT non-extensible codelist.)" Category="Terminology" Type="Error" Variable="CDISCSubmissionValue == QSTEST" When="QSCAT == 'KPS SCALE'" Where="CodelistCode == 'C100170'" WhereFailure="IGNORE" From="FILE:TAB:%System.ConfigDirectory%/data/CDISC/SDTM/%System.CDISC.Version%/QS Terminology.txt" />
As you can see, the where clause is wrong: it looks for C100170, which is the codelist for QSTESTCD, instead of C100169, the codelist QSTEST (correctly listed in the description).
Pinnacle 21 uses cookies to make our site easier for you to use. By continuing to use this website, you agree to our use of cookies. For more info visit our Privacy Policy.
Hi,
There is a bug in the configuration file: I get a message stating: "Value for QSTEST not found in (KPS Scale TEST) CT codelist", while the value in question is correct. When looking into the config file, I found this:
Cheers,
-- Thierry