David.M · May 20, 2022 go to post

IHE documents and HL7 are separate. You can only merge within a single HL7 facility. The IHE documents live in a different facility in a different Edge. To change IHE information, you need to submit IHE requests, e.g., a metadata update.

David.M · May 5, 2022 go to post

Import it in the namespace where you want to use it. You can also use Studio to import: Tools > Import Local.

David.M · May 4, 2022 go to post

There is no bulk delete. The UI lets you delete one record at a time.

David.M · Jan 20, 2022 go to post

Look at the "Allowed Authentication Methods". You are only allowing "Password". It sounds like you want to allow "Unauthenticated".

David.M · Jan 20, 2022 go to post

Check the /csp/healthshare/prashanthns web application.

David.M · Jan 18, 2022 go to post

Regardless of whether you created it, there must be one for your SOAP service. What URL are you using to access it?

David.M · Jan 12, 2022 go to post

Do you have the "Unauthenticated" check box checked in the Web application?

David.M · Dec 15, 2021 go to post

As it says in the Class Reference, "NOTE: pFormat of CSV/100 is not a true comma separated value, but instead uses TAB separated values."

David.M · Dec 3, 2021 go to post

You need to look at the sync business operation in the Registry. That probably has a useful error message (if the request made it to the Registry).

David.M · Sep 22, 2021 go to post

I'm not aware of any logs. By the way, this question is about Unified Care Record, not IRIS for Health.

David.M · Sep 8, 2021 go to post

By "HealthShare", which product do you mean? In general, we only have what is in the documentation. I'm not sure what you expect to be in a "support document".

David.M · Jun 5, 2021 go to post

I see

   ##class(HS.Util.Installer).InstallBusDemo

in

   HealthShare_UnifiedCareRecord_Insight_PatientIndex-2021.1-1009-0-win_x64.exe

What kit are you using?

Of course, you should not be copying parts of the product into another instance.

David.M · Jan 8, 2021 go to post

SQL uses single quotes for string values, not double quotes.

David.M · Nov 28, 2020 go to post

I'm not sure what you are asking. Transactions are for saving to disk. The methods I referred to just load the SDA into memory.

David.M · Nov 27, 2020 go to post

You can use an XML editor that can validate XML against a schema. You can get the schema via ##class(HS.SDA3.Container).ExportXMLSchemaAPI.

You can call GetNextSDA in a loop like ##class(HS.SDA3.Container).TestXMLParse does. But, I don't think this will catch datatype validation errors. To catch those, you could use ##class(%XML.Reader).Correlate.

David.M · Jul 10, 2020 go to post

Check the Ensemble Credentials in the HSSYS namespace on the Edge.

David.M · Jun 18, 2019 go to post

I have an internal PowerPoint from someone who should know that says Summary Document Architecture. And the HealthShare docs says Summary Document Architecture.

David.M · Mar 21, 2019 go to post

You can use the CDA and SDA Annotations. Check the "SDA" check box, then enter the SDA property you are interested in. See the documentation CDA Interoperability with SDA  > CDA and SDA Annotations .

David.M · Jul 9, 2018 go to post

In Clinical Setup > Chart Book Definition, select your chart book. On the Chartbook Setup page, there is a "Collapse Timeline" check box.

David.M · Mar 28, 2017 go to post

I discussed this with Matt via email. The problem was due to custom code that expected the session ID to still be there after it had been deleted.

David.M · Nov 15, 2016 go to post

Customers often have many systems, e.g., they may have live, stage, or dev environments or be testing a new version, so unfortunately it isn't reliable or practical for us to keep track of a customer's version. HealthShare also has multiple components, which may be upgraded separately.