新しい投稿

検索

質問
· 2024年11月21日

Failing in SDA3 to FHIR when converting HS.SDA3.Appointment.Duration to HS.FHIR.DTL.vR4.Model.Resource.Appointment.minutesDuration

Getting the below error "InvalidNumberAppointmentminutesDurationpositiveInt" when HS.SDA3.Appointment.Duration=0  and attempting to Transform

 HS.FHIR.DTL.vR4.Model.Resource.Appointment.minutesDuration

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年11月21日

[Video] Exploring InterSystems Data Fabric Studio

Hi, Community!

Looking to streamline your data management? See how this fully managed, cloud-based solution can help:

Exploring InterSystems Data Fabric Studio

In this video, you will get an introduction to InterSystems® Data Fabric Studio™ and see how it helps you:

  • Quickly access your data.
  • Unify data from multiple sources.
  • Create data visualizations.

...all using an intuitive user interface!

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
記事
· 2024年11月21日 1m read

How mirroring synchronizes non-database files

InterSystems FAQ rubric

Mirroring only synchronizes database files.

To synchronize other files required for your application (CSP files, images, documents, etc.) between the two servers that make up the mirror set follow one of the approaches:

  1. Place those files on a shared disk by introducing a NAS or similar device
  2. Or use file sync software to synchronize files between two servers.
ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2024年11月21日

Defining Fixed-Length String Properties in a Class

I'm attempting to streamline a process for renaming PDF documents received from multiple vendors to conform to a specification provided by an EMR vendor for ingestion. Things like Document ID, Document Type, Date of Service, Account Number, MRN, etc. all must be included in the filename at defined offsets and lengths. Most of the required values can be extracted from the inbound file's name and the few remaining are static values that would be the same (or handled via a lookup table based on source) for all documents. The inbound and outbound filenames are essentially fixed-width records with each value appearing at a specific offset and space-padded on the right when needed.

I'd like to model the output format in something that can be used in the DTL editor, subclassing the Ens.StreamContainer class and extending it to represent the individual filename field elements as properties that can have values mapped to them. The properties would have a MAXLEN attribute set that matches each individual field width. I would then override the OutputFilename property as calculated to assemble the fields in the correct order, offset and length. I'd like to be able to refer to each property's MAXLEN attribute programmatically to perform that assembly.

Since these PDFs may come from many sources, I don't think I need to worry much about modeling each inbound filename format; I'd simply use $EXTRACT to obtain the needed values. But having a template for the outbound filename would be a significant time saver and simplify things for those that will eventually have to take over supporting this integration.

Any thoughts on how this might be accomplished would be very much appreciated!

22 Comments
ディスカッション (22)2
続けるにはログインするか新規登録を行ってください
ディスカッション (0)2
続けるにはログインするか新規登録を行ってください