#HealthShare

17 Followers · 1.5K Posts

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.

Learn more

Edit
Question Amit Kumar · May 15, 2017

Our requirement is to fetch the SDA to get the some clinical data from aggregated SDA. Will this soap service work for our requirement. "HS.Gateway.Access.WebServicesClient"?

Please review the code and let me know.  Also while I am running testing the code in sand box getting this error "<ZSOAP>zInvokeClient+203^%SOAP.WebClient.1"

Set tSearchRequest = ##class(HS.Message.SearchAndFetchRequest).%New()
Set tGatewaySearch = ##class(HS.Gateway.Access.WebServicesClient).%New()
#DIM tResponse AS HS.Message.SearchAndFetchResponse
Set tSearchRequest.MPIID = tMPIID 
#DIM tSDA As HS.SDA3.

0
0 15
Edit
Question Jenna Makin · Jun 1, 2016

I have been experimenting with the concept of transforming HL7 input into a CDA document and am running into a little problem.  Let me describe my setup

First I have a HealthShare production with three simple components.

1.  I have a Enslib.HL7.FileService which looks in a specified directory for files containing HL7 messages to process.  That service picks up the message and passes it to a custom business operation which is setup to transform it to CDA.

2.  I have a custom business operation that I wrote that accepts the a Enslib.HL7.

2
0 29
Edit
Question Nupur kumar · Aug 23, 2016

For message bank implementation, in Ensemble->Enterprise Portal->Message Bank Viewer the Search based on basic or extended criteria is not working, for instance if i have to find a message with some known session Id, & i add this in my extended criteria, the search shows no results , whereas that message exists in the portal.

Please suggest why is it  not working.

Thanks

0
0 33