Joe Grathoff

Forum Replies Created

Viewing 4 replies – 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: Collect IP and Port (date and time) of a Connection #112484
    Joe Grathoff
    Participant

      Since you’re doing an engineering request, it would be nice to see IP/Port in the netmonitor maybe under thread status.

      Joe Grathoff
      Participant

        V5.8.   Incase someone has a problem related to the testing tool not responding and you’re using HL7 V2 message with Base64 embedded PDF, it can make the Testing tool not respond.  I removed the last segment containing Base64 and then ran the testing tool from the command line by copying the command to issue.

        in reply to: Alert Time Window Ignored #83114
        Joe Grathoff
        Participant

          Thanks Russ!

          So the faulty logic is by having the alert always test true, it triggers unlimited repeats, even past the time range window.

          I deactivated the repeats and changed it from a time range to specific event times.  Let’s see how that works.

          Joe Grathoff
          Participant

            Adapted this to an Xlate TCL Fragment to calculate whole years of age.  Thanks for Posts.

            regsub — {(d{8})(d*)} $xlateInVals {1 2} dob

            set age_years [expr ([clock seconds]/(24*60*60)-[clock scan $dob]/(24*60*60))/365.25]

            set xlateOutVals [expr {int($age_years)}]

            echo Patient age is $xlateOutVals years.

          Viewing 4 replies – 1 through 4 (of 4 total)