The following sample data mappings can be used for rule creation.
Sample data mappings for rule creation
Data mapping |
Data set |
Data series |
Items |
Sample rule expressions |
---|---|---|---|---|
Rules (Single data point in data mapping) |
BMI |
Weight |
|
BMI.Weight.Value / Math.Pow(BMI.Height.Value, 2) |
|
|
Height |
|
|
Rules (Multiple data points in data mapping) |
BMI |
Weight |
|
BMI.StudyEvent(StudyEvents.Visit1).Weight.Values[0] / Math.Pow(BMI.Height.Value, 2) BMI.StudyEvent(StudyEvents.FinalVisit).Weight.Values[0] / Math.Pow(BMI.Height.Value, 2) |
|
|
Height |
|
|
Notes:
Copyright © 2013, 2016 Oracle and/or its affiliates. All rights reserved.