Search

Clear filter
Question
Martin Staudigel · May 12, 2021

Does a 1:n relationship keep the order of insertion?

Regards,Martin We had a similar issue with the object insertion to a parent object. The way we were able to ensure the sequence, was saving the parent object on each insert.
Article
Developer Community Admin · Oct 21, 2015

Performance Comparison of InterSystems Caché and Oracle in a Data Mart Application

order to make practicable business intelligence solutions, telecommunications firms typically select key pieces of raw data to be loaded into a "data mart", where it is indexed
Question
Scott Roth · Jan 14, 2021

SQL Inbound Adapter settings

Because of the way the Query is being index in Ensemble by the Key Field Name, sometimes transactions get missed and I would like to see if we can add an additional key to the mix to
Question
Dmitrii Baranov · Dec 10, 2024

Deploy .cls files to a remote server using scripts/command line

there any more simple and straightforward ways than [CI/CD explained in the series](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-index
Article
Fabian Haupt · Feb 10, 2017

Visualizing the data jungle -- Part II. More sources and nicer output!

Otherwise we'd end up with a string index.
Article
Ashok Kumar T · Sep 8

InterSystems FHIR Server Customization and Facade

Patch: Partially updates a resource (e.g., PATCH /Patient/123). Delete: Removes a resource (e.g., DELETE /Patient/123).
Question
Stella Ticker · Apr 13, 2019

In cube, one way relationship for a one to many class relationship

How do you show the dimensions of a child cube in the parent cube when its a one to many relationship (1 parent,man children).I was able to set up a one directional relationship in
Question
Jude Mukkadayil · Dec 11, 2019

How to get row count of csv using ObjectScript

; Get next row index for MAIN reportset ind = $order(^CacheTemp(repid,"MAIN",ind))} close filemain} Thanks Jude Something like this?
Question
Sinon Galvin · Jun 13, 2019

When is a number not a number?

If you create an index on a %Float property then it will canonicalise the string to ensure that all fractional numbers appear in the correct index sequence.
Question
Sebastian Thiele · Oct 6, 2023

Looking for implementation strategy for create/update of Organizations in FHIR server

> </resource> <request> <method value="PUT"/> <url value="Patient?
Question
Chiho Han · Feb 10

ssldefs.ini file error [Matching SSL server config not found]

I wonder if indeed server and port do not match with the ones in the ssldefs.ini What is the connection string and what is the contents of ssldefs.ini?
Question
Ming Zhou · Jan 21, 2022

How to get all properties defined in a class from %Dictionary.ClassDefinition?

I'd run a query against %Dictionary.CompiledProperty where parent = (the classname) Thank you Timothy!
Question
Carlos Fernández · Jul 13, 2018

Is there a way to define a custon collation for SQL table properties?

Use %MVR For example:Class dc.test Extends %Persistent { Index ibar On bar; Property bar As %String(COLLATION = "MVR"); ClassMethod Test() { d ..
Question
David Reche · May 4, 2016

Router custom message base on List property using Business Rules

As %String) As %String { if $isobject(value) { quit value.GetAt(index) } quit "" } } and then, you can use it in this way, where GetAt your just created
Question
Paul Riker · Jul 18, 2016

HL7 Segment Query

KEY=EEDI_search_tablesFields indexed in the search table are listed in the dropdown box on the message viewer search, or can be queried using SQL by joining EnsLib_HL7.SearchTable: