検索

Anúncio
· Jul. 8

Developing with InterSystems Objects and SQL – Virtual July 28-August 1, 2025 / Registration space available

Developing with InterSystems Objects and SQL – Virtual July 28-August 1, 2025

  • This 5-day course teaches programmers how to use the tools and techniques within the InterSystems® development environment.
  • Students develop a database application using object-oriented design, building different types of IRIS classes.
    • They learn how to store and retrieve data using Objects or SQL, and decide which approach is best for different use cases.
    • They write code using ObjectScript, Python, and SQL, with most exercises offering the choice between ObjectScript and Python, and some exercises requiring a specific language.
  • This course is applicable for users of InterSystems IRIS® data platform and InterSystems Caché®
  • Self-Register Here
Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Jul. 8

Enabling Delegated Authentication with IPM via module.xml

I am trying to set up a web application with Delegated Authentication via IPM. It is possible to give a specific application Delegated Authentication:

<WebApplication
        Name="/${namespaceLower}/api"
        NameSpace="${namespace}"
        DispatchClass="pkg.isc.genai.rest.Handler"
        MatchRoles=":%All"
        AutheEnabled="#{$$$AutheDelegated}"
        Recurse="1"
        CookiePath="/${namespaceLower}/"
        />

with the AutheEnabled field. This will display the authentication as "delegated" in the SMP Web Applications display, but when one enters the settings page for this application, there is no checkbox for Delegated. This also doesn't seem to function -- ZAUTHENTICATE is never called.

To fix this, I have manually gone to the Authentication/Web Session Options page and enabled Delegated Authentication. With this enabled, ZAUTHENTICATE is called, that checkbox appears, and everything works.

I cannot seem to find a way to automatically enable that in module.xml. Does anyone have any experience with this, or is there another way to do this? (Can you do this via a ClassMethod somewhere, and then just invoke that method in module.xml?) 

3 Comments
Discussão (3)3
Entre ou crie uma conta para continuar
Pergunta
· Jul. 8

FHIR Patient Resource Response does not map to FHIRModel.R4.Patient

I am receiving a FHIR response bundle back with a resource of patient. Using fromDao, I attempted to take the stream and put it into FHIRModel.R4.Patient but it is not mapping correctly. When I attempt to take FHIRModel.R4.Patient and write it out using toString(), all I am seeing is the resource

{"resourceType":"Patient"}

so the response is not mapping correctly to FHIRModel.R4.Patient. How have others handled this? Do I need to translate it to an SDA since it does fit the model format?

6 Comments
Discussão (6)2
Entre ou crie uma conta para continuar
Resumo
· Jul. 8

Check out a new InterSystems Developer Community AI chat

Dear Member,

Our Developer Community AI (a.k.a. DC AI) just got a major upgrade: it now supports full conversational mode.

Instead of a single reply, you can now ask follow-up questions, go deeper into errors or code examples, and refine your requests — all in the same thread.
DC AI keeps the context, so it works more like a real teammate.

👉 Try DC AI Chat now

The engine behind the scenes hasn’t changed: answers are still drawn from Developer Community posts, InterSystems IRIS documentation, and Open Exchange apps, and they’re delivered through InterSystems IRIS Vector Search for speed and relevance.

Whether you're troubleshooting code, exploring InterSystems tools, or just curious — DC AI is ready to help.

Your feedback drives our next improvements, so let us know what you think!

— The Developer Community Team

Anúncio
· Jul. 8

Reminder: Seeking Exam Design Feedback for two new HealthShare Unified Care Record Certification Exams


Hello again,

We are still seeking feedback on our two new HealthShare Unified Care Record certification exam designs. This is your opportunity to tell us what knowledge, skills, and abilities are important for Certified HealthShare Unified Care Record Specialists.

The feedback surveys are open until July 20th, 2025. All participants are eligible to receive 7000 Global Masters points for each survey they complete!

Interested in sharing your opinions? See the original post for more details on how to weigh-in on the exam topics.

Note: The surveys will be unavailable from July 11, 5pm - July 13th, 10 pm ET due to server maintenance.

Thank you!

Discussão (0)1
Entre ou crie uma conta para continuar