Question Lionel Woods · Sep 27, 2022 Splitting HL7 message into several I am trying to split a HL7 message (RDE O11) into several messages depending on how many RXC segments there are in the message (Two RXC segments would need to two separate HL7 messages) I have seen a couple of posts regarding this but am struggling with my BP using ObjectScript, the idea is to take the receiving message and split this before passing it onto another BP Here is my code so far #HL7 #InterSystems IRIS 0 2 0 456
Question Lionel Woods · Sep 12, 2022 Replying with a customised HL7 ACK Am trying to create a custom ACK to return to sending system as it does not accept standard 2.3:ACK, want to send the below: #HL7 #HealthShare 1 9 2 450
Question Lionel Woods · Nov 2, 2021 Capturing Date/Time in call I am using the following code to capture the current Date/Time and Date/Time from the previous 15 minutes #HealthShare 0 1 1 168
Question Lionel Woods · Sep 28, 2021 How to change valid Date range to a valid Time range I am trying to convert a valid date range (Previous Day - Current Day) to a valid date/time range (-15 mins from current date/time to current date/time) for a Task to run (Format needs to be YYYY-MM-DD hh:mm:ss) Code being used currently for date range is #Caché 0 4 0 395
Question Lionel Woods · Sep 30, 2020 Extracting XML string with separator embedded in text Trying to extract "x, y", and only the "x" is being extracted because the "," is the separator The ":" is set to extract everything after this "Working Example": xyz, "Not Working Example": "x, y", #Caché #HealthShare 0 7 0 540