Forum Replies Created
-
AuthorReplies
-
Jim helped me out on multiple occasions. He’s truly amazing to work with!
you could write the raw messages to file and then create a separate thread to pick up any files over 60 seconds old…
We just use “file tail”
set driverCtl [msgmetaget $mh DRIVERCTL]
set ibFileName [keylget driverCtl FILENAME]
set filename [file tail $ibFileName]- This reply was modified 2 years, 9 months ago by Boris Perov.
if {***} {
set mykill TURE
} elseif {XYZ} {
set mykill TURE
}Ha! forgot to copy and paste the clock scan command… Looks like Tipu gave you the more “complete” answer. Thanks 😉
set myDate [lindex $xlateInVals 0]
set xlateOutVals [clock format $myDate -format “%m/%d/%Y”]
January 8, 2021 at 2:25 pm in reply to: Translation Configurator assistance for beginner – ITERATE Basis #118348Hi William,
OBX segments are usually part of a group, so you may need to do a group iterate. Otherwise a simple segment iterate will do.
If you check the screen capture I attached, the group or segment that allows iteration will have the option to include the Basis highlighted. Otherwise it would be grayed out.
Feel free to reach out if you would like to have a quick zoom meeting.
Good luck,
Boris
boris.perov@syapse.comAttachments:
You must be logged in to view attached files.Sorry, just saw this. Both common_order and ordering_provider are arrays set to tuple Element Mode.
Attachments:
You must be logged in to view attached files.Hi David,
You need to use the field/segment/group iteration variable or a counter of some sort to specify where to copy the data… Similar to HL7 iterations… Could also be the JSON format.
Let me know if you need additional help,
Boris
boris.perov@syapse.comAttachments:
You must be logged in to view attached files.We installed AWS CLI on our CentOS 7 server.
<code>yum install -y awscli</code>we then call it from a Tcl script…
<code>exec aws s3 cp test.txt s3://bucket-name/directory/</code>Feel free to reach out if you have any questions…
I’m with Keith, looks like an embedded new line character. I’d get on a call with someone on the sending side, kick the interface into enable_all, and have them resend. Then check the log file for the hex dump.
April 23, 2020 at 12:00 pm in reply to: 19.1.1 Portable Client is not launching on MacOS 10.15.4 #116510Hi Rob,
Ticket posted…
Thank you,
BorisHi Sue,
Here’s a simple proc that should do it.
Kumar,
Can you post the whole message?
June 26, 2013 at 3:17 pm in reply to: Translation failing due to incorrectly ordered segments #78721I would go ahead and make the EVN segment “optional” for each ADT message type you’re likely to see…
-
AuthorReplies