I am trying to loop through a certain field and get a dr. number out. This is an hl7 message and this field can repeat any number of times or none.
foreach Dr $OBRDrList {
set DrNumber [lindex [split $Dr $subSep] 0]
lappend DrCCList $DrNumber
echo DrCCList: $DrCCList
}
set value3...
i have been fiddling with the clock command with no luck. i am trying to format the date 201001111357 to 01/11/2010 1:57 PM. Any help would be appreciated.
Thanks
I am new to this and am maybe wanting to try a switch, but not real sure how to do syntax wise. Could someone point me in the right direction. I am taking values from different places in a message and checking them with a table. right now i have 3 values to check, but will eventually have...
I need some help with a string map command. I am trying to replace special characters with a {}. For example if the number was 12456-21 i want 1245621, 1245a47 to 124547. I can get the special characters out, but how do i set it up to get rid of the letters. I have tried A-Z, a-z, A-z, chars...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.