Question Mathew Burt · Jul 13, 2020 Identifying HL7 Segment Schema Path? If you're viewing a HL7 message in the front end, with a schema correctly applied, you can mouse over a segment or a field and see the schema path, e.g: Mousing over PV1 in the above message shows the schema path is "PIDgrp(1).PV1". I'm writing a utility function which you pass an EnsLib.HL7.Message into. I'd like to loop through each segment and take action dependant on that schema path. How can I reference or determine that schema path in code? #HL7 #Ensemble 0 2 0 713
Question Mathew Burt · Jun 4, 2019 Ens.Util.IO.Log - Querying %RegisteredObject ID via SQL? I'm running SQL reports on some HL7 messages and need to report the raw content of both the outbound message and the ACK response. #SQL #HealthShare 0 1 0 355
Question Mathew Burt · Oct 19, 2016 LDAP Adapter - Credentials? I'm writing an operation to use the LDAP Outbound Adapter to query AD. The operation's settings include a basic Credentials selector, to allow you to use the built in Credentials function of Ensemble. This can be referenced in the operation with ..Adapter.Credentials #Beginner #LDAP #Ensemble 1 6 0 767
Question Mathew Burt · Oct 6, 2016 %XML.TextReader - Looping Through Elements? I have an operation which calls an external web service, returning a long XML string.Passing the string into Excel creates a table like this: #Beginner #XML #Ensemble 0 1 0 878