a Ankur
on

 

Dear All,

I have question about adding External Dictionaries such as MedDRa under Codelist in Define.xml. I would like to know how should I add the dictionary

1.) under codelist value level metadata file and then add into Define.xml or it can be added directly into       Define.xml usingfollowing code:

    PUT "  <CodeList OID="AEDICT" Name="ADVERSE EVENT DICTIONARY" DataType="text">;

    PUT " <ExternalCodeList Dictionary="MEDDRA" Version="10.0"/>;

    PUT "</CodeList>"

    PUT "</MetaDataVersion>"

    PUT "</Study>"

    PUT "</ODM>"

2.) Should External dictionary be added into Codelist section metadata file and then using above mentioned code?

I am new to Define.xml and learning things by myself. All help and responses are appreciated.

Thanks,

Regards

Ankur

 

Forums: Define.xml

s Sergiy
on July 9, 2012

 

Hi!

1.     Yes, it looks fine. However use an exact name of external disctionaries and more detailed descriptions. E.g., "MedDRA", but not "MEDDRA"; and "MedDRA Adverse Events Dictionary", not "ADVERSE EVENT DICTIONARY". You need to add the following text into a define.xml file:

<CodeList OID="AEDICT"

Name="MedDRA Adverse Events Dictionary" 

DataType="text"> 

            <ExternalCodeList Dictionary="MedDRA" Version="10.0"/>

</CodeList> 

2.     The only other thing you need to do is to assign your external codelist to a variable in ItemDef element. Something like:

 

<ItemDef OID="AEDECOD"

Name="AEDECOD"

DataType="text"

Length="200"

SASFieldName="AEDECOD"

Origin="AE"

Comment="Data from AE"

def:Label="Dictionary-Derived Term">

 

<CodeListRef CodeListOID="AEDICT"/>


</ItemDef>    

 

Best Regards,

Sergiy Sirichenko

 

a Ankur
on July 12, 2012

Hi Sergiy,

Thanks for the help. I am going to use the approach as suggested. For anymore question, I may come back to the forum.

Thanks,

Ankur

Want a demo?

Let’s Talk.

We're eager to share and ready to listen.

Cookie Policy

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.