New post

Find

Discussion (2)1
Log in or sign up to continue
Article
· Feb 7 2m read

第十七章 M - N 开头的术语

第十七章 M - N 开头的术语

方法 (method)

对象(Objects)

可以在对象上调用的操作。

挂载,已挂载 (mount, mounted)

系统

挂载数据库是指将其显式连接到一个IRIS 实例,从而使其内容立即可用。处于此状态的数据库称为已挂载。

多维属性 (multidimensional property)

对象(Objects)

多维属性像数组节点一样工作。多维属性没有任何关联的属性方法,不能使用点语法访问,也不会被投射到 SQLJava

多路链接 (multidrop link)

通用

连接两台以上计算机的网络硬件。

多重继承 (multiple inheritance)

对象(Objects)

多重继承允许一个类拥有多个超类。一个类从其每个超类继承特性和类成员。

Discussion (0)1
Log in or sign up to continue
Question
· Feb 7

Flask, Iris Container and NGINX?

I have a flask application, its working locally. I also have a iris for health 2024.3 docker container front-ended with the iris nginx container.

I can configure the WSGI application with iris for health, give it a "url" (/flask or /csp/flask) but I cannot access the flask application. It looks like the url is not found within the nginx configuration. Is there any documentation or suggestion for configuration/enabling a flask app with a IRIS container front ended with the nginx container (provided by intersystems container registry) 

1 Comment
Discussion (1)1
Log in or sign up to continue
Announcement
· Feb 7

[Video] Driving Optimal Business Outcomes: InterSystems Supply Chain Solutions

Hi Community,

Enjoy the new video on InterSystems Developers YouTube:

⏯ Driving Optimal Business Outcomes: InterSystems Supply Chain Solutions @ Global Summit 2024

Join us for an in-depth exploration of InterSystems latest supply chain offerings, designed to revolutionize how businesses harness the power of data in their supply chain operations across all organizations. Our latest advancements in Supply Chain Orchestrator, with tailored cloud services and GenAI, ML capabilities empowers our clients and partners to craft bespoke solutions with unprecedented speed and precision.

Presenters
🗣 @Ming Zhou, Head of Supply Chain Product Strategy, InterSystems  
🗣 Mark Holmes, Senior Advisor, Global Supply Chain, InterSystems

Stay ahead of the curve! Watch the video and subscribe to keep learning! 👍

Discussion (0)1
Log in or sign up to continue
Question
· Feb 7

Transforming a FHIR Response to SDA – Handling Task Resource

I have a scenario where I send a GET request to a broker and receive a FHIR response. When I attempted to use the built-in InterSystems functions to convert this FHIR response into SDA, the transformation failed—likely because it is not a standard FHIR request.

How should I handle this situation? Is there a recommended approach to processing FHIR responses in this context?

Additionally, if I manage to convert the FHIR response into a request format, I noticed that the broker sends a Task resource. However, when I tried to transform it into SDA using the built-in functions, it wasn’t processed successfully.

After checking the ^HS.XF.Transform global, I couldn’t find any predefined DTLs related to the Task resource. This raises a few questions:

  • Does this mean I need to create a new DTL specifically to transform the Task FHIR resource into SDA?
  • If so, do I also need to manually define the source and destination and update the global to register this transformation?

I’d appreciate any guidance or best practices on the best approach to handle this. Thanks in advance!

3 Comments
Discussion (3)1
Log in or sign up to continue