Thank you for noting the 'regulatory or certification requirements around this protocol' point. I need to find out.
- Log in to post comments
Thank you for noting the 'regulatory or certification requirements around this protocol' point. I need to find out.
Thanks - interface maps looks cool - I'll check in 2020.1.
I meant any classes, including plain objectscript that are called by running code, but I'd like to include dtl's and 'standard' classes for business process, etc., routing rules and schema's
I'm just used to tools that identify unused methods and classes from other IDE's and I thought maybe I missed existing functionality?
Hi Jeff,
Is there a distinct Health Connect build?
I'm upgrading from 2017.1
Kind regards,
Stephen
@Alexey Maslov Thanks!
What are the advantages of this configuration option?
A foundation production is an interoperability production. The wizard creates the namespace and production and adds it to a register of healthshare productions visible on the wizard screen.
The Ens.Activity.Operation.Local operation is used to collect/monitor production activity. See Monitoring Productions Monitoring Activity Volume for details.
To summarise;
Advice:
Notes:
Thanks @Kurt Dawn
I also contacted WRC and they were very helpful.
To summarise;
Advice:
Notes:
Wishlist:
Kind regards,
Stephen
This brings me back to what does a Foundation production do?
Unlike a HL7 routing production a Foundation Production only has an Ens.Activity.Operation.Local operation.
While the HL7 routing production components are easily added manually, I'm reading their absence as an implied indication that HL7 routing is *intended* to be a separate production, in a separate namespace - assuming the one active production per namespace still applies.
Stephen
Thanks @Kenneth.Poindexter8571 that is helpful.
Should the foundation production be used as a routing Production, or should I keep them separate?
Added questions:
What 'useful business hosts' does it include?
Good tip - thank you .
Keep the fork for the next time you contribute.
Thank you. Yes I am very interested. I've forwarded my email.
You should look into posting this on Open Exchange https://openexchange.intersystems.com/ and claiming the points on Global Masters - there are some nice rewards and a new application gets tons of points that you can redeem: https://globalmasters.intersystems.com/rewards
Thanks in advance
Stephen
Thank you to the community members who responded and Andrew Harris of InterSystems UK(WRC)
I have combined the question and answer I received from Andrew and the community as an article:
https://community.intersystems.com/post/speeding-source-and-target-drop-downs-message-viewer
Thanks for the quick response!
Have you tried rebuilding the indexes from the SQL portal. it seems achievable without downtime, but I worry about load.
WRC recommended do ##class(%SYS.Maint.Bitmap).OneClass("Ens.MessageHeader",1,0), but suggested running it at a slower time of day because it would take 1 CPU out of action, and load a lot of data from disk into global buffers.
I'm guessing rebuilding the indexes would add more load because it is less specific. Probably not a huge deal in quiet times.
I'm doing some testing and will post my results.
Kind regards,
Stephen
I *believe* I can safely do the following to my test and live instances command line;
zn "PRODUCTION"do ##class(%SYS.Maint.Bitmap).OneClass("Ens.MessageHeader",1,0)I'm checking with WRC
Thanks,
I'm Health Connect 17.1 - so not too old .
It should run automatically as part of an Ensemble message purge.
This is interesting as I already have Ens.Util.Tasks.Purge running daily to purge messages more than 30 days old.
I've raised a support call on this with WRC so I'll update soon.
Stephen
Thanks. I hope they introduce a web interface . I feel like I'm stepping back in time trolling through the menus in ^MONMGR and ^%SYSMONMGR
I believe these are all the Cache based products
https://wrc.intersystems.com/wrc/coDistHS.csp
These are the IRIS based products
https://wrc.intersystems.com/wrc/coDistIRIS.csp
I think you need to contact your sales engineer for an eval licence.
I believe these are all the Cache based products
https://wrc.intersystems.com/wrc/coDistHS.csp
These are the IRIS based products
https://wrc.intersystems.com/wrc/coDistIRIS.csp
I think you need to contact your sales engineer for an eval licence.
I just found the authors repo at https://github.com/ZitRos/objectscript-visual-editor - but it is a bit hard to tell which fork is official
Thats exactly what I have but instead of a daily CSV extract from the departmental system, it is an A19 query
I'm interested in this question. Our team has historically been using the export tool in Caché Studio IDE, but I've started experimenting with the Portal Export/Deploy functionalionality.
With respect to the Portal Export/Deploy functionalionality: Pro's: Rollback (but I've never used it) Cons': What is included by default when exporting is not what you might expect. (It is easy to shoot yourself in the foot)
We are only using the 'Ensemble' components of HealthShare(HealthConnect), we have not started using the Healthshare specific functionality.
I have!
Thank you - you code works beautifully.
Kind regards,
Stephen
Hi
We use the gender codes M,F,U & I all the time in HL7v2, both on Ensemble, and since we migrated to HealthShare.
The 'New Features in Health Connect 15.03' page of the documenation also mention that SDA has followed CDA and added 'BirthGender'(clinically relevant in some situations for care of LGBTQ+ patients).
Kind regards,
Stephen
PS: I can't speak for TrakCare as we don't use that product.
I should add the interface is actually working (I wasn't the original author)- but I am keen to fix this.
Good point. I have added the code snippets to the question.