Rechercher

Résumé
· Oct 15

欢迎参加线上研讨会 | 借助IDFS构建实时数据中枢:从多源整合到智能分析

10月17日14:00,我们将举办题为“借助IDFS构建实时数据中枢:从多源整合到智能分析”的线上研讨会,欢迎👉点击此处报名参会!

InterSystems Data Fabric Studio(IDFS)提供了一种新方法,可在安全可控的环境中将正确的数据在正确的时间提供给正确的消费者。

IDFS是一个完全由云计算管理的解决方案 ,旨在轻松实施和维护智能数据编织(smart data fabric),将不同的数据连接并转换为单一的统一可操作信息源。这一自助式解决方案使数据分析师、数据管理员和数据工程师能够访问和处理业务利益相关者所需的数据,而无需依赖开发人员。

本次分享将展示如何通过多源数据管道自动化构建(定义数据源连接、字段提取与清洗规则)、业务日历驱动的实时调度(周期自动运行数据任务)以实现多种异构数据系统的无缝融合。

您将在此次分享中了解到以下经典场景:

  • 数据工程师视角:通过可视化 “配方” 工具(Recipes)定义数据转换逻辑,无需编码即可完成从数据到分析表的自动化加载;
  • 分析师实践:基于整合后的标准化数据集,快速构建生产效率 BI 立方体,联动Power BI 生成动态看板;
  • 合规管理:利用系统内置的 “快照调度” 功能,自动生成符合审计要求的历史数据存档,结合层级化权限控制(管理员 - 工程师 - 分析师分工),确保数据安全可追溯。

无论您是数据工程师、架构师,还是AI应用开发者,都能在本次研讨会中获取IDFS实战经验、技术架构设计思路与前沿趋势洞察,IDFS助力您轻松部署以数据为中心、连接数据和应用孤岛的AI应用!

我们期待与您的进一步互动。

1. 留言互动

在会议进行过程中,如果您有任何疑问,或者希望与我们进一步讨论,可以在屏幕上方点击“提问”按钮,提交您的问题,我们会在分享结束后整理问题,并通过邮件向您回复。

2. 有奖调研

参会期间,点击屏幕右上角“有奖调研”完成问卷,将有机会获得定制小礼品。

快来加入我们吧٩(๑>◡<๑)۶ 👉点击查看

Article
· Oct 14 3m de lecture

Instalação e adaptação do EMPI em modo Standalone - Notificando registros e vínculos a sistemas externos

Ao revisar os diversos artigos que publiquei, percebi a necessidade de explicar uma funcionalidade muito prática em nosso EMPI (Enterprise Master Patient Index) que é a notificação de registros e vínculos para sistemas externos ao EMPI.

Essa funcionalidade é extremamente útil em uma ferramenta como o EMPI e, especialmente, em ambientes como o de saúde, nos quais é muito comum que o mesmo paciente tenha seus dados duplicados em diferentes sistemas, e no final seja necessário identificá-lo de forma única. A solução para reduzir esse amálgama de registros é fundir todos esses dados em um único registro que unifique todas as informações disponíveis.

Em geral, este trabalho de decidir quais registros devem ser fundidos é bastante complexo se a intenção é fazê-lo manualmente, pois é muito complicado ter acesso aos vários sistemas que contêm informações do paciente (sistemas como HIS, RIS, LIS, etc. de diferentes fornecedores distribuídos pelos diversos centros da organização de saúde), mas graças ao sistema de vinculação do EMPI, essa tarefa é simplificada, automatizando a grande maioria desses vínculos.

Como podemos informar todo esse ecossistema de aplicações que elas precisam fundir dois registros de pacientes? Bem, vamos ver como:

Conofiguração do EMPI 

O primeiro passo para começar a gerar notificações é configurar o Registro de Notificação PIX:

Aqui podemos ver que, por padrão, temos dois registros de notificação:

Um dos registros é para notificações PIXv3 usando mensagens HL7 v.3 (em XML). O outro será para PIXv2 usando mensagens HL7 v.2.

Para gerar as mensagens necessárias, devemos definir os domínios no campo definido por padrão ou marcar a caixa "All Domains" (Todos os Domínios). Este conceito de domínio corresponderá à Assignment Authority (Autoridade de Atribuição) (serviços de saúde, centros hospitalares, etc.). Com esta etapa, estaremos definindo os consumidores de nossa mensagem de saída; se não definirmos nenhum domínio, a mensagem não será gerada.

Agora, abrimos a produção que gerencia a operação do EMPI. Vamos dar uma olhada no Processo de Negócio HS.IHE.PIX.Manager.Process, que será o encarregado de criar as mensagens de resposta.

Vamos prestar atenção à configuração deste BP. Como você pode ver, temos dois parâmetros, PIXv2Operations e PIXv3Operations, que são configurados com duas Business Operations (BO) de nossa produção. A primeira delas será responsável por receber uma mensagem HL7 v.2 e a segunda, uma mensagem HL7 v.3.

Vejamos agora a BO PIXv2.Notification.Operations

