Question Tom McDevitt · Jan 15, 2018 In Business Operation Getting Business Service Settting In a Business Process using the %PrimaryRequestHeader I can call GetAdapterSettingValue and get the setting from a Business Service. But once I am in the Business Operation there is no class for %PrimaryRequestHeader. Is there another way to get setting in the Business Operation that was define in the Business Service ? #Ensemble 0 3 0 496
Question Tom McDevitt · Dec 21, 2017 Net.FtpSession Trace Mask method In %Net.SSH.Session there is a method settraceMask and that will create a wireshark cap file for help with troubleshooting a connection. I dont see any class in Net.FtpSession that can be used for troubleshooting. Is there a different method that I should use? #Caché 0 1 0 445
Question Tom McDevitt · Dec 14, 2017 Net.FtpSession class option for StrictHostKeyChecking Is there any config setting in Net.SSH.Session that I can use to set StrictHostKeyChecking to no, I am getting an error about unable to exchange encryption keys. Also how would I set keyboard-interactive I dont see any option to set this?aSSH Error [80101012]: Authentication failed (username/password) [80101012] #Ensemble 0 1 0 416
Question Tom McDevitt · Sep 29, 2017 Set Business Operation to alert on Error but not stop file flow I have a SOAP Business Operation that will to alert when the EMR returns NACK but I don't want to stop file flow? I would just like ENS.Alert to send out the email and then move onto the next message and not to stop the BS or the BO. Is that a setting in the BO? #Ensemble 0 1 0 400
Question Tom McDevitt · Sep 15, 2017 Ensemble Business Service FTP Confirm Complete Looking for some suggestion on what the community has been setting Confirm Complete to? The testing I did when this was set to size is way too slow at around 1 message for 2 seconds. Is it safe to set this value to None? Would I get half messages if the sending system didn't compete writing the message. #Ensemble #FTP 0 1 0 428
Question Tom McDevitt · Aug 3, 2017 PGP encryption and decryption I like to know if COS has a PGP library for encryption and decryption messages received from an SFTP connection. We have interfaces that we used BouncyCastle in C# but would like a native library for COS. #Ensemble 0 6 0 1.1K
Question Tom McDevitt · Jul 14, 2017 ClassMethod Transform Count Number of OBX's Under OBR Is there a class Method that will return the number of OBX segments under the OBR segments? I see method ChildCountGet #Ensemble 0 5 0 871
Question Tom McDevitt · Jul 13, 2017 RuleSet with a Dynamic Target I wanted to know if there was a way to dynamic set a target in the rule send command. I have a assign property that uses the lookup table that I wanted return the name of the target value and then set the target to that property . When I set the target= _@tDestination there is a parser error. #Ensemble #Business Rules 0 1 0 419
Question Tom McDevitt · Jul 3, 2017 Available API for Creating a Business Service Is there an available API for creating a business service? Is it just a table that Business Service Wizard is inserting the data into or it is something more? #API #Ensemble 0 3 0 562
Question Tom McDevitt · Jun 30, 2017 HL7 File Operation object for File Path I have created a class that extends file operation, but can't find the object that has the value for the file path. Is that object in pRequest or is there an another object I should be used to see that value? #HL7 #Ensemble 0 1 0 490
Question Tom McDevitt · Jun 23, 2017 Ens Alert for Warning Types I created a Ens.Alert process and set my services Alert on Error as well an my message router. But I would also like to be alerted for warning types. Is there an setting to be alerted for this type? #Ensemble 0 2 0 527
Question Tom McDevitt · Jun 14, 2017 Linux Server or Windows Server We are in the process of using Ensemble for HL7 translations, and wanted to know is it better to use it on Linux Server or Windows Server? We are mostly a Windows shop but just wanted to make sure there is nothing we will be missing out using the Windows application. #Platforms #Ensemble 0 3 0 557
Question Tom McDevitt · Jun 6, 2017 RuleSet Rule Constraint Base on File Name Is there anyway I an do a Constraint base on the file name? I only see things like source and document name and wanted to do routing base on file name? #Business Rules #Ensemble 0 1 0 386
Question Tom McDevitt · Jun 6, 2017 Data Transformation Builder Select case statement Using the Data Transformation Builder I see the action if but in my scenario a case statement would be better. Is there anyway to do a case statement? This way I dont need to build a long if else logic. #HL7 #Ensemble 0 3 0 285
Question Tom McDevitt · May 26, 2017 Create schema independent DTL to add FTS segment I ike to create schema independent DTL to add FTS segment to the end of a message. The problem that I see if do I need to loop each segment to find the last segment ? Or is there a better way to do this?ClassMethod Transform(source As %RegisteredObject, target As %RegisteredObject) As %Status{ set target=source.%ConstructClone(1) set FTSseg= "FTS||End Of File|"ERROR quit sc} #Ensemble 0 1 0 431
Question Tom McDevitt · Apr 29, 2017 CSP Gateway web application to mimics MLLP sockets connection Using the CSP Gateway is there a way for an web application to mimics MLLP sockets connection? I have a requirement for no PHI in the DMZ and I wanted to see if there is a way to install the CSP Gateway in the DMZ to received inbound/outbound messages where the DB is in the protected zone. #CSP #HealthShare 0 2 0 361
Question Tom McDevitt · Apr 21, 2017 Class that will return services status I am unable to find any classes that will return the status of all the services in a production. Is there one available? #Tools #Ensemble 0 1 0 284
Question Tom McDevitt · Apr 3, 2017 Convert All OBX to NTE Shared Code I am working on creating a DTL that can replace OBX segment with a string formatted NTE segment . There is a class ImportFromString but it looks like that is not replacing the target message with the new formatted NTE. I do see target.setvalueat class but I wanted the transformer to not be scheme base. #DTL #Ensemble 0 5 0 920