Nueva publicación

查找

Anuncio
· 16 ene, 2025

Videos for InterSystems Developers Annual 2024 Recap

Hello and welcome to the 2024 Developer Community YouTube Recap.
Top 10 InterSystems Global Summit
Top 10 InterSystems Contests 2024
Code Scanner App
By Robert Cemper
SQLzilla – Unleash the Power of Your Data
By Henry Pereira, José Pereira, Henrique Dias
Health Harbour
By Alena Krasinskiene
IRIS MediCopilot
By Henry Pereira
Geo Vector Search
By Robert Cemper
AppealAIMovie
By Katsiaryna Shaustruk
 
 
Top 10 "Code to Care" videos
3 GenAI Model Training Opportunities
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
Prompt before the prompt - Third step of GenAI model training
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
What is RAG? (Retrieval Augmented Generation)Amazing LLM System for Enhanced UX #ai #chatgpt #shorts
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
Fine-Tuning - second step of #GenAI model training
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
Pre-training - first step of GenAI model training
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
Keeping your data private and protected with RAG
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
Fine tuning of GenAI model
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
Use cases in generative AI
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
Prompt before the Prompt of GenAI model
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
AI Governance in IT solutions
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
Top 10 Other videos
Comentarios (0)1
Inicie sesión o regístrese para continuar
Anuncio
· 16 ene, 2025

[Video] Gerenciador de Pacotes InterSystems

Olá Comunidade,

Aproveite o novo vídeo do InterSystems Developers YouTube:

⏯ InterSystems Package Manager @ Global Summit 2024

O InterSystems Package Manager (IPM) é uma ferramenta para implementar os pacotes e soluções no InterSystems IRIS com dependências. Saiba por que você deve usá-lo, como usá-lo e atualizações recentes para segurança da cadeia de suprimentos de software.

 Apresentadores
🗣 @Timothy Leavitt, Development Manager, Application Services, InterSystems
🗣 @Bob Kuszewski, Product Manager, Developer Experience, InterSystems

Mergulhe e aproveite o vídeo — esperamos que você o ache esclarecedor! 👍

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 16 ene, 2025

How to remove "xsd_2" prefix from the XML output when using DLT and XML Schema?

Hi, I am coming unstuck with a current mapping from HL7 to XML using the DTL editor with an XML schema (imported by XSD).

My output keeps prefixing the elements with "xsd_2" despite this not being defined in the targetnamespace within my XSD file. 

Would anyone have any idea as to where this is creeping in? Any advice would be greatly appreciated. 

My XSD namespace etc are setup as follows:

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           targetNamespace="http://voicetechnologies.co.uk/winvoice/importation"
           xmlns="http://voicetechnologies.co.uk/winvoice/importation"
           elementFormDefault="qualified"
           attributeFormDefault="unqualified">

 

My XML outputs the following

 

<xsd_2:ClinicalDocument xmlns:xsd_2='http://voicetechnologies.co.uk/winvoice/importation'>
	<xsd_2:Patient>
		<xsd_2:PatientIdentifier></xsd_2:PatientIdentifier>
		<xsd_2:PatientName></xsd_2:PatientName>
		<xsd_2:DOB></xsd_2:DOB>
	</xsd_2:Patient>
	<xsd_2:Document>
		<xsd_2:Speciality/>
		<xsd_2:DateOfDocument>20250107000000</xsd_2:DateOfDocument>
	</xsd_2:Document>
</xsd_2:ClinicalDocument>
4 comentarios
Comentarios (4)2
Inicie sesión o regístrese para continuar
Pregunta
· 16 ene, 2025

Command 'ObjectScript: Import and Compile Current File' resulted in an error

Hello,

I am currently trying to edit server side code for TrakCare using Visual Studio Code with  intersystems-community.vscode-objectscript version 2.12.11-beta.1.

I can correctly check out the .mac file but when I try to either File > Save or use command 'ObjectScript: Import and Compile Current File' I get a very generic error .

I cannot find any details anywhere in the Output section.

I have reinstalled all extensions several times.

Any hints would be much appreciated.

Thanks! Daniele

3 comentarios
Comentarios (3)4
Inicie sesión o regístrese para continuar
InterSystems Official
· 16 ene, 2025

Alerta: Datos no válidos introducidos en la base de datos y archivos de registro con operaciones específicas de $LIST

InterSystems ha corregido un defecto que provoca la introducción de registros no válidos en la base de datos y en los ficheros de journal al utilizar una sintaxis específica de $LIST. La probabilidad de encontrar este defecto es muy baja, pero los impactos operativos pueden ser significativos.

Productos afectados

  • InterSystems IRIS® data platform: Versiones 2023.3, 2024.1.0, 2024.1.1, 2024.1.2, 2024.2, 2024.3
  • InterSystems IRIS® for Health: Versiones 2023.3, 2024.1.0, 2024.1.1, 2024.1.2, 2024.2, 2024.3
  • HealthShare® Health Connect: Versiones 2023.3.0, 2024.1, 2024.1.1, 2024.1.2, 2024.2, 2024.3
  • HealthShare® Unified Care Record and Suite: Version 2024.2
  • Todas las ofertas basadas en los productos mencionados anteriormente

 

El problema solo afecta a instalaciones Unicode.  

El problema surge al agregar un nuevo elemento a una lista en un global utilizando la siguiente sintaxis:

SET $LIST(<global reference>, *+1) = value.

Cuando la lista resultante de esta llamada excede la longitud máxima de cadena, el comportamiento correcto es devolver un error <MAXSTRING>. Esto era lo que ocurría antes de las versiones 2023.3 de InterSystems IRIS, InterSystems IRIS for Health y Health Connect. En la versión 2023.3 y posteriores, el valor no válido se guarda en la base de datos en lugar de generar un error <MAXSTRING>.  

Cualquier intento posterior de referenciar el nodo del global genera un error <MAXSTRING>.  

La actualización del global también da lugar a una entrada en el fichero de journal (suponiendo que las actualizaciones de este global se pasen a journal). Cualquier operación que intente aplicar la entrada de journal resultante, incluyendo la recuperación de inicio, la restauración de journals y las operaciones de mirror, fallará con un error <MAXSTRING> y detendrá el procesamiento posterior del journal.

Si experimentáis el impacto de este defecto, contactad con el Worldwide Response Center (WRC) para recibir asistencia.  

La corrección para este defecto está identificada como DP-437169. Se incluirá en todas las versiones futuras a partir de InterSystems IRIS, InterSystems IRIS for Health y Health Connect 2024.1.3 y 2025.1.0. También está disponible mediante distribución Ad Hoc. La corrección estará incluida en la versión 2025.1 del HealthShare Unified Care Record y en la suite de productos cuando se publiquen, pero no se incluirá en las versiones de mantenimiento de lanzamientos anteriores. Si tenéis alguna pregunta sobre esta alerta, contactad con el Worldwide Response Center

Comentarios (0)1
Inicie sesión o regístrese para continuar