Discussion Murillo Braga · May 13, 2020 Database size issue - Purge process missing some classes Hello guys, I have used the Studio SOAP wizard to generate some webservice client classes and amongst those classes: Class RMH.SOAP.s0.Output Extends (%Persistent, %XML.Adaptor) [ ProcedureBlock, SqlTableName = _Output ] { ... Property Value As %GlobalCharacterStream(XMLNAME = "Value"); And the caller looks like #ObjectScript #Caché #Ensemble 1 3 1 540
Question Murillo Braga · Jun 17, 2019 Regular expressions - Any tools for caché? Hi guys, I have never used regular expressions with caché object script before, so I've read through the documentation, but I am struggling with things that I'd like some help on. My need is to identify specific html tags and transform them out to something else. Example:I need to identify those guys in a wider string:"<span style=\""font-family: '';font-weight: bold;\"" >BOLD TEXT</span>""<span font-style:italic;\" >ITALIC TEXT</span>" #Coding Guidelines #Caché 0 4 0 519
Question Murillo Braga · May 31, 2019 Conditions within ruleset Hi guysI have always struggled with this, tended to use workarounds but now decided to hear from more experienced people if this is something I am misunderstanding.I need to basically add a "send" within the ruleset number 2, but without a need to associate a "when" node to it. Is this possible? What I basically need is to forward messages with status 160 to "ManageEDM" and also regardless of the status, it should get sent to "ManageRIS" #Business Rules #Ensemble 0 7 0 722
Question Murillo Braga · May 14, 2019 Deployment process - File deletion scenario Hello guys, I have been playing around with the deployment tools from Ensemble (mostly based on this article https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...) , but so far the one thing I still couldn't figure out is how to release the fact that I deleted files/components from my source production and that will get reflected in my target production. #Ensemble 0 1 0 272
Question Murillo Braga · Oct 31, 2018 How to export HL7 messages into a file Hello guys,I want to be able to export a range of messages from my production (from within a specific date interval), but while digging into intersystems documentation, it isn't giving me any details on how to perform this task.It teases me saying "Ensemble provides a Message Viewer page for HL7. You can use this page to display, transform, and export HL7 messages (either external files or messages from the Ensemble message archives).", but then there are no signs of further information. #Ensemble 0 2 0 1.4K
Question Murillo Braga · Jul 17, 2018 Create studio project file Hello guys,I have been playing around with the deployment tools from Ensemble (mostly based on this article https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...) , but so far the one thing I still couldn't figure out is how to group files into a single "Studio project file".By using the deployment tool UI, supposing that I want to add a bunch of custom files to my deployment file (XML), it's practically impossible because I need to add one by one. #Deployment #Studio #Ensemble 0 14 0 837
Question Murillo Braga · Feb 22, 2018 Management Portal - Deployment process Hello guys,Based on this article (others as well, but this is the relevant one): http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...I have been playing around with the Management Portal deployment tool, which involves:Ensemble > Manage > Deployment Changes > Deploy andProduction Settings > Actions > ExportProduction Settings > Actions > Re-ExportEverything was going fine , until I came across this: #Beginner #Deployment #HealthShare #XML 0 2 0 439
Question Murillo Braga · Sep 12, 2017 Query+Response in the same port (QRY A19 + ADR A19) Hello guys,I'm trying to achieve the same at this guy:https://groups.google.com/forum/#!topic/ensemble-in-healthcare/Hw9cRgVTTGY #Ensemble 0 1 0 2.6K
Question Murillo Braga · Aug 31, 2017 Extract piece of string Hello guys,I was wondering whether there is another alternative to extracting a certain string out from a bigger one, rather than using the function $piece.Maybe regular expressions? Another specific function?Example:Big string: NAD+SLA+++TextIsHereNAD+SLA+++TextIsHere String I want to extract: TextIsHere Function I'm already using: #Code Snippet #Ensemble #ObjectScript #Caché 0 3 0 731
Question Murillo Braga · Jul 17, 2017 Purge for "IO Log Input Data" Hello mates,When turning on the “Archive IO” option within the business operations, it provides us the capability of seeing the input and output communication with external systems. For instance, watching the messages sent out + ACK message sent back .Our production has got a scheduled task that runs daily (by default I guess, as many others) and is in charge of purging “Errors and log files”. And this is likely to be linked to the “Archive IO” feature, right? #Ensemble #Business Operation #HL7 #Management Portal 0 2 0 542
Question Murillo Braga · Jan 30, 2017 WebMethod - Issue with encoding (special character) Hello guys,I've got this piece of code which runs the method "WebMethod", that belongs to %SOAP.WebBase.cls.It grabs the outcome from an internal webservice we have and after that, it writes into a file.The thing is, when I browse the file contents, I realize that in the place where a special character should be, I see a question mark.By querying the same webservice from a special soap tool called "SoapSonar" (I've been using this for years), the outcome shows up this special character (shows it properly). #HealthShare #SOAP #ObjectScript #Frontend 1 16 0 5.1K
Question Murillo Braga · Jan 26, 2017 Issue with encoding (special character) - Business service Hello devs, I'm facing an issue with one of my business services, which basically grabs a XML from a webservice (which in turn reads the data from the caché database) and does some processing afterwards. The XML content (which is formed of some of the table fields values) contains a special character: ‘ (left single quote) #Business Service #XML #Caché #HealthShare 0 3 0 1.4K
Question Murillo Braga · Aug 3, 2016 Message search - Time Format Hello guys,One thing keeps annoying me and I'm pretty sure it does many other people (my workmates as well, lol): every time I access the 'Message Viewer' screen, the 'Time Format' come with 'Time only' as a default. Can I make 'Complete' as the default value for it?Thanks! #Message Search #HealthShare 0 2 0 415
Question Murillo Braga · Jun 21, 2016 Business rule doubt Hello guys,I've built a simple rule , as follows:Thing is, in rule 2, the operation succeeds, the message reachs BO HL7, but in rule 1 it does not go through. In rule 1, I have two different conditions, but they are linked by an OR and one of the conditions is simply IF 1=1.Do you guys have any clue on why rule 1 does not reach BO HL7?Thanks #Business Rules #Ensemble 1 17 0 930