Question Smythe Smythee · Dec 2, 2024 Python installation Hi Community, I have installed python from https://www.python.org/downloads/ and the installed path of this application is my local C:\Users\data\AppData\Local\Programs\Python and i am trying to run C:\InterSystems\IRIS_SANDBOX\bin>irispip install in command prompt and getting the below error 'pip' is not recognized as an internal or external command,operable program or batch file is there anything else i am missing here please add #Python #InterSystems IRIS 0 4 0 125
Question Smythe Smythee · Nov 15, 2024 Base 64 message is taking considering as a new segment Hi Team, I am converting xml message into HL7 message but the input XML message contains pdf which is converting into base 64 and getting mapped to OBX:5.5 in HL7 message and sending it to downstream In Downstream service i am using normal HL7 TCP class EnsLib.HL7.Service.TCPService but the message looks like below i am not sure why stream is taking as another segment in HL7 message, Any thoughts on this? Thanks, Smythee #DTL #HL7 #Ensemble 0 15 0 145
Question Smythe Smythee · Jun 12, 2024 How to read from a file Hi Community , I have a csv file to read and validate the data in the file How can i ready only 1st line from the file using Readline() Thanks, smythee #InterSystems IRIS 0 2 1 195
Question Smythe Smythee · Feb 17, 2024 How can we call a data transformation from a business service Hi Community, Is there a way to call HL7 Data transformation directly from Business service without using Rule functionality in the production In this scenario i need to call a data transformation in directly in business service and give the transformed message to Business operation Please share if you have any ideas to implement this. Thanks,Smythee #Business Operation #Business Rules #Business Service #DTL #ObjectScript #InterSystems IRIS for Health 0 6 0 194
Question Smythe Smythee · Sep 11, 2023 How to read and write values into Ens.StreamContainer Hi Community, #Business Operation #DTL #XML #InterSystems IRIS for Health 0 3 1 651
Question Smythe Smythee · Aug 23, 2023 ERROR #6232 Data type validation error while using %Date Property Hi Community , I am using %Date Property for defining one csv source message class .Please refer below class #Business Process (BPL) #DTL #Error Handling #ObjectScript #Ensemble 0 14 0 495
Question Smythe Smythee · Aug 8, 2023 How to map total source value into target value in data transformatio Hi community, I am trying to map <assign value='source.{ORCgrp(1).RXE:7.1}' property='target.{ORCgrp(1).RXE:7.1}' action='set' /> in data transformation #Business Process (BPL) #DTL #HL7 #Caché #Ensemble 0 3 0 200
Question Smythe Smythee · Jun 23, 2023 Dateconversion Hi Community, I need to convert date 1997-08-09 10:38:39.700000000 into this format 1997-08-09T10:38:39Z I have tried using all date function $ZDH,$ZDT no luck can anyone help me to convert this into required format. Thanks, Smythee #Caché 1 5 0 286
Question Smythe Smythee · Jun 13, 2023 CDA to CDA transformation Hi Community, I am new to CDA to CDA transformation in ensemble, Can anyone explain how Match,Select,Varibel,Attribute,Copy,Method Will work in CDA transformation using xslt stylesheets Smythee #XML #Ensemble 0 0 0 162
Question Smythe Smythee · Mar 23, 2023 Saving data into SQL table Hi Community, I am trying to save data into SQL table but each entry getting saved twice in the SQL table. Is there any reason data is saving Twice in the SQL table I have created a %Persistent class for the fields Please find the business operation below Class Patient.DBOperation Extends Ens.BusinessOperation { Parameter ADAPTER = "EnsLib.SQL.OutboundAdapter"; Property Adapter As EnsLib.SQL.OutboundAdapter; Parameter INVOCATION = "Queue"; #Business Operation #ObjectScript #SQL #Caché #Ensemble 0 6 0 299
Question Smythe Smythee · Jan 9, 2023 How to apply Late Binding and Early Binding for a data transformation Hi Community, Can anyone explain how to apply early binding and late binding to a transformation. Example: I have DOB value as 12/12/2000 #Business Rules #HL7 #Ensemble 0 5 0 311
Question Smythe Smythee · Nov 24, 2022 HL7 To FHIR Hi Community, I need to convert HL7 Message into FHIR Format.Can anyone share basic reference for FHIR ADT^A01 message? For converting HL7 message to FHIR we need to convert HL7 to SDA3 format and then converting SDA3 to FHIR format. Please Share few basics steps for converting SDA3 to FHIR message? Thanks Smythee #Business Operation #Business Service #FHIR #HL7 #Interoperability #ObjectScript #Ensemble 0 4 0 747
Question Smythe Smythee · Nov 16, 2022 How to get values from a serialobject class Hi, I want to get the values from a serial property because my code depends upon the class serial class. For example Serial class Class Data.Serial Extends %SerialObject { Property FirstName as %String; Property LastName as %String; } Persistent class #Beginner #Object Data Model #ObjectScript #SQL #Caché #Ensemble 0 2 0 527
Question Smythe Smythee · Nov 14, 2022 SSL Configuration for Gmail Hi Community, I am configuring new SSL Configuration for Gmail (For sending errors to gmail in ensemble production) by following the below steps. Step1: Step2:Giving the server address smtp.gmail.com Step3:Giving the port number , I have tried giving 465,587,25 as port number still is not connecting Can anyone please tell me where i am doing wrong on configuration? Thanks, Saroja.A #Security #Web Gateway #Caché #Ensemble 0 7 0 710
Question Smythe Smythee · Nov 7, 2022 Ens.Alert Hi Community, I am working on sending Gmail with error details when any errors occurs in the ensemble production. I am facing the below issues while doing it 1.I have Ens.Alert (Business process) using the class Ens.Alerting.AlertManager and Emailoperation (Business operation) using the class EnsLib.EMail.AlertOperation. here my business process is not sending the Alarm request to business operation eventhough i am using rule to connect the business operation 2.What are SMTP server details needs to given for Gmail? #Business Operation #Business Process (BPL) #Caché #Ensemble 0 2 0 286
Question Smythe Smythee · Oct 27, 2022 Email Alert Operation Hi Community , Can anyone please explain how to use EnsLib.EMail.AlertOperation operation to send notification to my email id when any error occurs in my production? Please give any example how to use EnsLib.EMail.AlertOperation operation class Thanks, Smythee #Beginner #Business Operation #Interoperability #ObjectScript #Ensemble 0 3 1 646
Question Smythe Smythee · Oct 10, 2022 Converting XML message Type to HL7 Message Hi , Still a newbie for ensemble, I am trying to convert XML message to HL7 Message. I am using Custom schema for XML structure which includes MSH and PID segments from HL7 Message. These are the service, process, Operation classes i am using Business service-EnsLib.EDI.XML.Service.FileService Business Process-EnsLib.MsgRouter.RoutingEngine Business operation -EnsLib.HL7.Operation.FileOperation #Business Operation #Business Process (BPL) #DTL #ObjectScript #Ensemble 0 8 0 894
Question Smythe Smythee · Sep 28, 2022 Ens.DataTransform Hi , I am Converting HL7 message into SDA3 format by using Ens.DataTransform Class but transformation is not happening while using this class and throwing the below error ERROR <Ens>ErrException: <UNDEFINED>zTransform+1^Hosiptal.SDA3.DataTrans.1 *target -- logged as '-' number - @' Set target.Patient.Name=source.GetValueAt("PID:5")' Let me know if any mistake please refer the below code #Beginner #DTL #Caché #Ensemble 0 15 0 507
Question Smythe Smythee · Sep 26, 2022 Custom Business Process Hi , I am trying to transform CSV file into SDA3 format by using Studio code. I am getting "No Stream contained in StreamContainer Request" Error at the business operation after converting CSV file to SDA3 Format but not able to generate the file in business operation #Business Operation #Business Process (BPL) #Business Rules #Business Service #CSV #Caché #Ensemble 0 1 0 266
Question Smythe Smythee · Sep 20, 2022 How to convert Excel file into SDA format in Ensemble Hi , How to Convert Excel message into a SDA3 format in Ensemble? #Caché #Ensemble 0 3 0 245