Avatar

Level 10

Hi Phil,

If you can find an XML version of the data then you can add it to the form directly.  I found a file that looks like this data here ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/Publications/ICD10CM/2015/ it is a ZIP file and contains a file called FY15_Tabular.xml.

With an XML file you can copy and paste under the xfa:datasets element of your form, you will have to use the XML Source view in LiveCycle Designer.  From there the form can reference all the elements as needed, without a connection to the internet.

I did start playing with a sample, https://sites.google.com/site/livecycledesignercookbooks/home/ICD10.pdf?attredirects=0&d=1 But I don't really understand the structure of the data.  I could understand the first level, but not sure about the linkage to the second level.  I also copied the whole XML file into the form, which seems to contain a lot of stuff, so the form is now nearly 6Mb, hopefully you can remove some of it.  Also the top element was called <ICD10CM.tabular/>, it is fiddly working with element names that contain a full stop so the only change I made was changing the element name to <ICD10CM/>

Hope this helps

Bruce