Rob Parnell

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 17 total)
  • Author
    Replies
  • Rob Parnell
    Participant

      Thanks for your suggestions, firewall is disabled and tried the client.ini but still same problem.  Anitivirus is the same for all computers in hospital so dont think that would be the problem but I will try and disable it

      Rob Parnell
      Participant

        This used to work before, I do have that in the client option.

        in reply to: Cloverleaf 6.0 Documentation #77749
        Rob Parnell
        Participant

          Any update on 6.0 Documentation being posted

          in reply to: csv deliminated file to HL7 and quotes #78139
          Rob Parnell
          Participant

            Here is the code that I have been testing with.  It searches the string for double or single quotes and sees if they are odd.  If they are odd then it appends a single or double quote at the end of the message.  The source file is tab delimited, I still have an issue with the modified message

            keylget args MSGID mh

            set msg [msgget $mh]

            set message [split $msg r]

            set double [regsub -all ” $message {} ignore]

            set single [regsub -all ‘ $message {} ignore]

            if {$double%2} {

                set db 1

            }

            if {$single%2} {

                set sin 1

            }

            if {[cequal $db 1] && [cequal $sin 1]} {

            set beg [crange $message 0 end-5]

            set end [crange $message end-4 end]

            set new “$beg$dbl$sing$endr”

            msgset $mh $new

            } elseif {[cequal $db 1] && ![cequal $sin 1]} {

            set beg [crange $message 0 end-5]

            set end [crange $message end-4 end]

            set new “$beg$dbl$endr”

            msgset $mh $new

            } elseif {![cequal $db 1] && [cequal $sin 1]} {

            set beg [crange $message 0 end-5]

            set end [crange $message end-4 end]

            set new “$beg$sing$endr”

             msgset $mh $new

            } else {

            }

                    lappend dispList “CONTINUE $mh”

            in reply to: How to create a CSR file for SSL connection on Red Hat #74320
            Rob Parnell
            Participant

              Yes I am trying to create a TCP thread in Cloverleaf.  So the first bottle neck I am having is how do I create the CSR file.  We are on Red Hat 5.3.

              The plan is to have both side have a signed certificate from Versign or godaddy.

              The next problem will be configuring Cloverleaf

              in reply to: Changing formats on ORM messages #69284
              Rob Parnell
              Participant

                It might help to run it through your testing tool with just the variant and see how it is displaying and play with it before you get to the translation

                in reply to: removing a sub -subfield #69296
                Rob Parnell
                Participant

                  The tilde is actually a repeating field identifier not a sub field delimiter.  You can set the field to not repeat in the variant

                  in reply to: results messages into seperate folders by family doc #67609
                  Rob Parnell
                  Participant

                    OK the file command worked perfect.  

                    Thanks for the help

                    in reply to: iterate over multiple OBX segments #67693
                    Rob Parnell
                    Participant

                      You should only have the iterate at the group level not at the segment level as well

                      in reply to: results messages into seperate folders by family doc #67606
                      Rob Parnell
                      Participant

                        Is there a way to validate that the folder is created and if not create the folder

                        in reply to: Clock Command #60395
                        Rob Parnell
                        Participant

                          Charlie,

                          Can you explain why this command did not work for the hour of 00 but works for every other time.

                          in reply to: Clock Command #60392
                          Rob Parnell
                          Participant

                            It works fine if I change the hour to 01 intead of 00

                            in reply to: Clock Command #60390
                            Rob Parnell
                            Participant

                              Why will this time not work with clock scan

                              20080816005200

                              in reply to: Cloverleaf teaching tools #62253
                              Rob Parnell
                              Participant

                                There is a little program called TclTutor that could help you with learning TCL

                                in reply to: new member seeks guidance! #60056
                                Rob Parnell
                                Participant

                                  I suggest you buy the book Practical Programming in TCL and TK by Brent Welch.  This book is great for learning TCL and a good resource

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