SELECT
nameField,
dateField,
anotherDateField
FROM
(
SELECTMIN(someDate) as dateField,
nameField,
anotherDateField
FROM $$$SOURCEWHERE $$$RESTRICT
GROUPby someOtherField
)
WHERE dateField >= anotherDateField
This query should filter the data by the minimum value of the somDate field, but it doesn't. It displays all values together, regardless of the external filter. The exact same query (without the $$$ tokens, of course) works fine in a regular SQL runtime.
My guess is that the $$$RESTRICT does this
WHERE source.%ID IN (SELECT _DSsourceId FROM MyTable.Listing WHERE _DSqueryKey = 'en3460403753')
The session highlighted advancements in InterSystems’ healthcare solutions, focusing on platforms like HealthShare and the new EHR system, IntelliCare. Through a creative and humorous storytelling format, the presentation emphasized the importance of trusted health data as a foundation for effective AI adoption in healthcare. A key message centered on the necessity of accurate data matching, particularly through the use of an Enterprise Master Person Index (EMPI). Demonstrations showed how InterSystems’ EMPI leverages machine learning, probabilistic algorithms, and referential data to resolve identity discrepancies and unify fragmented patient records. This capability supports more reliable AI outcomes and improved clinical decision-making. Ultimately, the session reinforced that meaningful data integration, not just data aggregation, is essential for realizing AI’s full potential in healthcare.
Presenters: 🗣 @Don Woodlock, Head of Healthcare Solutions, InterSystems 🗣 Sean Kennedy, Head of Product Management, HealthShare, InterSystems 🗣 @Alex MacLeod, Director Healthcare Solution Innovation, InterSystems 🗣 @Erica Song, Sales Engineer, InterSystems 🗣 @James Derrickson, Senior Product Manager, InterSystems 🗣 @Julie Smith, Senior Manager of Product Management, InterSystems 🗣 @Kristen Nemes, Product Manager, InterSystems 🗣 Varun Saxena, Product Manager, InterSystems 🗣 @Dimitri Fane, Director of Product Management, InterSystems 🗣 Jonathan Teich, MD, Chief Medical Officer and Director of Clinical Innovation 🗣 @Judy Charamand, UX Designer, InterSystems
Wondering what’s possible? Watch the video and subscribe for more examples!