- Log in to post comments
Started at InterSystems in July, 2023. Previous experience with manufacturing (ABB, P&W, Phillips Manufacturing), telecommunications software development (Instant Information, Boston Technology and Comverse Technology), support, deployment and have worked in sales/solutions engineering for FAST Search and Transfer (acquired by Microsoft), Microsoft, Smartlogic, Delehealth.
Professionally I enjoy learning new technologies, working with customers to help them solve their business and technical challenges.
I am a native English and Spanish bilingual speaker since birth and I enjoy learning and speaking new languages (currently CEFR B2 in French with a C1 goal), cycling, spending time with family, travelling, coaching youth sports.
I thought I would take a moment to add something I discovered on a windows IRIS upgrade to 2025.1. . . make sure if you are installing python run time on windows you choose custom installation all users . . . from docs:
On Microsoft Windows, if you find that the Python runtime library is located within your user directory, for example, C:\Users<username>\AppData\Local\Programs\Python\Python311, it indicates that you have installed Python for the current user only. InterSystems recommends installing Python for all users to avoid unexpected results.
and
Important:
On Microsoft Windows, if sys.path contains a directory that is within your user directory, such as C:\Users\<username>\\Local\Programs\Python\Python311, it indicates that you have installed Python for the current user only. InterSystems recommends installing Python for all users to avoid unexpected results.
And
- Log in to post comments
Ready! Set! Go!
- Log in to post comments
Nice application Muhammad. I installed with latest preview (got a core dump) . . . I changed preview to 2025.3 in the downloaded Dockerfile #ARG IMAGE=intersystemsdc/irishealth-community:preview ARG IMAGE=intersystemsdc/irishealth-community:2025.3
then docker compose worked correctly. Nice generation of HL7 messages from terminal.
I am unable to access the app URL http://localhost:32783/csp/HL7v2Gen/index.csp getting a page not found. I must be doing something silly.