Re: We are using McKesson’s implementation of Cloverleaf

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Issue with resend_ob_msg Re: We are using McKesson’s implementation of Cloverleaf

#72631
Mike Keys
Participant

    Robert,

    We have what is called Pathways Interface Manger, which is McKesson’s tweaked version of Cloverleaf. They have tweaked some of the tcl’s or added some that aid development with the McKesson environment.

    The recover_33.tcl is actually called recover_33_mck.tclin this implementation. It is placed at the global level and contains the validate_hl7ack procedure. I do not have a validate_reply proc with this implementation.

    If I ‘vi’ the recover_33_mck.tcl proc I can see in the validate_hl7ack section that there is a resend count that I could adjust. Right now, this is set to three resends upon receiving an AR or CR. However, if I change this it will affect all of my outbounds using the validate_hl7ack proc.