Como você pode ver, definimos uma BO da classe EnsLib.HL7.Operation.FileOperation , pois simplesmente nos limitaremos a escrever a mensagem HL7 para atualização dos dados do paciente gerada em um arquivo no servidor. No entanto, você poderia usar qualquer operação de negócio que tenha desenvolvido e que aceite mensagens HL7 como entrada, podendo encaminhá-las via TCP, embutidas em um SOAP ou através de uma chamada REST para uma API externa.

Testando

Vejamos um exemplo do que acontece com dois pacientes em status de revisão de vínculo após vinculá-los normalmente.

Vamos vincular os dois primeiros, Juan García e Roberto Martín. Uma vez feito o vínculo, vamos ver o rastreamento da mensagem:

Aqui temos nossa mensagem HL7 gerada do tipo ADT_A31, na qual relatamos a atualização do paciente que foi vinculado ao novo MPIID. Agora, o paciente Roberto Martín com MRN 556432 do Hospital 12 de Octubre substituiu seu antigo MPIID (100001000) pelo mesmo que Juan García tem (100000001).

Nosso EMPI manterá um registro para cada paciente, criando apenas o vínculo com o MPIID atribuído a ambos. Com esta mensagem ADT_A31, caberia agora ao serviço de saúde ou hospital fundir ambos os pacientes em um só.

Conclusão

Como vimos neste artigo, o EMPI possui funcionalidades pré-construídas que cobrem as necessidades de qualquer organização de forma simples e ágil, e nos permite expandi-las para cobrir aquelas que são mais específicas de cada cliente. Uma delas seria precisamente as notificações automáticas para qualquer aplicação externa.

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Article
· Oct 14 7m de lecture

We Buy Cars Sydney: Discover the Fastest Way to Sell Cars

We Buy Cars Sydney: Discover the Fastest Way to Sell Cars

Selling a vehicle shouldn't feel like climbing Mount Everest. Yet, for countless Australians, the traditional process of offloading a car becomes an exhausting marathon of dodgy buyers, endless phone calls, and frustrating negotiations that lead absolutely nowhere. Picture this: your once-reliable sedan now sits gathering dust in the driveway, draining your wallet through registration fees whilst you're stuck fielding lowball offers from strangers. Sound familiar? The good news is there's a revolutionary alternative that's transforming how Sydney residents turn their vehicles into instant cash. We Buy Cars Sydney specialists have cracked the code on hassle-free transactions, and we're about to reveal exactly how you can skip the drama and get paid today.

Why Traditional Car Selling Methods Are Costing You Time and Money

Let's be brutally honest about the conventional approach. Placing advertisements online or in newspapers seems straightforward until reality strikes hard. You'll spend hours crafting the perfect listing, only to attract tyre-kickers who waste your precious weekends with test drives that go nowhere. Private sales demand constant availability, safety concerns when meeting strangers, and the patience of a saint when dealing with hagglers who think your vehicle is worth half its actual value.

Dealerships aren't much better, either. Trade-in offers typically slash your car's worth by thousands of dollars because they need to protect their profit margins. You're essentially leaving money on the table whilst they resell your vehicle at a premium. Add the pressure tactics, endless paperwork, and feeling like you're being taken for a ride, and it's no wonder Australians are seeking smarter solutions.

The Modern Solution: Fast, Fair, and Ridiculously Simple

Professional car buying services have revolutionised the entire transaction process. Unlike traditional methods that drag on for weeks or months, these streamlined operations can have cash in your hand within hours. The concept is beautifully straightforward: you provide basic details about your vehicle, receive a genuine quote, and if you're happy, they collect the car and hand over payment on the spot.

This approach eliminates every painful aspect of conventional selling. No more screening dodgy callers at odd hours. No more strangers showing up at your home. No more disappointing negotiations that leave you frustrated. Just a clean, professional transaction that respects your time and delivers fair value.

What Makes This Approach Lightning Fast?

Speed isn't just a marketing claim—it's built into the entire system. Professional buyers have perfected their process through thousands of transactions. They know exactly what they're looking for, can assess vehicles quickly and accurately, and have the infrastructure to complete paperwork in minutes rather than days.

The inspection process is thorough yet efficient. Experienced assessors like cash for cars nsw can evaluate your car's condition rapidly, considering everything from mechanical health to cosmetic appearance. They're not emotionally attached to negotiations like private buyers, which means you get a straight answer immediately. Accept the offer, and the wheels are already in motion for collection and payment.

Many services operate seven days a week, meaning you're not confined to business hours. Whether it's early morning or late evening, these teams accommodate your schedule because they understand you've got a life to live beyond selling a car.

Getting Top Dollar Without the Stress

Here's a common misconception: fast sales mean terrible prices. Actually, the opposite proves true. Professional buyers often pay more than trade-in values because they've eliminated the middleman costs. They're purchasing directly from you and have streamlined operations that allow for better offers.

These companies buy all vehicle types—from pristine European luxury cars to battle-scarred work utes that have seen better days. Running or not, registered or unregistered, damaged or perfect, there's genuine interest and fair compensation available. This universal acceptance means you're not stuck hoping the right buyer stumbles across your listing.

