LeeAnne Kardas

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 15 total)
  • Author
    Replies
  • LeeAnne Kardas
    Participant

      I am just starting to develop adt interface to RevRunner.  Please let me know what your resolution to this connectivity issue.

      Thank you.

      in reply to: 5.6 Upgrade Success #65971
      LeeAnne Kardas
      Participant

        Thank you.

        in reply to: 5.6 Upgrade Success #65967
        LeeAnne Kardas
        Participant

          I am currently migrating from 3.8.0P to 5.5 and would like to know what the nasty little things in 5.5 that won’t be solved anymore with development of interfaces.

          Thanks, Lee Anne Kardas

          in reply to: How do I elminate SMAT File Locks on AIX Cloverleaf 5.4.1 #65130
          LeeAnne Kardas
          Participant

            I was told that the file locks on SMAT is gone on Cloverleaf Version 5.6.  Can anyone who is on Cloverleaf Version 5.6 and AIX confirm this?

            Thank you,

            in reply to: HPUX 11i to AIX unix #62277
            LeeAnne Kardas
            Participant

              I am doing the same thing switching from HP/UX to AIX.  We are currently in the process of doing this.  If you would like you can call me off line at 203-789-5955.

              in reply to: Need help splitting one message into multiple messages #62097
              LeeAnne Kardas
              Participant

                I am taking a A03 and copying it to create a A27 and sending both A03 and A27.  I hope this helps.

                if {[cequal $msgtype A03] && [cequal $pattype E]} {

                            set a03_msg $msg

                            set a27_msg [msgcopy $mh]

                            lappend dispList “CONTINUE $a27_msg”

                            msgset $mh $a27_msg

                            set msg [setField “A27” “$msg” “MSH.8.1”]

                            set msg [setField “A27” “$msg” “EVN.1”]

                            msgset $mh $msg

                            lappend dispList “CONTINUE $mh”

                       } else {

                            msgset $mh $msg

                            lappend dispList “CONTINUE $mh”

                       }

                in reply to: Alert Action using tcl #61776
                LeeAnne Kardas
                Participant

                  srhs_alert_opening is a script that I developed to generate alerts for 1 or more I.P. Addresses and within the Alert Configurator you set it up like this:

                  {VALUE pstat} {SOURCE hemocare_ob_hds_r1} {MODE actual} {WITH -1} {COMP {== opening}} {FOR {nmin 5}} {WINDOW {* * 7-16 * * 1-5}} {HOST {}} {ACTION

                  {{exec {srhs_alert_opening hemocare_ob_hds_r1 10.0.6.105 10.0.6.115}}}}

                  #!/bin/sh

                  #

                  exec tcl “$0” “$@”

                  set curdatetime [clock seconds]

                  set curdate [clock format $curdatetime -format %m/%d/%Y]

                  set curtime [clock format $curdatetime -format %H:%M:%S]

                  set alertflag n

                  foreach element $argv {

                    if {[cequal $alertflag n]} {

                       set threadname $element

                    }

                    if {[cequal $alertflag y]} {

                       set alert “exec hciguimsg -error -message “$threadname:  $curdate $curtime Clinical Application Interface Down. nnPlease Contact the Integ

                  ration Analyst On Call.” -title “DEV – Protocol Error” -bell 360 -display $element:0.0 &”

                       eval $alert

                    }

                    set alertflag y

                  }

                  in reply to: hostserver problems #60796
                  LeeAnne Kardas
                  Participant

                    I had problems with the hostserver when we keep Cloverleaf up and running for a long time, i.e. 4 months or so.  I incorporated into my monthly maintenance process to stop/start the hostserver once a month and since we started doing this we had not had a problem.

                    in reply to: Sodexho TeleTracking App #60692
                    LeeAnne Kardas
                    Participant

                      Bill:

                      I implemented ADT and Orders Interface to Teletracking.  Please call me directly at 203-789-5955 to let you know more details on interfacing with Teletracking.  One important thing with the Teletracking vendor is make sure you do all your analysis and developing and testing of the orders interface before go live due to that they do not have a very good understanding of how an orders interface works with their application.

                      Thanks,

                      in reply to: running a ksh script on an HP Box #60532
                      LeeAnne Kardas
                      Participant

                        This is what I put in my unix script that is run on the cron job within HP/UX environment.

                        # start setsite srhscltb

                        export PATH=$PATH:/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.:/usr/local/bin:/usr/local/scripts:/hci/bin

                        umask 002

                        export FPATH=/hci/kshlib

                        # site srhscltb

                        . $FPATH/setroot

                        . $FPATH/setsite srhscltb

                        HCIROOT=”/hci/root3.8.0P”

                        # site srhscltb

                        eval `/hci/bin/hcisetenv -root ksh $HCIROOT srhscltb`

                        # end setsite

                        in reply to: Running out of semephores #60247
                        LeeAnne Kardas
                        Participant

                          This happen to my test environment.  I brought down all processes and sites then rebooted our HP/UX Unix Server, then brought up all sites and processes.  Try rebooting your HP/UX Unix Server.

                          in reply to: DICOM Interface #59066
                          LeeAnne Kardas
                          Participant

                            I have not got a response to DICOM Interface.  Is there anyone who would like to share how they develop and implement their DICOM Interface and share their code?

                            Thanks,

                            in reply to: disaster recovery temporary license #59067
                            LeeAnne Kardas
                            Participant

                              I had a temporary license key for cloverleaf for a couple of days when testing the disaster recovery process which included our ADT System interfacing with the Cloverleaf that was tested offiste.

                              in reply to: Archives #58305
                              LeeAnne Kardas
                              Participant

                                I am not able to reach the archives either.

                                in reply to: Messages stuck in State 7 in Recovery Database #57446
                                LeeAnne Kardas
                                Participant

                                  Thanks James for your explanation.  I stop/start the process that the inbound thread was in and once I did that the messages changed from state 7 to state 11 and then they were sent to oubound thread and to the receiving system.

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