SMAT w/CL 6.2

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf SMAT w/CL 6.2

  • Creator
    Topic
  • #55485
    Mark Brown
    Participant

      Am I missing something?  I installed CL6.2 on our test engine and it all went smooth. Well, until I tried to use SMAT.  Am I missing something?  The msg and idx files are missing.  Are they gone now?  

      I don’t see any way in the SMAT database of just including A01 messages in the view, for example. I’ve tried looking through the help files, but haven’t found anything particularly useful to me.

      Am I doing something wrong?

    Viewing 3 reply threads
    • Author
      Replies
      • #85517
        Keith McLeod
        Participant

          You don’t have the ability to select your ADT SMATDB’s and then with content set to HL7, type msh. and select MSH.9 which will put an equal sign. Add your regular expression ADT^A01 so it looks like

          MSH.MessageType[MSH.9]=ADT^A01

          See attached. Don’t forget to select content vs metadata to view the message.

        • #85518
          Elisha Gould
          Participant

            It defaults to a encrypted sqlite file.

            To change back to a .msg/.idx smat file update siteInfo in the site with:

            smatencrypted=0

            smatdriver=file

            Unfortunately you cannot just update the siteInfo file in $HCIROOT/siteProto

            for some reason the hcisiteinit ignores these parameters.

            There’s also the below if you don’t wan’t every log line to be prefixed with a tag:

            TclLogAlignmentDisabled=1

          • #85519
            Rob Abbott
            Keymaster

              Migrated / hcirootcopy’d sites will retain old settings.

              New sites with hcisiteinit default to smatdb/encrypted.  These settings can be changed with the following arguments to hcisiteinit:

              Code:

                -E = SMAT is encrypted if 1 Or not when 0.
                -D = The driver type used to read/write SMAT.
                            Acceptable value is file or sqlite.

              They can also be changed after the fact via the IDE in Options->Site Options (or by editing siteInfo as Elisha suggests).

              We suggest that you use smat database vs file, as the performance is much better, you have the HL7 search, ability to search across multiple databases, etc.  The smat DB is also the go-forward platform for new features.  File will remain as-is.

              Rob Abbott
              Cloverleaf Emeritus

            • #85520
              Mark Brown
              Participant

                Thanks for the replies.  I need to digest that.  But I have a related question. I’ve looked in the documentation, but I don’t see anything.

                On our current production system (Windows, CL 6.0) we use vbscripts to do a lot of maintenance chores. Some of these things, like cycle saving no longer work with CL6.2.  I also tried clicking on “cycle save” (right click on thread, click on control, click on full, click on cycle save) and nothing seemed to happen.

                Is there still such a thing as cycle save?

            Viewing 3 reply threads
            • The forum ‘Cloverleaf’ is closed to new topics and replies.