<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Import CDISC ODM v1.3 XML in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Import-CDISC-ODM-v1-3-XML/m-p/717456#M2582</link>
    <description>Thanks Lex, that's a useful summary, and references, and it sounds like the Clinical Standards Toolkit is what I need to read in data and metadate in separate files. I understand from SAS Support that SAS 64 bit is required to use the CST, so unfortunately I am not yet able to take advantage of it.</description>
    <pubDate>Sun, 07 Feb 2021 22:19:55 GMT</pubDate>
    <dc:creator>MichaelH_</dc:creator>
    <dc:date>2021-02-07T22:19:55Z</dc:date>
    <item>
      <title>Import CDISC ODM v1.3 XML</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Import-CDISC-ODM-v1-3-XML/m-p/712337#M2330</link>
      <description>&lt;P&gt;Can anyone help with how to read CDISC compliant ODM v1.3 XML (from and API to a clinical trials database built using Viedoc) into SAS 9.4?&lt;/P&gt;&lt;P&gt;I have been trying:&lt;/P&gt;&lt;P&gt;&amp;nbsp; filename xmlinp 'F:\xml\ClinicalDataBackup.xml';&lt;/P&gt;&lt;P&gt;&amp;nbsp; libname xmlinp xml xmltype=CDISCODM;&lt;/P&gt;&lt;P&gt;&amp;nbsp; proc contents data=xmlinp._all_; &amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; check_ordernum has no inst&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ERROR: XML describe error: Internal processing error.&lt;/P&gt;&lt;P&gt;From the SAS documentation, it seems there may be some issues with the XML – could you confirm:&lt;/P&gt;&lt;P&gt;There are separate XML files for the clinical data and the metadata; there are &amp;lt;itemGroupDef&amp;gt; elements in the metadata XML but not in the clinical data XML (I am trying to read in the clinical data); the &amp;lt;itemGroupDef&amp;gt; elements do not have attributes of “SASDatasetName” – are these show stoppers for SAS? Would these be a problem is I could get the XML in ODM v1.2 and use Proc CDISC?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:53:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Import-CDISC-ODM-v1-3-XML/m-p/712337#M2330</guid>
      <dc:creator>MichaelH_</dc:creator>
      <dc:date>2021-01-19T07:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import CDISC ODM v1.3 XML</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Import-CDISC-ODM-v1-3-XML/m-p/717105#M2576</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;CDISCODM xmltype on the libname and PROC CDISC expect ODM 1.2. Also, both libname and PROC CDISC would expect the data and metadata to be in the same XML ODM file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Please be aware that PROC CDISC was deprecated and replaced by the SAS Clinical Standards Toolkit (CST) quite a long time ago. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CST supports ODM 1.3 and can handle metadata and data separately. CST is at version 1.7.2, and is supported, but no longer actively developed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For information about CST see:&amp;nbsp;&lt;A href="https://support.sas.com/en/software/sas-clinical-standards-toolkit-support.html" target="_blank"&gt;https://support.sas.com/en/software/sas-clinical-standards-toolkit-support.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and also&amp;nbsp;&lt;A href="http://support.sas.com/rnd/base/cdisc/cst/" target="_blank"&gt;http://support.sas.com/rnd/base/cdisc/cst/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For a paper about CST and ODM, see:&amp;nbsp;&lt;A href="https://www.lexjansen.com/pharmasug/2013/HT/PharmaSUG-2013-HT06-SAS.pdf" target="_blank"&gt;https://www.lexjansen.com/pharmasug/2013/HT/PharmaSUG-2013-HT06-SAS.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(Using the SAS® Clinical Standards Toolkit 1.5&amp;nbsp;to import CDISC ODM files).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Lex Jansen&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Principal Solutions Consultant&amp;nbsp;@ SAS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 16:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Import-CDISC-ODM-v1-3-XML/m-p/717105#M2576</guid>
      <dc:creator>Lex_SAS</dc:creator>
      <dc:date>2021-02-05T16:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import CDISC ODM v1.3 XML</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Import-CDISC-ODM-v1-3-XML/m-p/717456#M2582</link>
      <description>Thanks Lex, that's a useful summary, and references, and it sounds like the Clinical Standards Toolkit is what I need to read in data and metadate in separate files. I understand from SAS Support that SAS 64 bit is required to use the CST, so unfortunately I am not yet able to take advantage of it.</description>
      <pubDate>Sun, 07 Feb 2021 22:19:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Import-CDISC-ODM-v1-3-XML/m-p/717456#M2582</guid>
      <dc:creator>MichaelH_</dc:creator>
      <dc:date>2021-02-07T22:19:55Z</dc:date>
    </item>
  </channel>
</rss>

