Kirby Knight

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 37 total)
  • Author
    Replies
  • in reply to: Removing Spaces 2 #78446
    Kirby Knight
    Participant

      Hello Mike,

      What have written so far and what has the issue been?

      in reply to: Pause the processing of a flat file #76878
      Kirby Knight
      Participant

        Thanks Jim,  that worked as expected.

        in reply to: HIE add-on – anyone doing this? #73044
        Kirby Knight
        Participant

          Hello Jim,

          Did you end up deploying the HIE add-on?  If so what are your thoughts?

          in reply to: Lawson to Epic materials management #73809
          Kirby Knight
          Participant

            Glad to help 😀 , let me know if you have any questions.

            in reply to: Lawson to Epic materials management #73807
            Kirby Knight
            Participant

              Jennifer,

              Is a mapping from the Lawson flat file to the MFN^M16 message format.  While every interface and system implementation is different, this does provide a good starting point.

              I will dig up the file I have and email it to you.

              in reply to: trimming a number #75191
              Kirby Knight
              Participant

                ah ha!

                Thanks Charlie,

                Much cleaner and more precise.

                in reply to: trimming a number #75189
                Kirby Knight
                Participant

                  Ok Charlie,

                  Can you explain to me what you are doing here?

                  It appears you are only letting numbers pass through by using d.  Is it the ^ thats the key?

                  set xlateOutVals

                    } [lindex $xlateInVals 0] {}]]

                    in reply to: trimming a number #75187
                    Kirby Knight
                    Participant

                      So this is what I have now.

                      regsub -all — {[A-Za-zs]} [lindex $xlateInVals 0] {} tmp; set xlateOutVals

                      in reply to: trimming a number #75185
                      Kirby Knight
                      Participant

                        I think I got it.

                        regsub -all {[A-Za-zs]} $xlateInVals “” xlateOutVals

                        in reply to: trimming a number #75184
                        Kirby Knight
                        Participant

                          What is the best way in a translate pre proc to pass only the number along.

                          input value: Kirby12345

                          output value: 12345

                          in reply to: File Change alert for alerting when a file is not updated #75572
                          Kirby Knight
                          Participant

                            Hello Kalpesh!

                            Can you add a screen shot of your current configuration?

                            Just so I am clear, the logic is

                             IF a file has not changed in any 24 hour period you want to throw an alert

                            in reply to: Logic to change segments based on text in report #74496
                            Kirby Knight
                            Participant

                              Thanks Jim,

                              The & in &GDT is not a sub component separator and I do not have a CONTAINS option in string comparison.

                              I have it working, check my logic please.  Is there a better way I should set this up?

                                Created the following variables

                                  for OBX_3 with a default value of &GDT

                                  @conclusion=CONCLUSION:

                               

                                Within the iteration

                                     Created a variable to capture the value of OBX_5  = @OBX5

                                     Copied @OBX3 to OBX_3

                                     Created an if statement =   @OBX5 eq @conclusion

                                           sets @OBX3=&IMP

                              in reply to: Logic to change segments based on text in report #74494
                              Kirby Knight
                              Participant

                                OBX|1|TX|&GDT||Sample result indicating a line of FINDINGS text.||||||

                                OBX|2|TX|&GDT||This OBX indicates a 2nd line of FINDINGS text.||||||

                                OBX|3|TX|&IMP||Sample result indicating the CONCLUSION text.||||||

                                OBX|4|TX|&IMP||More sample result indicating the text.||||||

                                OBX|5|TX|&IMP||Still More sample result indicating the text.||||||

                                So my question is, would the best solution be to put an IF condition with in the OBX iteration that looks for the appearance of the word CONCLUSION?

                                Have you done something like this before?

                                in reply to: Epic to SMS ADT #74425
                                Kirby Knight
                                Participant

                                  We can resend the same message multiple times without issue.  When we restart the outbound thread, than try to send a message, the interface sends a bunch of small messages that make no sense.

                                  To fix this we have to adjust the sequence number in Invision (SMS) and restart the interface.

                                  in reply to: Epic to SMS ADT #74424
                                  Kirby Knight
                                  Participant

                                    We have been able to get messages to post to Invision.  It seems as if the first message works and than subsequent messages get jumbled up.

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