Hi
Just posting this here also, sent an email to support too.
Leaning paths are down and loggin in to results in
Hi
Just posting this here also, sent an email to support too.
Leaning paths are down and loggin in to results in
I initialize a HS.SDA3.Container from a XML stream and I need to iterate over it twice. What is a correct way of doing it? Is it enough to adjust StreamPos/StreamOref?
The optimal solution would be to use one loop, but it's not possible to combine the processing logic.
set oSDA = ##class(HS.SDA3.Container).%New()
do oSDA.InitializeXMLParse(.tQuickStream)
while oSDA.GetNextSDA(.tType, .tPatient) {
// processing logic A
}
set oSDA.StreamPos = 1do oSDA.StreamOref.Rewind()
while oSDA.GetNextSDA(.tType, .tPatient) {
// processing logic B
}Hi Friends ,
I have created inbound DB adapter business service. Now my requirement to trigger this service at 10am daily.
I used scheduler , but I don't know when should i configure for stop. this not suits for my requirement.
Is there any other way , where I need to trigger service only once , in configured times.
Thanks,
Prashanth
What I can do:
Get a subset of HL7 messages.
Send the messages to a RecordMap (with key fields from the HL7 message).
Save each message to a file.
How can I send all messages until a set time (e.g. 9am each day) to single file?
Scenario:
In the period 09:00 1 Jan 2022 to 09:00 2 Jan 2022 there are say 50 messages to save to file: File001.txt
In the period 09:00 2 Jan 2022 to 09:00 3 Jan 2022 there are say 40 messages to save to file: File002.txt
etc
I would prefer to append the message data to the relevant file as they go through the system (real time), so the data builds up in the respective file
So, the next year will bring us a new way of installing IRIS. Always keep in mind that you have to bring your own web server. No matter how many instances of IRIS you have on your local machine. Or if you work in Docker, always keep in mind a bit more complicated configuration.
And I now want to understand the costs of this decision for end-developers like most of here.
Let's have a look, at what we got out of the box in Web Applications, obviously do not forget about System Management Portal.
.png)
Quite a few REST APIs, some of them for internal use only, are not supposed to be accessible in the
A good writer is supposed to draw you in with the title and bury the answer somewhere in the article. I suppose this makes me a bad writer – don’t think less of me, my whole feeling of self-worth comes from the opinions of internet strangers!
IAM 3.0 Release
InterSystems API Manager (IAM) version 3.0.2 is now Generally Available. IAM 3.0 adds significant new functionality including:
If you would like to try the new installation process for the NoPWS project, you can get access to the Early Access Program (EAP) here. (https://evaluation.intersystems.com/Eval/)
Once you have registered, please send InterSystems the email address you used to register for the EAP to nopws@intersystems.com.
Look here for background: Original Post
When using GUI is there a way to have Studio use the numbers for HL7 instead of the words for the path?
When in the code view is there a way to have Studio use single quote instead of double quote?
Hello,
I'm inserting a row using an insert statement from dotnet InterSystems.Data.CacheClient.CacheCommand.
Is there a way to get the inserted ID or IDs if I've inserted multiple rows?
Regards, Timo
Hello everybody,
In the documentation I read the following:
Alerts are messages generated by production components. InterSystems IRIS automatically writes the alerts to a log file and sends then to the production component named Ens.Alert. If your production does not have a component named Ens.Alert, then InterSystems IRIS writes alerts to the log file but does not send them to any component. The component named Ens.Alert can be of any class. The most frequently used classes for Ens.Alert are:
I am not able to find the log file where the alerts are stored...
I have been creating classes using the below REST url.
http://localhost:57772/api/atelier/v1/ENSDEMO/doc/Demo.HL7.MsgRouter.Te…
The only caveat is that I want to only load in the compiled code of the classes, as they appear in deployed mode.
How do I define this in the content of the JSON payload being sent across?
I have table
CREATETABLE nodes (
nameVARCHAR(50) NOTNULL,
parentVARCHAR(50),
PRIMARY KEY (name),
FOREIGN KEY(parent) REFERENCES nodes (name) ONUPDATEcascade
);
I put some data
INSERTINTO nodes (name, parent) VALUES ('n1', NULL);
INSERTINTO nodes (name, parent) VALUES ('n11', 'n1');
INSERTINTO nodes (name, parent) VALUES ('n12', 'n1');
INSERTINTO nodes (name, parent) VALUES ('n13', 'n1');
Let's delete all
DELETEFROM nodes;Nope, no way.
SQL Error [124] [S1000]: [SQLCODE: <-124>:<FOREIGN KEY constraint failed referential check upon DELETE of row in referenced table>] [Location: <ServerLoop>] [%msg: <At least 1 Row exists in table 'SQLUser.nodes' which references key 'NODESPKey2' - Foreign Key Constraint 'NODESFKey3', Field(s) 'parent' failed on referential action of NO ACTION>]
Is anybody using the EPRSave() Edge Gateway method/API?
It is documented in:
https://docs.intersystems.com/hs20222/csp/docbook/DocBook.UI.Page.cls?K…
Enrico
Hi,
I'm trying to configure iprint for trakcare.
My trakcare runs on linux IRIS(SUSE).
iprint is from MicroFocus [previously Novell]
iprint is a print facility that many printers support where there is a virtual queue for each AD user.
You can log onto any iprint printer using your AD credentials and you can access your virtual print queue. You can then physical print from that virtual queue.
Has anyone configured this for their trakcare?
In order to do this I need to:
- map each trakcare user to their equivalent AD user
- get an iprint driver
However there is no iprint driver for my Linux IRIS.
Has
Hey Community,
Join this session to learn more about security-related topics, starting with the change to the OpenSSL libraries and the general distribution of third-party libraries with InterSystems products (e.g., Web Server):
In the December 2022 newsletter, find more ways to transform, analyze, share, and view your data using InterSystems technologies—including the FHIR Facade! Plus, listen to a new podcast episode on AI Link, a bridge between machine learning and business intelligence. Make sure to subscribe to the newsletter to get the latest resources!
Similar to: "set obj = ##class(myClass).%OpenId(id)", which give the an instance of the object with given ID, is there a way to implement a function/classmethod to return the same by providing both class name and ID as a parameter, such as: getObjectInstanceByNameId(className As %String, id As %Integer), using ObjectScript code?
Hi Community,
Let's meet virtually at our Third Community Roundtable! This will be a 60-min discussion on a given topic: Developing with Python.
Register through >> this Global Masters challenge <<
UPDATE: the roundtable recording is available here.
Hi Community,
Watch this video to get an introduction to data types in InterSystems ObjectScript, and see how to use three common data types: strings, lists, and objects:
Some time ago GitHub, has announced the new feature, GitHub Codespaces. It gives an ability to run VSCode in the browser, with almost the same power as it would run locally on your machine, but also with a power of clouds, so, you are able to choose the machine type with up to 32 CPU cores and 64 GB of RAM.
.png)
Looks impressive, is not it? But how it could help us, to work with projects driven by InterSystems IRIS? Let's have a look, how to configure it for us.
Hi,
I want to realize configuration export and deployment through code, such as the export of Protol pages and production deployment. What should I do duction deployment. What should I do
The following is a picture of export and deployment
--------------------------------------------------------------------------------------------------------------
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.
| # | Package | Review | Stars | IPM | * |
|---|
Hi!
I'm trying to clean some dots from old stuff, do you think this two versions of code works the same way ? :
When recieivng a response and calling SendDeferredResponse I get the warning below and no response is sent.
|
When the initial request comes in I am calling DeferResponse but the message never goes into a state of Deferred.
How do I resolve this warning and get the response working?
Hi,
On adding two new custom settings to a process, i'm looking to improve the labelling on the component so that it includes spaces, i.e ("Archive Path" instead of "ArchivePath").
I've looked at the following article, specifically at the suggestion:
set ^CacheMsg("EnsColumns","en","ArchivePath")="Archive Path"
I've attempted this in the namespace hosting the production, but the labelling doesn't appear to update on the component. I've looked in the documentation but couldn't find any specific reference and I was unsure if the above code is still relevant for later versions?
In the previous article, we talked about the flow of data to request the test and receive the results of the requested test. Now let's talk about one of the most important messages of HL7v2 standard.
Every time a receiving application accepts a message and consumes the message data, it is expected to send an ACKnowledgement (ACK) message back to the sending application. The sending application is expected to keep on sending a message until it has received an ACK message. It is done to inform the sending application that its message was successfully received, that it is (not) valid in accordance with HL7 rules and, if it is compliant, that it will be processed at some point.
.png)
As previously announced at Global Summit 2022, InterSystems will discontinue shipping or installing an Apache-based web server (often referred to as the private web server or PWS); this change is currently planned for InterSystems IRIS 2023.2.
With this new approach, you have full control to choose which web server best suits your purposes, and how you configure, maintain, and update it.A key benefit of this change is that you will no longer have to wait for an updated kit from InterSystems to get the latest version, which is important especially in security vulnerability situations.
Hi Community,
Enjoy watching the new video on InterSystems Developers YouTube:
Hi,
I am trying to use the newly introduced adapter EnsLib.CloudStorage.InboundAdapter to pull files from azure blob container for the purpose of ECG scaling.
The ultimate goal would be- more than one services running to pull the files from a blob container and process them further. I am not sure if there would be any concurrency issue on that. So working on a poc to pull the data from server and test it out.
For this I have created a service class which extends Ens.BusinessService and used Adapter class EnsLib.CloudStorage.InboundAdapter and upon providing the details I get error :
ERROR