Question david clifte · Dec 2, 2016 How to remove accentuation? How to remove accentuation of a word?Ex:Árvore = Arvorevocê = voceEntão = entaoThe words above are in brazilian portuguese, I need to get rid with the accentuation such that I can compare two sentences.Thanks in advance. #Caché #Ensemble 0 5 0 876
Question david clifte · Nov 18, 2016 How to set a beutiful name for settings field in BusinessOperation I saw in: http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... How to add a Setting to a Host, BO , BS or BP. But, how to set a beautiful name for a setting? Ex for properties: Property foo As %String; Property bar As %String; Parameter SETTINGS = "foo,bar"; I'd like something like: "A foo property" "A bar Property" #Caché #Ensemble 0 2 0 348
Question david clifte · Nov 9, 2016 How to debug a CSP page I'm trying to debug a CSP page but I'm not able to set up a breakpoint into <script> tag.Is it possible to setup on CSP files? Am I forgeting something?PS:this is the tag #Caché #Ensemble 1 5 1 1.9K
Question david clifte · Nov 3, 2016 Web server Setup, permission issue I'm trying to setup a webserver in health share.I'm stuck in premission set up.When I select Unauthenticaded login method in EDIT WEB APLICATION the page freeze and after some time, about a minute, the login page is shown.Someone knows what is happening? #Ensemble 0 1 0 295
Question david clifte · Nov 3, 2016 Error when starting production I'm trying to start a Production and the following error is shown. Any idea how to solve? translations: - Produção 'BUS.BusProduction' está sendo iniciada... - Production 'BUS.BusProduction' is being initialized - A produção não pode ser iniciada - precisa ser ativada - The production can't be initialized - it must be activated. #Ensemble 0 2 0 652
Question david clifte · Oct 31, 2016 Grant Permission for WSDL I implemented a WebService in edge of HeathShare but it is asking for user and password, so it isn't possible to publish. How can I grant permission for that service? PS. When I type the user and pass the WSDL shown is correct. #HealthShare 1 4 0 704
Question david clifte · Oct 27, 2016 Is there a way to search a string in all cls codes? I'm working with a custom code in Studio and I'd like to know where a Class is being used.The standard ctrl+f search only in current file. #Caché #Ensemble 0 3 0 336
Question david clifte · Oct 5, 2016 How to connect to JDBC database using SQL Gateway? I have to connect to an external database and I'd like to use the JDBC SQL Gateway. I followed this tutorial [1] to create a JDBC SQL Gateway and after configured it works as expected, but I don't know how use this connection into source code. Maybe these other tutorial is related [2] and [3]. [1] http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... #SQL #Tutorial #Caché 1 5 0 925
Question david clifte · Sep 27, 2016 List Medical Records of an Patient How to identify a patient of an encounter? Doing the following query in Edge we are able to list the records of all patients. I want select all records of a particular patient. SELECT top 10 * FROM HS_SDA3_Streamlet.Encounter #HealthShare 1 13 0 802
Question david clifte · Sep 27, 2016 Get information from patients - Health Share Hello, I need to create a query that return the amount of heath related information from a patient. I created one using the Analitics but, once our Analitcs database is update once a day this information is not reliable during the current query day. Part of my Analitcs query is shown below. Where can I find the equivalent tables in Health Share? Any help is appreciate. Tanks In Advance. --Analitcs Query #SQL #HealthShare 1 6 0 436