Is api/atelier web application enabled?
- Log in to post comments
Is api/atelier web application enabled?
You have to write your object as String into a Ens.StreamContainer and sent it to a EnsLib.File.PassthroughOperation Business Operation.
Check the configuration of api/atelier web application. It should be enable to connect through port 80:
https://community.intersystems.com/post/having-trouble-connecting-your-…
Try modifying the default action RESTRICT for CASCADE like this:
ALTER TABLE table DROP COLUMN column CASCADE %DELDATAhttps://docs.intersystems.com/iris20251/csp/docbook/DocBook.UI.Page.cls…
Well, I guess that the reason for the storage of DICOM images out of the database is the huge size of these images.
I was working for a time for a VNA provider and many studies composed by hundred of DICOM images usually weighted more than 4 and 5 GB.
Have you tried changing the column names avoiding whitespaces and "-" character?
Maybe my example can help you:
https://community.intersystems.com/post/diagnosis-searching-similaritie…
I wrote an article 2 years ago, maybe you can use it:
https://community.intersystems.com/post/predictions-integrated-ml-and-i…
I've another about time series predictions, tell me if you are interested.
You can see here what is each version:
https://docs.intersystems.com/iris20251/csp/docbook/Doc.View.cls?KEY=PA…
Good point @Steve Pisani ! Thank you!
Do you get any error from de Ollama console? Maybe you can try directly with Mistral docker image, bypassing the Ollama image:
Do you have IRIS configured in the same network that Ollama?
networks:
- iris-llm2-network
Have you tried the notation: file:///yourfolder/yoursubfolder/yourfile.xsd?
Thank you for your comments @Steven Hobbs !
Thank you @Brett Saviano!
Maybe I'm missing something. This is my container:
ARG IMAGE=containers.intersystems.com/intersystems/iris-community:latest-preview
.png)
But I can't see the button.
Is it available for Docker distribution?
You can use...Embedded Python! You just need a business service EnsLib.File.PassthroughService to get the the json file and send it into a BP with a ClassMethod to get all the lines, here you can see an example:
https://www.geeksforgeeks.org/read-a-file-line-by-line-in-python/
You can save the object directly from the Embedded Python method or return a list of strings and map it into an Objectscript object.
The code was developed for ensemble in theory it should work.
Our workmate @Alberto Fuentes uploaded on open exchange an application to transform HL7v2 XML into er7 format, maybe it can help you:
https://openexchange.intersystems.com/package/Healthcare-HL7-XML
In my opinion the problem is that your text is already in UTF8 but with wrong characters due to a wrong decode so you can't remove it with $ZCONVERT, you should define the charset of the data from the class that is receiving the JSON to decode the JSON properly.
To declare a specific charset for a REST API (I guess that you are using a class that extends %CSP.REST) you have to define the following parameter:
Parameter CHARSET = "utf-8";In my case I was receiving UTF8 texts, you should configure it with your specific charset.
Where are you receiving that text? A business service? From an API REST?
About the CSPSystem, I had some troubles to connect when I used the superuser from VSC and the webgateway had the CSPSystem user configured, It solved when I changed the user to superuser.
Probably you are right and is not necessary to change the CSPSystem (my current configuration it's using CSPSystem and works fine) it just was pure chance.
Well, I highly recommend to you to not use the same instance of Health Connect for TEST, DEV and PRODUCTION, even more, I recommend to you to deploy each environmnent in different servers.
It won't be the first time that a code un DEV has a infinite loop creating heavy globals that use all the space in the disk.
Do you mean Intersystems Reports?
https://docs.intersystems.com/components/csp/docbook/Doc.View.cls?KEY=G…
And you can find the files for testing here:
https://www.hacienda.gob.es/es-ES/GobiernoAbierto/Datos%20Abiertos/Pagi…
The project is in process and the github is private, but just send me your github user and I'll invite to you.