mike brown

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 92 total)
  • Author
    Replies
  • in reply to: hcinetcheck – Validation error on some sites #122582
    mike brown
    Participant

      Update, Issue Resolved,

      Problem was in the last line of $HCIROOT/tclprocs, w/the exception of the newline.

      set auto_index(jtrxidProcess)

        ]

        thanks to all  – closing

        in reply to: hcinetcheck – Validation error on some sites #122581
        mike brown
        Participant

          I also used the following AWK command to find if anything is not closed correctly..

          for brackets, curly braces, parenthesis all returned a value of ‘O’ meaning nothing is out of place. if i did a typo in the commands let me know please.

           

          **** LOOK FOR MISSING Brackets “[ ]” OR Curly Braces “{ }” and PARENTHESIS  “( )” ***

          Curly Braces
          awk ‘BEGIN{o=0} {for(i=1;i<=length($0);i++){c=substr($0,i,1); if(c==”{“)o++; if(c==”}”)o–}} END{print “unmatched opens:”, o}’ \
          /cloverleaf/cis20.1/integrator/vend_trans3/NetConfig

          Brackets
          awk ‘BEGIN{o=0} {for(i=1;i<=length($0);i++){c=substr($0,i,1); if(c==”[“)o++; if(c==”]”)o–}} END{print “unmatched opens:”, o}’ \
          /cloverleaf/cis20.1/integrator/vend_trans3/NetConfig

          Parenthesis

          awk ‘BEGIN{o=0} {for(i=1;i<=length($0);i++){c=substr($0,i,1); if(c==”(“)o++; if(c==”)”)o–}} END{print “unmatched opens:”, o}’ \
          /cloverleaf/cis20.1/integrator/vend_trans3/NetConfig

          in reply to: hcinetcheck – Validation error on some sites #122580
          mike brown
          Participant

            Here something weird from Testing, copied a PROD Netconfig to check it in my TEST Env. and the same error

            occurred, which is none existent in PROD.

            NetConfig Error: EOF encountered before newline while reading list from channel
            Command: hcinetcheck /cloverleaf/cis20.1/integrator/vendgrp_trans6/NetConfig
            Error exists only in our TEST Env..
            in reply to: hcinetcheck – Validation error on some sites #122579
            mike brown
            Participant

              Hello

              Yes, reviewing and loading up the NetConfig to compared and find the problem, I agree with what you mentioned and it is sporadic and seems to only be in our TEST environment

              which is a good thing.

              in reply to: hcinetcheck – Validation error on some sites #122576
              mike brown
              Participant

                Thank you all for your replies,

                this has been going back in time a while, it does not seem to affect messages in or out of CL. and

                it does not appear on all sites, this points to Updates made to NetConfig outside of the GUI.

                researching continues.

                • This reply was modified 3 days, 9 hours ago by mike brown.
                in reply to: Multiple Cloverleaf GUI Windows #121832
                mike brown
                Participant

                  Thank you, Lawrence,

                  So it matters the Network speed (Remotely) you have set up on your Home network and that has a play on the GUI sessions you might want to open up.

                  Mike

                  in reply to: Announcement: Cloverleaf 19.1.3.0 patch availability #119947
                  mike brown
                  Participant

                    Hello, is it possible to get the ticket number that was logged,  we are seeing the same problem in 20.1.2, where we do a Restart on a thread and nothing happens, but in the logs a PSTART is done, but works fine when a Restart is done on the process and Alerts and in tcl.

                     

                    thanks Mike

                    in reply to: Cloverleaf Results to EPIC InterConnect #119035
                    mike brown
                    Participant

                      Hello

                      Can you send me your cloverleaf setup for ACK’s just what TCL proc you may be using for the ACK’s back from Interconnect, I am stumped and cannot figure out why cloverleaf is not receiving them when client is sending the ACKs.

                      I used wireshark to see the ACK’s coming in from the client, but cloverleaf is not receiving them.

                       

                      thanks mike

                       

                      in reply to: Cloverleaf Results to EPIC InterConnect #118887
                      mike brown
                      Participant

                        Thanks for your reply,

                        So you did get the EPIC TS for InterConnect to help for the setup on the client side? The client did adjust the size limit in InterConnect to accept our large PDFs.

                        thanks Mike

                        mike brown
                        Participant

                          I ask the client to make the adjustments and the second issue is the client is not ACKing our messages after adjustments were made. They did receive a message without the PDF.

                          thanks Mike

                          in reply to: JSON FIRE Classes/Education #115126
                          mike brown
                          Participant

                            Hello Everyone I am wondering if there are any JSON and or FHIR classes available or scheduled. What version of cloverleaf and Linux is best to be on for those to work.

                            in reply to: JSON FIRE Classes/Education #115117
                            mike brown
                            Participant

                              Thank you, sorry i misspelled FIRE, I meant FHIR….

                               

                              mike

                              in reply to: Aggregate all Results for One Patient #86659
                              mike brown
                              Participant

                                thank you for the information..

                                in reply to: Aggregate all Results for One Patient #86657
                                mike brown
                                Participant

                                  Great Jeff, not knowing how to even start this process, can we talk about how or can you post here how you are doing it…

                                  that will help a lot..

                                  mike

                                  in reply to: Aggregate all Results for One Patient #86655
                                  mike brown
                                  Participant

                                    Cerner is our source of truth for results, so i am thinking Cerner can do this and send out the data as requested.

                                    Anyone worked on this with them yet? or any other way, these are clinics and they dont care about the delay if there is one on the sending of the data.

                                    mike

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