Question Yone Moreno · Mar 28, 2022 TCP and DICOM: Investigate service invocation options Good morning, We would appreciate your support: Developing an integration to perform a "Query / Retrieve" circuit with DICOM medical imaging studies, we would need the following: Options of invocation of the DICOM TCP service that has been published for this integration, alternatives to the command line option. Specifically we have read: Receive DICOM document with an embedded PDF and metadata. #Code Snippet #Ensemble 0 3 0 175
Question Yone Moreno · Nov 4, 2021 How could we activate a SOAP Operation only during a time slot‽ Hello community, It would be appreciated if you could read and respond to us: ➡️ We need to activate a SOAP Operation during a time slot, in order to send messages to the target system, only for a few hours; for example from 4am to 8am. The requirement is to do this without a scheduled task. This is because when changing nodes, in the production mirrors, there are difficulties, challenges, or issues with scheduled tasks. #Business Operation #SOAP #Caché #Ensemble 0 2 0 147
Question Yone Moreno · Oct 27, 2021 How could we find inside PID a specific field? First of all thanks for your help and time We would need to find inside PID:3 which one meets the following condition: PID 3.4.1 = "CAC" and PID 3.5 = "JHN" We have been investigating how could we do it We have achieved to get single fields in a call request as follows: request.GetValueAt("ORCgrp(1).ORC:OrderingProvider(1).IDNumber") ##class(Ens.Util.Time).ConvertDateTime(request.GetValueAt("PID:DateTimeofBirth"),"%Y%m%d","%Y-%m-%d") #Code Snippet #Caché 1 2 0 246
Question Yone Moreno · Oct 14, 2021 How could we use MTOM to send a zip with a csv inside? First of all thanks for your time reading this question, and thanks for your help We have the following use case: we would need to send with MTOM a zip which contains a csv We have read: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... #SOAP #Caché #Ensemble 0 2 0 217
Question Yone Moreno · Oct 7, 2021 HL7 Message: Find a value inside message First of all thanks for your time and help reading this question: We would need some help: The use case is: to add a rule inside a EnsLib.HL7.MsgRouter.RoutingEngine, where we iterate in a EnsLib.HL7.Message to find a specified value inside all OBXs segments. It should return a Boolean Is there any recommended way, or standard function inside Ensemble, that we could use, without having to develop a new function? We have read: #Caché #Ensemble 1 6 0 418
Question Yone Moreno · Sep 24, 2021 Add parameter "name" inside "Content-Type" header when we send a MTOM attachment using a SOAP request Hello, first of all thanks for your time reading this question, and thanks for your time: We are expected to send a file as an attachment in a SOAP request using MTOM protocol. It is expected to include a "name" parameter inside the "Content-Type" header, as we show below: #Code Snippet #SOAP #Caché 0 4 0 418
Question Yone Moreno · Aug 5, 2021 Convert hexadecimal to base64 Hello, first of all thanks for your time reading our question 💭 We would need to be able to transform a hexadecimal string to a base64 coded one. 🔄 To be specific, our use case is this: 1º We have our hexadecimal as follows: 4C5803040101020179C3913EC3BA7C4C580708010101021824584D4C 2º We convert it to ASCII: LXyÑ>ú|LX$XML using this online tool: #Code Snippet #Caché 0 5 0 1,032
Question Yone Moreno · Aug 4, 2021 Convert a %String property with CDATA and XML content to Ensemble object Hello, first of all thanks for your time reading this question ◀️ We would need to achieve the following task: We have a Ens.Response message with this structure: #Code Snippet #XML #Caché 0 2 0 669
Question Yone Moreno · Jun 29, 2021 How would you recommend to delete a .stream in a REST Service? Hello, first of all thanks for your time reading this question, We would need some help, we would need to delete a %GlobalBinaryStream which is a variable called "pOutput" which is being sent from a REST Service to POSTMAN Currently we have tried: #Code Snippet #Caché 0 3 0 181
Question Yone Moreno · Jun 21, 2021 How could we check if birth date from PID 7.1 is below 65 years old? Hello, First of all thanks for your time reading our question, and thanks for your replies and help We would need to know if a patient has less than 65 years old, using their birthday from the PID 7.1 So far we have developed the following code: #Code Snippet #Caché 0 4 0 214