Mahmoud Ihaddadene

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 26 total)
  • Author
    Replies
  • in reply to: JSON Acknowledgement Script #121599
    Mahmoud Ihaddadene
    Participant

      Hi David,

      I’m looking for a curl tcl script to :

      1 -initiate a POST Token API  jason  Authorization: Bearer token

      2- Add Patient using POST to jason API when i get the Token

      Thanks

      in reply to: JSON Acknowledgement Script #121594
      Mahmoud Ihaddadene
      Participant

        Hi

        I’m developing for a first time an interface to send ADT to Jason API.

        How can i configure my thread to do the following steps:

        1-New Token Path/oauth/token

        Request Method POST Headers

        Content-Type: application/json

        2-Add Patient Path /endpoint/patients/

        Request Method POST

        Headers Content-Type: application/json

        Authorization: Bearer oauth_access_token

        Description Use this method to add eligibility data for a new patient

        3-Update Patient Path /endpoint/patients/id

        Request Method PATCH

        Headers Content-Type: application/json

        Authorization: Bearer oauth_access_token

        Description Use this method to update eligibility data for an existing patient

        Thank you in advance.

        Best Regards,

        Mahmoud

        in reply to: JSON Acknowledgement Script #121579
        Mahmoud Ihaddadene
        Participant

          Hi,

          I’m looking for a tcl script to convert HL7 2.3 ADT transactions to JSON.

          Thanks in advance

          Mahmoud

           

           

          in reply to: Currently supported releases – GM #119580
          Mahmoud Ihaddadene
          Participant

            Hi Rob,

            Is there a GM Cloverleaf API for Cloverleaf version 6.1.3 under Aix ? Is there any documentation how to configure it ?

            Thank you

             

            in reply to: script to make a dashboard for our Engine #119579
            Mahmoud Ihaddadene
            Participant

              Hi Peter,

              The script TCL for example and shell scripting can be run on a cron job and save it on a MYSQL database and after somebody can query the table and have all the information on the Grafana Dashboard….

              I know that Cloverleaf has an API, how can we use it ???

              Thank you

               

               

              in reply to: Need help with Regsub trying to change ‘~*’ to a ‘~’. #119304
              Mahmoud Ihaddadene
              Participant

                Hi Tom,

                Here is a example:

                tcl>set a “~*”
                ~*
                tcl>regsub -all — {\*} $a “”

                You can add the following script hciregsub.tcl on outbound TPS with arg {\*} “”

                Hope it will help you

                Regards

                Attachments:
                You must be logged in to view attached files.
                in reply to: How can I prioritize a message ? in transaltion ? #117408
                Mahmoud Ihaddadene
                Participant

                  rename NephroORU2StrmXML to NephroStrmXML

                  in reply to: How can I prioritize a message ? in transaltion ? #117407
                  Mahmoud Ihaddadene
                  Participant

                    NephroORU2StrmXML

                    in reply to: How can I prioritize a message ? in transaltion ? #117406
                    Mahmoud Ihaddadene
                    Participant

                      add the translation NephroORU2StrmXML.txt

                      in reply to: How can I prioritize a message ? in transaltion ? #117403
                      Mahmoud Ihaddadene
                      Participant

                        You can the state for the messages in the recovery database. How to force the state 7 to 11 or more to be treated before the others in the recovery database

                         

                        Thank you

                        Attachments:
                        You must be logged in to view attached files.
                        in reply to: Database-inbound protocol #115621
                        Mahmoud Ihaddadene
                        Participant

                          Hi levy,

                          Thank you for your pint screen. It’s working now.

                          Have a great day

                           

                           

                          in reply to: Database-inbound protocol #115530
                          Mahmoud Ihaddadene
                          Participant

                            Hi Levy,

                             

                            Thank you for your response. I will do and get back to you.

                            I found your post in 2018 but without the *.png files. Is it possible for you to make a print screen for the xlate and the proprietes for the outbound protocol.

                            Best Regards

                            in reply to: Database-inbound protocol #115463
                            Mahmoud Ihaddadene
                            Participant

                              Hi Levy,

                              Here is the error i’m getting:
                              <pre>[java:wrte:ERR /0:BI_checkBdOut_0:02/11/2020 15:36:35] Call to “doMsg” returned error string “BADDATA caught exception trying to processMessageFromCloverleaf: Failed to write message to database: The multi-part identifier “moe.dt_msg” could not be bound.”. Returning bad send to engine.
                              [dbp :wrte:ERR /0:BI_checkBdOut_0:02/11/2020 15:36:49] The multi-part identifier “moe.dt_msg” could not be bound.</pre>
                              Did you try it on your end ? and how you set it.

                               

                              Thank you in advance

                              in reply to: Database-inbound protocol #115413
                              Mahmoud Ihaddadene
                              Participant

                                Hi Levy,

                                 

                                I was able to connect to the SQL database after creating the Table schema List. The problem now is the following error:

                                [dbi :elog:INFO/0:BI_checkBdOut:02/08/2020 18:05:12] [0.0.943484155] Setting error context for message
                                [dbi :elog:INFO/1:BI_checkBdOut:02/08/2020 18:05:12] [0.0.943484155] Context: BADDATA caught exception trying to processMessageFromCloverleaf: Failed to write message to database: Invalid column name ‘dt_msg’.. Previous recovery db state is 11.

                                 

                                I’m using the the Sql statement:

                                INSERT INTO [dbo].[tbl_Msg_Statut]
                                (
                                dt_msg,
                                statut,
                                msg_id,
                                dossier,
                                accession_no
                                )
                                VALUES
                                (
                                dt_msg,
                                statut,
                                msg_id,
                                dossier,
                                accession_no
                                )

                                Thank you

                                in reply to: Database-inbound protocol #115394
                                Mahmoud Ihaddadene
                                Participant

                                  Hi Levy,

                                  I defined my Database Connection through Options/Site Options/Database Configurations from the GUI but when i tried to use Protocol:database-outbound on my thread nothing showed on Database Connection, but when i use protocol:database-inbound i was able to see my Database connection (see inbound-outbound.doc)

                                  Thank you

                                  Attachments:
                                  You must be logged in to view attached files.
                                Viewing 15 replies – 1 through 15 (of 26 total)