go to post David Foard · May 20, 2020 Adapting the sample code to connect to my own local IRIS, how do I define the location for intersystems-iris-native. I see this line of code const irisnative = require('intersystems-iris-native'). Do I need to make a copy of one of the iris.node files from the bin directory and add it it node-modules? Also I am using node v13.8.0 - will iris1000.node work is do I need one specific to that version?
go to post David Foard · May 20, 2020 The fix for this is to delete ~/.docker/config.json (https://superuser.com/questions/1401705/docker-gcloud-how-to-fix-docker-credential-gcloud-not-installed-or-not-avail) This fixed the issue and I am able to run docker images again.
go to post David Foard · May 15, 2020 When I run the docker up command from VSCode or if I try to run this from the command line I am getting the following error: docker.credentials.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH David
go to post David Foard · May 11, 2020 Is the current R4 support built into the FHIR Repository or is this represented somewhere else? Do you have any documentation?
go to post David Foard · May 8, 2020 Is there any plan to get rid of the intermediate data model and support FHIR data model directly, or is SDA3 still your approach to supporting it? Also, do you have a time table for when STU4 support will be available in 2020.1? David
go to post David Foard · Apr 24, 2020 When I try this on my laptop I am getting the following error: The terminal process terminated with exit code: 1 Looking at the terminal output everything seems normal up to that point. Have you encountered this issue before? David
go to post David Foard · Mar 1, 2019 Eduard, that's a good suggestion, but one issue I see is that if you are processing millions of documents, that's a lot of database overhead. Using a simple global reference with locks would work better as you would only have n files persisted up to the Pool Size. My next challenge is to determine a better way for the file service to pick off files from the OS folder without loading all the files into a potentially massive result set which can blow out local memory and in extreme cases quickly blow out CacheTemp DB size.
go to post David Foard · Feb 26, 2019 Okay, that setting eventually worked. I guess the services takes many minutes when there is large number of documents sitting in the OS folder.One more question - is there a way to use negation on the file spec - e.g. create another service that looks for documents that don't match the specific pattern? I don't see anything obvious reading the code which means I would need to create a custom service to do this.I would like to have multiple services handling the same OS folder.I could use Pool Size > 1 but then there is conflict between the jobs when they try to access the same file.
go to post David Foard · Jan 24, 2018 Out of the box there is no way to reference the %Source value of the recordmap via the UI. You will need to create a custom class as shown in previous replies/answers on this thread.It is interesting though that if I modify the .int file directly with pContext.Document.%Source and compile, the code compiles AND the rule works.So this must be a defect in IS code.Also, it is disappointing that the documentation around RecordMapper usage is so poor that you need to go on this long debug sessions to figure out how things really work.
go to post David Foard · Jan 12, 2018 I have tried this and it does not work. I have tried all variations: document.%Source, %Source, Document.%Source and they all fail - either at compile time or at run time. Does anyone have an explicit example that shows what the rule will look like?
go to post David Foard · Mar 22, 2017 We have a client that uses PHIN-MS that would like to receive qualifying laboratory messages. I am exploring whether we can use the out of the box classes as the base to communicate with that system directly.
go to post David Foard · Sep 9, 2016 Is that for all inbound adapters, especially a recordmap based one? The reason I ask, is while trying this out for a recordmap service I am seeing the following messages logged:Skipping locked file key.ERROR #5001: No records mapped from Submission
go to post David Foard · Jul 27, 2016 Here is everything that is available in the Details section:Cannot complete the install because one or more required items could not be found. Software being installed: Atelier IDE 1.0.190 (com.intersys.eclipse.feature.estudio.feature.group 1.0.190) Missing requirement: RCPTT support plugin 1.0.190 (com.intersys.eclipse.ui.rcptt 1.0.190) requires 'bundle org.eclipse.rcptt.ecl.core 0.0.0' but it could not be found Cannot satisfy dependency: From: Atelier IDE 1.0.190 (com.intersys.eclipse.feature.estudio.feature.group 1.0.190) To: com.intersys.eclipse.ui.rcptt [1.0.190]
go to post David Foard · Jul 19, 2016 Joyce; Thanks, this works fine for that version. However we don't have that version available yet. We are using MyEclipse Pro 2015 v2.0 (from Genuitec). When I attempt to load the plug-in on this version, it fails loading the IDE piece with the error below. Any suggestions on how to correct this?Cannot complete the install because one or more required items could not be found. Software being installed: Atelier IDE 1.0.190 (com.intersys.eclipse.feature.estudio.feature.group 1.0.190) Missing requirement: RCPTT support plugin 1.0.190 (com.intersys.eclipse.ui.rcptt 1.0.190) requires 'bundle org.eclipse.rcptt.ecl.core 0.0.0' but it could not be found Cannot satisfy dependency: From: Atelier IDE 1.0.190 (com.intersys.eclipse.feature.estudio.feature.group 1.0.190) To: com.intersys.eclipse.ui.rcptt [1.0.190]