Open davidmurch opened 1 year ago
Thanks very much @davidmurch for working on this. Two things I think would be good:
@davidmurch and I are working on this project together - Test case will be there sometime today (NZ time) We'll add a new CustomFunctions section to the TECHNIQUES.md - which seems the most appropriate place for a "HOW TO do wild stuff with custom functions"
@davidmurch @stueynz I see you had another commit, please tag when you are ready for a review
@davidmurch @stueynz I see no activity here; do you still want to pursue?
@LisaWellman
Apologies for the delays as we completed our project using hl7v2-fhir-converter. I need to add our docs/examples etc and will update.
Issue logged here https://github.com/LinuxForHealth/hl7v2-fhir-converter/issues/503
I believe this is minimum change needed to add this capability. The implementer needs to create their own Engine extending
HL7MessageEngine
here is an exampleThe role of the custom Engine is just to intercept the
transform
so the new constructor on HL7MessageData can be called.Then when calling the converter supply your Engine.