Hi there,
Does anyone know where is the content for saved searches in Message Viewer is stored. We want to add searches we have created in QA to our deployment files.
thanks
Best Mike
Hi there,
Does anyone know where is the content for saved searches in Message Viewer is stored. We want to add searches we have created in QA to our deployment files.
thanks
Best Mike
Hi Community,
I need to find a good way to queue messages and then send them later by document type where document type is an HL7 attribute of the message.
Any suggestions?
Thanks
Regards
Mike
Hi Guys,
Is there a community version of Healthshare Connect? I know there is for Iris proper but I can't seem to find the Healthshare Connect Community version.
Regards
Mike
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
MikeD
Hello Community,
We want to send ALL updates from our Cache server to a remote SQL Server instance that will be used as a reporting data warehouse.
Has anyone done this already and if so what is the best way to go about setting this up?
Thanks
Regards
Mike
I just downloaded and installed the latest WebTerminal into my local copy of Healthshare 2016.2.1
I installed via studio and everything compiled without error.
However when I run it I just see a black screen. The help window at the bottom of the screen pops open when I type '/' but I just can't get any response.
Any suggestions as to how to trouble shoot this?
Mike
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
I have a class thus:-
Class RMH.ClinDoc.Response.GetEPRDisplayResponse Extends Ens.Response [ProcedureBlock]
{
Property GetEPRDisplayResult As %XML.String;
}
The property GetEPRDisplayResult contains html content.
When I write out the property in a terminal, all the html special character content is encoded e.g. '<' is < '>' is > ; etc....
I want to display this html in a browser and have it render as normal.
So my question is how to I store html content in a cache object such that it renders correctly in a browser?
Hi Developer community
Does anyone know where the custom message filters for the message browser live? You can load and save by name and existing filters appear in a list. I want to export them from an existing production and import then into a new one.
Thanks in advance
MikeD
Hi Community,
Has anyone ever set up a web service that takes a stream data type as an argument? The client will be dotNet.
This is the error I see:-
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>Badly formed SOAP Message</faultstring>
<detail>
<error xmlns='http://soap.rmh.nhs.uk'>
<text>ERROR #5002: Cache error: <INVALID OREF>XMLLOOP+9^WebService.eDCGold.GetRootKeyLocalRef.1</text>
</error>
</detail>
</SOAP-ENV:Fault>
Hello ISM Community,
Is it possible to copy all the classes in a package to a new package in Studio?
If not does anyone have some ObjectScript code that does this?
Regards
Mike
We spend a lot of time creating message searches and would like to be able to migrate then from dev to QA and Live.
Does anyone know how to do this?
Thanks
Mike
I need a generic way to check if all the properties on an object instance are null. Has anyone got some code they could share?
I could of course add a method to each class and pass in all the properties and test them but I'm sure there must be a generic way to do this. A generator method perhaps?
Regards
Mike
I need to create a standards document for new developers who are coming to Cache from other backgrounds.
Does anyone have an in-house document they could share with me?
Regards
Mike