tags:

views:

45

answers:

1

I want to generate some medical records to CCR and CCD files. I have no idea to handle this. Is there any .net liberary to do this? thank you so much.

A: 

I've generated CCR records in much the same way as you'd generate any XML using both XMLDocument and a file based template system using field substitution.

The Medical Business Intelligence has an entry Creating C# Bindings for CCR and CCD

Also Google Data / Google health has CCR in their C# health sample which may be useful.

Richard Harrison
thx Richard, it is great use for me, thanks a lot.
Chris Cheung