The valuation process considers current market conditions, vehicle history, and realistic resale potential. You're dealing with professionals who understand the automotive market intimately, not amateurs throwing out random numbers hoping you'll bite.

Zero Hidden Costs or Surprise Deductions

Traditional selling methods hide costs everywhere. Advertising fees chip away at your profit. Detailing services to make the car presentable cost hundreds. Roadworthy certificates demand time and money. By the time you've covered everything, your actual return has shrunk considerably.

Professional buying services flip this entirely. Collection happens at no charge to you—they send tow trucks or drivers regardless of your location across Sydney. There are no administrative fees, no deductions for minor imperfections, and no last-minute renegotiations. The quoted price is what lands in your account, pure and simple.

This transparency builds trust and eliminates the anxiety that comes with wondering if you're about to get stung with unexpected charges. What you see is genuinely what you get.

The Complete Process: Simple as One, Two, Three

Getting started requires minimal effort. Most services offer online quote systems where you input basic information—make, model, year, condition, and kilometres travelled. Within minutes, you'll receive a preliminary valuation that gives you a realistic expectation.

If the initial quote looks promising, the next step involves a quick inspection. Professionals visit your location (yes, they come to you) to verify the vehicle's condition. This isn't an interrogation—it's a friendly assessment that typically takes under 15 minutes. They're checking that everything matches your description and ensuring there are no surprises.

Once the inspection confirms the details, you'll receive a final offer. Love it? Brilliant—let's move forward. Not quite what you hoped? No problem, there's zero obligation and no hard feelings. Accept, and the team handles all documentation whilst processing your payment immediately. You hand over the keys, they hand over the cash or transfer, and you're done. Job complete.

Why Sydney Residents Are Making the Switch

Thousands of locals have already discovered this better way. The reasons are crystal clear: time savings, stress elimination, and fair compensation. In a city where life moves quickly and demands never stop, having a solution that works around you rather than against you makes perfect sense.

Sydney's diverse geography—from beachside suburbs to western regions—means traditional selling poses logistical challenges. Professional buyers remove these barriers entirely by offering complete coverage across all areas. Whether you're in Bondi, Parramatta, or anywhere between, service remains consistent and convenient.

The reputation of established buying services speaks volumes too. Years of successful transactions have built trust within communities. Word-of-mouth recommendations from satisfied sellers continue driving new customers who want the same positive experience.

Making Your Decision: What to Consider Before Selling

Before jumping in, take a moment to gather relevant documents. Registration papers, service history, and any existing roadworthy certificates help streamline the process, though many buyers can work around missing paperwork if necessary.

Be honest about your vehicle's condition when requesting quotes. Transparency ensures accurate valuations and prevents disappointment during inspection. Remember, these professionals have seen everything—a few scratches or mechanical issues won't scare them away.

Consider timing too. Whilst these services operate quickly, having a general idea of when you'd like the car collected helps with scheduling. Most can accommodate same-day or next-day pickups, giving you ultimate flexibility.

Moving Forward: Your Next Steps

The fastest way to turn your vehicle into cash is surprisingly straightforward when you know where to look. Professional car buying services have eliminated every traditional headache, replacing them with efficiency, fairness, and genuine convenience. No more endless advertisements, no more time-wasters, no more frustration.

Sydney's leading vehicle buyers are ready to make you an offer today. With free valuations, no-obligation quotes, and complete transparency, you've got nothing to lose by finding out what your car is worth. The entire process—from initial contact to final payment—can happen faster than you ever imagined possible.

Stop letting that unused vehicle drain your resources. Take control, get a fair price, and move on with your life. The modern solution is here, it's proven, and it's waiting for you to take that first simple step. Reach out today and discover why thousands of Sydney residents have already made the smart choice. Your fastest car sale starts right now.

Visit Our Site – Your Quick Sale Begins With One Click:

https://cashforcarsnsw.com.au/buy-my-car-sydney/
 

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Annonce
· Oct 14

Online meetup with winners of the InterSystems .Net, Java, Python, and JavaScript Contest

Hi Community,

Let's meet at the online meetup with the winners of the InterSystems .Net, Java, Python, and JavaScript Contest! It's a great opportunity to chat with the InterSystems Experts team and our contestants.

Winners' demo included!

Date & Time: Friday, October 17, 12:00 pm EDT | 6:00 pm CEST

Join us to learn more about winners' applications and to have a talk with our experts.

➡️ REGISTER TODAY

See you all at our virtual meetup! 

Discussion (0)2
Connectez-vous ou inscrivez-vous pour continuer
Question
· Oct 14

Set a dataCombo selection

Hi 

How can I set a default value in a dataCombo?

I  tried 
ClientMethod onloadHandler() [ Language = javascript ]
{

 zenPage.getComponentById('mycombo').setProperty('selectedIndex',0);

 //zenSetProp('mycombo','selectedIndex',0);

}

and didn't work, I can not use the value property because I don't know what the values in my combo are going to because they loaded  OnCreateResultSet,  I'm only looking to make always the first value selected by default 

 

Thanks

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer