Hi
Upon creating namespace I selected same database for both Globals and Routines. How can I separate both the databases. Please note that I already have data and code saved in database.
Thanks
InterSystems HealthShare is a healthcare informatics platform for hospitals, integrated delivery networks (IDNs) and regional and national health information exchanges (HIE). HealthShare includes health information exchange, data aggregation, workflow, text analysis, and analytics technology.
Hi
Upon creating namespace I selected same database for both Globals and Routines. How can I separate both the databases. Please note that I already have data and code saved in database.
Thanks
Hello,
Does anyone know if intersystems has a support document/ support guide on "Healthshare"? We need to share it with our L1 support team.
Any support document with a few known issues with their resolution, that the L1 team can expect and resolve?
We have started to see Journal Daemon inactive and DBLatency warnings in the Console log of our Healthshare server. OS is Windows Server 2008 running in a VM. See below
10/03/18-00:46:39:344 (3840) 1 Journal Daemon has been inactive with I/O pending for 10 seconds:
gjrnoff=6642068,iocomplete=6637348,filecnt=771,fail=0
10/03/18-10:08:47:620 (6064) 1 [SYSTEM MONITOR] DBLatency(c:\intersystems\healthshare\mgr\cachetemp\) Warning: DBLatency = 2300 ( Warnvalue is 1000).
10/03/18-10:08:47:755 (6064) 1 [SYSTEM MONITOR] DBLatency(d:\databases\adtfeed\) Warning: DBLatency = 1251 ( Warnvalue is 1000).
10/03/
Hello all,
I have a problem where one of our 3rd party systems is only able to accept HL7 messages with UTF-8 encoding but the originating messages have Windows 1252 encoding. Does anyone know a way in which I can change the encoding for the entire message from Windows 1252 to UTF-8? I have only been able to find the CONVERT method to change individual charachters but we would like to change the entire HL7 message encoding.
Thanks!
I'm creating patient extensions and I'm sending an SDA file to be interpreted by Information Exchange.
How do I map the custom SDA3 so that Information Exchange can see these new extensions?
I'm using SDA3.
Hello Again,
We still need additional beta testers for this exam so that we can set a statistically valid passing score. Thus, if you match the exam candidate description given below, we would like you to beta test the exam!
Exam title: HealthShare Patient Index Technical Specialist
Exam candidate: An IT implementation professional who:
Hello,
I am trying to set up a user that can view the summary in SDA in the clinical viewer.
Is there a specific role that can be assigned that provides a view of the SDA?
https://docs.intersystems.com/hs20202/csp/docbook/DocBook.UI.Page.cls?K…
I've created a custom class that extends to the standard HS.Message.PatientSearchRequest. Inside the custom class i just want to pass the data as input only.
But i am getting ERROR #6277: Type attribute, s01:AcoPatientSearchRequest, does not specify valid type for XML input tag: pRequest (ending at line 5 character 171)
</error>
I tried adding Parameter XMLIGNOREINVALIDTAG = 1; and
Parameter XMLSEQUENCE = 0;
but does not seem to work.
Class MC.ACO.Message.AcoPatientSearchRequest Extends HS.Message.PatientSearchRequest [ ClassType = persistent, Inheritance = right, ProcedureBlock ]
{
Hi - Looking at encoding a .rtf file to Base64 - I've seen the Base64Encode Method and I can pass text but how would you pass a file? Or is there another method that can do this?
The end goal is to place the encoded output in a MDM^T02 (in OBX Segment) HL7 Message.
Appreciate any pointers - Thank You
Hi!
I am looking for examples of implementations of a more robust forgot username and forgot password implementation. Does anyone have one to share, even just a link to the page so I can see how it works, or screenshots? We would like to implement a secure system for requesting username and resetting password.
How To Display Custom SDA Extensions in the Clinical Viewer
____________________________________________________________________________
Written by Sebastian Musielak, InterSystems Support, November, 2016
A new feature introduced in HealthShare Version 15 is the ability to create custom SDA extensions to store custom data in SDA. In some cases, it might be nice to display that new data in the Clinical Viewer. This is a step-by-step guide for how to do that.
To begin, we will make a few assumptions:
A – This guide was created running HealthShare version:

hello,
Can anyone help with how to create dashboards in Healthshare, HealthInsights
How do you determine what namespace to use for your custom SAML attributes? We want to receive patient context (first name, last name, dob, gender, etc.)
OASIS has resource-id but none of the other attributes. urn:oasis:names:tc:xacml:1.0:resource:resource-id
I heard about Message Bank when we started redesigning a Health Connect production to run in containers in the cloud. Since there will be multiple IRIS containers, we were directed to utilize Message Bank as one place to view messages and logs from all containers.
How does Message Bank work?
I added Message Bank operation to our Interoperability Production. It automatically sends messages and event logs to the Message Bank.
Resending Messages
The Message Bank provides an interface for portal user to resend messages from the Message Bank portal. I thought it would be even better
Hi Community,
Please welcome the new video from #VSummit20:
⏯ New & Next: Cleaner, More Comprehensive Unified Care Records
Hi InterSystems Architects,
Please may I know the relationship between
1. Menus, Workflows, Workflow Items, Components, Code Tables, etc
Detailed relationship diagrams, how each element in each of the above are related to another.
2. When I extracted the data. I see ID number, but they aren't unique or related. I wanted to build a relationship between them myself in the absence of documents but I am missing the critical unique primary key of each and how they are referred in another table.
Your help is appreciated and let me know if you need any specific (Non Confidential) informati
Hi all,
Are there limitations to the size of a file or stream that %XML.Reader will parse?
I am trying to parse a large, 573MB, XML file using either the 'OpenFile' or 'OpenStream' methods, but both return errors.
When I try to use the 'OpenStream' method I get a 'ERROR #6301: SAX XML Parser Error: input ended before all started tags were ended' error',
and when I try the 'OpenFile' method I get a 'ERROR #6301: SAX XML Parser Error: <STORE>'.
'%XML.TextReader' appears to parse the file OK, so I may be able to get use that as a workaround, but ideally I would like to get '%XML.Reader' work
Talking with a friend of mine, Machine Learning specialist @Renato Banzai , he brought one of the biggest challenges faced by companies nowadays: deploying ML/AI in live environments.
Hello everyone,
I have a question and if you have some code, it would be lovely.
I had to create a connector which is biredictionnal. What does I mean by this?
I have to send ADT to an certain ip +port by TCP but I have to receive query A19 by this same ip+port.
Is it possible to create such a connector that can do both?
I read about pipe but i think it's too low-leveled .
Thanks,
Thomas
Hey Community,
We are really looking for your feedback on a new offering - InterSystems FHIR Transformation Service.
It went live on AWS Marketplace where you can try it for free!
We launched a related challenge on GM where you can get points for giving it a try and a "thank you" prize to everyone who leaves feedback in comments to this post.
Hi! I am working on a project where I use record map to transform a flat file and split it into two output text file and in the future will need to split four output files.
I only want to use one target business operations instead of multiple. Is there a way to set the output file and the target folder path in my business process class?
Any advice on how I can achieve this or is this possible? Thanks!
Hello Again,
InterSystems Certification is still looking for people to beta test the HealthShare Patient Index Technical Specialist Certification exam. We have extended the deadline of the beta test to July 31st, 2021. For details, see the original announcement.
Thank you!
When I'm asked questions about SQL, I like Intersystems staff at the WRC, generally ask about the Query Plan. My feeling is that even before you run a query you should examine the results of Show Plan to confirm that the code is going to give me the results in the manner I would expect. If I expect it to leverage an index and I see that it is not then I go back and look at what I might have done incorrectly and try to re-write the query to get the index behavior I'm looking for. To that end, there's a poll below to ask you if think moving the Show Plan button as the first button would be us
Hello All
I'm running into an issue performing UPDATES that I'm not getting on INSERTS. It's probably obvious, but I'm just not seeing it and could use a little help.
I'm going over an HL7 message and depending upon varying criteria, the relevent variables will get items added to them like the following:
Set patientId = pRequest.GetValueAt("PID:3")
Set sqlColumns = sqlColumns_",patient_id"
Set sqlValues = sqlValues_",?"
Set par($i(p)) = patientIdAfter compiling the variables, I check to see if accession number is found in the table.
set performInsert = 1
set performUpdate = 0
...
sTitle.
I've searched the forum and documentation with no luck. Thanks!
We need to upgrade from Healthshare 2016.2 to HealthConnect latest but we are too far behind the current version to do an upgrade in situ.
So I need to create a new instance of HealthConnect and the copy across all the database definitions, namespaces and classes.
I know its possible to script this stuff and pull all the definitions out of the old Healthshare system and then apply them to the new HealthConnect instance.
Has anyone done anything like this before that they would be happy to share with me so I could use it as a starting point rather than re-invent the wheel again?
Regards
Mi
Hi,
We have an immediate requirement for an experienced Intersystems Ensemble/Healthshare Connect developer to join our team with a good grounding programming ,Healthcare Integration and experience with InterSystems Ensemble/Healthshare Health Connect.
Contractor or Full Time.
Please if you are interested and need more info contact :
I am working on tweaking our current patient load process. The roster input is in text pipe delimited format, parsed out and transforms it to a standard HS.Message.PatientSearchRequest, and send to business process for patient matching. Result is transformed into a standard ADT HL7 message using EnsLib.HL.Message class. I would like to know if there is another class I can use that will transform my output to a text flat file pipe delimited instead of HL7 format? any advice on how to do this is greatly appreciated.
Thanks!
Hello All,
InterSystems Certification has designed another certification exam and we need input from our community to help validate the exam topics. Here's your chance to have your say in the knowledge, skills, and abilities that a certified InterSystems CCR Technical Implementation Specialist should possess.
Here's the exam title and the definition:
InterSystems CCR Technical Implementation Specialist
A development professional who:
Hello Again,
InterSystems Certification is still looking for people to beta test the HealthShare Patient Index Technical Specialist Certification exam. We have extended the deadline of the beta test to July 6th, 2021. For details, see the original announcement.
Thank you!