go to post Steven Potashnyk · Jul 18, 2021 Select FACIL_DESC as "Hospital Type" From SQLUser.CT_Hospital JOIN SQLUser.PAC_FacilityType on (HOSP_FacilityType_DR=HOSP_FacilityType_DR) output : Private Hospital Private Day Facility Other Public Hospital Public Day Facility or the easier approach is using the arrow syntax https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GSQL_implicitjoins Select HOSP_FacilityType_DR->FACIL_DESC From SQLUser.CT_Hospital Hope this helps
go to post Steven Potashnyk · Nov 4, 2019 Michaels Answer should help you: https://community.intersystems.com/post/create-enslibhl7message-string-o...
go to post Steven Potashnyk · Oct 29, 2019 Hello Jude What is the error? Do you have change control enabled? if your environment has CCR enabled you may need to create a change session before running an update query.
go to post Steven Potashnyk · Apr 5, 2018 Try to concaternate ampersand into your string using the command $char(38)