Search

Clear filter
Question
Martin Weissenborn · Aug 11, 2021

drop column "Deleting a column definition does not delete any data that has been stored in that column from the data map

slot in the storage definition. The "name" property on that slot will give you the storage index. You could then iterate through the global where the data is stored and do something
Question
Mike Kadow · Apr 9, 2018

Cache Studio - Find in Files does not work, returns nothing

and be patient to see the full result Check if Output Frame is open.IF it resists to appear.goto fullscreen modeclick to View / Output (ALT+2)If still invisible:move the mouse
Question
Vinay Purohit · May 24, 2019

Unlock the records

(processId) You can get the pid without iteration.set nsp=$znspaceset pid=^$|nsp|lock("^DBLock(""Patient"",1119102928)","OWNER")do $system.Process.Terminate(pid)|nsp| is only required for access to a lock in a different namespace.
Article
Developer Community Admin · Oct 21, 2015

The Role of Healthcare Informatics in Accountable Care

population of patients. Together, the group assumes risk and shares rewards. As with high-performing organizations in other industries, the hallmarks of ACOs are quality measurement
Question
Jordan Everett · Aug 1, 2022

Email Template

an email to the patient. I'd like to make it a nicer looking email which will require a good amount of inline CSS. I currently have a method, but is very much a sore sight
Question
Adam Lees · Aug 20, 2021

SQL proxy to HL7 query/response

Use case: small in-house hospital systems that query patient demographics via SQL. The new PAS being implemented in the near future will only support query/response via HL7. SQL
Article
Robert Cemper · Mar 12, 2024

Reviews on Open Exchange - #40

y y * 5 tool-patient-generator easy to handle and fast 5.0 6 WebSockets Tutorial finally arrived @ IPM + Docker 5.0 y y 7 bg-openai
Announcement
arun kumar · Mar 19

Looking for Opportunities in InterSystems Technology

• InterSystems HealthShare 2023.1, ODBC & MSSQL Integration, Data Exchange & System Design• Clinical Viewer, Registries (Patient, Clinical, Facility), Consent Policies ✅
Announcement
Vadim Aniskin · Dec 4, 2024

InterSystems Ideas News #17

Include an option in HealthShare (UCR) to support natively a vectorized database of patients' clinical data, enabling retrieval-augmented generation (RAG) for communication
Announcement
Darris Mishler · Jul 8, 2024

Seeking Interoperability Engineer for Healthshare Connect Cloud and Epic Ambulatory

. EMR/EHR Implementation – Designing clinical data integration solutions that improve patient record management and ensure compliance with industry standards. Database &
Announcement
Jacquie Clermont · Aug 1, 2022

CORRECTED NUMBERS: What were the most popular sessions at Global Summit 2022? Find out

: Using Managed Terminology with HealthShare (68) Unified Care Record: New & Next (66) The Data Architecture that Leaves You Glueless (64) Updates in Security (62) Patient
Question
Yone Moreno · Jun 15, 2020

How could we iterate over an ORU, to get all OBXs

;/MSH> <ORU_R01.PATIENT_RESULT> <ORU_R01.PATIENT> <PID>
Article
Iryna Mykhailova · Aug 2, 2022

Data models in InterSystems IRIS

STORAGEDEFAULT = "columnar"; Parameter USEEXTENTSET = 1; /// Bitmap Extent Index auto-generated by DDL CREATE TABLE statement. Do not edit the SqlName of this index. Index DDLBEIndex
Question
Nicki Vallentgoed · Jun 2, 2017

Collection vs parent child vs Reference vs One to many

difficult. Would it make more sense to just use a 'stand alone' class with foreign key? Class CinemaFilm { Property cinema As Cinema; Property film As Film; Index idxa
Question
Archunan K · Apr 12, 2019

Conversion of RTF document to plain Text/HTML document using %iKnow.Source.Converter

EXTRACT(ByRef array, from As %Integer, to As %Integer, SetToNull = 0) As %String { i '$d(to) s to=from S UncleLen=from-to+1 // length of string to return s string="" f index=1:1