Question Bransen Smith · Oct 29 How to programmatically export individual Data Lookup Tables? As the title suggests, I would like to programmatically export each individual data lookup table as XML, either as a stream object or to a file. How would I go about doing this? #Data Import and Export #Globals #ObjectScript #InterSystems IRIS 0 4 0 77
Question Bransen Smith · Oct 29 How to programmatically export individual HL7 schemas? As the title suggests, I would like to programmatically export each HL7 schema category as XML, either as a stream object or to a file. How would I go about doing this? #Data Import and Export #Globals #HL7 #ObjectScript #InterSystems IRIS 2 4 1 93
Question Bransen Smith · Oct 1 Help Understanding Global Mappings and Sharing One SQL Table Across Multiple Namespaces I have the class ConfigUtils.ConfigSettingsTable, which is a persistent object. I know I need to map packages from the original namespace. In this case, I have mapped ConfigUtils.ConfigSettingsTable from the originating namespace (IRISTST database) across all other namespaces. #Globals #Mapping #Namespace #InterSystems IRIS 0 3 0 63
Question Bransen Smith · Sep 29 How to run a routine when a Namespace component setting is updated/changed? I need to execute code whenever a production component setting is updated, such as when a service port is changed and the `ens.config` table is updated. This code will handle tasks like logging these updates to a custom table for external reporting purposes. How can I invoke custom code on these updates? Ideally, I need to monitor all namespaces that are interoperability-enabled. Whenever a production component setting is changed in any namespace, I need to run the code. #InterSystems IRIS #InterSystems IRIS for Health 0 2 0 58
Question Bransen Smith · Apr 23 How to Configure an Incoming SOAP Service via Management Portal I am attempting to configure an inbound service that utilizes the EnsLib.SOAP.GenericService class. This service receives HL7-v3 content wrapped in SOAP requests. Despite reading the documentation on configuring SOAP services, I am still confused. In my current configuration item "Fr_Centrak_RTLS", I have ‘Enable Standard Requests’ checked, ‘Pool Size’ set to 0, and the port is unspecified. #Authentication #Business Service #CSP #HL7 #SOAP #Web Gateway #XML #Ensemble #Health Connect #InterSystems IRIS for Health 0 7 0 245
Question Bransen Smith · Mar 14 How to select X.509 Credentials as a custom Business Process Setting I have created a custom Business Process setting called X509CredentialAlias in which I load the name of the credential alias to use for some background processes. I have looked through EnsPortal.Component but do not see an option for selecting X509 certs stored within IRIS. How might I adjust this setting to query all X509 certs saved within IRIS and offer a drop-down selection to the user within the business process? Similar to the EnsPortal.Component.sslConfigSelector. #InterSystems IRIS #InterSystems IRIS for Health 0 7 0 164
Question Bransen Smith · Oct 7, 2022 Possible to iterate over an OBR segment that is NOT set to repeating in schema. We have a handful of cases where we get reflex orders in an interface that contain multiple OBR segments. These are rare but when we get them, they are causing errors in down stream systems because we are unintentionally excluding OBR segments. Questions: At the DTL level - is it possible to iterate over this segment WITHOUT altering the underlying schema? If so what would that look like? #Code Snippet #Ensemble 0 1 0 234