How to remove accentuation of a word?
Ex:
Árvore = Arvore
você = voce
Então = entao
The words above are in brazilian portuguese, I need to get rid with the accentuation such that I can compare two sentences.
Thanks in advance.
How to remove accentuation of a word?
Ex:
Árvore = Arvore
você = voce
Então = entao
The words above are in brazilian portuguese, I need to get rid with the accentuation such that I can compare two sentences.
Thanks in advance.
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"
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
<script language="Cache" method="OnPreHTTP" arguments="" returntype="%Boolean">
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?
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.
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.
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.
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…
[2] https://community.intersystems.com/product-documentation/intersystems-p…
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
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