Hi, Thanks for your reply.
Could you also let me know how do I pass the base64 string in %Stream.GlobalBinary?
- Log in to post comments
Hi, Thanks for your reply.
Could you also let me know how do I pass the base64 string in %Stream.GlobalBinary?
Hey Harshitha,
Do you have any use cases for any of your points? That would be easier to discuss or guide you through these pointers.
Hi Steven,
As I have observed, the terminal errors do not display in the application error logs. Correct me if I am wrong.
Hi Philip,
https://community.intersystems.com/post/unwrap-roles-recursively
you can refer to this above post. This post says how to fetch the current roles of the user. You use a similar way to insert them.
Thanks! that worked!
Nice Article Ashok!
Thanks for the exciting update, Olga! 😊
Just a small note, it looks like no new rewards have been added for India yet. We do have a small but enthusiastic developer community here, and it would be wonderful to see a few rewards made available for us too in the future.
Appreciate all the great work you’re doing with Global Masters! 🙌✨
They are visible now Olga. Thanks!
Hi Guillaume, great article!
I had one question, how can we install packages inside the mgr/python folder to make them available for use?
For instance, if I want to use modules like requests or numpy, I would need to install them first and then import them in my code. What’s the recommended way to do this?
Hi Ben, Thanks for your reply, but the option of changing my login email ID is freezed. I am not able to edit this field.
I fully agree! A certification for "Techno-Functional Application Specialists" is a fantastic idea that would officially recognize the vital role these professionals play in bridging the gap between technical code and practical clinical needs.
Hi, is this still applicable?
Thanks Tracey for your support. It's working fine after the transfer.
Oh, I see! If that's the case, could you please guide me on how to use the Progressive Web App version?
Thanks for your feedback, Harshitha! : )
Yes, you can! Thanks a lot for the clear example — really helpful! 🙌
Thanks Jerald. This helped!
Great read! Looking forward to more tutorials like this.
🙌
Hi Kate, I really enjoyed reading your article, it is beautifully written!
I’m curious to know: how and where did you install the dependencies like Faker, pandas, and random?
Great! That's another wonderful article written. Thanks!
Hi Alexey,
Thank you for the suggestion- using the time works well too! I was simply trying to provide an example. I'll be posting another article with my code shortly, and I truly look forward to any further feedback you might have.
We can also use this way.
Set^LOG("xUpload",+$Horolog,patId,$ I(^LOG("xUpload",+$Horolog, patId))=status_"^"_SQLCODE_"^"_$Get(%msg)Hi Harshitha, a good read. But won't using loops while accessing globals directly have more time complexity?
Hi David, I didn't quite get what you are talking about here.
CSV is supposed to be comma delimited, if they want to give you a pipe delimited data, you could use a .txt file.
Haha. But the problem with CSV files are that if there is a comma in the data, for example address field, then this will cause a lot of trouble and are irritating at times too. Re formatting then is a big headache. Sometimes price columns that are entered like 1,000 instead of 1000 also cause a lot of problem.
Hi Leo,
You can try this from the terminal.
Do$System.OBJ.Export("YourProject.prj", "C:\\Exports\\YourProject.xml")Thanks Alex! This helped me too. :-)