发布新帖

查找

讨论 (0)1
登录或注册以继续
问题
· 八月 26, 2021

Specific error code for messages that are manually aborted by a user

New to Health Connect so please forgive me if this is a stupid question! Is there a specific error code returned when a user initiates an abort from the jobs tab of the business host? I want to be able to treat the Abort as Completed due to our complex business process. Currently, hitting abort just retries the message to the same business operation. Want I want to do is provide the error code used by the Abort (if there is one) and treat it as OK

Thanks in advance.

4 Comments
讨论 (4)1
登录或注册以继续
讨论 (4)2
登录或注册以继续
公告
· 八月 23, 2021

Meet the winners of the 1st Tech Article Contest!

Hey Community,

Our first InterSystems Tech Article contest is over. Lots of new content to read: 23 amazing articles 🔥

Big thank you to everyone who participated in our writing competition!

And now it's time to announce the winners... excited?

Meet the 1st Tech Article contest winners and their articles:

⭐️ Expert Awards – winners selected by InterSystems experts:

🥇 1st placeBILLIONS - Monetizing the InterSystems FHIR® Accelerator Service with Google Cloud's Apigee Edge written by @Ron Sweeney

🥈 2nd placeLearning Path for beginners written by @Yuri Marx Pereira Gomes 

🥉 3rd placeInterSystems IRIS REST Application Patterns written by @Yuri Marx Pereira Gomes 

⭐️ Community Award – winner selected by Community members, article with the most likes:

🎉 Winner: Let's fight against the machines! written by @Henry Pereira

⭐️ And let's meet some authors who contributed a number of articles to this competition:

WOW! For their great contribution, we'd like to reward these authors with a 🎁 Nike Utility Speed Backpack 🎁

⭐️ Let's congratulate all our heroes at community.intersystems.com/contests/1:

THANK YOU ALL! You have made an incredible contribution to our Dev Community! 

P.S. The prizes are in production now. We will contact all the participants when they are ready to ship - stay in touch!

So,

Awesome 1st Tech Article contest, isn't it?

Thanks to all the participants for the efforts you pay in our 1st exciting writing contest!


And what's next.....?

Stay tuned for the next InterSystems Tech Article contest 😉

7 Comments
讨论 (7)2
登录或注册以继续
问题
· 八月 20, 2021

SQL proxy to HL7 query/response

Use case: small in-house hospital systems that query patient demographics via SQL.  The new PAS being implemented in the near future will only support query/response via HL7.  SQL access is available but intended for reporting so up to 24 hours behind.

Probably the easiest option is to set up a database in Ensemble and keep it up to date via standard ADT feed.  This is going to have quite a large footprint and has a risk of getting out of sync.

Another option would be to proxy the SQL queries in Ensemble and translate them to HL7 QRY messages.  However the SQL inbound adaptor acts as a client, i.e. polls a remote database.  I'm looking for an adaptor that exposes an ODBC server, takes the query and passes into a business service. 

Can't see anything out of the box (IRIS health 2020.1)

How would you implement this? 

My idea at the moment is a class that inherits from both %Library.Persistent and EnsLib.SQL.InboundAdapter, and implements a SqlProc method which instead of running a SQL query or other database lookup, creates a HL7 QRY message and fires it into a HL7 business process and thence to a listener on the remote system.  It feels a bit overcomplicated and low level though.  I can't help thinking this is an obvious use case for an integration engine so perhaps a surprising omission.  Might be missing something though as I'm a little out of date with new product features.

2 Comments
讨论 (2)0
登录或注册以继续