Cullen Linn

Forum Replies Created

Viewing 7 replies – 1 through 7 (of 7 total)
  • Author
    Replies
  • in reply to: SMAT history date stamp format changed in 19.1 #115328
    Cullen Linn
    Participant

      We have more than one tool that relies on the formatting of the files. While we queue the updates to those for the new format, we’ve had to add a temporary recurring routine that goes through and parses each SMAT file name and creates a symlink to it in the same folder but using the old / previous file name format.

      Ideally we’d be able to just supply our desired suffix pattern to Cloverleaf and that would be used when the files are created rather than the suffixes just changing on new Cloverleaf versions. For example, if we could just provide somewhere in the Cloverleaf config that we want a suffix of format <smat base name>_${process}_${site}_%{CCYYMMDDHHMMSS} then Cloverleaf would produce the files named as somethread_myprocess_mysite_20200206064121.smatdb.

      in reply to: SMAT history date stamp format changed in 19.1 #115269
      Cullen Linn
      Participant

        We have the same issue / concern. Any news from anyone on this?

        in reply to: When to change OS? #76393
        Cullen Linn
        Participant

          We are in identical release and platform situations as Josh, so I’d be interested to know if there is, in fact, a good reason or suggested circumstances to be switching.

          in reply to: odbc question #75495
          Cullen Linn
          Participant

            I’m not familiar with any SQL commands for that application, however if you wanted to manually check from a terminal / command prompt during the ODBC connection initiation or after it’s established you could use:

            For windows, you can run the following from the server:

            Code:


            netstat -ano

            That will display all IPs, ports and owning processes for everything on the box, then you can connect the dots with your Cloverleaf processes.

            If you’re running Linux:

            Code:


            netstat -anp

            in reply to: HL7 Variant Print Out #75438
            Cullen Linn
            Participant

              I use a PHP script to create an html file. Not super straight-forward, but maybe it will help.

              I’ve attached the script. To run it, you do:

              % php displayVariantHTML.php /path/to/variant >output.html

              For example,

              % php displayVariantHTML C:quovadxqdx5.7integratorformatshl72.3.1 > output.html

              I’ve only used it on cloverleaf 5.7 on Windows, but it usually does the trick on Linux as well. Feel free to hit me back if you run into problems. (I had to rename the extension to .txt to upload it – just change it back after you download it).

              in reply to: SOLVED: Testing Tool and XLT Configurator Disagree … #75413
              Cullen Linn
              Participant

                Wow…after banging my head against this for awhile, leaving it, hoping for a forum answer…realized it was a silly oversight and that I had accidentally overwritten my test ORU message with an ORM…wow…

                Thanks anway! 🙂

                in reply to: External TCL Editor #75313
                Cullen Linn
                Participant

                  Mohammed,

                  When you set the external editor, make sure and add the “@F” after the editor path. In your example, you would want to use “notepad++ @F”. The @F causes Cloverleaf to pass in the file path to your editor.

                  Cheers,

                  Cullen

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