Encontrar

Résumé
· Juin 3, 2024

InterSystems Developers Publications, Week May 27 - June 02, 2024, Digest

Articles
Announcements
#InterSystems IRIS
#Developer Community Official
#Learning Portal
#InterSystems IRIS for Health
#InterSystems Ideas Portal
#Global Masters
#Job Opportunity
Questions
#InterSystems IRIS
#InterSystems IRIS for Health
#Caché
#HealthShare
Authentication api
By Sylvie Greverend
#Ensemble
May 27 - June 02, 2024Week at a GlanceInterSystems Developer Community
Article
· Juin 3, 2024 1m de lecture

Cómo crear un cliente REST FHIR

Añadid una credencial para iniciar sesión en la interfaz REST de FHIR - en este caso considerad sólo una autenticación básica

 

 

Añadid Registro de Servicios - en este caso considerad sólo una autenticación básica

- Configurad un servicio HTTP

- Introducid la ruta al servidor FHIR

- Introducid la URL del servicio FHIR

- Usad la credencial añadida previamente 

 

Añadid una "HS.FHIRServer.Interop.HTTPOperation"

Elegid el Nombre del Servicio

 

Probad el cliente FHIR

 

Rastread/seguid el resultado de la prueba

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juin 3, 2024

datetime in format - yyyymmddhhmmss

I receive dateTime in this format - yyyy-mm-ddThh:mm:ss+01:00

for ex : 2024-05-31T17:33:08+01:00
I wanted it to convert to yyyymmddhhmmss

desired output = 20240531173308

3 Comments
Discussion (3)3
Connectez-vous ou inscrivez-vous pour continuer
Article
· Juin 3, 2024 4m de lecture

Monitor Database Growth - Part 3: Data Analysis

Data Analysis

This is the sequel to Data Collection. If you have not had a chance to go through and install that you should first do that.

What is provided here is the analysis for the collection of that data that was collected earlier.

In much the same way as was done in that repository you will need to import the xml that makes up this repository.

Starting at the topmost level there is a task:

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Article
· Juin 3, 2024 7m de lecture

Monitor Database Growth - Part 2: Graphical Interface

Graphical Display of Tables

Here we will document how you can get the results of your Data Collection to be displayed graphically. The output of your project will look like this:

image

Note that I am working on a local machine. If you are doing this on a server then be aware to use the correct IP address.

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer