Select Page

A new knowledge base article has been published on our support portal.

Overview

This article covers the setup required to configure access to and from an Azure Service Bus Queue. In this example we will be working with Dental Claims. The claims are created on an external system and then passed onto an Azure Service Bus Queue.

From the Queue, a North52 formula will pick up the messages, create the required claims and claim detail records. This is part of a broader automated claims processing system, however these records are to be manually reviewed after the automated process, as they are for reviewed for potential fraud based on potentially conflicting or otherwise non-standard claims.

The following steps are explained:

  1. Setup of Service Bus Queues
  2. Add data onto the Queue
  3. Reading the Queue
  4. Creating the Record

View this article in full on our support portal