Search

Clear filter

Ojolit Agency

0 posts0 comments

Dayo Awode

0 posts0 comments

Veli Okur

0 posts0 comments

Agostino Nigro

0 posts0 comments
Announcement
Jacquie Clermont · Mar 20, 2023

Sneak Peek (at least for this week)

Clinical Alerts and Notifications on FHIR: Putting the Healthcare Action Engine into the Workflow" "Performing Advanced FHIR Validation" "Clinical Research Data Pipeline using FHIR and OMOP
Article
Robert Cemper · May 8, 2023

Reviews on Open Exchange - #27

tool 5.5 3 isc-cloud-sql-python-demo Nice startup template to work with Cloud Service Portal. 5.0 * 4 Nomenclator interesting example 4.5 5 OMOP
Announcement
Anastasia Dyubaylo · Jan 29, 2024

Top Open Exchange Developers and Applications of 2023

iris-openai by@Francisco.López1549 QuinielaML by@LuisAngel.PérezRamos 3rd place:Bronze InterSystems Applicationof the Year 2023 iris-GenLab by@Muhammad.Waseem OMOP
Question
omer · Feb 11, 2025

What causes a broker RESPONSE to have Transfer-Encoding:chunked?

So the title says it all:What causes a broker RESPONSE to have Transfer-Encoding:chunked?sometimes the response seems to not have the "Transfer-Encoding:chunked" but sometimes it does
Question
omer · Feb 11, 2025

Change %Response.ContentLength

Hey everyone, Might be a stupid question, but i was trying to set the ContentLength of the %response object in my website.In different places (like the onPreHttp / onPostHttp etc) but
Question
omer · Sep 29, 2024

Run a routine that was created and compiled with %Routine library

I created and then compiled a routine using the %Routine library s routine = ##class(%Routine).%New(fileName_"."_extension)d routine.Write(parsedRule)//s status = routine.Save(
Question
omer · Jun 25, 2024

How can i see the request size in kilobytes/megabytes?

I need to be able to take the size of the request from a given %CSP.request however it seems the best the docs suggest is to get the length of characters in the request (using $order
Question
omer · Feb 13, 2024

Create a datatype that overrides the Set and Get

I want to create a datatype that Extends from String and in its set and get it will parse the string or do whatever - my GET works, my SET doesn't. A deeper explanation of what i am
Question
omer · Oct 28, 2024

Load and compile error

Hello, I am using the following: s status = $SYSTEM.OBJ.Load("myClassName," "c") and while trying to compile it i get an error that a property or method does not exist, more specifically
Question
omer · Oct 30, 2024

Running a routine by name in a non-conventional way?

So I know we can run routines using both XECUTE or @ However both of them run slower than just running the routine without it. (that is because as far as i understand, XECUTE command
Question
omer · Apr 11, 2024

Delete the reference MEMORY

So as asked, I am not talking about KILL - KILL as stated in the docs: This command removes the variable. If there are no further references to the object, this command also removes