Search

Clear filter
Article
Timur Safin · Jan 16, 2017

Part I – Thoughts about package manager

middle-late nineties) after the single command executed, say: >cpan install HTTP::Proxy You have this module downloaded, source extracted, makefile generated, module recompiled, all tests
Question
Ikara Ikliki · May 19, 2020

Cannot create REST Service using the /api/mgmnt Service

In the testing tool, create an HTTP request message as follows: For the request body, paste the OpenAPI 2.0 specification, in JSON format.
Article
Ashok Kumar T · Sep 8

InterSystems FHIR Server Customization and Facade

To ensure your modifications are reflected during development or testing, you can enable debug mode, which forces the server to produce a new instance for each request.
Question
Stephen Wilson · Mar 14, 2017

How do you use text box filters in tablePanes that have complex SQL behind them?

<column header="Request Date" width="20%" colName="RequestDate"/> <column header="Lab Number" width="20%" colName="SpecId" filterType="text
Article
Guillaume Rongier · Feb 7, 2022

InterSystems IRIS Interoperability with Embedded Python

def on_message(self, request): sender = 'admin@example.com' receivers = [ request.to_email_address ] port = 1025 msg = MIMEText('This is test
Article
Murray Oldfield · Mar 25, 2016

InterSystems Data Platforms and performance – Part 3: Focus on CPU

These may be episodes, or encounters, lab tests, or whatever makes sense in your world.
Article
Murray Oldfield · Apr 8, 2016

InterSystems Data Platforms and Performance Part 4 - Looking at Memory

However, the benefits will only be known if you test your application with and without huge pages.
Article
Guillaume Rongier · Jul 24, 2023

Local K8s Deployment of a FHIR server

command line: ```bash kubectl apply -f k8s/config/ingress.yaml ``` To check if the ingress is running, you can use this command line: ```bash kubectl get ingress ``` To test
Question
Robert Harris · Jan 27, 2018

What file name convention should I use when uploading a text file of Objectscript on an Apple mac?

I have a routine developed in Studio to upload a tab-delimited text file to process using Objectscript into Cache.
Question
Megumi Kakechi · Apr 18, 2022

How to handle returned exception error object by Embedded Python method?

ClassMethod test3() [ Language = python ] { a=1/0 } ClassMethod test4() As %Status { set status=$$$OK try { do ..test3() } catch ex { set status=ex.AsStatus() } return
Question
Colin Brough · Apr 5, 2023

ERROR #6301: SAX XML Parser Error: XML or TEXT declaration must start at line 1, column 1

started on 04/05/2023 15:15:52 with qualifiers 'cuk /checkuptodate=expandedonly' Compiling class TNHS.Trans.EnsDOCWebservice.EDT.Document ERROR #6301: SAX XML Parser Error: XML or TEXT
Question
Krishnamuthu Venkatachalam · Feb 4, 2019

It always sends the content-type as plain text/html.

It always sends the content-type as plain text/html. I am uploading a image / Pdf.
Article
Yuri Marx · Apr 3

Part I: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"

I asked it about each topic that will be covered in the test and the results are below.Note: I classified each answer by the assertiveness that I consider as good, average and bad.
Question
Yone Moreno · May 31, 2023

How could we filter XML elements according to certain criteria?

Currently we have developed and tested this other approach and it does work as intendeed, however; how could we simplify and/or make it more understandable?