go to post Daniel Kutac · May 9, 2016 I personally avoid doing larger modifications in the projection, other than eventually modifying / converting old data format of the (persistent) class in this type of project you describe. Larger changes I tend to leave up to %Installer package as it gives me more control (and more structured way of work via XML). Also, in many cases, when you compile a class, you only want to perform changes only once, not with every compilation.[ But agreed, projections are a great feature, and not many Cache developers appreciate their potential
go to post Daniel Kutac · Feb 29, 2016 Ok, I thing I got it now.I just need to subclass a service and implement OnConstrucRepply() method and compose the pReplyDoc as needed. Dan
go to post Daniel Kutac · Feb 26, 2016 Thank you David,but I have different problem. I admit my HL7v2 knowledge is limited. I have seen several scenarios where Ensemble acts as HL7 router, just accepting message at one end (service) and routing it to another end (operation) and eventually automatically sending ACK back to originator. But this case is different. Client is expecting immediate response - the ADR^A19 message. So I now have multiple ways of constructing response, but how do I actually return it back to the caller? Dan
go to post Daniel Kutac · Feb 26, 2016 Well, there is no file available, just data that sits inside Ensmeble as Ensemble is also clinical system -> source of data, so it's not just a router in bvetween two systems.