Question Pavithra Rajamohan · Feb 10, 2022 What is the difference between "MAXSTRING" and "STRINGSTACK" error? Hello, We have recently received the two following errors as part of a PDF extraction process and I am trying to figure what the difference is between the two errors? #Ensemble 0 4 0 1.1K
Question Pavithra Rajamohan · Dec 24, 2021 Setting up GIT Repository Hello, I am in the process of trying to create a GIT repository and I am struggling to export all the relevant classes from Studio, as I only have access to Studio and not able to export via the Management Portal. Does anyone have any suggestions as to how I can export from Studio as one project to include all the relevant folders and its associated classes? Are there also any recommended documentations/links you would suggest to help me get a better understanding of GIT and how it works etc? Thanks! Pavi #Git #HealthShare 0 1 1 359
Question Pavithra Rajamohan · Oct 25, 2021 Extracting elements larger than max system string/charachter size from JSON messages in Healthshare v2017 We receive a JSON message containing an element which is larger than the system long string size. We are using Ensemble HealthShare v2017 which prevents us from using the %GET method as it doesn’t allow us to define the output as a Stream. We are instead trying to the read the contents of the JSON message using Readline function, and store the value into an instance of the %Stream.GlobalCharachter class, and then read from the instance of that class and write the contents of that element into a HL7 Message. #Ensemble #HealthShare 0 2 0 177
Question Pavithra Rajamohan · Oct 13, 2021 Method for retreiving embedded PDF file from JSON Hello all, #HealthShare 1 5 1 1.2K
Question Pavithra Rajamohan · Sep 7, 2021 How to change the encoding type of an entire HL7 Message? Hello all, I have a problem where one of our 3rd party systems is only able to accept HL7 messages with UTF-8 encoding but the originating messages have Windows 1252 encoding. Does anyone know a way in which I can change the encoding for the entire message from Windows 1252 to UTF-8? I have only been able to find the CONVERT method to change individual charachters but we would like to change the entire HL7 message encoding. Thanks! #Ensemble #HealthShare 1 1 0 579
Question Pavithra Rajamohan · Oct 13, 2020 Advice about HL7 Message creations for repeating loop items Hello, I am trying to create a HL7 message (REF_I12 message) using variables extracted from a Dynamic Object and need some advice about segment creation issues that I am having. Some background info: I receive a JSON response from an API call and used %FromJSON to convert the response to an Dynamic Object. Some of the items in the response are repeated such as NOKName, NOKrelationship. #HL7 #Caché #Ensemble #HealthShare 0 3 0 700
Question Pavithra Rajamohan · Oct 2, 2020 Advice about JSON conversions and reading outputs from Dynamic Objects Hi all, I need some advice about JSON conversions and the outputs. I am being sent a JSON response from an API call and I am struggling to produce an output that I can use from it. I have used the %FromJSON() method call to take the JSON stream source (pData) and convert it to a Dynamic object (object) but I am a little unsure as to how I can read the dynamic object and use it to extract the values from this and set the values as a property in another class. The current coding I have for the conversion: #JSON #Caché 0 21 0 761