Hi,
I want to disable auto retrieve functionality in Production Monitor But Auto Update checkbox is not appearing in Production Monitor.
Looking Forward
Thanks
InterSystems IRIS for Health™ is the world’s first and only data platform engineered specifically for the rapid development of healthcare applications to manage the world’s most critical data. It includes powerful out-of-the-box features: transaction processing and analytics, an extensible healthcare data model, FHIR-based solution development, support for healthcare interoperability standards, and more. All enabling developers to realize value and build breakthrough applications, fast. Learn more.
Hi,
I want to disable auto retrieve functionality in Production Monitor But Auto Update checkbox is not appearing in Production Monitor.
Looking Forward
Thanks
I am trying to delete a field based on a value in one of the subfields. I would like to remove the below Field with the Field value "Field8". I know how to find the number of fields and iterate. If I just use "" I still get a tilde at the end.
Ex .
|Field^Field1^Field3~Field4^Field5^Field6~Field7^Field8^Field8
Hi,
I am getting following error while compiling a routine :
Compilation started on 08/05/2021 12:58:31 with qualifiers 'cku /checkuptodate=expandedonly'
Compiling routine : demoroutine.mac
ERROR: demoroutine.int(1) #1026: Invalid command : 'write "Use one of the following options"' : Offset:6 [write^demoroutine]
TEXT: write "Use one of the following options"
Detected 1 errors during compilation in 0.022s.
Please note that Routine contains just a below simple write command :
write "Use one of the following options"
Thanks
Hi,
How to write code in table trigger to send SMS upon any modification on particular column?
Thanks
I heard about Message Bank when we started redesigning a Health Connect production to run in containers in the cloud. Since there will be multiple IRIS containers, we were directed to utilize Message Bank as one place to view messages and logs from all containers.
How does Message Bank work?
I added Message Bank operation to our Interoperability Production. It automatically sends messages and event logs to the Message Bank.
Resending Messages
The Message Bank provides an interface for portal user to resend messages from the Message Bank portal.
Good afternoon people,
I'm setting up an integration using ASTM protocol via Interoperability, but I'm having a problem in returning the communication, the message stays in Loop and doesn't return the information to the device simulator that is executing the operation.
.png)
Has anyone of you worked with this protocol and are able to help me unravel this protocol?
Settings that are in SERVICE:.png)
Settings that are in Operation:
Hello Developers!
Have you ever had to convert HL7v2 messages to FHIR (Fast Healthcare Interoperability Resources) and found the process complicated and confusing? InterSystems is rolling out a new cloud based SaaS offering called InterSystems FHIR Transformation Service, which makes the process easy. We are excited to announce an Early Access Preview Program for our new offering, and we would love to have you kick the tires and let us know what you think! All you need is a free AWS account, with an S3 bucket to drop in your HL7v2 messages, and another S3 bucket to get your FHIR output.
Hey Community,
Enjoy watching the new video on InterSystems Developers YouTube:
⏯ Creating an HL7 v2 to FHIR Transformation Pipeline with HealthLake Target
Hi,
I have created foundation production to use FHIR server. But I am missing HS.FHIRServer.Interop.Service in my production. Is there any way to add this service automatically?
Thanks
I have an interoperability production that functions as a FHIR proxy. I have a need to add an HTTP Header value to the outbound request. I've subclassed HS.FHIRServer.Interop.HTTPOperation, but I cannot find a way to add an HTTP Header to the request. The HTTP class used in HS.FHIRServer.Interop.HTTPOperation is HS.FHIRServer.RestClient.HTTP. That RestClient class does not seem to expose or allow modification of the actual HttpRequest.
I'm used to using %Net.HttpRequest and doing a request.SetHeader(key, value) - but that isn't available - or I can't find it - when using HS.FHIRServer.
Talking with a friend of mine, Machine Learning specialist @Renato Banzai , he brought one of the biggest challenges faced by companies nowadays: deploying ML/AI in live environments.
Hi,
In Event Log there is Assert event type along with Error, Warning, Alert, Trace and Info types. What is Assert event type in Event Log view and What is the use in production?
Thanks
Hey Community,
We are really looking for your feedback on a new offering - InterSystems FHIR Transformation Service.
It went live on AWS Marketplace where you can try it for free!
We launched a related challenge on GM where you can get points for giving it a try and a "thank you" prize to everyone who leaves feedback in comments to this post.
July 21, 2021 – Alert: Incorrect Query Results with Non-Standard ‘GROUP BY’ Query
InterSystems has corrected a defect that can cause incorrect query results. This defect affects:
A query block may encounter the defect only if it meets all the following conditions:
Hey Developers,
See how API management can simplify healthcare application development with FHIR:
Hi All,
I came across this video https://www.youtube.com/watch?v=fElr8STTnEI which Generate DTL based on input and output messages. I am not able to find this in my IRIS kit. Is this not included in 2020 version?
I'm trying to produce Kafka Message to Topic using Java Objects. I have build Business operation and Jar file and trying to execute. I'm getting following exception
Terminating Job 8316 / 'IrisKafkaProducer' with Status = ERROR #5046: Error executing java command 'init() returned: "ERROR #5034: Invalid status code structure ("java.sql.SQLException: [InterSystems IRIS JDBC] Communication link failure: Access Denied")"'. Java may not be installed correctly on your system., %QuitTask=
Getting following trace at Audit Database
| 2020-08-02 14:30:06. |
Hi,
While adding button in Zen Form I am getting below error:
"ERROR #6353: Unexpected attributes for element button (7,66): onselect"
Looking Forward
Thanks
Hello fellow community members,
I would like to offer my services as an Intersystems Professional and am available to work on projects.
I have more than a decade experience into Intersystems stack of technologies including IRIS, Ensemble, Healthshare, Healthconnect, Cache Objectscript, Mumps, Zen, Analytics etc. with companies spread over US and UK involved in multiple domains.
Hi,
I have already installed IRIS 2021.1 locally. While working with docker can I use same local database (C:\InterSystems\IRISHealth\mgr\samples\samples.DAT) by using docker volume?
Thanks
I am working on an angular applications and build a web application (Rest API) on IRIS for health, the web application uses a password authentication and setup with the default csp session time out (15 minutes). If the user make an REST API call from the angular application after the session expired, it displays a login prompt...is that anyway that we can disable the login prompt and just simply return http status 401? When the angular application received the status 401, it can redirect to angular error page.
Thanks,
Hoi
Hello,
I am trying to work out if there are any methods available to be able import a result set returned by SQL query into a persistent class.
I have to connect to some legacy SQL databases through SQL Gateway and run some queries. I need to inster the rows returned into a class to then be able to do a %JSONExport to produce a JSON object. I know I can iterate through the resultset and insert one row at a time into the class but was wondering if there is any other/direct way of importing the resultset rows into a class.
Regards,
Utsavi
Hi Developers,
A new video is already on InterSystems Developers YouTube:
⏯ Creating an HL7 v2 to FHIR Transformation Pipeline with S3 Target
I am attempting to prevent ADT merge messages from coming into Healthshare if the MRN being merged does not exist. To my mind, the best way to do this would be to check the PriorPatientIdentifierList.IDNumber against the HS.SDAStreamletMRN global. However, I'm not able to get it to work in Business Rule classes.
Something like:
<when condition="$G(^HS.SDAStreamletMRN('MRN','Facility^AssigningAuthority^'_(Document.{MRG:PriorPatientIdentifierList(1).IDNumber}))=(""))">
<return></return>
However, I'm not able to have the business rule fire without a general error.
Hello All,
I am exploring Ens.Alert to generate alerts for Server exceptions.
I noticed that in the business operation, if you have your code inside try/catch and if your catch doesn't explicitly invoke $$$systemerror then Ens.Alert is not invoked.
Similarly, in the Business process if you have <catchall> then Ens.Alert is not invoked on error. How can I invoke Ens.Alert from <catchall> ?
Another thing I noticed is, if I dont catch exceptions in BO and BP and have "Alert on error" ON for both, if there is an error in BO, 2 alerts are generated for same error, one from BO and one from BP.
Hi,
I am getting following error while executing the below command in terminal
>install iris-analytics-sample
ERROR #5001: 'iris-analytics-sample' not found in any repository.
However if I type full command then it is working fine.
Thanks
Hello,
I work with IRIS for Health 2020.1 and I attempted to set up Enterprise Systems to populate Message Bank. I see entries in Message Bank Event Log from the defined Enterprise Systems. I can browse Messages going back before I set up Enterprise Systems using Enterprise Message Viewer. However, I find no messages in Message Bank Viewer. Do I need anything extra to archive messages?
Hi, I think it's a simple question this at the end of something fairly complex
I've a DTL to go to a target class in context
.png)
I get the error CLASS DOES NOT callrequest=##class(context.ConnectDocumentRequest).%New()'
I attempted to add code to initate the context with
set context.ConnectDocumentRequest =##class(Penn.EDT.Messages.ConnectDocumentRequest).%New()
I know there is something basic i am missing but have not seen covered in any tutorials i have done.
I see an example using Assign I tried assigning my context as
$CLASSMETHOD("Penn.EDT.Messages.
Hi ,
Currently I am running Management Portal from Docker container. Is there any way to access Terminal from Management Portal.
Thanks
For a long time, we have been using a utility in production to export the result of a query to an Excel spreadsheet. Moreover, we have applied a modification of it, in which the explicit setting of column formats is a priority.
This utility used the module %SYS.ZENReportExcelExporter and is based on a java program. Every year the report grew and there was not enough java RAM, so we had to increase the value of the environment variable. The value has reached 7gb and now it has become a problem.
We decided to find and create a replacement for the utility.