Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untie IHE business logic from dependency to Camel #123

Closed
ohr opened this issue Aug 11, 2016 · 1 comment
Closed

Untie IHE business logic from dependency to Camel #123

ohr opened this issue Aug 11, 2016 · 1 comment
Assignees
Milestone

Comments

@ohr
Copy link
Member

ohr commented Aug 11, 2016

Although many pure IHE-related aspects of the transactions are unaware of Camel, there are still some things that can be refactored from the ipf-platform-camel-ihe-* modules into ipf-commons-ihe-* , e.g. org.openehealth.ipf.platform.camel.ihe.hl7v2.HL7v2TransactionConfiguration. Also, most singleton-style Camel component configurations, NAKFactories, Validation Profiles etc. merely contribute to a bundle of IHE transaction-specific properties rather than directly configuring Camel components and endpoints. HL7v2 and HL7v3 Fragmentation/Continuation storage can also be moved.

Factor out these configuration classes and establish sort of a "IPF IHE registry" where all transaction-specific configuration, validation profiles etc. are collected.

It would be nice to be able to provide some IHE functionality using non-Camel environments (e.g. using Vert.x, Spring Integration) in a not-too-far future

@ohr ohr self-assigned this Aug 11, 2016
@jkiddo
Copy link

jkiddo commented Aug 11, 2016

Have a look at https://github.com/jkiddo/hapi-v2-conformance-validation

It provides IHE validation as IHE does it themselves + a semi-REST interface and it is independant of Camel

ohr added a commit that referenced this issue Aug 11, 2016
…HE transaction information in subclasses of InteractionId
ohr added a commit that referenced this issue Sep 16, 2016
…h the Camel exchange

#115: some more boot autoconfig, remove Spring Cloud dependencies
upgraded to FHIR HAPI 2.0
@ohr ohr added this to the IPF 3.2 milestone Oct 28, 2016
@ohr ohr closed this as completed Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants