Limpiar filtro
Artículo
Ricardo Paiva · 2 mayo, 2024
≪Ejemplo de ejecución≫
USER>do search^Test("Test.Person") 2352:p1 = 1@Test.Person6324:p2 = 2@Test.Person
*En este caso, los procesos con Pid=2352 y Pid=6324 están usando Test.Person
Pregunta
Paco Cadenas · 14 dic, 2022
Quit VERSION CON LLAVES Use fic Read *R:20 If $Test {Use 0 Write !!!,"Ha leido un carácter"Quit } Else {Use 0 Write !!!,"Temps expirat." } calling tech experts!
Pregunta
Daniel Aguilar · 10 jul, 2024
iris start IRIS && iris session IRIS < iris.script && ([ 0 -eq 0 ] || iris session iris -U USER "##class(%ZPM.PackageManager).Shell("test obj 145.5s
=>
Anuncio
Esther Sanchez · 15 dic, 2022
el 1er Ideatón (Maratón de Ideas) de InterSystems
Improve Ukrainian translation in IRIS
Code example
Full Code Debugger
Promote video contest
Create a tool for IRIS BI to test
Artículo
Alberto Fuentes · 14 mayo, 2021
Internamente esta configuración se almacena en la global `^%SYS("SystemMode")` y tiene como posibles valores: `LIVE, TEST, DEVELOPMENT, FAILOVER.`
Puede obtenerse este valor también
Anuncio
Sergio Farago · 7 oct, 2025
tenían nombre interno ni externo (#848)
Corregido un error por el cual las páginas de control de código fuente no se mostraban después de la instalación en IRIS 2025.1 (#852)
Test
Artículo
Mathew Lambert · 15 jul, 2020
test: build ## Run UnitTests
docker run --rm -i -v `pwd`/tests:/opt/tests -w /opt --entrypoint /tests_entrypoint.sh $(IMAGE)
release: clean build ## Export as XML
docker
Artículo
Ricardo Paiva · 15 mar, 2023
(iris_native, "User.Py", "Test", [1, 1.2, "ABC"])
[1, 1.2, 'ABC']
```
El resultado no es ninguna sorpresa.
Artículo
David Reche · 1 jul, 2019
.send(result); } else { res.status(200).send('global test='+result.data); } })});Este método ahora devolverá el valor almacenado dentro del InterSystems IRIS Global ^test
Artículo
Mathew Lambert · 7 jul, 2020
%New("set ^test=1", 1))
Do Script.Insert(##class(RCE.Command).%New("set ^test(1)=2", 1))
Do Script.Insert(##class(RCE.Command).%New("touch 1234", 0))
Do Script.
Artículo
Eduardo Anglada · 22 nov, 2021
ClassMethod ImportCSV() As %Status
{
set sc = ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.com/evshvarov/test-ipad/master/gnp.csv",
Artículo
Ricardo Paiva · 15 mayo, 2024
Transformación de datos
Visual Trace
Después de que se haya procesado un mensaje HL7, es decir, al copiar algunos mensajes de /data/HL7/test al directorio /data/HL7/in), podréis
Anuncio
Sergio Farago · 2 oct, 2024
aplicación por @Rodolfo.Moreira
Nominación de la comunidad
🥇 1er lugar y $1,000 son para iterm aplicación por @Dmitry.Maslennikov
🥈 2do lugar y $750 son para IRIS-Test-Data-Generator
Artículo
Ricardo Paiva · 3 dic, 2025
set DB = "^^c:\InterSystems\Cache\Mgr\Test\" ; "^^\<path to database folder>\" set sc = ##class(%Library.Global).Export(DB,"TESTGBL.gbl",FULLPATH,7,,"")
Si especificáis el formato
Pregunta
Kurro Lopez · 25 feb, 2021
%New()
set file.Filename = "/test/data.json"
set data = file.Read()
set objJson = ##CLASS(%DynamicObject).