Matt Estrella

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 15 total)
  • Author
    Replies
  • in reply to: Archive script for v5.7 needed #71059
    Matt Estrella
    Participant

      Thanks Gary – however, it appears that the process to save the files is based on file size. I would like to have this scheduled to occur once a day regardless of file size.

      in reply to: Perform a stop and restart of thread after each message #68639
      Matt Estrella
      Participant

        The receiving vendor wants this for flow control on their end. It does not make any sense. At this time, the issue is in their court as to a resolution.

        In the meantime, I will continue to resend every 2 minutes when an ACK is not received.

        in reply to: Perform a stop and restart of thread after each message #68637
        Matt Estrella
        Participant

          They want the socket stopped then started between result messages.

          in reply to: Perform a stop and restart of thread after each message #68633
          Matt Estrella
          Participant

            Would it be possible to use a tcl proc that will stop/start the thread after each message is sent or after each ACK is received?

            in reply to: Perform a stop and restart of thread after each message #68631
            Matt Estrella
            Participant

              I apologized – I am using version 5.3 running on Windows 2003.

              in reply to: removing a segment #66181
              Matt Estrella
              Participant

                I tried this with removing blank NTE’s and it seems to work:

                regsub -all — {NTE|d*?||r+} $msg {} msg

                Thanks for the input !

                in reply to: removing a segment #66179
                Matt Estrella
                Participant

                  Here is an example:

                  NTE|4||

                  The ‘4’ could be any number, which may get tricky. I want to be able to only removed the blank NTE’s as shown above and allow the NTE’s with data to continue.

                  in reply to: removing a segment #66177
                  Matt Estrella
                  Participant

                    Quick question – Would it be possible to create a condition to only remove the segment if the contents of the segment are empty?

                    in reply to: Disaster Recovery #62870
                    Matt Estrella
                    Participant

                      Great topic – quick question:

                      What specific files/directories should be backed up?

                      in reply to: MAS RALS Plus and ADT #61933
                      Matt Estrella
                      Participant

                        With our HIS – we have an account number, for financial purposes, and a MRN number, which identifies the patient. The problem I am seeing is that our ADT is account number driven, and RALS will accept and apply the ADT to the MRN, ignoring the account number. This leads to ADT transactions updating a MRN rather than an account, which is not what we want to occur. We have scenarios where multiple account numbers for the same person (i.e. the same MRN) will exist concurrently within RALS. Any suggestions?

                        in reply to: Db_Vista database eror -921 #61295
                        Matt Estrella
                        Participant

                          Thank you Gary for your response. I actually resolved the issue over the weekend. I found that I had a ‘vista.taf’ file in the root of the site directory. The cleanup instructions stated to remove the vista.taf file from the execdatabases directory, not mentioning that it may be present in other areas. Once I removed all occurrences of the vista.taf file, I was back in business. I still had the error with 2 processes, so I created new ones.

                          Matt Estrella
                          Participant

                            Bryan,

                            Thanks ! It works fantastic. I made a few modifications so that the message will continue regardless of type.

                            in reply to: Stupid Question #60000
                            Matt Estrella
                            Participant

                              Hello Gary,

                              Look for an IF statement or other condition within the tcl procedure where dipList is evaluated. Here’s an example:

                              if [cequal $filter “ER”] {

                                            lappend dispList “CONTINUE $mh”

                                         } else {

                                            lappend dispList “KILL $mh”

                                         }

                              Hope this helps.

                              in reply to: command line syntax help needed #59276
                              Matt Estrella
                              Participant

                                The double quotes did the trick, although I thought I tried that before posting.  I must have added or removed an extra space.

                                Thanks,

                                Matt

                                in reply to: cycle save process needed for Win 2003 #59071
                                Matt Estrella
                                Participant

                                  Thank you, Dirk (Danke sch

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