Question Graham Uricchio · Mar 13, 2019 Best practice for picking up and moving a file that has a file spec of yesterday's date? I am using EnsLib.RecordMap.Operation.FileOperation to write a daily file with the name %Y%m%d.txt so that every day I will have one file as that day's date and a .txt extension. What I want to do is every morning around 1am or so, use EnsLib.RecordMap.Service.BatchFileService to pick up that recently completed file. Can you use operands in the File Spec field? I am assuming that %Y%m%d-1.txt will not work.Thanks in advance. #Ensemble 0 3 0 465
Question Graham Uricchio · Mar 11, 2019 Creating multiple Record Map Records from a single HL7 message So I have an interesting problem. I am going to be using a process and rule to determine if an HL7 message qualifies to be sent out, then using a record map to write certain aspects of that HL7 message to disk (with an HL7 to record map DTL). This is simple enough but the recipient of this file is requiring a single record map entry per DG1 segment in the HL7 message.For instance if said HL7 message for PATIENT^TEST has 3 DG1 segments, I would need to write three lines (or records) like so:123^^^^MR|TEST|PATIENT|DG1(1) TEXT|DG1(1) CODE|DG1(1) DATE #HL7 #Ensemble 0 8 1 1.1K
Question Graham Uricchio · Apr 4, 2017 Why does my DTL test tool work perfectly but my DTL only half works when used by the process? I created a DTL to do HL7 mapping. The test function in the tools works the DTL perfectly but when used by the rule in my business process, the OBX segments are stripped and the MRN is gone. The assigning authority and ID type are added into the PID but the actual patient MRN is blank (3.1 value).Here is the source code. #Business Process (BPL) #Business Rules #DTL #Mapping #Ensemble 0 8 0 765