Menu

Use Braid to parse CDA/CCD from File??

2010-02-11
2013-04-18
  • Jon Bartels

    Jon Bartels - 2010-02-11

    I've been digging into Braid to see if we can use it's CDA/CCD parsing abilities to read that data and just use braid as a simpler parsing library rather than as a whole broker/XDS architecture.

    The simplest example I've been trying to implement is to simply read an XML file but I'm either not finding the right parse methods or calling them improperly.

    Is this possible with braid? Is it wise to use braid for this purpose?

     
  • Wenzhi Li

    Wenzhi Li - 2010-02-11

    I am not quite understand your goal of parsing an xml file. Are you trying to do data import from CDA/CCD documents, or are you trying to parse some customized xml files to generate CDA/CCD documents for XDS submission?  Also, what kind data and format you have in your source XML file?

    Braid has some capabilities to take some pojo data as a source to generate CDA/CCD documents for XDS submission, but not able to parse an XML. If your XML file is a CDA/CCD document, and would like to read them into a java code, then just use xmlbean.  If you give me more information, then I can show you more accurate direction. 

     
  • Jon Bartels

    Jon Bartels - 2010-02-12

    I'm trying to import data from CDA/CCD documents.

    I may be able to use Braid as a guide, but I'll have to find something else or create something to get it done.

     
  • Wenzhi Li

    Wenzhi Li - 2010-02-12

    Unfortunately, Braid does not do CDA import. You may want to try jaxren to parse the xml document content.

     

Log in to post a comment.

MongoDB Logo MongoDB