hapi-hl7v2
hapi-hl7v2 copied to clipboard
Hello, In our project we encountered a device sending ORU messages with Event Triggers R31 and R32. The device also expects from the HL7 Server a default ACK in response...
I'm developing camel quarks routes using HAPI for parsing HL7 data. When running mvn install I get the following errors. ` [io.quarkus.arc.deployment.SplitPackageProcessor] Detected a split package usage which is considered...
Hi @ohr, @jamesagnew I have been looking to port some more hapi to nHapi and as I was porting `DatumPath.numbersLessThan` I started to write unit tests (which do not exist...
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 1.5.1 to 3.0.16. Commits cf317f9 [maven-release-plugin] prepare release plexus-utils-3.0.16 26e3ae8 Remove incorrect tag element 99639d6 Little test to mimic ${project.artifactMap(g:a:c)} usage 5d46979 Needs to build with 1.7...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...
https://hapifhir.github.io/hapi-hl7v2/index.html Go to Download Java API Shows https://sourceforge.net/projects/hl7api/files/hl7api/ Which has the 2.2 release, so HL7 v2.7+ are missing.
I receive information from various sources for hl7 , but many of the messages come with empty/null version, how can I make default version as 2.3 for parsing them'?
I am creating a SimpleServer like so : `usageServer = (SimpleServer) context.newServer(port, false);` When stopping said server with the following line and using JDK Mission Control to view threads, I...
@jamesagnew Do the hl7 xsd schema files have anything to do with the xml-based conformance profiles? And is there anyway of generating a profile without the use of the Messaging...
We use your library in our project and have been worrying about the newly detected zero-day vulnerability of Log4j. see: https://www.lunasec.io/docs/blog/log4j-zero-day/ I see that the log4j lib you use is...