Find

Article
· Oct 17, 2024 2m read

ORU to MDM with large HL7 v2 messages.

I was working on a DTL but kept getting ERROR #5002... MAXSTRING errors. The problem was that most of the DTL GUI action steps only support the string data type when working with the segments. A %String has a limit of 3,641,144 characters and my OBX5.1 was 5,242,952 characters long as the example provided. Of course PACS admin stated ultra high quality up to and including 4K resolution files were needed, so we could not get the vendor to compress or reformat these files to compressed jpg or something similar.

7 Comments
Discussion (7)2
Log in or sign up to continue
Article
· Oct 17, 2024 2m read

Helpful CCR Resources

Users of the InterSystems Change Control Record application (CCR) often ask for useful resources which can help them learn CCR and stay in the loop on updates.  Please see this list of resources below and post ideas for additional resources or questions you may have!

  • D.C. CCR Group - https://community.intersystems.com/tags/ccr
    • Please "Follow" the group in order to see announcements on training opportunities, application enhancements, Q&A from users
    • Please feel free to add your questions well, and tag with "Group = Other" and Tags = "CCR" to add them to people's CCR D.C. feed
  • Online Interactive CCR Courses - https://learning.intersystems.com/
    • Type ICC (for InterSystems Change Control) in the upper right search box and filter on the left by "Interactive Courses" (please ignore the RETIRED ones .. they are being removed from the search results)
  • 3 Day Instructor Lead CCR Tier 1 Course - https://www.intersystems.com/course-offerings/intersystems-change-control-tier-1-basics/ 
    • Covers all material required for proper CCR usage at Tier 1 sites. 
    • TrakCare Tier 2 courses are also available on demand (4 days)
  • All ICC Training Course Material - https://ccr.intersystems.com/ccr/ng/csp?t=ICCDocs.csp
    • Available from the CCR Menu
    • The "ICC_AllCourseContent.pdf" can be very useful to keep on file and search in for specific topics like "ImplementCCR" or "Group"
  • InterSystems CCR Technical Implementation Specialist Certification reference - https://www.intersystems.com/certifications/intersystems-ccr-technical-implementation-specialist/
    • Even if you are not planning to pursue Professional Certification in CCR (which I would encourage at least one person in each organization to achieve) it is very useful to reach through the course material and the practice questions to fill in critical CCR learning gaps that you may have.  
    • Tier 1 Certification currently available; Tier 2 Certification is tentatively planned for release in 2026
    • Feel free to ask questions about the material on the D.C. CCR Group
  • CCR FAQs - https://ccr.intersystems.com/ccr/ng/faqs
    • Available from the CCR Menu, hopefully this is a resource you are already using, but it can be helpful for filling in knowledge gaps.
    • We try to get all of this into the ICC slides but it can take a while to do so at times so we often push helpful information out via the FAQs

Please feel free to ask questions - we want to help you learn and be successful with CCR!!

Discussion (0)2
Log in or sign up to continue
Article
· Oct 17, 2024 1m read

Cómo cambiar el nombre de la instancia (configuración)

Rúbrica de preguntas frecuentes de InterSystems

En Windows, esto no se puede cambiar, pero en plataformas tipo Unix, se puede cambiar utilizando el comando iris rename.

iris rename instname(<current instance name>) newname(<new instane name>)

Para obtener más información sobre el comando iris rename, por favor consultad el siguiente documento:

Sobre el comando iris

Discussion (0)1
Log in or sign up to continue
Discussion (1)1
Log in or sign up to continue
Question
· Oct 17, 2024

How to view the patch version

How can I display the patch version?

The command Write $system.Version.GetPatchId()
doesn't show anything.
What other options are there?
Thanks.

2 Comments
Discussion (2)2
Log in or sign up to continue