creative message homicide

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf creative message homicide

  • Creator
    Topic
  • #49766
    Kathy Riggle
    Participant

      I have a dietary system who wants to receive allergies from the HIS. They want food allergies, of course, but they also want some drug allergies. They also want their own codes, not the HIS codes.

      I have a table in the Xlate to convert the codes.

      These are A60 messages, and the IAM segment can repeat. Is there a way to build a Tcl in the route that would iterate through all of the allergy segments and kill the message if there are no allergies in the message in which the dietary system is interested?

      As it is, if a message comes thru that has no diet related allergies, it’s coming out of the Xlate either with a blank IAM segment, or none (depending whether I make it required on the outbound segment.) The dietary vendor doesn’t want the message at all, if there are no appropriate allergies.

      Thanks, Kathy

    Viewing 2 reply threads
    • Author
      Replies
      • #63494
        Chris Williams
        Participant

          One way you could handle this in the xlate:

          1. Before the iterate where you do your table lookups, create a temp variable and initialize it to 0.

          2. Each time you get a hit from the table, set the variable to 1.

          3. When you’re done with all of the table lookups, if the variable is still 0, suppress the message.

        • #63495
          John Mercogliano
          Participant

            If you set the IAM segment as not required you can then use string first commnad in an outbound tps to see if the IAM segment exists in the message.  If it does send it on otherwise kill it.

            John Mercogliano
            Sentara Healthcare
            Hampton Roads, VA

          • #63496
            Paul Johnston
            Participant

              Hi Kathy ,

              We may also be sending A60 messages to our dietary system.

              I curious to know what Dietary system you are using and what HIS system you are sending the A60 messages from .  ?

              And What kind of codes are you converting in your Table. ?

              Thanks for your attention.

          Viewing 2 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.