Brent Fenderson

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 36 total)
  • Author
    Replies
  • in reply to: Connecting to Resting API and doing a PUSH #121951
    Brent Fenderson
    Participant

      Jeff, i boxed our interface for you to use as reference

      Attachments:
      You must be logged in to view attached files.
      in reply to: Connecting to Resting API and doing a PUSH #121940
      Brent Fenderson
      Participant

        Jeff, I attached the script that I wrote for the Angel eye api. Hope this helps. bf

        Attachments:
        You must be logged in to view attached files.
        in reply to: Help with xlateStrTrimLeft/Right #121851
        Brent Fenderson
        Participant

          Try this

          set xlateOutVals [fmtclock [clock scan [string range [lindex $xlateInVals 0] 0 7] -format “%Y%m%d”] “%m%d%Y”]

          in reply to: advice on troubleshooting why hcimonitord restarts #86630
          Brent Fenderson
          Participant

            If you have Global Monitor there’s an option that automatically starts monitor daemons that are down. in System preferences

            in reply to: SmatHistory db resends #86237
            Brent Fenderson
            Participant

              This in a know bug that is fixed in 6.1.3. There is an hcismatdb command that Charlie Bursell has out here that we’ve been using as a workaround. You might try dumping the entire smat to a file. My associate say that that will work. Then you can carve it up with a tcl script.

              in reply to: Linux uudedode "No `begin’ line" #86113
              Brent Fenderson
              Participant

                Sandy I’ve attached the script that we’re using to convert the uuencode to base64. If you turn the debug flag on it’ll write out the pdf file which you can view with adobe. Hope this helps.

                in reply to: Removing DHEC wrapper #85855
                Brent Fenderson
                Participant

                  I’ve done something like that for Hawaii awhile back. I created an xml format then extracted the hl7 message with the following statements.

                   set ghd [grmcreate -msg $mh xml hhsc s$Envelope]

                             set datList [datlist]                       ;# record existing handles

                             set rplyData [datget [grmfetch $ghd {s:Envelope.s:Body.submitSingleMessageResponse.submitSingleMessageResult.#text}] VALUE]

                             if $debug {echo in $module reply is $rplyData}

                  in reply to: PDL-TCPIP thread as printer? #85086
                  Brent Fenderson
                  Participant

                    I’ve configured a network printer on the Linux server, then used a tcl script to do line printing to it.

                    in reply to: import a csv file to a look up table #84740
                    Brent Fenderson
                    Participant

                      With that many rows, you might want to consider using an SQLite table.

                      in reply to: Database Protocol Help #84648
                      Brent Fenderson
                      Participant

                        Yea, I tried it too Sorry to add to the confusion. If you could create a view based on the logic in your stored procedure then it would work. Your other option would be to treat your sp result as an inbound reply(Supported in 6.1.2)

                        in reply to: Database Protocol Help #84644
                        Brent Fenderson
                        Participant

                          Brad, I think you can use Advanced Data Base lookup to call a stored procedure.

                          in reply to: Windows 10 #84357
                          Brent Fenderson
                          Participant

                            Greg, the java errors are resolved in CL 6.1.2

                            in reply to: best way to resend in bulk from smatdb #84190
                            Brent Fenderson
                            Participant

                              There is a fix in 6.1.2 that corrects the smatdb issue you’re having with selecting messages for resend. Also the instant search is a client option in this release so your not running a query on big tables until the search criteria is set.[/code]

                              in reply to: Outbound database to SQLite disallowed gateway issue #84071
                              Brent Fenderson
                              Participant

                                Mike, have you tried creating a script to do the update? Also, have you tried uping the engine output for java and dbi?

                                Brent Fenderson
                                Participant

                                  Traci, This looks like it will work correctly in version 6.1.2.

                                  Feature:  File, Fileset-Local, and Fileset-FTP does not get the last line where there is no trailing newline (13094)

                                  Description:  File, Fileset-Local, and Fileset-FTP do not get the last line where there is no trailing newline.

                                  This issue no longer happens. File, Fileset-Local, and Fileset-FTP now get the last line even if there is no trailing newline.

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