发布新帖

查找

文章
· 六月 3, 2024 阅读大约需 1 分钟

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

讨论 (0)1
登录或注册以继续
问题
· 六月 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
讨论 (3)3
登录或注册以继续
文章
· 六月 3, 2024 阅读大约需 4 分钟

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:

讨论 (0)1
登录或注册以继续
文章
· 六月 3, 2024 阅读大约需 7 分钟

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.

讨论 (0)1
登录或注册以继续
讨论 (0)1
登录或注册以继续