IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  real time response

    Posted 06/30/09 12:50 PM

    Originally posted by: SystemAdmin


    Hi,

    I have a business request for a real time response. HIPAA transaction 270 request sent, business partner would want to have 271 response right away.

    What would you recommend for my research?

    Thanks.

    Huong
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: real time response

    Posted 06/30/09 12:53 PM

    Originally posted by: SystemAdmin


    I forgot. We are using WINDOW with WTX 8.1

    Thanks.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 3.  Re: real time response

    Posted 07/02/09 12:46 PM

    Originally posted by: repanzer


    From the Socket documentation;

    Conversation support

    When a message is received on a socket connection for an input card or GET function, if an output card or PUT function in the same map specifies the same host and port number, the connection will be reused for the output card. A response message will be sent to the client that sent the request message.
    If you use this method, or, if you successfully implement any method, could you please post how you did it in this thread?
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 4.  Re: real time response

    Posted 06/30/09 03:59 PM

    Originally posted by: repanzer


    I used to to work for a provider, so this may not be as helpful if you're on the payer side...
    I built the both the Medicare/Medicaid eligibity process in WTX.

    What we did was;

    A transaction was push to a map via a message queue where a map would pick it up, format it, then in an output card with one field, do a;

    PUT(SOCKET(package(270)

    The next output card immediately did a "GET(SOCKET()", where it would pick up the 271.

    How Medicaid/Care supported that, I do not know, but it's a start.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange