Well, I've seen a couple of public tenders requesting Dynatrace for monitoring. I'll take a look at it Does anyone experience on it?
- Log in to post comments
Well, I've seen a couple of public tenders requesting Dynatrace for monitoring. I'll take a look at it Does anyone experience on it?
You are welcome @Lorenzo Scalese ! Always a pleasure to be helpful.
You can stop the mirror on the server that is running on backup but...why?
Hi @Krista Koljonen take a look at this page of the documentation. There are many options available to check the status of active productions using the API Rest.
Did you import tiktoken into your embedded python method?
Click on "when" not in "rule" before to click on "+".
Hi @Yone Moreno !
You can do something like this to filter messages with no OBX:
.png)
Do a foreach by OBX, in case that OBX exists you can redirect the message to the proper business component and jump out of the loop. @withOBX is a local variable to check if exists any OBX segment, if the value is "0" then there is no OBX segments and you can redirect the message to another business component.
Well, for R5 version we have now 157 resources... The snowball is growing and growing.
We have a lot of documentation about XML transformations, you can start with this
My suggestion, try to get the schema of the CCDA (a XSD file) and import it into IRIS (Interoperate -> XML -> XML SCHEMA STRUCTURES) in order to work better with a Virtual Document based on your CCDA files. Then you can use regular DTL to transform it into another objects or directly access to each field of the document with methods as GetValueAt (documentation)
About the Inbound Adapters here is the documentation related and for the Outbound Adapter...if you want to export it into a flat file or a CSV any FileOperation would be enough.
Reading the doc (https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…) looks like your response has a problem with a list property but I can't say more with just a screenshot.
Just to go deeper in the Oliver's answer and because I'm always strugling against the certificates and I hate them...you can see here an example about the generation of a self-signed certified in wich you define the "Common name", the equivalent to your domain, in your case the Common name used to generate the certificate is Test111a.domain.local so you need a new one with the new domain as @Oliver Wilms told you.
That's great! Many customers use Jasper reports and this example will be really helpful.
Thank you very much! Always is a pleasure to be helpful!
A model where the data storage is OpenEHR and the data transfer is FHIR is seen by some as the best of both worlds
Implement that would be the perfect punishment for all my sins! 😂
But... Will be there enough time to evolve and to implement it before to the next wonder standard?
Good point @Patrick Jamieson !
Just to confirm, can you check your licence and confirm that FHIR SQL Builder is included?
.png)
Google is our friend!
https://knowledge.informatica.com/s/article/507491?language=en_US
In IRIS you can define the name of the property when the object is transformed into a JSON:
https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic…
In your case I suggest you to follow the idea of @Robert Cemper ...and update your Cache as soon as possible!
Maybe web terminal?
The method is in your child/extended class as it is in the parent class, so you just need:
do ..MethodName(args)Maybe this article is helpful. is based on this document for LINUX and this other for Windows.
FHIR, the holy grail of the interoperability and EHR or just another brick in the wall?
Have you tried killing the process from the Task Administrator of Windows?
You can get the ID process from System Operation > Process , open the Task Administrator an kill it.
.png)
With the ID you can look for it from the Task Administrator:
.png)