| Modifier and Type | Field and Description |
|---|---|
int |
id |
String |
rule |
String |
ruleName |
double |
score |
DeterminantValueSet.Determinants |
type |
| Constructor and Description |
|---|
Rule(int id,
String rule,
String ruleName,
DeterminantValueSet.Determinants type) |
Rule(int id,
String rule,
String ruleName,
double score,
DeterminantValueSet.Determinants type) |
public int id
public String ruleName
public String rule
public DeterminantValueSet.Determinants type
public double score
public Rule(int id,
String rule,
String ruleName,
DeterminantValueSet.Determinants type)
public Rule(int id,
String rule,
String ruleName,
double score,
DeterminantValueSet.Determinants type)
Copyright © 2017 The Department of Biomedical Informatics, University of Utah. All rights reserved.