- Log in to post comments
- Log in to post comments
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.
- Log in to post comments
Is this what you are trying to do?
https://docs.intersystems.com/hs20212/csp/docbook/DocBook.UI.Page.cls?K…
The docs say, "The utility expects a tab-delimited file with a header as illustrated below:".
- Log in to post comments
Import it in the namespace where you want to use it. You can also use Studio to import: Tools > Import Local.
- Log in to post comments
There is no bulk delete. The UI lets you delete one record at a time.
- Log in to post comments
Do you need to do translation on it?
- Log in to post comments
If you need more help, I suggest you contact the WRC.
- Log in to post comments
Look at the "Allowed Authentication Methods". You are only allowing "Password". It sounds like you want to allow "Unauthenticated".
- Log in to post comments
Check the /csp/healthshare/prashanthns web application.
- Log in to post comments
Regardless of whether you created it, there must be one for your SOAP service. What URL are you using to access it?
- Log in to post comments
Do you have the "Unauthenticated" check box checked in the Web application?
- Log in to post comments
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."
- Log in to post comments
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).
- Log in to post comments
I'm not aware of any logs. By the way, this question is about Unified Care Record, not IRIS for Health.
- Log in to post comments
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".
- Log in to post comments
You can find what is supported at
https://www.intersystems.com/products/healthcare-standards-certificatio…
- Log in to post comments
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.
- Log in to post comments
SQL uses single quotes for string values, not double quotes.
- Log in to post comments
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.
- Log in to post comments
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.
- Log in to post comments
You can use the HS.Gateway.ECR.PatientDelete class. https://docs.intersystems.com/hs20201/csp/docbook/Doc.View.cls?KEY=HEMA…
- Log in to post comments
Check the Ensemble Credentials in the HSSYS namespace on the Edge.
- Log in to post comments
I suggest you contact the WRC for help with this.
- Log in to post comments
I have an internal PowerPoint from someone who should know that says Summary Document Architecture. And the HealthShare docs says Summary Document Architecture.
- Log in to post comments
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 .
- Log in to post comments
In Clinical Setup > Chart Book Definition, select your chart book. On the Chartbook Setup page, there is a "Collapse Timeline" check box.
- Log in to post comments
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.
- Log in to post comments
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.
- Log in to post comments
Is journaling on?
- Log in to post comments