Alex Puzikov

Forum Replies Created

Viewing 13 replies – 1 through 13 (of 13 total)
  • Author
    Replies
  • in reply to: Originating Thread name availability in Xlate #79193
    Alex Puzikov
    Participant

      Thank you Charlie.

      I had to modify your code a little to work as xltp fragment

      so I am re-posting it for other people benefit.

      Code:


      { { OP COPY }
         { ERR 0 }
         { PRE {
             set srcThd [xpmmetaget $xlateId ORIGSOURCECONN]
             set xlateOutVals [list $srcThd]
         }}
         { IN @null }
         { OUT @originatingSystem }
      }

      in reply to: Reset Failed Count #78563
      Alex Puzikov
      Participant

        Danny,

        On your test server open command prompt and type:

        netstat -an

        then look for line like this

        TCP    [::]:23               [::]:0                 LISTENING

        If you can’t find it – telnet service is not running

        in reply to: message forwarding using the DESTCONN #76046
        Alex Puzikov
        Participant

          Hi Kevin.

          We are currently supporting multiple Cerner Millennium domains and multiple epic environments in our cloverleaf test.

          In our case patient data originates from Epic and goes to Cerner and charges coding etc. – coming back from Cerner Millennium to Epic.

          We made a decisions to route patients to Cerner specific domain by first letter of their first name (Bob goes to Build, Tom goes to Test).

          We also made a dessision on Epic side to have different ranges for MRNs and ACCOUNT Numbers so Epic Test would have MRN range of 600000, Dev range of 700000, etc.

          SO messages that come back from Multiple destinations will be routed back to Epic by MRN ranges.

          To manage that and preserve similarity between Cloverleaf Production and test we created additional routing site and pointed our test site to that site.

          We also modified our inbound threads to become a MultiServer  (accepting connections from more than one system).

          All destination routing done in the routing site (by simple trix_id script) and does not affect any work that done in the Cloverleaf.

          The only side effect (positive or negative you decide)  is that any changes that done in Cloverleaf Test immediately affect all downstream systems regardless of domain.  

          I hope this helps.

          Alex

          in reply to: Error database question #75387
          Alex Puzikov
          Participant

            I do even easier. I add /dev/null (on UNIX) as a file to write data into

            Code:


            % hcidbdump -e -U ap /dev/null

            Processed 214 messages.

            Done.
            %

            Count that you see is you actual count – no need to calculate anything  ðŸ™‚

            in reply to: command line smat reader for cis 5.8 #73233
            Alex Puzikov
            Participant

              Thank you for your help.

              in reply to: CloverLeaf 5.8.1 on Unix – Solaris #73238
              Alex Puzikov
              Participant

                our test system Sun-Fire-V440

                our production   Sun-Fire-V445

                we are currently running 5.5 in prod and just started our work on 5.8 in test

                in reply to: numbers in thread and host names #73211
                Alex Puzikov
                Participant

                  Hi Dave

                  Issue with hostnames starting with digit was reported by our site to Quivadx approximately 6 years ago. There was no resolution on their end.

                  There is two approaches you can take depending on your system configuration. Both involve either system or network admin help.

                  1. if you use either /etc/hosts or  C:WINDOWSsystem32drivershosts file

                  you can add alias after name of the system and use that alias in your configurations.

                  See Example:

                  192.168.1.20 3Msystem my3Msystem

                  2. if your organization using dynamic name resolution  then you need to ask network admin to add CNAME like my3Msystem  to your 3Msystem and then use that CNAME in your configurations.

                  Regards.

                  in reply to: Seeking Clovertech ideas! #66909
                  Alex Puzikov
                  Participant

                    I would suggest to implement code management and site migration tools.

                    I can’t believe that we still have to do everything manually.

                    This would include:

                  • 1. Ability to compare and store code in repository and real version control.

                  • Comparing
                    Xlates, TCLs, Variants
                    and Netconfigs with details, not just  

                    “first  NetConfig thread fr_hl7_raw data routing trxid ‘ADT_A08’ has 3 details; second NetConfig has 2”.

                  • 2. Export and import of the specific threads and processes with related xlates tclprocs and variants.

                    3. Keeping searchable log of changes that was made for audit purposes.

                    I also recommend to create two separate lists for web site improvements versus product improvements.

                  in reply to: regular expression issue w/ TCL #71138
                  Alex Puzikov
                  Participant

                    I think that it should be this way

                    regexp {^[d]{12}} $obx14

                    carrot inside square brases states anything but 12 digits

                    tcl>set obx14 12345678901a12

                    12345678901a12

                    tcl>regexp {^[d]{12}} $obx14

                    0

                    tcl>set obx14 a1234567890123

                    a1234567890123

                    tcl>!re

                    regexp {^[d]{12}} $obx14

                    0

                    tcl>set obx14 1234567890123asc

                    1234567890123asc

                    tcl>!re

                    regexp {^[d]{12}} $obx14

                    1

                    Regards,

                    Alex

                    in reply to: Creating a new HL7 subcomponent #60258
                    Alex Puzikov
                    Participant

                      Randy.

                      The issue can be a field type.

                      As default pid-10 defined as a “Code Value (IS)” if you will define it as “Coded Element (CE)” and allow appropriate lenght everything will get fixed

                      I hope that this will help.

                      in reply to: Another suggestion #56228
                      Alex Puzikov
                      Participant

                        It seems that html formating still having a problem.

                        Every day at random times I receive partially formated digests.

                        Can some one in Quovadx look at this problem.

                        Thanks.

                        in reply to: Rev upgrades/ Bug list #56004
                        Alex Puzikov
                        Participant

                          Rick.

                          I understand need for security.

                          What I ment is that It would be nise to see if new Rev/Patch/Release available w/o going on ftp or calling support.

                          Also it would be a good idea to show the most current Rev.

                          Example:

                             OS              Version    Revision    Avialability

                          ========|=======|=======|=========|

                          Solaris  8,9       3.81P       Rev6      12/01/2005

                          ========|=======|=======|=========|

                          Thanks

                          in reply to: Digests #55915
                          Alex Puzikov
                          Participant

                            Brian Goad wrote:

                            Actually Rick my Digest are currently set to HTML (and have always been, as I have not changed any options since configuring) and I recieve both a text version and an HTML version.

                            I agree with Brian.

                            I have same setup HTML – ONLY but periodicaly recieve a partial html formated message.

                            here it’s header – I hope this helps.

                            Code:



                            Microsoft Mail Internet Headers Version 2.0
                            Received: from chexsmtp2.CHBOSTON.ORG ([10.1.102.167]) by chexv1.chboston.org with Microsoft SMTPSVC(6.0.3790.211);
                            Mon, 14 Mar 2005 21:15:28 -0500
                            Received: from TUMMMS1.CHBOSTON.ORG ([10.1.102.144]) by chexsmtp2.CHBOSTON.ORG with Microsoft SMTPSVC(6.0.3790.211);
                            Mon, 14 Mar 2005 21:15:27 -0500
                            Received: from 134.174.20.63 by TUMMMS1.CHBOSTON.ORG with ESMTP (MMS
                            SMTP Relay (MMS v5.6.2)); Mon, 14 Mar 2005 21:15:08 -0500
                            X-Server-Uuid: 8467E0AF-3949-415A-8709-3683A41709D9
                            Received: from bashie.quovadx.com (unknown [198.68.51.5]) by
                            mail1.childrenshospital.org (Postfix) with ESMTP id 44CB9FFFD for
                            ; Mon, 14 Mar 2005 21:10:30 -0500 (
                            EST)
                            Received: by bashie.quovadx.com with Internet Mail Service (5.5.2657.72)
                            id ; Mon, 14 Mar 2005 19:48:56 -0600
                            Received: from 10.40.10.4 (198.68.51.21 [198.68.51.21]) by
                            dfwmail.quovadx.com with SMTP (Microsoft Exchange Internet Mail Service
                            Version 5.5.2657.72) id FWPP6Q97; Mon, 14 Mar 2005 20:17:08 -0600
                            Message-ID: <98b934bc68f3ad0183718a86e5832950@clovertech.infor.com>
                            From: Cloveradmin
                            To: Alex.Puzikov@childrens.harvard.edu
                            Subject: Clovertech
                            Date: Mon, 14 Mar 2005 21:15:10 -0600
                            MIME-Version: 1.0
                            X-Mailer: Internet Mail Service (5.5.2657.72)
                            X-WSS-ID: 6E289AA61X43586322-01-01
                            Content-Type: text/plain;
                            charset=iso-8859-1
                            Content-Transfer-Encoding: 7bit
                            Return-Path: CloverAdmin@quovadx.com
                            X-OriginalArrivalTime: 15 Mar 2005 02:15:27.0004 (UTC) FILETIME=[DA5CA5C0:01C52904]

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