You can find a short description about the function clicking on it:
.png)
- Log in to post comments
You can find a short description about the function clicking on it:
.png)
I asked the same:
https://community.intersystems.com/post/visual-studio-soap-wizard
The answer is yes! Check the answer in the question.
You can check this documentation page about releases (and cd and em meaning)
https://docs.intersystems.com/iris20241/csp/docbook/Doc.View.cls?KEY=PA…
What is the type of OtherProcedures property?
obj should be a dynamic array.
From the official documentation:
The compact database operation is designed to run concurrently with normal database activity. The operation does consume some system resources, however, and may not complete if the system is under extremely high load. For these reasons, InterSystems recommends running this and other database reorganization operations (including compacting and defragmenting globals) during off-peak hours, and running only one such operation on a system at a time.
https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls…
As we say in Spain, "The experience's voice speaks"
Who breaks the wheel pays for it.
Thank you @Robert Cemper for your kind review!
You can do it by hand, specifying in the JDBC url used the schema to connect, so you have to disconnect from the previous connection and connect again with the new **CORRECTION** namespace:
jdbc:CACHE://127.0.0.1:1972/NAMESPACE1--> jdbc:CACHE://127.0.0.1:1972/NAMESPACE2
And you can take a look to this article from @Yuri Marx
https://community.intersystems.com/post/debug-objectscript-code-using-v…
Have you defined the target config name?
Regarding the documentation looks like you need to configure the port in the Business Service:
(Configured Web Services exposed using the SOAP Inbound Adapter may also be invoked with this URL parameter but because each configured Inbound Adapter listens on its own TCP/IP port this parameter is just a safety check for them.)
https://docs.intersystems.com/iris20241/csp/documatic/%25CSP.Documatic…
Try with _SYSTEM or SUPERUSER
Have you tried this package to parse HL7 from ER7 format to XML (and viceversa)?
https://openexchange.intersystems.com/package/Healthcare-HL7-XML
The documentation is pretty clear, you have to include the external table as a subquery:
FROM Sample.Person,(SELECT * FROM Mylink.Person)
That means that you have to modify your view to use the external table in that way.
You can create your own HL7 schema to include the NTE segment for the ADT message, you will be able to configure the FileService to get HL7 messages based on your custom schema:
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…
Have you checked this comment?
https://community.intersystems.com/post/encoding-base64-stream-chunk-si…
Well deserved!
This article from @Kurro Lopez can help you:
https://community.intersystems.com/post/how-send-messages-microsoft-tea…
Thank you! It's always a true pleasure!
Have you tried to export it from 2014 and import it into 2018 instance using ^SECURITY command?
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KE…
I used it with no problem for this application:
https://community.intersystems.com/post/quinielaml-working-jwt-authenti…
The error message talks about a restriction for unauthorized access to %Api.Atelier class, maybe that class override the /login?
Edited! Thanks for the warning!
I was Java developer for more than 15 years and for me to use arguments by reference was totally disgusting, you can use it in Java, but it's not very common, in Objectscript is the opposite, Output arguments are the rule, no the exception.
Calling instance methods using variables not declared as arguments made me feel dirty.
Is the ID that you are using the same that was generated by the server?
Long life to @Robert Cemper !
PUT and DELETE works, but you have to use as id the generated by FHIR server, you can't use MRN or any other type of id.
Sales engineers are the best!
Congratulations to the winners!