Hello, Community, I tried to deploy online demo for interoperability-test app. I see it errored because BuildKit is not available. Can the Docker be configured to support BuildKit?
I deployed online demo here:
I updated several settings (File paths and URLs) and I switched Dispatch class to dc.rest.GenericService.
I resent the message from File Service. I saw messages received by both Auth and Api services.
Api process does not (yet) return the desired response. More to come ...
Hey Community,
In this demonstration you will see the building blocks of an integration in InterSystems IRIS for Health and HealthShare and see how messages are received, processed, and sent—including messages in the HL7 format:
⏯ Overview of Basic Components for InterSystems Integration Solutions
Hi Guys
Is there a zen control that exposes the "Copy code to clipboard" functionality , as seen in the code sample of this page?
Cheers
Hello,
We currently use codesets to normalize NDC code descriptions in our clinical viewer. Lately, we have started receiving RXNORM codes and they were only displaying the codes in the viewer and not the descriptions. After a short investigation, I found that the RXNORM codeset in the registry was empty. After filling this up, it still didn't resolve the description of the drug.
The SDACodingStandard in the SDA is an OID and I see it in the OID registry and does point to RXNORM.
Does anyone know where I can configure the clinical viewer to look at the codeset based on the SDACodingstandard?
InterSystems Developer Community analytics. Project made with InterSystems IRIS BI (DeepSee), Power BI and Logi Report Designer to visualize and analyze members, articles, questions, answers, views and other pieces of content and activity on InterSystems Developer Community.
You can see your own activity, articles and questions. Track how your contribution changes developer community.
Analyse statistics about you and your friends using IRIS BI, Adaptive Analytics, InterSystems Reports, Tableau and Power BI.
Power BI dashboards provide us with a good way to analyze aggregated information. We can even choose time periods for aggregation (you can find more details regarding it in our article about drill down). However, we might still be interested in a detailed look at specific data points. With the right data filling, we can display detailed data for any column of the chart with all filters applied to that chart. For example, we can see what exact questions were asked on the site on a particular day, who their author was, how many views they received, etc, and all of that without going beyond our
This is the sixth in a series of releases that are part of the developer preview program for 2022.2 Future preview releases are expected to be updated biweekly and we will add features as they are ready. Many updates, fixes and enhancements have been added in 2022.2, in SQL management, cloud integration, Kafka and JMS adapters, the SQL Loader, and other areas. Please share your feedback through the Developer Community so we can build a better product together.
I'm after some more in-depth information about how the embedded python is implemented with regards to how it works when a python method is called from a CSP page. Will it run in the same Windows process? Will there be any issues with multitasking (considering python doesn't seem very good at this)?
Also, is there a performance penalty to pay for running embedded python vs "using IRIS APIs from Python".
Another question is what python interpreter the embedded python is using? Is it an Intersystems one or the regular c.python? Version?
Excited to go Python!
Hi Community,
We're pleased to welcome @Tete Zhang as our new Chinese Moderator in the Developer Community Team! 🎉
.png)
Let's greet @Tete Zhang with big applause and take a closer look at her bio!
Hello All,
I have a class method on the DocRepo server that needs to query the data value of a global variable on the Edge server.
I have looked at the documentation for 'Global Structure,' but I didn't find anything that helped.
Global Structure | Using Globals | InterSystems IRIS Data Platform 2022.1
I am able to access this global easily from the Edge server using the $Get function, but I need to access it from the DocRepo server.
Any suggestions would be greatly appreciated!
Thanks!
Craig
I am building a DTL to transform from a JSON/XML to a custom message. The DTL works fine, but I wants to move some part of the data transformation to another DTL and calls it using the <subtransform> action from the main DTL.
to define
I have the <subtransform class='ADT.DTL.SDAToPatientIdentifierInfo' targetObj='target.PatientIdentifierInfo.()' sourceObj='source.{Patient.Extension.PatientIdentifiers(k1)}' />
when I am testing this subtransform I am getting the following for each identifier in the message.
Hello Community!
This article gives an overview of the REST JSON webservices developed for TrakCare.
These webservices allow users to access TrakCare data from outside of the software, mainly through external apps.
They are developed in REST with ObjectScript, and they allow data access in four modes:
Hello All,
We are looking at taking the HealthShare Health Connect HL7 Interface Specialist certification exam, does anybody know if there is a test/example exam available? I found practice exams for the some of the other certifications but not for this exam?
Thanks
John
Date and Time is an important factors in our life. Because all applications are engaging based on Date/Time. But our world is split into multiple time zones. if our product is launched in the world, to maintain the history of events we are definitely required to convert all times to our local time or UTC ( Coordinated Universal Time ). As I know, many known programming languages of C#, JavaScript, Java, etc., provided the library to convert the date and time. i.e with a time zone name we can be able to convert without knowing the UTC offset.
Hi, guys, I need some help, I'm getting an XML from the Matrix application and in the header there's an Action that has the property mustUndertand = 1
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://protocolomatrix.matrixsaude.com/RecebeResultado</Action>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
No BS Receives but cannot handle the action.
I recently started to study interoperability and I found the official documentation very helpful in understanding how it works, though I still had some trouble implementing it myself. With the help I got from my coworkers, I managed to create a Demo of a system and learn through practice. Because of that, I decided to write this to help others with "getting their hands dirty" and share the help I got.
Hey Community,
This demonstration shows how complex data message flows are handled within a healthcare integration solution. See how to use a business process to receive and transmit messages between applications:
Hello,
We have a scenario where a bad message(With control character in some fields) is coming frequently in our Standard HL7 Business Service.
I do see the process gets shut down because of E=D action code. I also see the service logging an "Warning" about the bad message. But service is not shutting down.
Is there a way to handle this error right at the service to avoid multiple processes going down? Not sure if we can create a task, which audits the service logs every few minutes. But that will involve some coding and checking of time when the errors happens.
Hi All
I'm building a ZEN page that will dispay HL7 from a database, and am currently displaying it an textarea.
Is the HL7 viewer that is displayed when HL7 message is selected in a visual trace available as an out of the box tool I can plug into a webpage?
Andy
In addition to the new supported platforms (Ubuntu 22.04 LTS and RHEL 9), Community Edition limits will soon be updated to:
- Maximum cores: 20
- Maximum connections: 8
NOTE: These limits aren't available yet for the latest developer preview build 2022.2.0.322.0. It's expected to the Developer Preview 7, to be released by next week.
How can we insert into a table using a stored procedure?
Table structure :
CREATE TABLE SampleHospital (
Hospital VARCHAR(50),
Location VARCHAR(50),
UserName VARCHAR(50),
UserFullName VARCHAR(70),
LastLogin TIMESTAMP,
LoginCount int)
Procedure Name:
call Custom_MENS_Other.samplesp('2021-11-02','2021-11-04','H001')
Hey Community,
Here is a digest of the Developer Community videos on InterSystems Developers YouTube Channel in August 2022:
I am looking for an Intersystems Developer for a long-term project in the medical field.
Please check out the job description below and feel free to send me a message if you are interested in learning more.
Contact me in any way that is convenient for you:
Email: e.sokolova@hellotech.agency
Telegram: @katIsokolova
The project is concerned with Data Management and Healthcare Information Systems within a large medical system already in production. The areas of development will include patient portal, doctor portal and intermediate layer to provide modules communications.
Technology on the project:
If one of your packages on OEX receives a review you get notified by OEX only own YOUR package.
The rating reflects the experience of the reviewer with the status found at the time of review.
It is kind of a snapshot and might have changed meanwhile.
Reviews by other members of the community are marked by * in the last column.
I also placed a bunch of Pull Requests on Github when I found a problem I could fix.
Some were accepted and merged, and some were just ignored.
So if you did a major change and expect a changed review just let me know.
Hi Developers!
In August, you posted 77 new questions on Developer Community:
Questions

And now it's time to announce the Key Questions of August chosen by InterSystems Experts!
Hi Developers!
With the clear and crisp autumn climate, we are pleased to announce the launch of the
🏆 1st Tech Article Contest on Chinese Developer Community🏆.
From September 5 to October 24, 2022 (Beijing Time), we welcome you to contribute articles related to InterSystems technology.
🎁 Prizes for Everyone: A special prize pack for each author who takes part in the contest.
🏆 Main Prizes: Apple iPad; Beats Fit Pro; HUAWEI WATCH; Logitech ERGO keyboard; WD SSD; KEEP Smart Bracelet
I am new to using containers. I am working on trying to specify some of the SAM settings and wondered how to access the terminal while IRIS is running in a Container. Can someone help me out?
Hello Developers!
To start our "Back to school on FHIR with DC FR" we propose you to watch this short video about FHIR:
Hi,
We have a large number of tables with an even larger number of Queries and Class Methods within them and we wish to add the SqlProc keyword to all of them.
Does anyone know if there is a simple way to do this other than by pasting [ SqlProc ] to each method/query? i.e. placing a keyword at the class level rather than a method/query level.
.png)

