Forum Replies Created
-
AuthorReplies
-
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
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
Hi,
I’m looking for a tcl script to convert HL7 2.3 ADT transactions to JSON.
Thanks in advance
Mahmoud
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
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
November 10, 2021 at 11:08 am in reply to: Need help with Regsub trying to change ‘~*’ to a ‘~’. #119304Hi 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.rename NephroORU2StrmXML to NephroStrmXML
NephroORU2StrmXML
add the translation NephroORU2StrmXML.txt
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.Hi levy,
Thank you for your pint screen. It’s working now.
Have a great day
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
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
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
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. -
AuthorReplies