検索

Pregunta
· 28 ago, 2024

OPEN A TERMINAL WINDOW VIA HREF TAG IN HTML

? 4 U:

IS THERE A WAY TO OPEN THE TERMINAL WINDOW WITH INTERNAL IP AND NAMESPACE FROM HREF TAG IN AND HTML 

i KNOW I CAN CALL ON THE MANAGEMENT PORT VIA A HREF TAG:

<td><a href=""http://"_IP_":57773/csp/sys/exp/%25CSP.UI.Portal.GlobalList.zen?$NAMESPACE="_USER_"&$NAMESPACE="_USER_" id=""rr"" onclick='selectedRow()' target='_blank'>Portal</a></td>"

BUT WHATEVER I TRIED, JAVASCRIPT OR ANYTHING ELSE I CAN'T OPEN A TERMINAL WINDOW

<td><a href="??????????????????"">Terminal</a></td>

2 comentarios
Comentarios (2)2
Inicie sesión o regístrese para continuar
Comentarios (13)5
Inicie sesión o regístrese para continuar
Pregunta
· 27 ago, 2024

FHIR Response to Data Message Class Question/Issue

I am trying to create a HS.FHIR.DTL.vR4.Model.Resource.Encounter message based on a conversion of HS.FHIRServer.Interop.Response QuickStream to a JSON %Dynamic Object. 

When I try to send the HS.FHIR.DTL.vR4.Model.Resource.Encounter onto the Router

  1. it is not showing up as a Defined Message Class to Route the message back to the SourceConfigName of the Request message that initialized the FHIR query
  2. I keep getting "ERROR <Ens>ErrBPTerminated: Terminating BP EPIC.FHIR.Process # due to error: ERROR #5002: ObjectScript error: <SUBSCRIPT>%SaveData+29 ^Ens.MessageHeader.1 ^Ens.MessageHeaderI("MessageBodyId","{"resourceType":"Encounter","id":"xxxxxxxxxxx","id> ERROR #5002: ObjectScript error: <SUBSCRIPT>%SaveData+29 ^Ens.MessageHeader.1 ^Ens.MessageHeaderI("MessageBodyId","{"resourceType":"Encounter","id":"xxxxxxxxxxxxxx","id"

my inital design was to create a way to use FHIR calls like we do with other Web Services to query the External Repository, send back the result, and do something with the Result in the HL7 messaging.

Am I going about this all wrong? What have others done to Query FHIR from an External Source?

4 comentarios
Comentarios (4)4
Inicie sesión o regístrese para continuar
Anuncio
· 27 ago, 2024

Get started with ObjectScript

Hi, Community!

We're happy to introduce a new learning path created by the Online Learning team:

Getting Started with InterSystems ObjectScript

This learning path takes just under 5 hours to complete. You will become familiar with ObjectScript syntax and its key features, and you can show your skills with the final assessment.

Successful completion earns you a digital badge for your social profiles!

Ready to get started? Start the ObjectScript learning path!

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 23 ago, 2024

How to disable renaming of custom schema on VSCode import?

during an upgrade, a customer wants to load custom schemas in a particular order.
For this, they renamed a file EPIC_MDM.HL7 to 1EPIC_MDM.HL7
Upon importing this file into their server using VSCode, the custom schema was renamed to 1EPIC_MDM.HL7 inside the <Category>

This is impacting the upgrade and they are looking for a way to import a custom schema without renaming the schema itself.

2 comentarios
Comentarios (2)2
Inicie sesión o regístrese para continuar