New Post: NegationInd and inversionInd on entryRelationShip
It's OK . Yes Please if you can help me out for 11 September question . Thanks in Advance .
View ArticleNew Post: .NET Compact Framework supported?
Hi, does the HL7 SDK works with the .NET Compact Framework (CF) does it? Do you know if a .NET CF SDK for HL7 exists? Thanks!
View ArticleNew Post: CDAImpl.cs
I'm curious how did you auto-generate the CDAImpl class? The comment at the top of the class says it is auto-generated but I can't find what tool to use? Thanks, Jam
View ArticleNew Post: CDAImpl.cs
It's not a secret. XSD.exe + Reflection + CodeDOM (C# code generator) + partial classes :)
View ArticleNew Post: .NET Compact Framework supported?
I've no experience with .NET CF/mobile. You can try to recompile source code to target CF and theoretically it will work as HL7 SDK does use neither platform nor OS-specific libraries.
View ArticleNew Post: Newbie
Hi, I was instructed by the client to use HL7 in the project I work on. He gave me an example that contains the following:"PID|1||167064||RABBIT^ROGER^^^MR^^CURRENT||194700101||||11 RABBIT HOLE^^NUDGEE...
View ArticleNew Post: Newbie
Seems that it's a good old HL7 version 2 message. HL7 v2 is a plain-text based standard; my library works with a subset of HL7 v3 (which is XML-based) standard - HL7 Clinical Documents. You definitely...
View ArticleNew Post: CDAImpl.cs
Is there a need to regenerate this file if HL7SDK.Xml.Cda/cda.cs has been re generated from a new version of CDA.xsd ?
View ArticleNew Post: JSON serialization issues
I have a problem serializing a ClinicalDocument in JSON. It seems that the "Lazy" property (virtual in abstract class HL73Object) is causing circular references. Shouldn't this property be marked as...
View ArticleNew Post: JSON serialization issues
Looking a the code, I discovered that I should serialize the element property as it is done in the Save method.
View ArticleNew Post: Reference.AsExternalDocument.ClassCode is not reflecting in target...
Hi , I am trying to generate CQM QRDA 1 document but Reference.AsExternalDocument.ClassCode is not reflecting in target xml document. Can you please suggest any solution / work arround Reference refr =...
View ArticleCreated Unassigned:...
Hi , I am trying to generate CQM catagory 3 file but IComponent4.AsObservation.Reference.AsExternalObservation.ClassCode is not reflecting in generated XMLI am doing following code var refr =...
View ArticleNew Post: IComponent4.AsObservation.Reference.AsExternalObservation.ClassCode...
Hi , I am trying to generate CQM catagory 3 file but IComponent4.AsObservation.Reference.AsExternalObservation.ClassCode is not reflecting in generated XML I am doing following code var refr =...
View ArticleNew Post: Will this be updated for V3?
I'm new to HL7 and I'd like to try to implement the most current stuff for Genetics clinical. Are there major differences between V2 and V3?
View ArticleReviewed: HL7 SDK 1.0.4 (Mar 11, 2016)
Rated 5 Stars (out of 5) - I recently was tasked with creating a Windows app to generated CDAs from SQL data and came across this library. It's easy to use, works great and when I did need assistance,...
View ArticleNew Post: hl7 sdk and imbedded base 64 pdf
We have a need to imbed reports that are pdf into the hl7 message. Is there any functionality in this sdk to allow this to happen? If so which one would it be as I could not locate it. I know it has to...
View ArticleNew Post: hl7 sdk and imbedded base 64 pdf
It's easy if you work with CDA. Please note that the library does not implement all the HL7 v3 standards and is intended to work with CDA only. Here is an example: static String EncodeFile(String path)...
View ArticleProject License Changed
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for...
View ArticleReviewed: HL7 SDK 1.0.4 (Aug 19, 2016)
Rated 5 Stars (out of 5) - Just started using HL7SDK at work and it is a terrific library. I also looked at Everest which is also good and very powerful but requires good deal of understanding of not...
View ArticleNew Post: Extensions (Specifically Race Code)
Hello guys, is there any new version of this sdk with that feature for multiple racecodes included in it? If so, please, can you guys let me know where can I get it? Thank you so much in advance.
View Article