christian ohr

Results 28 comments of christian ohr

This is basically about lifting the MHD specification from 3.2 to 4.0.1. There is a variety of incompatible changes listed [here](https://profiles.ihe.net/ITI/MHD/a_issues.html) and we yet need to find a way to...

There is no detail page for these transactions because there is no IPF component for it. The links are generated by the loop that assembles the table.

Thank you. I'm currently working on #304 and I will include your proposal to configure the domain validation, too (next to some other things).

Specifically: * extended operation for PIXm appears twice * duplicated author parameters for DocumentManifest/Reference * search parameter descriptions?

You need to define a HL7Codec for Mina, so that it knows how to unwrap the message. It can be added to the context.xml file: ```xml ... ``` The URI...

Note quite. It allows one or two digits at the beginning. Which is a bit lax, as OIDs may only start with 0, 1 or 2.

For IPF 3 the gmavenplus plugin is used to generate the stubs. But the javadocs of the Groovy files are lost while doing so.

There is no page written for this transaction yet

Which version of HAPI are you using? This has been fixed back in 2014 and was released with HAPI HL7 2.3. see https://sourceforge.net/p/hl7api/bugs/223/

When I execute this code, the service starts up. ```java public static void main(String... args) throws Exception { ValidationContext validationCtx = ValidationContextFactory.noValidation(); HapiContext context = new DefaultHapiContext(validationCtx); HL7Service service =...