Limpiar filtro
Artículo
Nancy Martínez · 31 mar, 2021
Class JSON.Test
{
/// do ##class(JSON.Test).Test()
ClassMethod Test()
{
set json = "{""a"":1,""b"":2,""c"":{""c1"":3,""c2"":4}, ""d"": [5, {""e_e"
Artículo
Mario Sanchez Macias · 15 sep, 2022
^SYS("Security","CSP","AllowClass","/csp/test/","%SOAP.WebServiceInfo")=1
%SYS>s ^SYS("Security","CSP","AllowClass","/csp/test/","%SOAP.WebServiceInvoke")=1
De
Artículo
Ricardo Paiva · 18 ago, 2023
test() public{
quit "hello"
}
Suponed que la siguiente rutina está en el namespace USER2.
Artículo
Nancy Martínez · 18 oct, 2022
USER>w ##class(dc.sample.ObjectScript).Test()
Et voilà!
Aquí podéis ver un vídeo que muestra cómo funciona.
Muchas gracias a los colaboradores de VSCode!
Happy coding!
Artículo
Ricardo Paiva · 7 ago, 2023
En Caché, era bastante sencillo:
TEST> Set ^CacheMsg("EnsColumns","en-us","<property name>") = "<caption>"
Pero implica un poco más de esfuerzo en IRIS...
Artículo
Luis Angel Pérez Ramos · 21 mayo, 2025
Aquí tenéis un pequeño ejemplo usando Security.Roles:
// Create a Role
%SYS>Set status = ##class(Security.Roles).Create("testRole","a test Role","%Development:U,%DB_USER:
Artículo
Joel Espinoza · 27 feb, 2020
Registrar y activar la nueva clase en Caché usando ^%SYSMONMGR
Abre el terminal y pasa al namespace TEST:
# csession cache2016 -U test
Node: server, Instance: CACHE2016
TEST>
Artículo
Estevan Martinez · 30 jul, 2019
Ejemplo del código:
set str=""
for i=1:1:1000 {
set str=str_"1"
}
set ^test(3,1)=str
set ^test(3,2)=str
set ^test(3,3)=str
El resultado puede
Artículo
Nancy Martínez · 13 sep, 2019
dimpsum"},
{title: "My second Vue.js post", body: "lorem ipsum some test dimpsum"},
{title: "My third Vue.js post", body: "lorem ipsum some test dimpsum"}
Artículo
Alberto Fuentes · 28 feb, 2023
Tienes un ejemplo completo de una producción [aquí](https://github.com/intersystems-ib/iris-datapipe/blob/master/src/DataPipe/Test/Production.cls).
Artículo
Ricardo Paiva · 9 jun, 2022
Podéis mirarlo en github: https://github.com/rroemhild/docker-test-openldap
Para lanzar el contenedor habrá que ejecutar los siguientes comandos:
$ docker pull rroemhild/test-openldap
Artículo
Nancy Martínez · 21 nov, 2019
: 'test response' });
devuelve
{ "test": "test response" }
con un content-type HTTP de application/json
Para otros servicios y herramientas externas como, por ejemplo, motores de
Pregunta
Evgeny Shvarov · 19 jun, 2019
(Respuesta de @Eduard.Lebedyuk)
Ver enlace original en https://community.intersystems.com/post/how-automatically-test-deepsee-pivots-and-dashboards#comment-94081
Aquí algunas ideas
Artículo
Luis Angel Pérez Ramos · 21 mar, 2025
res = cursor.executemany(
"INSERT INTO test (value) VALUES (?)"