You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Use String Contains function or InstanceCountif function

edited Jul 7, 2020 3:06AM in Intelligent Advisor for Fusion Service 1 comment

Summary

Use String Contains function or InstanceCountif function

Content

We have Global -> the Patient relationships.
Patient can have multiple diagnosis.

Integrated System has option of giving attribute values as:

  • Comma Separated  Medical Diagnosis of the patient : Cardio,Renal,Vision
  • As child entity records of the patient
    • Cardio
    • Renal
    • Vision

We need to write rules at the patient level depending upon the diagnosis.

What would be the better way:
1. Using string contains function on the diagnosis values ex : Contains("Cardio", Diagnosis) and create boolean attributes like

  • the patient diagnosis is cardio 
  • the patient diagnosis is renal

2. Create Diagnosis as child of the patient and use InstanceCountIf("Cardio",Child Entity Diagnosis) and create boolean attributes like

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!