Learning Documentation Community Open Exchange Ideas Portal Global Masters Certification Partner Directory Startup Hub
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
  • Profile page
  • Posts (1)
  • Replies (70)
  • Mentions (1)
  • Official certification & Credly badges (0)
  • Global Masters badges (0)
  • Followers (3)
  • Following (0)
AllAccepted answers
    go to post
David.M · Dec 3, 2021

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).

1 0 https://community.intersystems.com/post/synchronization-failed?page=2#comment-174786
    go to post
David.M · Sep 22, 2021

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

0 0 https://community.intersystems.com/post/clinical-viewer-track-care-layout-changes-logs?page=2#comment-167711
    go to post
David.M · Sep 8, 2021

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".

0 0 https://community.intersystems.com/post/post-deployment-support?page=2#comment-166206
    go to post
David.M · Jul 5, 2021

You can find what is supported at

https://www.intersystems.com/products/healthcare-standards-certification...

0 0 https://community.intersystems.com/post/does-hs-support-iti-80?page=2#comment-160471
    go to post
David.M · Jun 5, 2021

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.

0 0 https://community.intersystems.com/post/there-something-installbusdemo-healthshare-20211?page=2#comment-157906
    go to post
David.M · Jan 8, 2021

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

1 0 https://community.intersystems.com/post/sql-how-make-where-work?page=2#comment-141811
    go to post
David.M · Nov 28, 2020

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.

0 0 https://community.intersystems.com/post/validate-sda-saving-ecr?page=2#comment-139156
    go to post
David.M · Nov 27, 2020

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.

0 0 https://community.intersystems.com/post/validate-sda-saving-ecr?page=2#comment-139106
    go to post
David.M · Nov 12, 2020

You can use the HS.Gateway.ECR.PatientDelete class. https://docs.intersystems.com/hs20201/csp/docbook/Doc.View.cls?KEY=HEMAP...

0 0 https://community.intersystems.com/post/there-command-delete-patient-edge-production?page=2#comment-137656
    go to post
David.M · Jul 10, 2020

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

0 0 https://community.intersystems.com/post/request-terminology-sync-task-error?page=2#comment-128166
    go to post
David.M · Jun 4, 2020

I suggest you contact the WRC for help with this.

0 0 https://community.intersystems.com/post/zsavedata53hsuiregistrypatients1-tresponse?page=2#comment-124906
    go to post
David.M · Jun 18, 2019

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

0 0 https://community.intersystems.com/post/sda-defined?page=2#comment-110286
    go to post
David.M · Mar 21, 2019

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 .

1 0 https://community.intersystems.com/post/how-find-xpath-original-ccda-xml-element-sda3-object?page=2#comment-108826
    go to post
David.M · Jul 9, 2018

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

0 0 https://community.intersystems.com/post/clinical-viewertrakcare-encounter-timeline-graph?page=2#comment-104416
    go to post
David.M · Mar 28, 2017

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.

0 0 https://community.intersystems.com/post/errnoresponseclass-explanation?page=2#comment-92116
    go to post
David.M · Nov 15, 2016

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.

3 0 https://community.intersystems.com/post/importance-and-collection-exact-version-information-zv-zversion?page=2#comment-18561
    go to post
David.M · Nov 14, 2016

Is journaling on?

0 0 https://community.intersystems.com/post/unexpected-rollfail-error-object-save-call?page=2#comment-88991
    go to post
David.M · Nov 9, 2016

It might help if you were more specific. What do you mean by "attach"? How are you going to retrieve the documents? Where are the documents coming from?

0 0 https://community.intersystems.com/post/high-level-explanation-how-you-would-attach-nondiscrete-documents-patient-record?page=2#comment-88886
    go to post
David.M · Nov 1, 2016

Yes, it will go back. But the query plan appears to show that it ignored the index. Why not use the index to determine which rows to get from the master map? Maybe it doesn't realize that this will be much faster?

0 0 https://community.intersystems.com/post/data-storage-information-you-must-know-make-good-decisions-when-developing?page=2#comment-17456
    go to post
David.M · Oct 18, 2016

There are various XSLTs in CSP\xslt\IHE\XDSb\Version1.

0 0 https://community.intersystems.com/post/provideandregisterrequest-hsmessagexmlmessage-transformation?page=2#comment-88026
  • first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • next ›
  • last
David.M
@David.M
Senior Developer Support Engineer at InterSystems
STAFF
Follow

User statistics

Posts
1
Replies
70
Likes
37
Applications
0
Badges
0
Followers
3
People reached
1.5K
Accepted answers
28
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up