Question Jenna Poindexter · Aug 12, 2019 write # HiIs there any way to control what control sequence is sent to a device when a "write #" is executed?I have an application that establishes a banner at the top of the terminal window and when we do a "write #" the banner disappears. I need to be able to recreate the banner line as part of the screen clear.ThanksJenna #Terminal #Caché 0 3 0 285
Question Jenna Poindexter · Apr 15, 2018 Indexes in Cache Objects Hi-I have the following objectsClass A Property P1 As B Property P2 As %String Property P3 As %StringClass B Property P1 As %StringCan I create an index in Class A based on P1.P1. Basically I want an index of class A by property P1 in class BI tried creating the following but got a compile errorIndex I1 On P1.P1Thanks #Indexing #Object Data Model #Caché 0 2 0 440
Question Jenna Poindexter · Feb 13, 2018 Manipulating tablePane columns programmatically Hi-Does anyone have an example of manipulating Zen tablePane columns programmatically?Specifically, clearing out the columns and adding a new set of columns.It would be helpful if you had both a server side and client side example.Thanks #ZEN #Caché 0 2 0 464
Question Jenna Poindexter · Dec 15, 2017 Atelier client keeps breaking on Mac Hi-I have Atelier client installed on a Mac and every now and then it just stops working. Currently I am getting this error when I try to synchronize my workspace with the server.Synchronization failed: [server is broken] java.lang.ClassNotFoundException: Provider org.glassfish.jersey.internal.RuntimeDelegateImpl could not be instantiated: java.lang.IllegalStateException: No generator was provided and there is no default generator registeredIs anyone else experiencing similar problems and if so, what is the work around? 0 13 0 650
Question Jenna Poindexter · Dec 4, 2017 Where can I find information about interfacing with JMS Queues Hi-I have searched through documentation, etc and see many mentions of using Ensemble / Health Connect along with the Java Gateway to interface with JMS Queues, but see no specific documentation on how to do this.Does anyone have any information, or a concise example of using the Java Gateway to allow Ensemble / Health Connect to be able to place messages and retrieve messages from a JMS Queue?Thanks #Ensemble #HealthShare #Java 0 2 0 696
Question Jenna Poindexter · Nov 7, 2017 Custom Schema Hi-Please excuse my rather limited knowledge of HL7.In Ensemble, I have a HL7 message that contains several Z segments. I have created a custom schema to represent the new Z segments along with the new DocType Structure and Message StructureHow does Ensemble/Health Connect know which custom schema to use? I believe it has to be indicated in the MSH segment somewhere, but not sure where exactly that would be. Is the version simply updated with the new schema name or is there some other field?TIAKen #Ensemble #HL7 0 1 0 345
Question Jenna Poindexter · Nov 3, 2017 Out of sequence Z segments in HL7 Hi- I have a HL7 message ADT_A01 (Admit) that contains several Z segments, which don't necessarily all appear at the end of the document, like normal. See below... #HL7 #Ensemble 0 1 0 1,146
Question Jenna Poindexter · Sep 30, 2017 Passing an array to a class method on a job command hi-Can someone give me an example of how to JOB a class method that requires an array of values to be passed to it by reference. This is what I tried, but am getting compile errors because of the .paramsjob ##class(%SYSTEM.OBJ.FM2Class).All(.params)::5Any thoughts on how to accomplish this, the simplest way. I would like to avoid writing all of this to some global and having to write some wrapper to pick it up and then call the class method, which I certainly could do. but is this the only way to do it? #Caché #Compiler 0 9 0 1,120
Question Jenna Poindexter · Sep 29, 2017 Given an IP Address and Port # is there any way to verify connectivity from within Cache? Hi-I have an IP address (or hostname) and a port (in this case a super server port #) and I want to try to verify that network communications can be established between the host I'm on and the given hostname and port number of a remote server.Is there any way pragmatically to do this within Cache? #API #Caché 0 5 0 1,227
Question Jenna Poindexter · Sep 29, 2017 Are Config.* classes backwards compatible to previous versions of the cpf format? Hi-I am running the latest version of Cache and am trying to use the Config.* classes in the %SYS namespace to be able to gather information from a cache.cpf file that was provided to me by a customer. The customer is running an older version of Cache which had a different Version number in the cpf file. Theirs is 2013.1 and mine is 2015.1. My question is, are the Config.* classes backwards compatible. Can I use a 2017.1 version of Cache to read information from cpf file from a 2014 system? #Object Data Model #Caché 0 12 0 258