-
Load and Reload Sections
There are times while your application runs that you may want the system to reload data in a section or start a different logicnet in a section. For example,…
-
Get Text Length
Description The Get Text Length part allows you to retrieve the number of characters for a given text string. Node Type: This part is located in process nodes under the Text manipulation dropdown…
-
Split Text
Description The Split Text part allows you to extract text substrings by their position within a string. For example, if you have the a data object "Montana",…
-
2. Priority Clinical Areas
AUC validation is required for all advanced imaging services (see this CMS document for the full list of CPT codes:…
-
Include Form Parts: Get form-parts meta
Description The Get form-parts meta option allows you to include form parts in logicnets as part of the Web Services framework, allowing you to add to the data processing and algorithm functions that…
-
Advanced Topics
1. Onstart Logicnets When you want to do some common initialization, it is possible to put those logicnets in the onstart folder. You can put as many logicnets as you need in this folder,…
-
Web Services Endpoints
Endpoints The logicnets in the endpoints folder are the endpoints for your web service, and the web service calls endpoints by the name of the logicnet.…
-
Starting a Project Using the Web Services Framework
To set up a new project based on the Web Services Framework, you need to fill out the Project name in the New Project screen: 1. Click the projects folder in the Projects pane and click the New…
-
Web Services Framework Overview
What is the Web Services Framework? The Web Services Framework is an easy-to-use framework for building a web service application in LogicNets. It helps you build simple web services and more…
-
Get form-parts meta Example Project
Download this project and import into your Designer to see a simple example of how to use the Get form-parts meta functionality as part of the Web Services framework.
-
Scheduled Task
Description The scheduledtask part represents a single step/task within a workflow. Used With: This part is used in the Workflow framework. Use The scheduledtask part is a single step/task within a…
-
Interpolate String
Description This is a process node part that will safely interpolate text (ie resolve all variable constructions and create a text string complete with any HTML structures).…
-
Delete Records
Description This part allows you to delete records from a data table in the database. Use You can use this part to delete records in the database based on a parameter set by the user or system.…
-
Rule Node
Description A Rule evaluates whether a statement is true or false and sends the system or user to the correct path based on the outcome of the evaluation of the rule.…
-
Reporting in LogicNets Assessment Framework applications
Introduction In the LogicNets Assessment Framework there are multiple ways to present information back to the user. The central observation panel is where questions are posed and responses collected,…
-
HTML Data Escaping
Introduction When your application exchanges data between LogicNets and external systems using the ApplicationRunner web service, there are some considerations you should take into account to ensure…
-
Preventing Session Hijacking
Description Session hijacking is the exploitation of a valid computer session -- sometimes also called a session key -- to gain unauthorized access to information or services in a computer system.…
-
LogicNets' Version Numbering, Release, and Maintenance Policy
Version Numbering The version notation for LogicNets’ platform software consists of three numbers in the order X.Y.Z. X stands for the major version. It designates a significant change in the…
-
Monitor the Cron Job Schedule
Once you have configured a cron job or multiple cron jobs you can monitor their status and see details about the previous times the cron has been run. To do this,…
-
Add a New Cron Job
To configure the Scheduler Monitor click on the Config tab on the left side of the screen. The system will open the configuration page for the Scheduler Monitor.…
-
Designate a Logicnet as a Cron Job
Before configuring the Cron Job Scheduler, you must first create logicnets that contain the actions the cron job will perform. You can create one or more logicnets,…
-
Search for a Cron Job
To search for a cron in the list of configured jobs, type text into any of the search fields at the top of the columns and click the filter button. To clear the filter click the X next to the search…
-
Disable a Cron Job
You can remove a cron in the Config screen if you want to completely delete it (see Remove a Cron). You can also temporarily disable a cron from the Monitor screen by selecting the cron job and…
-
Remove Data Item
Description The Remove Data Item part allows you to remove a particular value or data object from within a collection. It is located in a process node under the collections dropdown menu.…
-
Set Delete Protection
Description The Set Delete Protection part is intended to be used in combination with the Assessment Framework. When you use the generic Save function of the assessment framework,…