Nova postagem

Pesquisar

Anúncio
· jan 4

Videos for InterSystems Developers, December 2024 Recap

Hello and welcome to the December 2024 Developer Community YouTube Recap.
InterSystems Global Summit
How to Reach 99.99% Uptime on the Cloud
By Regilo Souza, Eduard Lebedyuk
By Scott Abrutyn, Cloud Security Architect, InterSystems
By Stefan Wittmann, Product Manager, InterSystems
 
"Code to Care" videos
Use cases in generative AI
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
AI Governance in IT solutions
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
InterSystems "Bringing Ideas to Reality" Contest
Doxygenerate
By John Murray
Iris-http-calls
By Oliver Wilms
Vault Link
By Henrique Dias
 
More from InterSystems developers
Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· jan 4 3min de leitura

第六十四章 假脱机设备 - 使用 %SPOOL 打印

第六十四章 假脱机设备 - 使用 %SPOOL 打印

使用 %SPOOL 打印

%SPOOL 实用程序菜单的选项 1 Print(打印)允许您在任何设备上打印 ^SPOOL 全局中的一个或多个文档,继续打印中断的文档,以及将单张纸张手动送入信纸质量打印机。通过将输出发送到后台处理程序,可以在输出设备打印文档时释放终端用于其他用途。

可以在完全创建后台打印文档之前或之后开始打印。如果打印机赶上新输出,则打印过程将暂停 5 秒钟,然后打印在此期间累积的所有输出。打印过程知道您何时关闭了后台打印文档,并在文档完成时完成。

%SPOOL 打印文档时,它会跟踪已打印的页面。它还会创建页面索引,以便可以按页码对文档进行排序,并从您选择的任何页面的顶部开始打印。

如果停止打印(例如,在终端输出期间按 Ctrl-c,或者打印机损坏),则可以稍后在最后一个部分打印的页面的顶部或文档中任何其他页面的顶部继续打印。请注意,IRIS 不会将文档开头的换页数计为页数中的页数。

Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· jan 3

In DTL how to send a ROL segment in the target A08 message that contains no ROL segment in the source

Our target system requires a blank ROL segment whenever the ROL segment does not exist in an A08 from our source system.  I'm not sure if this can be done with the DTL gui tools or if some sql or other code is required (coding is not in my wheelhouse).  Here is what I've tried, but this does not yield the "ROL|1|" I'd like to create.  Any help would be greatly appreciated. 

 

Here is the input message that I'd like to add the ROL segment to:

MSH|^~\&|EPIC|MWH|||20250103094903||ADT^A08|175519|T|2.3
EVN|A08|20250103094903||REG_VIS_CHANGE|100503^MICHAEL^JENNIFER^J^^^^^MWHC^^^^^MWH
PID|||22600117^^^EPI^MR||VTEONE^ALLDATA^^^^^D||19450509|M|||||||||ISLAM|2001022272
PV1|1|I|MORT^5067^W^MWH|UR|||006742^SZLYK^GREGORY^R^^^^^PROVID^^^^PROVID|||General Med||||Hospital|||006742^SZLYK^GREGORY^R^^^^^PROVID^^^^PROVID||1001001073631|||||||||||||||||||||||||20180509144724
PV2|||||||||||||||||||||n|N||||||||||||||||||Acute
 

This is the Output result of the TEST TRANSFORM

I'd like to see the following after PV2 segment:

ROL|1|

5 Comments
Discussão (5)3
Entre ou crie uma conta para continuar
Anúncio
· jan 3

[Video] Selecting The Right Source Control Strategy for Your Team

Hey Community,

Enjoy the new video on InterSystems Developers YouTube:

⏯ Selecting The Right Source Control Strategy for Your Team @ Global Summit 2024

Watch this video for a breakdown of the options, including combinations that work between Private or Shared Dev environments, as well as Client-side or Embedded Source Control with InterSystems technology. We'll also cover updates to the popular OEX package git- source-control, which provides Embedded Source Control functionality on Shared Dev environments of InterSystems products (as used in our Health Connect Cloud deployments).

 Presenters
🗣 @Ben Spead, Manager, Application Services, InterSystems
🗣 @Pravin Barton, Principal Application Developer, Application Services, InterSystems

Check it out and discover something new — enjoy! 👍

8 Comments
Discussão (8)3
Entre ou crie uma conta para continuar
Pergunta
· jan 3

CSP Page is catching Hyper event error when trying to call server side method

Hi Community,

I have a CSP page I am developing with the intent of pulling files from an SFTP site and placing them in a folder on the local network.

I am having an issue where the CSP page is catching a JS error. The error in the browser is - A JavaScript exception was caught during execution of HyperEvent: SyntaxError: Unexpected identifier 'downloading'. (However, the unexpected identifier changes after refreshing page, or after removing the Write statement with the work 'downloading' in it.)

I think I have narrowed it down to a piece of the Javascript code - 

#server(..DownloadFiles(document.getElementById('fileList').value))#;

It doesn't seem to like this call to a back end method (..DownloadFiles) where the argument is (fileList). Can someone advise me if there is a better way to do this that will not cause the error? 

Thanks,

Dan

Also, if required, I can upload more of the code used.

9 Comments
Discussão (9)2
Entre ou crie uma conta para continuar