Question Chip Gore · Jan 12, 2023 Needed Class Parameter specification and use that works SQLComputeCode In trying to define a Class Parameter that I can use in SQLComputeCode I can't seem to get any of the syntaxes for the using of the parameter where the SQL compute code will actually evaluate the parameter values. There is nothing specific that I can find in the docs about SQLCompute Code and Parameter usage. Is there some specific syntax for accessing a class defined parameter in the SQL Compute Code that works? This is on: IRIS for Windows (x86-64) 2022.1.1 (Build 374U) Tue Oct 18 2022 17:37:34 EDT #ObjectScript #Caché 0 4 0 240
Question Chip Gore · Nov 18, 2022 DTL to Record-mapped Batch output creation In terms of general through-put design and long term support, I'm considering what would be a "best approach" for needing to create multiple batch files in a few different layouts from the same data-sets. #Data Import and Export #DTL #Mapping #Performance #InterSystems IRIS 2 0 1 454
Question Chip Gore · Sep 20, 2022 Launching an application from a CSP Page Hi - I'm looking for some help in getting an OS level application on my server to startup from a csp page and I'm just missing something. I have a routine (and I've tried the same code from an instance method, with the same results) that will launch an application at the OS level using the $zf(-100,keywords,program,parms) from a terminal session, but it won't/doesn't seem to work when I call the code from a #server() call from my webpage. I don't know if there is some combination of keywords or perhaps a different version of the $zf() call that should/would work. #CSP #InterSystems IRIS 0 7 1 312
Question Chip Gore · Oct 29, 2021 Calling a Function from the WHEN directive in a Business Rule specification In specifying a "WHEN" condition statement, I don't seem to be able call a function directly from this declaration, as the generator seems to get confused In the graphical editor: %request.GetValue("MRN"))=123453 (%request.GetValue("MRN"))=123453) In the DTL directly: <when condition="(%request.GetValue("MRN"))=123453)"> <when condition="(%request.GetValue("MRN"))=123453)"> #DTL #InterSystems IRIS 0 2 1 305
Question Chip Gore · Apr 15, 2021 Renaming and installed Instance of IRIS Is there any way (on a Window machine) to rename an installed instance? I installed my instance as 20201 and now I've upgraded in place to 2020.4 and I would like to change the instance name to be 20204, but I'm not sure how/where/or-even-if-possible to rename the instance. Am I out of luck, or is this possible? Thanks #System Administration #InterSystems IRIS #InterSystems IRIS for Health 2 5 0 1.1K
Question Chip Gore · Feb 2, 2021 How do I pull a class from a connected IRIS server to my local machine using VSCode for editing? Hi - I know this is very "newby" of me, but here goes.. I have moved some classes onto my server, but these have never been in VSCode as edited files, and I'm just not finding the magic command or button or drop-down that says "pull this file from the server and make me a local copy to edit. I can see the class files on the server using the ObjectScript plugin - but I just can't find out where to make a local copy for editing Thanks #VSCode 0 2 0 211
Question Chip Gore · Sep 22, 2020 VSCode and CSP - what did I miss? Hi - I'm trying to get my VS Code instance that is connected to an AWS IRIS instance to edit/save/compile .csp files, but it's failing to work and I'm not sure why. The ".csp" is associated with the objectscript-csp code, and the server is connected, but things just don't act like they are enabled. Should this work? and if so, what might I have missed in configuring things? #AWS #CSP #VSCode #InterSystems IRIS 0 5 0 861
Question Chip Gore · Apr 15, 2020 InterSystems IRIS Business Intelligence - Limiting the source data for a cube I'm looking for a means to dynamically specify and/or limit the data from the source that goes into a cube at build time. I have a single data class that defines my source, and as the data within this table/collection grows/changes over time, I would like to be able to control which records actually make it into the indexed cube, but I'm having a hard time (short of defining a stored procedure to use instead of the extent query) for populating my cube indexes. #Cubes #InterSystems IRIS BI (DeepSee) 0 2 0 165
Question Chip Gore · Oct 30, 2019 How do you sort a DeepSee Pivot Table by Row Label? Working on "HealthShare 2019.1 [HealthShare Modules: Core:17.0.9941 + Patient Index:17.0.9941 + Clinical Viewer:17.0.9941 + Active Analytics:17.0.9941] - Cache for Windows (x86-64) 2018.1.1 (Build 312_1_18859U) Tue Mar 19 2019 00:43:30 EDT" In creating a DeepSee Cube - Pivot - Dashboard I am not finding out how to sort my rows by the row label value. My Rows are numeric values, but they are sorting lexically not numerically. By this I mean that given the Row Values 1, 2, 3, 10, 100 the rows ar being displayed in the Analyzer in the alphabetic order of: #Cubes #InterSystems IRIS #InterSystems IRIS BI (DeepSee) 0 1 0 249
Question Chip Gore · Oct 11, 2019 How do you Resend Messages from Event Logged sessions? Hi - #HL7 #Message Search #InterSystems IRIS for Health 0 1 0 491
Question Chip Gore · Sep 6, 2019 Biometric data for Identity Hi -I'm wondering if there is any sort of experience with trying to leverage things like fingerprint readers into any identity management interface. I'm wondering if the "output" of some fingerprint scanner (or face scanner, or eyeball scanner for that matter) is something that HealthShare Patient Index might be able to use? #HealthShare 0 1 1 184
Question Chip Gore · Apr 4, 2019 How does FHIR work on "Latest HealthShare" WITHOUT Using the ODS? Hi - I was wondering how if the "old FHIR gateway" works with the latest release of HealthShare Information Exchange. Since there is an impact on the amount of storage needed to use the "FHIR Gateway 2 which uses the Operation Data Store (ODS)", my question is how (if at all) can FHIR access to Information Exchange work without ODS? Thanks #FHIR #HealthShare 0 1 0 496
Question Chip Gore · Mar 13, 2019 Problems with a Custom Login page for an IRIS web application Hi -I'm having odd behaviors on my EC2 hosted IRIS Community instance.When I configure a "custom login page" in the System Management Portal for my web application I'm seeing a few different behaviors that are under documented (and also undesired) #CSP #Frontend #Caché #InterSystems IRIS 0 2 0 547
Question Chip Gore · Feb 22, 2019 How do I Create a "TrakCare Login" account in HealthShare so I can access the Layout Editor for the Clinical Viewer? Hi -I'm trying to follow the documentation, but I seem to end up in a circular reference, where the docs say "Login to TrakCare" to get access to the Layout Editor, with a link to "Logging Into TrakCare", and then that whole sections assumes that the account being used has been created, but doesn't seem to point to any means of actually creating the account in the first place.Where is it described in the HealthShare Documentation, how to create a TrakCare login account? #System Administration #HealthShare 0 1 0 1.7K
Question Chip Gore · Jan 2, 2019 Anyone have a technique for COS Class Polymorphism that should survive an upgrade? Hi -I'm wondering if anyone has coded up a means to create an extension for a %Persistent class from a base class to a sub-class without making a ton of assumptions about the Global structure. I'm trying to create a new "extension" record that would have the same ID as the Base Class Class BaseRecord Extends %PersistentandClass SubRecord Extends BaseRecordwhere I would have an instance of a "BaseRecord" and I want to turn it into a "SubRecord" instance and have all of the existing references to the BaseRecord survive. #Object Data Model #ObjectScript #Caché 0 7 0 457
Question Chip Gore · Jul 24, 2018 Combo Chart scaling question... Hi -I'm trying to get my Combo Chart to dynamically scale the Y axis, but it's not doing what I would like. The 1st Y series, if the MAX value is set to null, scales the chart and the series fine, but then the subsequent Y axis are not to that same scale. Each "null" Max'ed series is setting it's own scale based only on it's own ranges and not in sync with anything else.Is there a way to force all of the "null" scaled columns to be in the SAME scale as each other AND be dynamic. #InterSystems IRIS BI (DeepSee) #Dashboards 0 1 0 244
Question Chip Gore · Jun 20, 2018 HL7v2.x question: Where should depression screening information go? Hi -I'm working on a project that will be dealing with depression screening and I'm not certain where any of this information would belong in the HL7v2.x world.Can anyone suggest what the proper placement of "has this person been screened" and if so, "this was what the screening showed"?At first thought I was thinking that this is an "Observation" of some sort (and ORU message) for the "what the screening (or perhaps testing) showed", but I'm not sure if the screening was performed yes/no qualifies as an "ordered test". #HL7 #HealthShare 0 1 0 245
Question Chip Gore · Apr 24, 2018 How can I programmatically select a row on a zen.TablePane when I only know the row's value? Hi - I'm trying to figure out an elegant way to select a row on a table pane when I don't have an index, but I DO have a value. #ZEN #Caché 0 7 0 679
Question Chip Gore · May 26, 2017 Can someone please explain what a Proxy user in HealthShare can and can not do? Hi -In HealthShare clinician user specifications (as well as in the the clinical viewer), there are locations for specifying "proxy" user(s), but there doesn't seem to be anything in any of the documentation that explains what this actually means/enables. #HealthShare 0 5 0 380
Question Chip Gore · Nov 23, 2016 Looking for examples of Cache Password Pattern specifications Hi -I know that when specifying Caché password rules (i.e. what constitutes a valid password definition) that the "Pattern Matching" logic is what is getting leveraged under the covers to enforce the "A Password Must conform to X" rule. I was hoping that people could share some more sophisticated pattern matching rules. (in particular, I was wondering what a rule that would require non-repeating mixture of letter, numbers, & punctuation of an overall minimal size) #Caché #Security #Authentication #Access control #System Administration 1 3 0 641