javascript - Create CDA document with data available -


i working on health care application has user's health care data. need export data cda document using rails or javascript

cda xml. use favourite library (jaxb should available via groovy/java) feed data (from db?) cda. cda schemas , try generate classes need. approach: use templating engine (velocity or like).

start sample cda , there try understand intricacies of cda.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -