Question Laura Cavanaugh · Oct 26, 2022 One-to-many relationship not ordered as expected Hello all; I am using a one-to-many relationship. I have a Claim (one), in a relationship with Lines (many), but the Claim is storing a list of Lines IDs, rather than the Lines storing the Claim Id. This seems upside down, and not what I expected. #Databases #Data Model #Object Data Model #ObjectScript #SQL #Caché 0 3 0 150
Question Laura Cavanaugh · Aug 29, 2022 How to store and translate CodeTableDetail value with all punctuation? Hello; I am using a custom class extending CodeTableDetail (actually it extends CodeTableTranslated) for a MedicalClaimLine.Extension property for a Procedure Modifier value, in addition to the existing MedicalClaimLine.ProcedureModifierItems property (this is a list of %String). This works very well, stored AND translated correctly, until a valid ProcedureModifier value is used that is all punctuation: ##, **, or ++. #XML #HealthShare 0 2 1 65
Question Laura Cavanaugh · Feb 2, 2022 HealthShare: Feeding Data to HSHI but de-prioritizing demographic data for certain Facility I have an SDA feed from an Edge server that eventually is fed into HSHI / Analytics. This edge server is loading up patient demographics (in the Patient object), which feeds the HSAA.Patient table in HSHI / Analytics. However, we have other edge servers also feeding into the same HSHI database, and these other edge servers have better demographic information. #Analytics #HealthShare 1 2 0 196
Question Laura Cavanaugh · May 11, 2020 Clones, oref reference count, and scope Hello all, I have a question about constucting thousands of clones, and scope. In my code, I'm looping through a database, say 200k+ objects, and creating a clone of each object (we need to evaluate a modified clone of the object, but not account for what's on disk). I see this a lot in the documentation: #ObjectScript #Caché 1 7 0 424
Question Laura Cavanaugh · Mar 31, 2020 Table of segment types for the Interoperate/X12 Schema structures? Hello; we are scanning 835 files, and need to validate segment types (such as ISA, ST, IEA, etc.) before we give the file the "OK". I see segment types in the management portal under Ensemble / Interoperate / ASC X12 / ASC X12 Schema Structures. Are these segment types stored in an IS table anywhere? Aside from EnsLib_EDI_X12.Document, are there any other tables that describe, or support, document segment types? Thanks, Laura #Interoperability #Ensemble 0 2 0 157
Question Laura Cavanaugh · Nov 26, 2019 recent version of zenutils.js Hello community, I recently added a change to our copy of zenutils.js, and while moving it up to production, I found different versions of zenutils.js. I edited a copy stored in the default directory for our web application (e.g. c:\intersystems\DEV\CSP\{application}) but the file on production is stored in {install dir}\CSP\broker. #Frontend #JavaScript #UI Development #Caché 0 1 0 245
Question Laura Cavanaugh · Nov 7, 2019 %OnNew and %OnAfterSave - do they user transaction processing under the covers? Hello community! I have a question about the %OnSave method of a class. We have a class that has two properties that are classes. Class A Class B Class C Class A.PropertyB as Class B ClassA.PropertyC as Class C Classes B and C also need to point back to Class A - it's just the way it is. We need to be able to use any one of these classes and get to the others (it's actually even more complicated than this, as Classes B and C also have a PropertyC and PropertyB as well, respectively) : #Database Transaction Processing #Object Data Model #Caché 0 3 0 528
Question Laura Cavanaugh · Nov 1, 2019 Unable to run OScommand to print widget from DeepSee Hello Community, We have two live servers running DeepSee dashboards for users. One of the servers can print a widget to a pdf file, and the other can't. I learned that 1) a Java JRE needed to be installed on the second server, and 2) it's trying to run an OS command to render a pdf file (details below). An audit log of the event shows this: #Callout #Dashboards #Caché 0 4 0 184
Question Laura Cavanaugh · Jul 19, 2019 Private Global Blocks in the Process Details Hi all,I have a question about the Private Global Blocks when viewing a process's details. This number is growing while my process runs - is this due to variables, process-private-globals, or both?ThanksLaura #Globals #System Administration #Caché 0 3 0 243
Question Laura Cavanaugh · Apr 4, 2019 CSP Gateway Management via Managment Portal link returns a page with a '0' and nothing else On one of our servers, when I am in Mgmt Portal and click the link for Configure / CSP Gateway Management, I get this url:http://ipaddress.of.server:port/INSTANCENAME/csp/bin/Systems/Module.cxw?CSPSYS=0&CSPSYSreferer=_CSP.Portal.Home.zenbut the page displays a 0, and nothing else. Literally, just a 0. This link works on our other servers, with the same URL. Any idea why? Thanks,Laura #CSP #Management Portal #Caché 0 4 0 232