Question Julian Matthews · Mar 17, 2021 Saving a file character stream to a UNC path not reporting a failure to save the file Hey everyone. I have a process where I create a new %Stream.FileCharacter object, specify the filename (including it's path), write data to the stream, and then save. However for some reason, if the user account does not have write access to the directory, the %Save method is still returning true even though it was unable to actually write the file to the folder. The location is a UNC path, and I'm wondering if this is tripping me up? #ObjectScript #Caché #InterSystems IRIS 0 3 0 360
Article Julian Matthews · Feb 9, 2021 1m read Tracking down source of bothersome file creation in a Windows environment Hey everyone! I recently learnt something new while working with WRC on an issue, and I wanted to share with everyone on the off chance it could help someone else. Scenario: Files are being inexplicably written to a folder on your server and, due to the number of files in the folder and general system throughput, it is not possible to work through the files to track down the source. #Debugging #Microsoft Windows #Ensemble #HealthShare #InterSystems IRIS for Health 4 0 0 374
Question Julian Matthews · Nov 11, 2020 Email address change has created a new community account Hey everyone. It seems that my email address being updated with Intersystems has created a new account on here, and when I attempt to login with the old email address it logs into the new account meaning it looks like I have no post history. Has anyone else faced this and have any advice on how to resolve it or any thoughts on if this is likely to affect other services like Learning and Global Masters? #Other 0 3 0 133
Question Julian Matthews · Nov 5, 2020 Impact of Journal File Size on MirrorDatabaseLatencyTime Hey everyone. I have noticed that my backup mirror is warning that the MirrorDatabaseLatencyTime is having a bad time (time in ms is 3000, and warnvalue is 3000). While I look into what may be causing this latency between the two servers, I was considering if reducing the size of the journal files would improve this value in any way. My assumption is that reducing the file size would mean that the frequency of the journal files being created would be increased, but the reduced size would mean that the transfer and application of each file would be reduced. #Journaling #Mirroring #InterSystems IRIS for Health 0 2 0 778
Question Julian Matthews · Jul 7, 2020 Extending EnsLib.File.PassthroughOperation to allow the destination to be determined on a per file basis. Hey everyone. I have a use case where I need to write files to a handful of locations, and 2-3 subfolders in each location. My plan was to extend EnsLib.File.PassthroughOperation and then pass that operation the file and the subfolder details, and then have an operation per destination. Has anyone done anything similar and can highlight any pitfalls I may be about to make? #Caché #Ensemble 0 3 0 318
Question Julian Matthews · Apr 27, 2020 Issues Monitoring Activity Volume Hi all. A long time ago I enabled Activity Monitoring to be able to save myself headaches in the future when looking at the performance of various message routes through our productions. It's served it's purpose of answering questions on how many messages we process a week etc but I had not had the chance to really dig down into the stats for specific message types or destinations to pin point issues. #Monitoring #Performance #Ensemble 0 3 0 283
Question Julian Matthews · Apr 17, 2020 Routing Rules With Nested Repeating Segments Hi all. I working with ORU messages where I'm only interested in routing the message to an operation where any of the contained OBR:UniversalServiceIdentifier.identifier segments contains certain values. The problem I'm facing is that the OBRs are nested within a repeating ORCgrp, which is then nested in a repeating PIDgrpgrp (although the source only ever uses a single PIDgrpgrp). Is there a simple way of achieving this without a massive OR for each possible ORCgrp value? #Ensemble 0 4 0 595
Question Julian Matthews · Nov 20, 2019 Using BP to create multiple messages from a single HL7 Hi all. I'm currently working with a system needing results from a lab system, and they can only accept a single OBR per R01 message. The R01s from the source have multiple OBRs, so I need to be able to send a message per OBR. #Business Process (BPL) #HL7 #ObjectScript #Ensemble 1 4 2 1.1K
Question Julian Matthews · Jul 31, 2019 DICOM TCP IN to File Writer Has anyone had any success receiving a DICOM TCP in, and then using a process to write to a file while responding to the sender correctly? I'm pulling my hair out, and would love to know where I'm going wrong. #Ensemble 0 2 0 281
Question Julian Matthews · Jun 26, 2019 EnsLib.DICOM.Document - GetValueAt truncating "large" files I have a process that receives a EnsLib.DICOM.Document, and then attempts to extract a PDF from the dataset to save to a folder.When I use the GetValueAt method to get the pdf from the document (from the EncapsulatedDocument section), the status returned is 1, but I'm only getting the first 32648 characters(?) from the PDF.I thought it was a string max length problem, but long strings are enabled and the final PDF is tiny (94kb) so it's not hitting the long string.Is there some form of limit to using the GetValueAt method that I'm missing? #Caché 0 3 0 355
Question Julian Matthews · Jun 18, 2019 Reply Code Actions - how do I handle large HL7 NACKs? Hi there.I am dealing with a clinical system that returns a stack trace within the NACK (Specifically, within MSA:3).Within the stack trace there is an error code I am interested in, and hoped I could use the Reply Code Actions to look for that code within the error by using the "E*<text>" condition to either suspend or accept the response and move on. The problem is, looking at the error within the event log, I can see that the error text is truncated, cutting off the error code I'm looking for within the stack trace. #HL7 #Caché #Ensemble 0 3 0 571
Question Julian Matthews · Jun 10, 2019 Purge timeframe Hi all.I was wondering if anyone knew if the purge tasks in Ensemble consider a day to be midnight to midnight, or 24 hours from the time of running the task?Thanks! #Ensemble 0 3 0 254
Question Julian Matthews · May 3, 2019 .Stream files stored on server when using file streams Hi all.I have a process/operation within Ensemble that grabs a PDF from a webservice, and then saves it to an external location. All is well, except I am noticing that a lot of .Stream files are being stored on the Cache Server.Does anyone know what causes these to be stored and what would trigger their removal? Would I be right to assume these would be removed if I ran Ens.Util.Tasks.PurgeMessageBank and the creation dates fell within the purge range?Edit: I answered my own question on if the purge would clear them out. The answer is yes. #Caché #Ensemble 0 4 0 1.3K
Question Julian Matthews · Oct 1, 2018 Issues manually creating HS.SDA3.Patient Hi all.As part of my dysfunctional journey with FHIR, I'm looking at using the SDA3 within Healthshare to then convert to the HSFHIR format.This is working surprisingly well, except I'm falling over when it comes to repeating fields within the SDA3 when creating the HS.SDA3.Patient object manually from within Cache.If I take the Patient ID as an example - within a DTL, I can quite easily take an MRN and add that to the target PatientNumbers.(1).Number and then add an NHS number to the target PatientNumbers.(2).Number. #Caché 0 1 1 472
Question Julian Matthews · Sep 20, 2018 Creating a FHIR "Server" using an existing Data Source Hi there. I was curious if anyone had attempted to link the built in FHIR support within Healthshare Healthconnect to an existing data source? For example, having FHIR requests be received into Healthshare, and then call off to an external SQL Database to grab the data required for the response. #FHIR #Health Connect #HealthShare 0 1 3 838
Question Julian Matthews · Jul 26, 2018 GlobalBinaryStream write to file on server I have a process which is passed a .rtf within a GlobalBinaryStream. I am trying to then output just the .rtf to a folder on a server, but not even sure where to start.Is there a Built in Operation that I can pass the GlobalBinaryStream to which will then write the file to a folder, or do I need to use a custom class for the operation?Thanks #Caché #Ensemble 0 2 1 1.6K
Question Julian Matthews · Jun 4, 2018 Atelier Hardware Requirements? I was wondering what the recommended system specifications are for running Atelier.The product link doesn't mention hardware requirements, and it would help to know this to see if any performance issues faced are due to underwhelming hardware or product issues. #Development Environment #Eclipse 0 2 0 380
Question Julian Matthews · May 31, 2018 Add a new heading in the settings tab? I was wondering if there is a way of adding additional headings under the settings tab for services etc?I'm aware its possible to add items under the additional settings heading, but being able to split these out into separate headings would look a lot nicer. #Ensemble 0 2 0 248
Question Julian Matthews · May 16, 2018 Using Source Control with Atelier on existing code Hi there.I'm really interested in using Atelier for its source control ability, and I have found a fair bit of info when it comes to starting a new project and then pushing that project to a chosen source control system.However, my environment has a lot of existing code which was developed within Studio and Ensemble, and placing entire namespaces within a single project file feels wrong. #Development Environment 1 7 0 465
Question Julian Matthews · Feb 27, 2018 Potential size limit issue when using EnsLib.SOAP.InboundAdapter I have a service that uses the EnsLib.SOAP.InboundAdapter, and I seem to be facing an odd problem.Our clinical document system sent a request which contained a word document in base64, and was presented with the error "ERROR #6253: Datatype validation failed for tag payload (ending at line 1 character 2111). Unexpected tag <ClinicalDocument> found."I took a look at the word document sent, and found it contained an image which made the document size about 4MB larger than the average document. #Ensemble #Business Service 0 3 0 450