Question Paul Dawson · Sep 15, 2021 Can you CCR a Lookup Table across namespaces? We have a lookup table that we need to populate across different namespaces. Is it possible to CCR a lookup table to allow the table to be synched across our environments? #HealthShare 0 2 0 243
Question Paul Dawson · Jul 6, 2021 Can Globals be called from BusinessRule classes? I am attempting to prevent ADT merge messages from coming into Healthshare if the MRN being merged does not exist. To my mind, the best way to do this would be to check the PriorPatientIdentifierList.IDNumber against the HS.SDAStreamletMRN global. However, I'm not able to get it to work in Business Rule classes. Something like: <when condition="$G(^HS.SDAStreamletMRN('MRN','Facility^AssigningAuthority^'_(Document.{MRG:PriorPatientIdentifierList(1).IDNumber}))=(""))"> <return></return> #InterSystems IRIS #InterSystems IRIS for Health 0 1 0 160
Question Paul Dawson · Feb 24, 2020 %GetComponentByID Compile Error Hello, I have a class I'm working on that is extending a base class that contains the %GetComponentByID method and a section of the new code I'm writing uses %GetComponentByID but when I attempt to compile the class I'm getting an error that says the method doesn't exist. Am I missing something to be able to include the GetComponent method in an extended class? #Caché #HealthShare 0 7 0 236
Question Paul Dawson · Nov 7, 2019 Looking for a way to add a new column in Trak Hi All, I'm currently trying to modify the provider portal using Trak to add a new column. Using the column editor to get the column to display on the page is relatively simple, but where I'm running into problems is modifying what will display in the column. Essentially, it just needs to run a simple "if value in column A is in this list, display x, else display y" which is easy enough to write in ObjectScript, but the ISC documentation is relatively sparse about how to get a specific column to run that bit of code to display what I need it to. #HealthShare 0 1 0 207